.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Cal Sans;
}
.display-1 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 5rem;
}
.display-2 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 3rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 3.75rem;
}
.display-4 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.5rem;
}
.display-5 {
  font-family: 'Special Gothic', 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.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 3.2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 2.8rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 2.4rem;
    font-size: calc( 1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (1.7rem + (3 - 1.7) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.96rem;
    font-size: calc( 1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.07rem + (1.2 - 1.07) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  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.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1e4d2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #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;
}
html,
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-vsfOQtpOGU {
  padding-top: 16rem;
  padding-bottom: 16rem;
  background-image: url("../../../assets/images/exactly-how-many-times-per-wekk-to-do-pilates-to-see-results-1885x1414.jpg");
}
.cid-vsfOQtpOGU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfOQtpOGU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfOQtpOGU .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-vsfOQtpOGU .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-vsfOQtpOGU .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-vsfOQtpOGU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-vsfOQtpOGU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-vsfOQtpOGU .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-vsfOQtpOGU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vsfOQtpOGU .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-vsfOQtpOGU .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-vsfOQtpOGU .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-vsfOQtpOGU .mbr-section-title {
  color: #f1f5eb;
}
.cid-vsfOQtpOGU .mbr-text,
.cid-vsfOQtpOGU .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-vsfOQtpOGU .mbr-section-title,
.cid-vsfOQtpOGU .mbr-section-btn {
  text-align: center;
}
.cid-vsfOZ8nJiv {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsfOZ8nJiv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfOZ8nJiv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfOZ8nJiv .row {
  margin: 0 -8px;
}
.cid-vsfOZ8nJiv .row .card {
  padding: 0 8px;
}
.cid-vsfOZ8nJiv .card-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 64px;
  background-color: #1e4d2b;
}
@media (max-width: 1440px) {
  .cid-vsfOZ8nJiv .card-wrapper {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vsfOZ8nJiv .card-wrapper {
    padding: 24px;
    margin-bottom: 12px;
  }
}
.cid-vsfOZ8nJiv .card-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vsfOZ8nJiv .card-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vsfOZ8nJiv .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vsfOZ8nJiv .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vsfOZ8nJiv .image-wrapper {
  height: 100%;
}
.cid-vsfOZ8nJiv .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vsfOZ8nJiv .image-wrapper img {
    height: 300px;
  }
}
.cid-vsfOZ8nJiv .mbr-section-title {
  color: #2c2c26;
}
.cid-vsfOZ8nJiv .mbr-text,
.cid-vsfOZ8nJiv .text-wrapper {
  color: #f1f5eb;
}
.cid-vsfOZ8nJiv .mbr-section-title,
.cid-vsfOZ8nJiv .mbr-section-btn {
  color: #f1f5eb;
}
.cid-vsfPiZHHl9 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsfPiZHHl9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfPiZHHl9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfPiZHHl9 .title-wrapper .mbr-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .cid-vsfPiZHHl9 .title-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vsfPiZHHl9 .items-wrapper {
  margin: 0 -8px;
}
.cid-vsfPiZHHl9 .items-wrapper .item {
  padding: 0 8px;
}
.cid-vsfPiZHHl9 .item {
  margin-bottom: 16px;
}
@media (max-width: 992px) {
  .cid-vsfPiZHHl9 .item {
    margin-bottom: 12px;
  }
}
.cid-vsfPiZHHl9 .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
  background-color: #1e4d2b;
  overflow: hidden;
}
.cid-vsfPiZHHl9 .item .item-wrapper .card-box .item-img img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border-radius: 0 !important;
}
@media (max-width: 992px) {
  .cid-vsfPiZHHl9 .item .item-wrapper .card-box .item-img img {
    height: 300px;
  }
}
.cid-vsfPiZHHl9 .item .item-wrapper .card-box .item-content {
  padding: 48px;
}
@media (max-width: 1440px) {
  .cid-vsfPiZHHl9 .item .item-wrapper .card-box .item-content {
    padding: 32px;
  }
}
@media (max-width: 992px) {
  .cid-vsfPiZHHl9 .item .item-wrapper .card-box .item-content {
    padding: 24px;
  }
}
.cid-vsfPiZHHl9 .item .item-wrapper .card-box .item-content .card-title {
  margin-bottom: 24px;
}
.cid-vsfPiZHHl9 .item .item-wrapper .card-box .item-content .card-text {
  margin-bottom: 0;
}
.cid-vsfPiZHHl9 .item .item-wrapper .mbr-section-btn {
  padding: 0 48px 48px;
}
@media (max-width: 1440px) {
  .cid-vsfPiZHHl9 .item .item-wrapper .mbr-section-btn {
    padding: 0 32px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vsfPiZHHl9 .item .item-wrapper .mbr-section-btn {
    padding: 0 24px 24px;
  }
}
.cid-vsfPiZHHl9 .item .item-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vsfPiZHHl9 .mbr-section-title {
  color: #1e4d2b;
}
.cid-vsfPiZHHl9 .card-title {
  color: #ffffff;
}
.cid-vsfPiZHHl9 .card-text {
  color: #f1f5eb;
}
.cid-vsfPiZHHl9 .card-title,
.cid-vsfPiZHHl9 .mbr-section-btn {
  color: #f1f5eb;
}
.cid-vsfOZin4wP {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsfOZin4wP .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfOZin4wP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfOZin4wP .row {
  justify-content: space-between;
}
.cid-vsfOZin4wP .card-wrapper {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 75px 64px;
  background-color: #1e4d2b;
}
@media (max-width: 1440px) {
  .cid-vsfOZin4wP .card-wrapper {
    padding: 75px 32px;
  }
}
@media (max-width: 992px) {
  .cid-vsfOZin4wP .card-wrapper {
    padding: 24px 12px;
    display: block;
  }
}
.cid-vsfOZin4wP .card-wrapper .card-wrap {
  width: 40%;
}
@media (max-width: 992px) {
  .cid-vsfOZin4wP .card-wrapper .card-wrap {
    width: 100%;
    margin-bottom: 24px;
    padding: 0 14px;
  }
}
.cid-vsfOZin4wP .card-wrapper .card-wrap .mbr-section-title {
  margin-bottom: 48px;
}
@media (max-width: 992px) {
  .cid-vsfOZin4wP .card-wrapper .card-wrap .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-vsfOZin4wP .card-wrapper .card-wrap .text-wrapper .mbr-text {
  margin-bottom: 24px;
}
.cid-vsfOZin4wP .card-wrapper .card-wrap .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vsfOZin4wP .card-wrapper .image-wrapper {
  width: 50%;
}
@media (max-width: 992px) {
  .cid-vsfOZin4wP .card-wrapper .image-wrapper {
    width: 100%;
  }
}
.cid-vsfOZin4wP .card-wrapper .image-wrapper img {
  height: 500px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-vsfOZin4wP .card-wrapper .image-wrapper img {
    height: 300px;
  }
}
.cid-vsfOZin4wP .mbr-section-title {
  color: #ffffff;
}
.cid-vsfOZin4wP .mbr-text,
.cid-vsfOZin4wP .text-wrapper {
  color: #f1f5eb;
}
.cid-vsfOZin4wP .mbr-section-title,
.cid-vsfOZin4wP .mbr-section-btn {
  color: #f1f5eb;
}
.cid-vsfPdRq5bD {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsfPdRq5bD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfPdRq5bD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfPdRq5bD .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsfPdRq5bD .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vsfPdRq5bD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vsfPdRq5bD .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vsfPdRq5bD .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsfPdRq5bD .item {
    margin-bottom: 20px;
  }
}
.cid-vsfPdRq5bD .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vsfPdRq5bD .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vsfPdRq5bD .item .item-wrapper .card-box .card-title_1,
.cid-vsfPdRq5bD .item .item-wrapper .card-box .card-title_2,
.cid-vsfPdRq5bD .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 20px;
}
.cid-vsfPdRq5bD .item .item-wrapper .card-box .card-text_1,
.cid-vsfPdRq5bD .item .item-wrapper .card-box .card-text_2,
.cid-vsfPdRq5bD .item .item-wrapper .card-box .card-text_3 {
  margin-bottom: 0;
}
.cid-vsfPdRq5bD .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-vsfPdRq5bD .item .item-wrapper .card-box .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-vsfPdRq5bD .item .item-wrapper .iconfont-wrapper {
  text-align: right;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .cid-vsfPdRq5bD .item .item-wrapper .iconfont-wrapper {
    margin-top: 20px;
  }
}
.cid-vsfPdRq5bD .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-vsfPdRq5bD .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vsfPdRq5bD .item .card_2 {
  background-color: #d1e0be;
}
.cid-vsfPdRq5bD .item .card_3 {
  background-color: #e6eddc;
}
.cid-vsfPdRq5bD .btn-wrapper {
  margin-top: -6%;
}
.cid-vsfPdRq5bD .mbr-section-title,
.cid-vsfPdRq5bD .title-wrapper {
  color: #1e4d2b;
  text-align: center;
}
.cid-vsfPdRq5bD .card-title_1 {
  color: #f1f5eb;
}
.cid-vsfPdRq5bD .card-text_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vsfPdRq5bD .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vsfPdRq5bD .card-text_2 {
  color: #323432;
  text-align: center;
}
.cid-vsfPdRq5bD .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vsfPdRq5bD .card-text_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vsfPdRq5bD .card-title_1,
.cid-vsfPdRq5bD .mbr-section-btn {
  text-align: center;
}
.cid-vsfPkfAaju {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsfPkfAaju .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfPkfAaju .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfPkfAaju .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsfPkfAaju .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vsfPkfAaju .panel-group {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 64px;
}
@media (max-width: 992px) {
  .cid-vsfPkfAaju .panel-group {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsfPkfAaju .panel-group .content-wrap:nth-child(2) {
    margin-top: 20px;
  }
}
.cid-vsfPkfAaju .panel-group .card {
  position: relative;
  padding: 30px;
  margin-top: 12px;
  background-color: #e6eddc;
}
.cid-vsfPkfAaju .panel-group .card:first-child {
  margin-top: 0;
}
@media (max-width: 992px) {
  .cid-vsfPkfAaju .panel-group .card {
    padding: 20px;
    margin-top: 20px;
  }
}
.cid-vsfPkfAaju .panel-group .card .card-header {
  background-color: transparent;
  border: none;
  border-radius: 0;
  padding: 0;
}
.cid-vsfPkfAaju .panel-group .card .card-header .panel-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}
.cid-vsfPkfAaju .panel-group .card .card-header .panel-title .panel-title-edit {
  margin-bottom: 0;
}
.cid-vsfPkfAaju .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-vsfPkfAaju .panel-group .card .card-header .panel-title .icon-wrapper {
    width: 54px;
    height: 54px;
    min-width: 54px;
  }
}
.cid-vsfPkfAaju .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-vsfPkfAaju .panel-group .card .card-header .panel-title .icon-wrapper .mbr-iconfont {
    font-size: 28px;
  }
}
.cid-vsfPkfAaju .panel-group .card .card-header .panel-title:hover .icon-wrapper {
  background-color: #5c834f;
}
.cid-vsfPkfAaju .panel-group .card .card-header .panel-title:hover .icon-wrapper .mbr-iconfont {
  color: #f1f5eb;
}
.cid-vsfPkfAaju .panel-group .card .card-header .panel-title:not(.collapsed) .icon-wrapper {
  transform: rotate(-45deg);
}
.cid-vsfPkfAaju .panel-group .card .panel-collapse .panel-body {
  margin: 30px 0 0 0;
}
@media (max-width: 992px) {
  .cid-vsfPkfAaju .panel-group .card .panel-collapse .panel-body {
    margin: 20px 0 0 0;
  }
}
.cid-vsfPkfAaju .panel-group .card .panel-collapse .panel-body .panel-text {
  margin-bottom: 0;
}
.cid-vsfPkfAaju .mbr-section-title,
.cid-vsfPkfAaju .title-wrapper {
  color: #1e4d2b;
  text-align: center;
}
.cid-vsfPkfAaju .panel-title-edit {
  color: #323432;
}
.cid-vsfPkfAaju .panel-text {
  color: #323432;
}
.cid-vsfPpY2Cla {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsfPpY2Cla .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfPpY2Cla .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfPpY2Cla .content-wrapper {
  display: flex;
  justify-content: center;
}
.cid-vsfPpY2Cla .content-wrapper .card-wrapper {
  padding: 70px;
  background-color: #e6eddc;
  width: 60%;
  -webkit-flex: inherit;
}
@media (max-width: 992px) {
  .cid-vsfPpY2Cla .content-wrapper .card-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.cid-vsfPpY2Cla .content-wrapper .card-wrapper .title-wrapper {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsfPpY2Cla .content-wrapper .card-wrapper .title-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsfPpY2Cla .content-wrapper .card-wrapper .title-wrapper .mbr-section-title {
  margin-bottom: 20px;
}
.cid-vsfPpY2Cla .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 60%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vsfPpY2Cla .content-wrapper .card-wrapper .title-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-vsfPpY2Cla .content-wrapper .card-wrapper .form-wrap {
  display: flex;
  justify-content: center;
}
.cid-vsfPpY2Cla .content-wrapper .card-wrapper .form-wrap form {
  width: 60%;
}
@media (max-width: 1440px) {
  .cid-vsfPpY2Cla .content-wrapper .card-wrapper .form-wrap form {
    width: 100%;
  }
}
.cid-vsfPpY2Cla .content-wrapper .card-wrapper .form-wrap form .dragArea.row {
  margin: 0;
}
.cid-vsfPpY2Cla .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.cid-vsfPpY2Cla .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control-label {
  margin-bottom: 10px;
}
.cid-vsfPpY2Cla .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-vsfPpY2Cla .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control::placeholder {
  color: #000000;
  opacity: .3;
}
.cid-vsfPpY2Cla .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-control:hover,
.cid-vsfPpY2Cla .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-vsfPpY2Cla .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group textarea {
    padding: 24px 16px;
  }
}
.cid-vsfPpY2Cla .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check {
  padding-left: 2.1em;
}
.cid-vsfPpY2Cla .content-wrapper .card-wrapper .form-wrap form .dragArea.row .form-group .form-check .form-check-input {
  background-color: #000000;
  border-color: #000000;
}
.cid-vsfPpY2Cla .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn {
  width: 100%;
}
.cid-vsfPpY2Cla .content-wrapper .card-wrapper .form-wrap form .dragArea.row .mbr-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
  margin-top: 0;
}
.cid-vsfPpY2Cla .mbr-section-title {
  color: #1e4d2b;
  text-align: center;
}
.cid-vsfPpY2Cla .mbr-text,
.cid-vsfPpY2Cla .text-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vsfPscuMvz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsfPscuMvz .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfPscuMvz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfPscuMvz .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vsfPscuMvz .card-wrapper {
    padding: 20px;
  }
}
.cid-vsfPscuMvz .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vsfPscuMvz .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsfPscuMvz .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vsfPscuMvz .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vsfPscuMvz .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vsfPscuMvz .mbr-section-title,
.cid-vsfPscuMvz .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vsfPsytIET {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsfPsytIET .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfPsytIET .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfPsytIET .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsfPsytIET .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vsfPsytIET .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vsfPsytIET .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vsfPsytIET .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsfPsytIET .item {
    margin-bottom: 20px;
  }
}
.cid-vsfPsytIET .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vsfPsytIET .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vsfPsytIET .item .item-wrapper .card-box .card-title_1,
.cid-vsfPsytIET .item .item-wrapper .card-box .card-title_2,
.cid-vsfPsytIET .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-vsfPsytIET .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-vsfPsytIET .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-vsfPsytIET .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vsfPsytIET .item .card_2 {
  background-color: #1e4d2b;
}
.cid-vsfPsytIET .item .card_3 {
  background-color: #1e4d2b;
}
.cid-vsfPsytIET .btn-wrapper {
  margin-top: -6%;
}
.cid-vsfPsytIET .mbr-section-title,
.cid-vsfPsytIET .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vsfPsytIET .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vsfPsytIET .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vsfPsytIET .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vsfPsytIET .card-title_1,
.cid-vsfPsytIET .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vsfPsytIET .card-title_2,
.cid-vsfPsytIET .mbr-section-btn {
  color: #ffffff;
}
.cid-vsfPsytIET .card-title_3,
.cid-vsfPsytIET .mbr-section-btn {
  color: #ffffff;
}
.cid-vsfPu2T5Hh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e4d2b;
}
.cid-vsfPu2T5Hh .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vsg1nS4EMV .navbar-dropdown {
  position: relative !important;
}
.cid-vsg1nS4EMV .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vsg1nS4EMV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vsg1nS4EMV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vsg1nS4EMV .dropdown-item {
  border: none !important;
  background: #f1f5eb !important;
  font-weight: 400;
}
.cid-vsg1nS4EMV .dropdown-item:hover,
.cid-vsg1nS4EMV .dropdown-item:focus {
  background: #f1f5eb !important;
  color: #000000 !important;
}
.cid-vsg1nS4EMV .dropdown-item:hover span {
  color: white;
}
.cid-vsg1nS4EMV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsg1nS4EMV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsg1nS4EMV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vsg1nS4EMV .nav-link {
  position: relative;
}
.cid-vsg1nS4EMV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vsg1nS4EMV .container {
    flex-wrap: nowrap;
  }
}
.cid-vsg1nS4EMV .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vsg1nS4EMV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vsg1nS4EMV .dropdown-menu,
.cid-vsg1nS4EMV .navbar.opened {
  background: #f1f5eb !important;
}
.cid-vsg1nS4EMV .nav-item:focus,
.cid-vsg1nS4EMV .nav-link:focus {
  outline: none;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsg1nS4EMV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsg1nS4EMV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f1f5eb;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vsg1nS4EMV .navbar.opened {
  transition: all 0.3s;
}
.cid-vsg1nS4EMV .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vsg1nS4EMV .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vsg1nS4EMV .navbar .navbar-logo img {
  width: auto;
}
.cid-vsg1nS4EMV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsg1nS4EMV .navbar.collapsed {
  justify-content: center;
}
.cid-vsg1nS4EMV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsg1nS4EMV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsg1nS4EMV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsg1nS4EMV .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-vsg1nS4EMV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsg1nS4EMV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsg1nS4EMV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsg1nS4EMV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsg1nS4EMV .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-vsg1nS4EMV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsg1nS4EMV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vsg1nS4EMV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vsg1nS4EMV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsg1nS4EMV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsg1nS4EMV .navbar.navbar-short {
  min-height: 96px;
}
.cid-vsg1nS4EMV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vsg1nS4EMV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-caption:hover,
.cid-vsg1nS4EMV .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsg1nS4EMV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vsg1nS4EMV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vsg1nS4EMV .dropdown-item.active,
.cid-vsg1nS4EMV .dropdown-item:active {
  background-color: transparent;
}
.cid-vsg1nS4EMV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f5eb;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vsg1nS4EMV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsg1nS4EMV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vsg1nS4EMV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vsg1nS4EMV .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vsg1nS4EMV .navbar-buttons {
    text-align: left;
  }
}
.cid-vsg1nS4EMV .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vsg1nS4EMV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vsg1nS4EMV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f1f5eb !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vsg1nS4EMV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsg1nS4EMV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsg1nS4EMV .navbar {
    height: 70px;
  }
  .cid-vsg1nS4EMV .navbar.opened {
    height: auto;
  }
  .cid-vsg1nS4EMV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsg1nS4EMV .navbar-nav {
  margin: 0 auto;
}
.cid-vsg1nS4EMV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vsg1nS4EMV .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vsg1nS4EMV .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vsg1nS4EMV .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vsg1nS4EMV .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vsg1nS4EMV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vsg1nS4EMV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vsg1nS4EMV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vsg1nS4EMV .navbar {
    justify-content: flex-start !important;
  }
  .cid-vsg1nS4EMV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vsg1nS4EMV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vsg1nS4EMV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vsg1nS4EMV .content-wrap {
  min-height: 110px;
}
.cid-vsfZL4tY4Y {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsfZL4tY4Y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfZL4tY4Y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfZL4tY4Y .row {
  justify-content: center;
}
.cid-vsfZL4tY4Y .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vsfZL4tY4Y .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vsfZL4tY4Y .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vsfZL4tY4Y .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsfZL4tY4Y .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsfZL4tY4Y .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vsfZL4tY4Y .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vsfZL4tY4Y .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-vsfZL4tY4Y .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-vsfZL4tY4Y .content-wrapper .list .item-wrap:hover,
.cid-vsfZL4tY4Y .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-vsfZL4tY4Y .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-vsfZL4tY4Y .mbr-section-title {
  color: #1e4d2b;
}
.cid-vsfZL4tY4Y .mbr-text {
  color: #000000;
}
.cid-vsfZL4tY4Y .list {
  color: #d2d2df;
}
.cid-vsfZL8UN8X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsfZL8UN8X .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfZL8UN8X .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfZL8UN8X .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vsfZL8UN8X .card-wrapper {
    padding: 20px;
  }
}
.cid-vsfZL8UN8X .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vsfZL8UN8X .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsfZL8UN8X .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vsfZL8UN8X .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vsfZL8UN8X .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vsfZL8UN8X .mbr-section-title,
.cid-vsfZL8UN8X .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vsfZL9pyfk {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsfZL9pyfk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfZL9pyfk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfZL9pyfk .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsfZL9pyfk .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vsfZL9pyfk .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vsfZL9pyfk .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vsfZL9pyfk .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsfZL9pyfk .item {
    margin-bottom: 20px;
  }
}
.cid-vsfZL9pyfk .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vsfZL9pyfk .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vsfZL9pyfk .item .item-wrapper .card-box .card-title_1,
.cid-vsfZL9pyfk .item .item-wrapper .card-box .card-title_2,
.cid-vsfZL9pyfk .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-vsfZL9pyfk .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-vsfZL9pyfk .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-vsfZL9pyfk .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vsfZL9pyfk .item .card_2 {
  background-color: #1e4d2b;
}
.cid-vsfZL9pyfk .item .card_3 {
  background-color: #1e4d2b;
}
.cid-vsfZL9pyfk .btn-wrapper {
  margin-top: -6%;
}
.cid-vsfZL9pyfk .mbr-section-title,
.cid-vsfZL9pyfk .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vsfZL9pyfk .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vsfZL9pyfk .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vsfZL9pyfk .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vsfZL9pyfk .card-title_1,
.cid-vsfZL9pyfk .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vsfZL9pyfk .card-title_2,
.cid-vsfZL9pyfk .mbr-section-btn {
  color: #ffffff;
}
.cid-vsfZL9pyfk .card-title_3,
.cid-vsfZL9pyfk .mbr-section-btn {
  color: #ffffff;
}
.cid-vsfZL9J0R7 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e4d2b;
}
.cid-vsfZL9J0R7 .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vsg1nS4EMV .navbar-dropdown {
  position: relative !important;
}
.cid-vsg1nS4EMV .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vsg1nS4EMV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vsg1nS4EMV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vsg1nS4EMV .dropdown-item {
  border: none !important;
  background: #f1f5eb !important;
  font-weight: 400;
}
.cid-vsg1nS4EMV .dropdown-item:hover,
.cid-vsg1nS4EMV .dropdown-item:focus {
  background: #f1f5eb !important;
  color: #000000 !important;
}
.cid-vsg1nS4EMV .dropdown-item:hover span {
  color: white;
}
.cid-vsg1nS4EMV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsg1nS4EMV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsg1nS4EMV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vsg1nS4EMV .nav-link {
  position: relative;
}
.cid-vsg1nS4EMV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vsg1nS4EMV .container {
    flex-wrap: nowrap;
  }
}
.cid-vsg1nS4EMV .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vsg1nS4EMV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vsg1nS4EMV .dropdown-menu,
.cid-vsg1nS4EMV .navbar.opened {
  background: #f1f5eb !important;
}
.cid-vsg1nS4EMV .nav-item:focus,
.cid-vsg1nS4EMV .nav-link:focus {
  outline: none;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsg1nS4EMV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsg1nS4EMV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f1f5eb;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vsg1nS4EMV .navbar.opened {
  transition: all 0.3s;
}
.cid-vsg1nS4EMV .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vsg1nS4EMV .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vsg1nS4EMV .navbar .navbar-logo img {
  width: auto;
}
.cid-vsg1nS4EMV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsg1nS4EMV .navbar.collapsed {
  justify-content: center;
}
.cid-vsg1nS4EMV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsg1nS4EMV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsg1nS4EMV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsg1nS4EMV .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-vsg1nS4EMV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsg1nS4EMV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsg1nS4EMV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsg1nS4EMV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsg1nS4EMV .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-vsg1nS4EMV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsg1nS4EMV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vsg1nS4EMV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vsg1nS4EMV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsg1nS4EMV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsg1nS4EMV .navbar.navbar-short {
  min-height: 96px;
}
.cid-vsg1nS4EMV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vsg1nS4EMV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-caption:hover,
.cid-vsg1nS4EMV .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsg1nS4EMV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vsg1nS4EMV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vsg1nS4EMV .dropdown-item.active,
.cid-vsg1nS4EMV .dropdown-item:active {
  background-color: transparent;
}
.cid-vsg1nS4EMV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f5eb;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vsg1nS4EMV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsg1nS4EMV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vsg1nS4EMV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vsg1nS4EMV .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vsg1nS4EMV .navbar-buttons {
    text-align: left;
  }
}
.cid-vsg1nS4EMV .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vsg1nS4EMV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vsg1nS4EMV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f1f5eb !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vsg1nS4EMV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsg1nS4EMV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsg1nS4EMV .navbar {
    height: 70px;
  }
  .cid-vsg1nS4EMV .navbar.opened {
    height: auto;
  }
  .cid-vsg1nS4EMV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsg1nS4EMV .navbar-nav {
  margin: 0 auto;
}
.cid-vsg1nS4EMV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vsg1nS4EMV .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vsg1nS4EMV .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vsg1nS4EMV .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vsg1nS4EMV .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vsg1nS4EMV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vsg1nS4EMV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vsg1nS4EMV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vsg1nS4EMV .navbar {
    justify-content: flex-start !important;
  }
  .cid-vsg1nS4EMV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vsg1nS4EMV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vsg1nS4EMV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vsg1nS4EMV .content-wrap {
  min-height: 110px;
}
.cid-vsfZWbbeHW {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsfZWbbeHW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfZWbbeHW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfZWbbeHW .row {
  justify-content: center;
}
.cid-vsfZWbbeHW .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vsfZWbbeHW .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vsfZWbbeHW .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vsfZWbbeHW .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsfZWbbeHW .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsfZWbbeHW .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vsfZWbbeHW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vsfZWbbeHW .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-vsfZWbbeHW .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-vsfZWbbeHW .content-wrapper .list .item-wrap:hover,
.cid-vsfZWbbeHW .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-vsfZWbbeHW .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-vsfZWbbeHW .mbr-section-title {
  color: #1e4d2b;
}
.cid-vsfZWbbeHW .mbr-text {
  color: #000000;
}
.cid-vsfZWbbeHW .list {
  color: #d2d2df;
}
.cid-vsfZWbZyQF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsfZWbZyQF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfZWbZyQF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfZWbZyQF .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vsfZWbZyQF .card-wrapper {
    padding: 20px;
  }
}
.cid-vsfZWbZyQF .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vsfZWbZyQF .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsfZWbZyQF .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vsfZWbZyQF .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vsfZWbZyQF .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vsfZWbZyQF .mbr-section-title,
.cid-vsfZWbZyQF .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vsfZWcep85 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsfZWcep85 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsfZWcep85 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsfZWcep85 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsfZWcep85 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vsfZWcep85 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vsfZWcep85 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vsfZWcep85 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsfZWcep85 .item {
    margin-bottom: 20px;
  }
}
.cid-vsfZWcep85 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vsfZWcep85 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vsfZWcep85 .item .item-wrapper .card-box .card-title_1,
.cid-vsfZWcep85 .item .item-wrapper .card-box .card-title_2,
.cid-vsfZWcep85 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-vsfZWcep85 .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-vsfZWcep85 .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-vsfZWcep85 .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vsfZWcep85 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-vsfZWcep85 .item .card_3 {
  background-color: #1e4d2b;
}
.cid-vsfZWcep85 .btn-wrapper {
  margin-top: -6%;
}
.cid-vsfZWcep85 .mbr-section-title,
.cid-vsfZWcep85 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vsfZWcep85 .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vsfZWcep85 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vsfZWcep85 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vsfZWcep85 .card-title_1,
.cid-vsfZWcep85 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vsfZWcep85 .card-title_2,
.cid-vsfZWcep85 .mbr-section-btn {
  color: #ffffff;
}
.cid-vsfZWcep85 .card-title_3,
.cid-vsfZWcep85 .mbr-section-btn {
  color: #ffffff;
}
.cid-vsfZWcsMQs {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e4d2b;
}
.cid-vsfZWcsMQs .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vsg1nS4EMV .navbar-dropdown {
  position: relative !important;
}
.cid-vsg1nS4EMV .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vsg1nS4EMV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vsg1nS4EMV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vsg1nS4EMV .dropdown-item {
  border: none !important;
  background: #f1f5eb !important;
  font-weight: 400;
}
.cid-vsg1nS4EMV .dropdown-item:hover,
.cid-vsg1nS4EMV .dropdown-item:focus {
  background: #f1f5eb !important;
  color: #000000 !important;
}
.cid-vsg1nS4EMV .dropdown-item:hover span {
  color: white;
}
.cid-vsg1nS4EMV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsg1nS4EMV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsg1nS4EMV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vsg1nS4EMV .nav-link {
  position: relative;
}
.cid-vsg1nS4EMV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vsg1nS4EMV .container {
    flex-wrap: nowrap;
  }
}
.cid-vsg1nS4EMV .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vsg1nS4EMV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vsg1nS4EMV .dropdown-menu,
.cid-vsg1nS4EMV .navbar.opened {
  background: #f1f5eb !important;
}
.cid-vsg1nS4EMV .nav-item:focus,
.cid-vsg1nS4EMV .nav-link:focus {
  outline: none;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsg1nS4EMV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsg1nS4EMV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f1f5eb;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vsg1nS4EMV .navbar.opened {
  transition: all 0.3s;
}
.cid-vsg1nS4EMV .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vsg1nS4EMV .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vsg1nS4EMV .navbar .navbar-logo img {
  width: auto;
}
.cid-vsg1nS4EMV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsg1nS4EMV .navbar.collapsed {
  justify-content: center;
}
.cid-vsg1nS4EMV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsg1nS4EMV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsg1nS4EMV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsg1nS4EMV .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-vsg1nS4EMV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsg1nS4EMV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsg1nS4EMV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsg1nS4EMV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsg1nS4EMV .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-vsg1nS4EMV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsg1nS4EMV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vsg1nS4EMV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vsg1nS4EMV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsg1nS4EMV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsg1nS4EMV .navbar.navbar-short {
  min-height: 96px;
}
.cid-vsg1nS4EMV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vsg1nS4EMV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-caption:hover,
.cid-vsg1nS4EMV .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsg1nS4EMV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vsg1nS4EMV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vsg1nS4EMV .dropdown-item.active,
.cid-vsg1nS4EMV .dropdown-item:active {
  background-color: transparent;
}
.cid-vsg1nS4EMV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f5eb;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vsg1nS4EMV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsg1nS4EMV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vsg1nS4EMV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vsg1nS4EMV .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vsg1nS4EMV .navbar-buttons {
    text-align: left;
  }
}
.cid-vsg1nS4EMV .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vsg1nS4EMV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vsg1nS4EMV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f1f5eb !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vsg1nS4EMV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsg1nS4EMV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsg1nS4EMV .navbar {
    height: 70px;
  }
  .cid-vsg1nS4EMV .navbar.opened {
    height: auto;
  }
  .cid-vsg1nS4EMV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsg1nS4EMV .navbar-nav {
  margin: 0 auto;
}
.cid-vsg1nS4EMV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vsg1nS4EMV .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vsg1nS4EMV .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vsg1nS4EMV .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vsg1nS4EMV .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vsg1nS4EMV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vsg1nS4EMV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vsg1nS4EMV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vsg1nS4EMV .navbar {
    justify-content: flex-start !important;
  }
  .cid-vsg1nS4EMV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vsg1nS4EMV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vsg1nS4EMV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vsg1nS4EMV .content-wrap {
  min-height: 110px;
}
.cid-vsg00K9prW {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsg00K9prW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsg00K9prW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsg00K9prW .row {
  justify-content: center;
}
.cid-vsg00K9prW .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vsg00K9prW .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vsg00K9prW .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vsg00K9prW .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsg00K9prW .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsg00K9prW .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vsg00K9prW .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vsg00K9prW .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-vsg00K9prW .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-vsg00K9prW .content-wrapper .list .item-wrap:hover,
.cid-vsg00K9prW .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-vsg00K9prW .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-vsg00K9prW .mbr-section-title {
  color: #1e4d2b;
}
.cid-vsg00K9prW .mbr-text {
  color: #000000;
}
.cid-vsg00K9prW .list {
  color: #d2d2df;
}
.cid-vsg00KGqyW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsg00KGqyW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsg00KGqyW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsg00KGqyW .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vsg00KGqyW .card-wrapper {
    padding: 20px;
  }
}
.cid-vsg00KGqyW .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vsg00KGqyW .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsg00KGqyW .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vsg00KGqyW .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vsg00KGqyW .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vsg00KGqyW .mbr-section-title,
.cid-vsg00KGqyW .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vsg00KUeSe {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsg00KUeSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsg00KUeSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsg00KUeSe .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsg00KUeSe .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vsg00KUeSe .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vsg00KUeSe .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vsg00KUeSe .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsg00KUeSe .item {
    margin-bottom: 20px;
  }
}
.cid-vsg00KUeSe .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vsg00KUeSe .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vsg00KUeSe .item .item-wrapper .card-box .card-title_1,
.cid-vsg00KUeSe .item .item-wrapper .card-box .card-title_2,
.cid-vsg00KUeSe .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-vsg00KUeSe .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-vsg00KUeSe .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-vsg00KUeSe .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vsg00KUeSe .item .card_2 {
  background-color: #1e4d2b;
}
.cid-vsg00KUeSe .item .card_3 {
  background-color: #1e4d2b;
}
.cid-vsg00KUeSe .btn-wrapper {
  margin-top: -6%;
}
.cid-vsg00KUeSe .mbr-section-title,
.cid-vsg00KUeSe .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vsg00KUeSe .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vsg00KUeSe .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vsg00KUeSe .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vsg00KUeSe .card-title_1,
.cid-vsg00KUeSe .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vsg00KUeSe .card-title_2,
.cid-vsg00KUeSe .mbr-section-btn {
  color: #ffffff;
}
.cid-vsg00KUeSe .card-title_3,
.cid-vsg00KUeSe .mbr-section-btn {
  color: #ffffff;
}
.cid-vsg00L7SiV {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e4d2b;
}
.cid-vsg00L7SiV .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vsg1nS4EMV .navbar-dropdown {
  position: relative !important;
}
.cid-vsg1nS4EMV .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vsg1nS4EMV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vsg1nS4EMV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vsg1nS4EMV .dropdown-item {
  border: none !important;
  background: #f1f5eb !important;
  font-weight: 400;
}
.cid-vsg1nS4EMV .dropdown-item:hover,
.cid-vsg1nS4EMV .dropdown-item:focus {
  background: #f1f5eb !important;
  color: #000000 !important;
}
.cid-vsg1nS4EMV .dropdown-item:hover span {
  color: white;
}
.cid-vsg1nS4EMV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsg1nS4EMV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsg1nS4EMV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vsg1nS4EMV .nav-link {
  position: relative;
}
.cid-vsg1nS4EMV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vsg1nS4EMV .container {
    flex-wrap: nowrap;
  }
}
.cid-vsg1nS4EMV .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vsg1nS4EMV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vsg1nS4EMV .dropdown-menu,
.cid-vsg1nS4EMV .navbar.opened {
  background: #f1f5eb !important;
}
.cid-vsg1nS4EMV .nav-item:focus,
.cid-vsg1nS4EMV .nav-link:focus {
  outline: none;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsg1nS4EMV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsg1nS4EMV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f1f5eb;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vsg1nS4EMV .navbar.opened {
  transition: all 0.3s;
}
.cid-vsg1nS4EMV .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vsg1nS4EMV .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vsg1nS4EMV .navbar .navbar-logo img {
  width: auto;
}
.cid-vsg1nS4EMV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsg1nS4EMV .navbar.collapsed {
  justify-content: center;
}
.cid-vsg1nS4EMV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsg1nS4EMV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsg1nS4EMV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsg1nS4EMV .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-vsg1nS4EMV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsg1nS4EMV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsg1nS4EMV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsg1nS4EMV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsg1nS4EMV .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-vsg1nS4EMV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsg1nS4EMV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vsg1nS4EMV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vsg1nS4EMV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsg1nS4EMV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsg1nS4EMV .navbar.navbar-short {
  min-height: 96px;
}
.cid-vsg1nS4EMV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vsg1nS4EMV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-caption:hover,
.cid-vsg1nS4EMV .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsg1nS4EMV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vsg1nS4EMV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vsg1nS4EMV .dropdown-item.active,
.cid-vsg1nS4EMV .dropdown-item:active {
  background-color: transparent;
}
.cid-vsg1nS4EMV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f5eb;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vsg1nS4EMV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsg1nS4EMV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vsg1nS4EMV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vsg1nS4EMV .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vsg1nS4EMV .navbar-buttons {
    text-align: left;
  }
}
.cid-vsg1nS4EMV .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vsg1nS4EMV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vsg1nS4EMV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f1f5eb !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vsg1nS4EMV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsg1nS4EMV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsg1nS4EMV .navbar {
    height: 70px;
  }
  .cid-vsg1nS4EMV .navbar.opened {
    height: auto;
  }
  .cid-vsg1nS4EMV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsg1nS4EMV .navbar-nav {
  margin: 0 auto;
}
.cid-vsg1nS4EMV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vsg1nS4EMV .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vsg1nS4EMV .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vsg1nS4EMV .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vsg1nS4EMV .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vsg1nS4EMV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vsg1nS4EMV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vsg1nS4EMV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vsg1nS4EMV .navbar {
    justify-content: flex-start !important;
  }
  .cid-vsg1nS4EMV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vsg1nS4EMV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vsg1nS4EMV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vsg1nS4EMV .content-wrap {
  min-height: 110px;
}
.cid-vsg05jOQJk {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsg05jOQJk .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsg05jOQJk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsg05jOQJk .row {
  justify-content: center;
}
.cid-vsg05jOQJk .container-fluid {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .cid-vsg05jOQJk .container-fluid {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vsg05jOQJk .container {
    padding: 0 15px;
  }
}
@media (max-width: 992px) {
  .cid-vsg05jOQJk .content-wrapper {
    margin-bottom: 40px;
  }
}
.cid-vsg05jOQJk .content-wrapper .mbr-section-title {
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsg05jOQJk .content-wrapper .mbr-section-title {
    margin-bottom: 40px;
  }
}
.cid-vsg05jOQJk .content-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-vsg05jOQJk .content-wrapper .list {
  margin: 16px 0 0 0;
  padding: 0;
  list-style-type: none;
}
.cid-vsg05jOQJk .content-wrapper .list .item-wrap {
  margin-bottom: 16px;
  text-decoration: underline;
  transition: all 0.3s ease-in-out;
}
.cid-vsg05jOQJk .content-wrapper .list .item-wrap:hover,
.cid-vsg05jOQJk .content-wrapper .list .item-wrap:focus {
  color: #f2ac2b;
}
.cid-vsg05jOQJk .image-wrapper img {
  height: 400px;
  object-fit: cover;
}
.cid-vsg05jOQJk .mbr-section-title {
  color: #1e4d2b;
}
.cid-vsg05jOQJk .mbr-text {
  color: #000000;
}
.cid-vsg05jOQJk .list {
  color: #d2d2df;
}
.cid-vsg05k5A0o {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsg05k5A0o .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsg05k5A0o .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsg05k5A0o .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vsg05k5A0o .card-wrapper {
    padding: 20px;
  }
}
.cid-vsg05k5A0o .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vsg05k5A0o .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsg05k5A0o .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vsg05k5A0o .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vsg05k5A0o .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vsg05k5A0o .mbr-section-title,
.cid-vsg05k5A0o .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vsg05kjCRD {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsg05kjCRD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsg05kjCRD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsg05kjCRD .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsg05kjCRD .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vsg05kjCRD .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vsg05kjCRD .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vsg05kjCRD .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsg05kjCRD .item {
    margin-bottom: 20px;
  }
}
.cid-vsg05kjCRD .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vsg05kjCRD .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vsg05kjCRD .item .item-wrapper .card-box .card-title_1,
.cid-vsg05kjCRD .item .item-wrapper .card-box .card-title_2,
.cid-vsg05kjCRD .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-vsg05kjCRD .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-vsg05kjCRD .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-vsg05kjCRD .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vsg05kjCRD .item .card_2 {
  background-color: #1e4d2b;
}
.cid-vsg05kjCRD .item .card_3 {
  background-color: #1e4d2b;
}
.cid-vsg05kjCRD .btn-wrapper {
  margin-top: -6%;
}
.cid-vsg05kjCRD .mbr-section-title,
.cid-vsg05kjCRD .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vsg05kjCRD .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vsg05kjCRD .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vsg05kjCRD .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vsg05kjCRD .card-title_1,
.cid-vsg05kjCRD .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vsg05kjCRD .card-title_2,
.cid-vsg05kjCRD .mbr-section-btn {
  color: #ffffff;
}
.cid-vsg05kjCRD .card-title_3,
.cid-vsg05kjCRD .mbr-section-btn {
  color: #ffffff;
}
.cid-vsg05kzmAM {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e4d2b;
}
.cid-vsg05kzmAM .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vsg1nS4EMV .navbar-dropdown {
  position: relative !important;
}
.cid-vsg1nS4EMV .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vsg1nS4EMV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vsg1nS4EMV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vsg1nS4EMV .dropdown-item {
  border: none !important;
  background: #f1f5eb !important;
  font-weight: 400;
}
.cid-vsg1nS4EMV .dropdown-item:hover,
.cid-vsg1nS4EMV .dropdown-item:focus {
  background: #f1f5eb !important;
  color: #000000 !important;
}
.cid-vsg1nS4EMV .dropdown-item:hover span {
  color: white;
}
.cid-vsg1nS4EMV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsg1nS4EMV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsg1nS4EMV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vsg1nS4EMV .nav-link {
  position: relative;
}
.cid-vsg1nS4EMV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vsg1nS4EMV .container {
    flex-wrap: nowrap;
  }
}
.cid-vsg1nS4EMV .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vsg1nS4EMV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vsg1nS4EMV .dropdown-menu,
.cid-vsg1nS4EMV .navbar.opened {
  background: #f1f5eb !important;
}
.cid-vsg1nS4EMV .nav-item:focus,
.cid-vsg1nS4EMV .nav-link:focus {
  outline: none;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsg1nS4EMV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsg1nS4EMV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f1f5eb;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vsg1nS4EMV .navbar.opened {
  transition: all 0.3s;
}
.cid-vsg1nS4EMV .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vsg1nS4EMV .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vsg1nS4EMV .navbar .navbar-logo img {
  width: auto;
}
.cid-vsg1nS4EMV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsg1nS4EMV .navbar.collapsed {
  justify-content: center;
}
.cid-vsg1nS4EMV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsg1nS4EMV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsg1nS4EMV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsg1nS4EMV .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-vsg1nS4EMV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsg1nS4EMV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsg1nS4EMV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsg1nS4EMV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsg1nS4EMV .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-vsg1nS4EMV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsg1nS4EMV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vsg1nS4EMV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vsg1nS4EMV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsg1nS4EMV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsg1nS4EMV .navbar.navbar-short {
  min-height: 96px;
}
.cid-vsg1nS4EMV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vsg1nS4EMV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-caption:hover,
.cid-vsg1nS4EMV .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsg1nS4EMV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vsg1nS4EMV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vsg1nS4EMV .dropdown-item.active,
.cid-vsg1nS4EMV .dropdown-item:active {
  background-color: transparent;
}
.cid-vsg1nS4EMV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f5eb;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vsg1nS4EMV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsg1nS4EMV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vsg1nS4EMV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vsg1nS4EMV .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vsg1nS4EMV .navbar-buttons {
    text-align: left;
  }
}
.cid-vsg1nS4EMV .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vsg1nS4EMV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vsg1nS4EMV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f1f5eb !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vsg1nS4EMV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsg1nS4EMV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsg1nS4EMV .navbar {
    height: 70px;
  }
  .cid-vsg1nS4EMV .navbar.opened {
    height: auto;
  }
  .cid-vsg1nS4EMV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsg1nS4EMV .navbar-nav {
  margin: 0 auto;
}
.cid-vsg1nS4EMV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vsg1nS4EMV .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vsg1nS4EMV .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vsg1nS4EMV .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vsg1nS4EMV .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vsg1nS4EMV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vsg1nS4EMV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vsg1nS4EMV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vsg1nS4EMV .navbar {
    justify-content: flex-start !important;
  }
  .cid-vsg1nS4EMV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vsg1nS4EMV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vsg1nS4EMV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vsg1nS4EMV .content-wrap {
  min-height: 110px;
}
.cid-vsg0pLrco0 {
  padding-top: 12rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsg0pLrco0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsg0pLrco0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsg0pLrco0 .icon-wrapper {
  margin-bottom: 20px;
}
.cid-vsg0pLrco0 .icon-wrapper .mbr-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #000c3f;
}
.cid-vsg0pLrco0 .mbr-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.cid-vsg0pLrco0 .desc-wrapper .mbr-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-vsg0pLrco0 .desc-wrapper .mbr-desc {
    width: 100%;
  }
}
.cid-vsg0pLrco0 .mbr-desc,
.cid-vsg0pLrco0 .desc-wrapper {
  color: #000000;
  text-align: left;
}
.cid-vsg0pLrco0 .mbr-text,
.cid-vsg0pLrco0 .icon-wrapper {
  text-align: left;
  color: #1e4d2b;
}
.cid-vsg0k3NqeT {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsg0k3NqeT .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsg0k3NqeT .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsg0k3NqeT .card-wrapper {
  position: relative;
  z-index: 1;
  overflow: hidden;
  padding: 70px;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-vsg0k3NqeT .card-wrapper {
    padding: 20px;
  }
}
.cid-vsg0k3NqeT .card-wrapper .title-wrapper {
  position: relative;
  z-index: 1;
}
.cid-vsg0k3NqeT .card-wrapper .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 60%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsg0k3NqeT .card-wrapper .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 20px;
  }
}
.cid-vsg0k3NqeT .card-wrapper .google-map iframe {
  height: 500px;
}
@media (max-width: 992px) {
  .cid-vsg0k3NqeT .card-wrapper .google-map iframe {
    height: 300px;
  }
}
.cid-vsg0k3NqeT .mbr-section-title,
.cid-vsg0k3NqeT .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vsg0k3ZiN9 {
  padding-top: 0rem;
  padding-bottom: 5rem;
  background-color: #f1f5eb;
}
.cid-vsg0k3ZiN9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vsg0k3ZiN9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vsg0k3ZiN9 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-vsg0k3ZiN9 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-vsg0k3ZiN9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
}
@media (max-width: 1440px) {
  .cid-vsg0k3ZiN9 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-vsg0k3ZiN9 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-vsg0k3ZiN9 .item {
    margin-bottom: 20px;
  }
}
.cid-vsg0k3ZiN9 .item .item-wrapper {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 30px;
}
@media (max-width: 992px) {
  .cid-vsg0k3ZiN9 .item .item-wrapper {
    padding: 20px;
  }
}
.cid-vsg0k3ZiN9 .item .item-wrapper .card-box .card-title_1,
.cid-vsg0k3ZiN9 .item .item-wrapper .card-box .card-title_2,
.cid-vsg0k3ZiN9 .item .item-wrapper .card-box .card-title_3 {
  margin-bottom: 40px;
}
.cid-vsg0k3ZiN9 .item .item-wrapper .iconfont-wrapper {
  text-align: center;
}
.cid-vsg0k3ZiN9 .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-vsg0k3ZiN9 .item .card_1 {
  background-color: #1e4d2b;
}
.cid-vsg0k3ZiN9 .item .card_2 {
  background-color: #1e4d2b;
}
.cid-vsg0k3ZiN9 .item .card_3 {
  background-color: #1e4d2b;
}
.cid-vsg0k3ZiN9 .btn-wrapper {
  margin-top: -6%;
}
.cid-vsg0k3ZiN9 .mbr-section-title,
.cid-vsg0k3ZiN9 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-vsg0k3ZiN9 .card-title_1 {
  color: #f1f5eb;
  text-align: center;
}
.cid-vsg0k3ZiN9 .card-title_2 {
  color: #323432;
  text-align: center;
}
.cid-vsg0k3ZiN9 .card-title_3 {
  color: #5c834f;
  text-align: center;
}
.cid-vsg0k3ZiN9 .card-title_1,
.cid-vsg0k3ZiN9 .mbr-section-btn {
  text-align: center;
  color: #ffffff;
}
.cid-vsg0k3ZiN9 .card-title_2,
.cid-vsg0k3ZiN9 .mbr-section-btn {
  color: #ffffff;
}
.cid-vsg0k3ZiN9 .card-title_3,
.cid-vsg0k3ZiN9 .mbr-section-btn {
  color: #ffffff;
}
.cid-vsg0k4a8h6 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #1e4d2b;
}
.cid-vsg0k4a8h6 .media-container-row .mbr-text {
  color: #fdfde1;
}
.cid-vsg1nS4EMV .navbar-dropdown {
  position: relative !important;
}
.cid-vsg1nS4EMV .container-fluid {
  padding-left: 32px;
  padding-right: 32px;
}
@media (max-width: 992px) {
  .cid-vsg1nS4EMV .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.cid-vsg1nS4EMV .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.cid-vsg1nS4EMV .dropdown-item {
  border: none !important;
  background: #f1f5eb !important;
  font-weight: 400;
}
.cid-vsg1nS4EMV .dropdown-item:hover,
.cid-vsg1nS4EMV .dropdown-item:focus {
  background: #f1f5eb !important;
  color: #000000 !important;
}
.cid-vsg1nS4EMV .dropdown-item:hover span {
  color: white;
}
.cid-vsg1nS4EMV .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.cid-vsg1nS4EMV .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.cid-vsg1nS4EMV .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.cid-vsg1nS4EMV .nav-link {
  position: relative;
}
.cid-vsg1nS4EMV .container {
  display: flex;
  margin: 0 auto;
  max-width: 1506px;
}
@media (min-width: 992px) {
  .cid-vsg1nS4EMV .container {
    flex-wrap: nowrap;
  }
}
.cid-vsg1nS4EMV .iconfont-wrapper {
  font-size: 1rem;
  transition: all 0.3s ease-in-out;
}
.cid-vsg1nS4EMV .iconfont-wrapper:hover {
  opacity: .5;
}
.cid-vsg1nS4EMV .dropdown-menu,
.cid-vsg1nS4EMV .navbar.opened {
  background: #f1f5eb !important;
}
.cid-vsg1nS4EMV .nav-item:focus,
.cid-vsg1nS4EMV .nav-link:focus {
  outline: none;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-vsg1nS4EMV .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-vsg1nS4EMV .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-vsg1nS4EMV .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 14px !important;
  transition: none;
  margin: 0 !important;
}
.cid-vsg1nS4EMV .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #f1f5eb;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
  backdrop-filter: blur(5px);
}
.cid-vsg1nS4EMV .navbar.opened {
  transition: all 0.3s;
}
.cid-vsg1nS4EMV .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 16px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.cid-vsg1nS4EMV .navbar .navbar-logo {
  margin-right: 1rem;
}
.cid-vsg1nS4EMV .navbar .navbar-logo img {
  width: auto;
}
.cid-vsg1nS4EMV .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.cid-vsg1nS4EMV .navbar.collapsed {
  justify-content: center;
}
.cid-vsg1nS4EMV .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-vsg1nS4EMV .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-vsg1nS4EMV .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-vsg1nS4EMV .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-vsg1nS4EMV .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-vsg1nS4EMV .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-vsg1nS4EMV .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .cid-vsg1nS4EMV .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-vsg1nS4EMV .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-vsg1nS4EMV .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-vsg1nS4EMV .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .cid-vsg1nS4EMV .navbar ul.navbar-nav li {
    margin: auto;
  }
  .cid-vsg1nS4EMV .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
    box-shadow: none;
  }
  .cid-vsg1nS4EMV .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .cid-vsg1nS4EMV .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-vsg1nS4EMV .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-vsg1nS4EMV .navbar.navbar-short {
  min-height: 96px;
}
.cid-vsg1nS4EMV .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.cid-vsg1nS4EMV .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 400;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-caption:hover,
.cid-vsg1nS4EMV .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vsg1nS4EMV .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-vsg1nS4EMV .navbar.opened .navbar-brand .navbar-caption:hover,
.cid-vsg1nS4EMV .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #000000 !important;
}
.cid-vsg1nS4EMV .dropdown-item.active,
.cid-vsg1nS4EMV .dropdown-item:active {
  background-color: transparent;
}
.cid-vsg1nS4EMV .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-vsg1nS4EMV .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #f1f5eb;
  top: 3rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-vsg1nS4EMV .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.cid-vsg1nS4EMV .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.cid-vsg1nS4EMV ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .cid-vsg1nS4EMV ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.cid-vsg1nS4EMV .navbar-buttons {
  text-align: center;
  width: auto;
}
@media (min-width: 991px) {
  .cid-vsg1nS4EMV .navbar-buttons {
    text-align: left;
  }
}
.cid-vsg1nS4EMV .navbar-buttons .btn {
  white-space: nowrap;
  min-height: auto;
  width: auto;
  margin-right: 0;
}
@media (max-width: 575px) {
  .cid-vsg1nS4EMV .navbar-buttons .btn {
    width: auto !important;
  }
}
.cid-vsg1nS4EMV button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #f1f5eb !important;
  border: none !important;
  box-shadow: none !important;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.cid-vsg1nS4EMV button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-vsg1nS4EMV nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-vsg1nS4EMV .navbar-dropdown {
  padding: 0 1rem;
}
.cid-vsg1nS4EMV a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-vsg1nS4EMV .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-vsg1nS4EMV .navbar {
    height: 70px;
  }
  .cid-vsg1nS4EMV .navbar.opened {
    height: auto;
  }
  .cid-vsg1nS4EMV .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-vsg1nS4EMV .navbar-nav {
  margin: 0 auto;
}
.cid-vsg1nS4EMV .nav-item {
  padding: 0;
  margin: 0;
}
.cid-vsg1nS4EMV .nav-item .nav-link {
  padding: 8px 16px !important;
  margin: 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.cid-vsg1nS4EMV .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.cid-vsg1nS4EMV .nav-item .nav-link:hover {
  background-color: transparent;
  color: #000000 !important;
}
.cid-vsg1nS4EMV .nav-item .nav-link:hover::after {
  color: inherit !important;
}
.cid-vsg1nS4EMV .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.cid-vsg1nS4EMV .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.cid-vsg1nS4EMV .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .cid-vsg1nS4EMV .navbar {
    justify-content: flex-start !important;
  }
  .cid-vsg1nS4EMV .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .cid-vsg1nS4EMV .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .cid-vsg1nS4EMV .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .cid-vsg1nS4EMV .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.cid-vsg1nS4EMV .content-wrap {
  min-height: 110px;
}
