.btn {
  border-width: 2px;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Playfair Display SC;
}
.display-1 {
  font-family: 'Playfair Display SC', serif;
  font-size: 2.5rem;
  line-height: 1;
}
.display-1 > .aesthetics-iconfont {
  font-size: 3.125rem;
}
.display-2 {
  font-family: 'Playfair Display SC', serif;
  font-size: 4rem;
  line-height: 1;
}
.display-2 > .aesthetics-iconfont {
  font-size: 5rem;
}
.display-4 {
  font-family: 'Atkinson Hyperlegible Next', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
}
.display-4 > .aesthetics-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Playfair Display SC', serif;
  font-size: 1.8rem;
  line-height: 1.2;
}
.display-5 > .aesthetics-iconfont {
  font-size: 2.25rem;
}
.display-7 {
  font-family: 'Atkinson Hyperlegible Next', sans-serif;
  font-size: 1.3rem;
  line-height: 1.2;
}
.display-7 > .aesthetics-iconfont {
  font-size: 1.625rem;
}
/* ---- 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: 2rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 20rem) / (48 - 20))));
  }
}
@media (min-width: 992px) and (max-width: 1400px) {
  .display-1 {
    font-size: 1.75rem;
    font-size: calc( 1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.1 * (1.525rem + (2.5 - 1.525) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-2 {
    font-size: 3.2rem;
    font-size: calc( 2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.3 * (2.05rem + (4 - 2.05) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-5 {
    font-size: 1.44rem;
    font-size: calc( 1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.28rem + (1.8 - 1.28) * ((100vw - 62rem) / (87 - 62))));
  }
  .display-7 {
    font-size: 1.04rem;
    font-size: calc( 1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62)));
    line-height: calc( 1.4 * (1.105rem + (1.3 - 1.105) * ((100vw - 62rem) / (87 - 62))));
  }
}
/* Buttons */
.btn {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
@media (max-width: 767px) {
  .btn {
    padding: 0.75rem 1.5rem;
  }
}
.btn-sm {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-md {
  padding: 0.6rem 1.2rem;
  border-radius: 4px;
}
.btn-lg {
  padding: 1.25rem 2rem;
  border-radius: 4px;
}
.bg-primary {
  background-color: #007034 !important;
}
.bg-success {
  background-color: #000000 !important;
}
.bg-info {
  background-color: #0cab56 !important;
}
.bg-warning {
  background-color: #007034 !important;
}
.bg-danger {
  background-color: #005226 !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #007034 !important;
  border-color: #007034 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #00a34c !important;
  border-color: #00a34c !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #00a34c !important;
  border-color: #00a34c !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info,
.btn-info:active {
  background-color: #0cab56 !important;
  border-color: #0cab56 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #0fdb6e !important;
  border-color: #0fdb6e !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #ffffff !important;
  background-color: #0fdb6e !important;
  border-color: #0fdb6e !important;
}
.btn-success,
.btn-success:active {
  background-color: #000000 !important;
  border-color: #000000 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #ffffff !important;
  background-color: #1a1a1a !important;
  border-color: #1a1a1a !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #007034 !important;
  border-color: #007034 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #00a34c !important;
  border-color: #00a34c !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ffffff !important;
  background-color: #00a34c !important;
  border-color: #00a34c !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #005226 !important;
  border-color: #005226 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #00853e !important;
  border-color: #00853e !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #ffffff !important;
  background-color: #00853e !important;
  border-color: #00853e !important;
}
.btn-white,
.btn-white:active {
  background-color: #eff0ec !important;
  border-color: #eff0ec !important;
  color: #757b62 !important;
  box-shadow: none;
}
.btn-white:hover,
.btn-white:focus,
.btn-white.focus,
.btn-white.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-white.disabled,
.btn-white:disabled {
  color: #757b62 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-black,
.btn-black:active {
  background-color: #232323 !important;
  border-color: #232323 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-black:hover,
.btn-black:focus,
.btn-black.focus,
.btn-black.active {
  color: inherit;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
  box-shadow: none;
}
.btn-black.disabled,
.btn-black:disabled {
  color: #ffffff !important;
  background-color: #3d3d3d !important;
  border-color: #3d3d3d !important;
}
.btn-primary-outline,
.btn-primary-outline:active {
  background-color: transparent !important;
  border-color: #007034;
  color: #007034;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #00190c !important;
  background-color: transparent !important;
  border-color: #00190c !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #007034 !important;
  border-color: #007034 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #0cab56;
  color: #0cab56;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #065a2d !important;
  background-color: transparent !important;
  border-color: #065a2d !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #ffffff !important;
  background-color: #0cab56 !important;
  border-color: #0cab56 !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #000000;
  color: #000000;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #ffffff !important;
  background-color: #000000 !important;
  border-color: #000000 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #007034;
  color: #007034;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #00190c !important;
  background-color: transparent !important;
  border-color: #00190c !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ffffff !important;
  background-color: #007034 !important;
  border-color: #007034 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #005226;
  color: #005226;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #ffffff !important;
  background-color: #005226 !important;
  border-color: #005226 !important;
}
.btn-black-outline,
.btn-black-outline:active {
  background-color: transparent !important;
  border-color: #232323;
  color: #232323;
}
.btn-black-outline:hover,
.btn-black-outline:focus,
.btn-black-outline.focus,
.btn-black-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-black-outline.disabled,
.btn-black-outline:disabled {
  color: #ffffff !important;
  background-color: #232323 !important;
  border-color: #232323 !important;
}
.btn-white-outline,
.btn-white-outline:active {
  background-color: transparent !important;
  border-color: #fafafa;
  color: #fafafa;
}
.btn-white-outline:hover,
.btn-white-outline:focus,
.btn-white-outline.focus,
.btn-white-outline.active {
  color: #cfcfcf !important;
  background-color: transparent !important;
  border-color: #cfcfcf !important;
  box-shadow: none !important;
}
.btn-white-outline.disabled,
.btn-white-outline:disabled {
  color: #7a7a7a !important;
  background-color: #fafafa !important;
  border-color: #fafafa !important;
}
.text-primary {
  color: #007034 !important;
}
.text-secondary {
  color: #ffffff !important;
}
.text-success {
  color: #000000 !important;
}
.text-info {
  color: #0cab56 !important;
}
.text-warning {
  color: #007034 !important;
}
.text-danger {
  color: #005226 !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000a05 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #cccccc !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #000000 !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #054c26 !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #000a05 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #000000 !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: #007034;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #0cab56;
}
.alert-warning {
  background-color: #007034;
}
.alert-danger {
  background-color: #005226;
}
.aesthetics-gallery-filter li.active .btn {
  background-color: #007034;
  border-color: #007034;
  color: #ffffff;
}
.aesthetics-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
a,
a:hover {
  color: #007034;
}
.aesthetics-plan-header.bg-primary .aesthetics-plan-subtitle,
.aesthetics-plan-header.bg-primary .aesthetics-plan-price-desc {
  color: #00f06f;
}
.aesthetics-plan-header.bg-success .aesthetics-plan-subtitle,
.aesthetics-plan-header.bg-success .aesthetics-plan-price-desc {
  color: #b3b3b3;
}
.aesthetics-plan-header.bg-info .aesthetics-plan-subtitle,
.aesthetics-plan-header.bg-info .aesthetics-plan-price-desc {
  color: #45f295;
}
.aesthetics-plan-header.bg-warning .aesthetics-plan-subtitle,
.aesthetics-plan-header.bg-warning .aesthetics-plan-price-desc {
  color: #00f06f;
}
.aesthetics-plan-header.bg-danger .aesthetics-plan-subtitle,
.aesthetics-plan-header.bg-danger .aesthetics-plan-price-desc {
  color: #39ff94;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Playfair Display SC', serif;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control > .aesthetics-iconfont {
  font-size: 2.25rem;
}
.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: #007034 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Playfair Display SC', serif;
  font-size: 1.8rem;
  line-height: 1.2;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .aesthetics-iconfont {
  font-size: 2.25rem;
}
blockquote {
  border-color: #007034;
}
/* Forms */
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #007034;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #007034;
}
.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: #007034;
  border-bottom-color: #007034;
}
.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: #007034 !important;
  box-shadow: none !important;
}
.xdsoft_datetimepicker .xdsoft_calendar td:hover,
.xdsoft_datetimepicker .xdsoft_timepicker .xdsoft_time_box > div > div:hover {
  color: #000000 !important;
  background: #ffffff !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='%23007034' %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;
}
.aesthetics-section-btn .btn {
  border-radius: 0 !important;
  padding: 19px 45px;
  font-weight: 400;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.aesthetics-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper,
.item-content {
  border-radius: 0 !important;
}
.navbar-logo img {
  border-radius: 0 !important;
}
.display-7 {
  font-weight: 300;
}
.AEOsdlE-uPs9vDtN9w .navbar-dropdown {
  position: relative !important;
}
.AEOsdlE-uPs9vDtN9w .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:before {
  font-family: workflow2 !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;
}
.AEOsdlE-uPs9vDtN9w .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item {
  border: 1px solid #007034 !important;
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:hover,
.AEOsdlE-uPs9vDtN9w .dropdown-item:focus {
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:hover span {
  color: white;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.AEOsdlE-uPs9vDtN9w .nav-link {
  position: relative;
}
.AEOsdlE-uPs9vDtN9w .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .container {
    flex-wrap: nowrap;
  }
}
.AEOsdlE-uPs9vDtN9w .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-menu,
.AEOsdlE-uPs9vDtN9w .navbar.opened {
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item:focus,
.AEOsdlE-uPs9vDtN9w .nav-link:focus {
  outline: none;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.AEOsdlE-uPs9vDtN9w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPs9vDtN9w .navbar.opened {
  transition: all 0.3s;
}
.AEOsdlE-uPs9vDtN9w .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.AEOsdlE-uPs9vDtN9w .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.AEOsdlE-uPs9vDtN9w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed {
  justify-content: center;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.AEOsdlE-uPs9vDtN9w .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%;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .AEOsdlE-uPs9vDtN9w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .AEOsdlE-uPs9vDtN9w .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%;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-short {
  min-height: 96px;
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption:focus {
  color: #005226 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-logo a {
  outline: none;
}
.AEOsdlE-uPs9vDtN9w .navbar.opened .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPs9vDtN9w .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item.active,
.AEOsdlE-uPs9vDtN9w .dropdown-item:active {
  background-color: transparent;
}
.AEOsdlE-uPs9vDtN9w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.AEOsdlE-uPs9vDtN9w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.AEOsdlE-uPs9vDtN9w ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .AEOsdlE-uPs9vDtN9w ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons {
  text-align: center;
  width: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons .btn .aesthetics-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .AEOsdlE-uPs9vDtN9w .navbar-buttons .btn {
    width: auto !important;
  }
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w .navbar-dropdown {
  padding: 0 1rem;
}
.AEOsdlE-uPs9vDtN9w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.AEOsdlE-uPs9vDtN9w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .AEOsdlE-uPs9vDtN9w .navbar {
    height: 70px;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened {
    height: auto;
  }
  .AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-item {
  padding: 0;
  margin: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #007034;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link::after {
  color: #007034 !important;
  transform: rotate(0);
  transition: .3s;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover {
  background-color: #005226;
  color: #ffffff !important;
  border: 1px solid #005226;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.AEOsdlE-uPs9vDtN9w .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .AEOsdlE-uPs9vDtN9w .navbar {
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.AEOsdlE-uPs9vDtN9w .content-wrap {
  min-height: 110px;
}
.AEOsdlE-uPsaoL48mO {
  padding-top: 1rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.AEOsdlE-uPsaoL48mO .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsaoL48mO .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsaoL48mO .content-wrapper {
  padding: 75px;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  min-height: 800px;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPsaoL48mO .content-wrapper {
    padding: 50px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaoL48mO .content-wrapper {
    padding: 36px 24px;
    min-height: auto;
  }
}
.AEOsdlE-uPsaoL48mO .content-wrapper .image-wrap img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.AEOsdlE-uPsaoL48mO .content-wrapper .image-wrap::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.4;
  pointer-events: none;
  z-index: 1;
}
.AEOsdlE-uPsaoL48mO .content-wrapper .aesthetics-section-title {
  position: relative;
  z-index: 2;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaoL48mO .content-wrapper .aesthetics-section-title {
    margin-bottom: 32px;
  }
}
.AEOsdlE-uPsaoL48mO .content-wrapper .text-wrapper {
  position: relative;
  z-index: 2;
}
.AEOsdlE-uPsaoL48mO .content-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaoL48mO .content-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
    margin-bottom: 22px;
  }
}
.AEOsdlE-uPsaoL48mO .content-wrapper .aesthetics-section-btn {
  position: relative;
  z-index: 2;
}
.AEOsdlE-uPsaoL48mO .aesthetics-section-title {
  color: #000000;
}
.AEOsdlE-uPsaoL48mO .aesthetics-text {
  color: #000000;
}
.AEOsdlE-uPsaoL48mO .aesthetics-section-title,
.AEOsdlE-uPsaoL48mO .aesthetics-section-btn {
  color: #0cab56;
  text-align: center;
}
.AEOsdlE-uPsaoL48mO .aesthetics-text,
.AEOsdlE-uPsaoL48mO .text-wrapper {
  text-align: center;
  color: #ffffff;
}
.AEOsdlE-uPsaVJdBen {
  padding-top: 0rem;
  padding-bottom: 0rem;
  overflow: hidden;
  background-color: #000000;
}
.AEOsdlE-uPsaVJdBen .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsaVJdBen .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsaVJdBen .title-wrapper {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaVJdBen .title-wrapper {
    margin-bottom: 32px;
  }
}
.AEOsdlE-uPsaVJdBen .title-wrapper .aesthetics-section-title {
  margin-bottom: 32px;
}
.AEOsdlE-uPsaVJdBen .title-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 30%;
  margin-bottom: 0;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPsaVJdBen .title-wrapper .text-wrapper .aesthetics-text {
    width: 50%;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaVJdBen .title-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPsaVJdBen .items-wrapper {
  justify-content: center;
  margin: 0 -12px;
}
.AEOsdlE-uPsaVJdBen .items-wrapper .item {
  padding: 0 12px;
}
.AEOsdlE-uPsaVJdBen .item {
  margin-bottom: 24px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaVJdBen .item {
    margin-bottom: 16px;
  }
}
.AEOsdlE-uPsaVJdBen .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
  justify-content: space-between;
  padding: 50px;
  height: 100%;
  overflow: hidden;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaVJdBen .item .item-wrapper {
    padding: 30px 20px;
    display: block;
  }
}
.AEOsdlE-uPsaVJdBen .item .item-wrapper .item-content {
  width: 70%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1200px) {
  .AEOsdlE-uPsaVJdBen .item .item-wrapper .item-content {
    width: 80%;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaVJdBen .item .item-wrapper .item-content {
    width: 100%;
  }
}
.AEOsdlE-uPsaVJdBen .item .item-wrapper .item-content .card-box .item-title {
  margin-bottom: 20px;
}
.AEOsdlE-uPsaVJdBen .item .item-wrapper .item-content .card-box .item-text {
  margin-bottom: 0;
}
.AEOsdlE-uPsaVJdBen .item .item-wrapper .item-content .aesthetics-section-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaVJdBen .item .item-wrapper .item-content .aesthetics-section-btn {
    margin-top: 20px;
  }
}
.AEOsdlE-uPsaVJdBen .item .item-wrapper .item-content .aesthetics-section-btn .btn {
  margin-bottom: 0;
}
.AEOsdlE-uPsaVJdBen .item .item-wrapper .item-img {
  width: 30%;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaVJdBen .item .item-wrapper .item-img {
    margin-bottom: 32px;
    width: 100%;
  }
}
.AEOsdlE-uPsaVJdBen .item .item-wrapper .item-img img {
  height: 350px;
  width: 300px;
  object-fit: cover;
  border: 10px solid #000000;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaVJdBen .item .item-wrapper .item-img img {
    height: 300px;
    width: 100%;
  }
}
.AEOsdlE-uPsaVJdBen .item .card_1 {
  background-color: #005226;
}
.AEOsdlE-uPsaVJdBen .item .card_1 .item-img img {
  transform: rotate(-5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaVJdBen .item .card_1 .item-img img {
    transform: none;
  }
}
.AEOsdlE-uPsaVJdBen .item .card_2 {
  background-color: #005226;
}
.AEOsdlE-uPsaVJdBen .item .card_2 .item-img img {
  transform: rotate(5deg) translateX(3rem);
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaVJdBen .item .card_2 .item-img img {
    transform: none;
  }
}
.AEOsdlE-uPsaVJdBen .item .card_3 {
  background-color: #005226;
}
.AEOsdlE-uPsaVJdBen .item .card_3 .item-content {
  width: 40%;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPsaVJdBen .item .card_3 .item-content {
    width: 60%;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaVJdBen .item .card_3 .item-content {
    width: 100%;
  }
}
.AEOsdlE-uPsaVJdBen .item .card_3 .item-img {
  width: 40%;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaVJdBen .item .card_3 .item-img {
    width: 100%;
  }
}
.AEOsdlE-uPsaVJdBen .item .card_3 .item-img img {
  height: 400px;
  width: 100%;
  transform: rotate(5deg) translateY(5rem);
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaVJdBen .item .card_3 .item-img img {
    transform: none;
    height: 300px;
  }
}
.AEOsdlE-uPsaVJdBen .main-btn {
  margin-top: 40px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsaVJdBen .main-btn {
    margin-top: 16px;
  }
}
.AEOsdlE-uPsaVJdBen .aesthetics-section-title {
  color: #000c3f;
}
.AEOsdlE-uPsaVJdBen .aesthetics-text,
.AEOsdlE-uPsaVJdBen .text-wrapper {
  color: #000c3f;
  text-align: center;
}
.AEOsdlE-uPsaVJdBen .aesthetics-section-title,
.AEOsdlE-uPsaVJdBen .main-btn {
  text-align: center;
  color: #0cab56;
}
.AEOsdlE-uPsaVJdBen .item-title {
  color: #000c3f;
}
.AEOsdlE-uPsaVJdBen .item-text {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsaVJdBen .aesthetics-text,
.AEOsdlE-uPsaVJdBen text-wrapper {
  color: #ffffff;
}
.AEOsdlE-uPsaVJdBen .item-title,
.AEOsdlE-uPsaVJdBen .card-btn {
  text-align: center;
  color: #ffffff;
}
.AEOsdlE-uPsduEhrMw {
  padding-top: 5rem;
  padding-bottom: 5rem;
  overflow: hidden;
  position: relative;
  background-color: #000000;
}
.AEOsdlE-uPsduEhrMw .decor-wrap_1 {
  position: absolute;
  top: -4rem;
  left: 18%;
  width: 133px;
  height: 133px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #007034 0, #005226 43%, #005226 100%);
}
.AEOsdlE-uPsduEhrMw .decor-wrap_2 {
  position: absolute;
  bottom: 4rem;
  left: -6rem;
  width: 207px;
  height: 207px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #007034 0, #005226 43%, #005226 100%);
}
.AEOsdlE-uPsduEhrMw .decor-wrap_3 {
  position: absolute;
  bottom: -55%;
  right: -2rem;
  width: 422px;
  height: 422px;
  border-radius: 100%;
  background-image: radial-gradient(165.7% 132.72% at 4.98% 5.22%, #007034 0, #005226 43%, #005226 100%);
}
.AEOsdlE-uPsduEhrMw .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsduEhrMw .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsduEhrMw .container {
    padding: 0 30px;
  }
}
.AEOsdlE-uPsduEhrMw .row {
  justify-content: center;
  position: relative;
  z-index: 1;
}
.AEOsdlE-uPsduEhrMw .content-wrapper .aesthetics-section-title {
  margin-bottom: 40px;
}
.AEOsdlE-uPsduEhrMw .content-wrapper .text-wrapper .aesthetics-text {
  display: inline-flex;
  width: 60%;
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsduEhrMw .content-wrapper .text-wrapper .aesthetics-text {
    margin-bottom: 30px;
    width: 100%;
  }
}
.AEOsdlE-uPsduEhrMw .aesthetics-section-title {
  color: #ffffff;
}
.AEOsdlE-uPsduEhrMw .aesthetics-text,
.AEOsdlE-uPsduEhrMw .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsduEhrMw .aesthetics-section-title,
.AEOsdlE-uPsduEhrMw .aesthetics-section-btn {
  text-align: center;
  color: #0cab56;
}
.AEOsdlE-uPsdnV0OEB {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPsdnV0OEB .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsdnV0OEB .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsdnV0OEB .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 32px;
  padding: 0 60px;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPsdnV0OEB .items-wrapper {
    grid-template-columns: 1fr 1fr;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPsdnV0OEB .items-wrapper {
    display: block;
    padding: 0;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPsdnV0OEB .items-wrapper .item {
    margin-bottom: 12px;
  }
  .AEOsdlE-uPsdnV0OEB .items-wrapper .item:last-child {
    margin-bottom: 0;
  }
}
.AEOsdlE-uPsdnV0OEB .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  position: relative;
  background-color: #005226;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsdnV0OEB .items-wrapper .item .item-wrapper {
    padding: 32px 16px;
  }
}
.AEOsdlE-uPsdnV0OEB .items-wrapper .item .item-wrapper .card-box .item-title {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsdnV0OEB .items-wrapper .item .item-wrapper .card-box .item-title {
    margin-bottom: 24px;
  }
}
.AEOsdlE-uPsdnV0OEB .items-wrapper .item .item-wrapper .card-box .item-text {
  margin-bottom: 16px;
}
.AEOsdlE-uPsdnV0OEB .items-wrapper .item .item-wrapper .card-box .aesthetics-section-btn {
  margin-top: 24px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsdnV0OEB .items-wrapper .item .item-wrapper .card-box .aesthetics-section-btn {
    margin-bottom: 16px;
  }
}
.AEOsdlE-uPsdnV0OEB .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
  position: absolute;
  bottom: -1.8rem;
  left: 0;
  width: 100%;
  padding: 0 48px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsdnV0OEB .items-wrapper .item .item-wrapper .card-box .icon-wrapper {
    padding: 0 16px;
    bottom: -1rem;
  }
}
.AEOsdlE-uPsdnV0OEB .items-wrapper .item .item-wrapper .card-box .icon-wrapper .aesthetics-iconfont {
  font-size: 70px;
  -webkit-text-stroke-width: .125rem;
  -webkit-text-stroke-color: #005226;
  color: #ffffff;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsdnV0OEB .items-wrapper .item .item-wrapper .card-box .icon-wrapper .aesthetics-iconfont {
    font-size: 48px;
    -webkit-text-stroke-width: .1rem;
  }
}
.AEOsdlE-uPsdnV0OEB .item-title {
  color: #050f0f;
}
.AEOsdlE-uPsdnV0OEB .item-text {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsdnV0OEB .icon-wrapper {
  text-align: right;
}
.AEOsdlE-uPsdnV0OEB .item-title,
.AEOsdlE-uPsdnV0OEB .icon-wrapper,
.AEOsdlE-uPsdnV0OEB .aesthetics-section-btn {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPwsxm40jU .row {
  justify-content: center;
}
.AEOsdlE-uPwsxm40jU .main-content {
  background-color: #005226;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPwsxm40jU .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:last-child {
  margin-bottom: 0;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:hover,
.AEOsdlE-uPwsxm40jU .list .item-wrap:focus {
  transform: translateX(14px);
}
.AEOsdlE-uPwsxm40jU .aesthetics-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list,
.AEOsdlE-uPwsxm40jU .item-wrap {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title,
.AEOsdlE-uPwsxm40jU .aesthetics-section-btn {
  color: #ffffff;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text,
.AEOsdlE-uPwsxm40jU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPs9vDtN9w .navbar-dropdown {
  position: relative !important;
}
.AEOsdlE-uPs9vDtN9w .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:before {
  font-family: workflow2 !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;
}
.AEOsdlE-uPs9vDtN9w .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item {
  border: 1px solid #007034 !important;
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:hover,
.AEOsdlE-uPs9vDtN9w .dropdown-item:focus {
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:hover span {
  color: white;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.AEOsdlE-uPs9vDtN9w .nav-link {
  position: relative;
}
.AEOsdlE-uPs9vDtN9w .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .container {
    flex-wrap: nowrap;
  }
}
.AEOsdlE-uPs9vDtN9w .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-menu,
.AEOsdlE-uPs9vDtN9w .navbar.opened {
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item:focus,
.AEOsdlE-uPs9vDtN9w .nav-link:focus {
  outline: none;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.AEOsdlE-uPs9vDtN9w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPs9vDtN9w .navbar.opened {
  transition: all 0.3s;
}
.AEOsdlE-uPs9vDtN9w .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.AEOsdlE-uPs9vDtN9w .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.AEOsdlE-uPs9vDtN9w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed {
  justify-content: center;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.AEOsdlE-uPs9vDtN9w .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%;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .AEOsdlE-uPs9vDtN9w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .AEOsdlE-uPs9vDtN9w .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%;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-short {
  min-height: 96px;
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption:focus {
  color: #005226 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-logo a {
  outline: none;
}
.AEOsdlE-uPs9vDtN9w .navbar.opened .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPs9vDtN9w .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item.active,
.AEOsdlE-uPs9vDtN9w .dropdown-item:active {
  background-color: transparent;
}
.AEOsdlE-uPs9vDtN9w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.AEOsdlE-uPs9vDtN9w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.AEOsdlE-uPs9vDtN9w ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .AEOsdlE-uPs9vDtN9w ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons {
  text-align: center;
  width: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons .btn .aesthetics-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .AEOsdlE-uPs9vDtN9w .navbar-buttons .btn {
    width: auto !important;
  }
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w .navbar-dropdown {
  padding: 0 1rem;
}
.AEOsdlE-uPs9vDtN9w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.AEOsdlE-uPs9vDtN9w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .AEOsdlE-uPs9vDtN9w .navbar {
    height: 70px;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened {
    height: auto;
  }
  .AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-item {
  padding: 0;
  margin: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #007034;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link::after {
  color: #007034 !important;
  transform: rotate(0);
  transition: .3s;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover {
  background-color: #005226;
  color: #ffffff !important;
  border: 1px solid #005226;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.AEOsdlE-uPs9vDtN9w .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .AEOsdlE-uPs9vDtN9w .navbar {
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.AEOsdlE-uPs9vDtN9w .content-wrap {
  min-height: 110px;
}
.AEOsdlE-uPsemdI6gk {
  padding-top: 2rem;
  padding-bottom: 3rem;
  background-color: #000000;
}
.AEOsdlE-uPsemdI6gk .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsemdI6gk .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsemdI6gk .card-wrapper {
  position: relative;
  overflow: hidden;
}
.AEOsdlE-uPsemdI6gk .card-wrapper .image-wrapper img {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.AEOsdlE-uPsemdI6gk .card-wrapper::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #000000;
  opacity: 0.8;
  transition: all 0.3s ease-in-out;
  pointer-events: none;
  z-index: 1;
}
.AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap {
  position: relative;
  z-index: 1;
  display: flex;
  justify-content: space-between;
  padding-top: 135px;
  pointer-events: none;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap {
    display: block;
    padding-top: 0;
  }
}
.AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .item-wrapper {
  width: 50%;
  background-color: #005226;
  padding: 160px 110px;
  pointer-events: visible;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .item-wrapper {
    padding: 160px 40px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .item-wrapper {
    width: 100%;
    padding: 20px;
  }
}
.AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .item-wrapper .icon-wrapper {
  margin-bottom: 20px;
}
.AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .item-wrapper .icon-wrapper .aesthetics-iconfont {
  display: inline-flex;
  font-size: 32px;
  color: #ffffff;
}
.AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .item-wrapper .aesthetics-text {
  margin-bottom: 20px;
}
.AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .item-wrapper .aesthetics-name {
  margin-bottom: 0;
}
.AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .content-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: 40%;
  padding-right: 110px;
  padding-bottom: 110px;
  pointer-events: visible;
  padding-right: 0;
  padding-left: 110px;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .content-wrapper {
    padding-right: 40px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .content-wrapper {
    width: 100%;
    padding: 40px 20px;
  }
}
@media (max-width: 1440px) {
  .AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .content-wrapper {
    padding-left: 40px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .content-wrapper {
    padding: 40px 20px;
  }
}
.AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .content-wrapper .title-wrapper .aesthetics-tag {
  margin-bottom: 16px;
}
.AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .content-wrapper .title-wrapper .aesthetics-section-title {
  margin-bottom: 20px;
}
.AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .content-wrapper .number-wrapper .aesthetics-number {
  margin-bottom: 0;
}
.AEOsdlE-uPsemdI6gk .card-wrapper .card-wrap .content-wrapper .number-wrapper .aesthetics-desc {
  margin-bottom: 0;
}
.AEOsdlE-uPsemdI6gk .aesthetics-section-title {
  color: #ffffff;
}
.AEOsdlE-uPsemdI6gk .aesthetics-tag {
  color: #ffffff;
}
.AEOsdlE-uPsemdI6gk .aesthetics-number {
  color: #ffffff;
}
.AEOsdlE-uPsemdI6gk .aesthetics-desc {
  color: #ffffff;
}
.AEOsdlE-uPsemdI6gk .aesthetics-text {
  color: #ffffff;
}
.AEOsdlE-uPsemdI6gk .aesthetics-name {
  color: #ffffff;
}
.AEOsdlE-uPsemdI6gk .aesthetics-section-title,
.AEOsdlE-uPsemdI6gk .main-btn {
  color: #0cab56;
  text-align: center;
}
.AEOsdlE-uPsemdI6gk .aesthetics-text,
.AEOsdlE-uPsemdI6gk .icon-wrapper {
  text-align: center;
}
.AEOsdlE-uPseK7MXm3 {
  padding-top: 2rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPseK7MXm3 .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPseK7MXm3 .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPseK7MXm3 .row {
  justify-content: center;
}
.AEOsdlE-uPseK7MXm3 .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPseK7MXm3 .title-wrapper {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPseK7MXm3 .title-wrapper .aesthetics-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPseK7MXm3 .title-wrapper .aesthetics-section-title {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPseK7MXm3 .title-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .AEOsdlE-uPseK7MXm3 .title-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPseK7MXm3 .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPseK7MXm3 .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPseK7MXm3 .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .AEOsdlE-uPseK7MXm3 .items-wrapper {
    display: block;
  }
}
.AEOsdlE-uPseK7MXm3 .item {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .AEOsdlE-uPseK7MXm3 .item {
    transform: none;
  }
}
.AEOsdlE-uPseK7MXm3 .item:nth-child(2n) {
  transform: rotate(1deg);
}
@media (max-width: 992px) {
  .AEOsdlE-uPseK7MXm3 .item:nth-child(2n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .AEOsdlE-uPseK7MXm3 .item {
    margin-bottom: 16px;
  }
}
.AEOsdlE-uPseK7MXm3 .item .item-wrapper {
  height: 100%;
  background-color: #005226;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPseK7MXm3 .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .AEOsdlE-uPseK7MXm3 .item .item-wrapper {
    padding: 30px 20px;
  }
}
.AEOsdlE-uPseK7MXm3 .item .item-wrapper .card-number,
.AEOsdlE-uPseK7MXm3 .item .item-wrapper .card-number_2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPseK7MXm3 .item .item-wrapper .card-number,
  .AEOsdlE-uPseK7MXm3 .item .item-wrapper .card-number_2 {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPseK7MXm3 .item .item-wrapper .card-box .card-title,
.AEOsdlE-uPseK7MXm3 .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 30px;
}
.AEOsdlE-uPseK7MXm3 .item .item-wrapper .card-box .card-text,
.AEOsdlE-uPseK7MXm3 .item .item-wrapper .card-box .card-text_2 {
  margin-bottom: 0;
}
.AEOsdlE-uPseK7MXm3 .item .item-wrapper .card-box .aesthetics-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .AEOsdlE-uPseK7MXm3 .item .item-wrapper .card-box .aesthetics-section-btn {
    margin-top: 30px;
  }
}
.AEOsdlE-uPseK7MXm3 .item .item-wrapper .card-box .aesthetics-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.AEOsdlE-uPseK7MXm3 .item .card_2 {
  background-color: transparent;
  border: 3px solid #005226;
}
.AEOsdlE-uPseK7MXm3 .aesthetics-section-title {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPseK7MXm3 .aesthetics-text,
.AEOsdlE-uPseK7MXm3 .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPseK7MXm3 .card-number {
  color: #000000;
}
.AEOsdlE-uPseK7MXm3 .card-title {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPseK7MXm3 .card-text {
  color: #000000;
}
.AEOsdlE-uPseK7MXm3 .card-number_2 {
  color: #ffffff;
}
.AEOsdlE-uPseK7MXm3 .card-title_2 {
  color: #0cab56;
  text-align: center;
}
.AEOsdlE-uPseK7MXm3 .card-text_2 {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPseK7MXm3 .card-text,
.AEOsdlE-uPseK7MXm3 .aesthetics-section-btn {
  text-align: center;
  color: #ffffff;
}
.AEOsdlE-uPseFhalpb {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.AEOsdlE-uPseFhalpb .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPseFhalpb .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPseFhalpb .items-wrapper {
  justify-content: center;
}
.AEOsdlE-uPseFhalpb .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPseFhalpb .title-wrapper {
    margin-bottom: 32px;
  }
}
.AEOsdlE-uPseFhalpb .title-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
.AEOsdlE-uPseFhalpb .title-wrapper .icon-wrapper .aesthetics-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fff4e7;
  font-size: 40px;
  color: #000c3f;
}
.AEOsdlE-uPseFhalpb .title-wrapper .aesthetics-section-title {
  margin-bottom: 16px;
}
.AEOsdlE-uPseFhalpb .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPseFhalpb .item {
    margin-bottom: 16px;
  }
}
.AEOsdlE-uPseFhalpb .item .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #005226;
  transform: rotate(-5deg);
  transition: all .3s ease;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .AEOsdlE-uPseFhalpb .item .item-wrapper {
    transform: rotate(0);
    padding: 10px;
  }
}
.AEOsdlE-uPseFhalpb .item .item-wrapper:hover,
.AEOsdlE-uPseFhalpb .item .item-wrapper:focus {
  transform: rotate(0);
}
.AEOsdlE-uPseFhalpb .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.AEOsdlE-uPseFhalpb .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.AEOsdlE-uPseFhalpb .item .item-wrapper .item-content {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPseFhalpb .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.AEOsdlE-uPseFhalpb .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.AEOsdlE-uPseFhalpb .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.AEOsdlE-uPseFhalpb .item .card_2 {
  transform: rotate(5deg) translateY(32px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .AEOsdlE-uPseFhalpb .item .card_2 {
    transform: rotate(0);
  }
}
.AEOsdlE-uPseFhalpb .main-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPseFhalpb .main-btn {
    margin-top: 16px;
  }
}
.AEOsdlE-uPseFhalpb .aesthetics-section-title {
  color: #000c3f;
}
.AEOsdlE-uPseFhalpb .aesthetics-section-title,
.AEOsdlE-uPseFhalpb .icon-wrapper,
.AEOsdlE-uPseFhalpb .main-btn {
  text-align: center;
}
.AEOsdlE-uPseFhalpb .item-title {
  color: #000c3f;
}
.AEOsdlE-uPseFhalpb .item-text {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPseFhalpb .item-title,
.AEOsdlE-uPseFhalpb .card-btn {
  text-align: center;
  color: #ffffff;
}
.AEOsdlE-uPsfg43k5X {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPsfg43k5X .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsfg43k5X .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsfg43k5X .row {
  justify-content: center;
}
.AEOsdlE-uPsfg43k5X .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfg43k5X .title-wrapper {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPsfg43k5X .title-wrapper .aesthetics-section-title {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfg43k5X .title-wrapper .aesthetics-section-title {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPsfg43k5X .title-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfg43k5X .title-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPsfg43k5X .items-wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 48px;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPsfg43k5X .items-wrapper {
    grid-template-columns: 1fr 1fr;
    gap: 30px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfg43k5X .items-wrapper {
    gap: 16px;
  }
}
@media (max-width: 768px) {
  .AEOsdlE-uPsfg43k5X .items-wrapper {
    display: block;
  }
}
.AEOsdlE-uPsfg43k5X .item {
  transform: rotate(-3deg);
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfg43k5X .item {
    transform: none;
  }
}
.AEOsdlE-uPsfg43k5X .item:nth-child(2n) {
  transform: rotate(1deg);
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfg43k5X .item:nth-child(2n) {
    transform: none;
  }
}
@media (max-width: 768px) {
  .AEOsdlE-uPsfg43k5X .item {
    margin-bottom: 16px;
  }
}
.AEOsdlE-uPsfg43k5X .item .item-wrapper {
  height: 100%;
  background-color: #005226;
  padding: 48px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPsfg43k5X .item .item-wrapper {
    padding: 30px;
  }
}
@media (max-width: 1200px) {
  .AEOsdlE-uPsfg43k5X .item .item-wrapper {
    padding: 30px 20px;
  }
}
.AEOsdlE-uPsfg43k5X .item .item-wrapper .card-number,
.AEOsdlE-uPsfg43k5X .item .item-wrapper .card-number_2 {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfg43k5X .item .item-wrapper .card-number,
  .AEOsdlE-uPsfg43k5X .item .item-wrapper .card-number_2 {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPsfg43k5X .item .item-wrapper .card-box .card-title,
.AEOsdlE-uPsfg43k5X .item .item-wrapper .card-box .card-title_2 {
  margin-bottom: 30px;
}
.AEOsdlE-uPsfg43k5X .item .item-wrapper .card-box .card-text,
.AEOsdlE-uPsfg43k5X .item .item-wrapper .card-box .card-text_2 {
  margin-bottom: 0;
}
.AEOsdlE-uPsfg43k5X .item .item-wrapper .card-box .aesthetics-section-btn {
  margin-top: 40px;
  width: 100%;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfg43k5X .item .item-wrapper .card-box .aesthetics-section-btn {
    margin-top: 30px;
  }
}
.AEOsdlE-uPsfg43k5X .item .item-wrapper .card-box .aesthetics-section-btn .btn {
  width: 100%;
  margin-bottom: 0;
}
.AEOsdlE-uPsfg43k5X .item .card_2 {
  background-color: transparent;
  border: 3px solid #005226;
}
.AEOsdlE-uPsfg43k5X .aesthetics-section-title {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsfg43k5X .aesthetics-text,
.AEOsdlE-uPsfg43k5X .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsfg43k5X .card-number {
  color: #000000;
}
.AEOsdlE-uPsfg43k5X .card-title {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsfg43k5X .card-text {
  color: #000000;
}
.AEOsdlE-uPsfg43k5X .card-number_2 {
  color: #ffffff;
}
.AEOsdlE-uPsfg43k5X .card-title_2 {
  color: #0cab56;
  text-align: center;
}
.AEOsdlE-uPsfg43k5X .card-text_2 {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsfg43k5X .card-text,
.AEOsdlE-uPsfg43k5X .aesthetics-section-btn {
  text-align: center;
  color: #ffffff;
}
.AEOsdlE-uPsfhpjfDa {
  padding-top: 3rem;
  padding-bottom: 2rem;
  overflow: hidden;
  background-color: #000000;
}
.AEOsdlE-uPsfhpjfDa .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsfhpjfDa .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsfhpjfDa .items-wrapper {
  justify-content: center;
}
.AEOsdlE-uPsfhpjfDa .title-wrapper {
  margin-bottom: 80px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfhpjfDa .title-wrapper {
    margin-bottom: 32px;
  }
}
.AEOsdlE-uPsfhpjfDa .title-wrapper .icon-wrapper {
  margin-bottom: 16px;
}
.AEOsdlE-uPsfhpjfDa .title-wrapper .icon-wrapper .aesthetics-iconfont {
  display: inline-flex;
  align-items: center;
  justify-content: center;
  width: 86px;
  height: 86px;
  border-radius: 100%;
  background-color: #fff4e7;
  font-size: 40px;
  color: #000c3f;
}
.AEOsdlE-uPsfhpjfDa .title-wrapper .aesthetics-section-title {
  margin-bottom: 16px;
}
.AEOsdlE-uPsfhpjfDa .item {
  margin-bottom: 20px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfhpjfDa .item {
    margin-bottom: 16px;
  }
}
.AEOsdlE-uPsfhpjfDa .item .item-wrapper {
  height: 100%;
  padding: 20px;
  background-color: #005226;
  transform: rotate(-5deg);
  transition: all .3s ease;
  box-shadow: 0 19px 45px 0 #0000001a;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfhpjfDa .item .item-wrapper {
    transform: rotate(0);
    padding: 10px;
  }
}
.AEOsdlE-uPsfhpjfDa .item .item-wrapper:hover,
.AEOsdlE-uPsfhpjfDa .item .item-wrapper:focus {
  transform: rotate(0);
}
.AEOsdlE-uPsfhpjfDa .item .item-wrapper .item-img {
  margin-bottom: 32px;
}
.AEOsdlE-uPsfhpjfDa .item .item-wrapper .item-img img {
  height: 310px;
  object-fit: cover;
}
.AEOsdlE-uPsfhpjfDa .item .item-wrapper .item-content {
  padding: 0 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfhpjfDa .item .item-wrapper .item-content {
    padding: 0 10px;
  }
}
.AEOsdlE-uPsfhpjfDa .item .item-wrapper .item-content .item-title {
  margin-bottom: 20px;
}
.AEOsdlE-uPsfhpjfDa .item .item-wrapper .item-content .item-text {
  margin-bottom: 20px;
}
.AEOsdlE-uPsfhpjfDa .item .card_2 {
  transform: rotate(5deg) translateY(32px);
  position: relative;
  z-index: 1;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfhpjfDa .item .card_2 {
    transform: rotate(0);
  }
}
.AEOsdlE-uPsfhpjfDa .main-btn {
  margin-top: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfhpjfDa .main-btn {
    margin-top: 16px;
  }
}
.AEOsdlE-uPsfhpjfDa .aesthetics-section-title {
  color: #000c3f;
}
.AEOsdlE-uPsfhpjfDa .aesthetics-section-title,
.AEOsdlE-uPsfhpjfDa .icon-wrapper,
.AEOsdlE-uPsfhpjfDa .main-btn {
  text-align: center;
}
.AEOsdlE-uPsfhpjfDa .item-title {
  color: #000c3f;
}
.AEOsdlE-uPsfhpjfDa .item-text {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsfhpjfDa .item-title,
.AEOsdlE-uPsfhpjfDa .card-btn {
  text-align: center;
  color: #ffffff;
}
.AEOsdlE-uPwsxm40jU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPwsxm40jU .row {
  justify-content: center;
}
.AEOsdlE-uPwsxm40jU .main-content {
  background-color: #005226;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPwsxm40jU .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:last-child {
  margin-bottom: 0;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:hover,
.AEOsdlE-uPwsxm40jU .list .item-wrap:focus {
  transform: translateX(14px);
}
.AEOsdlE-uPwsxm40jU .aesthetics-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list,
.AEOsdlE-uPwsxm40jU .item-wrap {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title,
.AEOsdlE-uPwsxm40jU .aesthetics-section-btn {
  color: #ffffff;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text,
.AEOsdlE-uPwsxm40jU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPs9vDtN9w .navbar-dropdown {
  position: relative !important;
}
.AEOsdlE-uPs9vDtN9w .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:before {
  font-family: workflow2 !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;
}
.AEOsdlE-uPs9vDtN9w .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item {
  border: 1px solid #007034 !important;
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:hover,
.AEOsdlE-uPs9vDtN9w .dropdown-item:focus {
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:hover span {
  color: white;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.AEOsdlE-uPs9vDtN9w .nav-link {
  position: relative;
}
.AEOsdlE-uPs9vDtN9w .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .container {
    flex-wrap: nowrap;
  }
}
.AEOsdlE-uPs9vDtN9w .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-menu,
.AEOsdlE-uPs9vDtN9w .navbar.opened {
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item:focus,
.AEOsdlE-uPs9vDtN9w .nav-link:focus {
  outline: none;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.AEOsdlE-uPs9vDtN9w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPs9vDtN9w .navbar.opened {
  transition: all 0.3s;
}
.AEOsdlE-uPs9vDtN9w .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.AEOsdlE-uPs9vDtN9w .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.AEOsdlE-uPs9vDtN9w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed {
  justify-content: center;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.AEOsdlE-uPs9vDtN9w .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%;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .AEOsdlE-uPs9vDtN9w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .AEOsdlE-uPs9vDtN9w .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%;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-short {
  min-height: 96px;
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption:focus {
  color: #005226 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-logo a {
  outline: none;
}
.AEOsdlE-uPs9vDtN9w .navbar.opened .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPs9vDtN9w .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item.active,
.AEOsdlE-uPs9vDtN9w .dropdown-item:active {
  background-color: transparent;
}
.AEOsdlE-uPs9vDtN9w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.AEOsdlE-uPs9vDtN9w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.AEOsdlE-uPs9vDtN9w ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .AEOsdlE-uPs9vDtN9w ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons {
  text-align: center;
  width: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons .btn .aesthetics-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .AEOsdlE-uPs9vDtN9w .navbar-buttons .btn {
    width: auto !important;
  }
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w .navbar-dropdown {
  padding: 0 1rem;
}
.AEOsdlE-uPs9vDtN9w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.AEOsdlE-uPs9vDtN9w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .AEOsdlE-uPs9vDtN9w .navbar {
    height: 70px;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened {
    height: auto;
  }
  .AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-item {
  padding: 0;
  margin: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #007034;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link::after {
  color: #007034 !important;
  transform: rotate(0);
  transition: .3s;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover {
  background-color: #005226;
  color: #ffffff !important;
  border: 1px solid #005226;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.AEOsdlE-uPs9vDtN9w .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .AEOsdlE-uPs9vDtN9w .navbar {
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.AEOsdlE-uPs9vDtN9w .content-wrap {
  min-height: 110px;
}
.AEOsdlE-uPsfI7Zjpg {
  padding-top: 0rem;
  padding-bottom: 0rem;
  position: relative;
  align-items: center;
  background-color: #000000;
}
.AEOsdlE-uPsfI7Zjpg .image-wrap {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPsfI7Zjpg .image-wrap {
    padding: 16px;
  }
}
.AEOsdlE-uPsfI7Zjpg .image-wrap img {
  width: 100%;
  height: 70%;
  object-fit: cover;
}
.AEOsdlE-uPsfI7Zjpg .image-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 20px;
  pointer-events: none;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPsfI7Zjpg .image-overlay {
    padding: 16px;
  }
}
.AEOsdlE-uPsfI7Zjpg .image-overlay .image-over {
  background-color: #000000;
  z-index: 2;
  opacity: 0.5;
  width: 100%;
  height: 70%;
}
.AEOsdlE-uPsfI7Zjpg .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsfI7Zjpg .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsfI7Zjpg .row {
  justify-content: center;
}
.AEOsdlE-uPsfI7Zjpg .aesthetics-section-title {
  position: relative;
  z-index: 2;
  margin: 160px 20px;
  color: #0cab56;
  text-align: center;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPsfI7Zjpg .aesthetics-section-title {
    margin: 60px 16px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfI7Zjpg .aesthetics-section-title {
    margin: 30px 16px;
  }
}
.AEOsdlE-uPsfI7Zjpg .card-wrapper {
  padding: 90px;
  position: relative;
  z-index: 2;
  background-color: #000000;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfI7Zjpg .card-wrapper {
    padding: 30px 16px;
  }
}
.AEOsdlE-uPsfI7Zjpg .card-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfI7Zjpg .card-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPsfI7Zjpg .aesthetics-text,
.AEOsdlE-uPsfI7Zjpg .text-wrapper {
  color: #fff7ee;
  text-align: center;
}
.AEOsdlE-uPsfI7Zjpg .aesthetics-section-btn .btn {
  margin-bottom: 0;
}
.AEOsdlE-uPsfI7Zjpg .aesthetics-text,
.AEOsdlE-uPsfI7Zjpg .aesthetics-section-btn {
  text-align: center;
}
.AEOsdlE-uPsfZm18bb {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.AEOsdlE-uPsfZm18bb .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsfZm18bb .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsfZm18bb .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .AEOsdlE-uPsfZm18bb .card-box__top {
    flex-direction: column-reverse;
  }
}
.AEOsdlE-uPsfZm18bb .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .AEOsdlE-uPsfZm18bb .item-mb {
    margin-bottom: 1rem;
  }
}
.AEOsdlE-uPsfZm18bb .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsfZm18bb .card-text {
    padding-top: 5rem;
  }
}
.AEOsdlE-uPsfZm18bb .item-wrapper {
  background: #000000;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #007034;
  transition: all ease-in-out 0.3s;
}
.AEOsdlE-uPsfZm18bb .item-wrapper:hover {
  background-color: #007034;
  transition: all ease-in-out 0.3s;
}
.AEOsdlE-uPsfZm18bb .item-wrapper:hover .card-title,
.AEOsdlE-uPsfZm18bb .item-wrapper:hover .card-text,
.AEOsdlE-uPsfZm18bb .item-wrapper:hover .aesthetics-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .AEOsdlE-uPsfZm18bb .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .AEOsdlE-uPsfZm18bb .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.AEOsdlE-uPsfZm18bb .aesthetics-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #221b35;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .AEOsdlE-uPsfZm18bb .aesthetics-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.AEOsdlE-uPsfZm18bb .aesthetics-section-title {
  color: #221b35;
}
.AEOsdlE-uPsfZm18bb .aesthetics-section-subtitle {
  color: #221b35;
}
.AEOsdlE-uPsfZm18bb .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.AEOsdlE-uPsfZm18bb .card-box .item-footer {
  margin-top: auto;
}
.AEOsdlE-uPsfZm18bb .content-head {
  max-width: 800px;
}
.AEOsdlE-uPsfZm18bb .card-title,
.AEOsdlE-uPsfZm18bb .iconfont-wrapper {
  color: #0cab56;
  text-align: center;
}
.AEOsdlE-uPsfZm18bb .card-text,
.AEOsdlE-uPsfZm18bb .item .aesthetics-section-btn {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsg2s3IFW {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPsg2s3IFW .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsg2s3IFW .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsg2s3IFW .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsg2s3IFW .title-wrapper {
    margin-bottom: 48px;
  }
}
.AEOsdlE-uPsg2s3IFW .title-wrapper .desc-wrapper .aesthetics-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsg2s3IFW .title-wrapper .desc-wrapper .aesthetics-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.AEOsdlE-uPsg2s3IFW .title-wrapper .aesthetics-section-title {
  margin-bottom: 24px;
}
.AEOsdlE-uPsg2s3IFW .title-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsg2s3IFW .title-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPsg2s3IFW .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.AEOsdlE-uPsg2s3IFW .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsg2s3IFW .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.AEOsdlE-uPsg2s3IFW .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsg2s3IFW .item:nth-child(2n) {
    margin-top: 0;
  }
}
.AEOsdlE-uPsg2s3IFW .item:nth-child(3n) {
  margin-top: 0;
}
.AEOsdlE-uPsg2s3IFW .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.AEOsdlE-uPsg2s3IFW .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.AEOsdlE-uPsg2s3IFW .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #005226;
  background-color: #005226;
}
.AEOsdlE-uPsg2s3IFW .item .item-wrapper .item-wrap {
  height: 100%;
}
.AEOsdlE-uPsg2s3IFW .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.AEOsdlE-uPsg2s3IFW .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsg2s3IFW .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.AEOsdlE-uPsg2s3IFW .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsg2s3IFW .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.AEOsdlE-uPsg2s3IFW .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.AEOsdlE-uPsg2s3IFW .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.AEOsdlE-uPsg2s3IFW .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.AEOsdlE-uPsg2s3IFW .aesthetics-section-title {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsg2s3IFW .aesthetics-text,
.AEOsdlE-uPsg2s3IFW .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.AEOsdlE-uPsg2s3IFW .aesthetics-desc,
.AEOsdlE-uPsg2s3IFW .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.AEOsdlE-uPsg2s3IFW .item-title {
  color: #0cab56;
  text-align: center;
}
.AEOsdlE-uPsg2s3IFW .item-text {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsh1VFKYl {
  padding-top: 2rem;
  padding-bottom: 2rem;
  background-color: #000000;
}
.AEOsdlE-uPsh1VFKYl .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsh1VFKYl .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsh1VFKYl .card-box__top {
  display: flex;
  justify-content: space-between;
  align-items: top;
}
@media (max-width: 1600px) {
  .AEOsdlE-uPsh1VFKYl .card-box__top {
    flex-direction: column-reverse;
  }
}
.AEOsdlE-uPsh1VFKYl .item-mb {
  margin-bottom: 2rem;
}
@media (max-width: 767px) {
  .AEOsdlE-uPsh1VFKYl .item-mb {
    margin-bottom: 1rem;
  }
}
.AEOsdlE-uPsh1VFKYl .card-text {
  padding-top: 10rem;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsh1VFKYl .card-text {
    padding-top: 5rem;
  }
}
.AEOsdlE-uPsh1VFKYl .item-wrapper {
  background: #000000;
  padding: 1rem;
  height: 100%;
  display: flex;
  flex-direction: column;
  border: solid 1px #007034;
  transition: all ease-in-out 0.3s;
}
.AEOsdlE-uPsh1VFKYl .item-wrapper:hover {
  background-color: #007034;
  transition: all ease-in-out 0.3s;
}
.AEOsdlE-uPsh1VFKYl .item-wrapper:hover .card-title,
.AEOsdlE-uPsh1VFKYl .item-wrapper:hover .card-text,
.AEOsdlE-uPsh1VFKYl .item-wrapper:hover .aesthetics-iconfont {
  color: #ffffff !important;
  transition: all ease-in-out 0.3s;
}
@media (min-width: 992px) and (max-width: 1200px) {
  .AEOsdlE-uPsh1VFKYl .item-wrapper {
    padding: 1rem;
    margin-bottom: 0rem;
  }
}
@media (max-width: 767px) {
  .AEOsdlE-uPsh1VFKYl .item-wrapper {
    padding: 1rem;
    margin-bottom: 1rem;
  }
}
.AEOsdlE-uPsh1VFKYl .aesthetics-iconfont {
  display: inline-flex;
  font-size: 4rem;
  color: #221b35;
  justify-content: center;
  align-items: center;
  margin-left: 2rem;
}
@media (max-width: 1700px) {
  .AEOsdlE-uPsh1VFKYl .aesthetics-iconfont {
    font-size: 3rem;
    margin-left: 0rem;
    margin-bottom: 1rem;
  }
}
.AEOsdlE-uPsh1VFKYl .aesthetics-section-title {
  color: #221b35;
}
.AEOsdlE-uPsh1VFKYl .aesthetics-section-subtitle {
  color: #221b35;
}
.AEOsdlE-uPsh1VFKYl .card-box {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.AEOsdlE-uPsh1VFKYl .card-box .item-footer {
  margin-top: auto;
}
.AEOsdlE-uPsh1VFKYl .content-head {
  max-width: 800px;
}
.AEOsdlE-uPsh1VFKYl .card-title,
.AEOsdlE-uPsh1VFKYl .iconfont-wrapper {
  color: #0cab56;
  text-align: center;
}
.AEOsdlE-uPsh1VFKYl .card-text,
.AEOsdlE-uPsh1VFKYl .item .aesthetics-section-btn {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsh3sBAkx {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPsh3sBAkx .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsh3sBAkx .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsh3sBAkx .title-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsh3sBAkx .title-wrapper {
    margin-bottom: 48px;
  }
}
.AEOsdlE-uPsh3sBAkx .title-wrapper .desc-wrapper .aesthetics-desc {
  display: inline-block;
  width: 50%;
  margin-bottom: 36px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsh3sBAkx .title-wrapper .desc-wrapper .aesthetics-desc {
    width: 100%;
    margin-bottom: 16px;
  }
}
.AEOsdlE-uPsh3sBAkx .title-wrapper .aesthetics-section-title {
  margin-bottom: 24px;
}
.AEOsdlE-uPsh3sBAkx .title-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 50%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsh3sBAkx .title-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPsh3sBAkx .items-wrapper {
  margin: 0 -32px;
  justify-content: center;
}
.AEOsdlE-uPsh3sBAkx .item {
  padding: 0 32px;
  margin-bottom: 64px;
  margin-top: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsh3sBAkx .item {
    margin-bottom: 28px;
    margin-top: 0;
  }
}
.AEOsdlE-uPsh3sBAkx .item:nth-child(2n) {
  margin-top: 120px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsh3sBAkx .item:nth-child(2n) {
    margin-top: 0;
  }
}
.AEOsdlE-uPsh3sBAkx .item:nth-child(3n) {
  margin-top: 0;
}
.AEOsdlE-uPsh3sBAkx .item .item-wrapper {
  height: 100%;
  transition: all 0.3s ease-in-out;
}
.AEOsdlE-uPsh3sBAkx .item .item-wrapper:hover .item-wrap .item-img .image-wrap img,
.AEOsdlE-uPsh3sBAkx .item .item-wrapper:focus .item-wrap .item-img .image-wrap img {
  border: 2px solid #005226;
  background-color: #005226;
}
.AEOsdlE-uPsh3sBAkx .item .item-wrapper .item-wrap {
  height: 100%;
}
.AEOsdlE-uPsh3sBAkx .item .item-wrapper .item-wrap .item-img {
  position: relative;
}
.AEOsdlE-uPsh3sBAkx .item .item-wrapper .item-wrap .item-img .image-wrap {
  margin-bottom: 32px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsh3sBAkx .item .item-wrapper .item-wrap .item-img .image-wrap {
    margin-bottom: 16px;
  }
}
.AEOsdlE-uPsh3sBAkx .item .item-wrapper .item-wrap .item-img .image-wrap img {
  height: 480px;
  width: 100%;
  object-fit: cover;
  border: 2px solid transparent;
  transition: all 0.3s ease-in-out;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsh3sBAkx .item .item-wrapper .item-wrap .item-img .image-wrap img {
    height: 350px;
  }
}
.AEOsdlE-uPsh3sBAkx .item .item-wrapper .item-wrap .item-img .item-content {
  padding: 2px;
}
.AEOsdlE-uPsh3sBAkx .item .item-wrapper .item-wrap .item-img .item-content .item-title {
  margin-bottom: 8px;
}
.AEOsdlE-uPsh3sBAkx .item .item-wrapper .item-wrap .item-img .item-content .item-text {
  margin-bottom: 0;
}
.AEOsdlE-uPsh3sBAkx .aesthetics-section-title {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsh3sBAkx .aesthetics-text,
.AEOsdlE-uPsh3sBAkx .text-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.AEOsdlE-uPsh3sBAkx .aesthetics-desc,
.AEOsdlE-uPsh3sBAkx .desc-wrapper {
  color: #9aa0a6;
  text-align: center;
}
.AEOsdlE-uPsh3sBAkx .item-title {
  color: #0cab56;
  text-align: center;
}
.AEOsdlE-uPsh3sBAkx .item-text {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPwsxm40jU .row {
  justify-content: center;
}
.AEOsdlE-uPwsxm40jU .main-content {
  background-color: #005226;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPwsxm40jU .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:last-child {
  margin-bottom: 0;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:hover,
.AEOsdlE-uPwsxm40jU .list .item-wrap:focus {
  transform: translateX(14px);
}
.AEOsdlE-uPwsxm40jU .aesthetics-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list,
.AEOsdlE-uPwsxm40jU .item-wrap {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title,
.AEOsdlE-uPwsxm40jU .aesthetics-section-btn {
  color: #ffffff;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text,
.AEOsdlE-uPwsxm40jU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPs9vDtN9w .navbar-dropdown {
  position: relative !important;
}
.AEOsdlE-uPs9vDtN9w .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:before {
  font-family: workflow2 !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;
}
.AEOsdlE-uPs9vDtN9w .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item {
  border: 1px solid #007034 !important;
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:hover,
.AEOsdlE-uPs9vDtN9w .dropdown-item:focus {
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:hover span {
  color: white;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.AEOsdlE-uPs9vDtN9w .nav-link {
  position: relative;
}
.AEOsdlE-uPs9vDtN9w .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .container {
    flex-wrap: nowrap;
  }
}
.AEOsdlE-uPs9vDtN9w .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-menu,
.AEOsdlE-uPs9vDtN9w .navbar.opened {
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item:focus,
.AEOsdlE-uPs9vDtN9w .nav-link:focus {
  outline: none;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.AEOsdlE-uPs9vDtN9w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPs9vDtN9w .navbar.opened {
  transition: all 0.3s;
}
.AEOsdlE-uPs9vDtN9w .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.AEOsdlE-uPs9vDtN9w .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.AEOsdlE-uPs9vDtN9w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed {
  justify-content: center;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.AEOsdlE-uPs9vDtN9w .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%;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .AEOsdlE-uPs9vDtN9w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .AEOsdlE-uPs9vDtN9w .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%;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-short {
  min-height: 96px;
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption:focus {
  color: #005226 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-logo a {
  outline: none;
}
.AEOsdlE-uPs9vDtN9w .navbar.opened .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPs9vDtN9w .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item.active,
.AEOsdlE-uPs9vDtN9w .dropdown-item:active {
  background-color: transparent;
}
.AEOsdlE-uPs9vDtN9w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.AEOsdlE-uPs9vDtN9w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.AEOsdlE-uPs9vDtN9w ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .AEOsdlE-uPs9vDtN9w ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons {
  text-align: center;
  width: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons .btn .aesthetics-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .AEOsdlE-uPs9vDtN9w .navbar-buttons .btn {
    width: auto !important;
  }
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w .navbar-dropdown {
  padding: 0 1rem;
}
.AEOsdlE-uPs9vDtN9w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.AEOsdlE-uPs9vDtN9w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .AEOsdlE-uPs9vDtN9w .navbar {
    height: 70px;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened {
    height: auto;
  }
  .AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-item {
  padding: 0;
  margin: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #007034;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link::after {
  color: #007034 !important;
  transform: rotate(0);
  transition: .3s;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover {
  background-color: #005226;
  color: #ffffff !important;
  border: 1px solid #005226;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.AEOsdlE-uPs9vDtN9w .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .AEOsdlE-uPs9vDtN9w .navbar {
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.AEOsdlE-uPs9vDtN9w .content-wrap {
  min-height: 110px;
}
.AEOsdlE-uPshkcfJjb {
  padding-top: 7rem;
  padding-bottom: 10rem;
  background-color: #000000;
}
.AEOsdlE-uPshkcfJjb .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPshkcfJjb .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
@media (max-width: 992px) {
  .AEOsdlE-uPshkcfJjb .container {
    padding: 0 16px;
  }
}
.AEOsdlE-uPshkcfJjb .title-wrapper {
  position: relative;
  padding: 0 200px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPshkcfJjb .title-wrapper {
    padding: 0;
  }
}
.AEOsdlE-uPshkcfJjb .title-wrapper .title-wrap .aesthetics-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPshkcfJjb .title-wrapper .title-wrap .aesthetics-section-title {
    margin-bottom: 40px;
  }
}
@media (max-width: 768px) {
  .AEOsdlE-uPshkcfJjb .title-wrapper .title-wrap .aesthetics-section-title {
    margin-bottom: 20px;
  }
}
.AEOsdlE-uPshkcfJjb .title-wrapper .title-wrap .text-wrap {
  padding: 0 40px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPshkcfJjb .title-wrapper .title-wrap .text-wrap {
    padding: 0;
  }
}
.AEOsdlE-uPshkcfJjb .title-wrapper .title-wrap .text-wrap .aesthetics-text {
  margin-bottom: 25px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPshkcfJjb .title-wrapper .title-wrap .text-wrap .aesthetics-text {
    margin-bottom: 10px;
  }
}
.AEOsdlE-uPshkcfJjb .title-wrapper .title-wrap .text-wrap .aesthetics-desc {
  margin: 25px 0 0;
}
@media (max-width: 992px) {
  .AEOsdlE-uPshkcfJjb .title-wrapper .title-wrap .text-wrap .aesthetics-desc {
    margin: 10px 0 0;
  }
}
.AEOsdlE-uPshkcfJjb .title-wrapper img {
  position: absolute;
  width: 180px;
  height: 180px;
  object-fit: cover;
  border-radius: 16px;
  z-index: 1;
}
@media (max-width: 992px) {
  .AEOsdlE-uPshkcfJjb .title-wrapper img {
    display: none;
  }
}
.AEOsdlE-uPshkcfJjb .title-wrapper .image_1 {
  top: 0;
  left: 0;
}
.AEOsdlE-uPshkcfJjb .title-wrapper .image_2 {
  right: 0;
  top: 4rem;
}
.AEOsdlE-uPshkcfJjb .title-wrapper .image_3 {
  bottom: -3rem;
  right: 3rem;
}
.AEOsdlE-uPshkcfJjb .title-wrapper .image_4 {
  bottom: -6rem;
  left: 4rem;
}
.AEOsdlE-uPshkcfJjb .title-wrapper .line_1 {
  position: absolute;
  top: 0;
  left: 7rem;
  width: 1px;
  height: 100%;
  border-left: 2px dashed #0cab56;
}
@media (max-width: 992px) {
  .AEOsdlE-uPshkcfJjb .title-wrapper .line_1 {
    display: none;
  }
}
.AEOsdlE-uPshkcfJjb .title-wrapper .line_2 {
  position: absolute;
  top: 5rem;
  right: 3rem;
  width: 1px;
  height: 80%;
  border-left: 2px solid #0cab56;
}
@media (max-width: 992px) {
  .AEOsdlE-uPshkcfJjb .title-wrapper .line_2 {
    display: none;
  }
}
.AEOsdlE-uPshkcfJjb .aesthetics-section-title {
  color: #08323C;
}
.AEOsdlE-uPshkcfJjb .aesthetics-text {
  color: #08323C;
  text-align: center;
}
.AEOsdlE-uPshkcfJjb .aesthetics-desc {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPshkcfJjb .aesthetics-section-title,
.AEOsdlE-uPshkcfJjb .aesthetics-section-btn {
  text-align: center;
  color: #0cab56;
}
.AEOsdlE-uPwsxm40jU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPwsxm40jU .row {
  justify-content: center;
}
.AEOsdlE-uPwsxm40jU .main-content {
  background-color: #005226;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPwsxm40jU .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:last-child {
  margin-bottom: 0;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:hover,
.AEOsdlE-uPwsxm40jU .list .item-wrap:focus {
  transform: translateX(14px);
}
.AEOsdlE-uPwsxm40jU .aesthetics-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list,
.AEOsdlE-uPwsxm40jU .item-wrap {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title,
.AEOsdlE-uPwsxm40jU .aesthetics-section-btn {
  color: #ffffff;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text,
.AEOsdlE-uPwsxm40jU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPs9vDtN9w .navbar-dropdown {
  position: relative !important;
}
.AEOsdlE-uPs9vDtN9w .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:before {
  font-family: workflow2 !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;
}
.AEOsdlE-uPs9vDtN9w .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item {
  border: 1px solid #007034 !important;
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:hover,
.AEOsdlE-uPs9vDtN9w .dropdown-item:focus {
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:hover span {
  color: white;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.AEOsdlE-uPs9vDtN9w .nav-link {
  position: relative;
}
.AEOsdlE-uPs9vDtN9w .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .container {
    flex-wrap: nowrap;
  }
}
.AEOsdlE-uPs9vDtN9w .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-menu,
.AEOsdlE-uPs9vDtN9w .navbar.opened {
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item:focus,
.AEOsdlE-uPs9vDtN9w .nav-link:focus {
  outline: none;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.AEOsdlE-uPs9vDtN9w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPs9vDtN9w .navbar.opened {
  transition: all 0.3s;
}
.AEOsdlE-uPs9vDtN9w .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.AEOsdlE-uPs9vDtN9w .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.AEOsdlE-uPs9vDtN9w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed {
  justify-content: center;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.AEOsdlE-uPs9vDtN9w .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%;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .AEOsdlE-uPs9vDtN9w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .AEOsdlE-uPs9vDtN9w .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%;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-short {
  min-height: 96px;
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption:focus {
  color: #005226 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-logo a {
  outline: none;
}
.AEOsdlE-uPs9vDtN9w .navbar.opened .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPs9vDtN9w .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item.active,
.AEOsdlE-uPs9vDtN9w .dropdown-item:active {
  background-color: transparent;
}
.AEOsdlE-uPs9vDtN9w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.AEOsdlE-uPs9vDtN9w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.AEOsdlE-uPs9vDtN9w ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .AEOsdlE-uPs9vDtN9w ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons {
  text-align: center;
  width: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons .btn .aesthetics-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .AEOsdlE-uPs9vDtN9w .navbar-buttons .btn {
    width: auto !important;
  }
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w .navbar-dropdown {
  padding: 0 1rem;
}
.AEOsdlE-uPs9vDtN9w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.AEOsdlE-uPs9vDtN9w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .AEOsdlE-uPs9vDtN9w .navbar {
    height: 70px;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened {
    height: auto;
  }
  .AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-item {
  padding: 0;
  margin: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #007034;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link::after {
  color: #007034 !important;
  transform: rotate(0);
  transition: .3s;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover {
  background-color: #005226;
  color: #ffffff !important;
  border: 1px solid #005226;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.AEOsdlE-uPs9vDtN9w .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .AEOsdlE-uPs9vDtN9w .navbar {
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.AEOsdlE-uPs9vDtN9w .content-wrap {
  min-height: 110px;
}
.AEOsdlE-uPshGqnb6h {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPshGqnb6h .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPshGqnb6h .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPshGqnb6h .content-wrap {
  margin: 0;
}
.AEOsdlE-uPshGqnb6h .content-wrap .card {
  padding: 0;
  justify-content: space-between;
}
.AEOsdlE-uPshGqnb6h .label-wrapper .aesthetics-label {
  margin-bottom: 22px;
}
.AEOsdlE-uPshGqnb6h .content-wrapper {
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPshGqnb6h .content-wrapper {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .AEOsdlE-uPshGqnb6h .content-wrapper {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPshGqnb6h .content-wrapper {
    padding: 0;
  }
}
.AEOsdlE-uPshGqnb6h .content-wrapper .aesthetics-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPshGqnb6h .content-wrapper .aesthetics-section-title {
    margin-bottom: 32px;
  }
}
.AEOsdlE-uPshGqnb6h .content-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPshGqnb6h .content-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.AEOsdlE-uPshGqnb6h .desc-wrapper .aesthetics-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
  padding-right: 112px;
}
@media (max-width: 1440px) {
  .AEOsdlE-uPshGqnb6h .desc-wrapper .aesthetics-desc {
    padding-right: 64px;
  }
}
@media (max-width: 1200px) {
  .AEOsdlE-uPshGqnb6h .desc-wrapper .aesthetics-desc {
    padding-right: 32px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPshGqnb6h .desc-wrapper .aesthetics-desc {
    width: 100%;
    padding: 0;
  }
}
.AEOsdlE-uPshGqnb6h .form-wrapper {
  display: flex;
  align-items: flex-end;
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #018840;
  padding-left: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPshGqnb6h .form-wrapper {
    margin-top: 22px;
  }
}
@media (max-width: 1440px) {
  .AEOsdlE-uPshGqnb6h .form-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .AEOsdlE-uPshGqnb6h .form-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPshGqnb6h .form-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #018840;
    padding-top: 22px;
  }
}
.AEOsdlE-uPshGqnb6h .form-wrapper .form-wrap .dragArea.row .form-group {
  margin-bottom: 0 !important;
}
.AEOsdlE-uPshGqnb6h .form-wrapper .form-wrap .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 16px;
}
.AEOsdlE-uPshGqnb6h .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
  margin-bottom: 42px !important;
  padding: 0 0 42px 0;
  border: none !important;
  border-bottom: 3px dashed #018840 !important;
  box-shadow: none;
  border-radius: 0 !important;
  background-color: transparent;
}
@media (max-width: 992px) {
  .AEOsdlE-uPshGqnb6h .form-wrapper .form-wrap .dragArea.row .form-group .form-control {
    padding: 0 0 22px 0;
    margin-bottom: 22px !important;
  }
}
.AEOsdlE-uPshGqnb6h .form-wrapper .form-wrap .dragArea.row .form-group .form-control:hover,
.AEOsdlE-uPshGqnb6h .form-wrapper .form-wrap .dragArea.row .form-group .form-control:focus {
  border: none !important;
  border-bottom: 3px dashed #018840 !important;
}
.AEOsdlE-uPshGqnb6h .form-wrapper .form-wrap .dragArea.row .form-group .form-control::placeholder {
  color: #cfcbc0;
}
.AEOsdlE-uPshGqnb6h .form-wrapper .form-wrap .dragArea.row .form-group textarea {
  min-height: 150px;
}
.AEOsdlE-uPshGqnb6h .form-wrapper .form-wrap .dragArea.row .form-group .form-check {
  padding-left: 1.9em;
  margin-bottom: 16px;
}
.AEOsdlE-uPshGqnb6h .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input {
  background-color: transparent;
  border-color: #018840;
  border-radius: 0;
}
.AEOsdlE-uPshGqnb6h .form-wrapper .form-wrap .dragArea.row .form-group .form-check .form-check-input:focus {
  background-color: #cfcbc0;
}
.AEOsdlE-uPshGqnb6h .form-wrapper .form-wrap .dragArea.row .aesthetics-section-btn {
  margin-top: 42px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPshGqnb6h .form-wrapper .form-wrap .dragArea.row .aesthetics-section-btn {
    margin-top: 0;
  }
}
.AEOsdlE-uPshGqnb6h .form-wrapper .form-wrap .dragArea.row .aesthetics-section-btn .btn {
  margin-bottom: 0;
}
.AEOsdlE-uPshGqnb6h .aesthetics-label {
  color: #c10b02;
}
.AEOsdlE-uPshGqnb6h .aesthetics-section-title {
  color: #c10b02;
}
.AEOsdlE-uPshGqnb6h .aesthetics-text {
  color: #4b4949;
}
.AEOsdlE-uPshGqnb6h .aesthetics-desc {
  color: #4b4949;
}
.AEOsdlE-uPshGqnb6h label {
  color: #4b4949;
}
.AEOsdlE-uPshGqnb6h .aesthetics-section-title,
.AEOsdlE-uPshGqnb6h .aesthetics-section-btn {
  color: #0cab56;
  text-align: center;
}
.AEOsdlE-uPshGqnb6h .aesthetics-text,
.AEOsdlE-uPshGqnb6h .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPwsxm40jU .row {
  justify-content: center;
}
.AEOsdlE-uPwsxm40jU .main-content {
  background-color: #005226;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPwsxm40jU .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:last-child {
  margin-bottom: 0;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:hover,
.AEOsdlE-uPwsxm40jU .list .item-wrap:focus {
  transform: translateX(14px);
}
.AEOsdlE-uPwsxm40jU .aesthetics-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list,
.AEOsdlE-uPwsxm40jU .item-wrap {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title,
.AEOsdlE-uPwsxm40jU .aesthetics-section-btn {
  color: #ffffff;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text,
.AEOsdlE-uPwsxm40jU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPs9vDtN9w .navbar-dropdown {
  position: relative !important;
}
.AEOsdlE-uPs9vDtN9w .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:before {
  font-family: workflow2 !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;
}
.AEOsdlE-uPs9vDtN9w .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item {
  border: 1px solid #007034 !important;
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:hover,
.AEOsdlE-uPs9vDtN9w .dropdown-item:focus {
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:hover span {
  color: white;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.AEOsdlE-uPs9vDtN9w .nav-link {
  position: relative;
}
.AEOsdlE-uPs9vDtN9w .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .container {
    flex-wrap: nowrap;
  }
}
.AEOsdlE-uPs9vDtN9w .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-menu,
.AEOsdlE-uPs9vDtN9w .navbar.opened {
  background: #000000 !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item:focus,
.AEOsdlE-uPs9vDtN9w .nav-link:focus {
  outline: none;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.AEOsdlE-uPs9vDtN9w .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPs9vDtN9w .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.AEOsdlE-uPs9vDtN9w .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPs9vDtN9w .navbar.opened {
  transition: all 0.3s;
}
.AEOsdlE-uPs9vDtN9w .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.AEOsdlE-uPs9vDtN9w .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.AEOsdlE-uPs9vDtN9w .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed {
  justify-content: center;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.AEOsdlE-uPs9vDtN9w .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%;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.AEOsdlE-uPs9vDtN9w .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .AEOsdlE-uPs9vDtN9w .navbar .nav-item .nav-link::before {
    display: none;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened .dropdown-menu {
    top: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .AEOsdlE-uPs9vDtN9w .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%;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar ul.navbar-nav li {
    margin: auto;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .AEOsdlE-uPs9vDtN9w .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-short {
  min-height: 96px;
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-caption:focus {
  color: #005226 !important;
}
.AEOsdlE-uPs9vDtN9w .navbar-brand .navbar-logo a {
  outline: none;
}
.AEOsdlE-uPs9vDtN9w .navbar.opened .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPs9vDtN9w .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .dropdown-item.active,
.AEOsdlE-uPs9vDtN9w .dropdown-item:active {
  background-color: transparent;
}
.AEOsdlE-uPs9vDtN9w .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.AEOsdlE-uPs9vDtN9w .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.AEOsdlE-uPs9vDtN9w .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.AEOsdlE-uPs9vDtN9w ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .AEOsdlE-uPs9vDtN9w ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons {
  text-align: center;
  width: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.AEOsdlE-uPs9vDtN9w .navbar-buttons .btn .aesthetics-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .AEOsdlE-uPs9vDtN9w .navbar-buttons .btn {
    width: auto !important;
  }
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPs9vDtN9w button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPs9vDtN9w nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPs9vDtN9w .navbar-dropdown {
  padding: 0 1rem;
}
.AEOsdlE-uPs9vDtN9w a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.AEOsdlE-uPs9vDtN9w .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .AEOsdlE-uPs9vDtN9w .navbar {
    height: 70px;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened {
    height: auto;
  }
  .AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.AEOsdlE-uPs9vDtN9w .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-item {
  padding: 0;
  margin: 0;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #007034;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link::after {
  color: #007034 !important;
  transform: rotate(0);
  transition: .3s;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover {
  background-color: #005226;
  color: #ffffff !important;
  border: 1px solid #005226;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.AEOsdlE-uPs9vDtN9w .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.AEOsdlE-uPs9vDtN9w .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .AEOsdlE-uPs9vDtN9w .navbar {
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .AEOsdlE-uPs9vDtN9w .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.AEOsdlE-uPs9vDtN9w .content-wrap {
  min-height: 110px;
}
.AEOsdlE-uPsjlhRhZP {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #000000;
}
.AEOsdlE-uPsjlhRhZP .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsjlhRhZP .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsjlhRhZP .container,
.AEOsdlE-uPsjlhRhZP .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjlhRhZP .container,
  .AEOsdlE-uPsjlhRhZP .container-fluid {
    padding: 0 20px;
  }
}
.AEOsdlE-uPsjlhRhZP .container .decor-wrapper,
.AEOsdlE-uPsjlhRhZP .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -20rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjlhRhZP .container .decor-wrapper,
  .AEOsdlE-uPsjlhRhZP .container-fluid .decor-wrapper {
    display: none;
  }
}
.AEOsdlE-uPsjlhRhZP .container .decor-wrapper .decor,
.AEOsdlE-uPsjlhRhZP .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #007034;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 190px;
  width: 30%;
  margin-bottom: 60px;
}
.AEOsdlE-uPsjlhRhZP .container .decor-wrapper .decor:first-child,
.AEOsdlE-uPsjlhRhZP .container-fluid .decor-wrapper .decor:first-child {
  width: 40%;
}
.AEOsdlE-uPsjlhRhZP .container .decor-wrapper .decor:last-child,
.AEOsdlE-uPsjlhRhZP .container-fluid .decor-wrapper .decor:last-child {
  width: 45%;
  margin-bottom: 0;
}
.AEOsdlE-uPsjlhRhZP .title-wrapper {
  position: relative;
  z-index: 1;
}
.AEOsdlE-uPsjlhRhZP .title-wrapper .aesthetics-section-title {
  margin-bottom: 10px;
}
.AEOsdlE-uPsjlhRhZP .title-wrapper .aesthetics-section-subtitle {
  padding: 8px 5px;
  display: inline-flex;
  background-color: #ed9b82;
  margin-bottom: 50px;
}
.AEOsdlE-uPsjlhRhZP .title-wrapper .text-wrapper {
  padding: 0 15% 0 30%;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjlhRhZP .title-wrapper .text-wrapper {
    padding: 0;
  }
}
.AEOsdlE-uPsjlhRhZP .title-wrapper .text-wrapper .aesthetics-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjlhRhZP .title-wrapper .text-wrapper .aesthetics-text {
    margin-bottom: 20px;
  }
}
.AEOsdlE-uPsjlhRhZP .aesthetics-section-title {
  color: #0cab56;
  text-align: center;
}
.AEOsdlE-uPsjlhRhZP .aesthetics-section-subtitle {
  color: #ffffff;
}
.AEOsdlE-uPsjlhRhZP .aesthetics-text {
  color: #ffffff;
}
.AEOsdlE-uPwsxm40jU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPwsxm40jU .row {
  justify-content: center;
}
.AEOsdlE-uPwsxm40jU .main-content {
  background-color: #005226;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPwsxm40jU .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:last-child {
  margin-bottom: 0;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:hover,
.AEOsdlE-uPwsxm40jU .list .item-wrap:focus {
  transform: translateX(14px);
}
.AEOsdlE-uPwsxm40jU .aesthetics-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list,
.AEOsdlE-uPwsxm40jU .item-wrap {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title,
.AEOsdlE-uPwsxm40jU .aesthetics-section-btn {
  color: #ffffff;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text,
.AEOsdlE-uPwsxm40jU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsjBpXmmg .navbar-dropdown {
  position: relative !important;
}
.AEOsdlE-uPsjBpXmmg .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjBpXmmg .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.AEOsdlE-uPsjBpXmmg .dropdown-item:before {
  font-family: workflow2 !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;
}
.AEOsdlE-uPsjBpXmmg .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.AEOsdlE-uPsjBpXmmg .dropdown-item {
  border: 1px solid #007034 !important;
  background: #000000 !important;
}
.AEOsdlE-uPsjBpXmmg .dropdown-item:hover,
.AEOsdlE-uPsjBpXmmg .dropdown-item:focus {
  background: #000000 !important;
}
.AEOsdlE-uPsjBpXmmg .dropdown-item:hover span {
  color: white;
}
.AEOsdlE-uPsjBpXmmg .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.AEOsdlE-uPsjBpXmmg .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.AEOsdlE-uPsjBpXmmg .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.AEOsdlE-uPsjBpXmmg .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.AEOsdlE-uPsjBpXmmg .nav-link {
  position: relative;
}
.AEOsdlE-uPsjBpXmmg .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .AEOsdlE-uPsjBpXmmg .container {
    flex-wrap: nowrap;
  }
}
.AEOsdlE-uPsjBpXmmg .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.AEOsdlE-uPsjBpXmmg .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.AEOsdlE-uPsjBpXmmg .dropdown-menu,
.AEOsdlE-uPsjBpXmmg .navbar.opened {
  background: #000000 !important;
}
.AEOsdlE-uPsjBpXmmg .nav-item:focus,
.AEOsdlE-uPsjBpXmmg .nav-link:focus {
  outline: none;
}
.AEOsdlE-uPsjBpXmmg .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPsjBpXmmg .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.AEOsdlE-uPsjBpXmmg .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.AEOsdlE-uPsjBpXmmg .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPsjBpXmmg .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.AEOsdlE-uPsjBpXmmg .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.AEOsdlE-uPsjBpXmmg .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPsjBpXmmg .navbar.opened {
  transition: all 0.3s;
}
.AEOsdlE-uPsjBpXmmg .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.AEOsdlE-uPsjBpXmmg .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.AEOsdlE-uPsjBpXmmg .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.AEOsdlE-uPsjBpXmmg .navbar.collapsed {
  justify-content: center;
}
.AEOsdlE-uPsjBpXmmg .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.AEOsdlE-uPsjBpXmmg .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .AEOsdlE-uPsjBpXmmg .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.AEOsdlE-uPsjBpXmmg .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.AEOsdlE-uPsjBpXmmg .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.AEOsdlE-uPsjBpXmmg .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%;
}
.AEOsdlE-uPsjBpXmmg .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.AEOsdlE-uPsjBpXmmg .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.AEOsdlE-uPsjBpXmmg .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .AEOsdlE-uPsjBpXmmg .navbar .nav-item .nav-link::before {
    display: none;
  }
  .AEOsdlE-uPsjBpXmmg .navbar.opened .dropdown-menu {
    top: 0;
  }
  .AEOsdlE-uPsjBpXmmg .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .AEOsdlE-uPsjBpXmmg .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .AEOsdlE-uPsjBpXmmg .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%;
  }
  .AEOsdlE-uPsjBpXmmg .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .AEOsdlE-uPsjBpXmmg .navbar ul.navbar-nav li {
    margin: auto;
  }
  .AEOsdlE-uPsjBpXmmg .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .AEOsdlE-uPsjBpXmmg .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .AEOsdlE-uPsjBpXmmg .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .AEOsdlE-uPsjBpXmmg .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.AEOsdlE-uPsjBpXmmg .navbar.navbar-short {
  min-height: 96px;
}
.AEOsdlE-uPsjBpXmmg .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.AEOsdlE-uPsjBpXmmg .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.AEOsdlE-uPsjBpXmmg .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.AEOsdlE-uPsjBpXmmg .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPsjBpXmmg .navbar-brand .navbar-caption:focus {
  color: #005226 !important;
}
.AEOsdlE-uPsjBpXmmg .navbar-brand .navbar-logo a {
  outline: none;
}
.AEOsdlE-uPsjBpXmmg .navbar.opened .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPsjBpXmmg .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.AEOsdlE-uPsjBpXmmg .dropdown-item.active,
.AEOsdlE-uPsjBpXmmg .dropdown-item:active {
  background-color: transparent;
}
.AEOsdlE-uPsjBpXmmg .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.AEOsdlE-uPsjBpXmmg .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.AEOsdlE-uPsjBpXmmg .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.AEOsdlE-uPsjBpXmmg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjBpXmmg .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.AEOsdlE-uPsjBpXmmg .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.AEOsdlE-uPsjBpXmmg .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.AEOsdlE-uPsjBpXmmg ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .AEOsdlE-uPsjBpXmmg ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.AEOsdlE-uPsjBpXmmg .navbar-buttons {
  text-align: center;
  width: auto;
}
.AEOsdlE-uPsjBpXmmg .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.AEOsdlE-uPsjBpXmmg .navbar-buttons .btn .aesthetics-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .AEOsdlE-uPsjBpXmmg .navbar-buttons .btn {
    width: auto !important;
  }
}
.AEOsdlE-uPsjBpXmmg button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPsjBpXmmg button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.AEOsdlE-uPsjBpXmmg button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.AEOsdlE-uPsjBpXmmg button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPsjBpXmmg button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPsjBpXmmg button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.AEOsdlE-uPsjBpXmmg nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPsjBpXmmg nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPsjBpXmmg nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPsjBpXmmg nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPsjBpXmmg .navbar-dropdown {
  padding: 0 1rem;
}
.AEOsdlE-uPsjBpXmmg a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.AEOsdlE-uPsjBpXmmg .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .AEOsdlE-uPsjBpXmmg .navbar {
    height: 70px;
  }
  .AEOsdlE-uPsjBpXmmg .navbar.opened {
    height: auto;
  }
  .AEOsdlE-uPsjBpXmmg .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.AEOsdlE-uPsjBpXmmg .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.AEOsdlE-uPsjBpXmmg .nav-item {
  padding: 0;
  margin: 0;
}
.AEOsdlE-uPsjBpXmmg .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #007034;
}
.AEOsdlE-uPsjBpXmmg .nav-item .nav-link::after {
  color: #007034 !important;
  transform: rotate(0);
  transition: .3s;
}
.AEOsdlE-uPsjBpXmmg .nav-item .nav-link:hover {
  background-color: #005226;
  color: #ffffff !important;
  border: 1px solid #005226;
}
.AEOsdlE-uPsjBpXmmg .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.AEOsdlE-uPsjBpXmmg .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.AEOsdlE-uPsjBpXmmg .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.AEOsdlE-uPsjBpXmmg .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .AEOsdlE-uPsjBpXmmg .navbar {
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPsjBpXmmg .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPsjBpXmmg .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .AEOsdlE-uPsjBpXmmg .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .AEOsdlE-uPsjBpXmmg .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .AEOsdlE-uPsjBpXmmg .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .AEOsdlE-uPsjBpXmmg .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.AEOsdlE-uPsjBpXmmg .content-wrap {
  min-height: 110px;
}
.AEOsdlE-uPsjBr3BYv {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #000000;
}
.AEOsdlE-uPsjBr3BYv .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsjBr3BYv .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsjBr3BYv .container,
.AEOsdlE-uPsjBr3BYv .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjBr3BYv .container,
  .AEOsdlE-uPsjBr3BYv .container-fluid {
    padding: 0 20px;
  }
}
.AEOsdlE-uPsjBr3BYv .container .decor-wrapper,
.AEOsdlE-uPsjBr3BYv .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -20rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjBr3BYv .container .decor-wrapper,
  .AEOsdlE-uPsjBr3BYv .container-fluid .decor-wrapper {
    display: none;
  }
}
.AEOsdlE-uPsjBr3BYv .container .decor-wrapper .decor,
.AEOsdlE-uPsjBr3BYv .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #007034;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 190px;
  width: 30%;
  margin-bottom: 60px;
}
.AEOsdlE-uPsjBr3BYv .container .decor-wrapper .decor:first-child,
.AEOsdlE-uPsjBr3BYv .container-fluid .decor-wrapper .decor:first-child {
  width: 40%;
}
.AEOsdlE-uPsjBr3BYv .container .decor-wrapper .decor:last-child,
.AEOsdlE-uPsjBr3BYv .container-fluid .decor-wrapper .decor:last-child {
  width: 45%;
  margin-bottom: 0;
}
.AEOsdlE-uPsjBr3BYv .title-wrapper {
  position: relative;
  z-index: 1;
}
.AEOsdlE-uPsjBr3BYv .title-wrapper .aesthetics-section-title {
  margin-bottom: 10px;
}
.AEOsdlE-uPsjBr3BYv .title-wrapper .aesthetics-section-subtitle {
  padding: 8px 5px;
  display: inline-flex;
  background-color: #ed9b82;
  margin-bottom: 50px;
}
.AEOsdlE-uPsjBr3BYv .title-wrapper .text-wrapper {
  padding: 0 15% 0 30%;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjBr3BYv .title-wrapper .text-wrapper {
    padding: 0;
  }
}
.AEOsdlE-uPsjBr3BYv .title-wrapper .text-wrapper .aesthetics-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjBr3BYv .title-wrapper .text-wrapper .aesthetics-text {
    margin-bottom: 20px;
  }
}
.AEOsdlE-uPsjBr3BYv .aesthetics-section-title {
  color: #0cab56;
  text-align: center;
}
.AEOsdlE-uPsjBr3BYv .aesthetics-section-subtitle {
  color: #ffffff;
}
.AEOsdlE-uPsjBr3BYv .aesthetics-text {
  color: #ffffff;
}
.AEOsdlE-uPwsxm40jU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPwsxm40jU .row {
  justify-content: center;
}
.AEOsdlE-uPwsxm40jU .main-content {
  background-color: #005226;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPwsxm40jU .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:last-child {
  margin-bottom: 0;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:hover,
.AEOsdlE-uPwsxm40jU .list .item-wrap:focus {
  transform: translateX(14px);
}
.AEOsdlE-uPwsxm40jU .aesthetics-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list,
.AEOsdlE-uPwsxm40jU .item-wrap {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title,
.AEOsdlE-uPwsxm40jU .aesthetics-section-btn {
  color: #ffffff;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text,
.AEOsdlE-uPwsxm40jU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsjDJ7516 .navbar-dropdown {
  position: relative !important;
}
.AEOsdlE-uPsjDJ7516 .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjDJ7516 .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.AEOsdlE-uPsjDJ7516 .dropdown-item:before {
  font-family: workflow2 !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;
}
.AEOsdlE-uPsjDJ7516 .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.AEOsdlE-uPsjDJ7516 .dropdown-item {
  border: 1px solid #007034 !important;
  background: #000000 !important;
}
.AEOsdlE-uPsjDJ7516 .dropdown-item:hover,
.AEOsdlE-uPsjDJ7516 .dropdown-item:focus {
  background: #000000 !important;
}
.AEOsdlE-uPsjDJ7516 .dropdown-item:hover span {
  color: white;
}
.AEOsdlE-uPsjDJ7516 .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.AEOsdlE-uPsjDJ7516 .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.AEOsdlE-uPsjDJ7516 .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.AEOsdlE-uPsjDJ7516 .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.AEOsdlE-uPsjDJ7516 .nav-link {
  position: relative;
}
.AEOsdlE-uPsjDJ7516 .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .AEOsdlE-uPsjDJ7516 .container {
    flex-wrap: nowrap;
  }
}
.AEOsdlE-uPsjDJ7516 .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.AEOsdlE-uPsjDJ7516 .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.AEOsdlE-uPsjDJ7516 .dropdown-menu,
.AEOsdlE-uPsjDJ7516 .navbar.opened {
  background: #000000 !important;
}
.AEOsdlE-uPsjDJ7516 .nav-item:focus,
.AEOsdlE-uPsjDJ7516 .nav-link:focus {
  outline: none;
}
.AEOsdlE-uPsjDJ7516 .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPsjDJ7516 .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.AEOsdlE-uPsjDJ7516 .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.AEOsdlE-uPsjDJ7516 .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPsjDJ7516 .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.AEOsdlE-uPsjDJ7516 .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.AEOsdlE-uPsjDJ7516 .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPsjDJ7516 .navbar.opened {
  transition: all 0.3s;
}
.AEOsdlE-uPsjDJ7516 .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.AEOsdlE-uPsjDJ7516 .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.AEOsdlE-uPsjDJ7516 .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.AEOsdlE-uPsjDJ7516 .navbar.collapsed {
  justify-content: center;
}
.AEOsdlE-uPsjDJ7516 .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.AEOsdlE-uPsjDJ7516 .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .AEOsdlE-uPsjDJ7516 .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.AEOsdlE-uPsjDJ7516 .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.AEOsdlE-uPsjDJ7516 .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.AEOsdlE-uPsjDJ7516 .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%;
}
.AEOsdlE-uPsjDJ7516 .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.AEOsdlE-uPsjDJ7516 .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.AEOsdlE-uPsjDJ7516 .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .AEOsdlE-uPsjDJ7516 .navbar .nav-item .nav-link::before {
    display: none;
  }
  .AEOsdlE-uPsjDJ7516 .navbar.opened .dropdown-menu {
    top: 0;
  }
  .AEOsdlE-uPsjDJ7516 .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .AEOsdlE-uPsjDJ7516 .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .AEOsdlE-uPsjDJ7516 .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%;
  }
  .AEOsdlE-uPsjDJ7516 .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .AEOsdlE-uPsjDJ7516 .navbar ul.navbar-nav li {
    margin: auto;
  }
  .AEOsdlE-uPsjDJ7516 .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .AEOsdlE-uPsjDJ7516 .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .AEOsdlE-uPsjDJ7516 .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .AEOsdlE-uPsjDJ7516 .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.AEOsdlE-uPsjDJ7516 .navbar.navbar-short {
  min-height: 96px;
}
.AEOsdlE-uPsjDJ7516 .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.AEOsdlE-uPsjDJ7516 .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.AEOsdlE-uPsjDJ7516 .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.AEOsdlE-uPsjDJ7516 .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPsjDJ7516 .navbar-brand .navbar-caption:focus {
  color: #005226 !important;
}
.AEOsdlE-uPsjDJ7516 .navbar-brand .navbar-logo a {
  outline: none;
}
.AEOsdlE-uPsjDJ7516 .navbar.opened .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPsjDJ7516 .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.AEOsdlE-uPsjDJ7516 .dropdown-item.active,
.AEOsdlE-uPsjDJ7516 .dropdown-item:active {
  background-color: transparent;
}
.AEOsdlE-uPsjDJ7516 .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.AEOsdlE-uPsjDJ7516 .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.AEOsdlE-uPsjDJ7516 .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.AEOsdlE-uPsjDJ7516 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjDJ7516 .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.AEOsdlE-uPsjDJ7516 .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.AEOsdlE-uPsjDJ7516 .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.AEOsdlE-uPsjDJ7516 ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .AEOsdlE-uPsjDJ7516 ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.AEOsdlE-uPsjDJ7516 .navbar-buttons {
  text-align: center;
  width: auto;
}
.AEOsdlE-uPsjDJ7516 .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.AEOsdlE-uPsjDJ7516 .navbar-buttons .btn .aesthetics-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .AEOsdlE-uPsjDJ7516 .navbar-buttons .btn {
    width: auto !important;
  }
}
.AEOsdlE-uPsjDJ7516 button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPsjDJ7516 button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.AEOsdlE-uPsjDJ7516 button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.AEOsdlE-uPsjDJ7516 button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPsjDJ7516 button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPsjDJ7516 button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.AEOsdlE-uPsjDJ7516 nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPsjDJ7516 nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPsjDJ7516 nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPsjDJ7516 nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPsjDJ7516 .navbar-dropdown {
  padding: 0 1rem;
}
.AEOsdlE-uPsjDJ7516 a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.AEOsdlE-uPsjDJ7516 .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .AEOsdlE-uPsjDJ7516 .navbar {
    height: 70px;
  }
  .AEOsdlE-uPsjDJ7516 .navbar.opened {
    height: auto;
  }
  .AEOsdlE-uPsjDJ7516 .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.AEOsdlE-uPsjDJ7516 .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.AEOsdlE-uPsjDJ7516 .nav-item {
  padding: 0;
  margin: 0;
}
.AEOsdlE-uPsjDJ7516 .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #007034;
}
.AEOsdlE-uPsjDJ7516 .nav-item .nav-link::after {
  color: #007034 !important;
  transform: rotate(0);
  transition: .3s;
}
.AEOsdlE-uPsjDJ7516 .nav-item .nav-link:hover {
  background-color: #005226;
  color: #ffffff !important;
  border: 1px solid #005226;
}
.AEOsdlE-uPsjDJ7516 .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.AEOsdlE-uPsjDJ7516 .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.AEOsdlE-uPsjDJ7516 .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.AEOsdlE-uPsjDJ7516 .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .AEOsdlE-uPsjDJ7516 .navbar {
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPsjDJ7516 .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPsjDJ7516 .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .AEOsdlE-uPsjDJ7516 .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .AEOsdlE-uPsjDJ7516 .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .AEOsdlE-uPsjDJ7516 .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .AEOsdlE-uPsjDJ7516 .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.AEOsdlE-uPsjDJ7516 .content-wrap {
  min-height: 110px;
}
.AEOsdlE-uPsjDJMAgY {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #000000;
}
.AEOsdlE-uPsjDJMAgY .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsjDJMAgY .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsjDJMAgY .container,
.AEOsdlE-uPsjDJMAgY .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjDJMAgY .container,
  .AEOsdlE-uPsjDJMAgY .container-fluid {
    padding: 0 20px;
  }
}
.AEOsdlE-uPsjDJMAgY .container .decor-wrapper,
.AEOsdlE-uPsjDJMAgY .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -20rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjDJMAgY .container .decor-wrapper,
  .AEOsdlE-uPsjDJMAgY .container-fluid .decor-wrapper {
    display: none;
  }
}
.AEOsdlE-uPsjDJMAgY .container .decor-wrapper .decor,
.AEOsdlE-uPsjDJMAgY .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #007034;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 190px;
  width: 30%;
  margin-bottom: 60px;
}
.AEOsdlE-uPsjDJMAgY .container .decor-wrapper .decor:first-child,
.AEOsdlE-uPsjDJMAgY .container-fluid .decor-wrapper .decor:first-child {
  width: 40%;
}
.AEOsdlE-uPsjDJMAgY .container .decor-wrapper .decor:last-child,
.AEOsdlE-uPsjDJMAgY .container-fluid .decor-wrapper .decor:last-child {
  width: 45%;
  margin-bottom: 0;
}
.AEOsdlE-uPsjDJMAgY .title-wrapper {
  position: relative;
  z-index: 1;
}
.AEOsdlE-uPsjDJMAgY .title-wrapper .aesthetics-section-title {
  margin-bottom: 10px;
}
.AEOsdlE-uPsjDJMAgY .title-wrapper .aesthetics-section-subtitle {
  padding: 8px 5px;
  display: inline-flex;
  background-color: #ed9b82;
  margin-bottom: 50px;
}
.AEOsdlE-uPsjDJMAgY .title-wrapper .text-wrapper {
  padding: 0 15% 0 30%;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjDJMAgY .title-wrapper .text-wrapper {
    padding: 0;
  }
}
.AEOsdlE-uPsjDJMAgY .title-wrapper .text-wrapper .aesthetics-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjDJMAgY .title-wrapper .text-wrapper .aesthetics-text {
    margin-bottom: 20px;
  }
}
.AEOsdlE-uPsjDJMAgY .aesthetics-section-title {
  color: #0cab56;
  text-align: center;
}
.AEOsdlE-uPsjDJMAgY .aesthetics-section-subtitle {
  color: #ffffff;
}
.AEOsdlE-uPsjDJMAgY .aesthetics-text {
  color: #ffffff;
}
.AEOsdlE-uPwsxm40jU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPwsxm40jU .row {
  justify-content: center;
}
.AEOsdlE-uPwsxm40jU .main-content {
  background-color: #005226;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPwsxm40jU .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:last-child {
  margin-bottom: 0;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:hover,
.AEOsdlE-uPwsxm40jU .list .item-wrap:focus {
  transform: translateX(14px);
}
.AEOsdlE-uPwsxm40jU .aesthetics-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list,
.AEOsdlE-uPwsxm40jU .item-wrap {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title,
.AEOsdlE-uPwsxm40jU .aesthetics-section-btn {
  color: #ffffff;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text,
.AEOsdlE-uPwsxm40jU .text-wrapper {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPsjF6wdOr .navbar-dropdown {
  position: relative !important;
}
.AEOsdlE-uPsjF6wdOr .container-fluid {
  padding-left: 64px;
  padding-right: 64px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjF6wdOr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.AEOsdlE-uPsjF6wdOr .dropdown-item:before {
  font-family: workflow2 !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;
}
.AEOsdlE-uPsjF6wdOr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.AEOsdlE-uPsjF6wdOr .dropdown-item {
  border: 1px solid #007034 !important;
  background: #000000 !important;
}
.AEOsdlE-uPsjF6wdOr .dropdown-item:hover,
.AEOsdlE-uPsjF6wdOr .dropdown-item:focus {
  background: #000000 !important;
}
.AEOsdlE-uPsjF6wdOr .dropdown-item:hover span {
  color: white;
}
.AEOsdlE-uPsjF6wdOr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.AEOsdlE-uPsjF6wdOr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.AEOsdlE-uPsjF6wdOr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.AEOsdlE-uPsjF6wdOr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.AEOsdlE-uPsjF6wdOr .nav-link {
  position: relative;
}
.AEOsdlE-uPsjF6wdOr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .AEOsdlE-uPsjF6wdOr .container {
    flex-wrap: nowrap;
  }
}
.AEOsdlE-uPsjF6wdOr .iconfont-wrapper {
  color: #2c2c26 !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.AEOsdlE-uPsjF6wdOr .iconfont-wrapper:hover {
  color: #ffffff !important;
}
.AEOsdlE-uPsjF6wdOr .dropdown-menu,
.AEOsdlE-uPsjF6wdOr .navbar.opened {
  background: #000000 !important;
}
.AEOsdlE-uPsjF6wdOr .nav-item:focus,
.AEOsdlE-uPsjF6wdOr .nav-link:focus {
  outline: none;
}
.AEOsdlE-uPsjF6wdOr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPsjF6wdOr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.AEOsdlE-uPsjF6wdOr .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.AEOsdlE-uPsjF6wdOr .dropdown .dropdown-menu .dropdown-item .aesthetics-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.AEOsdlE-uPsjF6wdOr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.AEOsdlE-uPsjF6wdOr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.AEOsdlE-uPsjF6wdOr .navbar {
  min-height: 110px;
  transition: all 0.3s;
  border-bottom: 1px solid transparent;
  box-shadow: 0 1px 3px 0 rgba(0, 0, 0, 0.1);
  background: #000000;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPsjF6wdOr .navbar.opened {
  transition: all 0.3s;
}
.AEOsdlE-uPsjF6wdOr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 1.8rem;
  line-height: 1.55;
  border-radius: 30px;
  margin-left: 4px;
  margin-top: 4px;
}
.AEOsdlE-uPsjF6wdOr .navbar .navbar-logo img {
  width: auto;
  border-radius: 6px !important;
}
.AEOsdlE-uPsjF6wdOr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.AEOsdlE-uPsjF6wdOr .navbar.collapsed {
  justify-content: center;
}
.AEOsdlE-uPsjF6wdOr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.AEOsdlE-uPsjF6wdOr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .AEOsdlE-uPsjF6wdOr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 4rem);
  }
}
.AEOsdlE-uPsjF6wdOr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.AEOsdlE-uPsjF6wdOr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.AEOsdlE-uPsjF6wdOr .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%;
}
.AEOsdlE-uPsjF6wdOr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.AEOsdlE-uPsjF6wdOr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.AEOsdlE-uPsjF6wdOr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .AEOsdlE-uPsjF6wdOr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .AEOsdlE-uPsjF6wdOr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .AEOsdlE-uPsjF6wdOr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .AEOsdlE-uPsjF6wdOr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .AEOsdlE-uPsjF6wdOr .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%;
  }
  .AEOsdlE-uPsjF6wdOr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .AEOsdlE-uPsjF6wdOr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .AEOsdlE-uPsjF6wdOr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .AEOsdlE-uPsjF6wdOr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .AEOsdlE-uPsjF6wdOr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .AEOsdlE-uPsjF6wdOr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.AEOsdlE-uPsjF6wdOr .navbar.navbar-short {
  min-height: 96px;
}
.AEOsdlE-uPsjF6wdOr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.AEOsdlE-uPsjF6wdOr .navbar-brand {
  min-height: 96px;
  flex-shrink: 0;
  align-items: center;
  margin-right: 0;
  padding: 10px 0;
  transition: all 0.3s;
  word-break: break-word !important;
  z-index: 1;
  word-wrap: break-word !important;
  white-space: normal;
}
.AEOsdlE-uPsjF6wdOr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.AEOsdlE-uPsjF6wdOr .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPsjF6wdOr .navbar-brand .navbar-caption:focus {
  color: #005226 !important;
}
.AEOsdlE-uPsjF6wdOr .navbar-brand .navbar-logo a {
  outline: none;
}
.AEOsdlE-uPsjF6wdOr .navbar.opened .navbar-brand .navbar-caption:hover,
.AEOsdlE-uPsjF6wdOr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #ffffff !important;
}
.AEOsdlE-uPsjF6wdOr .dropdown-item.active,
.AEOsdlE-uPsjF6wdOr .dropdown-item:active {
  background-color: transparent;
}
.AEOsdlE-uPsjF6wdOr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.AEOsdlE-uPsjF6wdOr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.AEOsdlE-uPsjF6wdOr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.AEOsdlE-uPsjF6wdOr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #000000;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjF6wdOr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.AEOsdlE-uPsjF6wdOr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.AEOsdlE-uPsjF6wdOr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.AEOsdlE-uPsjF6wdOr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .AEOsdlE-uPsjF6wdOr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.AEOsdlE-uPsjF6wdOr .navbar-buttons {
  text-align: center;
  width: auto;
}
.AEOsdlE-uPsjF6wdOr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  padding: 14px 32px;
  min-height: auto;
  width: auto;
}
.AEOsdlE-uPsjF6wdOr .navbar-buttons .btn .aesthetics-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .AEOsdlE-uPsjF6wdOr .navbar-buttons .btn {
    width: auto !important;
  }
}
.AEOsdlE-uPsjF6wdOr button.navbar-toggler {
  outline: none;
  width: 50px;
  height: 50px;
  cursor: pointer;
  transition: all 0.2s;
  position: relative;
  align-self: center;
  border-radius: 100%;
  background-color: #000000 !important;
  border: none !important;
  box-shadow: none !important;
}
.AEOsdlE-uPsjF6wdOr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #ffffff;
}
.AEOsdlE-uPsjF6wdOr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.AEOsdlE-uPsjF6wdOr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPsjF6wdOr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.AEOsdlE-uPsjF6wdOr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.AEOsdlE-uPsjF6wdOr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPsjF6wdOr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPsjF6wdOr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.AEOsdlE-uPsjF6wdOr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.AEOsdlE-uPsjF6wdOr .navbar-dropdown {
  padding: 0 1rem;
}
.AEOsdlE-uPsjF6wdOr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.AEOsdlE-uPsjF6wdOr .icons-menu {
  flex-wrap: nowrap;
  display: flex;
  justify-content: center;
  padding-left: 1rem;
  padding-right: 1rem;
  padding-top: 0.3rem;
  text-align: center;
}
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
  .AEOsdlE-uPsjF6wdOr .navbar {
    height: 70px;
  }
  .AEOsdlE-uPsjF6wdOr .navbar.opened {
    height: auto;
  }
  .AEOsdlE-uPsjF6wdOr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.AEOsdlE-uPsjF6wdOr .navbar-nav {
  margin: 0 auto;
  justify-content: flex-end;
  margin: 0;
}
.AEOsdlE-uPsjF6wdOr .nav-item {
  padding: 0;
  margin: 0;
}
.AEOsdlE-uPsjF6wdOr .nav-item .nav-link {
  padding: 8px 32px !important;
  margin: 0 4px !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border: 1px solid #007034;
}
.AEOsdlE-uPsjF6wdOr .nav-item .nav-link::after {
  color: #007034 !important;
  transform: rotate(0);
  transition: .3s;
}
.AEOsdlE-uPsjF6wdOr .nav-item .nav-link:hover {
  background-color: #005226;
  color: #ffffff !important;
  border: 1px solid #005226;
}
.AEOsdlE-uPsjF6wdOr .nav-item .nav-link:hover::after {
  color: #ffffff !important;
}
.AEOsdlE-uPsjF6wdOr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.AEOsdlE-uPsjF6wdOr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.AEOsdlE-uPsjF6wdOr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .AEOsdlE-uPsjF6wdOr .navbar {
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPsjF6wdOr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .AEOsdlE-uPsjF6wdOr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .AEOsdlE-uPsjF6wdOr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .AEOsdlE-uPsjF6wdOr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .AEOsdlE-uPsjF6wdOr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .AEOsdlE-uPsjF6wdOr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
.AEOsdlE-uPsjF6wdOr .content-wrap {
  min-height: 110px;
}
.AEOsdlE-uPsjF7hl9k {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #000000;
}
.AEOsdlE-uPsjF7hl9k .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPsjF7hl9k .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPsjF7hl9k .container,
.AEOsdlE-uPsjF7hl9k .container-fluid {
  position: relative;
  padding: 0 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjF7hl9k .container,
  .AEOsdlE-uPsjF7hl9k .container-fluid {
    padding: 0 20px;
  }
}
.AEOsdlE-uPsjF7hl9k .container .decor-wrapper,
.AEOsdlE-uPsjF7hl9k .container-fluid .decor-wrapper {
  position: absolute;
  bottom: 0;
  left: -20rem;
  height: 100%;
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjF7hl9k .container .decor-wrapper,
  .AEOsdlE-uPsjF7hl9k .container-fluid .decor-wrapper {
    display: none;
  }
}
.AEOsdlE-uPsjF7hl9k .container .decor-wrapper .decor,
.AEOsdlE-uPsjF7hl9k .container-fluid .decor-wrapper .decor {
  border: 0.5px solid #007034;
  border-left: none;
  border-radius: 0 10px 10px 0;
  height: 190px;
  width: 30%;
  margin-bottom: 60px;
}
.AEOsdlE-uPsjF7hl9k .container .decor-wrapper .decor:first-child,
.AEOsdlE-uPsjF7hl9k .container-fluid .decor-wrapper .decor:first-child {
  width: 40%;
}
.AEOsdlE-uPsjF7hl9k .container .decor-wrapper .decor:last-child,
.AEOsdlE-uPsjF7hl9k .container-fluid .decor-wrapper .decor:last-child {
  width: 45%;
  margin-bottom: 0;
}
.AEOsdlE-uPsjF7hl9k .title-wrapper {
  position: relative;
  z-index: 1;
}
.AEOsdlE-uPsjF7hl9k .title-wrapper .aesthetics-section-title {
  margin-bottom: 10px;
}
.AEOsdlE-uPsjF7hl9k .title-wrapper .aesthetics-section-subtitle {
  padding: 8px 5px;
  display: inline-flex;
  background-color: #ed9b82;
  margin-bottom: 50px;
}
.AEOsdlE-uPsjF7hl9k .title-wrapper .text-wrapper {
  padding: 0 15% 0 30%;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjF7hl9k .title-wrapper .text-wrapper {
    padding: 0;
  }
}
.AEOsdlE-uPsjF7hl9k .title-wrapper .text-wrapper .aesthetics-text {
  margin-bottom: 40px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPsjF7hl9k .title-wrapper .text-wrapper .aesthetics-text {
    margin-bottom: 20px;
  }
}
.AEOsdlE-uPsjF7hl9k .aesthetics-section-title {
  color: #0cab56;
  text-align: center;
}
.AEOsdlE-uPsjF7hl9k .aesthetics-section-subtitle {
  color: #ffffff;
}
.AEOsdlE-uPsjF7hl9k .aesthetics-text {
  color: #ffffff;
}
.AEOsdlE-uPwsxm40jU {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #000000;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image.disabled {
  display: none;
}
.AEOsdlE-uPwsxm40jU .aesthetics-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.AEOsdlE-uPwsxm40jU .row {
  justify-content: center;
}
.AEOsdlE-uPwsxm40jU .main-content {
  background-color: #005226;
  padding: 80px 0;
  margin: 0 0 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .main-content {
    padding: 30px 0;
    margin: 0 0 30px;
  }
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .aesthetics-section-title {
    margin-bottom: 30px;
  }
}
.AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
  display: inline-block;
  width: 40%;
  margin-bottom: 30px;
}
@media (max-width: 992px) {
  .AEOsdlE-uPwsxm40jU .title-wrapper .text-wrapper .aesthetics-text {
    width: 100%;
  }
}
.AEOsdlE-uPwsxm40jU .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap {
  margin-bottom: 20px;
  transition: all .3s ease;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:last-child {
  margin-bottom: 0;
}
.AEOsdlE-uPwsxm40jU .list .item-wrap:hover,
.AEOsdlE-uPwsxm40jU .list .item-wrap:focus {
  transform: translateX(14px);
}
.AEOsdlE-uPwsxm40jU .aesthetics-copy {
  margin: 0;
  color: #fff7ee;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text {
  color: #151e11;
}
.AEOsdlE-uPwsxm40jU .list,
.AEOsdlE-uPwsxm40jU .item-wrap {
  color: #ffffff;
  text-align: center;
}
.AEOsdlE-uPwsxm40jU .aesthetics-section-title,
.AEOsdlE-uPwsxm40jU .aesthetics-section-btn {
  color: #ffffff;
}
.AEOsdlE-uPwsxm40jU .aesthetics-text,
.AEOsdlE-uPwsxm40jU .text-wrapper {
  color: #ffffff;
  text-align: center;
}

/* Base Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

/* Mobile View Adjustments */
@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 10px 0;
    }
}
/* Finish Cookie Banner */
.cookie-banner {
    visibility: hidden;
    opacity: 0;
    transition: opacity 0.3s ease;
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    background-color: #ffffff;
    color: #424a4d;
    padding: 15px;
    box-shadow: 0 -2px 5px rgba(0, 0, 0, 0.2);
    z-index: 1000;
    font-family: Arial, sans-serif;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
}

.cookie-banner.show {
    visibility: visible;
    opacity: 1;
}

.cookie-banner p {
    margin: 0;
    font-size: 14px;
}

.cookie-banner a {
    color: #424a4d;
    text-decoration: underline;
}

.cookie-buttons {
    display: flex;
    gap: 10px;
}

.cookie-btn {
    all: unset;
    padding: 18px 15px;
    cursor: pointer;
    font-size: 14px;
    color: #ffffff;
    border-radius: 4px;
    text-align: center;
    line-height: 1;
    display: inline-block;
}

.cookie-btn.Accept {
    background-color: #28a745 !important;
}

.cookie-btn.ignore {
    background-color: #dc3545 !important;
}

@media (max-width: 768px) {
    .cookie-banner {
        flex-direction: column;
        padding: 10px;
        gap: 10px;
        font-size: 13px;
        bottom: 0;
    }
    .cookie-buttons {
        flex-direction: column;
        width: 100%;
        gap: 8px;
    }
    .cookie-btn {
        width: 100%;
        padding: 12px 0;
        font-size: 13px;
    }
}

@media (max-width: 480px) {
    .cookie-banner {
        padding: 8px;
        gap: 8px;
        font-size: 12px;
    }
    .cookie-banner img {
        width: 30px;
        height: 30px;
    }
    .cookie-buttons {
        gap: 5px;
    }
    .cookie-btn {
        padding: 10px 0;
        font-size: 12px;
    }
}

/* logoanimations */
@keyframes bounceLeft {
    0%   { transform: translateX(0); }
    50%  { transform: translateX(-20px); }
    100% { transform: translateX(0); }
}

.navbar-brand {
    animation: bounceLeft 1s ease-in-out 1 forwards;
}
/* endlogoanimations */

/* mainanimations */
/* Style 7: rotate slight */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: rotate(-3deg);
}
/* endmainanimations */
.quiz-section {
  background-image: url("../../../assets/images/dark_daylight.jpg");
  background-size: cover;
  background-position: center;
  min-height: 100vh;
  padding: 40px;
  display: flex;
  justify-content: center;
  align-items: center;
}

.quiz-form {
  background: rgba(255, 255, 255, 0.9);
  padding: 30px;
  border-radius: 10px;
  max-width: 400px;
  width: 100%;
  box-shadow: 0 4px 10px rgba(0, 0, 0, 0.1);
  font-family: Arial, sans-serif;
}

.quiz-title {
  text-align: center;
  margin-bottom: 20px;
  color: #333;
}

.form-group {
  margin-bottom: 15px;
}

.form-group label {
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
  color: #555;
}