.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-wrapper .mbr-overlay {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Inter Tight;
}
.display-1 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 5rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .mbr-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 2rem;
  line-height: 1.5;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #9fe870 !important;
}
.bg-success {
  background-color: #3a341c !important;
}
.bg-info {
  background-color: #320707 !important;
}
.bg-warning {
  background-color: #a0e2e1 !important;
}
.bg-danger {
  background-color: #ffea64 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
  color: #264d0c !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #264d0c !important;
  background-color: #bcef9c !important;
  border-color: #bcef9c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
  color: #d70081 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #d70081 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #320707 !important;
  border-color: #320707 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #5f0d0d !important;
  border-color: #5f0d0d !important;
}
.btn-success,
.btn-success:active {
  background-color: #3a341c !important;
  border-color: #3a341c !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #5c532d !important;
  border-color: #5c532d !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
  color: #1f6463 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #1f6463 !important;
  background-color: #c7eeed !important;
  border-color: #c7eeed !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
  color: #645600 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #645600 !important;
  background-color: #fff197 !important;
  border-color: #fff197 !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #9fe870;
  color: #9fe870;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #6ddc25 !important;
  background-color: transparent !important;
  border-color: #6ddc25 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #264d0c !important;
  background-color: #9fe870 !important;
  border-color: #9fe870 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffd7ef;
  color: #ffd7ef;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ff80cc !important;
  background-color: transparent !important;
  border-color: #ff80cc !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #d70081 !important;
  background-color: #ffd7ef !important;
  border-color: #ffd7ef !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #320707;
  color: #320707;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #320707 !important;
  border-color: #320707 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #3a341c;
  color: #3a341c;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #3a341c !important;
  border-color: #3a341c !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #a0e2e1;
  color: #a0e2e1;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #5ececc !important;
  background-color: transparent !important;
  border-color: #5ececc !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #1f6463 !important;
  background-color: #a0e2e1 !important;
  border-color: #a0e2e1 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffea64;
  color: #ffea64;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffde0d !important;
  background-color: transparent !important;
  border-color: #ffde0d !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #645600 !important;
  background-color: #ffea64 !important;
  border-color: #ffea64 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #9fe870 !important;
}
.text-secondary {
  color: #ffd7ef !important;
}
.text-success {
  color: #3a341c !important;
}
.text-info {
  color: #320707 !important;
}
.text-warning {
  color: #a0e2e1 !important;
}
.text-danger {
  color: #ffea64 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #66d022 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ff71c6 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #000000 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #52cac8 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #fddb00 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #9fe870;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #320707;
}
.alert-warning {
  background-color: #a0e2e1;
}
.alert-danger {
  background-color: #ffea64;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #9fe870;
  border-color: #9fe870;
  color: #306310;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #9fe870;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #c0b27c;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #f3abab;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #9fe870 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Inter Tight', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #9fe870;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #9fe870;
  color: #000000;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #9fe870;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #9fe870;
  border-bottom-color: #9fe870;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #000000 !important;
  background-color: #9fe870 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffd7ef !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%239fe870' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
@media (max-width: 1400px) {
  .container {
    max-width: 100%;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 1400px) and (min-width: 768px) {
  .container-fluid {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 767px) {
  .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uUUhW44ZMQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUUhW44ZMQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUUhW44ZMQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUUhW44ZMQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUhW44ZMQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUUhW44ZMQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUUhW44ZMQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUUhW44ZMQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUUhW44ZMQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(160, 225, 225, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #a0e1e1;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUUhW44ZMQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #a0e1e1;
  background: rgba(160, 225, 225, 0.8) !important;
}
.cid-uUUhW44ZMQ .nav-item:focus,
.cid-uUUhW44ZMQ .nav-link:focus {
  outline: none;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUhW44ZMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUhW44ZMQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUhW44ZMQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUhW44ZMQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUhW44ZMQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUUhW44ZMQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUhW44ZMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar {
    min-height: 72px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUhW44ZMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUhW44ZMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUUhW44ZMQ .dropdown-item.active,
.cid-uUUhW44ZMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUhW44ZMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUUhW44ZMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUhW44ZMQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUUhW44ZMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUhW44ZMQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUhW44ZMQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUUhW44ZMQ .navbar {
    height: 70px;
  }
  .cid-uUUhW44ZMQ .navbar.opened {
    height: auto;
  }
  .cid-uUUhW44ZMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUUhW44ZMQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUUhW44ZMQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUUhW44ZMQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a0e1e1;
    opacity: 1;
    border-color: rgba(160, 225, 225, 0.8) !important;
    background: rgba(160, 225, 225, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUUhW44ZMQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-vjhfqkyJoU {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vjhfqkyJoU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjhfqkyJoU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjhfqkyJoU .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-vjhfqkyJoU .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-vjhfqkyJoU .row-links {
  width: 100%;
  justify-content: center;
}
.cid-vjhfqkyJoU .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-vjhfqkyJoU .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-vjhfqkyJoU .header-menu li p {
  margin: 0;
}
.cid-vjhfqkyJoU .content-head {
  max-width: 800px;
}
.cid-vjhnmXIGV6 {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #edefeb;
}
.cid-vjhnmXIGV6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjhnmXIGV6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vjhnmXIGV6 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vjhnmXIGV6 .row {
  flex-direction: row-reverse;
}
.cid-vjhnmXIGV6 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vjhnmXIGV6 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vjhnmXIGV6 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vjhnmXIGV6 .mbr-section-title {
  color: #000000;
}
.cid-vjhnmXIGV6 .mbr-text,
.cid-vjhnmXIGV6 .mbr-section-btn {
  color: #232323;
}
.cid-v3lvK5xCxt {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-v3lvK5xCxt .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3lvK5xCxt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3lvK5xCxt .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-v3lvK5xCxt .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-v3lvK5xCxt .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-v3lvK5xCxt .card-wrapper {
    padding: 4rem;
  }
}
.cid-v3lvK5xCxt .mbr-text,
.cid-v3lvK5xCxt .mbr-section-btn {
  text-align: center;
}
.cid-vc5hOvjasO {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-image: url("../../../assets/images/background3.jpg");
}
.cid-vc5hOvjasO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vc5hOvjasO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vc5hOvjasO .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-vc5hOvjasO .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-vc5hOvjasO .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-vc5hOvjasO .card-wrapper {
    padding: 4rem;
  }
}
.cid-vc5hOvjasO .mbr-text,
.cid-vc5hOvjasO .mbr-section-btn {
  text-align: center;
}
.cid-v3ChhylbC1 {
  display: flex;
  background-image: url("../../../assets/images/predio-ceprovi-316x198.jpg");
}
.cid-v3ChhylbC1 .mbr-overlay {
  background-color: #000000;
  opacity: 0.5;
}
@media (min-width: 768px) {
  .cid-v3ChhylbC1 {
    align-items: flex-end;
  }
  .cid-v3ChhylbC1 .row {
    justify-content: center;
  }
  .cid-v3ChhylbC1 .content-wrap {
    padding: 1rem 3rem;
  }
}
@media (max-width: 991px) and (min-width: 768px) {
  .cid-v3ChhylbC1 .content-wrap {
    min-width: 50%;
  }
}
@media (max-width: 767px) {
  .cid-v3ChhylbC1 {
    -webkit-align-items: center;
    align-items: flex-end;
  }
  .cid-v3ChhylbC1 .mbr-row {
    -webkit-justify-content: center;
    justify-content: center;
  }
  .cid-v3ChhylbC1 .content-wrap {
    width: 100%;
  }
}
.cid-v3ChhylbC1 .mbr-section-title,
.cid-v3ChhylbC1 .mbr-section-subtitle {
  text-align: center;
}
.cid-v3ChhylbC1 .mbr-text,
.cid-v3ChhylbC1 .mbr-section-btn {
  text-align: center;
}
.cid-v3ltWTPRO4 {
  padding-top: 0rem;
  padding-bottom: 7rem;
  background-color: #a0e1e1;
}
.cid-v3ltWTPRO4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3ltWTPRO4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3ltWTPRO4 .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v3ltWTPRO4 .image-wrap img {
    display: block;
    margin: auto;
    width: 80%;
  }
}
.cid-v3ltWTPRO4 .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v3ltWTPRO4 .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v3ltWTPRO4 .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v3ltWTPRO4 .header-menu li p {
  margin: 0;
}
.cid-v3ltWTPRO4 .content-head {
  max-width: 800px;
}
.cid-v3ltWTPRO4 .mbr-text,
.cid-v3ltWTPRO4 .mbr-section-btn {
  color: #2e481a;
}
.cid-v5AYWaj28V {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-v5AYWaj28V .justify-content-center {
  align-items: center;
}
.cid-v5AYWaj28V .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5AYWaj28V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5AYWaj28V .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v5AYWaj28V .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5AYWaj28V .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v5AYWaj28V .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v5AYWaj28V .row {
  align-items: center;
}
.cid-v5AYWaj28V .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v5AYWaj28V .card-text {
    text-align: center;
  }
}
.cid-v5AWrWrD2P {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
}
.cid-v5AWrWrD2P .justify-content-center {
  align-items: center;
}
.cid-v5AWrWrD2P .mbr-fallback-image.disabled {
  display: none;
}
.cid-v5AWrWrD2P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v5AWrWrD2P .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v5AWrWrD2P .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v5AWrWrD2P .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v5AWrWrD2P .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v5AWrWrD2P .row {
  align-items: center;
}
.cid-v5AWrWrD2P .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v5AWrWrD2P .card-text {
    text-align: center;
  }
}
.cid-uY3kpZInvt {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uY3kpZInvt .justify-content-center {
  align-items: center;
}
.cid-uY3kpZInvt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY3kpZInvt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY3kpZInvt .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uY3kpZInvt .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY3kpZInvt .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uY3kpZInvt .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uY3kpZInvt .row {
  align-items: center;
}
.cid-uY3kpZInvt .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uY3kpZInvt .card-text {
    text-align: center;
  }
}
.cid-v3lC37mhGl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #2e481a;
}
.cid-v3lC37mhGl .justify-content-center {
  align-items: center;
}
.cid-v3lC37mhGl .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3lC37mhGl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3lC37mhGl .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v3lC37mhGl .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3lC37mhGl .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v3lC37mhGl .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v3lC37mhGl .row {
  align-items: center;
}
.cid-v3lC37mhGl .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v3lC37mhGl .card-text {
    text-align: center;
  }
}
.cid-uY3m9CUbxF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-uY3m9CUbxF .justify-content-center {
  align-items: center;
}
.cid-uY3m9CUbxF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uY3m9CUbxF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uY3m9CUbxF .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-uY3m9CUbxF .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uY3m9CUbxF .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-uY3m9CUbxF .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-uY3m9CUbxF .row {
  align-items: center;
}
.cid-uY3m9CUbxF .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-uY3m9CUbxF .card-text {
    text-align: center;
  }
}
.cid-v1Uuq8cmiq {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #f92c50;
}
.cid-v1Uuq8cmiq .justify-content-center {
  align-items: center;
}
.cid-v1Uuq8cmiq .mbr-fallback-image.disabled {
  display: none;
}
.cid-v1Uuq8cmiq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v1Uuq8cmiq .item-wrapper {
  display: flex;
  margin-left: auto;
}
@media (max-width: 767px) {
  .cid-v1Uuq8cmiq .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v1Uuq8cmiq .mbr-section-btn {
  padding-left: 1.5rem;
  text-align: right;
}
@media (max-width: 767px) {
  .cid-v1Uuq8cmiq .mbr-section-btn {
    text-align: center;
    padding-left: 0rem;
  }
}
.cid-v1Uuq8cmiq .row {
  align-items: center;
}
.cid-v1Uuq8cmiq .card-text {
  color: #ffffff;
  margin-bottom: 0px;
  text-align: left;
}
@media (max-width: 767px) {
  .cid-v1Uuq8cmiq .card-text {
    text-align: center;
  }
}
.cid-uTOqpqt2Hc {
  padding-top: 2rem;
  padding-bottom: 8rem;
  background-color: #a0e1e1;
}
.cid-uTOqpqt2Hc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTOqpqt2Hc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTOqpqt2Hc .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uTOqpqt2Hc .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uTOqpqt2Hc .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uTOqpqt2Hc .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uTOqpqt2Hc .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uTOqpqt2Hc .header-menu li p {
  margin: 0;
}
.cid-uTOqpqt2Hc .content-head {
  max-width: 800px;
}
.cid-uTOqpqt2Hc .mbr-text,
.cid-uTOqpqt2Hc .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-uTOqpqt2Hc .mbr-section-title {
  color: #2e481a;
}
.cid-uUTCkvsF3F {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #bcef9b;
}
.cid-uUTCkvsF3F .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUTCkvsF3F .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUTCkvsF3F .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUTCkvsF3F .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uUTCkvsF3F .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUTCkvsF3F .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUTCkvsF3F .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUTCkvsF3F .header-menu li p {
  margin: 0;
}
.cid-uUTCkvsF3F .content-head {
  max-width: 800px;
}
.cid-uUTCkvsF3F .mbr-text,
.cid-uUTCkvsF3F .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-uUTCkvsF3F .mbr-section-title {
  color: #2e481a;
}
.cid-uUQ7z5gaUF {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #a0e1e1;
}
.cid-uUQ7z5gaUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUQ7z5gaUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUQ7z5gaUF .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uUQ7z5gaUF .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uUQ7z5gaUF .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uUQ7z5gaUF .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uUQ7z5gaUF .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uUQ7z5gaUF .header-menu li p {
  margin: 0;
}
.cid-uUQ7z5gaUF .content-head {
  max-width: 800px;
}
.cid-uUQ7z5gaUF .mbr-text,
.cid-uUQ7z5gaUF .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-uUQ7z5gaUF .mbr-section-title {
  color: #2e481a;
}
.cid-uWnaAl2H3V {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #9fe870;
}
.cid-uWnaAl2H3V .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWnaAl2H3V .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWnaAl2H3V .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWnaAl2H3V .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uWnaAl2H3V .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWnaAl2H3V .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWnaAl2H3V .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWnaAl2H3V .header-menu li p {
  margin: 0;
}
.cid-uWnaAl2H3V .content-head {
  max-width: 800px;
}
.cid-uWnaAl2H3V .mbr-text,
.cid-uWnaAl2H3V .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-uWnaAl2H3V .mbr-section-title {
  color: #2e481a;
}
.cid-uWn8nnKMNV {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #a0e1e1;
}
.cid-uWn8nnKMNV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWn8nnKMNV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWn8nnKMNV .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWn8nnKMNV .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uWn8nnKMNV .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWn8nnKMNV .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWn8nnKMNV .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWn8nnKMNV .header-menu li p {
  margin: 0;
}
.cid-uWn8nnKMNV .content-head {
  max-width: 800px;
}
.cid-uWn8nnKMNV .mbr-text,
.cid-uWn8nnKMNV .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-uWn8nnKMNV .mbr-section-title {
  color: #2e481a;
}
.cid-uWndJZU1RI {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #9fe870;
}
.cid-uWndJZU1RI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWndJZU1RI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uWndJZU1RI .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-uWndJZU1RI .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-uWndJZU1RI .row-links {
  width: 100%;
  justify-content: center;
}
.cid-uWndJZU1RI .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-uWndJZU1RI .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-uWndJZU1RI .header-menu li p {
  margin: 0;
}
.cid-uWndJZU1RI .content-head {
  max-width: 800px;
}
.cid-uWndJZU1RI .mbr-text,
.cid-uWndJZU1RI .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-uWndJZU1RI .mbr-section-title {
  color: #2e481a;
}
.cid-v2MeOKVcOp {
  padding-top: 5rem;
  padding-bottom: 7rem;
  background-color: #a0e1e1;
}
.cid-v2MeOKVcOp .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2MeOKVcOp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2MeOKVcOp .image-wrap img {
  width: 100%;
}
@media (min-width: 992px) {
  .cid-v2MeOKVcOp .image-wrap img {
    display: block;
    margin: auto;
    width: 60%;
  }
}
.cid-v2MeOKVcOp .row-links {
  width: 100%;
  justify-content: center;
}
.cid-v2MeOKVcOp .header-menu {
  margin-top: 2rem;
  list-style: none;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  padding: 0;
  margin-bottom: 0;
}
.cid-v2MeOKVcOp .header-menu li {
  padding: 0 1rem 1rem 1rem;
}
.cid-v2MeOKVcOp .header-menu li p {
  margin: 0;
}
.cid-v2MeOKVcOp .content-head {
  max-width: 800px;
}
.cid-v2MeOKVcOp .mbr-text,
.cid-v2MeOKVcOp .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-v2MeOKVcOp .mbr-section-title {
  color: #2e481a;
}
.cid-uTOvcEYPaK {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #9fe870;
}
.cid-uTOvcEYPaK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTOvcEYPaK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uTOvcEYPaK .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTOvcEYPaK .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uTOvcEYPaK .item-wrapper {
  background: #ffffff;
  padding: 2.25rem;
  height: 100%;
  display: flex;
  flex-direction: column;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uTOvcEYPaK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .cid-uTOvcEYPaK .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
.cid-uTOvcEYPaK .mbr-iconfont {
  display: inline-flex;
  font-size: 3rem;
  color: #2e481a;
  margin-bottom: 1rem;
  width: 80px;
  justify-content: center;
  align-items: center;
  background: #9fe870;
  height: 80px;
  border-radius: 50%;
}
.cid-uTOvcEYPaK .mbr-section-title {
  color: #2e481a;
}
.cid-uTOvcEYPaK .mbr-section-subtitle {
  color: #ffffff;
}
.cid-uTOvcEYPaK .card-box {
  display: flex;
  flex-direction: column;
  height: 100%;
}
.cid-uTOvcEYPaK .card-box .item-footer {
  margin-top: auto;
}
.cid-uTOvcEYPaK .content-head {
  max-width: 800px;
}
.cid-uTOvcEYPaK .card-title,
.cid-uTOvcEYPaK .iconfont-wrapper {
  color: #2e481a;
}
.cid-uTRoE0OPHB {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-uTRoE0OPHB h6 {
  line-height: 1.2;
}
.cid-uTRoE0OPHB img,
.cid-uTRoE0OPHB .item-img {
  width: 100%;
  height: 100%;
}
.cid-uTRoE0OPHB .item:focus,
.cid-uTRoE0OPHB span:focus {
  outline: none;
}
.cid-uTRoE0OPHB .item-wrapper {
  position: relative;
  display: flex;
  flex-flow: column nowrap;
  margin-bottom: 2rem;
}
.cid-uTRoE0OPHB .mbr-section-btn {
  margin-top: auto !important;
  text-align: center;
}
.cid-uTRoE0OPHB .mbr-section-title {
  color: #2e481a;
}
.cid-uTRoE0OPHB .mbr-text,
.cid-uTRoE0OPHB .mbr-section-btn {
  color: #000000;
}
.cid-uTRoE0OPHB .item-title {
  color: #000000;
  text-align: center;
}
.cid-uTRoE0OPHB .item-subtitle {
  color: #000000;
  text-align: center;
}
.cid-uTRoE0OPHB .item-text {
  color: #000000;
  text-align: center;
}
.cid-uTRoE0OPHB .content-head {
  max-width: 800px;
}
@media (max-width: 767px) {
  .cid-uTRoE0OPHB .item-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTOxfJXYIF {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #9fe870;
}
.cid-uTOxfJXYIF .item-subtitle {
  line-height: 1.2;
  color: #000000;
}
.cid-uTOxfJXYIF img,
.cid-uTOxfJXYIF .item-img {
  width: 100%;
}
.cid-uTOxfJXYIF .item:focus,
.cid-uTOxfJXYIF span:focus {
  outline: none;
}
.cid-uTOxfJXYIF .item {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uTOxfJXYIF .item {
    margin-bottom: 1rem;
  }
}
.cid-uTOxfJXYIF .item-wrapper {
  position: relative;
  border-radius: 4px;
  height: 100%;
  display: flex;
  flex-flow: column nowrap;
}
.cid-uTOxfJXYIF .mbr-section-title {
  color: #2e481a;
}
.cid-uTOxfJXYIF .mbr-text,
.cid-uTOxfJXYIF .mbr-section-btn {
  color: #232323;
}
.cid-uTOxfJXYIF .item-title {
  color: #232323;
  text-align: center;
}
.cid-uTOxfJXYIF .content-head {
  max-width: 800px;
}
.cid-uZyviPPtRG {
  padding-top: 8rem;
  padding-bottom: 0rem;
  background-color: #a0e1e1;
}
.cid-uZyviPPtRG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uZyviPPtRG .item-wrapper img {
  width: 80px;
  height: 80px;
  object-fit: cover;
  border-radius: 50% !important;
}
.cid-uZyviPPtRG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uZyviPPtRG .item-wrapper {
  background: #ffffff;
  margin-bottom: 0.5rem;
  padding: 2.25rem;
  height: 100%;
}
@media (max-width: 767px) {
  .cid-uZyviPPtRG .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uZyviPPtRG .item-wrapper {
    padding: 2rem 1.5rem;
  }
}
.cid-uZyviPPtRG .card-title,
.cid-uZyviPPtRG .iconfont-wrapper {
  color: #000000;
}
.cid-uZyviPPtRG .card-text {
  color: #000000;
}
.cid-uZyviPPtRG .content-head {
  max-width: 800px;
}
.cid-uZyviPPtRG .mbr-section-title {
  color: #000000;
}
.cid-uZyviPPtRG .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .cid-uZyviPPtRG .item-mb {
    margin-bottom: 1rem;
  }
}
.cid-uUP5ghz98H {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUP5ghz98H .media-container-row .mbr-text {
  color: #a0e1e1;
}
.cid-uUUhW44ZMQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUUhW44ZMQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUUhW44ZMQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUUhW44ZMQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUhW44ZMQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUUhW44ZMQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUUhW44ZMQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUUhW44ZMQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUUhW44ZMQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(160, 225, 225, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #a0e1e1;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUUhW44ZMQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #a0e1e1;
  background: rgba(160, 225, 225, 0.8) !important;
}
.cid-uUUhW44ZMQ .nav-item:focus,
.cid-uUUhW44ZMQ .nav-link:focus {
  outline: none;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUhW44ZMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUhW44ZMQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUhW44ZMQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUhW44ZMQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUhW44ZMQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUUhW44ZMQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUhW44ZMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar {
    min-height: 72px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUhW44ZMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUhW44ZMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUUhW44ZMQ .dropdown-item.active,
.cid-uUUhW44ZMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUhW44ZMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUUhW44ZMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUhW44ZMQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUUhW44ZMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUhW44ZMQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUhW44ZMQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUUhW44ZMQ .navbar {
    height: 70px;
  }
  .cid-uUUhW44ZMQ .navbar.opened {
    height: auto;
  }
  .cid-uUUhW44ZMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUUhW44ZMQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUUhW44ZMQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUUhW44ZMQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a0e1e1;
    opacity: 1;
    border-color: rgba(160, 225, 225, 0.8) !important;
    background: rgba(160, 225, 225, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUUhW44ZMQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uVAevdoH91 {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #a0e1e1;
}
.cid-uVAevdoH91 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVAevdoH91 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVAevdoH91 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVAevdoH91 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVAevdoH91 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVAevdoH91 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVAevdoH91 .mbr-section-title {
  color: #2e481a;
}
.cid-uVAevdoH91 .mbr-text,
.cid-uVAevdoH91 .mbr-section-btn {
  color: #000000;
}
.cid-uWe0y23iwA {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #9fe870;
}
.cid-uWe0y23iwA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWe0y23iwA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWe0y23iwA .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWe0y23iwA .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWe0y23iwA .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWe0y23iwA .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWe0y23iwA .mbr-section-title {
  color: #2e481a;
}
.cid-uWe0y23iwA .mbr-text,
.cid-uWe0y23iwA .mbr-section-btn {
  color: #000000;
}
.cid-uXQifAWR0T {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #a0e1e1;
}
.cid-uXQifAWR0T .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXQifAWR0T .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXQifAWR0T .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXQifAWR0T .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXQifAWR0T .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXQifAWR0T .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXQifAWR0T .mbr-section-title {
  color: #2e481a;
}
.cid-uXQifAWR0T .mbr-text,
.cid-uXQifAWR0T .mbr-section-btn {
  color: #000000;
}
.cid-uXQz42ALqy {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #9fe870;
}
.cid-uXQz42ALqy .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXQz42ALqy .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXQz42ALqy .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXQz42ALqy .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXQz42ALqy .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXQz42ALqy .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXQz42ALqy .mbr-section-title {
  color: #2e481a;
}
.cid-uXQz42ALqy .mbr-text,
.cid-uXQz42ALqy .mbr-section-btn {
  color: #000000;
}
.cid-v3A8y3fm9S {
  padding-top: 10rem;
  padding-bottom: 8rem;
  background-color: #a0e1e1;
}
.cid-v3A8y3fm9S .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3A8y3fm9S .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3A8y3fm9S .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3A8y3fm9S .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3A8y3fm9S .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3A8y3fm9S .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3A8y3fm9S .mbr-section-title {
  color: #2e481a;
}
.cid-v3A8y3fm9S .mbr-text,
.cid-v3A8y3fm9S .mbr-section-btn {
  color: #000000;
}
.cid-uUQEtluZzb {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUQEtluZzb .media-container-row .mbr-text {
  color: #a0e1e1;
}
.cid-uUUhW44ZMQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUUhW44ZMQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUUhW44ZMQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUUhW44ZMQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUhW44ZMQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUUhW44ZMQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUUhW44ZMQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUUhW44ZMQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUUhW44ZMQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(160, 225, 225, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #a0e1e1;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUUhW44ZMQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #a0e1e1;
  background: rgba(160, 225, 225, 0.8) !important;
}
.cid-uUUhW44ZMQ .nav-item:focus,
.cid-uUUhW44ZMQ .nav-link:focus {
  outline: none;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUhW44ZMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUhW44ZMQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUhW44ZMQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUhW44ZMQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUhW44ZMQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUUhW44ZMQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUhW44ZMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar {
    min-height: 72px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUhW44ZMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUhW44ZMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUUhW44ZMQ .dropdown-item.active,
.cid-uUUhW44ZMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUhW44ZMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUUhW44ZMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUhW44ZMQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUUhW44ZMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUhW44ZMQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUhW44ZMQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUUhW44ZMQ .navbar {
    height: 70px;
  }
  .cid-uUUhW44ZMQ .navbar.opened {
    height: auto;
  }
  .cid-uUUhW44ZMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUUhW44ZMQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUUhW44ZMQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUUhW44ZMQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a0e1e1;
    opacity: 1;
    border-color: rgba(160, 225, 225, 0.8) !important;
    background: rgba(160, 225, 225, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUUhW44ZMQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUP5ghz98H {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUP5ghz98H .media-container-row .mbr-text {
  color: #a0e1e1;
}
.cid-uVpnqWwUVu {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #a0e1e1;
}
.cid-uVpnqWwUVu .mbr-text {
  color: #000000;
}
.cid-uVpnqWwUVu .mbr-section-subtitle {
  color: #000000;
}
.cid-uVpnqWwUVu .mbr-section-title {
  color: #2e481a;
  text-align: center;
}
.cid-uVpnqWwUVu .mbr-text,
.cid-uVpnqWwUVu .item .mbr-section-btn {
  text-align: left;
}
.cid-v1y4EEUFUM {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #9fe870;
}
.cid-v1y4EEUFUM .mbr-text {
  color: #000000;
}
.cid-v1y4EEUFUM .mbr-section-subtitle {
  color: #000000;
}
.cid-v1y4EEUFUM .mbr-section-title {
  color: #2e481a;
  text-align: center;
}
.cid-v1y4EEUFUM .mbr-text,
.cid-v1y4EEUFUM .item .mbr-section-btn {
  text-align: left;
}
.cid-uUUhW44ZMQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUUhW44ZMQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUUhW44ZMQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUUhW44ZMQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUhW44ZMQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUUhW44ZMQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUUhW44ZMQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUUhW44ZMQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUUhW44ZMQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(160, 225, 225, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #a0e1e1;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUUhW44ZMQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #a0e1e1;
  background: rgba(160, 225, 225, 0.8) !important;
}
.cid-uUUhW44ZMQ .nav-item:focus,
.cid-uUUhW44ZMQ .nav-link:focus {
  outline: none;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUhW44ZMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUhW44ZMQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUhW44ZMQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUhW44ZMQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUhW44ZMQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUUhW44ZMQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUhW44ZMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar {
    min-height: 72px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUhW44ZMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUhW44ZMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUUhW44ZMQ .dropdown-item.active,
.cid-uUUhW44ZMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUhW44ZMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUUhW44ZMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUhW44ZMQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUUhW44ZMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUhW44ZMQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUhW44ZMQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUUhW44ZMQ .navbar {
    height: 70px;
  }
  .cid-uUUhW44ZMQ .navbar.opened {
    height: auto;
  }
  .cid-uUUhW44ZMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUUhW44ZMQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUUhW44ZMQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUUhW44ZMQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a0e1e1;
    opacity: 1;
    border-color: rgba(160, 225, 225, 0.8) !important;
    background: rgba(160, 225, 225, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUUhW44ZMQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uV8zsCYIVW {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #a0e1e1;
}
.cid-uV8zsCYIVW .mbr-text {
  color: #000000;
}
.cid-uV8zsCYIVW .mbr-section-subtitle {
  color: #000000;
}
.cid-uV8zsCYIVW .mbr-section-title {
  color: #2e481a;
  text-align: center;
}
.cid-uV8zsCYIVW .mbr-text,
.cid-uV8zsCYIVW .item .mbr-section-btn {
  text-align: left;
}
.cid-uV8zJdGn7G {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-uV8zJdGn7G .mbr-text {
  color: #000000;
}
.cid-uV8zJdGn7G .mbr-section-subtitle {
  color: #000000;
}
.cid-uV8zJdGn7G .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uV8zJdGn7G .mbr-text,
.cid-uV8zJdGn7G .item .mbr-section-btn {
  text-align: left;
}
.cid-uX14lf4EfR {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0e1e1;
}
.cid-uX14lf4EfR .mbr-text {
  color: #000000;
}
.cid-uX14lf4EfR .mbr-section-subtitle {
  color: #000000;
}
.cid-uX14lf4EfR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX14lf4EfR .mbr-text,
.cid-uX14lf4EfR .item .mbr-section-btn {
  text-align: left;
}
.cid-v3pAVgpN4y {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-v3pAVgpN4y .mbr-text {
  color: #000000;
}
.cid-v3pAVgpN4y .mbr-section-subtitle {
  color: #000000;
}
.cid-v3pAVgpN4y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3pAVgpN4y .mbr-text,
.cid-v3pAVgpN4y .item .mbr-section-btn {
  text-align: left;
}
.cid-vfH2jqK0b9 {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0e1e1;
}
.cid-vfH2jqK0b9 .mbr-text {
  color: #000000;
}
.cid-vfH2jqK0b9 .mbr-section-subtitle {
  color: #000000;
}
.cid-vfH2jqK0b9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfH2jqK0b9 .mbr-text,
.cid-vfH2jqK0b9 .item .mbr-section-btn {
  text-align: left;
}
.cid-vfHCZ6jCLa {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-vfHCZ6jCLa .mbr-text {
  color: #000000;
}
.cid-vfHCZ6jCLa .mbr-section-subtitle {
  color: #000000;
}
.cid-vfHCZ6jCLa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfHCZ6jCLa .mbr-text,
.cid-vfHCZ6jCLa .item .mbr-section-btn {
  text-align: left;
}
.cid-v8jjQLKXnY {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a0e1e1;
}
.cid-v8jjQLKXnY .mbr-text {
  color: #000000;
}
.cid-v8jjQLKXnY .mbr-section-subtitle {
  color: #000000;
}
.cid-v8jjQLKXnY .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8jjQLKXnY .mbr-text,
.cid-v8jjQLKXnY .item .mbr-section-btn {
  text-align: left;
}
.cid-uZyWPAL64r {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-uZyWPAL64r .mbr-text {
  color: #000000;
}
.cid-uZyWPAL64r .mbr-section-subtitle {
  color: #000000;
}
.cid-uZyWPAL64r .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZyWPAL64r .mbr-text,
.cid-uZyWPAL64r .item .mbr-section-btn {
  text-align: left;
}
.cid-vfH1TLcHhC {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-vfH1TLcHhC .mbr-text {
  color: #000000;
}
.cid-vfH1TLcHhC .mbr-section-subtitle {
  color: #000000;
}
.cid-vfH1TLcHhC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfH1TLcHhC .mbr-text,
.cid-vfH1TLcHhC .item .mbr-section-btn {
  text-align: left;
}
.cid-uWDFOjOdVd {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #f92c50;
}
.cid-uWDFOjOdVd .mbr-text {
  color: #000000;
}
.cid-uWDFOjOdVd .mbr-section-subtitle {
  color: #000000;
}
.cid-uWDFOjOdVd .mbr-section-title {
  color: #2e481a;
  text-align: center;
}
.cid-uWDFOjOdVd .mbr-text,
.cid-uWDFOjOdVd .item .mbr-section-btn {
  text-align: left;
}
.cid-v8jlZDw4k5 {
  padding-top: 3rem;
  padding-bottom: 0rem;
  background-color: #a0e1e1;
}
.cid-v8jlZDw4k5 .mbr-text {
  color: #000000;
}
.cid-v8jlZDw4k5 .mbr-section-subtitle {
  color: #000000;
}
.cid-v8jlZDw4k5 .mbr-section-title {
  color: #2e481a;
  text-align: center;
}
.cid-v8jlZDw4k5 .mbr-text,
.cid-v8jlZDw4k5 .item .mbr-section-btn {
  text-align: left;
}
.cid-v7oDG02Eya {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-v7oDG02Eya .mbr-text {
  color: #000000;
}
.cid-v7oDG02Eya .mbr-section-subtitle {
  color: #000000;
}
.cid-v7oDG02Eya .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v7oDG02Eya .mbr-text,
.cid-v7oDG02Eya .item .mbr-section-btn {
  text-align: left;
}
.cid-uZKOWW6AiP {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #a0e1e1;
}
.cid-uZKOWW6AiP .mbr-text {
  color: #000000;
}
.cid-uZKOWW6AiP .mbr-section-subtitle {
  color: #000000;
}
.cid-uZKOWW6AiP .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZKOWW6AiP .mbr-text,
.cid-uZKOWW6AiP .item .mbr-section-btn {
  text-align: left;
}
.cid-uZKVLDAMNk {
  padding-top: 2rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-uZKVLDAMNk .mbr-text {
  color: #000000;
}
.cid-uZKVLDAMNk .mbr-section-subtitle {
  color: #000000;
}
.cid-uZKVLDAMNk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZKVLDAMNk .mbr-text,
.cid-uZKVLDAMNk .item .mbr-section-btn {
  text-align: left;
}
.cid-uYtYJQEESh {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-uYtYJQEESh .mbr-text {
  color: #000000;
}
.cid-uYtYJQEESh .mbr-section-subtitle {
  color: #000000;
}
.cid-uYtYJQEESh .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYtYJQEESh .mbr-text,
.cid-uYtYJQEESh .item .mbr-section-btn {
  text-align: left;
}
.cid-uZgcAsP6Xx {
  padding-top: 1rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-uZgcAsP6Xx .mbr-text {
  color: #000000;
}
.cid-uZgcAsP6Xx .mbr-section-subtitle {
  color: #000000;
}
.cid-uZgcAsP6Xx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZgcAsP6Xx .mbr-text,
.cid-uZgcAsP6Xx .item .mbr-section-btn {
  text-align: left;
}
.cid-uZKvtGT8bI {
  padding-top: 2rem;
  padding-bottom: 1rem;
  background-color: #a0e1e1;
}
.cid-uZKvtGT8bI .mbr-text {
  color: #000000;
}
.cid-uZKvtGT8bI .mbr-section-subtitle {
  color: #000000;
}
.cid-uZKvtGT8bI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZKvtGT8bI .mbr-text,
.cid-uZKvtGT8bI .item .mbr-section-btn {
  text-align: left;
}
.cid-v2bRulWjOn {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-v2bRulWjOn .mbr-text {
  color: #000000;
}
.cid-v2bRulWjOn .mbr-section-subtitle {
  color: #000000;
}
.cid-v2bRulWjOn .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2bRulWjOn .mbr-text,
.cid-v2bRulWjOn .item .mbr-section-btn {
  text-align: left;
}
.cid-v2SAc4mAdD {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-v2SAc4mAdD .mbr-text {
  color: #000000;
}
.cid-v2SAc4mAdD .mbr-section-subtitle {
  color: #000000;
}
.cid-v2SAc4mAdD .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2SAc4mAdD .mbr-text,
.cid-v2SAc4mAdD .item .mbr-section-btn {
  text-align: left;
}
.cid-v45VU0ShdC {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-v45VU0ShdC .mbr-text {
  color: #000000;
}
.cid-v45VU0ShdC .mbr-section-subtitle {
  color: #000000;
}
.cid-v45VU0ShdC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v45VU0ShdC .mbr-text,
.cid-v45VU0ShdC .item .mbr-section-btn {
  text-align: left;
}
.cid-v5tDJ3UcHZ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-v5tDJ3UcHZ .mbr-text {
  color: #000000;
}
.cid-v5tDJ3UcHZ .mbr-section-subtitle {
  color: #000000;
}
.cid-v5tDJ3UcHZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5tDJ3UcHZ .mbr-text,
.cid-v5tDJ3UcHZ .item .mbr-section-btn {
  text-align: left;
}
.cid-v4ntKrjrzt {
  padding-top: 3rem;
  padding-bottom: 1rem;
  background-color: #9fe870;
}
.cid-v4ntKrjrzt .mbr-text {
  color: #000000;
}
.cid-v4ntKrjrzt .mbr-section-subtitle {
  color: #000000;
}
.cid-v4ntKrjrzt .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4ntKrjrzt .mbr-text,
.cid-v4ntKrjrzt .item .mbr-section-btn {
  text-align: left;
}
.cid-v4bVStuzhx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-v4bVStuzhx .mbr-text {
  color: #000000;
}
.cid-v4bVStuzhx .mbr-section-subtitle {
  color: #000000;
}
.cid-v4bVStuzhx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4bVStuzhx .mbr-text,
.cid-v4bVStuzhx .item .mbr-section-btn {
  text-align: left;
}
.cid-v5tF9xuTsc {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-v5tF9xuTsc .mbr-text {
  color: #000000;
}
.cid-v5tF9xuTsc .mbr-section-subtitle {
  color: #000000;
}
.cid-v5tF9xuTsc .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5tF9xuTsc .mbr-text,
.cid-v5tF9xuTsc .item .mbr-section-btn {
  text-align: left;
}
.cid-v5BGm5xwiw {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fe870;
}
.cid-v5BGm5xwiw .mbr-text {
  color: #000000;
}
.cid-v5BGm5xwiw .mbr-section-subtitle {
  color: #000000;
}
.cid-v5BGm5xwiw .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5BGm5xwiw .mbr-text,
.cid-v5BGm5xwiw .item .mbr-section-btn {
  text-align: left;
}
.cid-v5H9bALXhk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-v5H9bALXhk .mbr-text {
  color: #000000;
}
.cid-v5H9bALXhk .mbr-section-subtitle {
  color: #000000;
}
.cid-v5H9bALXhk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v5H9bALXhk .mbr-text,
.cid-v5H9bALXhk .item .mbr-section-btn {
  text-align: left;
}
.cid-v8jmNrAoaq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-v8jmNrAoaq .mbr-text {
  color: #000000;
}
.cid-v8jmNrAoaq .mbr-section-subtitle {
  color: #000000;
}
.cid-v8jmNrAoaq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v8jmNrAoaq .mbr-text,
.cid-v8jmNrAoaq .item .mbr-section-btn {
  text-align: left;
}
.cid-v9zC6Zn9EX {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-v9zC6Zn9EX .mbr-text {
  color: #000000;
}
.cid-v9zC6Zn9EX .mbr-section-subtitle {
  color: #000000;
}
.cid-v9zC6Zn9EX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v9zC6Zn9EX .mbr-text,
.cid-v9zC6Zn9EX .item .mbr-section-btn {
  text-align: left;
}
.cid-v9EWnuJEqA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-v9EWnuJEqA .mbr-text {
  color: #000000;
}
.cid-v9EWnuJEqA .mbr-section-subtitle {
  color: #000000;
}
.cid-v9EWnuJEqA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v9EWnuJEqA .mbr-text,
.cid-v9EWnuJEqA .item .mbr-section-btn {
  text-align: left;
}
.cid-vadqIfkjGR {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vadqIfkjGR .mbr-text {
  color: #000000;
}
.cid-vadqIfkjGR .mbr-section-subtitle {
  color: #000000;
}
.cid-vadqIfkjGR .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vadqIfkjGR .mbr-text,
.cid-vadqIfkjGR .item .mbr-section-btn {
  text-align: left;
}
.cid-vak5z5ZRD4 {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-vak5z5ZRD4 .mbr-text {
  color: #000000;
}
.cid-vak5z5ZRD4 .mbr-section-subtitle {
  color: #000000;
}
.cid-vak5z5ZRD4 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vak5z5ZRD4 .mbr-text,
.cid-vak5z5ZRD4 .item .mbr-section-btn {
  text-align: left;
}
.cid-vb4Bhk9AbC {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a0e1e1;
}
.cid-vb4Bhk9AbC .mbr-text {
  color: #000000;
}
.cid-vb4Bhk9AbC .mbr-section-subtitle {
  color: #000000;
}
.cid-vb4Bhk9AbC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vb4Bhk9AbC .mbr-text,
.cid-vb4Bhk9AbC .item .mbr-section-btn {
  text-align: left;
}
.cid-vav5EyjK5t {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #9fe870;
}
.cid-vav5EyjK5t .mbr-text {
  color: #000000;
}
.cid-vav5EyjK5t .mbr-section-subtitle {
  color: #000000;
}
.cid-vav5EyjK5t .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vav5EyjK5t .mbr-text,
.cid-vav5EyjK5t .item .mbr-section-btn {
  text-align: left;
}
.cid-vaYqTBUZis {
  padding-top: 3rem;
  padding-bottom: 3rem;
  background-color: #a0e1e1;
}
.cid-vaYqTBUZis .mbr-text {
  color: #000000;
}
.cid-vaYqTBUZis .mbr-section-subtitle {
  color: #000000;
}
.cid-vaYqTBUZis .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vaYqTBUZis .mbr-text,
.cid-vaYqTBUZis .item .mbr-section-btn {
  text-align: left;
}
.cid-vbqzfArrc9 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-vbqzfArrc9 .mbr-text {
  color: #000000;
}
.cid-vbqzfArrc9 .mbr-section-subtitle {
  color: #000000;
}
.cid-vbqzfArrc9 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vbqzfArrc9 .mbr-text,
.cid-vbqzfArrc9 .item .mbr-section-btn {
  text-align: left;
}
.cid-vbIc1gBhQq {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vbIc1gBhQq .mbr-text {
  color: #000000;
}
.cid-vbIc1gBhQq .mbr-section-subtitle {
  color: #000000;
}
.cid-vbIc1gBhQq .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vbIc1gBhQq .mbr-text,
.cid-vbIc1gBhQq .item .mbr-section-btn {
  text-align: left;
}
.cid-vcneWxk1rx {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-vcneWxk1rx .mbr-text {
  color: #000000;
}
.cid-vcneWxk1rx .mbr-section-subtitle {
  color: #000000;
}
.cid-vcneWxk1rx .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vcneWxk1rx .mbr-text,
.cid-vcneWxk1rx .item .mbr-section-btn {
  text-align: left;
}
.cid-vcXmwaU7wm {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vcXmwaU7wm .mbr-text {
  color: #000000;
}
.cid-vcXmwaU7wm .mbr-section-subtitle {
  color: #000000;
}
.cid-vcXmwaU7wm .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vcXmwaU7wm .mbr-text,
.cid-vcXmwaU7wm .item .mbr-section-btn {
  text-align: left;
}
.cid-vdGIqntSFQ {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-vdGIqntSFQ .mbr-text {
  color: #000000;
}
.cid-vdGIqntSFQ .mbr-section-subtitle {
  color: #000000;
}
.cid-vdGIqntSFQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdGIqntSFQ .mbr-text,
.cid-vdGIqntSFQ .item .mbr-section-btn {
  text-align: left;
}
.cid-vdHlYLnjQ6 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vdHlYLnjQ6 .mbr-text {
  color: #000000;
}
.cid-vdHlYLnjQ6 .mbr-section-subtitle {
  color: #000000;
}
.cid-vdHlYLnjQ6 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdHlYLnjQ6 .mbr-text,
.cid-vdHlYLnjQ6 .item .mbr-section-btn {
  text-align: left;
}
.cid-vdMBoud1RB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-vdMBoud1RB .mbr-text {
  color: #000000;
}
.cid-vdMBoud1RB .mbr-section-subtitle {
  color: #000000;
}
.cid-vdMBoud1RB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdMBoud1RB .mbr-text,
.cid-vdMBoud1RB .item .mbr-section-btn {
  text-align: left;
}
.cid-vdSE0qaExH {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vdSE0qaExH .mbr-text {
  color: #000000;
}
.cid-vdSE0qaExH .mbr-section-subtitle {
  color: #000000;
}
.cid-vdSE0qaExH .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdSE0qaExH .mbr-text,
.cid-vdSE0qaExH .item .mbr-section-btn {
  text-align: left;
}
.cid-ve4sdxncol {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-ve4sdxncol .mbr-text {
  color: #000000;
}
.cid-ve4sdxncol .mbr-section-subtitle {
  color: #000000;
}
.cid-ve4sdxncol .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-ve4sdxncol .mbr-text,
.cid-ve4sdxncol .item .mbr-section-btn {
  text-align: left;
}
.cid-vembkQmCoI {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vembkQmCoI .mbr-text {
  color: #000000;
}
.cid-vembkQmCoI .mbr-section-subtitle {
  color: #000000;
}
.cid-vembkQmCoI .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vembkQmCoI .mbr-text,
.cid-vembkQmCoI .item .mbr-section-btn {
  text-align: left;
}
.cid-vesnKUqIT1 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-vesnKUqIT1 .mbr-text {
  color: #000000;
}
.cid-vesnKUqIT1 .mbr-section-subtitle {
  color: #000000;
}
.cid-vesnKUqIT1 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vesnKUqIT1 .mbr-text,
.cid-vesnKUqIT1 .item .mbr-section-btn {
  text-align: left;
}
.cid-vexvRBciLr {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vexvRBciLr .mbr-text {
  color: #000000;
}
.cid-vexvRBciLr .mbr-section-subtitle {
  color: #000000;
}
.cid-vexvRBciLr .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vexvRBciLr .mbr-text,
.cid-vexvRBciLr .item .mbr-section-btn {
  text-align: left;
}
.cid-veJ5pv3EXG {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-veJ5pv3EXG .mbr-text {
  color: #000000;
}
.cid-veJ5pv3EXG .mbr-section-subtitle {
  color: #000000;
}
.cid-veJ5pv3EXG .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veJ5pv3EXG .mbr-text,
.cid-veJ5pv3EXG .item .mbr-section-btn {
  text-align: left;
}
.cid-vfitQ2QB0A {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vfitQ2QB0A .mbr-text {
  color: #000000;
}
.cid-vfitQ2QB0A .mbr-section-subtitle {
  color: #000000;
}
.cid-vfitQ2QB0A .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfitQ2QB0A .mbr-text,
.cid-vfitQ2QB0A .item .mbr-section-btn {
  text-align: left;
}
.cid-veVVf5xAbX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-veVVf5xAbX .mbr-text {
  color: #000000;
}
.cid-veVVf5xAbX .mbr-section-subtitle {
  color: #000000;
}
.cid-veVVf5xAbX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-veVVf5xAbX .mbr-text,
.cid-veVVf5xAbX .item .mbr-section-btn {
  text-align: left;
}
.cid-vfjLu9wWpA {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vfjLu9wWpA .mbr-text {
  color: #000000;
}
.cid-vfjLu9wWpA .mbr-section-subtitle {
  color: #000000;
}
.cid-vfjLu9wWpA .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfjLu9wWpA .mbr-text,
.cid-vfjLu9wWpA .item .mbr-section-btn {
  text-align: left;
}
.cid-vfpFICizCi {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-vfpFICizCi .mbr-text {
  color: #000000;
}
.cid-vfpFICizCi .mbr-section-subtitle {
  color: #000000;
}
.cid-vfpFICizCi .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfpFICizCi .mbr-text,
.cid-vfpFICizCi .item .mbr-section-btn {
  text-align: left;
}
.cid-vfvAeA06IX {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vfvAeA06IX .mbr-text {
  color: #000000;
}
.cid-vfvAeA06IX .mbr-section-subtitle {
  color: #000000;
}
.cid-vfvAeA06IX .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfvAeA06IX .mbr-text,
.cid-vfvAeA06IX .item .mbr-section-btn {
  text-align: left;
}
.cid-vfFRVDdlOa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-vfFRVDdlOa .mbr-text {
  color: #000000;
}
.cid-vfFRVDdlOa .mbr-section-subtitle {
  color: #000000;
}
.cid-vfFRVDdlOa .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfFRVDdlOa .mbr-text,
.cid-vfFRVDdlOa .item .mbr-section-btn {
  text-align: left;
}
.cid-vfLkVMn031 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vfLkVMn031 .mbr-text {
  color: #000000;
}
.cid-vfLkVMn031 .mbr-section-subtitle {
  color: #000000;
}
.cid-vfLkVMn031 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfLkVMn031 .mbr-text,
.cid-vfLkVMn031 .item .mbr-section-btn {
  text-align: left;
}
.cid-vfNg5TfRHT {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-vfNg5TfRHT .mbr-text {
  color: #000000;
}
.cid-vfNg5TfRHT .mbr-section-subtitle {
  color: #000000;
}
.cid-vfNg5TfRHT .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vfNg5TfRHT .mbr-text,
.cid-vfNg5TfRHT .item .mbr-section-btn {
  text-align: left;
}
.cid-vg3ipXVPuo {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vg3ipXVPuo .mbr-text {
  color: #000000;
}
.cid-vg3ipXVPuo .mbr-section-subtitle {
  color: #000000;
}
.cid-vg3ipXVPuo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vg3ipXVPuo .mbr-text,
.cid-vg3ipXVPuo .item .mbr-section-btn {
  text-align: left;
}
.cid-vgkchSqXkB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-vgkchSqXkB .mbr-text {
  color: #000000;
}
.cid-vgkchSqXkB .mbr-section-subtitle {
  color: #000000;
}
.cid-vgkchSqXkB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vgkchSqXkB .mbr-text,
.cid-vgkchSqXkB .item .mbr-section-btn {
  text-align: left;
}
.cid-vglGIdtV7n {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vglGIdtV7n .mbr-text {
  color: #000000;
}
.cid-vglGIdtV7n .mbr-section-subtitle {
  color: #000000;
}
.cid-vglGIdtV7n .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vglGIdtV7n .mbr-text,
.cid-vglGIdtV7n .item .mbr-section-btn {
  text-align: left;
}
.cid-vhQniPJiTk {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-vhQniPJiTk .mbr-text {
  color: #000000;
}
.cid-vhQniPJiTk .mbr-section-subtitle {
  color: #000000;
}
.cid-vhQniPJiTk .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhQniPJiTk .mbr-text,
.cid-vhQniPJiTk .item .mbr-section-btn {
  text-align: left;
}
.cid-vhVeL4N7DB {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vhVeL4N7DB .mbr-text {
  color: #000000;
}
.cid-vhVeL4N7DB .mbr-section-subtitle {
  color: #000000;
}
.cid-vhVeL4N7DB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vhVeL4N7DB .mbr-text,
.cid-vhVeL4N7DB .item .mbr-section-btn {
  text-align: left;
}
.cid-viBVsEOzym {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-viBVsEOzym .mbr-text {
  color: #000000;
}
.cid-viBVsEOzym .mbr-section-subtitle {
  color: #000000;
}
.cid-viBVsEOzym .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-viBVsEOzym .mbr-text,
.cid-viBVsEOzym .item .mbr-section-btn {
  text-align: left;
}
.cid-viOnhb2cjM {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-viOnhb2cjM .mbr-text {
  color: #000000;
}
.cid-viOnhb2cjM .mbr-section-subtitle {
  color: #000000;
}
.cid-viOnhb2cjM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-viOnhb2cjM .mbr-text,
.cid-viOnhb2cjM .item .mbr-section-btn {
  text-align: left;
}
.cid-vjE6n8sysE {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-vjE6n8sysE .mbr-text {
  color: #000000;
}
.cid-vjE6n8sysE .mbr-section-subtitle {
  color: #000000;
}
.cid-vjE6n8sysE .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjE6n8sysE .mbr-text,
.cid-vjE6n8sysE .item .mbr-section-btn {
  text-align: left;
}
.cid-vk89Qp9F75 {
  padding-top: 3rem;
  padding-bottom: 2rem;
  background-color: #a0e1e1;
}
.cid-vk89Qp9F75 .mbr-text {
  color: #000000;
}
.cid-vk89Qp9F75 .mbr-section-subtitle {
  color: #000000;
}
.cid-vk89Qp9F75 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vk89Qp9F75 .mbr-text,
.cid-vk89Qp9F75 .item .mbr-section-btn {
  text-align: left;
}
.cid-uUQEdWVa86 {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUQEdWVa86 .media-container-row .mbr-text {
  color: #a0e1e1;
}
.cid-uUUhW44ZMQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUUhW44ZMQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUUhW44ZMQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUUhW44ZMQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUhW44ZMQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUUhW44ZMQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUUhW44ZMQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUUhW44ZMQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUUhW44ZMQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(160, 225, 225, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #a0e1e1;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUUhW44ZMQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #a0e1e1;
  background: rgba(160, 225, 225, 0.8) !important;
}
.cid-uUUhW44ZMQ .nav-item:focus,
.cid-uUUhW44ZMQ .nav-link:focus {
  outline: none;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUhW44ZMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUhW44ZMQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUhW44ZMQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUhW44ZMQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUhW44ZMQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUUhW44ZMQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUhW44ZMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar {
    min-height: 72px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUhW44ZMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUhW44ZMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUUhW44ZMQ .dropdown-item.active,
.cid-uUUhW44ZMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUhW44ZMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUUhW44ZMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUhW44ZMQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUUhW44ZMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUhW44ZMQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUhW44ZMQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUUhW44ZMQ .navbar {
    height: 70px;
  }
  .cid-uUUhW44ZMQ .navbar.opened {
    height: auto;
  }
  .cid-uUUhW44ZMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUUhW44ZMQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUUhW44ZMQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUUhW44ZMQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a0e1e1;
    opacity: 1;
    border-color: rgba(160, 225, 225, 0.8) !important;
    background: rgba(160, 225, 225, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUUhW44ZMQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uV8vtWknUo {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #a0e1e1;
}
.cid-uV8vtWknUo .mbr-text {
  color: #000000;
}
.cid-uV8vtWknUo .mbr-section-subtitle {
  color: #000000;
}
.cid-uV8vtWknUo .mbr-section-title {
  color: #2e481a;
  text-align: center;
}
.cid-uV8vtWknUo .mbr-text,
.cid-uV8vtWknUo .item .mbr-section-btn {
  text-align: left;
}
.cid-uV8wdEMcQz {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fe870;
}
.cid-uV8wdEMcQz .mbr-text {
  color: #000000;
}
.cid-uV8wdEMcQz .mbr-section-subtitle {
  color: #000000;
}
.cid-uV8wdEMcQz .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uV8wdEMcQz .mbr-text,
.cid-uV8wdEMcQz .item .mbr-section-btn {
  text-align: left;
}
.cid-uX12Tfx8Hl {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e1e1;
}
.cid-uX12Tfx8Hl .mbr-text {
  color: #000000;
}
.cid-uX12Tfx8Hl .mbr-section-subtitle {
  color: #000000;
}
.cid-uX12Tfx8Hl .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX12Tfx8Hl .mbr-text,
.cid-uX12Tfx8Hl .item .mbr-section-btn {
  text-align: left;
}
.cid-v3pz23jIvd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fe870;
}
.cid-v3pz23jIvd .mbr-text {
  color: #000000;
}
.cid-v3pz23jIvd .mbr-section-subtitle {
  color: #000000;
}
.cid-v3pz23jIvd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3pz23jIvd .mbr-text,
.cid-v3pz23jIvd .item .mbr-section-btn {
  text-align: left;
}
.cid-uWggM7IV5b {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e1e1;
}
.cid-uWggM7IV5b .mbr-text {
  color: #000000;
}
.cid-uWggM7IV5b .mbr-section-subtitle {
  color: #000000;
}
.cid-uWggM7IV5b .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWggM7IV5b .mbr-text,
.cid-uWggM7IV5b .item .mbr-section-btn {
  text-align: left;
}
.cid-uX5sa1RQnS {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fe870;
}
.cid-uX5sa1RQnS .mbr-text {
  color: #000000;
}
.cid-uX5sa1RQnS .mbr-section-subtitle {
  color: #000000;
}
.cid-uX5sa1RQnS .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uX5sa1RQnS .mbr-text,
.cid-uX5sa1RQnS .item .mbr-section-btn {
  text-align: left;
}
.cid-uYtVTuSmtd {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e1e1;
}
.cid-uYtVTuSmtd .mbr-text {
  color: #000000;
}
.cid-uYtVTuSmtd .mbr-section-subtitle {
  color: #000000;
}
.cid-uYtVTuSmtd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uYtVTuSmtd .mbr-text,
.cid-uYtVTuSmtd .item .mbr-section-btn {
  text-align: left;
}
.cid-uZgi64Pezj {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fe870;
}
.cid-uZgi64Pezj .mbr-text {
  color: #000000;
}
.cid-uZgi64Pezj .mbr-section-subtitle {
  color: #000000;
}
.cid-uZgi64Pezj .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uZgi64Pezj .mbr-text,
.cid-uZgi64Pezj .item .mbr-section-btn {
  text-align: left;
}
.cid-v18xErZcLB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e1e1;
}
.cid-v18xErZcLB .mbr-text {
  color: #000000;
}
.cid-v18xErZcLB .mbr-section-subtitle {
  color: #000000;
}
.cid-v18xErZcLB .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v18xErZcLB .mbr-text,
.cid-v18xErZcLB .item .mbr-section-btn {
  text-align: left;
}
.cid-v4bXcpGc8L {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fe870;
}
.cid-v4bXcpGc8L .mbr-text {
  color: #000000;
}
.cid-v4bXcpGc8L .mbr-section-subtitle {
  color: #000000;
}
.cid-v4bXcpGc8L .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4bXcpGc8L .mbr-text,
.cid-v4bXcpGc8L .item .mbr-section-btn {
  text-align: left;
}
.cid-v4nslyqWlZ {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e1e1;
}
.cid-v4nslyqWlZ .mbr-text {
  color: #000000;
}
.cid-v4nslyqWlZ .mbr-section-subtitle {
  color: #000000;
}
.cid-v4nslyqWlZ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v4nslyqWlZ .mbr-text,
.cid-v4nslyqWlZ .item .mbr-section-btn {
  text-align: left;
}
.cid-vbwY8lWlBF {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #9fe870;
}
.cid-vbwY8lWlBF .mbr-text {
  color: #000000;
}
.cid-vbwY8lWlBF .mbr-section-subtitle {
  color: #000000;
}
.cid-vbwY8lWlBF .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vbwY8lWlBF .mbr-text,
.cid-vbwY8lWlBF .item .mbr-section-btn {
  text-align: left;
}
.cid-vbxZPiF96a {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #a0e1e1;
}
.cid-vbxZPiF96a .mbr-text {
  color: #000000;
}
.cid-vbxZPiF96a .mbr-section-subtitle {
  color: #000000;
}
.cid-vbxZPiF96a .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vbxZPiF96a .mbr-text,
.cid-vbxZPiF96a .item .mbr-section-btn {
  text-align: left;
}
.cid-uUQEj5v98u {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUQEj5v98u .media-container-row .mbr-text {
  color: #a0e1e1;
}
.cid-uUUhW44ZMQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUUhW44ZMQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUUhW44ZMQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUUhW44ZMQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUhW44ZMQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUUhW44ZMQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUUhW44ZMQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUUhW44ZMQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUUhW44ZMQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(160, 225, 225, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #a0e1e1;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUUhW44ZMQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #a0e1e1;
  background: rgba(160, 225, 225, 0.8) !important;
}
.cid-uUUhW44ZMQ .nav-item:focus,
.cid-uUUhW44ZMQ .nav-link:focus {
  outline: none;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUhW44ZMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUhW44ZMQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUhW44ZMQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUhW44ZMQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUhW44ZMQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUUhW44ZMQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUhW44ZMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar {
    min-height: 72px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUhW44ZMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUhW44ZMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUUhW44ZMQ .dropdown-item.active,
.cid-uUUhW44ZMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUhW44ZMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUUhW44ZMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUhW44ZMQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUUhW44ZMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUhW44ZMQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUhW44ZMQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUUhW44ZMQ .navbar {
    height: 70px;
  }
  .cid-uUUhW44ZMQ .navbar.opened {
    height: auto;
  }
  .cid-uUUhW44ZMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUUhW44ZMQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUUhW44ZMQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUUhW44ZMQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a0e1e1;
    opacity: 1;
    border-color: rgba(160, 225, 225, 0.8) !important;
    background: rgba(160, 225, 225, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUUhW44ZMQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uUQs1JuXTs {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-uUQs1JuXTs .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUQs1JuXTs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uUQs1JuXTs .card-wrapper {
  background: #ffffff;
}
@media (max-width: 767px) {
  .cid-uUQs1JuXTs .card-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 768px) and (max-width: 991px) {
  .cid-uUQs1JuXTs .card-wrapper {
    padding: 2.25rem;
  }
}
@media (min-width: 992px) {
  .cid-uUQs1JuXTs .card-wrapper {
    padding: 4rem;
  }
}
.cid-uUQs1JuXTs .mbr-text,
.cid-uUQs1JuXTs .mbr-section-btn {
  text-align: center;
  color: #2e481a;
}
.cid-uUQs1JuXTs .card-title {
  color: #2e481a;
}
.cid-uUQEmEtM1W {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUQEmEtM1W .media-container-row .mbr-text {
  color: #a0e1e1;
}
.cid-uUUhW44ZMQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUUhW44ZMQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUUhW44ZMQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUUhW44ZMQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUhW44ZMQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUUhW44ZMQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUUhW44ZMQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUUhW44ZMQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUUhW44ZMQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(160, 225, 225, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #a0e1e1;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUUhW44ZMQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #a0e1e1;
  background: rgba(160, 225, 225, 0.8) !important;
}
.cid-uUUhW44ZMQ .nav-item:focus,
.cid-uUUhW44ZMQ .nav-link:focus {
  outline: none;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUhW44ZMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUhW44ZMQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUhW44ZMQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUhW44ZMQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUhW44ZMQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUUhW44ZMQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUhW44ZMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar {
    min-height: 72px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUhW44ZMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUhW44ZMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUUhW44ZMQ .dropdown-item.active,
.cid-uUUhW44ZMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUhW44ZMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUUhW44ZMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUhW44ZMQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUUhW44ZMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUhW44ZMQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUhW44ZMQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUUhW44ZMQ .navbar {
    height: 70px;
  }
  .cid-uUUhW44ZMQ .navbar.opened {
    height: auto;
  }
  .cid-uUUhW44ZMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUUhW44ZMQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUUhW44ZMQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUUhW44ZMQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a0e1e1;
    opacity: 1;
    border-color: rgba(160, 225, 225, 0.8) !important;
    background: rgba(160, 225, 225, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUUhW44ZMQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-v3GM5FhjhJ {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #a0e1e1;
}
.cid-v3GM5FhjhJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GM5FhjhJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3GM5FhjhJ .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3GM5FhjhJ .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3GM5FhjhJ .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GM5FhjhJ .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3GM5FhjhJ .mbr-section-title {
  color: #2e481a;
}
.cid-v3GM5FhjhJ .mbr-text,
.cid-v3GM5FhjhJ .mbr-section-btn {
  color: #000000;
}
.cid-vaSxcMCdkX {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #a0e1e1;
}
.cid-vaSxcMCdkX .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaSxcMCdkX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vaSxcMCdkX .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vaSxcMCdkX .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vaSxcMCdkX .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vaSxcMCdkX .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vaSxcMCdkX .mbr-section-title {
  color: #2e481a;
}
.cid-vaSxcMCdkX .mbr-text,
.cid-vaSxcMCdkX .mbr-section-btn {
  color: #000000;
}
.cid-v3GR82pUwW {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #9fe870;
}
.cid-v3GR82pUwW .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GR82pUwW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3GR82pUwW .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3GR82pUwW .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3GR82pUwW .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GR82pUwW .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3GR82pUwW .mbr-section-title {
  color: #2e481a;
}
.cid-v3GR82pUwW .mbr-text,
.cid-v3GR82pUwW .mbr-section-btn {
  color: #000000;
}
.cid-uTS6vPf9tN {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #a0e1e1;
}
.cid-uTS6vPf9tN .mbr-fallback-image.disabled {
  display: none;
}
.cid-uTS6vPf9tN .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uTS6vPf9tN .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uTS6vPf9tN .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uTS6vPf9tN .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uTS6vPf9tN .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uTS6vPf9tN .mbr-section-title {
  color: #2e481a;
}
.cid-uTS6vPf9tN .mbr-text,
.cid-uTS6vPf9tN .mbr-section-btn {
  color: #000000;
}
.cid-v3GO0HAo4N {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #9fe870;
}
.cid-v3GO0HAo4N .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GO0HAo4N .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3GO0HAo4N .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3GO0HAo4N .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3GO0HAo4N .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GO0HAo4N .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3GO0HAo4N .mbr-section-title {
  color: #2e481a;
}
.cid-v3GO0HAo4N .mbr-text,
.cid-v3GO0HAo4N .mbr-section-btn {
  color: #000000;
}
.cid-vik9FySO32 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #a0e1e1;
}
.cid-vik9FySO32 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vik9FySO32 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vik9FySO32 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vik9FySO32 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vik9FySO32 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vik9FySO32 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vik9FySO32 .mbr-section-title {
  color: #2e481a;
}
.cid-vik9FySO32 .mbr-text,
.cid-vik9FySO32 .mbr-section-btn {
  color: #000000;
}
.cid-v3GKwWGR29 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #9fe870;
}
.cid-v3GKwWGR29 .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3GKwWGR29 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-v3GKwWGR29 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-v3GKwWGR29 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-v3GKwWGR29 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-v3GKwWGR29 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-v3GKwWGR29 .mbr-section-title {
  color: #2e481a;
}
.cid-v3GKwWGR29 .mbr-text,
.cid-v3GKwWGR29 .mbr-section-btn {
  color: #000000;
}
.cid-uVpuMlWgin {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #a0e1e1;
}
.cid-uVpuMlWgin .mbr-fallback-image.disabled {
  display: none;
}
.cid-uVpuMlWgin .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uVpuMlWgin .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uVpuMlWgin .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uVpuMlWgin .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uVpuMlWgin .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uVpuMlWgin .mbr-section-title {
  color: #000000;
}
.cid-uVpuMlWgin .mbr-text,
.cid-uVpuMlWgin .mbr-section-btn {
  color: #000000;
}
.cid-uUQfvzrkXK {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #9fe870;
}
.cid-uUQfvzrkXK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uUQfvzrkXK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uUQfvzrkXK .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uUQfvzrkXK .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uUQfvzrkXK .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uUQfvzrkXK .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uUQfvzrkXK .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uUQfvzrkXK .mbr-text,
.cid-uUQfvzrkXK .mbr-section-btn {
  color: #000000;
}
.cid-uWV1BhB3xd {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #a0e1e1;
}
.cid-uWV1BhB3xd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uWV1BhB3xd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uWV1BhB3xd .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uWV1BhB3xd .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uWV1BhB3xd .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uWV1BhB3xd .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uWV1BhB3xd .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uWV1BhB3xd .mbr-text,
.cid-uWV1BhB3xd .mbr-section-btn {
  color: #000000;
}
.cid-uXsS0tVWSe {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #9fe870;
}
.cid-uXsS0tVWSe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uXsS0tVWSe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-uXsS0tVWSe .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-uXsS0tVWSe .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-uXsS0tVWSe .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-uXsS0tVWSe .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-uXsS0tVWSe .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uXsS0tVWSe .mbr-text,
.cid-uXsS0tVWSe .mbr-section-btn {
  color: #000000;
}
.cid-vdj2E39pm3 {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-color: #a0e1e1;
}
.cid-vdj2E39pm3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdj2E39pm3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 991px) {
  .cid-vdj2E39pm3 .image-wrapper {
    margin-bottom: 1rem;
  }
}
.cid-vdj2E39pm3 .row {
  align-items: center;
}
@media (max-width: 991px) {
  .cid-vdj2E39pm3 .image-wrapper {
    padding: 1rem;
  }
}
@media (min-width: 992px) {
  .cid-vdj2E39pm3 .text-wrapper {
    padding: 0 2rem;
  }
}
.cid-vdj2E39pm3 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vdj2E39pm3 .mbr-text,
.cid-vdj2E39pm3 .mbr-section-btn {
  color: #000000;
}
.cid-uUQEpT4CAh {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUQEpT4CAh .media-container-row .mbr-text {
  color: #a0e1e1;
}
.cid-uUUhW44ZMQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUUhW44ZMQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUUhW44ZMQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUUhW44ZMQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUhW44ZMQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUUhW44ZMQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUUhW44ZMQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUUhW44ZMQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUUhW44ZMQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(160, 225, 225, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #a0e1e1;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUUhW44ZMQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #a0e1e1;
  background: rgba(160, 225, 225, 0.8) !important;
}
.cid-uUUhW44ZMQ .nav-item:focus,
.cid-uUUhW44ZMQ .nav-link:focus {
  outline: none;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUhW44ZMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUhW44ZMQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUhW44ZMQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUhW44ZMQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUhW44ZMQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUUhW44ZMQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUhW44ZMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar {
    min-height: 72px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUhW44ZMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUhW44ZMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUUhW44ZMQ .dropdown-item.active,
.cid-uUUhW44ZMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUhW44ZMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUUhW44ZMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUhW44ZMQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUUhW44ZMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUhW44ZMQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUhW44ZMQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUUhW44ZMQ .navbar {
    height: 70px;
  }
  .cid-uUUhW44ZMQ .navbar.opened {
    height: auto;
  }
  .cid-uUUhW44ZMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUUhW44ZMQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUUhW44ZMQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUUhW44ZMQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a0e1e1;
    opacity: 1;
    border-color: rgba(160, 225, 225, 0.8) !important;
    background: rgba(160, 225, 225, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUUhW44ZMQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uURm421H15 {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #a0e1e1;
}
.cid-uURm421H15 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURm421H15 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uURm421H15 .mbr-description {
  text-align: left;
}
.cid-uURm421H15 .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uURm421H15 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uURm421H15 .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uURm421H15 .card-title,
.cid-uURm421H15 .iconfont-wrapper {
  color: #000000;
}
.cid-uURm421H15 .card-text {
  color: #000000;
}
.cid-uURm421H15 .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uURm421H15 .mbr-number {
  color: #9fe870;
}
.cid-uURm421H15 .mbr-text,
.cid-uURm421H15 .mbr-section-btn {
  text-align: center;
}
.cid-uURm421H15 .card-text,
.cid-uURm421H15 .item .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-uURm421H15 .card-title {
  color: #2e481a;
}
.cid-v2Gjx3QtMU {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-v2Gjx3QtMU .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2Gjx3QtMU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2Gjx3QtMU .mbr-description {
  text-align: left;
}
.cid-v2Gjx3QtMU .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v2Gjx3QtMU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2Gjx3QtMU .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v2Gjx3QtMU .card-title,
.cid-v2Gjx3QtMU .iconfont-wrapper {
  color: #000000;
}
.cid-v2Gjx3QtMU .card-text {
  color: #000000;
}
.cid-v2Gjx3QtMU .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2Gjx3QtMU .mbr-number {
  color: #9fe870;
}
.cid-v2Gjx3QtMU .mbr-text,
.cid-v2Gjx3QtMU .mbr-section-btn {
  text-align: center;
}
.cid-v2Gjx3QtMU .card-text,
.cid-v2Gjx3QtMU .item .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-v2Gjx3QtMU .card-title {
  color: #2e481a;
}
.cid-vjnh4g10yo {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #a0e1e1;
}
.cid-vjnh4g10yo .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjnh4g10yo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnh4g10yo .mbr-description {
  text-align: left;
}
.cid-vjnh4g10yo .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vjnh4g10yo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjnh4g10yo .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vjnh4g10yo .card-title,
.cid-vjnh4g10yo .iconfont-wrapper {
  color: #000000;
}
.cid-vjnh4g10yo .card-text {
  color: #000000;
}
.cid-vjnh4g10yo .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjnh4g10yo .mbr-number {
  color: #9fe870;
}
.cid-vjnh4g10yo .mbr-text,
.cid-vjnh4g10yo .mbr-section-btn {
  text-align: center;
}
.cid-vjnh4g10yo .card-text,
.cid-vjnh4g10yo .item .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-vjnh4g10yo .card-title {
  color: #2e481a;
}
.cid-vjnhznok4y {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-vjnhznok4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjnhznok4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjnhznok4y .mbr-description {
  text-align: left;
}
.cid-vjnhznok4y .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-vjnhznok4y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-vjnhznok4y .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-vjnhznok4y .card-title,
.cid-vjnhznok4y .iconfont-wrapper {
  color: #000000;
}
.cid-vjnhznok4y .card-text {
  color: #000000;
}
.cid-vjnhznok4y .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-vjnhznok4y .mbr-number {
  color: #9fe870;
}
.cid-vjnhznok4y .mbr-text,
.cid-vjnhznok4y .mbr-section-btn {
  text-align: center;
}
.cid-vjnhznok4y .card-text,
.cid-vjnhznok4y .item .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-vjnhznok4y .card-title {
  color: #2e481a;
}
.cid-uURn9cO74W {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #bcef9b;
}
.cid-uURn9cO74W .mbr-fallback-image.disabled {
  display: none;
}
.cid-uURn9cO74W .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uURn9cO74W .mbr-description {
  text-align: left;
}
.cid-uURn9cO74W .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-uURn9cO74W .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-uURn9cO74W .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-uURn9cO74W .card-title,
.cid-uURn9cO74W .iconfont-wrapper {
  color: #000000;
}
.cid-uURn9cO74W .card-text {
  color: #000000;
}
.cid-uURn9cO74W .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-uURn9cO74W .mbr-number {
  color: #9fe870;
}
.cid-uURn9cO74W .mbr-text,
.cid-uURn9cO74W .mbr-section-btn {
  text-align: center;
}
.cid-uURn9cO74W .card-text,
.cid-uURn9cO74W .item .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-uURn9cO74W .card-title {
  color: #2e481a;
}
.cid-v3kX6pnQUC {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-v3kX6pnQUC .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3kX6pnQUC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3kX6pnQUC .mbr-description {
  text-align: left;
}
.cid-v3kX6pnQUC .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v3kX6pnQUC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3kX6pnQUC .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v3kX6pnQUC .card-title,
.cid-v3kX6pnQUC .iconfont-wrapper {
  color: #000000;
}
.cid-v3kX6pnQUC .card-text {
  color: #000000;
}
.cid-v3kX6pnQUC .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3kX6pnQUC .mbr-number {
  color: #9fe870;
}
.cid-v3kX6pnQUC .mbr-text,
.cid-v3kX6pnQUC .mbr-section-btn {
  text-align: center;
}
.cid-v3kX6pnQUC .card-text,
.cid-v3kX6pnQUC .item .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-v3kX6pnQUC .card-title {
  color: #2e481a;
}
.cid-v3T2TGowMQ {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #9fe870;
}
.cid-v3T2TGowMQ .mbr-fallback-image.disabled {
  display: none;
}
.cid-v3T2TGowMQ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v3T2TGowMQ .mbr-description {
  text-align: left;
}
.cid-v3T2TGowMQ .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v3T2TGowMQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v3T2TGowMQ .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v3T2TGowMQ .card-title,
.cid-v3T2TGowMQ .iconfont-wrapper {
  color: #000000;
}
.cid-v3T2TGowMQ .card-text {
  color: #000000;
}
.cid-v3T2TGowMQ .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v3T2TGowMQ .mbr-number {
  color: #9fe870;
}
.cid-v3T2TGowMQ .mbr-text,
.cid-v3T2TGowMQ .mbr-section-btn {
  text-align: center;
}
.cid-v3T2TGowMQ .card-text,
.cid-v3T2TGowMQ .item .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-v3T2TGowMQ .card-title {
  color: #2e481a;
}
.cid-v2GiIMqsWM {
  padding-top: 10rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-v2GiIMqsWM .mbr-fallback-image.disabled {
  display: none;
}
.cid-v2GiIMqsWM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-v2GiIMqsWM .mbr-description {
  text-align: left;
}
.cid-v2GiIMqsWM .item-wrapper {
  background: #ffffff;
  margin-bottom: 2rem;
  padding: 2.25rem;
}
@media (max-width: 767px) {
  .cid-v2GiIMqsWM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 1rem;
  }
}
@media (min-width: 992px) and (max-width: 1200px) {
  .cid-v2GiIMqsWM .item-wrapper {
    padding: 2rem 1.5rem;
    margin-bottom: 2rem;
  }
}
.cid-v2GiIMqsWM .card-title,
.cid-v2GiIMqsWM .iconfont-wrapper {
  color: #000000;
}
.cid-v2GiIMqsWM .card-text {
  color: #000000;
}
.cid-v2GiIMqsWM .mbr-section-title {
  color: #000000;
  text-align: center;
}
.cid-v2GiIMqsWM .mbr-number {
  color: #9fe870;
}
.cid-v2GiIMqsWM .mbr-text,
.cid-v2GiIMqsWM .mbr-section-btn {
  text-align: center;
}
.cid-v2GiIMqsWM .card-text,
.cid-v2GiIMqsWM .item .mbr-section-btn {
  text-align: left;
  color: #2e481a;
}
.cid-v2GiIMqsWM .card-title {
  color: #2e481a;
}
.cid-uUQEwcEnVc {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUQEwcEnVc .media-container-row .mbr-text {
  color: #a0e1e1;
}
.cid-uUUhW44ZMQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUUhW44ZMQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUUhW44ZMQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUUhW44ZMQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUhW44ZMQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUUhW44ZMQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUUhW44ZMQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUUhW44ZMQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUUhW44ZMQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(160, 225, 225, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #a0e1e1;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUUhW44ZMQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #a0e1e1;
  background: rgba(160, 225, 225, 0.8) !important;
}
.cid-uUUhW44ZMQ .nav-item:focus,
.cid-uUUhW44ZMQ .nav-link:focus {
  outline: none;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUhW44ZMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUhW44ZMQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUhW44ZMQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUhW44ZMQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUhW44ZMQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUUhW44ZMQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUhW44ZMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar {
    min-height: 72px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUhW44ZMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUhW44ZMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUUhW44ZMQ .dropdown-item.active,
.cid-uUUhW44ZMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUhW44ZMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUUhW44ZMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUhW44ZMQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUUhW44ZMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUhW44ZMQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUhW44ZMQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUUhW44ZMQ .navbar {
    height: 70px;
  }
  .cid-uUUhW44ZMQ .navbar.opened {
    height: auto;
  }
  .cid-uUUhW44ZMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUUhW44ZMQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUUhW44ZMQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUUhW44ZMQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a0e1e1;
    opacity: 1;
    border-color: rgba(160, 225, 225, 0.8) !important;
    background: rgba(160, 225, 225, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUUhW44ZMQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTRrd9Q25Z {
  padding-top: 9rem;
  padding-bottom: 5rem;
  background-color: #a0e1e1;
}
.cid-uTRrd9Q25Z .mbr-text {
  color: #2e481a;
}
.cid-uTRrd9Q25Z .mbr-section-subtitle {
  color: #000000;
}
.cid-uTRrd9Q25Z .mbr-section-title {
  color: #000000;
}
.cid-uUQEAPZpSZ {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUQEAPZpSZ .media-container-row .mbr-text {
  color: #a0e1e1;
}
.cid-uUUhW44ZMQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUUhW44ZMQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUUhW44ZMQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUUhW44ZMQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUhW44ZMQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUUhW44ZMQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUUhW44ZMQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUUhW44ZMQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUUhW44ZMQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(160, 225, 225, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #a0e1e1;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUUhW44ZMQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #a0e1e1;
  background: rgba(160, 225, 225, 0.8) !important;
}
.cid-uUUhW44ZMQ .nav-item:focus,
.cid-uUUhW44ZMQ .nav-link:focus {
  outline: none;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUhW44ZMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUhW44ZMQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUhW44ZMQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUhW44ZMQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUhW44ZMQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUUhW44ZMQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUhW44ZMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar {
    min-height: 72px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUhW44ZMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUhW44ZMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUUhW44ZMQ .dropdown-item.active,
.cid-uUUhW44ZMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUhW44ZMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUUhW44ZMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUhW44ZMQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUUhW44ZMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUhW44ZMQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUhW44ZMQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUUhW44ZMQ .navbar {
    height: 70px;
  }
  .cid-uUUhW44ZMQ .navbar.opened {
    height: auto;
  }
  .cid-uUUhW44ZMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUUhW44ZMQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUUhW44ZMQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUUhW44ZMQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a0e1e1;
    opacity: 1;
    border-color: rgba(160, 225, 225, 0.8) !important;
    background: rgba(160, 225, 225, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUUhW44ZMQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTRqiXPrBe {
  padding-top: 8rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-uTRqiXPrBe .mbr-overlay {
  background-color: #ffffff;
  opacity: 0.4;
}
.cid-uTRqiXPrBe form .mbr-section-btn {
  text-align: center;
  width: 100%;
}
.cid-uTRqiXPrBe form .mbr-section-btn .btn {
  display: inline-flex;
}
@media (max-width: 991px) {
  .cid-uTRqiXPrBe form .mbr-section-btn .btn {
    width: 100%;
  }
}
.cid-uTRqiXPrBe .content-head {
  max-width: 800px;
}
.cid-uTRqiXPrBe .mbr-section-title {
  color: #2e481a;
}
.cid-uURka30VtS {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uURka30VtS .media-container-row .mbr-text {
  color: #a0e1e1;
}
.cid-uUUhW44ZMQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUUhW44ZMQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUUhW44ZMQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUUhW44ZMQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUhW44ZMQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUUhW44ZMQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUUhW44ZMQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUUhW44ZMQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUUhW44ZMQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(160, 225, 225, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #a0e1e1;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUUhW44ZMQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #a0e1e1;
  background: rgba(160, 225, 225, 0.8) !important;
}
.cid-uUUhW44ZMQ .nav-item:focus,
.cid-uUUhW44ZMQ .nav-link:focus {
  outline: none;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUhW44ZMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUhW44ZMQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUhW44ZMQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUhW44ZMQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUhW44ZMQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUUhW44ZMQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUhW44ZMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar {
    min-height: 72px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUhW44ZMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUhW44ZMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUUhW44ZMQ .dropdown-item.active,
.cid-uUUhW44ZMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUhW44ZMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUUhW44ZMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUhW44ZMQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUUhW44ZMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUhW44ZMQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUhW44ZMQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUUhW44ZMQ .navbar {
    height: 70px;
  }
  .cid-uUUhW44ZMQ .navbar.opened {
    height: auto;
  }
  .cid-uUUhW44ZMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUUhW44ZMQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUUhW44ZMQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUUhW44ZMQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a0e1e1;
    opacity: 1;
    border-color: rgba(160, 225, 225, 0.8) !important;
    background: rgba(160, 225, 225, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUUhW44ZMQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTOJeaiIsV {
  padding-top: 10rem;
  padding-bottom: 0rem;
  background-color: #a0e1e1;
}
.cid-uTOJeaiIsV .content-head {
  max-width: 800px;
}
.cid-uTOJeaiIsV .mbr-section-title {
  color: #2e481a;
}
.cid-vaSO20rWj7 {
  padding-top: 6rem;
  padding-bottom: 0rem;
  background-color: #a0e1e1;
}
.cid-vaSO20rWj7 .content-head {
  max-width: 800px;
}
.cid-vaSO20rWj7 .mbr-section-title {
  color: #2e481a;
}
.cid-uUQEJEJ2UC {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUQEJEJ2UC .media-container-row .mbr-text {
  color: #a0e1e1;
}
.cid-uUUhW44ZMQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUUhW44ZMQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUUhW44ZMQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUUhW44ZMQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUhW44ZMQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUUhW44ZMQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUUhW44ZMQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUUhW44ZMQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUUhW44ZMQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(160, 225, 225, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #a0e1e1;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUUhW44ZMQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #a0e1e1;
  background: rgba(160, 225, 225, 0.8) !important;
}
.cid-uUUhW44ZMQ .nav-item:focus,
.cid-uUUhW44ZMQ .nav-link:focus {
  outline: none;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUhW44ZMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUhW44ZMQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUhW44ZMQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUhW44ZMQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUhW44ZMQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUUhW44ZMQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUhW44ZMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar {
    min-height: 72px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUhW44ZMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUhW44ZMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUUhW44ZMQ .dropdown-item.active,
.cid-uUUhW44ZMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUhW44ZMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUUhW44ZMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUhW44ZMQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUUhW44ZMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUhW44ZMQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUhW44ZMQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUUhW44ZMQ .navbar {
    height: 70px;
  }
  .cid-uUUhW44ZMQ .navbar.opened {
    height: auto;
  }
  .cid-uUUhW44ZMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUUhW44ZMQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUUhW44ZMQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUUhW44ZMQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a0e1e1;
    opacity: 1;
    border-color: rgba(160, 225, 225, 0.8) !important;
    background: rgba(160, 225, 225, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUUhW44ZMQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uTOCxzeVxa {
  padding-top: 9rem;
  padding-bottom: 3rem;
  background-color: #a0e1e1;
}
.cid-uTOCxzeVxa .content-head {
  max-width: 800px;
}
.cid-uTOCxzeVxa .mbr-text,
.cid-uTOCxzeVxa .mbr-section-btn {
  color: #2e481a;
}
.cid-vaSLfgAUlr {
  padding-top: 5rem;
  padding-bottom: 0rem;
  background-color: #9fe870;
}
.cid-vaSLfgAUlr .content-head {
  max-width: 800px;
}
.cid-vaSLfgAUlr .mbr-text,
.cid-vaSLfgAUlr .mbr-section-btn {
  color: #2e481a;
}
.cid-uUQETBAwuO {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUQETBAwuO .media-container-row .mbr-text {
  color: #a0e1e1;
}
.cid-uUUhW44ZMQ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uUUhW44ZMQ .dropdown-item:before {
  font-family: Moririse2 !important;
  content: "\e966";
  display: inline-block;
  width: 0;
  position: absolute;
  left: 1rem;
  top: 0.5rem;
  margin-right: 0.5rem;
  line-height: 1;
  font-size: inherit;
  vertical-align: middle;
  text-align: center;
  overflow: hidden;
  transform: scale(0, 1);
  transition: all 0.25s ease-in-out;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uUUhW44ZMQ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 1;
}
.cid-uUUhW44ZMQ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  border-radius: 0px !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uUUhW44ZMQ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uUUhW44ZMQ .navbar-nav {
  margin: auto;
  margin-left: 0;
  margin-left: auto;
  margin-right: 0;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item {
  padding: 0 !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link {
  padding: 16px !important;
  margin: 0 !important;
  border-radius: 1rem !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
.cid-uUUhW44ZMQ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item {
  padding: 12px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
}
.cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
  background-color: rgba(27, 31, 10, 0.06);
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-nav {
    padding-left: 1.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uUUhW44ZMQ .navbar-logo {
  padding-left: 2rem;
  margin: 0 !important;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar-logo {
    padding-left: 1rem;
  }
}
.cid-uUUhW44ZMQ .navbar-caption {
  padding-left: 1rem;
  padding-right: .5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
  transition: .3s all;
}
.cid-uUUhW44ZMQ .container {
  display: flex;
  height: 90px;
  padding: 0.5rem 0.6rem;
  flex-wrap: nowrap;
  background: rgba(160, 225, 225, 0.8) !important;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #a0e1e1;
  box-shadow: 0 30px 60px 0 rgba(27, 31, 10, 0.08);
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .container {
    padding-right: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .container {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uUUhW44ZMQ .iconfont-wrapper {
  color: #000000 !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 12px 4px !important;
  border-radius: 1.5rem;
  transition: .3s all !important;
  min-width: auto;
  background: #a0e1e1;
  background: rgba(160, 225, 225, 0.8) !important;
}
.cid-uUUhW44ZMQ .nav-item:focus,
.cid-uUUhW44ZMQ .nav-link:focus {
  outline: none;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uUUhW44ZMQ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uUUhW44ZMQ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uUUhW44ZMQ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uUUhW44ZMQ .navbar {
  min-height: 90px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  background: transparent !important;
  padding: 0 !important;
  border: none !important;
  box-shadow: none !important;
  border-radius: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.opened {
  transition: all 0.3s;
}
.cid-uUUhW44ZMQ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uUUhW44ZMQ .navbar .navbar-logo img {
  width: auto;
}
.cid-uUUhW44ZMQ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: flex-end;
}
.cid-uUUhW44ZMQ .navbar.collapsed {
  justify-content: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uUUhW44ZMQ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .cid-uUUhW44ZMQ .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 3rem);
  }
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uUUhW44ZMQ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uUUhW44ZMQ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uUUhW44ZMQ .navbar {
    min-height: 72px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uUUhW44ZMQ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uUUhW44ZMQ .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-uUUhW44ZMQ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uUUhW44ZMQ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uUUhW44ZMQ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uUUhW44ZMQ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uUUhW44ZMQ .dropdown-item.active,
.cid-uUUhW44ZMQ .dropdown-item:active {
  background-color: transparent;
}
.cid-uUUhW44ZMQ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uUUhW44ZMQ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #a0e1e1;
}
.cid-uUUhW44ZMQ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 105%;
  transform: none;
  top: -12px;
}
.cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uUUhW44ZMQ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uUUhW44ZMQ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .navbar-buttons {
    text-align: left;
  }
}
.cid-uUUhW44ZMQ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #000000;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uUUhW44ZMQ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uUUhW44ZMQ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uUUhW44ZMQ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uUUhW44ZMQ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uUUhW44ZMQ .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media (max-width: 992px) {
  .cid-uUUhW44ZMQ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uUUhW44ZMQ .navbar {
    height: 70px;
  }
  .cid-uUUhW44ZMQ .navbar.opened {
    height: auto;
  }
  .cid-uUUhW44ZMQ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.5rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uUUhW44ZMQ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uUUhW44ZMQ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uUUhW44ZMQ .navbar-brand {
    margin-right: auto;
  }
  .cid-uUUhW44ZMQ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #a0e1e1;
    opacity: 1;
    border-color: rgba(160, 225, 225, 0.8) !important;
    background: rgba(160, 225, 225, 0.8) !important;
    backdrop-filter: blur(8px);
  }
  .cid-uUUhW44ZMQ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uUUhW44ZMQ .navbar-nav .dropdown-item:hover {
    background-color: rgba(27, 31, 10, 0.06);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 8px !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
    display: inline-block;
    position: static;
    margin-left: 0.5rem;
    margin-top: 0;
    margin-right: 0;
    margin-bottom: 0;
    transition: .3s all;
    transform: rotate(0deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uUUhW44ZMQ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    border-radius: 1rem;
    background-color: rgba(27, 31, 10, 0.04) !important;
  }
  .cid-uUUhW44ZMQ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uUUhW44ZMQ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYUkGMg3p8 {
  padding-top: 9rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-uYUkGMg3p8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYUkGMg3p8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYUkGMg3p8 .content-text {
  max-width: 800px;
}
.cid-uYUkGMg3p8 .mbr-section-title {
  color: #000000;
}
.cid-uYUkGMg3p8 .mbr-text,
.cid-uYUkGMg3p8 .mbr-section-btn {
  color: #000000;
}
.cid-vaHkdi2qwF {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #9fe870;
}
.cid-vaHkdi2qwF .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHkdi2qwF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHkdi2qwF .content-text {
  max-width: 800px;
}
.cid-vaHkdi2qwF .mbr-section-title {
  color: #000000;
}
.cid-vaHkdi2qwF .mbr-text,
.cid-vaHkdi2qwF .mbr-section-btn {
  color: #000000;
}
.cid-vaHmRHbKwe {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-vaHmRHbKwe .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHmRHbKwe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHmRHbKwe .content-text {
  max-width: 800px;
}
.cid-vaHmRHbKwe .mbr-section-title {
  color: #000000;
}
.cid-vaHmRHbKwe .mbr-text,
.cid-vaHmRHbKwe .mbr-section-btn {
  color: #000000;
}
.cid-vaHngmfZWI {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #9fe870;
}
.cid-vaHngmfZWI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHngmfZWI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHngmfZWI .content-text {
  max-width: 800px;
}
.cid-vaHngmfZWI .mbr-section-title {
  color: #000000;
}
.cid-vaHngmfZWI .mbr-text,
.cid-vaHngmfZWI .mbr-section-btn {
  color: #000000;
}
.cid-vaHqgbJGHt {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-vaHqgbJGHt .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHqgbJGHt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHqgbJGHt .content-text {
  max-width: 800px;
}
.cid-vaHqgbJGHt .mbr-section-title {
  color: #000000;
}
.cid-vaHqgbJGHt .mbr-text,
.cid-vaHqgbJGHt .mbr-section-btn {
  color: #000000;
}
.cid-vaHqTt3FzM {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #9fe870;
}
.cid-vaHqTt3FzM .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHqTt3FzM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHqTt3FzM .content-text {
  max-width: 800px;
}
.cid-vaHqTt3FzM .mbr-section-title {
  color: #000000;
}
.cid-vaHqTt3FzM .mbr-text,
.cid-vaHqTt3FzM .mbr-section-btn {
  color: #000000;
}
.cid-vaHt5pI2p3 {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-vaHt5pI2p3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHt5pI2p3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHt5pI2p3 .content-text {
  max-width: 800px;
}
.cid-vaHt5pI2p3 .mbr-section-title {
  color: #000000;
}
.cid-vaHt5pI2p3 .mbr-text,
.cid-vaHt5pI2p3 .mbr-section-btn {
  color: #000000;
}
.cid-vaHv8DNYQ6 {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #9fe870;
}
.cid-vaHv8DNYQ6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHv8DNYQ6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHv8DNYQ6 .content-text {
  max-width: 800px;
}
.cid-vaHv8DNYQ6 .mbr-section-title {
  color: #000000;
}
.cid-vaHv8DNYQ6 .mbr-text,
.cid-vaHv8DNYQ6 .mbr-section-btn {
  color: #000000;
}
.cid-vaHwKxXsDD {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-vaHwKxXsDD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHwKxXsDD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHwKxXsDD .content-text {
  max-width: 800px;
}
.cid-vaHwKxXsDD .mbr-section-title {
  color: #000000;
}
.cid-vaHwKxXsDD .mbr-text,
.cid-vaHwKxXsDD .mbr-section-btn {
  color: #000000;
}
.cid-vaHxSSWTIf {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #9fe870;
}
.cid-vaHxSSWTIf .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHxSSWTIf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHxSSWTIf .content-text {
  max-width: 800px;
}
.cid-vaHxSSWTIf .mbr-section-title {
  color: #000000;
}
.cid-vaHxSSWTIf .mbr-text,
.cid-vaHxSSWTIf .mbr-section-btn {
  color: #000000;
}
.cid-vaHA2rOaIq {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-vaHA2rOaIq .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHA2rOaIq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHA2rOaIq .content-text {
  max-width: 800px;
}
.cid-vaHA2rOaIq .mbr-section-title {
  color: #000000;
}
.cid-vaHA2rOaIq .mbr-text,
.cid-vaHA2rOaIq .mbr-section-btn {
  color: #000000;
}
.cid-vaRGFenVbr {
  padding-top: 3rem;
  padding-bottom: 6rem;
  background-color: #9fe870;
}
.cid-vaRGFenVbr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaRGFenVbr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaRGFenVbr .content-text {
  max-width: 800px;
}
.cid-vaRGFenVbr .mbr-section-title {
  color: #000000;
}
.cid-vaRGFenVbr .mbr-text,
.cid-vaRGFenVbr .mbr-section-btn {
  color: #000000;
}
.cid-vaRy5Lnk7a {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-vaRy5Lnk7a .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaRy5Lnk7a .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaRy5Lnk7a .content-text {
  max-width: 800px;
}
.cid-vaRy5Lnk7a .mbr-section-title {
  color: #000000;
}
.cid-vaRy5Lnk7a .mbr-text,
.cid-vaRy5Lnk7a .mbr-section-btn {
  color: #000000;
}
.cid-vb3pzW4qRh {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #9fe870;
}
.cid-vb3pzW4qRh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb3pzW4qRh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb3pzW4qRh .content-text {
  max-width: 800px;
}
.cid-vb3pzW4qRh .mbr-section-title {
  color: #000000;
}
.cid-vb3pzW4qRh .mbr-text,
.cid-vb3pzW4qRh .mbr-section-btn {
  color: #000000;
}
.cid-vb4zoyHWzA {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-vb4zoyHWzA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vb4zoyHWzA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vb4zoyHWzA .content-text {
  max-width: 800px;
}
.cid-vb4zoyHWzA .mbr-section-title {
  color: #000000;
}
.cid-vb4zoyHWzA .mbr-text,
.cid-vb4zoyHWzA .mbr-section-btn {
  color: #000000;
}
.cid-vbqCu0hcnv {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #9fe870;
}
.cid-vbqCu0hcnv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vbqCu0hcnv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vbqCu0hcnv .content-text {
  max-width: 800px;
}
.cid-vbqCu0hcnv .mbr-section-title {
  color: #000000;
}
.cid-vbqCu0hcnv .mbr-text,
.cid-vbqCu0hcnv .mbr-section-btn {
  color: #000000;
}
.cid-vcilSK7RSr {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-vcilSK7RSr .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcilSK7RSr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcilSK7RSr .content-text {
  max-width: 800px;
}
.cid-vcilSK7RSr .mbr-section-title {
  color: #000000;
}
.cid-vcilSK7RSr .mbr-text,
.cid-vcilSK7RSr .mbr-section-btn {
  color: #000000;
}
.cid-vcncPDXJ9I {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #9fe870;
}
.cid-vcncPDXJ9I .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcncPDXJ9I .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcncPDXJ9I .content-text {
  max-width: 800px;
}
.cid-vcncPDXJ9I .mbr-section-title {
  color: #000000;
}
.cid-vcncPDXJ9I .mbr-text,
.cid-vcncPDXJ9I .mbr-section-btn {
  color: #000000;
}
.cid-vcXkNJeW5g {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-vcXkNJeW5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-vcXkNJeW5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vcXkNJeW5g .content-text {
  max-width: 800px;
}
.cid-vcXkNJeW5g .mbr-section-title {
  color: #000000;
}
.cid-vcXkNJeW5g .mbr-text,
.cid-vcXkNJeW5g .mbr-section-btn {
  color: #000000;
}
.cid-vdGG8ey1uO {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #9fe870;
}
.cid-vdGG8ey1uO .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdGG8ey1uO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdGG8ey1uO .content-text {
  max-width: 800px;
}
.cid-vdGG8ey1uO .mbr-section-title {
  color: #000000;
}
.cid-vdGG8ey1uO .mbr-text,
.cid-vdGG8ey1uO .mbr-section-btn {
  color: #000000;
}
.cid-vdHqLBUbQU {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a0e1e1;
}
.cid-vdHqLBUbQU .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdHqLBUbQU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdHqLBUbQU .content-text {
  max-width: 800px;
}
.cid-vdHqLBUbQU .mbr-section-title {
  color: #000000;
}
.cid-vdHqLBUbQU .mbr-text,
.cid-vdHqLBUbQU .mbr-section-btn {
  color: #000000;
}
.cid-vdMvKWZuFD {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fe870;
}
.cid-vdMvKWZuFD .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdMvKWZuFD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdMvKWZuFD .content-text {
  max-width: 800px;
}
.cid-vdMvKWZuFD .mbr-section-title {
  color: #000000;
}
.cid-vdMvKWZuFD .mbr-text,
.cid-vdMvKWZuFD .mbr-section-btn {
  color: #000000;
}
.cid-vdSHrHQeMs {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a0e1e1;
}
.cid-vdSHrHQeMs .mbr-fallback-image.disabled {
  display: none;
}
.cid-vdSHrHQeMs .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vdSHrHQeMs .content-text {
  max-width: 800px;
}
.cid-vdSHrHQeMs .mbr-section-title {
  color: #000000;
}
.cid-vdSHrHQeMs .mbr-text,
.cid-vdSHrHQeMs .mbr-section-btn {
  color: #000000;
}
.cid-ve4vffdgNd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fe870;
}
.cid-ve4vffdgNd .mbr-fallback-image.disabled {
  display: none;
}
.cid-ve4vffdgNd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-ve4vffdgNd .content-text {
  max-width: 800px;
}
.cid-ve4vffdgNd .mbr-section-title {
  color: #000000;
}
.cid-ve4vffdgNd .mbr-text,
.cid-ve4vffdgNd .mbr-section-btn {
  color: #000000;
}
.cid-vemd30Ecpb {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a0e1e1;
}
.cid-vemd30Ecpb .mbr-fallback-image.disabled {
  display: none;
}
.cid-vemd30Ecpb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vemd30Ecpb .content-text {
  max-width: 800px;
}
.cid-vemd30Ecpb .mbr-section-title {
  color: #000000;
}
.cid-vemd30Ecpb .mbr-text,
.cid-vemd30Ecpb .mbr-section-btn {
  color: #000000;
}
.cid-vespoaxJSg {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fe870;
}
.cid-vespoaxJSg .mbr-fallback-image.disabled {
  display: none;
}
.cid-vespoaxJSg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vespoaxJSg .content-text {
  max-width: 800px;
}
.cid-vespoaxJSg .mbr-section-title {
  color: #000000;
}
.cid-vespoaxJSg .mbr-text,
.cid-vespoaxJSg .mbr-section-btn {
  color: #000000;
}
.cid-vexyEnRTku {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a0e1e1;
}
.cid-vexyEnRTku .mbr-fallback-image.disabled {
  display: none;
}
.cid-vexyEnRTku .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vexyEnRTku .content-text {
  max-width: 800px;
}
.cid-vexyEnRTku .mbr-section-title {
  color: #000000;
}
.cid-vexyEnRTku .mbr-text,
.cid-vexyEnRTku .mbr-section-btn {
  color: #000000;
}
.cid-veJ89Q6LA2 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fe870;
}
.cid-veJ89Q6LA2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-veJ89Q6LA2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veJ89Q6LA2 .content-text {
  max-width: 800px;
}
.cid-veJ89Q6LA2 .mbr-section-title {
  color: #000000;
}
.cid-veJ89Q6LA2 .mbr-text,
.cid-veJ89Q6LA2 .mbr-section-btn {
  color: #000000;
}
.cid-vfixUgDFIh {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a0e1e1;
}
.cid-vfixUgDFIh .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfixUgDFIh .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfixUgDFIh .content-text {
  max-width: 800px;
}
.cid-vfixUgDFIh .mbr-section-title {
  color: #000000;
}
.cid-vfixUgDFIh .mbr-text,
.cid-vfixUgDFIh .mbr-section-btn {
  color: #000000;
}
.cid-veVZdD3Vqd {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fe870;
}
.cid-veVZdD3Vqd .mbr-fallback-image.disabled {
  display: none;
}
.cid-veVZdD3Vqd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-veVZdD3Vqd .content-text {
  max-width: 800px;
}
.cid-veVZdD3Vqd .mbr-section-title {
  color: #000000;
}
.cid-veVZdD3Vqd .mbr-text,
.cid-veVZdD3Vqd .mbr-section-btn {
  color: #000000;
}
.cid-vfjNzsLCqV {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a0e1e1;
}
.cid-vfjNzsLCqV .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfjNzsLCqV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfjNzsLCqV .content-text {
  max-width: 800px;
}
.cid-vfjNzsLCqV .mbr-section-title {
  color: #000000;
}
.cid-vfjNzsLCqV .mbr-text,
.cid-vfjNzsLCqV .mbr-section-btn {
  color: #000000;
}
.cid-vfpI1THuh8 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fe870;
}
.cid-vfpI1THuh8 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfpI1THuh8 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfpI1THuh8 .content-text {
  max-width: 800px;
}
.cid-vfpI1THuh8 .mbr-section-title {
  color: #000000;
}
.cid-vfpI1THuh8 .mbr-text,
.cid-vfpI1THuh8 .mbr-section-btn {
  color: #000000;
}
.cid-vfvEmekGhL {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a0e1e1;
}
.cid-vfvEmekGhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfvEmekGhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfvEmekGhL .content-text {
  max-width: 800px;
}
.cid-vfvEmekGhL .mbr-section-title {
  color: #000000;
}
.cid-vfvEmekGhL .mbr-text,
.cid-vfvEmekGhL .mbr-section-btn {
  color: #000000;
}
.cid-vfFUXzUKhv {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fe870;
}
.cid-vfFUXzUKhv .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfFUXzUKhv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfFUXzUKhv .content-text {
  max-width: 800px;
}
.cid-vfFUXzUKhv .mbr-section-title {
  color: #000000;
}
.cid-vfFUXzUKhv .mbr-text,
.cid-vfFUXzUKhv .mbr-section-btn {
  color: #000000;
}
.cid-vfLnzzRbrA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a0e1e1;
}
.cid-vfLnzzRbrA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfLnzzRbrA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfLnzzRbrA .content-text {
  max-width: 800px;
}
.cid-vfLnzzRbrA .mbr-section-title {
  color: #000000;
}
.cid-vfLnzzRbrA .mbr-text,
.cid-vfLnzzRbrA .mbr-section-btn {
  color: #000000;
}
.cid-vfNiHOl82Q {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fe870;
}
.cid-vfNiHOl82Q .mbr-fallback-image.disabled {
  display: none;
}
.cid-vfNiHOl82Q .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vfNiHOl82Q .content-text {
  max-width: 800px;
}
.cid-vfNiHOl82Q .mbr-section-title {
  color: #000000;
}
.cid-vfNiHOl82Q .mbr-text,
.cid-vfNiHOl82Q .mbr-section-btn {
  color: #000000;
}
.cid-vg3ksMHbU7 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a0e1e1;
}
.cid-vg3ksMHbU7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-vg3ksMHbU7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vg3ksMHbU7 .content-text {
  max-width: 800px;
}
.cid-vg3ksMHbU7 .mbr-section-title {
  color: #000000;
}
.cid-vg3ksMHbU7 .mbr-text,
.cid-vg3ksMHbU7 .mbr-section-btn {
  color: #000000;
}
.cid-vgkeaBZP2p {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fe870;
}
.cid-vgkeaBZP2p .mbr-fallback-image.disabled {
  display: none;
}
.cid-vgkeaBZP2p .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vgkeaBZP2p .content-text {
  max-width: 800px;
}
.cid-vgkeaBZP2p .mbr-section-title {
  color: #000000;
}
.cid-vgkeaBZP2p .mbr-text,
.cid-vgkeaBZP2p .mbr-section-btn {
  color: #000000;
}
.cid-vglHVSDebl {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a0e1e1;
}
.cid-vglHVSDebl .mbr-fallback-image.disabled {
  display: none;
}
.cid-vglHVSDebl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vglHVSDebl .content-text {
  max-width: 800px;
}
.cid-vglHVSDebl .mbr-section-title {
  color: #000000;
}
.cid-vglHVSDebl .mbr-text,
.cid-vglHVSDebl .mbr-section-btn {
  color: #000000;
}
.cid-vhQqc4AyjW {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fe870;
}
.cid-vhQqc4AyjW .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhQqc4AyjW .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhQqc4AyjW .content-text {
  max-width: 800px;
}
.cid-vhQqc4AyjW .mbr-section-title {
  color: #000000;
}
.cid-vhQqc4AyjW .mbr-text,
.cid-vhQqc4AyjW .mbr-section-btn {
  color: #000000;
}
.cid-vhVv9kteLI {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a0e1e1;
}
.cid-vhVv9kteLI .mbr-fallback-image.disabled {
  display: none;
}
.cid-vhVv9kteLI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vhVv9kteLI .content-text {
  max-width: 800px;
}
.cid-vhVv9kteLI .mbr-section-title {
  color: #000000;
}
.cid-vhVv9kteLI .mbr-text,
.cid-vhVv9kteLI .mbr-section-btn {
  color: #000000;
}
.cid-viCeBYEN45 {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fe870;
}
.cid-viCeBYEN45 .mbr-fallback-image.disabled {
  display: none;
}
.cid-viCeBYEN45 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viCeBYEN45 .content-text {
  max-width: 800px;
}
.cid-viCeBYEN45 .mbr-section-title {
  color: #000000;
}
.cid-viCeBYEN45 .mbr-text,
.cid-viCeBYEN45 .mbr-section-btn {
  color: #000000;
}
.cid-viOr7FohbR {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a0e1e1;
}
.cid-viOr7FohbR .mbr-fallback-image.disabled {
  display: none;
}
.cid-viOr7FohbR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-viOr7FohbR .content-text {
  max-width: 800px;
}
.cid-viOr7FohbR .mbr-section-title {
  color: #000000;
}
.cid-viOr7FohbR .mbr-text,
.cid-viOr7FohbR .mbr-section-btn {
  color: #000000;
}
.cid-vjE8hKRNJS {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #9fe870;
}
.cid-vjE8hKRNJS .mbr-fallback-image.disabled {
  display: none;
}
.cid-vjE8hKRNJS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vjE8hKRNJS .content-text {
  max-width: 800px;
}
.cid-vjE8hKRNJS .mbr-section-title {
  color: #000000;
}
.cid-vjE8hKRNJS .mbr-text,
.cid-vjE8hKRNJS .mbr-section-btn {
  color: #000000;
}
.cid-vk8hEnF9vA {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #a0e1e1;
}
.cid-vk8hEnF9vA .mbr-fallback-image.disabled {
  display: none;
}
.cid-vk8hEnF9vA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vk8hEnF9vA .content-text {
  max-width: 800px;
}
.cid-vk8hEnF9vA .mbr-section-title {
  color: #000000;
}
.cid-vk8hEnF9vA .mbr-text,
.cid-vk8hEnF9vA .mbr-section-btn {
  color: #000000;
}
.cid-vaHhR3tyua {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #9fe870;
}
.cid-vaHhR3tyua .mbr-fallback-image.disabled {
  display: none;
}
.cid-vaHhR3tyua .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-vaHhR3tyua .content-text {
  max-width: 800px;
}
.cid-vaHhR3tyua .mbr-section-title {
  color: #000000;
}
.cid-vaHhR3tyua .mbr-text,
.cid-vaHhR3tyua .mbr-section-btn {
  color: #000000;
}
.cid-uYUluOSHKO {
  padding-top: 4rem;
  padding-bottom: 6rem;
  background-color: #a0e1e1;
}
.cid-uYUluOSHKO .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYUluOSHKO .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYUluOSHKO .content-text {
  max-width: 800px;
}
.cid-uYUluOSHKO .mbr-section-title {
  color: #000000;
}
.cid-uYUluOSHKO .mbr-text,
.cid-uYUluOSHKO .mbr-section-btn {
  color: #000000;
}
.cid-uUP5ghz98H {
  padding-top: 3rem;
  padding-bottom: 4rem;
  background-color: #2e481a;
  overflow: hidden;
}
.cid-uUP5ghz98H .media-container-row .mbr-text {
  color: #a0e1e1;
}
