.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Cal Sans;
}
.display-1 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 6.7rem;
  line-height: 1;
}
.display-1 > .mbr-iconfont {
  font-size: 8.375rem;
}
.display-2 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 3.9rem;
  line-height: 1.1;
}
.display-2 > .mbr-iconfont {
  font-size: 4.875rem;
}
.display-4 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.1rem;
  line-height: 1.5;
}
.display-4 > .mbr-iconfont {
  font-size: 1.375rem;
}
.display-5 {
  font-family: 'Cal Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
}
.display-5 > .mbr-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
}
.display-7 > .mbr-iconfont {
  font-size: 1.5625rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 5.36rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 4.69rem;
    font-size: calc( 2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (2.995rem + (6.7 - 2.995) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.12rem;
    font-size: calc( 2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.0149999999999997rem + (3.9 - 2.0149999999999997) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 0.88rem;
    font-size: calc( 1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0350000000000001rem + (1.1 - 1.0350000000000001) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1rem;
    font-size: calc( 1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.0875rem + (1.25 - 1.0875) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
  padding: 0.75rem 1.5rem;
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #1e4d2b !important;
}
.bg-success {
  background-color: #2a5b38 !important;
}
.bg-info {
  background-color: #d1e0be !important;
}
.bg-warning {
  background-color: #dcde2d !important;
}
.bg-danger {
  background-color: #910000 !important;
}
.btn-primary .mbr-iconfont {
  color: #010402;
  background-color: #ffffff;
}
.btn-primary,
.btn-primary:active {
  background-color: #1e4d2b !important;
  border-color: #1e4d2b !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #2c723f !important;
  border-color: #2c723f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #2c723f !important;
  border-color: #2c723f !important;
}
.btn-secondary .mbr-iconfont {
  color: #904216;
  background-color: #ffffff;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #df6d2d !important;
  border-color: #df6d2d !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #e68c59 !important;
  border-color: #e68c59 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #ffffff !important;
  background-color: #e68c59 !important;
  border-color: #e68c59 !important;
}
.btn-info .mbr-iconfont {
  color: #a0bf79;
  background-color: #ffffff;
}
.btn-info,
.btn-info:active {
  background-color: #d1e0be !important;
  border-color: #d1e0be !important;
  color: #536c33 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #e9f0e1 !important;
  border-color: #e9f0e1 !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #536c33 !important;
  background-color: #e9f0e1 !important;
  border-color: #e9f0e1 !important;
}
.btn-success .mbr-iconfont {
  color: #0a150d;
  background-color: #ffffff;
}
.btn-success,
.btn-success:active {
  background-color: #2a5b38 !important;
  border-color: #2a5b38 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #3a7e4d !important;
  border-color: #3a7e4d !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #3a7e4d !important;
  border-color: #3a7e4d !important;
}
.btn-warning .mbr-iconfont {
  color: #8d8f16;
  background-color: #f2f3b1;
}
.btn-warning,
.btn-warning:active {
  background-color: #dcde2d !important;
  border-color: #dcde2d !important;
  color: #0a0a02 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #e3e559 !important;
  border-color: #e3e559 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #0a0a02 !important;
  background-color: #e3e559 !important;
  border-color: #e3e559 !important;
}
.btn-danger .mbr-iconfont {
  color: #2b0000;
  background-color: #ffffff;
}
.btn-danger,
.btn-danger:active {
  background-color: #910000 !important;
  border-color: #910000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #c40000 !important;
  border-color: #c40000 !important;
}
.btn-white .mbr-iconfont {
  color: #bfc3b3;
  background-color: #ffffff;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black .mbr-iconfont {
  color: #000000;
  background-color: #ffffff;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline .mbr-iconfont {
  border: 2px solid #1e4d2b;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #1e4d2b;
  color: #1e4d2b;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #060f08 !important;
  background-color: transparent !important;
  border-color: #060f08 !important;
  box-shadow: none !important;
}
.btn-primary-outline:hover .mbr-iconfont,
.btn-primary-outline:focus .mbr-iconfont,
.btn-primary-outline.focus .mbr-iconfont,
.btn-primary-outline.active .mbr-iconfont {
  border: 2px solid #060f08;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #1e4d2b !important;
  border-color: #1e4d2b !important;
}
.btn-secondary-outline .mbr-iconfont {
  border: 2px solid #df6d2d;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #df6d2d;
  color: #df6d2d;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #9d4818 !important;
  background-color: transparent !important;
  border-color: #9d4818 !important;
  box-shadow: none !important;
}
.btn-secondary-outline:hover .mbr-iconfont,
.btn-secondary-outline:focus .mbr-iconfont,
.btn-secondary-outline.focus .mbr-iconfont,
.btn-secondary-outline.active .mbr-iconfont {
  border: 2px solid #9d4818;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #ffffff !important;
  background-color: #df6d2d !important;
  border-color: #df6d2d !important;
}
.btn-info-outline .mbr-iconfont {
  border: 2px solid #d1e0be;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #d1e0be;
  color: #d1e0be;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #a7c483 !important;
  background-color: transparent !important;
  border-color: #a7c483 !important;
  box-shadow: none !important;
}
.btn-info-outline:hover .mbr-iconfont,
.btn-info-outline:focus .mbr-iconfont,
.btn-info-outline.focus .mbr-iconfont,
.btn-info-outline.active .mbr-iconfont {
  border: 2px solid #a7c483;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #536c33 !important;
  background-color: #d1e0be !important;
  border-color: #d1e0be !important;
}
.btn-success-outline .mbr-iconfont {
  border: 2px solid #2a5b38;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #2a5b38;
  color: #2a5b38;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #0f2013 !important;
  background-color: transparent !important;
  border-color: #0f2013 !important;
  box-shadow: none !important;
}
.btn-success-outline:hover .mbr-iconfont,
.btn-success-outline:focus .mbr-iconfont,
.btn-success-outline.focus .mbr-iconfont,
.btn-success-outline.active .mbr-iconfont {
  border: 2px solid #0f2013;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #2a5b38 !important;
  border-color: #2a5b38 !important;
}
.btn-warning-outline .mbr-iconfont {
  border: 2px solid #dcde2d;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #dcde2d;
  color: #dcde2d;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #9a9c18 !important;
  background-color: transparent !important;
  border-color: #9a9c18 !important;
  box-shadow: none !important;
}
.btn-warning-outline:hover .mbr-iconfont,
.btn-warning-outline:focus .mbr-iconfont,
.btn-warning-outline.focus .mbr-iconfont,
.btn-warning-outline.active .mbr-iconfont {
  border: 2px solid #9a9c18;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #0a0a02 !important;
  background-color: #dcde2d !important;
  border-color: #dcde2d !important;
}
.btn-danger-outline .mbr-iconfont {
  border: 2px solid #910000;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #910000;
  color: #910000;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #3a0000 !important;
  background-color: transparent !important;
  border-color: #3a0000 !important;
  box-shadow: none !important;
}
.btn-danger-outline:hover .mbr-iconfont,
.btn-danger-outline:focus .mbr-iconfont,
.btn-danger-outline.focus .mbr-iconfont,
.btn-danger-outline.active .mbr-iconfont {
  border: 2px solid #3a0000;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #910000 !important;
  border-color: #910000 !important;
}
.btn-black-outline .mbr-iconfont {
  border: 2px solid #232323;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline:hover .mbr-iconfont,
.btn-black-outline:focus .mbr-iconfont,
.btn-black-outline.focus .mbr-iconfont,
.btn-black-outline.active .mbr-iconfont {
  border: 2px solid #000000;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline .mbr-iconfont {
  border: 2px solid #fafafa;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline:hover .mbr-iconfont,
.btn-white-outline:focus .mbr-iconfont,
.btn-white-outline.focus .mbr-iconfont,
.btn-white-outline.active .mbr-iconfont {
  border: 2px solid #cfcfcf;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #1e4d2b !important;
}
.text-secondary {
  color: #df6d2d !important;
}
.text-success {
  color: #2a5b38 !important;
}
.text-info {
  color: #d1e0be !important;
}
.text-warning {
  color: #dcde2d !important;
}
.text-danger {
  color: #910000 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #010402 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #904216 !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #0a150d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #a0bf79 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #8d8f16 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #2b0000 !important;
}
a.text-white:hover,
a.text-white:focus,
a.text-white.active {
  color: #c7c7c7 !important;
}
a.text-black:hover,
a.text-black:focus,
a.text-black.active {
  color: #000000 !important;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption) {
  position: relative;
  background-image: transparent;
  background-size: 10000px 2px;
  background-repeat: no-repeat;
  background-position: 0px 1.2em;
  background-position: -10000px 1.2em;
}
a[class*="text-"]:not(.nav-link):not(.dropdown-item):not([role]):not(.navbar-caption):hover {
  transition: background-position 2s ease-in-out;
  background-image: linear-gradient(currentColor 50%, currentColor 50%);
  background-position: 0px 1.2em;
}
.nav-tabs .nav-link.active {
  color: #1e4d2b;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #d1e0be;
}
.alert-warning {
  background-color: #dcde2d;
}
.alert-danger {
  background-color: #910000;
}
.mbr-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.mbr-gallery-filter li a {
  border-radius: 100px !important;
}
.mbr-gallery-filter li.active .btn {
  background-color: #1e4d2b;
  border-color: #1e4d2b;
  color: #ffffff;
}
.mbr-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #1e4d2b;
}
.mbr-plan-header.bg-primary .mbr-plan-subtitle,
.mbr-plan-header.bg-primary .mbr-plan-price-desc {
  color: #82ce97;
}
.mbr-plan-header.bg-success .mbr-plan-subtitle,
.mbr-plan-header.bg-success .mbr-plan-price-desc {
  color: #54b06f;
}
.mbr-plan-header.bg-info .mbr-plan-subtitle,
.mbr-plan-header.bg-info .mbr-plan-price-desc {
  color: #ffffff;
}
.mbr-plan-header.bg-warning .mbr-plan-subtitle,
.mbr-plan-header.bg-warning .mbr-plan-price-desc {
  color: #f9fadd;
}
.mbr-plan-header.bg-danger .mbr-plan-subtitle,
.mbr-plan-header.bg-danger .mbr-plan-price-desc {
  color: #ff1212;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
  border-radius: 40px !important;
}
.form-control > .mbr-iconfont {
  font-size: 1.5625rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #1e4d2b !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Special Gothic', sans-serif;
  font-size: 1.25rem;
  line-height: 1.3;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .mbr-iconfont {
  font-size: 1.5625rem;
}
blockquote {
  border-color: #1e4d2b;
}
/* Forms */
.mbr-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.mbr-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.mbr-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.mbr-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #1e4d2b;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #1e4d2b;
}
.jq-selectbox .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:after,
.jq-number__spin.plus:after {
  transition: 0.4s;
  border-top-color: #232323;
  border-bottom-color: #232323;
}
.jq-selectbox:hover .jq-selectbox__trigger-arrow,
.jq-number__spin.minus:hover:after,
.jq-number__spin.plus:hover:after {
  border-top-color: #1e4d2b;
  border-bottom-color: #1e4d2b;
}
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_default,
.xdsoft_datetimepicker .xdsoft_calendar td.xdsoft_current,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div.xdsoft_current {
  color: #ffffff !important;
  background-color: #1e4d2b !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #ffffff !important;
  background: #df6d2d !important;
  box-shadow: none !important;
}
.lazy-bg {
  background-image: none !important;
}
.lazy-placeholder:not(section),
.lazy-none {
  display: block;
  position: relative;
  padding-bottom: 56.25%;
  width: 100%;
  height: auto;
}
iframe.lazy-placeholder,
.lazy-placeholder:after {
  content: '';
  position: absolute;
  width: 200px;
  height: 200px;
  background: transparent no-repeat center;
  background-size: contain;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  background-image: url("../../../data:image/svg+xml;charset=UTF-8,%3csvg width='32' height='32' viewBox='0 0 64 64' xmlns='http://www.w3.org/2000/svg' stroke='%231e4d2b' %3e%3cg fill='none' fill-rule='evenodd'%3e%3cg transform='translate(16 16)' stroke-width='2'%3e%3ccircle stroke-opacity='.5' cx='16' cy='16' r='16'/%3e%3cpath d='M32 16c0-9.94-8.06-16-16-16'%3e%3canimateTransform attributeName='transform' type='rotate' from='0 16 16' to='360 16 16' dur='1s' repeatCount='indefinite'/%3e%3c/path%3e%3c/g%3e%3c/g%3e%3c/svg%3e");
}
section.lazy-placeholder:after {
  opacity: 0.5;
}
body {
  overflow-x: hidden;
}
a {
  transition: color 0.6s;
}
.mbr-section-btn .btn {
  padding: 4px 30px;
  min-height: 73px;
  font-weight: 400;
}
.mbr-section-btn .btn .mbr-iconfont {
  width: 44px;
  height: 44px;
  min-width: 44px;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  margin-left: 14px;
  margin-right: -17px;
  transition: all .3s ease;
  font-size: 18px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.mbr-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 20px !important;
}
.large-radius {
  border-radius: 40px !important;
}
@media (max-width: 992px) {
  .large-radius {
    border-radius: 20px !important;
  }
}
.icon-radius .mbr-iconfont {
  border-radius: 10px !important;
}
*:focus-visible {
  outline: red solid 2px !important;
  outline-offset: 2px !important;
  transition: outline 0.2s ease-in-out;
}
.cid-uNkqS2GcNj {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uNkqS2GcNj .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-uNkqS2GcNj .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uNkqS2GcNj .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uNkqS2GcNj .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uNkqS2GcNj .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uNkqS2GcNj .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uNkqS2GcNj .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uNkqS2GcNj .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uNkqS2GcNj .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uNkqS2GcNj .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uNkqS2GcNj .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uNkqS2GcNj .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uNkqS2GcNj .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uNkqS2GcNj .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uNkqS2GcNj .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uNkqS2GcNj .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uNkqS2GcNj .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uNkqS2GcNj .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uNkqS2GcNj .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uNkqS2GcNj .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uNkqS2GcNj .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uNkqS2GcNj .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uNkqS2GcNj .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uNkqS2GcNj .container,
.cid-uNkqS2GcNj .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .container,
  .cid-uNkqS2GcNj .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uNkqS2GcNj .container,
  .cid-uNkqS2GcNj .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uNkqS2GcNj .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uNkqS2GcNj .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uNkqS2GcNj .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uNkqS2GcNj .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uNkqS2GcNj .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uNkqS2GcNj .nav-item:focus,
.cid-uNkqS2GcNj .nav-link:focus {
  outline: none;
}
.cid-uNkqS2GcNj .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uNkqS2GcNj .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uNkqS2GcNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uNkqS2GcNj .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uNkqS2GcNj .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uNkqS2GcNj .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uNkqS2GcNj .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-uNkqS2GcNj .navbar.opened {
  transition: all 0.3s;
}
.cid-uNkqS2GcNj .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uNkqS2GcNj .navbar .navbar-logo img {
  width: auto;
}
.cid-uNkqS2GcNj .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uNkqS2GcNj .navbar.collapsed {
  justify-content: center;
}
.cid-uNkqS2GcNj .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uNkqS2GcNj .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uNkqS2GcNj .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uNkqS2GcNj .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uNkqS2GcNj .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-uNkqS2GcNj .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uNkqS2GcNj .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uNkqS2GcNj .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uNkqS2GcNj .navbar {
    min-height: 72px;
  }
  .cid-uNkqS2GcNj .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uNkqS2GcNj .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uNkqS2GcNj .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uNkqS2GcNj .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uNkqS2GcNj .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uNkqS2GcNj .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-uNkqS2GcNj .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uNkqS2GcNj .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uNkqS2GcNj .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uNkqS2GcNj .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uNkqS2GcNj .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uNkqS2GcNj .dropdown-item.active,
.cid-uNkqS2GcNj .dropdown-item:active {
  background-color: transparent;
}
.cid-uNkqS2GcNj .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uNkqS2GcNj .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uNkqS2GcNj .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uNkqS2GcNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uNkqS2GcNj .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uNkqS2GcNj .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uNkqS2GcNj ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uNkqS2GcNj .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar-buttons {
    text-align: left;
  }
}
.cid-uNkqS2GcNj button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uNkqS2GcNj button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uNkqS2GcNj nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNkqS2GcNj nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uNkqS2GcNj nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uNkqS2GcNj nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uNkqS2GcNj .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uNkqS2GcNj a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uNkqS2GcNj .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-uNkqS2GcNj .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uNkqS2GcNj .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uNkqS2GcNj .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uNkqS2GcNj .navbar {
    height: 70px;
  }
  .cid-uNkqS2GcNj .navbar.opened {
    height: auto;
  }
  .cid-uNkqS2GcNj .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uNkqS2GcNj .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uNkqS2GcNj .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uNkqS2GcNj .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uNkqS2GcNj .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uNkqS2GcNj .navbar-brand {
    margin-right: auto;
  }
  .cid-uNkqS2GcNj .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uNkqS2GcNj .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uNkqS2GcNj .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-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uNkqS2GcNj .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uNkqS2GcNj .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uNkqS2GcNj .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uNkqS2GcNj .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uNkqS2GcNj .content-wrap {
    display: block;
  }
}
.cid-uNkpy6mo1c {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uNkpy6mo1c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkpy6mo1c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkpy6mo1c .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNkpy6mo1c .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uNkpy6mo1c .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNkpy6mo1c .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNkpy6mo1c .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uNkpy6mo1c .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uNkpy6mo1c .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNkpy6mo1c .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uNkpy6mo1c .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uNkpy6mo1c .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uNkpy6mo1c .mbr-section-title {
  color: #f1f5eb;
}
.cid-uNkpy6mo1c .mbr-text,
.cid-uNkpy6mo1c .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uNkpy6mo1c .mbr-section-title,
.cid-uNkpy6mo1c .mbr-section-btn {
  text-align: center;
}
.cid-uYndLgKxmn {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYndLgKxmn .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYndLgKxmn .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYndLgKxmn .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYndLgKxmn .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYndLgKxmn .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYndLgKxmn .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYndLgKxmn .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYndLgKxmn .item {
    margin-bottom: 40px;
  }
}
.cid-uYndLgKxmn .item .item-wrapper {
  height: 100%;
}
.cid-uYndLgKxmn .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYndLgKxmn .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYndLgKxmn .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYndLgKxmn .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYndLgKxmn .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYndLgKxmn .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYndLgKxmn .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYndLgKxmn .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYndLgKxmn .mbr-section-title,
.cid-uYndLgKxmn .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYndLgKxmn .card-name {
  color: #323432;
}
.cid-uYndLgKxmn .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYndLgKxmn .card-name,
.cid-uYndLgKxmn .mbr-section-btn {
  text-align: center;
}
.cid-uYne0ZNJRc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYne0ZNJRc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYne0ZNJRc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYne0ZNJRc .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYne0ZNJRc .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYne0ZNJRc .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYne0ZNJRc .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYne0ZNJRc .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYne0ZNJRc .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYne0ZNJRc .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYne0ZNJRc .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYne0ZNJRc .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYne0ZNJRc .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYne0ZNJRc .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYne0ZNJRc .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYne0ZNJRc .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYne0ZNJRc .mbr-label,
.cid-uYne0ZNJRc .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYne0ZNJRc .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYne0ZNJRc .mbr-text,
.cid-uYne0ZNJRc .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYne0ZNJRc .mbr-section-title,
.cid-uYne0ZNJRc .mbr-section-btn {
  text-align: center;
}
.cid-uYne0ZNJRc .mbr-section-title,
.cid-uYne0ZNJRc .mbr-section-btn,
.cid-uYne0ZNJRc .title-wrapper {
  text-align: justify;
}
#custom-html-48 {
  /* Type valid CSS here */
}
#custom-html-48 div {
  padding: 0px 0;
  color: #000;
  text-align: left;
}
#custom-html-48 p {
  font-size: 60px;
  color: #000;
}
.cid-uNkpKdVOKB {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uNkpKdVOKB .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uNkpKdVOKB .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uNkpKdVOKB .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uNkpKdVOKB .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uNkpKdVOKB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uNkpKdVOKB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uNkpKdVOKB .row {
  justify-content: center;
}
.cid-uNkpKdVOKB .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNkpKdVOKB .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uNkpKdVOKB .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uNkpKdVOKB .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNkpKdVOKB .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uNkpKdVOKB .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uNkpKdVOKB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uNkpKdVOKB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uNkpKdVOKB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uNkpKdVOKB .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uNkpKdVOKB .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uNkpKdVOKB .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uNkpKdVOKB .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uNkpKdVOKB .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uNkpKdVOKB .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uNkpKdVOKB .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uNkpKdVOKB .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uNkpKdVOKB .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uNkpKdVOKB .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uNkpKdVOKB .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uNkpKdVOKB .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uNkpKdVOKB .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #b71313;
  pointer-events: none;
}
.cid-uNkpKdVOKB .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uNkpKdVOKB .mbr-section-title {
  color: #f1f5eb;
}
.cid-uNkpKdVOKB .mbr-text,
.cid-uNkpKdVOKB .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uNkpKdVOKB .mbr-section-btn,
.cid-uNkpKdVOKB .mbr-section-title {
  text-align: center;
}
.cid-uNkpKdVOKB .mbr-soc {
  color: #f1f5eb;
}
.cid-uNkpKdVOKB .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxUTprUVX {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxUTprUVX .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-uYxUTprUVX .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxUTprUVX .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxUTprUVX .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxUTprUVX .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxUTprUVX .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxUTprUVX .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxUTprUVX .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxUTprUVX .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxUTprUVX .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxUTprUVX .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxUTprUVX .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxUTprUVX .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxUTprUVX .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxUTprUVX .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxUTprUVX .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxUTprUVX .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxUTprUVX .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxUTprUVX .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxUTprUVX .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxUTprUVX .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxUTprUVX .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxUTprUVX .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxUTprUVX .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxUTprUVX .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxUTprUVX .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxUTprUVX .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxUTprUVX .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxUTprUVX .container,
.cid-uYxUTprUVX .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxUTprUVX .container,
  .cid-uYxUTprUVX .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxUTprUVX .container,
  .cid-uYxUTprUVX .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxUTprUVX .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxUTprUVX .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxUTprUVX .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxUTprUVX .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxUTprUVX .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxUTprUVX .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxUTprUVX .nav-item:focus,
.cid-uYxUTprUVX .nav-link:focus {
  outline: none;
}
.cid-uYxUTprUVX .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxUTprUVX .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxUTprUVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxUTprUVX .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxUTprUVX .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxUTprUVX .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxUTprUVX .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-uYxUTprUVX .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxUTprUVX .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxUTprUVX .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxUTprUVX .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxUTprUVX .navbar.collapsed {
  justify-content: center;
}
.cid-uYxUTprUVX .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxUTprUVX .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxUTprUVX .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxUTprUVX .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxUTprUVX .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-uYxUTprUVX .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxUTprUVX .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxUTprUVX .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxUTprUVX .navbar {
    min-height: 72px;
  }
  .cid-uYxUTprUVX .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxUTprUVX .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxUTprUVX .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxUTprUVX .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxUTprUVX .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxUTprUVX .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-uYxUTprUVX .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxUTprUVX .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxUTprUVX .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxUTprUVX .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxUTprUVX .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxUTprUVX .dropdown-item.active,
.cid-uYxUTprUVX .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxUTprUVX .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxUTprUVX .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxUTprUVX .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxUTprUVX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxUTprUVX .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxUTprUVX .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxUTprUVX .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxUTprUVX ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxUTprUVX .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxUTprUVX .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxUTprUVX button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxUTprUVX button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxUTprUVX button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxUTprUVX button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxUTprUVX button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxUTprUVX button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxUTprUVX nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxUTprUVX nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxUTprUVX nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxUTprUVX nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxUTprUVX .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxUTprUVX a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxUTprUVX .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-uYxUTprUVX .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxUTprUVX .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxUTprUVX .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxUTprUVX .navbar {
    height: 70px;
  }
  .cid-uYxUTprUVX .navbar.opened {
    height: auto;
  }
  .cid-uYxUTprUVX .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxUTprUVX .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxUTprUVX .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxUTprUVX .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxUTprUVX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxUTprUVX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxUTprUVX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxUTprUVX .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxUTprUVX .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxUTprUVX .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxUTprUVX .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxUTprUVX .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxUTprUVX .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxUTprUVX .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxUTprUVX .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxUTprUVX .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxUTprUVX .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxUTprUVX .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-uYxUTprUVX .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxUTprUVX .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxUTprUVX .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxUTprUVX .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxUTprUVX .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxUTprUVX .content-wrap {
    display: block;
  }
}
.cid-uYxUTpTXyk {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxUTpTXyk .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxUTpTXyk .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxUTpTXyk .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxUTpTXyk .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxUTpTXyk .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxUTpTXyk .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxUTpTXyk .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxUTpTXyk .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxUTpTXyk .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxUTpTXyk .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxUTpTXyk .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxUTpTXyk .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxUTpTXyk .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxUTpTXyk .mbr-text,
.cid-uYxUTpTXyk .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxUTpTXyk .mbr-section-title,
.cid-uYxUTpTXyk .mbr-section-btn {
  text-align: center;
}
.cid-uYxUTqegQq {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxUTqegQq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxUTqegQq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxUTqegQq .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxUTqegQq .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxUTqegQq .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxUTqegQq .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxUTqegQq .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxUTqegQq .item {
    margin-bottom: 40px;
  }
}
.cid-uYxUTqegQq .item .item-wrapper {
  height: 100%;
}
.cid-uYxUTqegQq .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxUTqegQq .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxUTqegQq .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxUTqegQq .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxUTqegQq .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxUTqegQq .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxUTqegQq .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxUTqegQq .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxUTqegQq .mbr-section-title,
.cid-uYxUTqegQq .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxUTqegQq .card-name {
  color: #323432;
}
.cid-uYxUTqegQq .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxUTqegQq .card-name,
.cid-uYxUTqegQq .mbr-section-btn {
  text-align: center;
}
.cid-uYxUTqzXOv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxUTqzXOv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxUTqzXOv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxUTqzXOv .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxUTqzXOv .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxUTqzXOv .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxUTqzXOv .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxUTqzXOv .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxUTqzXOv .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxUTqzXOv .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxUTqzXOv .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxUTqzXOv .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxUTqzXOv .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxUTqzXOv .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxUTqzXOv .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxUTqzXOv .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxUTqzXOv .mbr-label,
.cid-uYxUTqzXOv .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxUTqzXOv .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxUTqzXOv .mbr-text,
.cid-uYxUTqzXOv .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxUTqzXOv .mbr-section-title,
.cid-uYxUTqzXOv .mbr-section-btn {
  text-align: center;
}
.cid-uYxUTqzXOv .mbr-section-title,
.cid-uYxUTqzXOv .mbr-section-btn,
.cid-uYxUTqzXOv .title-wrapper {
  text-align: justify;
}
.cid-uYxUTrdae4 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxUTrdae4 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxUTrdae4 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxUTrdae4 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxUTrdae4 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxUTrdae4 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxUTrdae4 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxUTrdae4 .row {
  justify-content: center;
}
.cid-uYxUTrdae4 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxUTrdae4 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxUTrdae4 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxUTrdae4 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxUTrdae4 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxUTrdae4 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxUTrdae4 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxUTrdae4 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxUTrdae4 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxUTrdae4 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxUTrdae4 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxUTrdae4 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxUTrdae4 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxUTrdae4 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxUTrdae4 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxUTrdae4 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxUTrdae4 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxUTrdae4 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxUTrdae4 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxUTrdae4 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxUTrdae4 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxUTrdae4 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxUTrdae4 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxUTrdae4 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxUTrdae4 .mbr-text,
.cid-uYxUTrdae4 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxUTrdae4 .mbr-section-btn,
.cid-uYxUTrdae4 .mbr-section-title {
  text-align: center;
}
.cid-uYxUTrdae4 .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxUTrdae4 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVykmWS9 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxVykmWS9 .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-uYxVykmWS9 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxVykmWS9 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxVykmWS9 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxVykmWS9 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxVykmWS9 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxVykmWS9 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxVykmWS9 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxVykmWS9 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxVykmWS9 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxVykmWS9 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxVykmWS9 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxVykmWS9 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxVykmWS9 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxVykmWS9 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxVykmWS9 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxVykmWS9 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxVykmWS9 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxVykmWS9 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxVykmWS9 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxVykmWS9 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxVykmWS9 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxVykmWS9 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxVykmWS9 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxVykmWS9 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxVykmWS9 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxVykmWS9 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxVykmWS9 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxVykmWS9 .container,
.cid-uYxVykmWS9 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxVykmWS9 .container,
  .cid-uYxVykmWS9 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxVykmWS9 .container,
  .cid-uYxVykmWS9 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxVykmWS9 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxVykmWS9 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxVykmWS9 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxVykmWS9 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxVykmWS9 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxVykmWS9 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxVykmWS9 .nav-item:focus,
.cid-uYxVykmWS9 .nav-link:focus {
  outline: none;
}
.cid-uYxVykmWS9 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxVykmWS9 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxVykmWS9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxVykmWS9 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxVykmWS9 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxVykmWS9 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxVykmWS9 .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-uYxVykmWS9 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxVykmWS9 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxVykmWS9 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxVykmWS9 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxVykmWS9 .navbar.collapsed {
  justify-content: center;
}
.cid-uYxVykmWS9 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxVykmWS9 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxVykmWS9 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxVykmWS9 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxVykmWS9 .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-uYxVykmWS9 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxVykmWS9 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxVykmWS9 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxVykmWS9 .navbar {
    min-height: 72px;
  }
  .cid-uYxVykmWS9 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxVykmWS9 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxVykmWS9 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxVykmWS9 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxVykmWS9 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxVykmWS9 .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-uYxVykmWS9 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxVykmWS9 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxVykmWS9 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxVykmWS9 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxVykmWS9 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxVykmWS9 .dropdown-item.active,
.cid-uYxVykmWS9 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxVykmWS9 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxVykmWS9 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxVykmWS9 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxVykmWS9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxVykmWS9 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxVykmWS9 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxVykmWS9 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxVykmWS9 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxVykmWS9 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxVykmWS9 .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxVykmWS9 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxVykmWS9 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxVykmWS9 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxVykmWS9 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxVykmWS9 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxVykmWS9 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxVykmWS9 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxVykmWS9 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxVykmWS9 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxVykmWS9 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxVykmWS9 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxVykmWS9 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxVykmWS9 .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-uYxVykmWS9 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxVykmWS9 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxVykmWS9 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxVykmWS9 .navbar {
    height: 70px;
  }
  .cid-uYxVykmWS9 .navbar.opened {
    height: auto;
  }
  .cid-uYxVykmWS9 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxVykmWS9 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxVykmWS9 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxVykmWS9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxVykmWS9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxVykmWS9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxVykmWS9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxVykmWS9 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxVykmWS9 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxVykmWS9 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxVykmWS9 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxVykmWS9 .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxVykmWS9 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxVykmWS9 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxVykmWS9 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxVykmWS9 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxVykmWS9 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxVykmWS9 .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-uYxVykmWS9 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxVykmWS9 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxVykmWS9 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxVykmWS9 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxVykmWS9 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxVykmWS9 .content-wrap {
    display: block;
  }
}
.cid-uYxVykPDcA {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxVykPDcA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVykPDcA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVykPDcA .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVykPDcA .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxVykPDcA .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVykPDcA .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxVykPDcA .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxVykPDcA .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxVykPDcA .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxVykPDcA .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVykPDcA .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxVykPDcA .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVykPDcA .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxVykPDcA .mbr-text,
.cid-uYxVykPDcA .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVykPDcA .mbr-section-title,
.cid-uYxVykPDcA .mbr-section-btn {
  text-align: center;
}
.cid-uYxVyl6knY {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxVyl6knY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVyl6knY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVyl6knY .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxVyl6knY .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxVyl6knY .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxVyl6knY .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxVyl6knY .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxVyl6knY .item {
    margin-bottom: 40px;
  }
}
.cid-uYxVyl6knY .item .item-wrapper {
  height: 100%;
}
.cid-uYxVyl6knY .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxVyl6knY .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxVyl6knY .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxVyl6knY .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxVyl6knY .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxVyl6knY .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxVyl6knY .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxVyl6knY .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxVyl6knY .mbr-section-title,
.cid-uYxVyl6knY .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxVyl6knY .card-name {
  color: #323432;
}
.cid-uYxVyl6knY .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxVyl6knY .card-name,
.cid-uYxVyl6knY .mbr-section-btn {
  text-align: center;
}
.cid-uYxVyluIT6 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxVyluIT6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVyluIT6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVyluIT6 .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxVyluIT6 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxVyluIT6 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxVyluIT6 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxVyluIT6 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxVyluIT6 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxVyluIT6 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxVyluIT6 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxVyluIT6 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxVyluIT6 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxVyluIT6 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxVyluIT6 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxVyluIT6 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxVyluIT6 .mbr-label,
.cid-uYxVyluIT6 .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxVyluIT6 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxVyluIT6 .mbr-text,
.cid-uYxVyluIT6 .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxVyluIT6 .mbr-section-title,
.cid-uYxVyluIT6 .mbr-section-btn {
  text-align: center;
}
.cid-uYxVyluIT6 .mbr-section-title,
.cid-uYxVyluIT6 .mbr-section-btn,
.cid-uYxVyluIT6 .title-wrapper {
  text-align: justify;
}
.cid-uYxVym7g2g {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxVym7g2g .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxVym7g2g .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxVym7g2g .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxVym7g2g .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxVym7g2g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVym7g2g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVym7g2g .row {
  justify-content: center;
}
.cid-uYxVym7g2g .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVym7g2g .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxVym7g2g .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxVym7g2g .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVym7g2g .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxVym7g2g .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVym7g2g .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxVym7g2g .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxVym7g2g .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxVym7g2g .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxVym7g2g .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxVym7g2g .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVym7g2g .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxVym7g2g .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxVym7g2g .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxVym7g2g .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxVym7g2g .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxVym7g2g .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxVym7g2g .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxVym7g2g .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxVym7g2g .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxVym7g2g .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxVym7g2g .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxVym7g2g .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxVym7g2g .mbr-text,
.cid-uYxVym7g2g .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVym7g2g .mbr-section-btn,
.cid-uYxVym7g2g .mbr-section-title {
  text-align: center;
}
.cid-uYxVym7g2g .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxVym7g2g .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVFylQwr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxVFylQwr .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-uYxVFylQwr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxVFylQwr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxVFylQwr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxVFylQwr .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxVFylQwr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxVFylQwr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxVFylQwr .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxVFylQwr .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxVFylQwr .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxVFylQwr .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxVFylQwr .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxVFylQwr .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxVFylQwr .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxVFylQwr .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxVFylQwr .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxVFylQwr .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxVFylQwr .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxVFylQwr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxVFylQwr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxVFylQwr .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxVFylQwr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxVFylQwr .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxVFylQwr .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxVFylQwr .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxVFylQwr .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxVFylQwr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxVFylQwr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxVFylQwr .container,
.cid-uYxVFylQwr .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxVFylQwr .container,
  .cid-uYxVFylQwr .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxVFylQwr .container,
  .cid-uYxVFylQwr .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxVFylQwr .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxVFylQwr .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxVFylQwr .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxVFylQwr .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxVFylQwr .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxVFylQwr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxVFylQwr .nav-item:focus,
.cid-uYxVFylQwr .nav-link:focus {
  outline: none;
}
.cid-uYxVFylQwr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxVFylQwr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxVFylQwr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxVFylQwr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxVFylQwr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxVFylQwr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxVFylQwr .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-uYxVFylQwr .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxVFylQwr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxVFylQwr .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxVFylQwr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxVFylQwr .navbar.collapsed {
  justify-content: center;
}
.cid-uYxVFylQwr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxVFylQwr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxVFylQwr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxVFylQwr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxVFylQwr .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-uYxVFylQwr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxVFylQwr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxVFylQwr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxVFylQwr .navbar {
    min-height: 72px;
  }
  .cid-uYxVFylQwr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxVFylQwr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxVFylQwr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxVFylQwr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxVFylQwr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxVFylQwr .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-uYxVFylQwr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxVFylQwr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxVFylQwr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxVFylQwr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxVFylQwr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxVFylQwr .dropdown-item.active,
.cid-uYxVFylQwr .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxVFylQwr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxVFylQwr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxVFylQwr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxVFylQwr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxVFylQwr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxVFylQwr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxVFylQwr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxVFylQwr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxVFylQwr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxVFylQwr .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxVFylQwr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxVFylQwr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxVFylQwr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxVFylQwr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxVFylQwr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxVFylQwr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxVFylQwr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxVFylQwr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxVFylQwr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxVFylQwr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxVFylQwr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxVFylQwr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxVFylQwr .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-uYxVFylQwr .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxVFylQwr .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxVFylQwr .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxVFylQwr .navbar {
    height: 70px;
  }
  .cid-uYxVFylQwr .navbar.opened {
    height: auto;
  }
  .cid-uYxVFylQwr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxVFylQwr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxVFylQwr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxVFylQwr .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxVFylQwr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxVFylQwr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxVFylQwr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxVFylQwr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxVFylQwr .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxVFylQwr .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxVFylQwr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxVFylQwr .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxVFylQwr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxVFylQwr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxVFylQwr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxVFylQwr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxVFylQwr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxVFylQwr .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-uYxVFylQwr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxVFylQwr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxVFylQwr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxVFylQwr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxVFylQwr .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxVFylQwr .content-wrap {
    display: block;
  }
}
.cid-uYxVFyHEND {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxVFyHEND .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVFyHEND .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVFyHEND .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVFyHEND .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxVFyHEND .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVFyHEND .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxVFyHEND .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxVFyHEND .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxVFyHEND .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxVFyHEND .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVFyHEND .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxVFyHEND .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVFyHEND .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxVFyHEND .mbr-text,
.cid-uYxVFyHEND .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVFyHEND .mbr-section-title,
.cid-uYxVFyHEND .mbr-section-btn {
  text-align: center;
}
.cid-uYxVFyWnbK {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxVFyWnbK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVFyWnbK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVFyWnbK .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxVFyWnbK .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxVFyWnbK .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxVFyWnbK .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxVFyWnbK .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxVFyWnbK .item {
    margin-bottom: 40px;
  }
}
.cid-uYxVFyWnbK .item .item-wrapper {
  height: 100%;
}
.cid-uYxVFyWnbK .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxVFyWnbK .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxVFyWnbK .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxVFyWnbK .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxVFyWnbK .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxVFyWnbK .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxVFyWnbK .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxVFyWnbK .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxVFyWnbK .mbr-section-title,
.cid-uYxVFyWnbK .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxVFyWnbK .card-name {
  color: #323432;
}
.cid-uYxVFyWnbK .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxVFyWnbK .card-name,
.cid-uYxVFyWnbK .mbr-section-btn {
  text-align: center;
}
.cid-uYxVFzk61f {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxVFzk61f .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVFzk61f .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVFzk61f .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxVFzk61f .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxVFzk61f .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxVFzk61f .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxVFzk61f .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxVFzk61f .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxVFzk61f .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxVFzk61f .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxVFzk61f .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxVFzk61f .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxVFzk61f .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxVFzk61f .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxVFzk61f .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxVFzk61f .mbr-label,
.cid-uYxVFzk61f .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxVFzk61f .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxVFzk61f .mbr-text,
.cid-uYxVFzk61f .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxVFzk61f .mbr-section-title,
.cid-uYxVFzk61f .mbr-section-btn {
  text-align: center;
}
.cid-uYxVFzk61f .mbr-section-title,
.cid-uYxVFzk61f .mbr-section-btn,
.cid-uYxVFzk61f .title-wrapper {
  text-align: justify;
}
.cid-uYxVFzSraj {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxVFzSraj .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxVFzSraj .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxVFzSraj .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxVFzSraj .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxVFzSraj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVFzSraj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVFzSraj .row {
  justify-content: center;
}
.cid-uYxVFzSraj .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVFzSraj .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxVFzSraj .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxVFzSraj .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVFzSraj .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxVFzSraj .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVFzSraj .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxVFzSraj .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxVFzSraj .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxVFzSraj .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxVFzSraj .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxVFzSraj .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVFzSraj .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxVFzSraj .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxVFzSraj .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxVFzSraj .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxVFzSraj .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxVFzSraj .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxVFzSraj .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxVFzSraj .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxVFzSraj .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxVFzSraj .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxVFzSraj .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxVFzSraj .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxVFzSraj .mbr-text,
.cid-uYxVFzSraj .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVFzSraj .mbr-section-btn,
.cid-uYxVFzSraj .mbr-section-title {
  text-align: center;
}
.cid-uYxVFzSraj .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxVFzSraj .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVK8cWlD {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxVK8cWlD .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-uYxVK8cWlD .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxVK8cWlD .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxVK8cWlD .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxVK8cWlD .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxVK8cWlD .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxVK8cWlD .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxVK8cWlD .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxVK8cWlD .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxVK8cWlD .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxVK8cWlD .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxVK8cWlD .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxVK8cWlD .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxVK8cWlD .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxVK8cWlD .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxVK8cWlD .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxVK8cWlD .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxVK8cWlD .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxVK8cWlD .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxVK8cWlD .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxVK8cWlD .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxVK8cWlD .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxVK8cWlD .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxVK8cWlD .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxVK8cWlD .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxVK8cWlD .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxVK8cWlD .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxVK8cWlD .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxVK8cWlD .container,
.cid-uYxVK8cWlD .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxVK8cWlD .container,
  .cid-uYxVK8cWlD .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxVK8cWlD .container,
  .cid-uYxVK8cWlD .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxVK8cWlD .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxVK8cWlD .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxVK8cWlD .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxVK8cWlD .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxVK8cWlD .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxVK8cWlD .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxVK8cWlD .nav-item:focus,
.cid-uYxVK8cWlD .nav-link:focus {
  outline: none;
}
.cid-uYxVK8cWlD .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxVK8cWlD .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxVK8cWlD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxVK8cWlD .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxVK8cWlD .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxVK8cWlD .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxVK8cWlD .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-uYxVK8cWlD .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxVK8cWlD .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxVK8cWlD .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxVK8cWlD .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxVK8cWlD .navbar.collapsed {
  justify-content: center;
}
.cid-uYxVK8cWlD .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxVK8cWlD .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxVK8cWlD .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxVK8cWlD .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxVK8cWlD .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-uYxVK8cWlD .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxVK8cWlD .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxVK8cWlD .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxVK8cWlD .navbar {
    min-height: 72px;
  }
  .cid-uYxVK8cWlD .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxVK8cWlD .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxVK8cWlD .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxVK8cWlD .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxVK8cWlD .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxVK8cWlD .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-uYxVK8cWlD .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxVK8cWlD .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxVK8cWlD .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxVK8cWlD .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxVK8cWlD .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxVK8cWlD .dropdown-item.active,
.cid-uYxVK8cWlD .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxVK8cWlD .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxVK8cWlD .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxVK8cWlD .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxVK8cWlD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxVK8cWlD .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxVK8cWlD .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxVK8cWlD .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxVK8cWlD ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxVK8cWlD .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxVK8cWlD .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxVK8cWlD button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxVK8cWlD button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxVK8cWlD button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxVK8cWlD button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxVK8cWlD button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxVK8cWlD button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxVK8cWlD nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxVK8cWlD nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxVK8cWlD nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxVK8cWlD nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxVK8cWlD .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxVK8cWlD a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxVK8cWlD .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-uYxVK8cWlD .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxVK8cWlD .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxVK8cWlD .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxVK8cWlD .navbar {
    height: 70px;
  }
  .cid-uYxVK8cWlD .navbar.opened {
    height: auto;
  }
  .cid-uYxVK8cWlD .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxVK8cWlD .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxVK8cWlD .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxVK8cWlD .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxVK8cWlD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxVK8cWlD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxVK8cWlD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxVK8cWlD .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxVK8cWlD .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxVK8cWlD .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxVK8cWlD .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxVK8cWlD .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxVK8cWlD .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxVK8cWlD .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxVK8cWlD .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxVK8cWlD .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxVK8cWlD .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxVK8cWlD .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-uYxVK8cWlD .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxVK8cWlD .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxVK8cWlD .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxVK8cWlD .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxVK8cWlD .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxVK8cWlD .content-wrap {
    display: block;
  }
}
.cid-uYxVK8whHp {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxVK8whHp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVK8whHp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVK8whHp .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVK8whHp .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxVK8whHp .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVK8whHp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxVK8whHp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxVK8whHp .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxVK8whHp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxVK8whHp .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVK8whHp .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxVK8whHp .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVK8whHp .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxVK8whHp .mbr-text,
.cid-uYxVK8whHp .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVK8whHp .mbr-section-title,
.cid-uYxVK8whHp .mbr-section-btn {
  text-align: center;
}
.cid-uYxVK8Mhzl {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxVK8Mhzl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVK8Mhzl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVK8Mhzl .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxVK8Mhzl .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxVK8Mhzl .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxVK8Mhzl .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxVK8Mhzl .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxVK8Mhzl .item {
    margin-bottom: 40px;
  }
}
.cid-uYxVK8Mhzl .item .item-wrapper {
  height: 100%;
}
.cid-uYxVK8Mhzl .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxVK8Mhzl .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxVK8Mhzl .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxVK8Mhzl .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxVK8Mhzl .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxVK8Mhzl .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxVK8Mhzl .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxVK8Mhzl .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxVK8Mhzl .mbr-section-title,
.cid-uYxVK8Mhzl .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxVK8Mhzl .card-name {
  color: #323432;
}
.cid-uYxVK8Mhzl .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxVK8Mhzl .card-name,
.cid-uYxVK8Mhzl .mbr-section-btn {
  text-align: center;
}
.cid-uYxVK97UWv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxVK97UWv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVK97UWv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVK97UWv .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxVK97UWv .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxVK97UWv .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxVK97UWv .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxVK97UWv .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxVK97UWv .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxVK97UWv .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxVK97UWv .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxVK97UWv .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxVK97UWv .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxVK97UWv .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxVK97UWv .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxVK97UWv .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxVK97UWv .mbr-label,
.cid-uYxVK97UWv .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxVK97UWv .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxVK97UWv .mbr-text,
.cid-uYxVK97UWv .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxVK97UWv .mbr-section-title,
.cid-uYxVK97UWv .mbr-section-btn {
  text-align: center;
}
.cid-uYxVK97UWv .mbr-section-title,
.cid-uYxVK97UWv .mbr-section-btn,
.cid-uYxVK97UWv .title-wrapper {
  text-align: justify;
}
.cid-uYxVK9FPKu {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxVK9FPKu .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxVK9FPKu .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxVK9FPKu .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxVK9FPKu .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxVK9FPKu .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVK9FPKu .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVK9FPKu .row {
  justify-content: center;
}
.cid-uYxVK9FPKu .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVK9FPKu .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxVK9FPKu .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxVK9FPKu .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVK9FPKu .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxVK9FPKu .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVK9FPKu .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxVK9FPKu .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxVK9FPKu .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxVK9FPKu .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxVK9FPKu .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxVK9FPKu .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVK9FPKu .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxVK9FPKu .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxVK9FPKu .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxVK9FPKu .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxVK9FPKu .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxVK9FPKu .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxVK9FPKu .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxVK9FPKu .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxVK9FPKu .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxVK9FPKu .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxVK9FPKu .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxVK9FPKu .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxVK9FPKu .mbr-text,
.cid-uYxVK9FPKu .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVK9FPKu .mbr-section-btn,
.cid-uYxVK9FPKu .mbr-section-title {
  text-align: center;
}
.cid-uYxVK9FPKu .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxVK9FPKu .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVO2k9EH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxVO2k9EH .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-uYxVO2k9EH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxVO2k9EH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxVO2k9EH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxVO2k9EH .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxVO2k9EH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxVO2k9EH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxVO2k9EH .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxVO2k9EH .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxVO2k9EH .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxVO2k9EH .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxVO2k9EH .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxVO2k9EH .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxVO2k9EH .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxVO2k9EH .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxVO2k9EH .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxVO2k9EH .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxVO2k9EH .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxVO2k9EH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxVO2k9EH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxVO2k9EH .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxVO2k9EH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxVO2k9EH .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxVO2k9EH .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxVO2k9EH .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxVO2k9EH .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxVO2k9EH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxVO2k9EH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxVO2k9EH .container,
.cid-uYxVO2k9EH .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxVO2k9EH .container,
  .cid-uYxVO2k9EH .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxVO2k9EH .container,
  .cid-uYxVO2k9EH .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxVO2k9EH .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxVO2k9EH .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxVO2k9EH .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxVO2k9EH .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxVO2k9EH .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxVO2k9EH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxVO2k9EH .nav-item:focus,
.cid-uYxVO2k9EH .nav-link:focus {
  outline: none;
}
.cid-uYxVO2k9EH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxVO2k9EH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxVO2k9EH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxVO2k9EH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxVO2k9EH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxVO2k9EH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxVO2k9EH .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-uYxVO2k9EH .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxVO2k9EH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxVO2k9EH .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxVO2k9EH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxVO2k9EH .navbar.collapsed {
  justify-content: center;
}
.cid-uYxVO2k9EH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxVO2k9EH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxVO2k9EH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxVO2k9EH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxVO2k9EH .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-uYxVO2k9EH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxVO2k9EH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxVO2k9EH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxVO2k9EH .navbar {
    min-height: 72px;
  }
  .cid-uYxVO2k9EH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxVO2k9EH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxVO2k9EH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxVO2k9EH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxVO2k9EH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxVO2k9EH .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-uYxVO2k9EH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxVO2k9EH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxVO2k9EH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxVO2k9EH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxVO2k9EH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxVO2k9EH .dropdown-item.active,
.cid-uYxVO2k9EH .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxVO2k9EH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxVO2k9EH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxVO2k9EH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxVO2k9EH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxVO2k9EH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxVO2k9EH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxVO2k9EH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxVO2k9EH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxVO2k9EH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxVO2k9EH .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxVO2k9EH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxVO2k9EH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxVO2k9EH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxVO2k9EH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxVO2k9EH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxVO2k9EH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxVO2k9EH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxVO2k9EH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxVO2k9EH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxVO2k9EH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxVO2k9EH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxVO2k9EH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxVO2k9EH .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-uYxVO2k9EH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxVO2k9EH .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxVO2k9EH .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxVO2k9EH .navbar {
    height: 70px;
  }
  .cid-uYxVO2k9EH .navbar.opened {
    height: auto;
  }
  .cid-uYxVO2k9EH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxVO2k9EH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxVO2k9EH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxVO2k9EH .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxVO2k9EH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxVO2k9EH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxVO2k9EH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxVO2k9EH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxVO2k9EH .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxVO2k9EH .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxVO2k9EH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxVO2k9EH .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxVO2k9EH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxVO2k9EH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxVO2k9EH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxVO2k9EH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxVO2k9EH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxVO2k9EH .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-uYxVO2k9EH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxVO2k9EH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxVO2k9EH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxVO2k9EH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxVO2k9EH .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxVO2k9EH .content-wrap {
    display: block;
  }
}
.cid-uYxVO2Fr7j {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxVO2Fr7j .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVO2Fr7j .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVO2Fr7j .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVO2Fr7j .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxVO2Fr7j .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVO2Fr7j .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxVO2Fr7j .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxVO2Fr7j .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxVO2Fr7j .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxVO2Fr7j .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVO2Fr7j .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxVO2Fr7j .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVO2Fr7j .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxVO2Fr7j .mbr-text,
.cid-uYxVO2Fr7j .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVO2Fr7j .mbr-section-title,
.cid-uYxVO2Fr7j .mbr-section-btn {
  text-align: center;
}
.cid-uYxVO2UQlx {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxVO2UQlx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVO2UQlx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVO2UQlx .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxVO2UQlx .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxVO2UQlx .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxVO2UQlx .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxVO2UQlx .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxVO2UQlx .item {
    margin-bottom: 40px;
  }
}
.cid-uYxVO2UQlx .item .item-wrapper {
  height: 100%;
}
.cid-uYxVO2UQlx .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxVO2UQlx .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxVO2UQlx .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxVO2UQlx .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxVO2UQlx .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxVO2UQlx .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxVO2UQlx .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxVO2UQlx .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxVO2UQlx .mbr-section-title,
.cid-uYxVO2UQlx .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxVO2UQlx .card-name {
  color: #323432;
}
.cid-uYxVO2UQlx .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxVO2UQlx .card-name,
.cid-uYxVO2UQlx .mbr-section-btn {
  text-align: center;
}
.cid-uYxVO3e1lc {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxVO3e1lc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVO3e1lc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVO3e1lc .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxVO3e1lc .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxVO3e1lc .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxVO3e1lc .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxVO3e1lc .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxVO3e1lc .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxVO3e1lc .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxVO3e1lc .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxVO3e1lc .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxVO3e1lc .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxVO3e1lc .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxVO3e1lc .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxVO3e1lc .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxVO3e1lc .mbr-label,
.cid-uYxVO3e1lc .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxVO3e1lc .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxVO3e1lc .mbr-text,
.cid-uYxVO3e1lc .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxVO3e1lc .mbr-section-title,
.cid-uYxVO3e1lc .mbr-section-btn {
  text-align: center;
}
.cid-uYxVO3e1lc .mbr-section-title,
.cid-uYxVO3e1lc .mbr-section-btn,
.cid-uYxVO3e1lc .title-wrapper {
  text-align: justify;
}
.cid-uYxVO3QZ4c {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxVO3QZ4c .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxVO3QZ4c .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxVO3QZ4c .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxVO3QZ4c .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxVO3QZ4c .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVO3QZ4c .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVO3QZ4c .row {
  justify-content: center;
}
.cid-uYxVO3QZ4c .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVO3QZ4c .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxVO3QZ4c .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxVO3QZ4c .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVO3QZ4c .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxVO3QZ4c .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVO3QZ4c .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxVO3QZ4c .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxVO3QZ4c .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxVO3QZ4c .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxVO3QZ4c .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxVO3QZ4c .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVO3QZ4c .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxVO3QZ4c .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxVO3QZ4c .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxVO3QZ4c .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxVO3QZ4c .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxVO3QZ4c .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxVO3QZ4c .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxVO3QZ4c .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxVO3QZ4c .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxVO3QZ4c .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxVO3QZ4c .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxVO3QZ4c .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxVO3QZ4c .mbr-text,
.cid-uYxVO3QZ4c .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVO3QZ4c .mbr-section-btn,
.cid-uYxVO3QZ4c .mbr-section-title {
  text-align: center;
}
.cid-uYxVO3QZ4c .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxVO3QZ4c .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVSau8MS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxVSau8MS .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-uYxVSau8MS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxVSau8MS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxVSau8MS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxVSau8MS .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxVSau8MS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxVSau8MS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxVSau8MS .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxVSau8MS .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxVSau8MS .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxVSau8MS .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxVSau8MS .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxVSau8MS .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxVSau8MS .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxVSau8MS .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxVSau8MS .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxVSau8MS .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxVSau8MS .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxVSau8MS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxVSau8MS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxVSau8MS .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxVSau8MS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxVSau8MS .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxVSau8MS .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxVSau8MS .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxVSau8MS .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxVSau8MS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxVSau8MS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxVSau8MS .container,
.cid-uYxVSau8MS .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxVSau8MS .container,
  .cid-uYxVSau8MS .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxVSau8MS .container,
  .cid-uYxVSau8MS .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxVSau8MS .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxVSau8MS .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxVSau8MS .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxVSau8MS .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxVSau8MS .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxVSau8MS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxVSau8MS .nav-item:focus,
.cid-uYxVSau8MS .nav-link:focus {
  outline: none;
}
.cid-uYxVSau8MS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxVSau8MS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxVSau8MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxVSau8MS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxVSau8MS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxVSau8MS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxVSau8MS .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-uYxVSau8MS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxVSau8MS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxVSau8MS .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxVSau8MS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxVSau8MS .navbar.collapsed {
  justify-content: center;
}
.cid-uYxVSau8MS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxVSau8MS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxVSau8MS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxVSau8MS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxVSau8MS .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-uYxVSau8MS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxVSau8MS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxVSau8MS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxVSau8MS .navbar {
    min-height: 72px;
  }
  .cid-uYxVSau8MS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxVSau8MS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxVSau8MS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxVSau8MS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxVSau8MS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxVSau8MS .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-uYxVSau8MS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxVSau8MS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxVSau8MS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxVSau8MS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxVSau8MS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxVSau8MS .dropdown-item.active,
.cid-uYxVSau8MS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxVSau8MS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxVSau8MS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxVSau8MS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxVSau8MS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxVSau8MS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxVSau8MS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxVSau8MS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxVSau8MS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxVSau8MS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxVSau8MS .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxVSau8MS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxVSau8MS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxVSau8MS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxVSau8MS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxVSau8MS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxVSau8MS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxVSau8MS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxVSau8MS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxVSau8MS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxVSau8MS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxVSau8MS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxVSau8MS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxVSau8MS .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-uYxVSau8MS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxVSau8MS .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxVSau8MS .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxVSau8MS .navbar {
    height: 70px;
  }
  .cid-uYxVSau8MS .navbar.opened {
    height: auto;
  }
  .cid-uYxVSau8MS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxVSau8MS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxVSau8MS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxVSau8MS .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxVSau8MS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxVSau8MS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxVSau8MS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxVSau8MS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxVSau8MS .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxVSau8MS .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxVSau8MS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxVSau8MS .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxVSau8MS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxVSau8MS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxVSau8MS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxVSau8MS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxVSau8MS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxVSau8MS .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-uYxVSau8MS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxVSau8MS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxVSau8MS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxVSau8MS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxVSau8MS .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxVSau8MS .content-wrap {
    display: block;
  }
}
.cid-uYxVSaR0zR {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxVSaR0zR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVSaR0zR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVSaR0zR .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVSaR0zR .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxVSaR0zR .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVSaR0zR .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxVSaR0zR .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxVSaR0zR .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxVSaR0zR .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxVSaR0zR .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVSaR0zR .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxVSaR0zR .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVSaR0zR .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxVSaR0zR .mbr-text,
.cid-uYxVSaR0zR .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVSaR0zR .mbr-section-title,
.cid-uYxVSaR0zR .mbr-section-btn {
  text-align: center;
}
.cid-uYxVSb6ORa {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxVSb6ORa .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVSb6ORa .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVSb6ORa .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxVSb6ORa .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxVSb6ORa .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxVSb6ORa .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxVSb6ORa .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxVSb6ORa .item {
    margin-bottom: 40px;
  }
}
.cid-uYxVSb6ORa .item .item-wrapper {
  height: 100%;
}
.cid-uYxVSb6ORa .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxVSb6ORa .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxVSb6ORa .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxVSb6ORa .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxVSb6ORa .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxVSb6ORa .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxVSb6ORa .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxVSb6ORa .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxVSb6ORa .mbr-section-title,
.cid-uYxVSb6ORa .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxVSb6ORa .card-name {
  color: #323432;
}
.cid-uYxVSb6ORa .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxVSb6ORa .card-name,
.cid-uYxVSb6ORa .mbr-section-btn {
  text-align: center;
}
.cid-uYxVSbrfnY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxVSbrfnY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVSbrfnY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVSbrfnY .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxVSbrfnY .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxVSbrfnY .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxVSbrfnY .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxVSbrfnY .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxVSbrfnY .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxVSbrfnY .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxVSbrfnY .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxVSbrfnY .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxVSbrfnY .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxVSbrfnY .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxVSbrfnY .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxVSbrfnY .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxVSbrfnY .mbr-label,
.cid-uYxVSbrfnY .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxVSbrfnY .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxVSbrfnY .mbr-text,
.cid-uYxVSbrfnY .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxVSbrfnY .mbr-section-title,
.cid-uYxVSbrfnY .mbr-section-btn {
  text-align: center;
}
.cid-uYxVSbrfnY .mbr-section-title,
.cid-uYxVSbrfnY .mbr-section-btn,
.cid-uYxVSbrfnY .title-wrapper {
  text-align: justify;
}
.cid-uYxVSc1Tpm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxVSc1Tpm .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxVSc1Tpm .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxVSc1Tpm .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxVSc1Tpm .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxVSc1Tpm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVSc1Tpm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVSc1Tpm .row {
  justify-content: center;
}
.cid-uYxVSc1Tpm .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVSc1Tpm .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxVSc1Tpm .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxVSc1Tpm .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVSc1Tpm .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxVSc1Tpm .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVSc1Tpm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxVSc1Tpm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxVSc1Tpm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxVSc1Tpm .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxVSc1Tpm .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxVSc1Tpm .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVSc1Tpm .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxVSc1Tpm .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxVSc1Tpm .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxVSc1Tpm .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxVSc1Tpm .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxVSc1Tpm .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxVSc1Tpm .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxVSc1Tpm .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxVSc1Tpm .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxVSc1Tpm .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxVSc1Tpm .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxVSc1Tpm .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxVSc1Tpm .mbr-text,
.cid-uYxVSc1Tpm .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVSc1Tpm .mbr-section-btn,
.cid-uYxVSc1Tpm .mbr-section-title {
  text-align: center;
}
.cid-uYxVSc1Tpm .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxVSc1Tpm .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVYAUktH {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxVYAUktH .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-uYxVYAUktH .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxVYAUktH .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxVYAUktH .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxVYAUktH .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxVYAUktH .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxVYAUktH .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxVYAUktH .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxVYAUktH .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxVYAUktH .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxVYAUktH .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxVYAUktH .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxVYAUktH .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxVYAUktH .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxVYAUktH .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxVYAUktH .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxVYAUktH .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxVYAUktH .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxVYAUktH .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxVYAUktH .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxVYAUktH .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxVYAUktH .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxVYAUktH .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxVYAUktH .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxVYAUktH .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxVYAUktH .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxVYAUktH .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxVYAUktH .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxVYAUktH .container,
.cid-uYxVYAUktH .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxVYAUktH .container,
  .cid-uYxVYAUktH .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxVYAUktH .container,
  .cid-uYxVYAUktH .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxVYAUktH .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxVYAUktH .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxVYAUktH .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxVYAUktH .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxVYAUktH .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxVYAUktH .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxVYAUktH .nav-item:focus,
.cid-uYxVYAUktH .nav-link:focus {
  outline: none;
}
.cid-uYxVYAUktH .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxVYAUktH .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxVYAUktH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxVYAUktH .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxVYAUktH .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxVYAUktH .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxVYAUktH .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-uYxVYAUktH .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxVYAUktH .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxVYAUktH .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxVYAUktH .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxVYAUktH .navbar.collapsed {
  justify-content: center;
}
.cid-uYxVYAUktH .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxVYAUktH .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxVYAUktH .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxVYAUktH .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxVYAUktH .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-uYxVYAUktH .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxVYAUktH .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxVYAUktH .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxVYAUktH .navbar {
    min-height: 72px;
  }
  .cid-uYxVYAUktH .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxVYAUktH .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxVYAUktH .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxVYAUktH .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxVYAUktH .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxVYAUktH .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-uYxVYAUktH .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxVYAUktH .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxVYAUktH .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxVYAUktH .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxVYAUktH .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxVYAUktH .dropdown-item.active,
.cid-uYxVYAUktH .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxVYAUktH .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxVYAUktH .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxVYAUktH .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxVYAUktH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxVYAUktH .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxVYAUktH .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxVYAUktH .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxVYAUktH ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxVYAUktH .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxVYAUktH .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxVYAUktH button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxVYAUktH button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxVYAUktH button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxVYAUktH button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxVYAUktH button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxVYAUktH button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxVYAUktH nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxVYAUktH nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxVYAUktH nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxVYAUktH nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxVYAUktH .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxVYAUktH a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxVYAUktH .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-uYxVYAUktH .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxVYAUktH .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxVYAUktH .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxVYAUktH .navbar {
    height: 70px;
  }
  .cid-uYxVYAUktH .navbar.opened {
    height: auto;
  }
  .cid-uYxVYAUktH .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxVYAUktH .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxVYAUktH .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxVYAUktH .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxVYAUktH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxVYAUktH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxVYAUktH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxVYAUktH .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxVYAUktH .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxVYAUktH .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxVYAUktH .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxVYAUktH .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxVYAUktH .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxVYAUktH .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxVYAUktH .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxVYAUktH .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxVYAUktH .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxVYAUktH .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-uYxVYAUktH .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxVYAUktH .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxVYAUktH .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxVYAUktH .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxVYAUktH .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxVYAUktH .content-wrap {
    display: block;
  }
}
.cid-uYxVYBsIUi {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxVYBsIUi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVYBsIUi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVYBsIUi .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVYBsIUi .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxVYBsIUi .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVYBsIUi .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxVYBsIUi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxVYBsIUi .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxVYBsIUi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxVYBsIUi .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVYBsIUi .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxVYBsIUi .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVYBsIUi .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxVYBsIUi .mbr-text,
.cid-uYxVYBsIUi .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVYBsIUi .mbr-section-title,
.cid-uYxVYBsIUi .mbr-section-btn {
  text-align: center;
}
.cid-uYxVYBQQSS {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxVYBQQSS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVYBQQSS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVYBQQSS .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxVYBQQSS .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxVYBQQSS .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxVYBQQSS .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxVYBQQSS .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxVYBQQSS .item {
    margin-bottom: 40px;
  }
}
.cid-uYxVYBQQSS .item .item-wrapper {
  height: 100%;
}
.cid-uYxVYBQQSS .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxVYBQQSS .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxVYBQQSS .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxVYBQQSS .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxVYBQQSS .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxVYBQQSS .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxVYBQQSS .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxVYBQQSS .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxVYBQQSS .mbr-section-title,
.cid-uYxVYBQQSS .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxVYBQQSS .card-name {
  color: #323432;
}
.cid-uYxVYBQQSS .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxVYBQQSS .card-name,
.cid-uYxVYBQQSS .mbr-section-btn {
  text-align: center;
}
.cid-uYxVYCn6oK {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxVYCn6oK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVYCn6oK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVYCn6oK .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxVYCn6oK .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxVYCn6oK .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxVYCn6oK .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxVYCn6oK .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxVYCn6oK .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxVYCn6oK .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxVYCn6oK .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxVYCn6oK .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxVYCn6oK .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxVYCn6oK .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxVYCn6oK .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxVYCn6oK .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxVYCn6oK .mbr-label,
.cid-uYxVYCn6oK .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxVYCn6oK .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxVYCn6oK .mbr-text,
.cid-uYxVYCn6oK .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxVYCn6oK .mbr-section-title,
.cid-uYxVYCn6oK .mbr-section-btn {
  text-align: center;
}
.cid-uYxVYCn6oK .mbr-section-title,
.cid-uYxVYCn6oK .mbr-section-btn,
.cid-uYxVYCn6oK .title-wrapper {
  text-align: justify;
}
.cid-uYxVYDjY4L {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxVYDjY4L .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxVYDjY4L .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxVYDjY4L .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxVYDjY4L .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxVYDjY4L .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxVYDjY4L .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxVYDjY4L .row {
  justify-content: center;
}
.cid-uYxVYDjY4L .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVYDjY4L .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxVYDjY4L .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxVYDjY4L .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVYDjY4L .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxVYDjY4L .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxVYDjY4L .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxVYDjY4L .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxVYDjY4L .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxVYDjY4L .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxVYDjY4L .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxVYDjY4L .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxVYDjY4L .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxVYDjY4L .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxVYDjY4L .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxVYDjY4L .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxVYDjY4L .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxVYDjY4L .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxVYDjY4L .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxVYDjY4L .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxVYDjY4L .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxVYDjY4L .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxVYDjY4L .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxVYDjY4L .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxVYDjY4L .mbr-text,
.cid-uYxVYDjY4L .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxVYDjY4L .mbr-section-btn,
.cid-uYxVYDjY4L .mbr-section-title {
  text-align: center;
}
.cid-uYxVYDjY4L .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxVYDjY4L .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxW3fXQxp {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxW3fXQxp .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-uYxW3fXQxp .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxW3fXQxp .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxW3fXQxp .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxW3fXQxp .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxW3fXQxp .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxW3fXQxp .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxW3fXQxp .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxW3fXQxp .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxW3fXQxp .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxW3fXQxp .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxW3fXQxp .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxW3fXQxp .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxW3fXQxp .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxW3fXQxp .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxW3fXQxp .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxW3fXQxp .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxW3fXQxp .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxW3fXQxp .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxW3fXQxp .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxW3fXQxp .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxW3fXQxp .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxW3fXQxp .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxW3fXQxp .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxW3fXQxp .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxW3fXQxp .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxW3fXQxp .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxW3fXQxp .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxW3fXQxp .container,
.cid-uYxW3fXQxp .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxW3fXQxp .container,
  .cid-uYxW3fXQxp .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxW3fXQxp .container,
  .cid-uYxW3fXQxp .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxW3fXQxp .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxW3fXQxp .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxW3fXQxp .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxW3fXQxp .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxW3fXQxp .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxW3fXQxp .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxW3fXQxp .nav-item:focus,
.cid-uYxW3fXQxp .nav-link:focus {
  outline: none;
}
.cid-uYxW3fXQxp .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxW3fXQxp .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxW3fXQxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxW3fXQxp .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxW3fXQxp .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxW3fXQxp .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxW3fXQxp .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-uYxW3fXQxp .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxW3fXQxp .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxW3fXQxp .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxW3fXQxp .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxW3fXQxp .navbar.collapsed {
  justify-content: center;
}
.cid-uYxW3fXQxp .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxW3fXQxp .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxW3fXQxp .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxW3fXQxp .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxW3fXQxp .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-uYxW3fXQxp .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxW3fXQxp .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxW3fXQxp .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxW3fXQxp .navbar {
    min-height: 72px;
  }
  .cid-uYxW3fXQxp .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxW3fXQxp .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxW3fXQxp .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxW3fXQxp .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxW3fXQxp .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxW3fXQxp .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-uYxW3fXQxp .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxW3fXQxp .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxW3fXQxp .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxW3fXQxp .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxW3fXQxp .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxW3fXQxp .dropdown-item.active,
.cid-uYxW3fXQxp .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxW3fXQxp .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxW3fXQxp .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxW3fXQxp .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxW3fXQxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxW3fXQxp .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxW3fXQxp .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxW3fXQxp .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxW3fXQxp ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxW3fXQxp .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxW3fXQxp .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxW3fXQxp button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxW3fXQxp button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxW3fXQxp button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxW3fXQxp button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxW3fXQxp button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxW3fXQxp button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxW3fXQxp nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxW3fXQxp nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxW3fXQxp nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxW3fXQxp nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxW3fXQxp .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxW3fXQxp a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxW3fXQxp .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-uYxW3fXQxp .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxW3fXQxp .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxW3fXQxp .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxW3fXQxp .navbar {
    height: 70px;
  }
  .cid-uYxW3fXQxp .navbar.opened {
    height: auto;
  }
  .cid-uYxW3fXQxp .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxW3fXQxp .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxW3fXQxp .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxW3fXQxp .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxW3fXQxp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxW3fXQxp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxW3fXQxp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxW3fXQxp .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxW3fXQxp .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxW3fXQxp .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxW3fXQxp .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxW3fXQxp .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxW3fXQxp .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxW3fXQxp .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxW3fXQxp .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxW3fXQxp .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxW3fXQxp .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxW3fXQxp .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-uYxW3fXQxp .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxW3fXQxp .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxW3fXQxp .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxW3fXQxp .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxW3fXQxp .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxW3fXQxp .content-wrap {
    display: block;
  }
}
.cid-uYxW3ghn9r {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxW3ghn9r .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxW3ghn9r .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxW3ghn9r .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxW3ghn9r .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxW3ghn9r .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxW3ghn9r .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxW3ghn9r .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxW3ghn9r .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxW3ghn9r .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxW3ghn9r .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxW3ghn9r .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxW3ghn9r .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxW3ghn9r .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxW3ghn9r .mbr-text,
.cid-uYxW3ghn9r .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxW3ghn9r .mbr-section-title,
.cid-uYxW3ghn9r .mbr-section-btn {
  text-align: center;
}
.cid-uYxW3gw5jZ {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxW3gw5jZ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxW3gw5jZ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxW3gw5jZ .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxW3gw5jZ .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxW3gw5jZ .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxW3gw5jZ .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxW3gw5jZ .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxW3gw5jZ .item {
    margin-bottom: 40px;
  }
}
.cid-uYxW3gw5jZ .item .item-wrapper {
  height: 100%;
}
.cid-uYxW3gw5jZ .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxW3gw5jZ .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxW3gw5jZ .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxW3gw5jZ .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxW3gw5jZ .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxW3gw5jZ .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxW3gw5jZ .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxW3gw5jZ .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxW3gw5jZ .mbr-section-title,
.cid-uYxW3gw5jZ .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxW3gw5jZ .card-name {
  color: #323432;
}
.cid-uYxW3gw5jZ .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxW3gw5jZ .card-name,
.cid-uYxW3gw5jZ .mbr-section-btn {
  text-align: center;
}
.cid-uYxW3gP3Nt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxW3gP3Nt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxW3gP3Nt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxW3gP3Nt .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxW3gP3Nt .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxW3gP3Nt .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxW3gP3Nt .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxW3gP3Nt .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxW3gP3Nt .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxW3gP3Nt .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxW3gP3Nt .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxW3gP3Nt .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxW3gP3Nt .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxW3gP3Nt .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxW3gP3Nt .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxW3gP3Nt .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxW3gP3Nt .mbr-label,
.cid-uYxW3gP3Nt .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxW3gP3Nt .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxW3gP3Nt .mbr-text,
.cid-uYxW3gP3Nt .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxW3gP3Nt .mbr-section-title,
.cid-uYxW3gP3Nt .mbr-section-btn {
  text-align: center;
}
.cid-uYxW3gP3Nt .mbr-section-title,
.cid-uYxW3gP3Nt .mbr-section-btn,
.cid-uYxW3gP3Nt .title-wrapper {
  text-align: justify;
}
.cid-uYxW3hnQsU {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxW3hnQsU .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxW3hnQsU .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxW3hnQsU .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxW3hnQsU .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxW3hnQsU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxW3hnQsU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxW3hnQsU .row {
  justify-content: center;
}
.cid-uYxW3hnQsU .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxW3hnQsU .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxW3hnQsU .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxW3hnQsU .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxW3hnQsU .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxW3hnQsU .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxW3hnQsU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxW3hnQsU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxW3hnQsU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxW3hnQsU .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxW3hnQsU .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxW3hnQsU .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxW3hnQsU .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxW3hnQsU .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxW3hnQsU .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxW3hnQsU .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxW3hnQsU .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxW3hnQsU .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxW3hnQsU .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxW3hnQsU .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxW3hnQsU .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxW3hnQsU .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxW3hnQsU .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxW3hnQsU .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxW3hnQsU .mbr-text,
.cid-uYxW3hnQsU .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxW3hnQsU .mbr-section-btn,
.cid-uYxW3hnQsU .mbr-section-title {
  text-align: center;
}
.cid-uYxW3hnQsU .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxW3hnQsU .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxW8SQttZ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxW8SQttZ .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-uYxW8SQttZ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxW8SQttZ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxW8SQttZ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxW8SQttZ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxW8SQttZ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxW8SQttZ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxW8SQttZ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxW8SQttZ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxW8SQttZ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxW8SQttZ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxW8SQttZ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxW8SQttZ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxW8SQttZ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxW8SQttZ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxW8SQttZ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxW8SQttZ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxW8SQttZ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxW8SQttZ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxW8SQttZ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxW8SQttZ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxW8SQttZ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxW8SQttZ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxW8SQttZ .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxW8SQttZ .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxW8SQttZ .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxW8SQttZ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxW8SQttZ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxW8SQttZ .container,
.cid-uYxW8SQttZ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxW8SQttZ .container,
  .cid-uYxW8SQttZ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxW8SQttZ .container,
  .cid-uYxW8SQttZ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxW8SQttZ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxW8SQttZ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxW8SQttZ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxW8SQttZ .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxW8SQttZ .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxW8SQttZ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxW8SQttZ .nav-item:focus,
.cid-uYxW8SQttZ .nav-link:focus {
  outline: none;
}
.cid-uYxW8SQttZ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxW8SQttZ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxW8SQttZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxW8SQttZ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxW8SQttZ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxW8SQttZ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxW8SQttZ .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-uYxW8SQttZ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxW8SQttZ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxW8SQttZ .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxW8SQttZ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxW8SQttZ .navbar.collapsed {
  justify-content: center;
}
.cid-uYxW8SQttZ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxW8SQttZ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxW8SQttZ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxW8SQttZ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxW8SQttZ .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-uYxW8SQttZ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxW8SQttZ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxW8SQttZ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxW8SQttZ .navbar {
    min-height: 72px;
  }
  .cid-uYxW8SQttZ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxW8SQttZ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxW8SQttZ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxW8SQttZ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxW8SQttZ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxW8SQttZ .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-uYxW8SQttZ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxW8SQttZ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxW8SQttZ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxW8SQttZ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxW8SQttZ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxW8SQttZ .dropdown-item.active,
.cid-uYxW8SQttZ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxW8SQttZ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxW8SQttZ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxW8SQttZ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxW8SQttZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxW8SQttZ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxW8SQttZ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxW8SQttZ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxW8SQttZ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxW8SQttZ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxW8SQttZ .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxW8SQttZ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxW8SQttZ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxW8SQttZ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxW8SQttZ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxW8SQttZ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxW8SQttZ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxW8SQttZ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxW8SQttZ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxW8SQttZ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxW8SQttZ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxW8SQttZ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxW8SQttZ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxW8SQttZ .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-uYxW8SQttZ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxW8SQttZ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxW8SQttZ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxW8SQttZ .navbar {
    height: 70px;
  }
  .cid-uYxW8SQttZ .navbar.opened {
    height: auto;
  }
  .cid-uYxW8SQttZ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxW8SQttZ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxW8SQttZ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxW8SQttZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxW8SQttZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxW8SQttZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxW8SQttZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxW8SQttZ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxW8SQttZ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxW8SQttZ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxW8SQttZ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxW8SQttZ .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxW8SQttZ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxW8SQttZ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxW8SQttZ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxW8SQttZ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxW8SQttZ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxW8SQttZ .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-uYxW8SQttZ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxW8SQttZ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxW8SQttZ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxW8SQttZ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxW8SQttZ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxW8SQttZ .content-wrap {
    display: block;
  }
}
.cid-uYxW8T91Ri {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxW8T91Ri .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxW8T91Ri .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxW8T91Ri .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxW8T91Ri .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxW8T91Ri .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxW8T91Ri .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxW8T91Ri .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxW8T91Ri .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxW8T91Ri .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxW8T91Ri .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxW8T91Ri .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxW8T91Ri .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxW8T91Ri .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxW8T91Ri .mbr-text,
.cid-uYxW8T91Ri .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxW8T91Ri .mbr-section-title,
.cid-uYxW8T91Ri .mbr-section-btn {
  text-align: center;
}
.cid-uYxW8ToSS9 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxW8ToSS9 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxW8ToSS9 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxW8ToSS9 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxW8ToSS9 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxW8ToSS9 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxW8ToSS9 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxW8ToSS9 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxW8ToSS9 .item {
    margin-bottom: 40px;
  }
}
.cid-uYxW8ToSS9 .item .item-wrapper {
  height: 100%;
}
.cid-uYxW8ToSS9 .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxW8ToSS9 .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxW8ToSS9 .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxW8ToSS9 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxW8ToSS9 .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxW8ToSS9 .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxW8ToSS9 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxW8ToSS9 .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxW8ToSS9 .mbr-section-title,
.cid-uYxW8ToSS9 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxW8ToSS9 .card-name {
  color: #323432;
}
.cid-uYxW8ToSS9 .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxW8ToSS9 .card-name,
.cid-uYxW8ToSS9 .mbr-section-btn {
  text-align: center;
}
.cid-uYxW8TJ6lA {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxW8TJ6lA .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxW8TJ6lA .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxW8TJ6lA .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxW8TJ6lA .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxW8TJ6lA .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxW8TJ6lA .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxW8TJ6lA .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxW8TJ6lA .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxW8TJ6lA .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxW8TJ6lA .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxW8TJ6lA .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxW8TJ6lA .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxW8TJ6lA .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxW8TJ6lA .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxW8TJ6lA .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxW8TJ6lA .mbr-label,
.cid-uYxW8TJ6lA .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxW8TJ6lA .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxW8TJ6lA .mbr-text,
.cid-uYxW8TJ6lA .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxW8TJ6lA .mbr-section-title,
.cid-uYxW8TJ6lA .mbr-section-btn {
  text-align: center;
}
.cid-uYxW8TJ6lA .mbr-section-title,
.cid-uYxW8TJ6lA .mbr-section-btn,
.cid-uYxW8TJ6lA .title-wrapper {
  text-align: justify;
}
.cid-uYxW8UiT3P {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxW8UiT3P .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxW8UiT3P .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxW8UiT3P .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxW8UiT3P .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxW8UiT3P .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxW8UiT3P .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxW8UiT3P .row {
  justify-content: center;
}
.cid-uYxW8UiT3P .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxW8UiT3P .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxW8UiT3P .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxW8UiT3P .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxW8UiT3P .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxW8UiT3P .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxW8UiT3P .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxW8UiT3P .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxW8UiT3P .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxW8UiT3P .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxW8UiT3P .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxW8UiT3P .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxW8UiT3P .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxW8UiT3P .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxW8UiT3P .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxW8UiT3P .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxW8UiT3P .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxW8UiT3P .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxW8UiT3P .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxW8UiT3P .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxW8UiT3P .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxW8UiT3P .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxW8UiT3P .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxW8UiT3P .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxW8UiT3P .mbr-text,
.cid-uYxW8UiT3P .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxW8UiT3P .mbr-section-btn,
.cid-uYxW8UiT3P .mbr-section-title {
  text-align: center;
}
.cid-uYxW8UiT3P .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxW8UiT3P .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWcHDAeN {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxWcHDAeN .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-uYxWcHDAeN .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxWcHDAeN .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxWcHDAeN .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxWcHDAeN .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxWcHDAeN .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxWcHDAeN .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxWcHDAeN .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxWcHDAeN .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxWcHDAeN .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxWcHDAeN .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxWcHDAeN .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxWcHDAeN .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxWcHDAeN .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxWcHDAeN .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxWcHDAeN .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxWcHDAeN .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxWcHDAeN .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxWcHDAeN .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxWcHDAeN .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxWcHDAeN .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxWcHDAeN .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxWcHDAeN .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxWcHDAeN .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxWcHDAeN .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxWcHDAeN .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxWcHDAeN .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxWcHDAeN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxWcHDAeN .container,
.cid-uYxWcHDAeN .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxWcHDAeN .container,
  .cid-uYxWcHDAeN .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxWcHDAeN .container,
  .cid-uYxWcHDAeN .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxWcHDAeN .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxWcHDAeN .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxWcHDAeN .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxWcHDAeN .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxWcHDAeN .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxWcHDAeN .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxWcHDAeN .nav-item:focus,
.cid-uYxWcHDAeN .nav-link:focus {
  outline: none;
}
.cid-uYxWcHDAeN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxWcHDAeN .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxWcHDAeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxWcHDAeN .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxWcHDAeN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxWcHDAeN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxWcHDAeN .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-uYxWcHDAeN .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxWcHDAeN .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxWcHDAeN .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxWcHDAeN .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxWcHDAeN .navbar.collapsed {
  justify-content: center;
}
.cid-uYxWcHDAeN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxWcHDAeN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxWcHDAeN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxWcHDAeN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxWcHDAeN .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-uYxWcHDAeN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxWcHDAeN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxWcHDAeN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxWcHDAeN .navbar {
    min-height: 72px;
  }
  .cid-uYxWcHDAeN .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxWcHDAeN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxWcHDAeN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxWcHDAeN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxWcHDAeN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxWcHDAeN .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-uYxWcHDAeN .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxWcHDAeN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxWcHDAeN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxWcHDAeN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxWcHDAeN .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxWcHDAeN .dropdown-item.active,
.cid-uYxWcHDAeN .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxWcHDAeN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxWcHDAeN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxWcHDAeN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxWcHDAeN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxWcHDAeN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxWcHDAeN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxWcHDAeN .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxWcHDAeN ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxWcHDAeN .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxWcHDAeN .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxWcHDAeN button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxWcHDAeN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxWcHDAeN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxWcHDAeN button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxWcHDAeN button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxWcHDAeN button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxWcHDAeN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxWcHDAeN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxWcHDAeN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxWcHDAeN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxWcHDAeN .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxWcHDAeN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxWcHDAeN .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-uYxWcHDAeN .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxWcHDAeN .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxWcHDAeN .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxWcHDAeN .navbar {
    height: 70px;
  }
  .cid-uYxWcHDAeN .navbar.opened {
    height: auto;
  }
  .cid-uYxWcHDAeN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxWcHDAeN .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxWcHDAeN .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxWcHDAeN .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxWcHDAeN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxWcHDAeN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxWcHDAeN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxWcHDAeN .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxWcHDAeN .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxWcHDAeN .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxWcHDAeN .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxWcHDAeN .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxWcHDAeN .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxWcHDAeN .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxWcHDAeN .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxWcHDAeN .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxWcHDAeN .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxWcHDAeN .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-uYxWcHDAeN .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxWcHDAeN .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxWcHDAeN .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxWcHDAeN .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxWcHDAeN .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxWcHDAeN .content-wrap {
    display: block;
  }
}
.cid-uYxWcHVc16 {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxWcHVc16 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWcHVc16 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWcHVc16 .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWcHVc16 .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxWcHVc16 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWcHVc16 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxWcHVc16 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxWcHVc16 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxWcHVc16 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxWcHVc16 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWcHVc16 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxWcHVc16 .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWcHVc16 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxWcHVc16 .mbr-text,
.cid-uYxWcHVc16 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWcHVc16 .mbr-section-title,
.cid-uYxWcHVc16 .mbr-section-btn {
  text-align: center;
}
.cid-uYxWcIaUEp {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxWcIaUEp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWcIaUEp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWcIaUEp .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxWcIaUEp .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxWcIaUEp .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxWcIaUEp .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxWcIaUEp .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxWcIaUEp .item {
    margin-bottom: 40px;
  }
}
.cid-uYxWcIaUEp .item .item-wrapper {
  height: 100%;
}
.cid-uYxWcIaUEp .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxWcIaUEp .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxWcIaUEp .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxWcIaUEp .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxWcIaUEp .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxWcIaUEp .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxWcIaUEp .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxWcIaUEp .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxWcIaUEp .mbr-section-title,
.cid-uYxWcIaUEp .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxWcIaUEp .card-name {
  color: #323432;
}
.cid-uYxWcIaUEp .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxWcIaUEp .card-name,
.cid-uYxWcIaUEp .mbr-section-btn {
  text-align: center;
}
.cid-uYxWcItKbD {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxWcItKbD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWcItKbD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWcItKbD .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxWcItKbD .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxWcItKbD .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxWcItKbD .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxWcItKbD .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxWcItKbD .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxWcItKbD .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxWcItKbD .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxWcItKbD .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxWcItKbD .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxWcItKbD .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxWcItKbD .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxWcItKbD .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxWcItKbD .mbr-label,
.cid-uYxWcItKbD .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxWcItKbD .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxWcItKbD .mbr-text,
.cid-uYxWcItKbD .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxWcItKbD .mbr-section-title,
.cid-uYxWcItKbD .mbr-section-btn {
  text-align: center;
}
.cid-uYxWcItKbD .mbr-section-title,
.cid-uYxWcItKbD .mbr-section-btn,
.cid-uYxWcItKbD .title-wrapper {
  text-align: justify;
}
.cid-uYxWcJ1HnC {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxWcJ1HnC .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxWcJ1HnC .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxWcJ1HnC .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxWcJ1HnC .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxWcJ1HnC .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWcJ1HnC .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWcJ1HnC .row {
  justify-content: center;
}
.cid-uYxWcJ1HnC .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWcJ1HnC .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxWcJ1HnC .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxWcJ1HnC .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWcJ1HnC .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxWcJ1HnC .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWcJ1HnC .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxWcJ1HnC .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxWcJ1HnC .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxWcJ1HnC .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxWcJ1HnC .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxWcJ1HnC .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWcJ1HnC .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxWcJ1HnC .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxWcJ1HnC .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxWcJ1HnC .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxWcJ1HnC .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxWcJ1HnC .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxWcJ1HnC .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxWcJ1HnC .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxWcJ1HnC .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxWcJ1HnC .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxWcJ1HnC .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxWcJ1HnC .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxWcJ1HnC .mbr-text,
.cid-uYxWcJ1HnC .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWcJ1HnC .mbr-section-btn,
.cid-uYxWcJ1HnC .mbr-section-title {
  text-align: center;
}
.cid-uYxWcJ1HnC .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxWcJ1HnC .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWF6ypnk {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxWF6ypnk .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-uYxWF6ypnk .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxWF6ypnk .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxWF6ypnk .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxWF6ypnk .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxWF6ypnk .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxWF6ypnk .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxWF6ypnk .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxWF6ypnk .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxWF6ypnk .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxWF6ypnk .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxWF6ypnk .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxWF6ypnk .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxWF6ypnk .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxWF6ypnk .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxWF6ypnk .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxWF6ypnk .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxWF6ypnk .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxWF6ypnk .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxWF6ypnk .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxWF6ypnk .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxWF6ypnk .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxWF6ypnk .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxWF6ypnk .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxWF6ypnk .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxWF6ypnk .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxWF6ypnk .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxWF6ypnk .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxWF6ypnk .container,
.cid-uYxWF6ypnk .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxWF6ypnk .container,
  .cid-uYxWF6ypnk .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxWF6ypnk .container,
  .cid-uYxWF6ypnk .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxWF6ypnk .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxWF6ypnk .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxWF6ypnk .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxWF6ypnk .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxWF6ypnk .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxWF6ypnk .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxWF6ypnk .nav-item:focus,
.cid-uYxWF6ypnk .nav-link:focus {
  outline: none;
}
.cid-uYxWF6ypnk .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxWF6ypnk .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxWF6ypnk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxWF6ypnk .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxWF6ypnk .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxWF6ypnk .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxWF6ypnk .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-uYxWF6ypnk .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxWF6ypnk .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxWF6ypnk .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxWF6ypnk .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxWF6ypnk .navbar.collapsed {
  justify-content: center;
}
.cid-uYxWF6ypnk .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxWF6ypnk .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxWF6ypnk .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxWF6ypnk .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxWF6ypnk .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-uYxWF6ypnk .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxWF6ypnk .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxWF6ypnk .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxWF6ypnk .navbar {
    min-height: 72px;
  }
  .cid-uYxWF6ypnk .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxWF6ypnk .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxWF6ypnk .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxWF6ypnk .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxWF6ypnk .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxWF6ypnk .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-uYxWF6ypnk .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxWF6ypnk .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxWF6ypnk .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxWF6ypnk .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxWF6ypnk .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxWF6ypnk .dropdown-item.active,
.cid-uYxWF6ypnk .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxWF6ypnk .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxWF6ypnk .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxWF6ypnk .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxWF6ypnk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxWF6ypnk .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxWF6ypnk .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxWF6ypnk .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxWF6ypnk ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxWF6ypnk .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxWF6ypnk .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxWF6ypnk button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxWF6ypnk button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxWF6ypnk button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxWF6ypnk button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxWF6ypnk button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxWF6ypnk button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxWF6ypnk nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxWF6ypnk nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxWF6ypnk nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxWF6ypnk nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxWF6ypnk .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxWF6ypnk a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxWF6ypnk .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-uYxWF6ypnk .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxWF6ypnk .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxWF6ypnk .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxWF6ypnk .navbar {
    height: 70px;
  }
  .cid-uYxWF6ypnk .navbar.opened {
    height: auto;
  }
  .cid-uYxWF6ypnk .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxWF6ypnk .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxWF6ypnk .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxWF6ypnk .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxWF6ypnk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxWF6ypnk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxWF6ypnk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxWF6ypnk .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxWF6ypnk .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxWF6ypnk .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxWF6ypnk .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxWF6ypnk .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxWF6ypnk .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxWF6ypnk .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxWF6ypnk .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxWF6ypnk .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxWF6ypnk .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxWF6ypnk .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-uYxWF6ypnk .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxWF6ypnk .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxWF6ypnk .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxWF6ypnk .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxWF6ypnk .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxWF6ypnk .content-wrap {
    display: block;
  }
}
.cid-uYxWF6RafU {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxWF6RafU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWF6RafU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWF6RafU .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWF6RafU .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxWF6RafU .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWF6RafU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxWF6RafU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxWF6RafU .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxWF6RafU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxWF6RafU .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWF6RafU .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxWF6RafU .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWF6RafU .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxWF6RafU .mbr-text,
.cid-uYxWF6RafU .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWF6RafU .mbr-section-title,
.cid-uYxWF6RafU .mbr-section-btn {
  text-align: center;
}
.cid-uYxWF77j08 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxWF77j08 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWF77j08 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWF77j08 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxWF77j08 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxWF77j08 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxWF77j08 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxWF77j08 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxWF77j08 .item {
    margin-bottom: 40px;
  }
}
.cid-uYxWF77j08 .item .item-wrapper {
  height: 100%;
}
.cid-uYxWF77j08 .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxWF77j08 .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxWF77j08 .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxWF77j08 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxWF77j08 .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxWF77j08 .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxWF77j08 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxWF77j08 .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxWF77j08 .mbr-section-title,
.cid-uYxWF77j08 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxWF77j08 .card-name {
  color: #323432;
}
.cid-uYxWF77j08 .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxWF77j08 .card-name,
.cid-uYxWF77j08 .mbr-section-btn {
  text-align: center;
}
.cid-uYxWF7q3XY {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxWF7q3XY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWF7q3XY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWF7q3XY .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxWF7q3XY .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxWF7q3XY .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxWF7q3XY .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxWF7q3XY .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxWF7q3XY .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxWF7q3XY .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxWF7q3XY .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxWF7q3XY .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxWF7q3XY .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxWF7q3XY .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxWF7q3XY .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxWF7q3XY .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxWF7q3XY .mbr-label,
.cid-uYxWF7q3XY .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxWF7q3XY .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxWF7q3XY .mbr-text,
.cid-uYxWF7q3XY .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxWF7q3XY .mbr-section-title,
.cid-uYxWF7q3XY .mbr-section-btn {
  text-align: center;
}
.cid-uYxWF7q3XY .mbr-section-title,
.cid-uYxWF7q3XY .mbr-section-btn,
.cid-uYxWF7q3XY .title-wrapper {
  text-align: justify;
}
.cid-uYxWF80XVK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxWF80XVK .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxWF80XVK .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxWF80XVK .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxWF80XVK .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxWF80XVK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWF80XVK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWF80XVK .row {
  justify-content: center;
}
.cid-uYxWF80XVK .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWF80XVK .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxWF80XVK .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxWF80XVK .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWF80XVK .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxWF80XVK .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWF80XVK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxWF80XVK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxWF80XVK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxWF80XVK .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxWF80XVK .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxWF80XVK .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWF80XVK .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxWF80XVK .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxWF80XVK .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxWF80XVK .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxWF80XVK .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxWF80XVK .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxWF80XVK .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxWF80XVK .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxWF80XVK .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxWF80XVK .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxWF80XVK .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxWF80XVK .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxWF80XVK .mbr-text,
.cid-uYxWF80XVK .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWF80XVK .mbr-section-btn,
.cid-uYxWF80XVK .mbr-section-title {
  text-align: center;
}
.cid-uYxWF80XVK .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxWF80XVK .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWJv6aV6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxWJv6aV6 .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-uYxWJv6aV6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxWJv6aV6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxWJv6aV6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxWJv6aV6 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxWJv6aV6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxWJv6aV6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxWJv6aV6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxWJv6aV6 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxWJv6aV6 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxWJv6aV6 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxWJv6aV6 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxWJv6aV6 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxWJv6aV6 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxWJv6aV6 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxWJv6aV6 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxWJv6aV6 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxWJv6aV6 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxWJv6aV6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxWJv6aV6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxWJv6aV6 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxWJv6aV6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxWJv6aV6 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxWJv6aV6 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxWJv6aV6 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxWJv6aV6 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxWJv6aV6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxWJv6aV6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxWJv6aV6 .container,
.cid-uYxWJv6aV6 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxWJv6aV6 .container,
  .cid-uYxWJv6aV6 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxWJv6aV6 .container,
  .cid-uYxWJv6aV6 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxWJv6aV6 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxWJv6aV6 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxWJv6aV6 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxWJv6aV6 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxWJv6aV6 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxWJv6aV6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxWJv6aV6 .nav-item:focus,
.cid-uYxWJv6aV6 .nav-link:focus {
  outline: none;
}
.cid-uYxWJv6aV6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxWJv6aV6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxWJv6aV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxWJv6aV6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxWJv6aV6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxWJv6aV6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxWJv6aV6 .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-uYxWJv6aV6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxWJv6aV6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxWJv6aV6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxWJv6aV6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxWJv6aV6 .navbar.collapsed {
  justify-content: center;
}
.cid-uYxWJv6aV6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxWJv6aV6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxWJv6aV6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxWJv6aV6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxWJv6aV6 .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-uYxWJv6aV6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxWJv6aV6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxWJv6aV6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxWJv6aV6 .navbar {
    min-height: 72px;
  }
  .cid-uYxWJv6aV6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxWJv6aV6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxWJv6aV6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxWJv6aV6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxWJv6aV6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxWJv6aV6 .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-uYxWJv6aV6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxWJv6aV6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxWJv6aV6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxWJv6aV6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxWJv6aV6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxWJv6aV6 .dropdown-item.active,
.cid-uYxWJv6aV6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxWJv6aV6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxWJv6aV6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxWJv6aV6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxWJv6aV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxWJv6aV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxWJv6aV6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxWJv6aV6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxWJv6aV6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxWJv6aV6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxWJv6aV6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxWJv6aV6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxWJv6aV6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxWJv6aV6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxWJv6aV6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxWJv6aV6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxWJv6aV6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxWJv6aV6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxWJv6aV6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxWJv6aV6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxWJv6aV6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxWJv6aV6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxWJv6aV6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxWJv6aV6 .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-uYxWJv6aV6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxWJv6aV6 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxWJv6aV6 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxWJv6aV6 .navbar {
    height: 70px;
  }
  .cid-uYxWJv6aV6 .navbar.opened {
    height: auto;
  }
  .cid-uYxWJv6aV6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxWJv6aV6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxWJv6aV6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxWJv6aV6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxWJv6aV6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxWJv6aV6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxWJv6aV6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxWJv6aV6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxWJv6aV6 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxWJv6aV6 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxWJv6aV6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxWJv6aV6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxWJv6aV6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxWJv6aV6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxWJv6aV6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxWJv6aV6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxWJv6aV6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxWJv6aV6 .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-uYxWJv6aV6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxWJv6aV6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxWJv6aV6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxWJv6aV6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxWJv6aV6 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxWJv6aV6 .content-wrap {
    display: block;
  }
}
.cid-uYxWJvoQJi {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxWJvoQJi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWJvoQJi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWJvoQJi .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWJvoQJi .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxWJvoQJi .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWJvoQJi .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxWJvoQJi .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxWJvoQJi .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxWJvoQJi .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxWJvoQJi .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWJvoQJi .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxWJvoQJi .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWJvoQJi .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxWJvoQJi .mbr-text,
.cid-uYxWJvoQJi .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWJvoQJi .mbr-section-title,
.cid-uYxWJvoQJi .mbr-section-btn {
  text-align: center;
}
.cid-uYxWJvEruG {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxWJvEruG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWJvEruG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWJvEruG .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxWJvEruG .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxWJvEruG .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxWJvEruG .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxWJvEruG .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxWJvEruG .item {
    margin-bottom: 40px;
  }
}
.cid-uYxWJvEruG .item .item-wrapper {
  height: 100%;
}
.cid-uYxWJvEruG .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxWJvEruG .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxWJvEruG .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxWJvEruG .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxWJvEruG .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxWJvEruG .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxWJvEruG .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxWJvEruG .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxWJvEruG .mbr-section-title,
.cid-uYxWJvEruG .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxWJvEruG .card-name {
  color: #323432;
}
.cid-uYxWJvEruG .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxWJvEruG .card-name,
.cid-uYxWJvEruG .mbr-section-btn {
  text-align: center;
}
.cid-uYxWJvX597 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxWJvX597 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWJvX597 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWJvX597 .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxWJvX597 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxWJvX597 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxWJvX597 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxWJvX597 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxWJvX597 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxWJvX597 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxWJvX597 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxWJvX597 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxWJvX597 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxWJvX597 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxWJvX597 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxWJvX597 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxWJvX597 .mbr-label,
.cid-uYxWJvX597 .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxWJvX597 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxWJvX597 .mbr-text,
.cid-uYxWJvX597 .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxWJvX597 .mbr-section-title,
.cid-uYxWJvX597 .mbr-section-btn {
  text-align: center;
}
.cid-uYxWJvX597 .mbr-section-title,
.cid-uYxWJvX597 .mbr-section-btn,
.cid-uYxWJvX597 .title-wrapper {
  text-align: justify;
}
.cid-uYxWJwvPUc {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxWJwvPUc .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxWJwvPUc .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxWJwvPUc .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxWJwvPUc .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxWJwvPUc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWJwvPUc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWJwvPUc .row {
  justify-content: center;
}
.cid-uYxWJwvPUc .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWJwvPUc .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxWJwvPUc .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxWJwvPUc .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWJwvPUc .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxWJwvPUc .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWJwvPUc .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxWJwvPUc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxWJwvPUc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxWJwvPUc .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxWJwvPUc .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxWJwvPUc .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWJwvPUc .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxWJwvPUc .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxWJwvPUc .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxWJwvPUc .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxWJwvPUc .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxWJwvPUc .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxWJwvPUc .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxWJwvPUc .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxWJwvPUc .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxWJwvPUc .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxWJwvPUc .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxWJwvPUc .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxWJwvPUc .mbr-text,
.cid-uYxWJwvPUc .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWJwvPUc .mbr-section-btn,
.cid-uYxWJwvPUc .mbr-section-title {
  text-align: center;
}
.cid-uYxWJwvPUc .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxWJwvPUc .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWN7e95Z {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxWN7e95Z .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-uYxWN7e95Z .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxWN7e95Z .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxWN7e95Z .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxWN7e95Z .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxWN7e95Z .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxWN7e95Z .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxWN7e95Z .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxWN7e95Z .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxWN7e95Z .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxWN7e95Z .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxWN7e95Z .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxWN7e95Z .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxWN7e95Z .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxWN7e95Z .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxWN7e95Z .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxWN7e95Z .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxWN7e95Z .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxWN7e95Z .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxWN7e95Z .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxWN7e95Z .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxWN7e95Z .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxWN7e95Z .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxWN7e95Z .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxWN7e95Z .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxWN7e95Z .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxWN7e95Z .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxWN7e95Z .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxWN7e95Z .container,
.cid-uYxWN7e95Z .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxWN7e95Z .container,
  .cid-uYxWN7e95Z .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxWN7e95Z .container,
  .cid-uYxWN7e95Z .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxWN7e95Z .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxWN7e95Z .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxWN7e95Z .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxWN7e95Z .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxWN7e95Z .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxWN7e95Z .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxWN7e95Z .nav-item:focus,
.cid-uYxWN7e95Z .nav-link:focus {
  outline: none;
}
.cid-uYxWN7e95Z .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxWN7e95Z .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxWN7e95Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxWN7e95Z .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxWN7e95Z .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxWN7e95Z .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxWN7e95Z .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-uYxWN7e95Z .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxWN7e95Z .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxWN7e95Z .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxWN7e95Z .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxWN7e95Z .navbar.collapsed {
  justify-content: center;
}
.cid-uYxWN7e95Z .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxWN7e95Z .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxWN7e95Z .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxWN7e95Z .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxWN7e95Z .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-uYxWN7e95Z .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxWN7e95Z .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxWN7e95Z .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxWN7e95Z .navbar {
    min-height: 72px;
  }
  .cid-uYxWN7e95Z .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxWN7e95Z .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxWN7e95Z .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxWN7e95Z .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxWN7e95Z .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxWN7e95Z .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-uYxWN7e95Z .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxWN7e95Z .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxWN7e95Z .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxWN7e95Z .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxWN7e95Z .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxWN7e95Z .dropdown-item.active,
.cid-uYxWN7e95Z .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxWN7e95Z .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxWN7e95Z .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxWN7e95Z .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxWN7e95Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxWN7e95Z .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxWN7e95Z .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxWN7e95Z .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxWN7e95Z ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxWN7e95Z .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxWN7e95Z .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxWN7e95Z button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxWN7e95Z button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxWN7e95Z button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxWN7e95Z button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxWN7e95Z button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxWN7e95Z button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxWN7e95Z nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxWN7e95Z nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxWN7e95Z nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxWN7e95Z nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxWN7e95Z .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxWN7e95Z a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxWN7e95Z .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-uYxWN7e95Z .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxWN7e95Z .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxWN7e95Z .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxWN7e95Z .navbar {
    height: 70px;
  }
  .cid-uYxWN7e95Z .navbar.opened {
    height: auto;
  }
  .cid-uYxWN7e95Z .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxWN7e95Z .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxWN7e95Z .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxWN7e95Z .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxWN7e95Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxWN7e95Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxWN7e95Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxWN7e95Z .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxWN7e95Z .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxWN7e95Z .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxWN7e95Z .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxWN7e95Z .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxWN7e95Z .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxWN7e95Z .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxWN7e95Z .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxWN7e95Z .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxWN7e95Z .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxWN7e95Z .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-uYxWN7e95Z .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxWN7e95Z .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxWN7e95Z .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxWN7e95Z .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxWN7e95Z .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxWN7e95Z .content-wrap {
    display: block;
  }
}
.cid-uYxWN7wB4y {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxWN7wB4y .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWN7wB4y .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWN7wB4y .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWN7wB4y .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxWN7wB4y .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWN7wB4y .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxWN7wB4y .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxWN7wB4y .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxWN7wB4y .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxWN7wB4y .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWN7wB4y .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxWN7wB4y .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWN7wB4y .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxWN7wB4y .mbr-text,
.cid-uYxWN7wB4y .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWN7wB4y .mbr-section-title,
.cid-uYxWN7wB4y .mbr-section-btn {
  text-align: center;
}
.cid-uYxWN7KTkF {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxWN7KTkF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWN7KTkF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWN7KTkF .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxWN7KTkF .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxWN7KTkF .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxWN7KTkF .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxWN7KTkF .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxWN7KTkF .item {
    margin-bottom: 40px;
  }
}
.cid-uYxWN7KTkF .item .item-wrapper {
  height: 100%;
}
.cid-uYxWN7KTkF .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxWN7KTkF .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxWN7KTkF .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxWN7KTkF .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxWN7KTkF .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxWN7KTkF .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxWN7KTkF .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxWN7KTkF .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxWN7KTkF .mbr-section-title,
.cid-uYxWN7KTkF .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxWN7KTkF .card-name {
  color: #323432;
}
.cid-uYxWN7KTkF .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxWN7KTkF .card-name,
.cid-uYxWN7KTkF .mbr-section-btn {
  text-align: center;
}
.cid-uYxWN84sUF {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxWN84sUF .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWN84sUF .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWN84sUF .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxWN84sUF .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxWN84sUF .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxWN84sUF .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxWN84sUF .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxWN84sUF .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxWN84sUF .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxWN84sUF .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxWN84sUF .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxWN84sUF .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxWN84sUF .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxWN84sUF .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxWN84sUF .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxWN84sUF .mbr-label,
.cid-uYxWN84sUF .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxWN84sUF .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxWN84sUF .mbr-text,
.cid-uYxWN84sUF .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxWN84sUF .mbr-section-title,
.cid-uYxWN84sUF .mbr-section-btn {
  text-align: center;
}
.cid-uYxWN84sUF .mbr-section-title,
.cid-uYxWN84sUF .mbr-section-btn,
.cid-uYxWN84sUF .title-wrapper {
  text-align: justify;
}
.cid-uYxWN8CQRq {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxWN8CQRq .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxWN8CQRq .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxWN8CQRq .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxWN8CQRq .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxWN8CQRq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWN8CQRq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWN8CQRq .row {
  justify-content: center;
}
.cid-uYxWN8CQRq .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWN8CQRq .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxWN8CQRq .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxWN8CQRq .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWN8CQRq .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxWN8CQRq .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWN8CQRq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxWN8CQRq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxWN8CQRq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxWN8CQRq .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxWN8CQRq .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxWN8CQRq .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWN8CQRq .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxWN8CQRq .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxWN8CQRq .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxWN8CQRq .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxWN8CQRq .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxWN8CQRq .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxWN8CQRq .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxWN8CQRq .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxWN8CQRq .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxWN8CQRq .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxWN8CQRq .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxWN8CQRq .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxWN8CQRq .mbr-text,
.cid-uYxWN8CQRq .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWN8CQRq .mbr-section-btn,
.cid-uYxWN8CQRq .mbr-section-title {
  text-align: center;
}
.cid-uYxWN8CQRq .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxWN8CQRq .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWR05tmq {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxWR05tmq .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-uYxWR05tmq .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxWR05tmq .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxWR05tmq .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxWR05tmq .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxWR05tmq .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxWR05tmq .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxWR05tmq .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxWR05tmq .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxWR05tmq .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxWR05tmq .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxWR05tmq .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxWR05tmq .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxWR05tmq .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxWR05tmq .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxWR05tmq .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxWR05tmq .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxWR05tmq .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxWR05tmq .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxWR05tmq .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxWR05tmq .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxWR05tmq .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxWR05tmq .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxWR05tmq .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxWR05tmq .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxWR05tmq .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxWR05tmq .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxWR05tmq .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxWR05tmq .container,
.cid-uYxWR05tmq .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxWR05tmq .container,
  .cid-uYxWR05tmq .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxWR05tmq .container,
  .cid-uYxWR05tmq .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxWR05tmq .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxWR05tmq .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxWR05tmq .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxWR05tmq .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxWR05tmq .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxWR05tmq .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxWR05tmq .nav-item:focus,
.cid-uYxWR05tmq .nav-link:focus {
  outline: none;
}
.cid-uYxWR05tmq .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxWR05tmq .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxWR05tmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxWR05tmq .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxWR05tmq .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxWR05tmq .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxWR05tmq .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-uYxWR05tmq .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxWR05tmq .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxWR05tmq .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxWR05tmq .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxWR05tmq .navbar.collapsed {
  justify-content: center;
}
.cid-uYxWR05tmq .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxWR05tmq .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxWR05tmq .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxWR05tmq .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxWR05tmq .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-uYxWR05tmq .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxWR05tmq .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxWR05tmq .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxWR05tmq .navbar {
    min-height: 72px;
  }
  .cid-uYxWR05tmq .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxWR05tmq .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxWR05tmq .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxWR05tmq .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxWR05tmq .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxWR05tmq .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-uYxWR05tmq .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxWR05tmq .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxWR05tmq .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxWR05tmq .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxWR05tmq .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxWR05tmq .dropdown-item.active,
.cid-uYxWR05tmq .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxWR05tmq .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxWR05tmq .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxWR05tmq .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxWR05tmq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxWR05tmq .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxWR05tmq .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxWR05tmq .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxWR05tmq ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxWR05tmq .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxWR05tmq .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxWR05tmq button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxWR05tmq button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxWR05tmq button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxWR05tmq button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxWR05tmq button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxWR05tmq button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxWR05tmq nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxWR05tmq nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxWR05tmq nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxWR05tmq nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxWR05tmq .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxWR05tmq a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxWR05tmq .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-uYxWR05tmq .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxWR05tmq .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxWR05tmq .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxWR05tmq .navbar {
    height: 70px;
  }
  .cid-uYxWR05tmq .navbar.opened {
    height: auto;
  }
  .cid-uYxWR05tmq .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxWR05tmq .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxWR05tmq .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxWR05tmq .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxWR05tmq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxWR05tmq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxWR05tmq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxWR05tmq .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxWR05tmq .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxWR05tmq .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxWR05tmq .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxWR05tmq .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxWR05tmq .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxWR05tmq .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxWR05tmq .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxWR05tmq .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxWR05tmq .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxWR05tmq .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-uYxWR05tmq .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxWR05tmq .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxWR05tmq .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxWR05tmq .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxWR05tmq .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxWR05tmq .content-wrap {
    display: block;
  }
}
.cid-uYxWR0p4ZD {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxWR0p4ZD .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWR0p4ZD .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWR0p4ZD .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWR0p4ZD .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxWR0p4ZD .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWR0p4ZD .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxWR0p4ZD .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxWR0p4ZD .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxWR0p4ZD .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxWR0p4ZD .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWR0p4ZD .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxWR0p4ZD .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWR0p4ZD .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxWR0p4ZD .mbr-text,
.cid-uYxWR0p4ZD .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWR0p4ZD .mbr-section-title,
.cid-uYxWR0p4ZD .mbr-section-btn {
  text-align: center;
}
.cid-uYxWR0Ez1K {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxWR0Ez1K .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWR0Ez1K .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWR0Ez1K .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxWR0Ez1K .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxWR0Ez1K .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxWR0Ez1K .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxWR0Ez1K .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxWR0Ez1K .item {
    margin-bottom: 40px;
  }
}
.cid-uYxWR0Ez1K .item .item-wrapper {
  height: 100%;
}
.cid-uYxWR0Ez1K .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxWR0Ez1K .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxWR0Ez1K .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxWR0Ez1K .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxWR0Ez1K .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxWR0Ez1K .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxWR0Ez1K .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxWR0Ez1K .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxWR0Ez1K .mbr-section-title,
.cid-uYxWR0Ez1K .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxWR0Ez1K .card-name {
  color: #323432;
}
.cid-uYxWR0Ez1K .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxWR0Ez1K .card-name,
.cid-uYxWR0Ez1K .mbr-section-btn {
  text-align: center;
}
.cid-uYxWR0ZkAV {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxWR0ZkAV .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWR0ZkAV .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWR0ZkAV .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxWR0ZkAV .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxWR0ZkAV .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxWR0ZkAV .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxWR0ZkAV .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxWR0ZkAV .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxWR0ZkAV .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxWR0ZkAV .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxWR0ZkAV .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxWR0ZkAV .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxWR0ZkAV .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxWR0ZkAV .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxWR0ZkAV .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxWR0ZkAV .mbr-label,
.cid-uYxWR0ZkAV .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxWR0ZkAV .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxWR0ZkAV .mbr-text,
.cid-uYxWR0ZkAV .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxWR0ZkAV .mbr-section-title,
.cid-uYxWR0ZkAV .mbr-section-btn {
  text-align: center;
}
.cid-uYxWR0ZkAV .mbr-section-title,
.cid-uYxWR0ZkAV .mbr-section-btn,
.cid-uYxWR0ZkAV .title-wrapper {
  text-align: justify;
}
.cid-uYxWR1yqyM {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxWR1yqyM .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxWR1yqyM .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxWR1yqyM .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxWR1yqyM .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxWR1yqyM .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWR1yqyM .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWR1yqyM .row {
  justify-content: center;
}
.cid-uYxWR1yqyM .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWR1yqyM .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxWR1yqyM .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxWR1yqyM .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWR1yqyM .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxWR1yqyM .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWR1yqyM .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxWR1yqyM .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxWR1yqyM .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxWR1yqyM .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxWR1yqyM .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxWR1yqyM .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWR1yqyM .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxWR1yqyM .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxWR1yqyM .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxWR1yqyM .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxWR1yqyM .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxWR1yqyM .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxWR1yqyM .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxWR1yqyM .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxWR1yqyM .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxWR1yqyM .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxWR1yqyM .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxWR1yqyM .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxWR1yqyM .mbr-text,
.cid-uYxWR1yqyM .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWR1yqyM .mbr-section-btn,
.cid-uYxWR1yqyM .mbr-section-title {
  text-align: center;
}
.cid-uYxWR1yqyM .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxWR1yqyM .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWV90zgS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxWV90zgS .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-uYxWV90zgS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxWV90zgS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxWV90zgS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxWV90zgS .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxWV90zgS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxWV90zgS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxWV90zgS .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxWV90zgS .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxWV90zgS .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxWV90zgS .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxWV90zgS .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxWV90zgS .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxWV90zgS .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxWV90zgS .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxWV90zgS .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxWV90zgS .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxWV90zgS .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxWV90zgS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxWV90zgS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxWV90zgS .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxWV90zgS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxWV90zgS .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxWV90zgS .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxWV90zgS .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxWV90zgS .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxWV90zgS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxWV90zgS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxWV90zgS .container,
.cid-uYxWV90zgS .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxWV90zgS .container,
  .cid-uYxWV90zgS .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxWV90zgS .container,
  .cid-uYxWV90zgS .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxWV90zgS .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxWV90zgS .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxWV90zgS .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxWV90zgS .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxWV90zgS .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxWV90zgS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxWV90zgS .nav-item:focus,
.cid-uYxWV90zgS .nav-link:focus {
  outline: none;
}
.cid-uYxWV90zgS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxWV90zgS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxWV90zgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxWV90zgS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxWV90zgS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxWV90zgS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxWV90zgS .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-uYxWV90zgS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxWV90zgS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxWV90zgS .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxWV90zgS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxWV90zgS .navbar.collapsed {
  justify-content: center;
}
.cid-uYxWV90zgS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxWV90zgS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxWV90zgS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxWV90zgS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxWV90zgS .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-uYxWV90zgS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxWV90zgS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxWV90zgS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxWV90zgS .navbar {
    min-height: 72px;
  }
  .cid-uYxWV90zgS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxWV90zgS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxWV90zgS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxWV90zgS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxWV90zgS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxWV90zgS .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-uYxWV90zgS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxWV90zgS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxWV90zgS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxWV90zgS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxWV90zgS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxWV90zgS .dropdown-item.active,
.cid-uYxWV90zgS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxWV90zgS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxWV90zgS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxWV90zgS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxWV90zgS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxWV90zgS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxWV90zgS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxWV90zgS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxWV90zgS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxWV90zgS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxWV90zgS .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxWV90zgS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxWV90zgS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxWV90zgS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxWV90zgS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxWV90zgS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxWV90zgS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxWV90zgS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxWV90zgS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxWV90zgS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxWV90zgS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxWV90zgS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxWV90zgS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxWV90zgS .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-uYxWV90zgS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxWV90zgS .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxWV90zgS .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxWV90zgS .navbar {
    height: 70px;
  }
  .cid-uYxWV90zgS .navbar.opened {
    height: auto;
  }
  .cid-uYxWV90zgS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxWV90zgS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxWV90zgS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxWV90zgS .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxWV90zgS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxWV90zgS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxWV90zgS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxWV90zgS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxWV90zgS .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxWV90zgS .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxWV90zgS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxWV90zgS .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxWV90zgS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxWV90zgS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxWV90zgS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxWV90zgS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxWV90zgS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxWV90zgS .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-uYxWV90zgS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxWV90zgS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxWV90zgS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxWV90zgS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxWV90zgS .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxWV90zgS .content-wrap {
    display: block;
  }
}
.cid-uYxWV9mBUJ {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxWV9mBUJ .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWV9mBUJ .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWV9mBUJ .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWV9mBUJ .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxWV9mBUJ .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWV9mBUJ .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxWV9mBUJ .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxWV9mBUJ .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxWV9mBUJ .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxWV9mBUJ .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWV9mBUJ .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxWV9mBUJ .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWV9mBUJ .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxWV9mBUJ .mbr-text,
.cid-uYxWV9mBUJ .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWV9mBUJ .mbr-section-title,
.cid-uYxWV9mBUJ .mbr-section-btn {
  text-align: center;
}
.cid-uYxWV9CeQr {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxWV9CeQr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWV9CeQr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWV9CeQr .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxWV9CeQr .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxWV9CeQr .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxWV9CeQr .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxWV9CeQr .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxWV9CeQr .item {
    margin-bottom: 40px;
  }
}
.cid-uYxWV9CeQr .item .item-wrapper {
  height: 100%;
}
.cid-uYxWV9CeQr .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxWV9CeQr .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxWV9CeQr .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxWV9CeQr .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxWV9CeQr .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxWV9CeQr .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxWV9CeQr .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxWV9CeQr .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxWV9CeQr .mbr-section-title,
.cid-uYxWV9CeQr .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxWV9CeQr .card-name {
  color: #323432;
}
.cid-uYxWV9CeQr .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxWV9CeQr .card-name,
.cid-uYxWV9CeQr .mbr-section-btn {
  text-align: center;
}
.cid-uYxWV9ZPH3 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxWV9ZPH3 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWV9ZPH3 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWV9ZPH3 .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxWV9ZPH3 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxWV9ZPH3 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxWV9ZPH3 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxWV9ZPH3 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxWV9ZPH3 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxWV9ZPH3 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxWV9ZPH3 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxWV9ZPH3 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxWV9ZPH3 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxWV9ZPH3 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxWV9ZPH3 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxWV9ZPH3 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxWV9ZPH3 .mbr-label,
.cid-uYxWV9ZPH3 .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxWV9ZPH3 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxWV9ZPH3 .mbr-text,
.cid-uYxWV9ZPH3 .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxWV9ZPH3 .mbr-section-title,
.cid-uYxWV9ZPH3 .mbr-section-btn {
  text-align: center;
}
.cid-uYxWV9ZPH3 .mbr-section-title,
.cid-uYxWV9ZPH3 .mbr-section-btn,
.cid-uYxWV9ZPH3 .title-wrapper {
  text-align: justify;
}
.cid-uYxWVaAvPP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxWVaAvPP .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxWVaAvPP .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxWVaAvPP .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxWVaAvPP .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxWVaAvPP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWVaAvPP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWVaAvPP .row {
  justify-content: center;
}
.cid-uYxWVaAvPP .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWVaAvPP .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxWVaAvPP .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxWVaAvPP .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWVaAvPP .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxWVaAvPP .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWVaAvPP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxWVaAvPP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxWVaAvPP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxWVaAvPP .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxWVaAvPP .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxWVaAvPP .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWVaAvPP .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxWVaAvPP .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxWVaAvPP .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxWVaAvPP .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxWVaAvPP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxWVaAvPP .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxWVaAvPP .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxWVaAvPP .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxWVaAvPP .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxWVaAvPP .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxWVaAvPP .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxWVaAvPP .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxWVaAvPP .mbr-text,
.cid-uYxWVaAvPP .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWVaAvPP .mbr-section-btn,
.cid-uYxWVaAvPP .mbr-section-title {
  text-align: center;
}
.cid-uYxWVaAvPP .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxWVaAvPP .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWZxPM9Y {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxWZxPM9Y .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-uYxWZxPM9Y .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxWZxPM9Y .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxWZxPM9Y .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxWZxPM9Y .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxWZxPM9Y .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxWZxPM9Y .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxWZxPM9Y .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxWZxPM9Y .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxWZxPM9Y .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxWZxPM9Y .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxWZxPM9Y .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxWZxPM9Y .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxWZxPM9Y .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxWZxPM9Y .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxWZxPM9Y .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxWZxPM9Y .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxWZxPM9Y .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxWZxPM9Y .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxWZxPM9Y .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxWZxPM9Y .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxWZxPM9Y .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxWZxPM9Y .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxWZxPM9Y .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxWZxPM9Y .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxWZxPM9Y .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxWZxPM9Y .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxWZxPM9Y .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxWZxPM9Y .container,
.cid-uYxWZxPM9Y .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxWZxPM9Y .container,
  .cid-uYxWZxPM9Y .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxWZxPM9Y .container,
  .cid-uYxWZxPM9Y .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxWZxPM9Y .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxWZxPM9Y .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxWZxPM9Y .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxWZxPM9Y .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxWZxPM9Y .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxWZxPM9Y .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxWZxPM9Y .nav-item:focus,
.cid-uYxWZxPM9Y .nav-link:focus {
  outline: none;
}
.cid-uYxWZxPM9Y .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxWZxPM9Y .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxWZxPM9Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxWZxPM9Y .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxWZxPM9Y .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxWZxPM9Y .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxWZxPM9Y .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-uYxWZxPM9Y .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxWZxPM9Y .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxWZxPM9Y .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxWZxPM9Y .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxWZxPM9Y .navbar.collapsed {
  justify-content: center;
}
.cid-uYxWZxPM9Y .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxWZxPM9Y .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxWZxPM9Y .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxWZxPM9Y .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxWZxPM9Y .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-uYxWZxPM9Y .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxWZxPM9Y .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxWZxPM9Y .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxWZxPM9Y .navbar {
    min-height: 72px;
  }
  .cid-uYxWZxPM9Y .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxWZxPM9Y .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxWZxPM9Y .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxWZxPM9Y .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxWZxPM9Y .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxWZxPM9Y .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-uYxWZxPM9Y .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxWZxPM9Y .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxWZxPM9Y .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxWZxPM9Y .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxWZxPM9Y .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxWZxPM9Y .dropdown-item.active,
.cid-uYxWZxPM9Y .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxWZxPM9Y .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxWZxPM9Y .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxWZxPM9Y .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxWZxPM9Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxWZxPM9Y .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxWZxPM9Y .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxWZxPM9Y .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxWZxPM9Y ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxWZxPM9Y .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxWZxPM9Y .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxWZxPM9Y button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxWZxPM9Y button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxWZxPM9Y button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxWZxPM9Y button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxWZxPM9Y button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxWZxPM9Y button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxWZxPM9Y nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxWZxPM9Y nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxWZxPM9Y nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxWZxPM9Y nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxWZxPM9Y .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxWZxPM9Y a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxWZxPM9Y .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-uYxWZxPM9Y .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxWZxPM9Y .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxWZxPM9Y .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxWZxPM9Y .navbar {
    height: 70px;
  }
  .cid-uYxWZxPM9Y .navbar.opened {
    height: auto;
  }
  .cid-uYxWZxPM9Y .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxWZxPM9Y .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxWZxPM9Y .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxWZxPM9Y .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxWZxPM9Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxWZxPM9Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxWZxPM9Y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxWZxPM9Y .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxWZxPM9Y .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxWZxPM9Y .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxWZxPM9Y .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxWZxPM9Y .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxWZxPM9Y .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxWZxPM9Y .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxWZxPM9Y .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxWZxPM9Y .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxWZxPM9Y .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxWZxPM9Y .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-uYxWZxPM9Y .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxWZxPM9Y .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxWZxPM9Y .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxWZxPM9Y .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxWZxPM9Y .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxWZxPM9Y .content-wrap {
    display: block;
  }
}
.cid-uYxWZyaNPU {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxWZyaNPU .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWZyaNPU .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWZyaNPU .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWZyaNPU .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxWZyaNPU .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWZyaNPU .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxWZyaNPU .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxWZyaNPU .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxWZyaNPU .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxWZyaNPU .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWZyaNPU .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxWZyaNPU .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWZyaNPU .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxWZyaNPU .mbr-text,
.cid-uYxWZyaNPU .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWZyaNPU .mbr-section-title,
.cid-uYxWZyaNPU .mbr-section-btn {
  text-align: center;
}
.cid-uYxWZypRi6 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxWZypRi6 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWZypRi6 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWZypRi6 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxWZypRi6 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxWZypRi6 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxWZypRi6 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxWZypRi6 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxWZypRi6 .item {
    margin-bottom: 40px;
  }
}
.cid-uYxWZypRi6 .item .item-wrapper {
  height: 100%;
}
.cid-uYxWZypRi6 .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxWZypRi6 .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxWZypRi6 .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxWZypRi6 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxWZypRi6 .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxWZypRi6 .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxWZypRi6 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxWZypRi6 .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxWZypRi6 .mbr-section-title,
.cid-uYxWZypRi6 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxWZypRi6 .card-name {
  color: #323432;
}
.cid-uYxWZypRi6 .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxWZypRi6 .card-name,
.cid-uYxWZypRi6 .mbr-section-btn {
  text-align: center;
}
.cid-uYxWZyLMQf {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxWZyLMQf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWZyLMQf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWZyLMQf .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxWZyLMQf .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxWZyLMQf .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxWZyLMQf .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxWZyLMQf .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxWZyLMQf .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxWZyLMQf .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxWZyLMQf .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxWZyLMQf .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxWZyLMQf .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxWZyLMQf .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxWZyLMQf .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxWZyLMQf .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxWZyLMQf .mbr-label,
.cid-uYxWZyLMQf .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxWZyLMQf .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxWZyLMQf .mbr-text,
.cid-uYxWZyLMQf .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxWZyLMQf .mbr-section-title,
.cid-uYxWZyLMQf .mbr-section-btn {
  text-align: center;
}
.cid-uYxWZyLMQf .mbr-section-title,
.cid-uYxWZyLMQf .mbr-section-btn,
.cid-uYxWZyLMQf .title-wrapper {
  text-align: justify;
}
.cid-uYxWZzifeb {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxWZzifeb .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxWZzifeb .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxWZzifeb .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxWZzifeb .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxWZzifeb .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxWZzifeb .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxWZzifeb .row {
  justify-content: center;
}
.cid-uYxWZzifeb .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWZzifeb .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxWZzifeb .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxWZzifeb .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWZzifeb .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxWZzifeb .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxWZzifeb .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxWZzifeb .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxWZzifeb .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxWZzifeb .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxWZzifeb .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxWZzifeb .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxWZzifeb .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxWZzifeb .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxWZzifeb .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxWZzifeb .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxWZzifeb .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxWZzifeb .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxWZzifeb .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxWZzifeb .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxWZzifeb .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxWZzifeb .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxWZzifeb .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxWZzifeb .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxWZzifeb .mbr-text,
.cid-uYxWZzifeb .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxWZzifeb .mbr-section-btn,
.cid-uYxWZzifeb .mbr-section-title {
  text-align: center;
}
.cid-uYxWZzifeb .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxWZzifeb .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxX4JQkW8 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxX4JQkW8 .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-uYxX4JQkW8 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxX4JQkW8 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxX4JQkW8 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxX4JQkW8 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxX4JQkW8 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxX4JQkW8 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxX4JQkW8 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxX4JQkW8 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxX4JQkW8 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxX4JQkW8 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxX4JQkW8 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxX4JQkW8 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxX4JQkW8 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxX4JQkW8 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxX4JQkW8 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxX4JQkW8 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxX4JQkW8 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxX4JQkW8 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxX4JQkW8 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxX4JQkW8 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxX4JQkW8 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxX4JQkW8 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxX4JQkW8 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxX4JQkW8 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxX4JQkW8 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxX4JQkW8 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxX4JQkW8 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxX4JQkW8 .container,
.cid-uYxX4JQkW8 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxX4JQkW8 .container,
  .cid-uYxX4JQkW8 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxX4JQkW8 .container,
  .cid-uYxX4JQkW8 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxX4JQkW8 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxX4JQkW8 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxX4JQkW8 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxX4JQkW8 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxX4JQkW8 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxX4JQkW8 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxX4JQkW8 .nav-item:focus,
.cid-uYxX4JQkW8 .nav-link:focus {
  outline: none;
}
.cid-uYxX4JQkW8 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxX4JQkW8 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxX4JQkW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxX4JQkW8 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxX4JQkW8 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxX4JQkW8 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxX4JQkW8 .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-uYxX4JQkW8 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxX4JQkW8 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxX4JQkW8 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxX4JQkW8 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxX4JQkW8 .navbar.collapsed {
  justify-content: center;
}
.cid-uYxX4JQkW8 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxX4JQkW8 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxX4JQkW8 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxX4JQkW8 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxX4JQkW8 .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-uYxX4JQkW8 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxX4JQkW8 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxX4JQkW8 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxX4JQkW8 .navbar {
    min-height: 72px;
  }
  .cid-uYxX4JQkW8 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxX4JQkW8 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxX4JQkW8 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxX4JQkW8 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxX4JQkW8 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxX4JQkW8 .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-uYxX4JQkW8 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxX4JQkW8 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxX4JQkW8 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxX4JQkW8 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxX4JQkW8 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxX4JQkW8 .dropdown-item.active,
.cid-uYxX4JQkW8 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxX4JQkW8 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxX4JQkW8 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxX4JQkW8 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxX4JQkW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxX4JQkW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxX4JQkW8 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxX4JQkW8 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxX4JQkW8 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxX4JQkW8 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxX4JQkW8 .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxX4JQkW8 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxX4JQkW8 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxX4JQkW8 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxX4JQkW8 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxX4JQkW8 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxX4JQkW8 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxX4JQkW8 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxX4JQkW8 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxX4JQkW8 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxX4JQkW8 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxX4JQkW8 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxX4JQkW8 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxX4JQkW8 .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-uYxX4JQkW8 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxX4JQkW8 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxX4JQkW8 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxX4JQkW8 .navbar {
    height: 70px;
  }
  .cid-uYxX4JQkW8 .navbar.opened {
    height: auto;
  }
  .cid-uYxX4JQkW8 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxX4JQkW8 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxX4JQkW8 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxX4JQkW8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxX4JQkW8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxX4JQkW8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxX4JQkW8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxX4JQkW8 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxX4JQkW8 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxX4JQkW8 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxX4JQkW8 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxX4JQkW8 .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxX4JQkW8 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxX4JQkW8 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxX4JQkW8 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxX4JQkW8 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxX4JQkW8 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxX4JQkW8 .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-uYxX4JQkW8 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxX4JQkW8 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxX4JQkW8 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxX4JQkW8 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxX4JQkW8 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxX4JQkW8 .content-wrap {
    display: block;
  }
}
.cid-uYxX4KbYSB {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxX4KbYSB .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxX4KbYSB .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxX4KbYSB .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxX4KbYSB .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxX4KbYSB .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxX4KbYSB .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxX4KbYSB .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxX4KbYSB .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxX4KbYSB .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxX4KbYSB .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxX4KbYSB .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxX4KbYSB .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxX4KbYSB .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxX4KbYSB .mbr-text,
.cid-uYxX4KbYSB .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxX4KbYSB .mbr-section-title,
.cid-uYxX4KbYSB .mbr-section-btn {
  text-align: center;
}
.cid-uYxX4KpJuc {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxX4KpJuc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxX4KpJuc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxX4KpJuc .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxX4KpJuc .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxX4KpJuc .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxX4KpJuc .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxX4KpJuc .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxX4KpJuc .item {
    margin-bottom: 40px;
  }
}
.cid-uYxX4KpJuc .item .item-wrapper {
  height: 100%;
}
.cid-uYxX4KpJuc .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxX4KpJuc .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxX4KpJuc .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxX4KpJuc .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxX4KpJuc .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxX4KpJuc .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxX4KpJuc .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxX4KpJuc .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxX4KpJuc .mbr-section-title,
.cid-uYxX4KpJuc .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxX4KpJuc .card-name {
  color: #323432;
}
.cid-uYxX4KpJuc .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxX4KpJuc .card-name,
.cid-uYxX4KpJuc .mbr-section-btn {
  text-align: center;
}
.cid-uYxX4KK4Hx {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxX4KK4Hx .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxX4KK4Hx .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxX4KK4Hx .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxX4KK4Hx .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxX4KK4Hx .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxX4KK4Hx .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxX4KK4Hx .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxX4KK4Hx .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxX4KK4Hx .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxX4KK4Hx .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxX4KK4Hx .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxX4KK4Hx .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxX4KK4Hx .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxX4KK4Hx .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxX4KK4Hx .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxX4KK4Hx .mbr-label,
.cid-uYxX4KK4Hx .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxX4KK4Hx .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxX4KK4Hx .mbr-text,
.cid-uYxX4KK4Hx .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxX4KK4Hx .mbr-section-title,
.cid-uYxX4KK4Hx .mbr-section-btn {
  text-align: center;
}
.cid-uYxX4KK4Hx .mbr-section-title,
.cid-uYxX4KK4Hx .mbr-section-btn,
.cid-uYxX4KK4Hx .title-wrapper {
  text-align: justify;
}
.cid-uYxX4Lhwhp {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxX4Lhwhp .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxX4Lhwhp .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxX4Lhwhp .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxX4Lhwhp .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxX4Lhwhp .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxX4Lhwhp .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxX4Lhwhp .row {
  justify-content: center;
}
.cid-uYxX4Lhwhp .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxX4Lhwhp .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxX4Lhwhp .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxX4Lhwhp .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxX4Lhwhp .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxX4Lhwhp .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxX4Lhwhp .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxX4Lhwhp .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxX4Lhwhp .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxX4Lhwhp .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxX4Lhwhp .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxX4Lhwhp .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxX4Lhwhp .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxX4Lhwhp .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxX4Lhwhp .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxX4Lhwhp .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxX4Lhwhp .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxX4Lhwhp .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxX4Lhwhp .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxX4Lhwhp .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxX4Lhwhp .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxX4Lhwhp .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxX4Lhwhp .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxX4Lhwhp .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxX4Lhwhp .mbr-text,
.cid-uYxX4Lhwhp .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxX4Lhwhp .mbr-section-btn,
.cid-uYxX4Lhwhp .mbr-section-title {
  text-align: center;
}
.cid-uYxX4Lhwhp .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxX4Lhwhp .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXae0INE {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxXae0INE .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-uYxXae0INE .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxXae0INE .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxXae0INE .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxXae0INE .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxXae0INE .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxXae0INE .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxXae0INE .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxXae0INE .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxXae0INE .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxXae0INE .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxXae0INE .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxXae0INE .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxXae0INE .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxXae0INE .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxXae0INE .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxXae0INE .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxXae0INE .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxXae0INE .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxXae0INE .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxXae0INE .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxXae0INE .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxXae0INE .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxXae0INE .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxXae0INE .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxXae0INE .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxXae0INE .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxXae0INE .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxXae0INE .container,
.cid-uYxXae0INE .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxXae0INE .container,
  .cid-uYxXae0INE .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxXae0INE .container,
  .cid-uYxXae0INE .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxXae0INE .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxXae0INE .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxXae0INE .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxXae0INE .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxXae0INE .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxXae0INE .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxXae0INE .nav-item:focus,
.cid-uYxXae0INE .nav-link:focus {
  outline: none;
}
.cid-uYxXae0INE .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxXae0INE .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxXae0INE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxXae0INE .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxXae0INE .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxXae0INE .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxXae0INE .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-uYxXae0INE .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxXae0INE .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxXae0INE .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxXae0INE .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxXae0INE .navbar.collapsed {
  justify-content: center;
}
.cid-uYxXae0INE .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxXae0INE .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxXae0INE .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxXae0INE .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxXae0INE .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-uYxXae0INE .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxXae0INE .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxXae0INE .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxXae0INE .navbar {
    min-height: 72px;
  }
  .cid-uYxXae0INE .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxXae0INE .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxXae0INE .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxXae0INE .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxXae0INE .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxXae0INE .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-uYxXae0INE .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxXae0INE .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxXae0INE .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxXae0INE .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxXae0INE .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxXae0INE .dropdown-item.active,
.cid-uYxXae0INE .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxXae0INE .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxXae0INE .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxXae0INE .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxXae0INE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxXae0INE .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxXae0INE .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxXae0INE .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxXae0INE ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxXae0INE .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxXae0INE .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxXae0INE button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxXae0INE button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxXae0INE button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxXae0INE button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxXae0INE button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxXae0INE button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxXae0INE nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxXae0INE nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxXae0INE nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxXae0INE nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxXae0INE .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxXae0INE a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxXae0INE .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-uYxXae0INE .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxXae0INE .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxXae0INE .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxXae0INE .navbar {
    height: 70px;
  }
  .cid-uYxXae0INE .navbar.opened {
    height: auto;
  }
  .cid-uYxXae0INE .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxXae0INE .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxXae0INE .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxXae0INE .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxXae0INE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxXae0INE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxXae0INE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxXae0INE .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxXae0INE .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxXae0INE .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxXae0INE .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxXae0INE .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxXae0INE .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxXae0INE .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxXae0INE .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxXae0INE .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxXae0INE .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxXae0INE .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-uYxXae0INE .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxXae0INE .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxXae0INE .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxXae0INE .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxXae0INE .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxXae0INE .content-wrap {
    display: block;
  }
}
.cid-uYxXaeitrz {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxXaeitrz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXaeitrz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXaeitrz .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXaeitrz .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxXaeitrz .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXaeitrz .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxXaeitrz .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxXaeitrz .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxXaeitrz .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxXaeitrz .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXaeitrz .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxXaeitrz .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXaeitrz .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxXaeitrz .mbr-text,
.cid-uYxXaeitrz .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXaeitrz .mbr-section-title,
.cid-uYxXaeitrz .mbr-section-btn {
  text-align: center;
}
.cid-uYxXaexUUj {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxXaexUUj .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXaexUUj .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXaexUUj .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxXaexUUj .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxXaexUUj .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxXaexUUj .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxXaexUUj .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxXaexUUj .item {
    margin-bottom: 40px;
  }
}
.cid-uYxXaexUUj .item .item-wrapper {
  height: 100%;
}
.cid-uYxXaexUUj .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxXaexUUj .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxXaexUUj .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxXaexUUj .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxXaexUUj .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxXaexUUj .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxXaexUUj .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxXaexUUj .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxXaexUUj .mbr-section-title,
.cid-uYxXaexUUj .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxXaexUUj .card-name {
  color: #323432;
}
.cid-uYxXaexUUj .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxXaexUUj .card-name,
.cid-uYxXaexUUj .mbr-section-btn {
  text-align: center;
}
.cid-uYxXaeQHc7 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxXaeQHc7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXaeQHc7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXaeQHc7 .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxXaeQHc7 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxXaeQHc7 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxXaeQHc7 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxXaeQHc7 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxXaeQHc7 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxXaeQHc7 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxXaeQHc7 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxXaeQHc7 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxXaeQHc7 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxXaeQHc7 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxXaeQHc7 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxXaeQHc7 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxXaeQHc7 .mbr-label,
.cid-uYxXaeQHc7 .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxXaeQHc7 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxXaeQHc7 .mbr-text,
.cid-uYxXaeQHc7 .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxXaeQHc7 .mbr-section-title,
.cid-uYxXaeQHc7 .mbr-section-btn {
  text-align: center;
}
.cid-uYxXaeQHc7 .mbr-section-title,
.cid-uYxXaeQHc7 .mbr-section-btn,
.cid-uYxXaeQHc7 .title-wrapper {
  text-align: justify;
}
.cid-uYxXafo2rl {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxXafo2rl .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxXafo2rl .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxXafo2rl .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxXafo2rl .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxXafo2rl .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXafo2rl .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXafo2rl .row {
  justify-content: center;
}
.cid-uYxXafo2rl .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXafo2rl .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxXafo2rl .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxXafo2rl .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXafo2rl .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxXafo2rl .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXafo2rl .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxXafo2rl .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxXafo2rl .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxXafo2rl .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxXafo2rl .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxXafo2rl .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXafo2rl .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxXafo2rl .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxXafo2rl .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxXafo2rl .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxXafo2rl .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxXafo2rl .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxXafo2rl .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxXafo2rl .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxXafo2rl .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxXafo2rl .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxXafo2rl .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxXafo2rl .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxXafo2rl .mbr-text,
.cid-uYxXafo2rl .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXafo2rl .mbr-section-btn,
.cid-uYxXafo2rl .mbr-section-title {
  text-align: center;
}
.cid-uYxXafo2rl .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxXafo2rl .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXgn7BsO {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxXgn7BsO .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-uYxXgn7BsO .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxXgn7BsO .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxXgn7BsO .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxXgn7BsO .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxXgn7BsO .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxXgn7BsO .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxXgn7BsO .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxXgn7BsO .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxXgn7BsO .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxXgn7BsO .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxXgn7BsO .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxXgn7BsO .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxXgn7BsO .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxXgn7BsO .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxXgn7BsO .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxXgn7BsO .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxXgn7BsO .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxXgn7BsO .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxXgn7BsO .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxXgn7BsO .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxXgn7BsO .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxXgn7BsO .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxXgn7BsO .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxXgn7BsO .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxXgn7BsO .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxXgn7BsO .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxXgn7BsO .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxXgn7BsO .container,
.cid-uYxXgn7BsO .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxXgn7BsO .container,
  .cid-uYxXgn7BsO .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxXgn7BsO .container,
  .cid-uYxXgn7BsO .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxXgn7BsO .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxXgn7BsO .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxXgn7BsO .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxXgn7BsO .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxXgn7BsO .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxXgn7BsO .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxXgn7BsO .nav-item:focus,
.cid-uYxXgn7BsO .nav-link:focus {
  outline: none;
}
.cid-uYxXgn7BsO .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxXgn7BsO .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxXgn7BsO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxXgn7BsO .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxXgn7BsO .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxXgn7BsO .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxXgn7BsO .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-uYxXgn7BsO .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxXgn7BsO .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxXgn7BsO .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxXgn7BsO .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxXgn7BsO .navbar.collapsed {
  justify-content: center;
}
.cid-uYxXgn7BsO .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxXgn7BsO .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxXgn7BsO .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxXgn7BsO .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxXgn7BsO .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-uYxXgn7BsO .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxXgn7BsO .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxXgn7BsO .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxXgn7BsO .navbar {
    min-height: 72px;
  }
  .cid-uYxXgn7BsO .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxXgn7BsO .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxXgn7BsO .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxXgn7BsO .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxXgn7BsO .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxXgn7BsO .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-uYxXgn7BsO .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxXgn7BsO .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxXgn7BsO .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxXgn7BsO .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxXgn7BsO .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxXgn7BsO .dropdown-item.active,
.cid-uYxXgn7BsO .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxXgn7BsO .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxXgn7BsO .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxXgn7BsO .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxXgn7BsO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxXgn7BsO .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxXgn7BsO .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxXgn7BsO .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxXgn7BsO ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxXgn7BsO .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxXgn7BsO .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxXgn7BsO button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxXgn7BsO button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxXgn7BsO button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxXgn7BsO button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxXgn7BsO button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxXgn7BsO button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxXgn7BsO nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxXgn7BsO nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxXgn7BsO nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxXgn7BsO nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxXgn7BsO .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxXgn7BsO a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxXgn7BsO .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-uYxXgn7BsO .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxXgn7BsO .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxXgn7BsO .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxXgn7BsO .navbar {
    height: 70px;
  }
  .cid-uYxXgn7BsO .navbar.opened {
    height: auto;
  }
  .cid-uYxXgn7BsO .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxXgn7BsO .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxXgn7BsO .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxXgn7BsO .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxXgn7BsO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxXgn7BsO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxXgn7BsO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxXgn7BsO .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxXgn7BsO .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxXgn7BsO .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxXgn7BsO .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxXgn7BsO .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxXgn7BsO .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxXgn7BsO .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxXgn7BsO .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxXgn7BsO .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxXgn7BsO .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxXgn7BsO .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-uYxXgn7BsO .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxXgn7BsO .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxXgn7BsO .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxXgn7BsO .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxXgn7BsO .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxXgn7BsO .content-wrap {
    display: block;
  }
}
.cid-uYxXgnrBvo {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxXgnrBvo .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXgnrBvo .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXgnrBvo .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXgnrBvo .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxXgnrBvo .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXgnrBvo .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxXgnrBvo .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxXgnrBvo .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxXgnrBvo .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxXgnrBvo .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXgnrBvo .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxXgnrBvo .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXgnrBvo .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxXgnrBvo .mbr-text,
.cid-uYxXgnrBvo .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXgnrBvo .mbr-section-title,
.cid-uYxXgnrBvo .mbr-section-btn {
  text-align: center;
}
.cid-uYxXgnHdUX {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxXgnHdUX .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXgnHdUX .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXgnHdUX .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxXgnHdUX .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxXgnHdUX .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxXgnHdUX .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxXgnHdUX .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxXgnHdUX .item {
    margin-bottom: 40px;
  }
}
.cid-uYxXgnHdUX .item .item-wrapper {
  height: 100%;
}
.cid-uYxXgnHdUX .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxXgnHdUX .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxXgnHdUX .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxXgnHdUX .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxXgnHdUX .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxXgnHdUX .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxXgnHdUX .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxXgnHdUX .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxXgnHdUX .mbr-section-title,
.cid-uYxXgnHdUX .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxXgnHdUX .card-name {
  color: #323432;
}
.cid-uYxXgnHdUX .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxXgnHdUX .card-name,
.cid-uYxXgnHdUX .mbr-section-btn {
  text-align: center;
}
.cid-uYxXgo2Qlq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxXgo2Qlq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXgo2Qlq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXgo2Qlq .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxXgo2Qlq .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxXgo2Qlq .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxXgo2Qlq .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxXgo2Qlq .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxXgo2Qlq .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxXgo2Qlq .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxXgo2Qlq .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxXgo2Qlq .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxXgo2Qlq .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxXgo2Qlq .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxXgo2Qlq .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxXgo2Qlq .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxXgo2Qlq .mbr-label,
.cid-uYxXgo2Qlq .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxXgo2Qlq .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxXgo2Qlq .mbr-text,
.cid-uYxXgo2Qlq .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxXgo2Qlq .mbr-section-title,
.cid-uYxXgo2Qlq .mbr-section-btn {
  text-align: center;
}
.cid-uYxXgo2Qlq .mbr-section-title,
.cid-uYxXgo2Qlq .mbr-section-btn,
.cid-uYxXgo2Qlq .title-wrapper {
  text-align: justify;
}
.cid-uYxXgoBoNH {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxXgoBoNH .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxXgoBoNH .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxXgoBoNH .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxXgoBoNH .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxXgoBoNH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXgoBoNH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXgoBoNH .row {
  justify-content: center;
}
.cid-uYxXgoBoNH .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXgoBoNH .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxXgoBoNH .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxXgoBoNH .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXgoBoNH .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxXgoBoNH .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXgoBoNH .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxXgoBoNH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxXgoBoNH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxXgoBoNH .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxXgoBoNH .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxXgoBoNH .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXgoBoNH .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxXgoBoNH .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxXgoBoNH .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxXgoBoNH .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxXgoBoNH .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxXgoBoNH .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxXgoBoNH .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxXgoBoNH .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxXgoBoNH .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxXgoBoNH .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxXgoBoNH .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxXgoBoNH .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxXgoBoNH .mbr-text,
.cid-uYxXgoBoNH .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXgoBoNH .mbr-section-btn,
.cid-uYxXgoBoNH .mbr-section-title {
  text-align: center;
}
.cid-uYxXgoBoNH .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxXgoBoNH .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXMfEXt7 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxXMfEXt7 .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-uYxXMfEXt7 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxXMfEXt7 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxXMfEXt7 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxXMfEXt7 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxXMfEXt7 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxXMfEXt7 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxXMfEXt7 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxXMfEXt7 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxXMfEXt7 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxXMfEXt7 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxXMfEXt7 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxXMfEXt7 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxXMfEXt7 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxXMfEXt7 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxXMfEXt7 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxXMfEXt7 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxXMfEXt7 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxXMfEXt7 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxXMfEXt7 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxXMfEXt7 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxXMfEXt7 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxXMfEXt7 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxXMfEXt7 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxXMfEXt7 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxXMfEXt7 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxXMfEXt7 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxXMfEXt7 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxXMfEXt7 .container,
.cid-uYxXMfEXt7 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxXMfEXt7 .container,
  .cid-uYxXMfEXt7 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxXMfEXt7 .container,
  .cid-uYxXMfEXt7 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxXMfEXt7 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxXMfEXt7 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxXMfEXt7 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxXMfEXt7 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxXMfEXt7 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxXMfEXt7 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxXMfEXt7 .nav-item:focus,
.cid-uYxXMfEXt7 .nav-link:focus {
  outline: none;
}
.cid-uYxXMfEXt7 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxXMfEXt7 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxXMfEXt7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxXMfEXt7 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxXMfEXt7 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxXMfEXt7 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxXMfEXt7 .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-uYxXMfEXt7 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxXMfEXt7 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxXMfEXt7 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxXMfEXt7 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxXMfEXt7 .navbar.collapsed {
  justify-content: center;
}
.cid-uYxXMfEXt7 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxXMfEXt7 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxXMfEXt7 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxXMfEXt7 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxXMfEXt7 .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-uYxXMfEXt7 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxXMfEXt7 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxXMfEXt7 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxXMfEXt7 .navbar {
    min-height: 72px;
  }
  .cid-uYxXMfEXt7 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxXMfEXt7 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxXMfEXt7 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxXMfEXt7 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxXMfEXt7 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxXMfEXt7 .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-uYxXMfEXt7 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxXMfEXt7 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxXMfEXt7 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxXMfEXt7 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxXMfEXt7 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxXMfEXt7 .dropdown-item.active,
.cid-uYxXMfEXt7 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxXMfEXt7 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxXMfEXt7 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxXMfEXt7 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxXMfEXt7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxXMfEXt7 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxXMfEXt7 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxXMfEXt7 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxXMfEXt7 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxXMfEXt7 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxXMfEXt7 .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxXMfEXt7 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxXMfEXt7 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxXMfEXt7 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxXMfEXt7 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxXMfEXt7 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxXMfEXt7 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxXMfEXt7 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxXMfEXt7 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxXMfEXt7 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxXMfEXt7 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxXMfEXt7 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxXMfEXt7 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxXMfEXt7 .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-uYxXMfEXt7 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxXMfEXt7 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxXMfEXt7 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxXMfEXt7 .navbar {
    height: 70px;
  }
  .cid-uYxXMfEXt7 .navbar.opened {
    height: auto;
  }
  .cid-uYxXMfEXt7 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxXMfEXt7 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxXMfEXt7 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxXMfEXt7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxXMfEXt7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxXMfEXt7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxXMfEXt7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxXMfEXt7 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxXMfEXt7 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxXMfEXt7 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxXMfEXt7 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxXMfEXt7 .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxXMfEXt7 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxXMfEXt7 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxXMfEXt7 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxXMfEXt7 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxXMfEXt7 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxXMfEXt7 .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-uYxXMfEXt7 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxXMfEXt7 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxXMfEXt7 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxXMfEXt7 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxXMfEXt7 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxXMfEXt7 .content-wrap {
    display: block;
  }
}
.cid-uYxXMg0cE7 {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxXMg0cE7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXMg0cE7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXMg0cE7 .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXMg0cE7 .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxXMg0cE7 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXMg0cE7 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxXMg0cE7 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxXMg0cE7 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxXMg0cE7 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxXMg0cE7 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXMg0cE7 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxXMg0cE7 .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXMg0cE7 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxXMg0cE7 .mbr-text,
.cid-uYxXMg0cE7 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXMg0cE7 .mbr-section-title,
.cid-uYxXMg0cE7 .mbr-section-btn {
  text-align: center;
}
.cid-uYxXMggeov {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxXMggeov .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXMggeov .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXMggeov .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxXMggeov .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxXMggeov .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxXMggeov .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxXMggeov .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxXMggeov .item {
    margin-bottom: 40px;
  }
}
.cid-uYxXMggeov .item .item-wrapper {
  height: 100%;
}
.cid-uYxXMggeov .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxXMggeov .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxXMggeov .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxXMggeov .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxXMggeov .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxXMggeov .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxXMggeov .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxXMggeov .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxXMggeov .mbr-section-title,
.cid-uYxXMggeov .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxXMggeov .card-name {
  color: #323432;
}
.cid-uYxXMggeov .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxXMggeov .card-name,
.cid-uYxXMggeov .mbr-section-btn {
  text-align: center;
}
.cid-uYxXMgBJxH {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxXMgBJxH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXMgBJxH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXMgBJxH .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxXMgBJxH .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxXMgBJxH .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxXMgBJxH .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxXMgBJxH .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxXMgBJxH .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxXMgBJxH .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxXMgBJxH .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxXMgBJxH .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxXMgBJxH .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxXMgBJxH .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxXMgBJxH .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxXMgBJxH .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxXMgBJxH .mbr-label,
.cid-uYxXMgBJxH .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxXMgBJxH .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxXMgBJxH .mbr-text,
.cid-uYxXMgBJxH .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxXMgBJxH .mbr-section-title,
.cid-uYxXMgBJxH .mbr-section-btn {
  text-align: center;
}
.cid-uYxXMgBJxH .mbr-section-title,
.cid-uYxXMgBJxH .mbr-section-btn,
.cid-uYxXMgBJxH .title-wrapper {
  text-align: justify;
}
.cid-uYxXMhd6Cm {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxXMhd6Cm .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxXMhd6Cm .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxXMhd6Cm .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxXMhd6Cm .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxXMhd6Cm .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXMhd6Cm .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXMhd6Cm .row {
  justify-content: center;
}
.cid-uYxXMhd6Cm .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXMhd6Cm .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxXMhd6Cm .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxXMhd6Cm .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXMhd6Cm .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxXMhd6Cm .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXMhd6Cm .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxXMhd6Cm .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxXMhd6Cm .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxXMhd6Cm .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxXMhd6Cm .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxXMhd6Cm .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXMhd6Cm .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxXMhd6Cm .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxXMhd6Cm .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxXMhd6Cm .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxXMhd6Cm .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxXMhd6Cm .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxXMhd6Cm .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxXMhd6Cm .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxXMhd6Cm .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxXMhd6Cm .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxXMhd6Cm .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxXMhd6Cm .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxXMhd6Cm .mbr-text,
.cid-uYxXMhd6Cm .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXMhd6Cm .mbr-section-btn,
.cid-uYxXMhd6Cm .mbr-section-title {
  text-align: center;
}
.cid-uYxXMhd6Cm .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxXMhd6Cm .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXROU6yw {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxXROU6yw .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-uYxXROU6yw .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxXROU6yw .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxXROU6yw .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxXROU6yw .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxXROU6yw .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxXROU6yw .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxXROU6yw .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxXROU6yw .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxXROU6yw .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxXROU6yw .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxXROU6yw .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxXROU6yw .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxXROU6yw .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxXROU6yw .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxXROU6yw .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxXROU6yw .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxXROU6yw .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxXROU6yw .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxXROU6yw .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxXROU6yw .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxXROU6yw .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxXROU6yw .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxXROU6yw .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxXROU6yw .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxXROU6yw .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxXROU6yw .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxXROU6yw .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxXROU6yw .container,
.cid-uYxXROU6yw .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxXROU6yw .container,
  .cid-uYxXROU6yw .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxXROU6yw .container,
  .cid-uYxXROU6yw .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxXROU6yw .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxXROU6yw .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxXROU6yw .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxXROU6yw .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxXROU6yw .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxXROU6yw .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxXROU6yw .nav-item:focus,
.cid-uYxXROU6yw .nav-link:focus {
  outline: none;
}
.cid-uYxXROU6yw .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxXROU6yw .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxXROU6yw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxXROU6yw .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxXROU6yw .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxXROU6yw .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxXROU6yw .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-uYxXROU6yw .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxXROU6yw .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxXROU6yw .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxXROU6yw .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxXROU6yw .navbar.collapsed {
  justify-content: center;
}
.cid-uYxXROU6yw .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxXROU6yw .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxXROU6yw .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxXROU6yw .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxXROU6yw .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-uYxXROU6yw .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxXROU6yw .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxXROU6yw .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxXROU6yw .navbar {
    min-height: 72px;
  }
  .cid-uYxXROU6yw .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxXROU6yw .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxXROU6yw .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxXROU6yw .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxXROU6yw .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxXROU6yw .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-uYxXROU6yw .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxXROU6yw .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxXROU6yw .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxXROU6yw .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxXROU6yw .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxXROU6yw .dropdown-item.active,
.cid-uYxXROU6yw .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxXROU6yw .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxXROU6yw .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxXROU6yw .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxXROU6yw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxXROU6yw .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxXROU6yw .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxXROU6yw .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxXROU6yw ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxXROU6yw .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxXROU6yw .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxXROU6yw button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxXROU6yw button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxXROU6yw button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxXROU6yw button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxXROU6yw button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxXROU6yw button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxXROU6yw nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxXROU6yw nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxXROU6yw nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxXROU6yw nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxXROU6yw .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxXROU6yw a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxXROU6yw .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-uYxXROU6yw .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxXROU6yw .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxXROU6yw .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxXROU6yw .navbar {
    height: 70px;
  }
  .cid-uYxXROU6yw .navbar.opened {
    height: auto;
  }
  .cid-uYxXROU6yw .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxXROU6yw .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxXROU6yw .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxXROU6yw .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxXROU6yw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxXROU6yw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxXROU6yw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxXROU6yw .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxXROU6yw .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxXROU6yw .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxXROU6yw .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxXROU6yw .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxXROU6yw .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxXROU6yw .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxXROU6yw .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxXROU6yw .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxXROU6yw .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxXROU6yw .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-uYxXROU6yw .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxXROU6yw .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxXROU6yw .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxXROU6yw .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxXROU6yw .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxXROU6yw .content-wrap {
    display: block;
  }
}
.cid-uYxXRPgN1R {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxXRPgN1R .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXRPgN1R .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXRPgN1R .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXRPgN1R .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxXRPgN1R .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXRPgN1R .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxXRPgN1R .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxXRPgN1R .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxXRPgN1R .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxXRPgN1R .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXRPgN1R .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxXRPgN1R .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXRPgN1R .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxXRPgN1R .mbr-text,
.cid-uYxXRPgN1R .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXRPgN1R .mbr-section-title,
.cid-uYxXRPgN1R .mbr-section-btn {
  text-align: center;
}
.cid-uYxXRPwX5g {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxXRPwX5g .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXRPwX5g .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXRPwX5g .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxXRPwX5g .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxXRPwX5g .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxXRPwX5g .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxXRPwX5g .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxXRPwX5g .item {
    margin-bottom: 40px;
  }
}
.cid-uYxXRPwX5g .item .item-wrapper {
  height: 100%;
}
.cid-uYxXRPwX5g .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxXRPwX5g .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxXRPwX5g .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxXRPwX5g .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxXRPwX5g .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxXRPwX5g .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxXRPwX5g .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxXRPwX5g .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxXRPwX5g .mbr-section-title,
.cid-uYxXRPwX5g .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxXRPwX5g .card-name {
  color: #323432;
}
.cid-uYxXRPwX5g .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxXRPwX5g .card-name,
.cid-uYxXRPwX5g .mbr-section-btn {
  text-align: center;
}
.cid-uYxXRPSbXr {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxXRPSbXr .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXRPSbXr .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXRPSbXr .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxXRPSbXr .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxXRPSbXr .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxXRPSbXr .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxXRPSbXr .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxXRPSbXr .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxXRPSbXr .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxXRPSbXr .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxXRPSbXr .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxXRPSbXr .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxXRPSbXr .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxXRPSbXr .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxXRPSbXr .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxXRPSbXr .mbr-label,
.cid-uYxXRPSbXr .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxXRPSbXr .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxXRPSbXr .mbr-text,
.cid-uYxXRPSbXr .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxXRPSbXr .mbr-section-title,
.cid-uYxXRPSbXr .mbr-section-btn {
  text-align: center;
}
.cid-uYxXRPSbXr .mbr-section-title,
.cid-uYxXRPSbXr .mbr-section-btn,
.cid-uYxXRPSbXr .title-wrapper {
  text-align: justify;
}
.cid-uYxXRQsLn1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxXRQsLn1 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxXRQsLn1 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxXRQsLn1 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxXRQsLn1 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxXRQsLn1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXRQsLn1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXRQsLn1 .row {
  justify-content: center;
}
.cid-uYxXRQsLn1 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXRQsLn1 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxXRQsLn1 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxXRQsLn1 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXRQsLn1 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxXRQsLn1 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXRQsLn1 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxXRQsLn1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxXRQsLn1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxXRQsLn1 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxXRQsLn1 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxXRQsLn1 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXRQsLn1 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxXRQsLn1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxXRQsLn1 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxXRQsLn1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxXRQsLn1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxXRQsLn1 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxXRQsLn1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxXRQsLn1 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxXRQsLn1 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxXRQsLn1 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxXRQsLn1 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxXRQsLn1 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxXRQsLn1 .mbr-text,
.cid-uYxXRQsLn1 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXRQsLn1 .mbr-section-btn,
.cid-uYxXRQsLn1 .mbr-section-title {
  text-align: center;
}
.cid-uYxXRQsLn1 .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxXRQsLn1 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXXMajVJ {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxXXMajVJ .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-uYxXXMajVJ .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxXXMajVJ .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxXXMajVJ .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxXXMajVJ .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxXXMajVJ .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxXXMajVJ .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxXXMajVJ .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxXXMajVJ .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxXXMajVJ .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxXXMajVJ .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxXXMajVJ .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxXXMajVJ .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxXXMajVJ .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxXXMajVJ .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxXXMajVJ .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxXXMajVJ .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxXXMajVJ .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxXXMajVJ .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxXXMajVJ .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxXXMajVJ .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxXXMajVJ .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxXXMajVJ .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxXXMajVJ .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxXXMajVJ .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxXXMajVJ .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxXXMajVJ .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxXXMajVJ .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxXXMajVJ .container,
.cid-uYxXXMajVJ .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxXXMajVJ .container,
  .cid-uYxXXMajVJ .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxXXMajVJ .container,
  .cid-uYxXXMajVJ .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxXXMajVJ .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxXXMajVJ .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxXXMajVJ .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxXXMajVJ .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxXXMajVJ .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxXXMajVJ .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxXXMajVJ .nav-item:focus,
.cid-uYxXXMajVJ .nav-link:focus {
  outline: none;
}
.cid-uYxXXMajVJ .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxXXMajVJ .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxXXMajVJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxXXMajVJ .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxXXMajVJ .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxXXMajVJ .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxXXMajVJ .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-uYxXXMajVJ .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxXXMajVJ .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxXXMajVJ .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxXXMajVJ .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxXXMajVJ .navbar.collapsed {
  justify-content: center;
}
.cid-uYxXXMajVJ .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxXXMajVJ .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxXXMajVJ .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxXXMajVJ .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxXXMajVJ .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-uYxXXMajVJ .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxXXMajVJ .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxXXMajVJ .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxXXMajVJ .navbar {
    min-height: 72px;
  }
  .cid-uYxXXMajVJ .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxXXMajVJ .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxXXMajVJ .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxXXMajVJ .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxXXMajVJ .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxXXMajVJ .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-uYxXXMajVJ .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxXXMajVJ .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxXXMajVJ .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxXXMajVJ .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxXXMajVJ .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxXXMajVJ .dropdown-item.active,
.cid-uYxXXMajVJ .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxXXMajVJ .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxXXMajVJ .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxXXMajVJ .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxXXMajVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxXXMajVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxXXMajVJ .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxXXMajVJ .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxXXMajVJ ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxXXMajVJ .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxXXMajVJ .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxXXMajVJ button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxXXMajVJ button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxXXMajVJ button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxXXMajVJ button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxXXMajVJ button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxXXMajVJ button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxXXMajVJ nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxXXMajVJ nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxXXMajVJ nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxXXMajVJ nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxXXMajVJ .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxXXMajVJ a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxXXMajVJ .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-uYxXXMajVJ .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxXXMajVJ .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxXXMajVJ .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxXXMajVJ .navbar {
    height: 70px;
  }
  .cid-uYxXXMajVJ .navbar.opened {
    height: auto;
  }
  .cid-uYxXXMajVJ .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxXXMajVJ .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxXXMajVJ .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxXXMajVJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxXXMajVJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxXXMajVJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxXXMajVJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxXXMajVJ .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxXXMajVJ .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxXXMajVJ .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxXXMajVJ .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxXXMajVJ .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxXXMajVJ .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxXXMajVJ .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxXXMajVJ .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxXXMajVJ .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxXXMajVJ .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxXXMajVJ .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-uYxXXMajVJ .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxXXMajVJ .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxXXMajVJ .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxXXMajVJ .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxXXMajVJ .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxXXMajVJ .content-wrap {
    display: block;
  }
}
.cid-uYxXXMATis {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxXXMATis .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXXMATis .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXXMATis .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXXMATis .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxXXMATis .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXXMATis .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxXXMATis .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxXXMATis .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxXXMATis .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxXXMATis .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXXMATis .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxXXMATis .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXXMATis .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxXXMATis .mbr-text,
.cid-uYxXXMATis .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXXMATis .mbr-section-title,
.cid-uYxXXMATis .mbr-section-btn {
  text-align: center;
}
.cid-uYxXXMPtaI {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxXXMPtaI .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXXMPtaI .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXXMPtaI .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxXXMPtaI .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxXXMPtaI .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxXXMPtaI .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxXXMPtaI .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxXXMPtaI .item {
    margin-bottom: 40px;
  }
}
.cid-uYxXXMPtaI .item .item-wrapper {
  height: 100%;
}
.cid-uYxXXMPtaI .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxXXMPtaI .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxXXMPtaI .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxXXMPtaI .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxXXMPtaI .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxXXMPtaI .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxXXMPtaI .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxXXMPtaI .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxXXMPtaI .mbr-section-title,
.cid-uYxXXMPtaI .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxXXMPtaI .card-name {
  color: #323432;
}
.cid-uYxXXMPtaI .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxXXMPtaI .card-name,
.cid-uYxXXMPtaI .mbr-section-btn {
  text-align: center;
}
.cid-uYxXXNbuY2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxXXNbuY2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXXNbuY2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXXNbuY2 .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxXXNbuY2 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxXXNbuY2 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxXXNbuY2 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxXXNbuY2 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxXXNbuY2 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxXXNbuY2 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxXXNbuY2 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxXXNbuY2 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxXXNbuY2 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxXXNbuY2 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxXXNbuY2 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxXXNbuY2 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxXXNbuY2 .mbr-label,
.cid-uYxXXNbuY2 .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxXXNbuY2 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxXXNbuY2 .mbr-text,
.cid-uYxXXNbuY2 .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxXXNbuY2 .mbr-section-title,
.cid-uYxXXNbuY2 .mbr-section-btn {
  text-align: center;
}
.cid-uYxXXNbuY2 .mbr-section-title,
.cid-uYxXXNbuY2 .mbr-section-btn,
.cid-uYxXXNbuY2 .title-wrapper {
  text-align: justify;
}
.cid-uYxXXNKBHg {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxXXNKBHg .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxXXNKBHg .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxXXNKBHg .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxXXNKBHg .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxXXNKBHg .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxXXNKBHg .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxXXNKBHg .row {
  justify-content: center;
}
.cid-uYxXXNKBHg .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXXNKBHg .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxXXNKBHg .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxXXNKBHg .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXXNKBHg .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxXXNKBHg .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxXXNKBHg .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxXXNKBHg .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxXXNKBHg .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxXXNKBHg .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxXXNKBHg .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxXXNKBHg .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxXXNKBHg .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxXXNKBHg .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxXXNKBHg .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxXXNKBHg .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxXXNKBHg .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxXXNKBHg .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxXXNKBHg .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxXXNKBHg .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxXXNKBHg .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxXXNKBHg .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxXXNKBHg .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxXXNKBHg .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxXXNKBHg .mbr-text,
.cid-uYxXXNKBHg .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxXXNKBHg .mbr-section-btn,
.cid-uYxXXNKBHg .mbr-section-title {
  text-align: center;
}
.cid-uYxXXNKBHg .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxXXNKBHg .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxY2D7Xub {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxY2D7Xub .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-uYxY2D7Xub .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxY2D7Xub .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxY2D7Xub .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxY2D7Xub .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxY2D7Xub .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxY2D7Xub .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxY2D7Xub .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxY2D7Xub .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxY2D7Xub .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxY2D7Xub .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxY2D7Xub .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxY2D7Xub .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxY2D7Xub .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxY2D7Xub .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxY2D7Xub .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxY2D7Xub .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxY2D7Xub .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxY2D7Xub .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxY2D7Xub .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxY2D7Xub .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxY2D7Xub .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxY2D7Xub .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxY2D7Xub .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxY2D7Xub .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxY2D7Xub .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxY2D7Xub .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxY2D7Xub .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxY2D7Xub .container,
.cid-uYxY2D7Xub .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxY2D7Xub .container,
  .cid-uYxY2D7Xub .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxY2D7Xub .container,
  .cid-uYxY2D7Xub .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxY2D7Xub .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxY2D7Xub .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxY2D7Xub .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxY2D7Xub .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxY2D7Xub .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxY2D7Xub .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxY2D7Xub .nav-item:focus,
.cid-uYxY2D7Xub .nav-link:focus {
  outline: none;
}
.cid-uYxY2D7Xub .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxY2D7Xub .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxY2D7Xub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxY2D7Xub .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxY2D7Xub .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxY2D7Xub .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxY2D7Xub .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-uYxY2D7Xub .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxY2D7Xub .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxY2D7Xub .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxY2D7Xub .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxY2D7Xub .navbar.collapsed {
  justify-content: center;
}
.cid-uYxY2D7Xub .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxY2D7Xub .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxY2D7Xub .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxY2D7Xub .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxY2D7Xub .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-uYxY2D7Xub .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxY2D7Xub .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxY2D7Xub .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxY2D7Xub .navbar {
    min-height: 72px;
  }
  .cid-uYxY2D7Xub .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxY2D7Xub .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxY2D7Xub .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxY2D7Xub .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxY2D7Xub .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxY2D7Xub .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-uYxY2D7Xub .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxY2D7Xub .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxY2D7Xub .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxY2D7Xub .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxY2D7Xub .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxY2D7Xub .dropdown-item.active,
.cid-uYxY2D7Xub .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxY2D7Xub .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxY2D7Xub .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxY2D7Xub .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxY2D7Xub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxY2D7Xub .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxY2D7Xub .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxY2D7Xub .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxY2D7Xub ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxY2D7Xub .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxY2D7Xub .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxY2D7Xub button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxY2D7Xub button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxY2D7Xub button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxY2D7Xub button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxY2D7Xub button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxY2D7Xub button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxY2D7Xub nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxY2D7Xub nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxY2D7Xub nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxY2D7Xub nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxY2D7Xub .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxY2D7Xub a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxY2D7Xub .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-uYxY2D7Xub .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxY2D7Xub .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxY2D7Xub .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxY2D7Xub .navbar {
    height: 70px;
  }
  .cid-uYxY2D7Xub .navbar.opened {
    height: auto;
  }
  .cid-uYxY2D7Xub .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxY2D7Xub .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxY2D7Xub .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxY2D7Xub .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxY2D7Xub .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxY2D7Xub .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxY2D7Xub .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxY2D7Xub .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxY2D7Xub .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxY2D7Xub .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxY2D7Xub .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxY2D7Xub .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxY2D7Xub .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxY2D7Xub .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxY2D7Xub .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxY2D7Xub .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxY2D7Xub .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxY2D7Xub .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-uYxY2D7Xub .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxY2D7Xub .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxY2D7Xub .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxY2D7Xub .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxY2D7Xub .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxY2D7Xub .content-wrap {
    display: block;
  }
}
.cid-uYxY2DtV1u {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxY2DtV1u .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxY2DtV1u .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxY2DtV1u .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxY2DtV1u .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxY2DtV1u .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxY2DtV1u .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxY2DtV1u .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxY2DtV1u .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxY2DtV1u .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxY2DtV1u .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxY2DtV1u .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxY2DtV1u .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxY2DtV1u .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxY2DtV1u .mbr-text,
.cid-uYxY2DtV1u .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxY2DtV1u .mbr-section-title,
.cid-uYxY2DtV1u .mbr-section-btn {
  text-align: center;
}
.cid-uYxY2DIwP0 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxY2DIwP0 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxY2DIwP0 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxY2DIwP0 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxY2DIwP0 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxY2DIwP0 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxY2DIwP0 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxY2DIwP0 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxY2DIwP0 .item {
    margin-bottom: 40px;
  }
}
.cid-uYxY2DIwP0 .item .item-wrapper {
  height: 100%;
}
.cid-uYxY2DIwP0 .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxY2DIwP0 .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxY2DIwP0 .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxY2DIwP0 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxY2DIwP0 .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxY2DIwP0 .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxY2DIwP0 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxY2DIwP0 .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxY2DIwP0 .mbr-section-title,
.cid-uYxY2DIwP0 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxY2DIwP0 .card-name {
  color: #323432;
}
.cid-uYxY2DIwP0 .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxY2DIwP0 .card-name,
.cid-uYxY2DIwP0 .mbr-section-btn {
  text-align: center;
}
.cid-uYxY2E4nLS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxY2E4nLS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxY2E4nLS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxY2E4nLS .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxY2E4nLS .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxY2E4nLS .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxY2E4nLS .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxY2E4nLS .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxY2E4nLS .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxY2E4nLS .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxY2E4nLS .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxY2E4nLS .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxY2E4nLS .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxY2E4nLS .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxY2E4nLS .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxY2E4nLS .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxY2E4nLS .mbr-label,
.cid-uYxY2E4nLS .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxY2E4nLS .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxY2E4nLS .mbr-text,
.cid-uYxY2E4nLS .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxY2E4nLS .mbr-section-title,
.cid-uYxY2E4nLS .mbr-section-btn {
  text-align: center;
}
.cid-uYxY2E4nLS .mbr-section-title,
.cid-uYxY2E4nLS .mbr-section-btn,
.cid-uYxY2E4nLS .title-wrapper {
  text-align: justify;
}
.cid-uYxY2ED40v {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxY2ED40v .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxY2ED40v .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxY2ED40v .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxY2ED40v .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxY2ED40v .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxY2ED40v .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxY2ED40v .row {
  justify-content: center;
}
.cid-uYxY2ED40v .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxY2ED40v .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxY2ED40v .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxY2ED40v .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxY2ED40v .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxY2ED40v .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxY2ED40v .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxY2ED40v .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxY2ED40v .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxY2ED40v .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxY2ED40v .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxY2ED40v .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxY2ED40v .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxY2ED40v .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxY2ED40v .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxY2ED40v .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxY2ED40v .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxY2ED40v .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxY2ED40v .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxY2ED40v .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxY2ED40v .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxY2ED40v .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxY2ED40v .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxY2ED40v .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxY2ED40v .mbr-text,
.cid-uYxY2ED40v .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxY2ED40v .mbr-section-btn,
.cid-uYxY2ED40v .mbr-section-title {
  text-align: center;
}
.cid-uYxY2ED40v .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxY2ED40v .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYaBR0Sr {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxYaBR0Sr .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-uYxYaBR0Sr .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxYaBR0Sr .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxYaBR0Sr .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxYaBR0Sr .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxYaBR0Sr .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxYaBR0Sr .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxYaBR0Sr .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxYaBR0Sr .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxYaBR0Sr .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxYaBR0Sr .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxYaBR0Sr .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxYaBR0Sr .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxYaBR0Sr .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxYaBR0Sr .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxYaBR0Sr .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxYaBR0Sr .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxYaBR0Sr .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxYaBR0Sr .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxYaBR0Sr .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxYaBR0Sr .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxYaBR0Sr .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxYaBR0Sr .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxYaBR0Sr .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxYaBR0Sr .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxYaBR0Sr .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxYaBR0Sr .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxYaBR0Sr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxYaBR0Sr .container,
.cid-uYxYaBR0Sr .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxYaBR0Sr .container,
  .cid-uYxYaBR0Sr .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxYaBR0Sr .container,
  .cid-uYxYaBR0Sr .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxYaBR0Sr .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxYaBR0Sr .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxYaBR0Sr .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxYaBR0Sr .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxYaBR0Sr .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxYaBR0Sr .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxYaBR0Sr .nav-item:focus,
.cid-uYxYaBR0Sr .nav-link:focus {
  outline: none;
}
.cid-uYxYaBR0Sr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxYaBR0Sr .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxYaBR0Sr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxYaBR0Sr .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxYaBR0Sr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxYaBR0Sr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxYaBR0Sr .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-uYxYaBR0Sr .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxYaBR0Sr .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxYaBR0Sr .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxYaBR0Sr .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxYaBR0Sr .navbar.collapsed {
  justify-content: center;
}
.cid-uYxYaBR0Sr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxYaBR0Sr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxYaBR0Sr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxYaBR0Sr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxYaBR0Sr .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-uYxYaBR0Sr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxYaBR0Sr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxYaBR0Sr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxYaBR0Sr .navbar {
    min-height: 72px;
  }
  .cid-uYxYaBR0Sr .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxYaBR0Sr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxYaBR0Sr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxYaBR0Sr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxYaBR0Sr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxYaBR0Sr .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-uYxYaBR0Sr .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxYaBR0Sr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxYaBR0Sr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxYaBR0Sr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxYaBR0Sr .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxYaBR0Sr .dropdown-item.active,
.cid-uYxYaBR0Sr .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxYaBR0Sr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxYaBR0Sr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxYaBR0Sr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxYaBR0Sr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxYaBR0Sr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxYaBR0Sr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxYaBR0Sr .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxYaBR0Sr ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxYaBR0Sr .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxYaBR0Sr .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxYaBR0Sr button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxYaBR0Sr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxYaBR0Sr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxYaBR0Sr button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxYaBR0Sr button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxYaBR0Sr button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxYaBR0Sr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxYaBR0Sr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxYaBR0Sr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxYaBR0Sr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxYaBR0Sr .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxYaBR0Sr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxYaBR0Sr .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-uYxYaBR0Sr .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxYaBR0Sr .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxYaBR0Sr .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxYaBR0Sr .navbar {
    height: 70px;
  }
  .cid-uYxYaBR0Sr .navbar.opened {
    height: auto;
  }
  .cid-uYxYaBR0Sr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxYaBR0Sr .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxYaBR0Sr .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxYaBR0Sr .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxYaBR0Sr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxYaBR0Sr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxYaBR0Sr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxYaBR0Sr .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxYaBR0Sr .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxYaBR0Sr .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxYaBR0Sr .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxYaBR0Sr .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxYaBR0Sr .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxYaBR0Sr .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxYaBR0Sr .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxYaBR0Sr .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxYaBR0Sr .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxYaBR0Sr .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-uYxYaBR0Sr .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxYaBR0Sr .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxYaBR0Sr .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxYaBR0Sr .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxYaBR0Sr .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxYaBR0Sr .content-wrap {
    display: block;
  }
}
.cid-uYxYaCdWhL {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxYaCdWhL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYaCdWhL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYaCdWhL .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYaCdWhL .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxYaCdWhL .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYaCdWhL .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxYaCdWhL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxYaCdWhL .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxYaCdWhL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxYaCdWhL .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYaCdWhL .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxYaCdWhL .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYaCdWhL .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxYaCdWhL .mbr-text,
.cid-uYxYaCdWhL .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYaCdWhL .mbr-section-title,
.cid-uYxYaCdWhL .mbr-section-btn {
  text-align: center;
}
.cid-uYxYaCrCm7 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxYaCrCm7 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYaCrCm7 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYaCrCm7 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxYaCrCm7 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxYaCrCm7 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxYaCrCm7 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxYaCrCm7 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxYaCrCm7 .item {
    margin-bottom: 40px;
  }
}
.cid-uYxYaCrCm7 .item .item-wrapper {
  height: 100%;
}
.cid-uYxYaCrCm7 .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxYaCrCm7 .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxYaCrCm7 .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxYaCrCm7 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxYaCrCm7 .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxYaCrCm7 .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxYaCrCm7 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxYaCrCm7 .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxYaCrCm7 .mbr-section-title,
.cid-uYxYaCrCm7 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxYaCrCm7 .card-name {
  color: #323432;
}
.cid-uYxYaCrCm7 .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxYaCrCm7 .card-name,
.cid-uYxYaCrCm7 .mbr-section-btn {
  text-align: center;
}
.cid-uYxYaCMGIt {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxYaCMGIt .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYaCMGIt .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYaCMGIt .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxYaCMGIt .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxYaCMGIt .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxYaCMGIt .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxYaCMGIt .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxYaCMGIt .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxYaCMGIt .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxYaCMGIt .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxYaCMGIt .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxYaCMGIt .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxYaCMGIt .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxYaCMGIt .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxYaCMGIt .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxYaCMGIt .mbr-label,
.cid-uYxYaCMGIt .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxYaCMGIt .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxYaCMGIt .mbr-text,
.cid-uYxYaCMGIt .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxYaCMGIt .mbr-section-title,
.cid-uYxYaCMGIt .mbr-section-btn {
  text-align: center;
}
.cid-uYxYaCMGIt .mbr-section-title,
.cid-uYxYaCMGIt .mbr-section-btn,
.cid-uYxYaCMGIt .title-wrapper {
  text-align: justify;
}
.cid-uYxYaDq9gP {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxYaDq9gP .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxYaDq9gP .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxYaDq9gP .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxYaDq9gP .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxYaDq9gP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYaDq9gP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYaDq9gP .row {
  justify-content: center;
}
.cid-uYxYaDq9gP .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYaDq9gP .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxYaDq9gP .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxYaDq9gP .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYaDq9gP .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxYaDq9gP .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYaDq9gP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxYaDq9gP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxYaDq9gP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxYaDq9gP .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxYaDq9gP .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxYaDq9gP .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYaDq9gP .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxYaDq9gP .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxYaDq9gP .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxYaDq9gP .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxYaDq9gP .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxYaDq9gP .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxYaDq9gP .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxYaDq9gP .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxYaDq9gP .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxYaDq9gP .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxYaDq9gP .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxYaDq9gP .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxYaDq9gP .mbr-text,
.cid-uYxYaDq9gP .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYaDq9gP .mbr-section-btn,
.cid-uYxYaDq9gP .mbr-section-title {
  text-align: center;
}
.cid-uYxYaDq9gP .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxYaDq9gP .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYxcJVBY {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxYxcJVBY .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-uYxYxcJVBY .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxYxcJVBY .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxYxcJVBY .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxYxcJVBY .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxYxcJVBY .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxYxcJVBY .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxYxcJVBY .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxYxcJVBY .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxYxcJVBY .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxYxcJVBY .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxYxcJVBY .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxYxcJVBY .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxYxcJVBY .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxYxcJVBY .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxYxcJVBY .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxYxcJVBY .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxYxcJVBY .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxYxcJVBY .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxYxcJVBY .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxYxcJVBY .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxYxcJVBY .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxYxcJVBY .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxYxcJVBY .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxYxcJVBY .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxYxcJVBY .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxYxcJVBY .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxYxcJVBY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxYxcJVBY .container,
.cid-uYxYxcJVBY .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxYxcJVBY .container,
  .cid-uYxYxcJVBY .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxYxcJVBY .container,
  .cid-uYxYxcJVBY .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxYxcJVBY .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxYxcJVBY .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxYxcJVBY .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxYxcJVBY .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxYxcJVBY .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxYxcJVBY .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxYxcJVBY .nav-item:focus,
.cid-uYxYxcJVBY .nav-link:focus {
  outline: none;
}
.cid-uYxYxcJVBY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxYxcJVBY .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxYxcJVBY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxYxcJVBY .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxYxcJVBY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxYxcJVBY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxYxcJVBY .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-uYxYxcJVBY .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxYxcJVBY .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxYxcJVBY .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxYxcJVBY .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxYxcJVBY .navbar.collapsed {
  justify-content: center;
}
.cid-uYxYxcJVBY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxYxcJVBY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxYxcJVBY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxYxcJVBY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxYxcJVBY .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-uYxYxcJVBY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxYxcJVBY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxYxcJVBY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxYxcJVBY .navbar {
    min-height: 72px;
  }
  .cid-uYxYxcJVBY .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxYxcJVBY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxYxcJVBY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxYxcJVBY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxYxcJVBY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxYxcJVBY .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-uYxYxcJVBY .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxYxcJVBY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxYxcJVBY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxYxcJVBY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxYxcJVBY .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxYxcJVBY .dropdown-item.active,
.cid-uYxYxcJVBY .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxYxcJVBY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxYxcJVBY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxYxcJVBY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxYxcJVBY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxYxcJVBY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxYxcJVBY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxYxcJVBY .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxYxcJVBY ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxYxcJVBY .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxYxcJVBY .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxYxcJVBY button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxYxcJVBY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxYxcJVBY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxYxcJVBY button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxYxcJVBY button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxYxcJVBY button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxYxcJVBY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxYxcJVBY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxYxcJVBY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxYxcJVBY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxYxcJVBY .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxYxcJVBY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxYxcJVBY .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-uYxYxcJVBY .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxYxcJVBY .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxYxcJVBY .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxYxcJVBY .navbar {
    height: 70px;
  }
  .cid-uYxYxcJVBY .navbar.opened {
    height: auto;
  }
  .cid-uYxYxcJVBY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxYxcJVBY .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxYxcJVBY .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxYxcJVBY .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxYxcJVBY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxYxcJVBY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxYxcJVBY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxYxcJVBY .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxYxcJVBY .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxYxcJVBY .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxYxcJVBY .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxYxcJVBY .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxYxcJVBY .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxYxcJVBY .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxYxcJVBY .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxYxcJVBY .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxYxcJVBY .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxYxcJVBY .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-uYxYxcJVBY .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxYxcJVBY .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxYxcJVBY .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxYxcJVBY .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxYxcJVBY .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxYxcJVBY .content-wrap {
    display: block;
  }
}
.cid-uYxYxd49S5 {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxYxd49S5 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYxd49S5 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYxd49S5 .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYxd49S5 .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxYxd49S5 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYxd49S5 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxYxd49S5 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxYxd49S5 .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxYxd49S5 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxYxd49S5 .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYxd49S5 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxYxd49S5 .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYxd49S5 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxYxd49S5 .mbr-text,
.cid-uYxYxd49S5 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYxd49S5 .mbr-section-title,
.cid-uYxYxd49S5 .mbr-section-btn {
  text-align: center;
}
.cid-uYxYxdlDYf {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxYxdlDYf .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYxdlDYf .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYxdlDYf .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxYxdlDYf .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxYxdlDYf .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxYxdlDYf .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxYxdlDYf .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxYxdlDYf .item {
    margin-bottom: 40px;
  }
}
.cid-uYxYxdlDYf .item .item-wrapper {
  height: 100%;
}
.cid-uYxYxdlDYf .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxYxdlDYf .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxYxdlDYf .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxYxdlDYf .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxYxdlDYf .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxYxdlDYf .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxYxdlDYf .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxYxdlDYf .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxYxdlDYf .mbr-section-title,
.cid-uYxYxdlDYf .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxYxdlDYf .card-name {
  color: #323432;
}
.cid-uYxYxdlDYf .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxYxdlDYf .card-name,
.cid-uYxYxdlDYf .mbr-section-btn {
  text-align: center;
}
.cid-uYxYxdIKcv {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxYxdIKcv .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYxdIKcv .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYxdIKcv .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxYxdIKcv .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxYxdIKcv .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxYxdIKcv .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxYxdIKcv .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxYxdIKcv .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxYxdIKcv .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxYxdIKcv .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxYxdIKcv .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxYxdIKcv .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxYxdIKcv .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxYxdIKcv .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxYxdIKcv .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxYxdIKcv .mbr-label,
.cid-uYxYxdIKcv .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxYxdIKcv .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxYxdIKcv .mbr-text,
.cid-uYxYxdIKcv .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxYxdIKcv .mbr-section-title,
.cid-uYxYxdIKcv .mbr-section-btn {
  text-align: center;
}
.cid-uYxYxdIKcv .mbr-section-title,
.cid-uYxYxdIKcv .mbr-section-btn,
.cid-uYxYxdIKcv .title-wrapper {
  text-align: justify;
}
.cid-uYxYxehfKL {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxYxehfKL .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxYxehfKL .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxYxehfKL .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxYxehfKL .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxYxehfKL .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYxehfKL .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYxehfKL .row {
  justify-content: center;
}
.cid-uYxYxehfKL .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYxehfKL .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxYxehfKL .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxYxehfKL .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYxehfKL .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxYxehfKL .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYxehfKL .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxYxehfKL .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxYxehfKL .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxYxehfKL .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxYxehfKL .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxYxehfKL .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYxehfKL .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxYxehfKL .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxYxehfKL .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxYxehfKL .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxYxehfKL .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxYxehfKL .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxYxehfKL .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxYxehfKL .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxYxehfKL .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxYxehfKL .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxYxehfKL .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxYxehfKL .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxYxehfKL .mbr-text,
.cid-uYxYxehfKL .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYxehfKL .mbr-section-btn,
.cid-uYxYxehfKL .mbr-section-title {
  text-align: center;
}
.cid-uYxYxehfKL .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxYxehfKL .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYD9cAAu {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxYD9cAAu .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-uYxYD9cAAu .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxYD9cAAu .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxYD9cAAu .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxYD9cAAu .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxYD9cAAu .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxYD9cAAu .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxYD9cAAu .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxYD9cAAu .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxYD9cAAu .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxYD9cAAu .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxYD9cAAu .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxYD9cAAu .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxYD9cAAu .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxYD9cAAu .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxYD9cAAu .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxYD9cAAu .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxYD9cAAu .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxYD9cAAu .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxYD9cAAu .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxYD9cAAu .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxYD9cAAu .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxYD9cAAu .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxYD9cAAu .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxYD9cAAu .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxYD9cAAu .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxYD9cAAu .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxYD9cAAu .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxYD9cAAu .container,
.cid-uYxYD9cAAu .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxYD9cAAu .container,
  .cid-uYxYD9cAAu .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxYD9cAAu .container,
  .cid-uYxYD9cAAu .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxYD9cAAu .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxYD9cAAu .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxYD9cAAu .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxYD9cAAu .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxYD9cAAu .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxYD9cAAu .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxYD9cAAu .nav-item:focus,
.cid-uYxYD9cAAu .nav-link:focus {
  outline: none;
}
.cid-uYxYD9cAAu .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxYD9cAAu .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxYD9cAAu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxYD9cAAu .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxYD9cAAu .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxYD9cAAu .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxYD9cAAu .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-uYxYD9cAAu .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxYD9cAAu .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxYD9cAAu .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxYD9cAAu .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxYD9cAAu .navbar.collapsed {
  justify-content: center;
}
.cid-uYxYD9cAAu .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxYD9cAAu .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxYD9cAAu .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxYD9cAAu .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxYD9cAAu .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-uYxYD9cAAu .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxYD9cAAu .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxYD9cAAu .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxYD9cAAu .navbar {
    min-height: 72px;
  }
  .cid-uYxYD9cAAu .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxYD9cAAu .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxYD9cAAu .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxYD9cAAu .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxYD9cAAu .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxYD9cAAu .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-uYxYD9cAAu .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxYD9cAAu .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxYD9cAAu .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxYD9cAAu .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxYD9cAAu .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxYD9cAAu .dropdown-item.active,
.cid-uYxYD9cAAu .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxYD9cAAu .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxYD9cAAu .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxYD9cAAu .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxYD9cAAu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxYD9cAAu .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxYD9cAAu .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxYD9cAAu .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxYD9cAAu ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxYD9cAAu .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxYD9cAAu .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxYD9cAAu button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxYD9cAAu button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxYD9cAAu button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxYD9cAAu button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxYD9cAAu button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxYD9cAAu button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxYD9cAAu nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxYD9cAAu nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxYD9cAAu nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxYD9cAAu nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxYD9cAAu .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxYD9cAAu a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxYD9cAAu .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-uYxYD9cAAu .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxYD9cAAu .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxYD9cAAu .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxYD9cAAu .navbar {
    height: 70px;
  }
  .cid-uYxYD9cAAu .navbar.opened {
    height: auto;
  }
  .cid-uYxYD9cAAu .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxYD9cAAu .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxYD9cAAu .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxYD9cAAu .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxYD9cAAu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxYD9cAAu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxYD9cAAu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxYD9cAAu .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxYD9cAAu .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxYD9cAAu .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxYD9cAAu .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxYD9cAAu .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxYD9cAAu .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxYD9cAAu .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxYD9cAAu .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxYD9cAAu .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxYD9cAAu .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxYD9cAAu .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-uYxYD9cAAu .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxYD9cAAu .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxYD9cAAu .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxYD9cAAu .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxYD9cAAu .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxYD9cAAu .content-wrap {
    display: block;
  }
}
.cid-uYxYD9y0oP {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxYD9y0oP .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYD9y0oP .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYD9y0oP .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYD9y0oP .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxYD9y0oP .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYD9y0oP .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxYD9y0oP .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxYD9y0oP .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxYD9y0oP .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxYD9y0oP .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYD9y0oP .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxYD9y0oP .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYD9y0oP .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxYD9y0oP .mbr-text,
.cid-uYxYD9y0oP .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYD9y0oP .mbr-section-title,
.cid-uYxYD9y0oP .mbr-section-btn {
  text-align: center;
}
.cid-uYxYD9OPaR {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxYD9OPaR .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYD9OPaR .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYD9OPaR .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxYD9OPaR .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxYD9OPaR .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxYD9OPaR .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxYD9OPaR .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxYD9OPaR .item {
    margin-bottom: 40px;
  }
}
.cid-uYxYD9OPaR .item .item-wrapper {
  height: 100%;
}
.cid-uYxYD9OPaR .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxYD9OPaR .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxYD9OPaR .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxYD9OPaR .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxYD9OPaR .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxYD9OPaR .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxYD9OPaR .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxYD9OPaR .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxYD9OPaR .mbr-section-title,
.cid-uYxYD9OPaR .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxYD9OPaR .card-name {
  color: #323432;
}
.cid-uYxYD9OPaR .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxYD9OPaR .card-name,
.cid-uYxYD9OPaR .mbr-section-btn {
  text-align: center;
}
.cid-uYxYDa9JMd {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxYDa9JMd .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYDa9JMd .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYDa9JMd .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxYDa9JMd .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxYDa9JMd .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxYDa9JMd .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxYDa9JMd .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxYDa9JMd .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxYDa9JMd .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxYDa9JMd .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxYDa9JMd .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxYDa9JMd .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxYDa9JMd .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxYDa9JMd .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxYDa9JMd .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxYDa9JMd .mbr-label,
.cid-uYxYDa9JMd .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxYDa9JMd .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxYDa9JMd .mbr-text,
.cid-uYxYDa9JMd .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxYDa9JMd .mbr-section-title,
.cid-uYxYDa9JMd .mbr-section-btn {
  text-align: center;
}
.cid-uYxYDa9JMd .mbr-section-title,
.cid-uYxYDa9JMd .mbr-section-btn,
.cid-uYxYDa9JMd .title-wrapper {
  text-align: justify;
}
.cid-uYxYDaIbud {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxYDaIbud .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxYDaIbud .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxYDaIbud .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxYDaIbud .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxYDaIbud .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYDaIbud .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYDaIbud .row {
  justify-content: center;
}
.cid-uYxYDaIbud .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYDaIbud .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxYDaIbud .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxYDaIbud .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYDaIbud .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxYDaIbud .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYDaIbud .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxYDaIbud .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxYDaIbud .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxYDaIbud .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxYDaIbud .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxYDaIbud .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYDaIbud .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxYDaIbud .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxYDaIbud .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxYDaIbud .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxYDaIbud .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxYDaIbud .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxYDaIbud .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxYDaIbud .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxYDaIbud .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxYDaIbud .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxYDaIbud .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxYDaIbud .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxYDaIbud .mbr-text,
.cid-uYxYDaIbud .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYDaIbud .mbr-section-btn,
.cid-uYxYDaIbud .mbr-section-title {
  text-align: center;
}
.cid-uYxYDaIbud .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxYDaIbud .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYI0IpYS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxYI0IpYS .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-uYxYI0IpYS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxYI0IpYS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxYI0IpYS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxYI0IpYS .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxYI0IpYS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxYI0IpYS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxYI0IpYS .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxYI0IpYS .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxYI0IpYS .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxYI0IpYS .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxYI0IpYS .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxYI0IpYS .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxYI0IpYS .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxYI0IpYS .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxYI0IpYS .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxYI0IpYS .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxYI0IpYS .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxYI0IpYS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxYI0IpYS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxYI0IpYS .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxYI0IpYS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxYI0IpYS .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxYI0IpYS .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxYI0IpYS .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxYI0IpYS .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxYI0IpYS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxYI0IpYS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxYI0IpYS .container,
.cid-uYxYI0IpYS .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxYI0IpYS .container,
  .cid-uYxYI0IpYS .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxYI0IpYS .container,
  .cid-uYxYI0IpYS .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxYI0IpYS .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxYI0IpYS .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxYI0IpYS .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxYI0IpYS .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxYI0IpYS .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxYI0IpYS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxYI0IpYS .nav-item:focus,
.cid-uYxYI0IpYS .nav-link:focus {
  outline: none;
}
.cid-uYxYI0IpYS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxYI0IpYS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxYI0IpYS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxYI0IpYS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxYI0IpYS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxYI0IpYS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxYI0IpYS .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-uYxYI0IpYS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxYI0IpYS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxYI0IpYS .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxYI0IpYS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxYI0IpYS .navbar.collapsed {
  justify-content: center;
}
.cid-uYxYI0IpYS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxYI0IpYS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxYI0IpYS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxYI0IpYS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxYI0IpYS .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-uYxYI0IpYS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxYI0IpYS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxYI0IpYS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxYI0IpYS .navbar {
    min-height: 72px;
  }
  .cid-uYxYI0IpYS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxYI0IpYS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxYI0IpYS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxYI0IpYS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxYI0IpYS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxYI0IpYS .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-uYxYI0IpYS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxYI0IpYS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxYI0IpYS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxYI0IpYS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxYI0IpYS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxYI0IpYS .dropdown-item.active,
.cid-uYxYI0IpYS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxYI0IpYS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxYI0IpYS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxYI0IpYS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxYI0IpYS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxYI0IpYS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxYI0IpYS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxYI0IpYS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxYI0IpYS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxYI0IpYS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxYI0IpYS .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxYI0IpYS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxYI0IpYS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxYI0IpYS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxYI0IpYS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxYI0IpYS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxYI0IpYS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxYI0IpYS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxYI0IpYS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxYI0IpYS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxYI0IpYS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxYI0IpYS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxYI0IpYS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxYI0IpYS .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-uYxYI0IpYS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxYI0IpYS .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxYI0IpYS .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxYI0IpYS .navbar {
    height: 70px;
  }
  .cid-uYxYI0IpYS .navbar.opened {
    height: auto;
  }
  .cid-uYxYI0IpYS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxYI0IpYS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxYI0IpYS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxYI0IpYS .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxYI0IpYS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxYI0IpYS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxYI0IpYS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxYI0IpYS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxYI0IpYS .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxYI0IpYS .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxYI0IpYS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxYI0IpYS .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxYI0IpYS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxYI0IpYS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxYI0IpYS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxYI0IpYS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxYI0IpYS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxYI0IpYS .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-uYxYI0IpYS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxYI0IpYS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxYI0IpYS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxYI0IpYS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxYI0IpYS .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxYI0IpYS .content-wrap {
    display: block;
  }
}
.cid-uYxYI12xNq {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxYI12xNq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYI12xNq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYI12xNq .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYI12xNq .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxYI12xNq .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYI12xNq .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxYI12xNq .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxYI12xNq .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxYI12xNq .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxYI12xNq .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYI12xNq .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxYI12xNq .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYI12xNq .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxYI12xNq .mbr-text,
.cid-uYxYI12xNq .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYI12xNq .mbr-section-title,
.cid-uYxYI12xNq .mbr-section-btn {
  text-align: center;
}
.cid-uYxYI1l292 {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxYI1l292 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYI1l292 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYI1l292 .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxYI1l292 .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxYI1l292 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxYI1l292 .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxYI1l292 .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxYI1l292 .item {
    margin-bottom: 40px;
  }
}
.cid-uYxYI1l292 .item .item-wrapper {
  height: 100%;
}
.cid-uYxYI1l292 .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxYI1l292 .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxYI1l292 .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxYI1l292 .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxYI1l292 .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxYI1l292 .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxYI1l292 .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxYI1l292 .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxYI1l292 .mbr-section-title,
.cid-uYxYI1l292 .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxYI1l292 .card-name {
  color: #323432;
}
.cid-uYxYI1l292 .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxYI1l292 .card-name,
.cid-uYxYI1l292 .mbr-section-btn {
  text-align: center;
}
.cid-uYxYI1FXQS {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxYI1FXQS .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYI1FXQS .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYI1FXQS .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxYI1FXQS .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxYI1FXQS .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxYI1FXQS .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxYI1FXQS .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxYI1FXQS .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxYI1FXQS .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxYI1FXQS .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxYI1FXQS .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxYI1FXQS .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxYI1FXQS .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxYI1FXQS .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxYI1FXQS .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxYI1FXQS .mbr-label,
.cid-uYxYI1FXQS .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxYI1FXQS .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxYI1FXQS .mbr-text,
.cid-uYxYI1FXQS .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxYI1FXQS .mbr-section-title,
.cid-uYxYI1FXQS .mbr-section-btn {
  text-align: center;
}
.cid-uYxYI1FXQS .mbr-section-title,
.cid-uYxYI1FXQS .mbr-section-btn,
.cid-uYxYI1FXQS .title-wrapper {
  text-align: justify;
}
.cid-uYxYI2mkVY {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxYI2mkVY .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxYI2mkVY .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxYI2mkVY .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxYI2mkVY .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxYI2mkVY .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYI2mkVY .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYI2mkVY .row {
  justify-content: center;
}
.cid-uYxYI2mkVY .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYI2mkVY .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxYI2mkVY .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxYI2mkVY .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYI2mkVY .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxYI2mkVY .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYI2mkVY .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxYI2mkVY .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxYI2mkVY .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxYI2mkVY .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxYI2mkVY .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxYI2mkVY .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYI2mkVY .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxYI2mkVY .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxYI2mkVY .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxYI2mkVY .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxYI2mkVY .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxYI2mkVY .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxYI2mkVY .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxYI2mkVY .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxYI2mkVY .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxYI2mkVY .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxYI2mkVY .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxYI2mkVY .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxYI2mkVY .mbr-text,
.cid-uYxYI2mkVY .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYI2mkVY .mbr-section-btn,
.cid-uYxYI2mkVY .mbr-section-title {
  text-align: center;
}
.cid-uYxYI2mkVY .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxYI2mkVY .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYQTNTbS {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxYQTNTbS .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-uYxYQTNTbS .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxYQTNTbS .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxYQTNTbS .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxYQTNTbS .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxYQTNTbS .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxYQTNTbS .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxYQTNTbS .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxYQTNTbS .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxYQTNTbS .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxYQTNTbS .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxYQTNTbS .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxYQTNTbS .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxYQTNTbS .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxYQTNTbS .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxYQTNTbS .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxYQTNTbS .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxYQTNTbS .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxYQTNTbS .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxYQTNTbS .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxYQTNTbS .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxYQTNTbS .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxYQTNTbS .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxYQTNTbS .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxYQTNTbS .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxYQTNTbS .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxYQTNTbS .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxYQTNTbS .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxYQTNTbS .container,
.cid-uYxYQTNTbS .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxYQTNTbS .container,
  .cid-uYxYQTNTbS .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxYQTNTbS .container,
  .cid-uYxYQTNTbS .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxYQTNTbS .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxYQTNTbS .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxYQTNTbS .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxYQTNTbS .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxYQTNTbS .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxYQTNTbS .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxYQTNTbS .nav-item:focus,
.cid-uYxYQTNTbS .nav-link:focus {
  outline: none;
}
.cid-uYxYQTNTbS .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxYQTNTbS .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxYQTNTbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxYQTNTbS .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxYQTNTbS .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxYQTNTbS .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxYQTNTbS .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-uYxYQTNTbS .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxYQTNTbS .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxYQTNTbS .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxYQTNTbS .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxYQTNTbS .navbar.collapsed {
  justify-content: center;
}
.cid-uYxYQTNTbS .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxYQTNTbS .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxYQTNTbS .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxYQTNTbS .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxYQTNTbS .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-uYxYQTNTbS .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxYQTNTbS .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxYQTNTbS .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxYQTNTbS .navbar {
    min-height: 72px;
  }
  .cid-uYxYQTNTbS .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxYQTNTbS .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxYQTNTbS .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxYQTNTbS .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxYQTNTbS .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxYQTNTbS .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-uYxYQTNTbS .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxYQTNTbS .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxYQTNTbS .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxYQTNTbS .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxYQTNTbS .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxYQTNTbS .dropdown-item.active,
.cid-uYxYQTNTbS .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxYQTNTbS .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxYQTNTbS .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxYQTNTbS .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxYQTNTbS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxYQTNTbS .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxYQTNTbS .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxYQTNTbS .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxYQTNTbS ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxYQTNTbS .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxYQTNTbS .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxYQTNTbS button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxYQTNTbS button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxYQTNTbS button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxYQTNTbS button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxYQTNTbS button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxYQTNTbS button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxYQTNTbS nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxYQTNTbS nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxYQTNTbS nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxYQTNTbS nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxYQTNTbS .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxYQTNTbS a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxYQTNTbS .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-uYxYQTNTbS .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxYQTNTbS .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxYQTNTbS .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxYQTNTbS .navbar {
    height: 70px;
  }
  .cid-uYxYQTNTbS .navbar.opened {
    height: auto;
  }
  .cid-uYxYQTNTbS .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxYQTNTbS .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxYQTNTbS .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxYQTNTbS .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxYQTNTbS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxYQTNTbS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxYQTNTbS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxYQTNTbS .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxYQTNTbS .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxYQTNTbS .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxYQTNTbS .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxYQTNTbS .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxYQTNTbS .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxYQTNTbS .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxYQTNTbS .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxYQTNTbS .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxYQTNTbS .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxYQTNTbS .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-uYxYQTNTbS .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxYQTNTbS .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxYQTNTbS .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxYQTNTbS .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxYQTNTbS .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxYQTNTbS .content-wrap {
    display: block;
  }
}
.cid-uYxYQUbCyH {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxYQUbCyH .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYQUbCyH .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYQUbCyH .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYQUbCyH .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxYQUbCyH .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYQUbCyH .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxYQUbCyH .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxYQUbCyH .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxYQUbCyH .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxYQUbCyH .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYQUbCyH .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxYQUbCyH .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYQUbCyH .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxYQUbCyH .mbr-text,
.cid-uYxYQUbCyH .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYQUbCyH .mbr-section-title,
.cid-uYxYQUbCyH .mbr-section-btn {
  text-align: center;
}
.cid-uYxYQUrDEz {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxYQUrDEz .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYQUrDEz .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYQUrDEz .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxYQUrDEz .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxYQUrDEz .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxYQUrDEz .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxYQUrDEz .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxYQUrDEz .item {
    margin-bottom: 40px;
  }
}
.cid-uYxYQUrDEz .item .item-wrapper {
  height: 100%;
}
.cid-uYxYQUrDEz .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxYQUrDEz .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxYQUrDEz .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxYQUrDEz .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxYQUrDEz .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxYQUrDEz .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxYQUrDEz .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxYQUrDEz .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxYQUrDEz .mbr-section-title,
.cid-uYxYQUrDEz .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxYQUrDEz .card-name {
  color: #323432;
}
.cid-uYxYQUrDEz .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxYQUrDEz .card-name,
.cid-uYxYQUrDEz .mbr-section-btn {
  text-align: center;
}
.cid-uYxYQUMAcq {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxYQUMAcq .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYQUMAcq .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYQUMAcq .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxYQUMAcq .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxYQUMAcq .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxYQUMAcq .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxYQUMAcq .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxYQUMAcq .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxYQUMAcq .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxYQUMAcq .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxYQUMAcq .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxYQUMAcq .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxYQUMAcq .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxYQUMAcq .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxYQUMAcq .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxYQUMAcq .mbr-label,
.cid-uYxYQUMAcq .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxYQUMAcq .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxYQUMAcq .mbr-text,
.cid-uYxYQUMAcq .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxYQUMAcq .mbr-section-title,
.cid-uYxYQUMAcq .mbr-section-btn {
  text-align: center;
}
.cid-uYxYQUMAcq .mbr-section-title,
.cid-uYxYQUMAcq .mbr-section-btn,
.cid-uYxYQUMAcq .title-wrapper {
  text-align: justify;
}
.cid-uYxYQVouUG {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxYQVouUG .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxYQVouUG .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxYQVouUG .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxYQVouUG .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxYQVouUG .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYQVouUG .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYQVouUG .row {
  justify-content: center;
}
.cid-uYxYQVouUG .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYQVouUG .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxYQVouUG .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxYQVouUG .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYQVouUG .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxYQVouUG .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYQVouUG .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxYQVouUG .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxYQVouUG .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxYQVouUG .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxYQVouUG .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxYQVouUG .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYQVouUG .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxYQVouUG .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxYQVouUG .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxYQVouUG .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxYQVouUG .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxYQVouUG .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxYQVouUG .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxYQVouUG .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxYQVouUG .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxYQVouUG .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxYQVouUG .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxYQVouUG .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxYQVouUG .mbr-text,
.cid-uYxYQVouUG .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYQVouUG .mbr-section-btn,
.cid-uYxYQVouUG .mbr-section-title {
  text-align: center;
}
.cid-uYxYQVouUG .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxYQVouUG .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYWbPIh6 {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxYWbPIh6 .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-uYxYWbPIh6 .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxYWbPIh6 .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxYWbPIh6 .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxYWbPIh6 .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxYWbPIh6 .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxYWbPIh6 .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxYWbPIh6 .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxYWbPIh6 .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxYWbPIh6 .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxYWbPIh6 .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxYWbPIh6 .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxYWbPIh6 .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxYWbPIh6 .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxYWbPIh6 .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxYWbPIh6 .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxYWbPIh6 .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxYWbPIh6 .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxYWbPIh6 .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxYWbPIh6 .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxYWbPIh6 .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxYWbPIh6 .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxYWbPIh6 .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxYWbPIh6 .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxYWbPIh6 .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxYWbPIh6 .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxYWbPIh6 .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxYWbPIh6 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxYWbPIh6 .container,
.cid-uYxYWbPIh6 .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxYWbPIh6 .container,
  .cid-uYxYWbPIh6 .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxYWbPIh6 .container,
  .cid-uYxYWbPIh6 .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxYWbPIh6 .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxYWbPIh6 .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxYWbPIh6 .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxYWbPIh6 .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxYWbPIh6 .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxYWbPIh6 .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxYWbPIh6 .nav-item:focus,
.cid-uYxYWbPIh6 .nav-link:focus {
  outline: none;
}
.cid-uYxYWbPIh6 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxYWbPIh6 .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxYWbPIh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxYWbPIh6 .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxYWbPIh6 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxYWbPIh6 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxYWbPIh6 .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-uYxYWbPIh6 .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxYWbPIh6 .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxYWbPIh6 .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxYWbPIh6 .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxYWbPIh6 .navbar.collapsed {
  justify-content: center;
}
.cid-uYxYWbPIh6 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxYWbPIh6 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxYWbPIh6 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxYWbPIh6 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxYWbPIh6 .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-uYxYWbPIh6 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxYWbPIh6 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxYWbPIh6 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxYWbPIh6 .navbar {
    min-height: 72px;
  }
  .cid-uYxYWbPIh6 .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxYWbPIh6 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxYWbPIh6 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxYWbPIh6 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxYWbPIh6 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxYWbPIh6 .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-uYxYWbPIh6 .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxYWbPIh6 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxYWbPIh6 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxYWbPIh6 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxYWbPIh6 .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxYWbPIh6 .dropdown-item.active,
.cid-uYxYWbPIh6 .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxYWbPIh6 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxYWbPIh6 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxYWbPIh6 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxYWbPIh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxYWbPIh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxYWbPIh6 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxYWbPIh6 .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxYWbPIh6 ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxYWbPIh6 .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxYWbPIh6 .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxYWbPIh6 button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxYWbPIh6 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxYWbPIh6 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxYWbPIh6 button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxYWbPIh6 button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxYWbPIh6 button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxYWbPIh6 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxYWbPIh6 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxYWbPIh6 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxYWbPIh6 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxYWbPIh6 .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxYWbPIh6 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxYWbPIh6 .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-uYxYWbPIh6 .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxYWbPIh6 .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxYWbPIh6 .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxYWbPIh6 .navbar {
    height: 70px;
  }
  .cid-uYxYWbPIh6 .navbar.opened {
    height: auto;
  }
  .cid-uYxYWbPIh6 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxYWbPIh6 .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxYWbPIh6 .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxYWbPIh6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxYWbPIh6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxYWbPIh6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxYWbPIh6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxYWbPIh6 .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxYWbPIh6 .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxYWbPIh6 .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxYWbPIh6 .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxYWbPIh6 .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxYWbPIh6 .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxYWbPIh6 .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxYWbPIh6 .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxYWbPIh6 .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxYWbPIh6 .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxYWbPIh6 .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-uYxYWbPIh6 .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxYWbPIh6 .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxYWbPIh6 .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxYWbPIh6 .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxYWbPIh6 .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxYWbPIh6 .content-wrap {
    display: block;
  }
}
.cid-uYxYWcapBc {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxYWcapBc .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYWcapBc .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYWcapBc .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYWcapBc .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxYWcapBc .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYWcapBc .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxYWcapBc .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxYWcapBc .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxYWcapBc .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxYWcapBc .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYWcapBc .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxYWcapBc .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYWcapBc .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxYWcapBc .mbr-text,
.cid-uYxYWcapBc .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYWcapBc .mbr-section-title,
.cid-uYxYWcapBc .mbr-section-btn {
  text-align: center;
}
.cid-uYxYWcpd4h {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxYWcpd4h .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYWcpd4h .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYWcpd4h .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxYWcpd4h .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxYWcpd4h .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxYWcpd4h .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxYWcpd4h .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxYWcpd4h .item {
    margin-bottom: 40px;
  }
}
.cid-uYxYWcpd4h .item .item-wrapper {
  height: 100%;
}
.cid-uYxYWcpd4h .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxYWcpd4h .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxYWcpd4h .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxYWcpd4h .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxYWcpd4h .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxYWcpd4h .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxYWcpd4h .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxYWcpd4h .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxYWcpd4h .mbr-section-title,
.cid-uYxYWcpd4h .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxYWcpd4h .card-name {
  color: #323432;
}
.cid-uYxYWcpd4h .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxYWcpd4h .card-name,
.cid-uYxYWcpd4h .mbr-section-btn {
  text-align: center;
}
.cid-uYxYWcKW0w {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxYWcKW0w .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYWcKW0w .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYWcKW0w .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxYWcKW0w .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxYWcKW0w .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxYWcKW0w .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxYWcKW0w .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxYWcKW0w .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxYWcKW0w .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxYWcKW0w .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxYWcKW0w .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxYWcKW0w .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxYWcKW0w .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxYWcKW0w .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxYWcKW0w .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxYWcKW0w .mbr-label,
.cid-uYxYWcKW0w .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxYWcKW0w .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxYWcKW0w .mbr-text,
.cid-uYxYWcKW0w .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxYWcKW0w .mbr-section-title,
.cid-uYxYWcKW0w .mbr-section-btn {
  text-align: center;
}
.cid-uYxYWcKW0w .mbr-section-title,
.cid-uYxYWcKW0w .mbr-section-btn,
.cid-uYxYWcKW0w .title-wrapper {
  text-align: justify;
}
.cid-uYxYWdhuR1 {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxYWdhuR1 .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxYWdhuR1 .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxYWdhuR1 .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxYWdhuR1 .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxYWdhuR1 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxYWdhuR1 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxYWdhuR1 .row {
  justify-content: center;
}
.cid-uYxYWdhuR1 .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYWdhuR1 .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxYWdhuR1 .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxYWdhuR1 .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYWdhuR1 .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxYWdhuR1 .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxYWdhuR1 .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxYWdhuR1 .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxYWdhuR1 .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxYWdhuR1 .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxYWdhuR1 .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxYWdhuR1 .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxYWdhuR1 .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxYWdhuR1 .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxYWdhuR1 .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxYWdhuR1 .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxYWdhuR1 .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxYWdhuR1 .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxYWdhuR1 .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxYWdhuR1 .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxYWdhuR1 .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxYWdhuR1 .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxYWdhuR1 .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxYWdhuR1 .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxYWdhuR1 .mbr-text,
.cid-uYxYWdhuR1 .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxYWdhuR1 .mbr-section-btn,
.cid-uYxYWdhuR1 .mbr-section-title {
  text-align: center;
}
.cid-uYxYWdhuR1 .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxYWdhuR1 .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxZw06W4v {
  z-index: 1000;
  width: 100%;
  position: relative;
}
.cid-uYxZw06W4v .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-uYxZw06W4v .navbar-toggler {
    transform: scale(0.8);
  }
}
.cid-uYxZw06W4v .navbar-brand {
  flex-shrink: 0;
  align-items: center;
  justify-content: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word;
  z-index: 3;
}
.cid-uYxZw06W4v .navbar-brand img {
  max-width: 100%;
  max-height: 100%;
  object-fit: cover;
}
@media (min-width: 992px) {
  .cid-uYxZw06W4v .navbar-brand {
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
  }
}
.cid-uYxZw06W4v .navbar-brand .navbar-caption {
  line-height: inherit !important;
}
.cid-uYxZw06W4v .navbar-brand .navbar-logo a {
  outline: none;
}
.cid-uYxZw06W4v .navbar-nav {
  margin: auto;
  margin-left: 0;
  width: 45%;
}
.cid-uYxZw06W4v .navbar-nav .nav-item {
  position: relative;
  padding: 2px 18px !important;
  transition: .3s all !important;
}
@media (max-width: 992px) {
  .cid-uYxZw06W4v .navbar-nav .nav-item {
    padding-left: 0 !important;
  }
}
.cid-uYxZw06W4v .navbar-nav .nav-item::before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxZw06W4v .navbar-nav .nav-item::before {
    display: none;
  }
}
.cid-uYxZw06W4v .navbar-nav .nav-item::after {
  content: '';
  position: absolute;
  bottom: 0;
  right: 0;
  width: 0;
  height: 5px !important;
  background-color: #1e4d2b;
  transition: all .5s ease;
}
@media (max-width: 992px) {
  .cid-uYxZw06W4v .navbar-nav .nav-item::after {
    display: none;
  }
}
.cid-uYxZw06W4v .navbar-nav .nav-item:hover::before {
  width: 100%;
}
.cid-uYxZw06W4v .navbar-nav .nav-item:hover::after {
  width: 100%;
}
.cid-uYxZw06W4v .navbar-nav .nav-item .nav-link {
  position: relative;
  padding: 0!important;
  margin: 0 !important;
  transition: .3s all !important;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxZw06W4v .navbar-nav .nav-item .nav-link {
    padding: 10px 10px 10px 0 !important;
  }
}
.cid-uYxZw06W4v .navbar-nav .open .nav-link::after {
  transform: rotate(180deg);
}
@media (min-width: 992px) {
  .cid-uYxZw06W4v .navbar-nav .open .nav-link::before {
    content: "";
    width: 100%;
    height: 20px;
    top: 100%;
    background: transparent;
    position: absolute;
  }
}
.cid-uYxZw06W4v .navbar-nav .dropdown-item {
  padding: 14px !important;
  border-radius: 0.5rem !important;
  margin: 0 8px !important;
  transition: .3s all !important;
  background: #e6eddc;
}
.cid-uYxZw06W4v .nav-link {
  width: fit-content;
  position: relative;
}
.cid-uYxZw06W4v .navbar-logo {
  padding-left: 0;
  margin: 0 !important;
  border-radius: 5px !important;
}
.cid-uYxZw06W4v .navbar-caption {
  padding-left: .5rem;
  padding-right: 20px;
  font-weight: 400;
}
@media (max-width: 992px) {
  .cid-uYxZw06W4v .navbar-caption {
    border-right: none;
  }
}
@media (min-width: 767px) {
  .cid-uYxZw06W4v .navbar-caption {
    padding-left: 2rem;
  }
}
@media (max-width: 767px) {
  .cid-uYxZw06W4v .nav-dropdown {
    padding-bottom: 0.5rem;
  }
}
.cid-uYxZw06W4v .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0rem;
  transition: .3s all;
}
.cid-uYxZw06W4v .container,
.cid-uYxZw06W4v .container-fluid {
  display: flex;
  height: 90px;
  padding: 0.5rem 15px 0.5rem 32px;
  flex-wrap: nowrap;
  border: 2px solid #d1e0be;
  left: 0;
  right: 0;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: flex-end;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  border-radius: 100vw;
  margin-top: 1rem;
  background-color: #e6eddc;
}
@media (max-width: 992px) {
  .cid-uYxZw06W4v .container,
  .cid-uYxZw06W4v .container-fluid {
    padding: 0.5rem 15px 0.5rem 15px;
    padding-right: 2rem;
    box-shadow: none;
  }
}
@media (max-width: 767px) {
  .cid-uYxZw06W4v .container,
  .cid-uYxZw06W4v .container-fluid {
    width: 95%;
    height: 56px !important;
    padding-right: 1rem;
    margin-top: 0rem;
  }
}
.cid-uYxZw06W4v .container-fluid {
  margin-left: 44px;
  margin-right: 44px;
}
@media (max-width: 1440px) {
  .cid-uYxZw06W4v .container-fluid {
    margin-left: 32px;
    margin-right: 32px;
  }
}
@media (max-width: 992px) {
  .cid-uYxZw06W4v .container-fluid {
    margin-left: 20px;
    margin-right: 20px;
  }
}
.cid-uYxZw06W4v .iconfont-wrapper {
  color: #e6eddc !important;
  font-size: 1.5rem;
  padding-right: 0.5rem;
  transition: all 0.3s ease-in-out;
}
.cid-uYxZw06W4v .iconfont-wrapper:hover {
  opacity: .6;
}
.cid-uYxZw06W4v .dropdown-menu {
  flex-wrap: wrap;
  flex-direction: column;
  max-width: 100%;
  padding: 0 !important;
  border-radius: 1rem;
  transition: .3s all !important;
  min-width: auto;
}
.cid-uYxZw06W4v .nav-item:focus,
.cid-uYxZw06W4v .nav-link:focus {
  outline: none;
}
.cid-uYxZw06W4v .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.cid-uYxZw06W4v .dropdown .dropdown-menu .dropdown-item::after {
  right: 0.5rem;
}
.cid-uYxZw06W4v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.cid-uYxZw06W4v .dropdown .dropdown-menu .dropdown-item .mbr-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.cid-uYxZw06W4v .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.cid-uYxZw06W4v .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.cid-uYxZw06W4v .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-uYxZw06W4v .navbar.opened {
  transition: all 0.3s;
}
.cid-uYxZw06W4v .navbar .dropdown-item {
  padding: 0.5rem 1.8rem;
}
.cid-uYxZw06W4v .navbar .navbar-logo img {
  width: auto;
}
.cid-uYxZw06W4v .navbar .navbar-collapse {
  z-index: 1;
  justify-content: space-between;
}
.cid-uYxZw06W4v .navbar.collapsed {
  justify-content: center;
}
.cid-uYxZw06W4v .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.cid-uYxZw06W4v .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
.cid-uYxZw06W4v .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.cid-uYxZw06W4v .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.cid-uYxZw06W4v .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-uYxZw06W4v .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.cid-uYxZw06W4v .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.cid-uYxZw06W4v .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 767px) {
  .cid-uYxZw06W4v .navbar {
    min-height: 72px;
  }
  .cid-uYxZw06W4v .navbar .navbar-logo img {
    height: 2rem !important;
  }
}
@media (max-width: 991px) {
  .cid-uYxZw06W4v .navbar .nav-item .nav-link::before {
    display: none;
  }
  .cid-uYxZw06W4v .navbar.opened .dropdown-menu {
    top: 0;
  }
  .cid-uYxZw06W4v .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .cid-uYxZw06W4v .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .cid-uYxZw06W4v .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-uYxZw06W4v .navbar .dropdown-menu .dropdown-item {
    padding: 0.25rem 1.5rem !important;
    text-align: center;
  }
  .cid-uYxZw06W4v .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 10px;
  }
  .cid-uYxZw06W4v .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .cid-uYxZw06W4v .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.cid-uYxZw06W4v .navbar.navbar-short .navbar-logo img {
  height: 2rem;
}
.cid-uYxZw06W4v .dropdown-item.active,
.cid-uYxZw06W4v .dropdown-item:active {
  background-color: transparent;
}
.cid-uYxZw06W4v .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.cid-uYxZw06W4v .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.cid-uYxZw06W4v .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.cid-uYxZw06W4v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: transparent;
  top: 2.5rem;
}
@media (max-width: 992px) {
  .cid-uYxZw06W4v .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.cid-uYxZw06W4v .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 95%;
  transform: none;
  top: 0;
}
.cid-uYxZw06W4v .navbar .dropdown.open > .dropdown-menu {
  display: flex;
}
.cid-uYxZw06W4v ul.navbar-nav {
  flex-wrap: wrap;
}
.cid-uYxZw06W4v .navbar-buttons {
  text-align: center;
  min-width: 140px;
}
@media (max-width: 992px) {
  .cid-uYxZw06W4v .navbar-buttons {
    text-align: left;
  }
}
.cid-uYxZw06W4v button.navbar-toggler {
  outline: none;
  width: 31px;
  height: 20px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
}
.cid-uYxZw06W4v button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 30px;
  height: 2px;
  border-right: 5px;
  background-color: #1e4d2b;
}
.cid-uYxZw06W4v button.navbar-toggler .hamburger span:nth-child(1) {
  top: 0;
  transition: all 0.2s;
}
.cid-uYxZw06W4v button.navbar-toggler .hamburger span:nth-child(2) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxZw06W4v button.navbar-toggler .hamburger span:nth-child(3) {
  top: 8px;
  transition: all 0.15s;
}
.cid-uYxZw06W4v button.navbar-toggler .hamburger span:nth-child(4) {
  top: 16px;
  transition: all 0.2s;
}
.cid-uYxZw06W4v nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxZw06W4v nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.cid-uYxZw06W4v nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.cid-uYxZw06W4v nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.cid-uYxZw06W4v .navbar-dropdown {
  padding: 0 1rem;
}
.cid-uYxZw06W4v a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.cid-uYxZw06W4v .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-uYxZw06W4v .icons-menu {
    justify-content: flex-start;
    margin-bottom: .5rem;
  }
}
.cid-uYxZw06W4v .icons-menu .iconfont-wrapper {
  padding-right: 12px;
}
.cid-uYxZw06W4v .icons-menu .iconfont-wrapper .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  width: 32px;
  height: 32px;
  background-color: #1e4d2b;
  color: #e6eddc;
  border-radius: 100%;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .cid-uYxZw06W4v .navbar {
    height: 70px;
  }
  .cid-uYxZw06W4v .navbar.opened {
    height: auto;
  }
  .cid-uYxZw06W4v .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.cid-uYxZw06W4v .navbar .dropdown > .dropdown-menu {
  display: none;
  width: max-content;
  max-width: 500px !important;
  transform: translateX(-50%);
  top: calc(100% + 20px);
  left: 50%;
}
.cid-uYxZw06W4v .navbar .dropdown > .dropdown-menu .dropdown-item {
  line-height: 1 !important;
  margin-bottom: 9px !important;
}
@media (max-width: 992px) {
  .cid-uYxZw06W4v .navbar .dropdown > .dropdown-menu .dropdown-item {
    margin-bottom: 0;
  }
}
.cid-uYxZw06W4v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
  align-items: center;
  display: flex;
  height: max-content !important;
  min-height: max-content !important;
}
.cid-uYxZw06W4v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item::after {
  display: inline-block;
  position: static;
  margin-left: 0.6rem;
  margin-top: 0;
  margin-right: 0;
  margin-bottom: 0;
  transition: .3s all;
  transform: rotate(-90deg);
}
.cid-uYxZw06W4v .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
  transform: rotate(0deg);
}
.cid-uYxZw06W4v .mbr-section-btn {
  margin: -0.6rem -0.6rem;
}
.cid-uYxZw06W4v .mbr-section-btn .btn {
  white-space: nowrap;
  width: auto;
  min-height: 65px;
}
@media (max-width: 575px) {
  .cid-uYxZw06W4v .mbr-section-btn .btn {
    width: auto !important;
  }
}
.cid-uYxZw06W4v .navbar-toggler {
  margin-left: 12px;
  margin-right: 8px;
  order: 1000;
}
@media (max-width: 991px) {
  .cid-uYxZw06W4v .navbar-brand {
    margin-right: auto;
  }
  .cid-uYxZw06W4v .navbar-collapse {
    z-index: -1 !important;
    position: absolute;
    top: 110%;
    left: 0;
    width: 100%;
    padding: 1rem;
    border-radius: 1.5rem;
    background: #e6eddc;
    backdrop-filter: blur(8px);
  }
  .cid-uYxZw06W4v .navbar-nav .nav-item .nav-link::after {
    margin-left: 10px;
  }
  .cid-uYxZw06W4v .navbar .dropdown > .dropdown-menu {
    max-width: 100% !important;
    transform: translateX(0);
    top: 10px;
    left: 0;
    padding: 0 !important;
    border-radius: 1rem;
    background-color: transparent !important;
  }
  .cid-uYxZw06W4v .navbar .dropdown > .dropdown-menu .dropdown-item {
    padding: 10px 10px 10px 0 !important;
    line-height: 1 !important;
    margin-bottom: 4px !important;
  }
  .cid-uYxZw06W4v .navbar .dropdown > .dropdown-menu .dropdown .dropdown-item {
    align-items: center;
    display: flex;
    height: max-content !important;
    min-height: max-content !important;
  }
  .cid-uYxZw06W4v .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-uYxZw06W4v .navbar .dropdown > .dropdown-menu .dropdown.open .dropdown-item::after {
    transform: rotate(180deg);
  }
  .cid-uYxZw06W4v .navbar .dropdown > .dropdown-menu .dropdown-submenu {
    position: static;
    width: 100%;
    max-width: 100% !important;
    transform: translateX(0) !important;
    top: 0;
    left: 0;
    padding: 8px !important;
    padding-left: 0 !important;
    margin-left: 0;
    border-radius: 1rem;
    background-color: transparent;
  }
  .cid-uYxZw06W4v .navbar .dropdown.open > .dropdown-menu {
    display: flex !important;
    flex-direction: column;
    align-items: flex-start;
  }
}
@media (max-width: 575px) {
  .cid-uYxZw06W4v .navbar-collapse {
    padding: 1rem;
  }
}
.cid-uYxZw06W4v .content-wrap {
  width: 40%;
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
@media (max-width: 992px) {
  .cid-uYxZw06W4v .content-wrap {
    display: block;
  }
}
.cid-uYxZw0rNVe {
  padding-top: 16rem;
  padding-bottom: 1rem;
  background-image: url("https://r.mobirisesite.com/1885042/assets/images/background1-h_mg7wkdu2.jpg");
}
.cid-uYxZw0rNVe .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxZw0rNVe .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxZw0rNVe .content-wrapper .mbr-label {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxZw0rNVe .content-wrapper .mbr-label {
    margin-bottom: 20px;
  }
}
.cid-uYxZw0rNVe .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxZw0rNVe .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxZw0rNVe .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 45%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .cid-uYxZw0rNVe .content-wrapper .text-wrapper .mbr-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .cid-uYxZw0rNVe .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxZw0rNVe .content-wrapper .mbr-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .cid-uYxZw0rNVe .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxZw0rNVe .mbr-label {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxZw0rNVe .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxZw0rNVe .mbr-text,
.cid-uYxZw0rNVe .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxZw0rNVe .mbr-section-title,
.cid-uYxZw0rNVe .mbr-section-btn {
  text-align: center;
}
.cid-uYxZw0Idxi {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #f1f5eb;
}
.cid-uYxZw0Idxi .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxZw0Idxi .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxZw0Idxi .title-wrapper .mbr-section-title {
  display: inline-block;
  width: 50%;
  margin-bottom: 50px;
}
@media (max-width: 992px) {
  .cid-uYxZw0Idxi .title-wrapper .mbr-section-title {
    width: 100%;
    margin-bottom: 40px;
  }
}
.cid-uYxZw0Idxi .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 64px;
}
@media (max-width: 1440px) {
  .cid-uYxZw0Idxi .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .cid-uYxZw0Idxi .items-wrapper {
    display: block;
  }
}
@media (max-width: 992px) {
  .cid-uYxZw0Idxi .item {
    margin-bottom: 40px;
  }
}
.cid-uYxZw0Idxi .item .item-wrapper {
  height: 100%;
}
.cid-uYxZw0Idxi .item .item-wrapper .item-img {
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .cid-uYxZw0Idxi .item .item-wrapper .item-img {
    margin-bottom: 20px;
  }
}
.cid-uYxZw0Idxi .item .item-wrapper .item-img img {
  height: 410px;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .cid-uYxZw0Idxi .item .item-wrapper .item-img img {
    height: 300px;
  }
}
.cid-uYxZw0Idxi .item .item-wrapper .card-box .card-name {
  margin-bottom: 10px;
}
.cid-uYxZw0Idxi .item .item-wrapper .card-box .card-role {
  margin-bottom: 0;
}
.cid-uYxZw0Idxi .item .item-wrapper .card-box .mbr-section-btn {
  margin-top: 20px;
}
.cid-uYxZw0Idxi .item .item-wrapper .card-box .mbr-section-btn .btn {
  min-height: 35px;
  margin-bottom: 0;
}
.cid-uYxZw0Idxi .mbr-section-title,
.cid-uYxZw0Idxi .title-wrapper {
  color: #323432;
  text-align: center;
}
.cid-uYxZw0Idxi .card-name {
  color: #323432;
}
.cid-uYxZw0Idxi .card-role {
  color: #323432;
  text-align: center;
}
.cid-uYxZw0Idxi .card-name,
.cid-uYxZw0Idxi .mbr-section-btn {
  text-align: center;
}
.cid-uYxZw13Nl2 {
  padding-top: 0rem;
  padding-bottom: 0rem;
  background-color: #02050a;
}
.cid-uYxZw13Nl2 .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxZw13Nl2 .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxZw13Nl2 .card-wrapper {
  position: relative;
  background-color: #14161b;
  padding: 160px 64px;
  margin: 6px 0;
  display: flex;
  justify-content: center;
}
@media (max-width: 1440px) {
  .cid-uYxZw13Nl2 .card-wrapper {
    padding: 64px;
  }
}
@media (max-width: 992px) {
  .cid-uYxZw13Nl2 .card-wrapper {
    padding: 48px 24px;
    margin: 3px 0;
  }
}
.cid-uYxZw13Nl2 .card-wrapper .content-wrapper {
  width: 70%;
}
@media (max-width: 1540px) {
  .cid-uYxZw13Nl2 .card-wrapper .content-wrapper {
    width: 100%;
  }
}
.cid-uYxZw13Nl2 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
  display: inline-flex;
  padding: 6px 20px;
  border: 1px solid #f5f8ff;
  margin-bottom: 54px;
}
@media (max-width: 1440px) {
  .cid-uYxZw13Nl2 .card-wrapper .content-wrapper .label-wrapper .mbr-label {
    margin-bottom: 24px;
  }
}
.cid-uYxZw13Nl2 .card-wrapper .content-wrapper .mbr-section-title {
  margin-bottom: 84px;
}
@media (max-width: 1440px) {
  .cid-uYxZw13Nl2 .card-wrapper .content-wrapper .mbr-section-title {
    margin-bottom: 24px;
  }
}
.cid-uYxZw13Nl2 .card-wrapper .content-wrapper .text-wrapper .mbr-text {
  margin-bottom: 0;
}
.cid-uYxZw13Nl2 .card-wrapper .content-wrapper .mbr-section-btn {
  margin-top: 48px;
}
@media (max-width: 1440px) {
  .cid-uYxZw13Nl2 .card-wrapper .content-wrapper .mbr-section-btn {
    margin-top: 24px;
  }
}
.cid-uYxZw13Nl2 .card-wrapper .content-wrapper .mbr-section-btn .btn {
  margin-bottom: 0;
}
.cid-uYxZw13Nl2 .mbr-label,
.cid-uYxZw13Nl2 .label-wrapper {
  color: #f5f8ff;
  text-align: center;
}
.cid-uYxZw13Nl2 .mbr-section-title {
  color: #f5f8ff;
}
.cid-uYxZw13Nl2 .mbr-text,
.cid-uYxZw13Nl2 .text-wrapper {
  color: #f5f8ff;
  text-align: justify;
}
.cid-uYxZw13Nl2 .mbr-section-title,
.cid-uYxZw13Nl2 .mbr-section-btn {
  text-align: center;
}
.cid-uYxZw13Nl2 .mbr-section-title,
.cid-uYxZw13Nl2 .mbr-section-btn,
.cid-uYxZw13Nl2 .title-wrapper {
  text-align: justify;
}
.cid-uYxZw1DSwK {
  padding-top: 1rem;
  padding-bottom: 1rem;
  overflow: hidden;
  position: relative;
  background-color: #1e4d2b;
}
.cid-uYxZw1DSwK .decor-wrapper {
  position: absolute;
  top: 0;
  right: -350px;
  width: 700px;
  height: 200px;
}
@media (max-width: 992px) {
  .cid-uYxZw1DSwK .decor-wrapper {
    top: -150px;
    right: -350px;
  }
}
.cid-uYxZw1DSwK .decor-wrapper::before {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  pointer-events: none;
}
.cid-uYxZw1DSwK .decor-wrapper::after {
  content: '';
  position: absolute;
  width: 700px;
  height: 200px;
  border-radius: 100%;
  background-color: #5c834f;
  transform: rotate(-45deg);
  pointer-events: none;
}
.cid-uYxZw1DSwK .mbr-fallback-image.disabled {
  display: none;
}
.cid-uYxZw1DSwK .mbr-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.cid-uYxZw1DSwK .row {
  justify-content: center;
}
.cid-uYxZw1DSwK .logo-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxZw1DSwK .logo-wrapper {
    margin-bottom: 30px;
    display: flex;
    justify-content: center;
  }
}
.cid-uYxZw1DSwK .logo-wrapper img {
  width: 90px;
  height: 90px;
  object-fit: cover;
  border-radius: 100% !important;
}
.cid-uYxZw1DSwK .content-wrapper {
  position: relative;
  z-index: 1;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxZw1DSwK .content-wrapper {
    margin-bottom: 30px;
  }
}
.cid-uYxZw1DSwK .content-wrapper .mbr-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .cid-uYxZw1DSwK .content-wrapper .mbr-section-title {
    margin-bottom: 20px;
  }
}
.cid-uYxZw1DSwK .content-wrapper .text-wrapper .mbr-text {
  display: inline-block;
  width: 65%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .cid-uYxZw1DSwK .content-wrapper .text-wrapper .mbr-text {
    width: 100%;
  }
}
.cid-uYxZw1DSwK .content-wrapper .mbr-section-btn {
  margin-top: 30px;
}
@media (max-width: 992px) {
  .cid-uYxZw1DSwK .content-wrapper .mbr-section-btn {
    margin-top: 20px;
  }
}
.cid-uYxZw1DSwK .social-wrapper {
  position: relative;
  z-index: 1;
  text-align: right;
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .cid-uYxZw1DSwK .social-wrapper {
    text-align: center;
    margin-bottom: 30px;
  }
}
.cid-uYxZw1DSwK .social-wrapper .social-wrap {
  display: inline-flex;
  flex-direction: column;
}
.cid-uYxZw1DSwK .social-wrapper .social-wrap .soc-item {
  display: inline-flex;
  align-items: center;
  justify-content: flex-end;
  margin-bottom: 15px;
}
.cid-uYxZw1DSwK .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.cid-uYxZw1DSwK .social-wrapper .social-wrap .soc-item a:hover .mbr-iconfont,
.cid-uYxZw1DSwK .social-wrapper .social-wrap .soc-item a:focus .mbr-iconfont {
  background-color: #f1f5eb;
  color: #2a5b38;
}
.cid-uYxZw1DSwK .social-wrapper .social-wrap .soc-item a .mbr-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 100%;
  color: #f1f5eb;
  font-size: 16px;
  transition: all 0.3s ease-in-out;
  margin-left: 10px;
  background-color: #2a5b38;
}
.cid-uYxZw1DSwK .social-wrapper .social-wrap .soc-item .mbr-soc {
  margin-bottom: 0;
}
.cid-uYxZw1DSwK .copy-wrapper {
  position: relative;
  z-index: 1;
  padding: 30px;
  display: flex;
  justify-content: center;
}
.cid-uYxZw1DSwK .copy-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  width: 200%;
  height: 100%;
  background-color: #2a5b38;
  pointer-events: none;
}
.cid-uYxZw1DSwK .copy-wrapper .mbr-copy {
  position: relative;
  z-index: 1;
  width: 100%;
  margin-bottom: 0;
}
.cid-uYxZw1DSwK .mbr-section-title {
  color: #f1f5eb;
}
.cid-uYxZw1DSwK .mbr-text,
.cid-uYxZw1DSwK .text-wrapper {
  color: #f1f5eb;
  text-align: center;
}
.cid-uYxZw1DSwK .mbr-section-btn,
.cid-uYxZw1DSwK .mbr-section-title {
  text-align: center;
}
.cid-uYxZw1DSwK .mbr-soc {
  color: #f1f5eb;
}
.cid-uYxZw1DSwK .mbr-copy {
  color: #f1f5eb;
  text-align: center;
}
