.btn {
  border-width: 2px;
}
img,
.card-wrap,
.card-wrapper,
.video-wrapper,
.symbol-figure iframe,
.google-map iframe,
.slide-content,
.plan,
.card,
.item-wrapper {
  border-radius: 2rem !important;
}
.video-wrapper {
  overflow: hidden;
}
body {
  font-family: Rethink Sans;
}
.display-1 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 5rem;
  line-height: 1;
  letter-spacing: -0.03em;
}
.display-1 > .symbol-iconfont {
  font-size: 6.25rem;
}
.display-2 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2.8rem;
  line-height: 1;
  letter-spacing: -0.01em;
}
.display-2 > .symbol-iconfont {
  font-size: 3.5rem;
}
.display-4 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.5;
}
.display-4 > .symbol-iconfont {
  font-size: 1.75rem;
}
.display-5 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 2rem;
  line-height: 1;
  letter-spacing: -0.02em;
}
.display-5 > .symbol-iconfont {
  font-size: 2.5rem;
}
.display-7 {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
}
.display-7 > .symbol-iconfont {
  font-size: 1.75rem;
}
/* ---- Fluid typography for mobile devices ---- */
/* 1.4 - font scale ratio ( bootstrap == 1.42857 ) */
/* 100vw - current viewport width */
/* (48 - 20)  48 == 48rem == 768px, 20 == 20rem == 320px(minimal supported viewport) */
/* 0.65 - min scale variable, may vary */
@media (max-width: 992px) {
  .display-1 {
    font-size: 4rem;
  }
}
@media (max-width: 768px) {
  .display-1 {
    font-size: 3.5rem;
    font-size: calc( 2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.1 * (2.4rem + (5 - 2.4) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-2 {
    font-size: 2.24rem;
    font-size: calc( 1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.3 * (1.63rem + (2.8 - 1.63) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-4 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-5 {
    font-size: 1.6rem;
    font-size: calc( 1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.35rem + (2 - 1.35) * ((100vw - 20rem) / (48 - 20))));
  }
  .display-7 {
    font-size: 1.12rem;
    font-size: calc( 1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20)));
    line-height: calc( 1.4 * (1.14rem + (1.4 - 1.14) * ((100vw - 20rem) / (48 - 20))));
  }
}
/* 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: #144031 !important;
}
.bg-success {
  background-color: #dbf5d1 !important;
}
.bg-info {
  background-color: #ffffff !important;
}
.bg-warning {
  background-color: #f9f3c2 !important;
}
.bg-danger {
  background-color: #ffe7da !important;
}
.btn-primary,
.btn-primary:active {
  background-color: #144031 !important;
  border-color: #144031 !important;
  color: #ffffff !important;
  box-shadow: none;
}
.btn-primary:hover,
.btn-primary:focus,
.btn-primary.focus,
.btn-primary.active {
  color: inherit;
  background-color: #20674f !important;
  border-color: #20674f !important;
  box-shadow: none;
}
.btn-primary.disabled,
.btn-primary:disabled {
  color: #ffffff !important;
  background-color: #20674f !important;
  border-color: #20674f !important;
}
.btn-secondary,
.btn-secondary:active {
  background-color: #fff7b4 !important;
  border-color: #fff7b4 !important;
  color: #b4a100 !important;
  box-shadow: none;
}
.btn-secondary:hover,
.btn-secondary:focus,
.btn-secondary.focus,
.btn-secondary.active {
  color: inherit;
  background-color: #fffce7 !important;
  border-color: #fffce7 !important;
  box-shadow: none;
}
.btn-secondary.disabled,
.btn-secondary:disabled {
  color: #b4a100 !important;
  background-color: #fffce7 !important;
  border-color: #fffce7 !important;
}
.btn-info,
.btn-info:active {
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  color: #808080 !important;
  box-shadow: none;
}
.btn-info:hover,
.btn-info:focus,
.btn-info.focus,
.btn-info.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-info.disabled,
.btn-info:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success,
.btn-success:active {
  background-color: #dbf5d1 !important;
  border-color: #dbf5d1 !important;
  color: #47a324 !important;
  box-shadow: none;
}
.btn-success:hover,
.btn-success:focus,
.btn-success.focus,
.btn-success.active {
  color: inherit;
  background-color: #fcfefb !important;
  border-color: #fcfefb !important;
  box-shadow: none;
}
.btn-success.disabled,
.btn-success:disabled {
  color: #47a324 !important;
  background-color: #fcfefb !important;
  border-color: #fcfefb !important;
}
.btn-warning,
.btn-warning:active {
  background-color: #f9f3c2 !important;
  border-color: #f9f3c2 !important;
  color: #ab9a11 !important;
  box-shadow: none;
}
.btn-warning:hover,
.btn-warning:focus,
.btn-warning.focus,
.btn-warning.active {
  color: inherit;
  background-color: #fefcf0 !important;
  border-color: #fefcf0 !important;
  box-shadow: none;
}
.btn-warning.disabled,
.btn-warning:disabled {
  color: #ab9a11 !important;
  background-color: #fefcf0 !important;
  border-color: #fefcf0 !important;
}
.btn-danger,
.btn-danger:active {
  background-color: #ffe7da !important;
  border-color: #ffe7da !important;
  color: #da4d00 !important;
  box-shadow: none;
}
.btn-danger:hover,
.btn-danger:focus,
.btn-danger.focus,
.btn-danger.active {
  color: inherit;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
  box-shadow: none;
}
.btn-danger.disabled,
.btn-danger:disabled {
  color: #da4d00 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !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: #144031;
  color: #144031;
}
.btn-primary-outline:hover,
.btn-primary-outline:focus,
.btn-primary-outline.focus,
.btn-primary-outline.active {
  color: #000000 !important;
  background-color: transparent !important;
  border-color: #000000 !important;
  box-shadow: none !important;
}
.btn-primary-outline.disabled,
.btn-primary-outline:disabled {
  color: #ffffff !important;
  background-color: #144031 !important;
  border-color: #144031 !important;
}
.btn-secondary-outline,
.btn-secondary-outline:active {
  background-color: transparent !important;
  border-color: #fff7b4;
  color: #fff7b4;
}
.btn-secondary-outline:hover,
.btn-secondary-outline:focus,
.btn-secondary-outline.focus,
.btn-secondary-outline.active {
  color: #ffee5d !important;
  background-color: transparent !important;
  border-color: #ffee5d !important;
  box-shadow: none !important;
}
.btn-secondary-outline.disabled,
.btn-secondary-outline:disabled {
  color: #b4a100 !important;
  background-color: #fff7b4 !important;
  border-color: #fff7b4 !important;
}
.btn-info-outline,
.btn-info-outline:active {
  background-color: transparent !important;
  border-color: #ffffff;
  color: #ffffff;
}
.btn-info-outline:hover,
.btn-info-outline:focus,
.btn-info-outline.focus,
.btn-info-outline.active {
  color: #d4d4d4 !important;
  background-color: transparent !important;
  border-color: #d4d4d4 !important;
  box-shadow: none !important;
}
.btn-info-outline.disabled,
.btn-info-outline:disabled {
  color: #808080 !important;
  background-color: #ffffff !important;
  border-color: #ffffff !important;
}
.btn-success-outline,
.btn-success-outline:active {
  background-color: transparent !important;
  border-color: #dbf5d1;
  color: #dbf5d1;
}
.btn-success-outline:hover,
.btn-success-outline:focus,
.btn-success-outline.focus,
.btn-success-outline.active {
  color: #a3e68a !important;
  background-color: transparent !important;
  border-color: #a3e68a !important;
  box-shadow: none !important;
}
.btn-success-outline.disabled,
.btn-success-outline:disabled {
  color: #47a324 !important;
  background-color: #dbf5d1 !important;
  border-color: #dbf5d1 !important;
}
.btn-warning-outline,
.btn-warning-outline:active {
  background-color: transparent !important;
  border-color: #f9f3c2;
  color: #f9f3c2;
}
.btn-warning-outline:hover,
.btn-warning-outline:focus,
.btn-warning-outline.focus,
.btn-warning-outline.active {
  color: #f1e373 !important;
  background-color: transparent !important;
  border-color: #f1e373 !important;
  box-shadow: none !important;
}
.btn-warning-outline.disabled,
.btn-warning-outline:disabled {
  color: #ab9a11 !important;
  background-color: #f9f3c2 !important;
  border-color: #f9f3c2 !important;
}
.btn-danger-outline,
.btn-danger-outline:active {
  background-color: transparent !important;
  border-color: #ffe7da;
  color: #ffe7da;
}
.btn-danger-outline:hover,
.btn-danger-outline:focus,
.btn-danger-outline.focus,
.btn-danger-outline.active {
  color: #ffaf83 !important;
  background-color: transparent !important;
  border-color: #ffaf83 !important;
  box-shadow: none !important;
}
.btn-danger-outline.disabled,
.btn-danger-outline:disabled {
  color: #da4d00 !important;
  background-color: #ffe7da !important;
  border-color: #ffe7da !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: #144031 !important;
}
.text-secondary {
  color: #fff7b4 !important;
}
.text-success {
  color: #dbf5d1 !important;
}
.text-info {
  color: #ffffff !important;
}
.text-warning {
  color: #f9f3c2 !important;
}
.text-danger {
  color: #ffe7da !important;
}
.text-white {
  color: #fafafa !important;
}
.text-black {
  color: #232323 !important;
}
a.text-primary:hover,
a.text-primary:focus,
a.text-primary.active {
  color: #000000 !important;
}
a.text-secondary:hover,
a.text-secondary:focus,
a.text-secondary.active {
  color: #ffec4e !important;
}
a.text-success:hover,
a.text-success:focus,
a.text-success.active {
  color: #99e37d !important;
}
a.text-info:hover,
a.text-info:focus,
a.text-info.active {
  color: #cccccc !important;
}
a.text-warning:hover,
a.text-warning:focus,
a.text-warning.active {
  color: #f0e165 !important;
}
a.text-danger:hover,
a.text-danger:focus,
a.text-danger.active {
  color: #ffa574 !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: #144031;
}
.nav-tabs .nav-link:not(.active) {
  color: #232323;
}
.alert-success {
  background-color: #70c770;
}
.alert-info {
  background-color: #ffffff;
}
.alert-warning {
  background-color: #f9f3c2;
}
.alert-danger {
  background-color: #ffe7da;
}
.symbol-section-btn .btn:not(.btn-form) {
  border-radius: 100px;
}
.symbol-gallery-filter li a {
  border-radius: 100px !important;
}
.symbol-gallery-filter li.active .btn {
  background-color: #144031;
  border-color: #144031;
  color: #ffffff;
}
.symbol-gallery-filter li.active .btn:focus {
  box-shadow: none;
}
.nav-tabs .nav-link {
  border-radius: 100px !important;
}
a,
a:hover {
  color: #144031;
}
.symbol-plan-header.bg-primary .symbol-plan-subtitle,
.symbol-plan-header.bg-primary .symbol-plan-price-desc {
  color: #69d0ad;
}
.symbol-plan-header.bg-success .symbol-plan-subtitle,
.symbol-plan-header.bg-success .symbol-plan-price-desc {
  color: #ffffff;
}
.symbol-plan-header.bg-info .symbol-plan-subtitle,
.symbol-plan-header.bg-info .symbol-plan-price-desc {
  color: #ffffff;
}
.symbol-plan-header.bg-warning .symbol-plan-subtitle,
.symbol-plan-header.bg-warning .symbol-plan-price-desc {
  color: #ffffff;
}
.symbol-plan-header.bg-danger .symbol-plan-subtitle,
.symbol-plan-header.bg-danger .symbol-plan-price-desc {
  color: #ffffff;
}
/* Scroll to top button*/
.scrollToTop_wraper {
  display: none;
}
.form-control {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
  border-radius: 100px !important;
}
.form-control > .symbol-iconfont {
  font-size: 1.75rem;
}
.form-control:hover,
.form-control:focus {
  box-shadow: rgba(0, 0, 0, 0.07) 0px 1px 1px 0px, rgba(0, 0, 0, 0.07) 0px 1px 3px 0px, rgba(0, 0, 0, 0.03) 0px 0px 0px 1px;
  border-color: #144031 !important;
}
.form-control:-webkit-input-placeholder {
  font-family: 'Rethink Sans', sans-serif;
  font-size: 1.4rem;
  line-height: 1.3;
  letter-spacing: -0.02em;
  font-weight: 400;
}
.form-control:-webkit-input-placeholder > .symbol-iconfont {
  font-size: 1.75rem;
}
blockquote {
  border-color: #144031;
}
/* Forms */
.symbol-form .input-group-btn .btn {
  border-radius: 100px !important;
}
.symbol-form .input-group-btn .btn:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.symbol-form .input-group-btn button[type="submit"] {
  border-radius: 100px !important;
  padding: 1rem 3rem;
}
.symbol-form .input-group-btn button[type="submit"]:hover {
  box-shadow: 0 10px 40px 0 rgba(0, 0, 0, 0.2);
}
.jq-selectbox li:hover,
.jq-selectbox li.selected {
  background-color: #144031;
  color: #ffffff;
}
.jq-number__spin {
  transition: 0.25s ease;
}
.jq-number__spin:hover {
  border-color: #144031;
}
.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: #144031;
  border-bottom-color: #144031;
}
.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: #144031 !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: #fff7b4 !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='%23144031' %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;
}
.symbol-section-btn .btn,
.symbol-section-btn-main .btn {
  position: relative;
  padding: 0;
  font-weight: 700 !important;
  border: none !important;
  border-radius: 0 !important;
  transition: all .5s ease;
  z-index: 2;
}
.symbol-section-btn .btn-primary,
.symbol-section-btn-main .btn-primary,
.symbol-section-btn .btn-secondary,
.symbol-section-btn-main .btn-secondary,
.symbol-section-btn .btn-success,
.symbol-section-btn-main .btn-success,
.symbol-section-btn .btn-info,
.symbol-section-btn-main .btn-info,
.symbol-section-btn .btn-warning,
.symbol-section-btn-main .btn-warning,
.symbol-section-btn .btn-danger,
.symbol-section-btn-main .btn-danger,
.symbol-section-btn .btn-black,
.symbol-section-btn-main .btn-black,
.symbol-section-btn .btn-white,
.symbol-section-btn-main .btn-white {
  border-radius: 1rem 1rem 1rem 0 !important;
  padding: 12px 25px;
}
.symbol-section-btn .btn-secondary,
.symbol-section-btn-main .btn-secondary {
  color: #144031 !important;
}
.symbol-section-btn .btn-primary-outline,
.symbol-section-btn-main .btn-primary-outline,
.symbol-section-btn .btn-secondary-outline,
.symbol-section-btn-main .btn-secondary-outline,
.symbol-section-btn .btn-success-outline,
.symbol-section-btn-main .btn-success-outline,
.symbol-section-btn .btn-info-outline,
.symbol-section-btn-main .btn-info-outline,
.symbol-section-btn .btn-warning-outline,
.symbol-section-btn-main .btn-warning-outline,
.symbol-section-btn .btn-danger-outline,
.symbol-section-btn-main .btn-danger-outline,
.symbol-section-btn .btn-black-outline,
.symbol-section-btn-main .btn-black-outline,
.symbol-section-btn .btn-white-outline,
.symbol-section-btn-main .btn-white-outline {
  color: #144031 !important;
  flex-direction: row-reverse;
  padding: 0 20px;
  margin: 16px 10px;
}
.symbol-section-btn .btn-primary-outline::before,
.symbol-section-btn-main .btn-primary-outline::before,
.symbol-section-btn .btn-secondary-outline::before,
.symbol-section-btn-main .btn-secondary-outline::before,
.symbol-section-btn .btn-success-outline::before,
.symbol-section-btn-main .btn-success-outline::before,
.symbol-section-btn .btn-info-outline::before,
.symbol-section-btn-main .btn-info-outline::before,
.symbol-section-btn .btn-warning-outline::before,
.symbol-section-btn-main .btn-warning-outline::before,
.symbol-section-btn .btn-danger-outline::before,
.symbol-section-btn-main .btn-danger-outline::before,
.symbol-section-btn .btn-black-outline::before,
.symbol-section-btn-main .btn-black-outline::before,
.symbol-section-btn .btn-white-outline::before,
.symbol-section-btn-main .btn-white-outline::before {
  content: '';
  position: absolute;
  left: 0;
  width: 50px;
  height: 50px;
  border-radius: 100%;
  transition: all .5s ease;
  z-index: -1;
}
.symbol-section-btn .btn-primary-outline .symbol-iconfont,
.symbol-section-btn-main .btn-primary-outline .symbol-iconfont,
.symbol-section-btn .btn-secondary-outline .symbol-iconfont,
.symbol-section-btn-main .btn-secondary-outline .symbol-iconfont,
.symbol-section-btn .btn-success-outline .symbol-iconfont,
.symbol-section-btn-main .btn-success-outline .symbol-iconfont,
.symbol-section-btn .btn-info-outline .symbol-iconfont,
.symbol-section-btn-main .btn-info-outline .symbol-iconfont,
.symbol-section-btn .btn-warning-outline .symbol-iconfont,
.symbol-section-btn-main .btn-warning-outline .symbol-iconfont,
.symbol-section-btn .btn-danger-outline .symbol-iconfont,
.symbol-section-btn-main .btn-danger-outline .symbol-iconfont,
.symbol-section-btn .btn-black-outline .symbol-iconfont,
.symbol-section-btn-main .btn-black-outline .symbol-iconfont,
.symbol-section-btn .btn-white-outline .symbol-iconfont,
.symbol-section-btn-main .btn-white-outline .symbol-iconfont {
  position: absolute;
  left: 14px;
  transform: translateX(-1rem);
  opacity: 0;
  transition: all .5s ease;
  margin: 0;
}
.symbol-section-btn .btn-primary-outline:hover,
.symbol-section-btn-main .btn-primary-outline:hover,
.symbol-section-btn .btn-secondary-outline:hover,
.symbol-section-btn-main .btn-secondary-outline:hover,
.symbol-section-btn .btn-success-outline:hover,
.symbol-section-btn-main .btn-success-outline:hover,
.symbol-section-btn .btn-info-outline:hover,
.symbol-section-btn-main .btn-info-outline:hover,
.symbol-section-btn .btn-warning-outline:hover,
.symbol-section-btn-main .btn-warning-outline:hover,
.symbol-section-btn .btn-danger-outline:hover,
.symbol-section-btn-main .btn-danger-outline:hover,
.symbol-section-btn .btn-black-outline:hover,
.symbol-section-btn-main .btn-black-outline:hover,
.symbol-section-btn .btn-white-outline:hover,
.symbol-section-btn-main .btn-white-outline:hover,
.symbol-section-btn .btn-primary-outline:focus,
.symbol-section-btn-main .btn-primary-outline:focus,
.symbol-section-btn .btn-secondary-outline:focus,
.symbol-section-btn-main .btn-secondary-outline:focus,
.symbol-section-btn .btn-success-outline:focus,
.symbol-section-btn-main .btn-success-outline:focus,
.symbol-section-btn .btn-info-outline:focus,
.symbol-section-btn-main .btn-info-outline:focus,
.symbol-section-btn .btn-warning-outline:focus,
.symbol-section-btn-main .btn-warning-outline:focus,
.symbol-section-btn .btn-danger-outline:focus,
.symbol-section-btn-main .btn-danger-outline:focus,
.symbol-section-btn .btn-black-outline:focus,
.symbol-section-btn-main .btn-black-outline:focus,
.symbol-section-btn .btn-white-outline:focus,
.symbol-section-btn-main .btn-white-outline:focus {
  padding: 0 14px 0 70px;
}
.symbol-section-btn .btn-primary-outline:hover .symbol-iconfont,
.symbol-section-btn-main .btn-primary-outline:hover .symbol-iconfont,
.symbol-section-btn .btn-secondary-outline:hover .symbol-iconfont,
.symbol-section-btn-main .btn-secondary-outline:hover .symbol-iconfont,
.symbol-section-btn .btn-success-outline:hover .symbol-iconfont,
.symbol-section-btn-main .btn-success-outline:hover .symbol-iconfont,
.symbol-section-btn .btn-info-outline:hover .symbol-iconfont,
.symbol-section-btn-main .btn-info-outline:hover .symbol-iconfont,
.symbol-section-btn .btn-warning-outline:hover .symbol-iconfont,
.symbol-section-btn-main .btn-warning-outline:hover .symbol-iconfont,
.symbol-section-btn .btn-danger-outline:hover .symbol-iconfont,
.symbol-section-btn-main .btn-danger-outline:hover .symbol-iconfont,
.symbol-section-btn .btn-black-outline:hover .symbol-iconfont,
.symbol-section-btn-main .btn-black-outline:hover .symbol-iconfont,
.symbol-section-btn .btn-white-outline:hover .symbol-iconfont,
.symbol-section-btn-main .btn-white-outline:hover .symbol-iconfont,
.symbol-section-btn .btn-primary-outline:focus .symbol-iconfont,
.symbol-section-btn-main .btn-primary-outline:focus .symbol-iconfont,
.symbol-section-btn .btn-secondary-outline:focus .symbol-iconfont,
.symbol-section-btn-main .btn-secondary-outline:focus .symbol-iconfont,
.symbol-section-btn .btn-success-outline:focus .symbol-iconfont,
.symbol-section-btn-main .btn-success-outline:focus .symbol-iconfont,
.symbol-section-btn .btn-info-outline:focus .symbol-iconfont,
.symbol-section-btn-main .btn-info-outline:focus .symbol-iconfont,
.symbol-section-btn .btn-warning-outline:focus .symbol-iconfont,
.symbol-section-btn-main .btn-warning-outline:focus .symbol-iconfont,
.symbol-section-btn .btn-danger-outline:focus .symbol-iconfont,
.symbol-section-btn-main .btn-danger-outline:focus .symbol-iconfont,
.symbol-section-btn .btn-black-outline:focus .symbol-iconfont,
.symbol-section-btn-main .btn-black-outline:focus .symbol-iconfont,
.symbol-section-btn .btn-white-outline:focus .symbol-iconfont,
.symbol-section-btn-main .btn-white-outline:focus .symbol-iconfont {
  transform: translateX(0);
  opacity: 1;
  display: inline-flex;
}
.symbol-section-btn .btn-primary-outline:hover::before,
.symbol-section-btn-main .btn-primary-outline:hover::before,
.symbol-section-btn .btn-secondary-outline:hover::before,
.symbol-section-btn-main .btn-secondary-outline:hover::before,
.symbol-section-btn .btn-success-outline:hover::before,
.symbol-section-btn-main .btn-success-outline:hover::before,
.symbol-section-btn .btn-info-outline:hover::before,
.symbol-section-btn-main .btn-info-outline:hover::before,
.symbol-section-btn .btn-warning-outline:hover::before,
.symbol-section-btn-main .btn-warning-outline:hover::before,
.symbol-section-btn .btn-danger-outline:hover::before,
.symbol-section-btn-main .btn-danger-outline:hover::before,
.symbol-section-btn .btn-black-outline:hover::before,
.symbol-section-btn-main .btn-black-outline:hover::before,
.symbol-section-btn .btn-white-outline:hover::before,
.symbol-section-btn-main .btn-white-outline:hover::before,
.symbol-section-btn .btn-primary-outline:focus::before,
.symbol-section-btn-main .btn-primary-outline:focus::before,
.symbol-section-btn .btn-secondary-outline:focus::before,
.symbol-section-btn-main .btn-secondary-outline:focus::before,
.symbol-section-btn .btn-success-outline:focus::before,
.symbol-section-btn-main .btn-success-outline:focus::before,
.symbol-section-btn .btn-info-outline:focus::before,
.symbol-section-btn-main .btn-info-outline:focus::before,
.symbol-section-btn .btn-warning-outline:focus::before,
.symbol-section-btn-main .btn-warning-outline:focus::before,
.symbol-section-btn .btn-danger-outline:focus::before,
.symbol-section-btn-main .btn-danger-outline:focus::before,
.symbol-section-btn .btn-black-outline:focus::before,
.symbol-section-btn-main .btn-black-outline:focus::before,
.symbol-section-btn .btn-white-outline:focus::before,
.symbol-section-btn-main .btn-white-outline:focus::before {
  transform: scale(1.25);
}
.symbol-section-btn .btn-primary-outline::before,
.symbol-section-btn-main .btn-primary-outline::before {
  background-color: #144031 !important;
}
.symbol-section-btn .btn-secondary-outline::before,
.symbol-section-btn-main .btn-secondary-outline::before {
  background-color: #fff7b4 !important;
}
.symbol-section-btn .btn-success-outline::before,
.symbol-section-btn-main .btn-success-outline::before {
  background-color: #dbf5d1 !important;
}
.symbol-section-btn .btn-info-outline::before,
.symbol-section-btn-main .btn-info-outline::before {
  background-color: #ffffff !important;
}
.symbol-section-btn .btn-warning-outline::before,
.symbol-section-btn-main .btn-warning-outline::before {
  background-color: #f9f3c2 !important;
}
.symbol-section-btn .btn-danger-outline::before,
.symbol-section-btn-main .btn-danger-outline::before {
  background-color: #ffe7da !important;
}
.symbol-section-btn .btn-black-outline::before,
.symbol-section-btn-main .btn-black-outline::before {
  background-color: #000000 !important;
}
.symbol-section-btn .btn-white-outline::before,
.symbol-section-btn-main .btn-white-outline::before {
  background-color: #ffffff !important;
}
img {
  border-radius: 0 !important;
}
.LLO8kj-uLTBM6pRqN {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.LLO8kj-uLTBM6pRqN nav.navbar {
  position: fixed;
}
.LLO8kj-uLTBM6pRqN .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTBM6pRqN .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.LLO8kj-uLTBM6pRqN .dropdown-item:before {
  font-family: preview2 !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;
}
.LLO8kj-uLTBM6pRqN .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.LLO8kj-uLTBM6pRqN .dropdown-item {
  border: none !important;
  background: #bdeaac !important;
}
.LLO8kj-uLTBM6pRqN .dropdown-item:hover,
.LLO8kj-uLTBM6pRqN .dropdown-item:focus {
  background: #bdeaac !important;
  color: #22654e !important;
}
.LLO8kj-uLTBM6pRqN .dropdown-item:hover span {
  color: white;
}
.LLO8kj-uLTBM6pRqN .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.LLO8kj-uLTBM6pRqN .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.LLO8kj-uLTBM6pRqN .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.LLO8kj-uLTBM6pRqN .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.LLO8kj-uLTBM6pRqN .nav-link {
  position: relative;
}
.LLO8kj-uLTBM6pRqN .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .LLO8kj-uLTBM6pRqN .container {
    flex-wrap: nowrap;
  }
}
.LLO8kj-uLTBM6pRqN .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.LLO8kj-uLTBM6pRqN .iconfont-wrapper:hover {
  opacity: .5;
}
.LLO8kj-uLTBM6pRqN .dropdown-menu,
.LLO8kj-uLTBM6pRqN .navbar.opened {
  background: #bdeaac !important;
}
.LLO8kj-uLTBM6pRqN .nav-item:focus,
.LLO8kj-uLTBM6pRqN .nav-link:focus {
  outline: none;
}
.LLO8kj-uLTBM6pRqN .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.LLO8kj-uLTBM6pRqN .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.LLO8kj-uLTBM6pRqN .dropdown .dropdown-menu .dropdown-item .symbol-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.LLO8kj-uLTBM6pRqN .dropdown .dropdown-menu .dropdown-item .symbol-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.LLO8kj-uLTBM6pRqN .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.LLO8kj-uLTBM6pRqN .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.LLO8kj-uLTBM6pRqN .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: #bdeaac;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.LLO8kj-uLTBM6pRqN .navbar.opened {
  transition: all 0.3s;
}
.LLO8kj-uLTBM6pRqN .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.LLO8kj-uLTBM6pRqN .navbar .navbar-logo img {
  width: auto;
}
.LLO8kj-uLTBM6pRqN .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.LLO8kj-uLTBM6pRqN .navbar.collapsed {
  justify-content: center;
}
.LLO8kj-uLTBM6pRqN .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.LLO8kj-uLTBM6pRqN .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .LLO8kj-uLTBM6pRqN .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.LLO8kj-uLTBM6pRqN .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.LLO8kj-uLTBM6pRqN .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.LLO8kj-uLTBM6pRqN .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%;
}
.LLO8kj-uLTBM6pRqN .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.LLO8kj-uLTBM6pRqN .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.LLO8kj-uLTBM6pRqN .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .LLO8kj-uLTBM6pRqN .navbar .nav-item .nav-link::before {
    display: none;
  }
  .LLO8kj-uLTBM6pRqN .navbar.opened .dropdown-menu {
    top: 0;
  }
  .LLO8kj-uLTBM6pRqN .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .LLO8kj-uLTBM6pRqN .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .LLO8kj-uLTBM6pRqN .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%;
  }
  .LLO8kj-uLTBM6pRqN .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .LLO8kj-uLTBM6pRqN .navbar ul.navbar-nav li {
    margin: auto;
  }
  .LLO8kj-uLTBM6pRqN .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .LLO8kj-uLTBM6pRqN .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .LLO8kj-uLTBM6pRqN .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .LLO8kj-uLTBM6pRqN .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.LLO8kj-uLTBM6pRqN .navbar.navbar-short {
  min-height: 96px;
}
.LLO8kj-uLTBM6pRqN .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.LLO8kj-uLTBM6pRqN .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: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .LLO8kj-uLTBM6pRqN .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.LLO8kj-uLTBM6pRqN .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.LLO8kj-uLTBM6pRqN .navbar-brand .navbar-caption:hover,
.LLO8kj-uLTBM6pRqN .navbar-brand .navbar-caption:focus {
  color: #22654e !important;
}
.LLO8kj-uLTBM6pRqN .navbar-brand .navbar-logo a {
  outline: none;
}
.LLO8kj-uLTBM6pRqN .navbar.opened .navbar-brand .navbar-caption:hover,
.LLO8kj-uLTBM6pRqN .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #22654e !important;
}
.LLO8kj-uLTBM6pRqN .dropdown-item.active,
.LLO8kj-uLTBM6pRqN .dropdown-item:active {
  background-color: transparent;
}
.LLO8kj-uLTBM6pRqN .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.LLO8kj-uLTBM6pRqN .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.LLO8kj-uLTBM6pRqN .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.LLO8kj-uLTBM6pRqN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bdeaac;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTBM6pRqN .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.LLO8kj-uLTBM6pRqN .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.LLO8kj-uLTBM6pRqN .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.LLO8kj-uLTBM6pRqN ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .LLO8kj-uLTBM6pRqN ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.LLO8kj-uLTBM6pRqN .navbar-buttons {
  text-align: center;
  width: auto;
}
.LLO8kj-uLTBM6pRqN .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTBM6pRqN .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.LLO8kj-uLTBM6pRqN .navbar-buttons .btn .symbol-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .LLO8kj-uLTBM6pRqN .navbar-buttons .btn {
    width: auto !important;
  }
}
.LLO8kj-uLTBM6pRqN 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: #bdeaac !important;
  border: none !important;
  box-shadow: none !important;
}
.LLO8kj-uLTBM6pRqN button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0e3528;
}
.LLO8kj-uLTBM6pRqN button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.LLO8kj-uLTBM6pRqN button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LLO8kj-uLTBM6pRqN button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LLO8kj-uLTBM6pRqN button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.LLO8kj-uLTBM6pRqN nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LLO8kj-uLTBM6pRqN nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.LLO8kj-uLTBM6pRqN nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.LLO8kj-uLTBM6pRqN nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LLO8kj-uLTBM6pRqN .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.LLO8kj-uLTBM6pRqN a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LLO8kj-uLTBM6pRqN .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) {
  .LLO8kj-uLTBM6pRqN .navbar {
    height: 70px;
  }
  .LLO8kj-uLTBM6pRqN .navbar.opened {
    height: auto;
  }
  .LLO8kj-uLTBM6pRqN .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.LLO8kj-uLTBM6pRqN .navbar-nav {
  margin: 0 auto;
}
.LLO8kj-uLTBM6pRqN .nav-item {
  padding: 0;
  margin: 0;
}
.LLO8kj-uLTBM6pRqN .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.LLO8kj-uLTBM6pRqN .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.LLO8kj-uLTBM6pRqN .nav-item .nav-link:hover,
.LLO8kj-uLTBM6pRqN .nav-item .nav-link:focus {
  background-color: transparent;
  color: #22654e !important;
}
.LLO8kj-uLTBM6pRqN .nav-item .nav-link:hover::after,
.LLO8kj-uLTBM6pRqN .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.LLO8kj-uLTBM6pRqN .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.LLO8kj-uLTBM6pRqN .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.LLO8kj-uLTBM6pRqN .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .LLO8kj-uLTBM6pRqN .navbar {
    justify-content: flex-start !important;
  }
  .LLO8kj-uLTBM6pRqN .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .LLO8kj-uLTBM6pRqN .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .LLO8kj-uLTBM6pRqN .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .LLO8kj-uLTBM6pRqN .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .LLO8kj-uLTBM6pRqN .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .LLO8kj-uLTBM6pRqN .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .LLO8kj-uLTBM6pRqN .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .LLO8kj-uLTBM6pRqN .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .LLO8kj-uLTBM6pRqN .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.LLO8kj-uLTBM6pRqN .content-wrap {
  min-height: 110px;
}
.LLO8kj-uLTD4yHgVp {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.LLO8kj-uLTD4yHgVp .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTD4yHgVp .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTD4yHgVp .content-wrap {
  margin: 0;
}
.LLO8kj-uLTD4yHgVp .content-wrap .card {
  padding: 0;
  justify-content: center;
}
.LLO8kj-uLTD4yHgVp .content-wrapper {
  padding: 0 112px;
}
@media (max-width: 1440px) {
  .LLO8kj-uLTD4yHgVp .content-wrapper {
    padding: 0 64px;
  }
}
@media (max-width: 1200px) {
  .LLO8kj-uLTD4yHgVp .content-wrapper {
    padding: 0 32px;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTD4yHgVp .content-wrapper {
    padding: 0;
    margin-bottom: 32px;
  }
}
.LLO8kj-uLTD4yHgVp .content-wrapper .symbol-section-title {
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTD4yHgVp .content-wrapper .symbol-section-title {
    margin-bottom: 32px;
  }
}
.LLO8kj-uLTD4yHgVp .content-wrapper .text-wrapper .symbol-text {
  display: inline-block;
  width: 80%;
  margin-bottom: 64px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTD4yHgVp .content-wrapper .text-wrapper .symbol-text {
    width: 100%;
    margin-bottom: 32px;
  }
}
.LLO8kj-uLTD4yHgVp .content-wrapper .symbol-desc {
  margin-top: 122px;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTD4yHgVp .content-wrapper .symbol-desc {
    margin-top: 32px;
  }
}
.LLO8kj-uLTD4yHgVp .image-wrapper {
  height: 100%;
  padding-left: 112px;
  border-left: 3px dashed #0e3528;
}
@media (max-width: 1440px) {
  .LLO8kj-uLTD4yHgVp .image-wrapper {
    padding-left: 64px;
  }
}
@media (max-width: 1200px) {
  .LLO8kj-uLTD4yHgVp .image-wrapper {
    padding-left: 32px;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTD4yHgVp .image-wrapper {
    padding-left: 0;
    border-left: none;
    border-top: 3px dashed #0e3528;
    padding-top: 22px;
  }
}
.LLO8kj-uLTD4yHgVp .image-wrapper img {
  height: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .LLO8kj-uLTD4yHgVp .image-wrapper img {
    height: 350px;
  }
}
.LLO8kj-uLTD4yHgVp .symbol-section-title {
  color: #c10b02;
}
.LLO8kj-uLTD4yHgVp .symbol-text,
.LLO8kj-uLTD4yHgVp .text-wrapper {
  color: #0e3528;
  text-align: center;
}
.LLO8kj-uLTD4yHgVp .symbol-desc {
  color: #000000;
  text-align: center;
}
.LLO8kj-uLTD4yHgVp .symbol-section-title,
.LLO8kj-uLTD4yHgVp .symbol-section-btn {
  text-align: center;
  color: #0e3528;
}
.LLO8kj-uLTDIlWHzn {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dbf5d1;
}
.LLO8kj-uLTDIlWHzn .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTDIlWHzn .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTDIlWHzn .icon-wrapper {
  margin-bottom: 20px;
}
.LLO8kj-uLTDIlWHzn .icon-wrapper .symbol-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #0e3528;
}
.LLO8kj-uLTDIlWHzn .symbol-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.LLO8kj-uLTDIlWHzn .desc-wrapper .symbol-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTDIlWHzn .desc-wrapper .symbol-desc {
    width: 100%;
  }
}
.LLO8kj-uLTDIlWHzn .symbol-desc,
.LLO8kj-uLTDIlWHzn .desc-wrapper {
  color: #000000;
  text-align: center;
}
.LLO8kj-uLTDIlWHzn .symbol-text,
.LLO8kj-uLTDIlWHzn .icon-wrapper {
  text-align: center;
  color: #0e3528;
}
.LLO8kj-uLTDEGmUv1 {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.LLO8kj-uLTDEGmUv1 .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTDEGmUv1 .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTDEGmUv1 .container-fluid {
  padding: 0 60px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTDEGmUv1 .container-fluid {
    padding: 0 30px;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTDEGmUv1 .container {
    padding: 0 30px;
  }
}
.LLO8kj-uLTDEGmUv1 .items-wrapper .item:first-child {
  position: relative;
}
.LLO8kj-uLTDEGmUv1 .items-wrapper .item:first-child::before {
  content: '';
  position: absolute;
  top: -3rem;
  right: 2rem;
  width: 98px;
  height: 98px;
  border-radius: 100%;
  background-color: #c7fcb5;
  opacity: .9;
}
.LLO8kj-uLTDEGmUv1 .items-wrapper .item:first-child .item-wrapper .item-content {
  position: relative;
  overflow: hidden;
}
.LLO8kj-uLTDEGmUv1 .items-wrapper .item:first-child .item-wrapper .item-content::before {
  content: '';
  position: absolute;
  bottom: -131px;
  right: 4rem;
  width: 222px;
  height: 222px;
  border-radius: 100%;
  background-color: #c7fcb5;
}
.LLO8kj-uLTDEGmUv1 .items-wrapper .item:last-child {
  position: relative;
}
.LLO8kj-uLTDEGmUv1 .items-wrapper .item:last-child::before {
  content: '';
  position: absolute;
  top: 50%;
  right: 43%;
  width: 130px;
  height: 130px;
  border-radius: 100%;
  background-color: #bdeaac;
  opacity: .9;
}
.LLO8kj-uLTDEGmUv1 .items-wrapper .item:nth-child(2n) .item-wrapper {
  flex-direction: row;
}
.LLO8kj-uLTDEGmUv1 .items-wrapper .item .item-wrapper {
  display: flex;
  flex-direction: row-reverse;
}
@media (max-width: 992px) {
  .LLO8kj-uLTDEGmUv1 .items-wrapper .item .item-wrapper {
    display: block;
  }
}
.LLO8kj-uLTDEGmUv1 .items-wrapper .item .item-wrapper .item-img {
  width: 50%;
}
@media (max-width: 992px) {
  .LLO8kj-uLTDEGmUv1 .items-wrapper .item .item-wrapper .item-img {
    width: 100%;
  }
}
.LLO8kj-uLTDEGmUv1 .items-wrapper .item .item-wrapper .item-img img {
  min-height: 630px;
  object-fit: cover;
  height: 100%;
}
@media (max-width: 992px) {
  .LLO8kj-uLTDEGmUv1 .items-wrapper .item .item-wrapper .item-img img {
    min-height: auto;
    height: 350px;
  }
}
.LLO8kj-uLTDEGmUv1 .items-wrapper .item .item-wrapper .card {
  justify-content: center;
}
.LLO8kj-uLTDEGmUv1 .items-wrapper .item .item-wrapper .item-content {
  width: 50%;
  padding: 50px 110px;
  min-height: 100%;
}
@media (max-width: 992px) {
  .LLO8kj-uLTDEGmUv1 .items-wrapper .item .item-wrapper .item-content {
    width: 100%;
    padding: 40px 0;
  }
}
.LLO8kj-uLTDEGmUv1 .items-wrapper .item .item-wrapper .item-content .item-title {
  margin-bottom: 35px;
}
.LLO8kj-uLTDEGmUv1 .items-wrapper .item .item-wrapper .item-content .item-text {
  margin-bottom: 25px;
}
.LLO8kj-uLTDEGmUv1 .item-title {
  color: #144031;
}
.LLO8kj-uLTDEGmUv1 .item-text {
  color: #000000;
}
.LLO8kj-uLTDEGmUv1 .item-title,
.LLO8kj-uLTDEGmUv1 .symbol-section-btn {
  text-align: center;
}
.LLO8kj-uLTFrVxHMh {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dbf5d1;
}
.LLO8kj-uLTFrVxHMh .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTFrVxHMh .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTFrVxHMh .icon-wrapper {
  margin-bottom: 20px;
}
.LLO8kj-uLTFrVxHMh .icon-wrapper .symbol-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #0e3528;
}
.LLO8kj-uLTFrVxHMh .symbol-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.LLO8kj-uLTFrVxHMh .desc-wrapper .symbol-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTFrVxHMh .desc-wrapper .symbol-desc {
    width: 100%;
  }
}
.LLO8kj-uLTFrVxHMh .symbol-desc,
.LLO8kj-uLTFrVxHMh .desc-wrapper {
  color: #000000;
  text-align: center;
}
.LLO8kj-uLTFrVxHMh .symbol-text,
.LLO8kj-uLTFrVxHMh .icon-wrapper {
  text-align: center;
  color: #0e3528;
}
.LLO8kj-uLTFALHFYC {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #eaffe2;
}
.LLO8kj-uLTFALHFYC .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTFALHFYC .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTFALHFYC .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTFALHFYC .container-fluid {
    padding: 0 20px;
  }
}
.LLO8kj-uLTFALHFYC .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTFALHFYC .container {
    padding: 0 20px;
  }
}
.LLO8kj-uLTFALHFYC .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .LLO8kj-uLTFALHFYC .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.LLO8kj-uLTFALHFYC .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .LLO8kj-uLTFALHFYC .image-wrapper .image_1 {
    height: 300px;
  }
}
.LLO8kj-uLTFALHFYC .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .LLO8kj-uLTFALHFYC .image-wrapper .image_2 {
    display: none;
  }
}
.LLO8kj-uLTFALHFYC .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .LLO8kj-uLTFALHFYC .image-wrapper .image_3 {
    display: none;
  }
}
.LLO8kj-uLTFALHFYC .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.LLO8kj-uLTFALHFYC .title-wrapper .title-wrap {
  padding-left: 42px;
}
.LLO8kj-uLTFALHFYC .title-wrapper .title-wrap .symbol-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .LLO8kj-uLTFALHFYC .title-wrapper .title-wrap .symbol-section-title {
    margin-bottom: 16px;
  }
}
.LLO8kj-uLTFALHFYC .title-wrapper .title-wrap .symbol-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .LLO8kj-uLTFALHFYC .title-wrapper .title-wrap .symbol-text {
    margin-bottom: 16px;
  }
}
.LLO8kj-uLTFALHFYC .symbol-section-title {
  color: #000000;
}
.LLO8kj-uLTFALHFYC .symbol-text {
  color: #000000;
}
.LLO8kj-uLTFALHFYC .symbol-section-title,
.LLO8kj-uLTFALHFYC .symbol-section-btn {
  color: #0e3528;
  text-align: center;
}
.LLO8kj-uLTFWtQfwe {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dbf5d1;
}
.LLO8kj-uLTFWtQfwe .symbol-iconfont {
  display: block;
  font-size: 4rem;
  color: #0e3528;
  margin-bottom: 1.5rem;
}
.LLO8kj-uLTFWtQfwe .col-lg-4,
.LLO8kj-uLTFWtQfwe .col-12 {
  padding: 0 2rem;
}
.LLO8kj-uLTFWtQfwe .row {
  margin: 0 -2rem;
  justify-content: center;
}
.LLO8kj-uLTFWtQfwe .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .LLO8kj-uLTFWtQfwe .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTFWtQfwe .card-wrapper {
    margin-bottom: 3rem;
  }
}
.LLO8kj-uLTFWtQfwe .card-title,
.LLO8kj-uLTFWtQfwe .iconfont-wrapper {
  color: #1f4a5c;
  text-align: center;
}
.LLO8kj-uLTFWtQfwe .card-text {
  color: #000000;
  text-align: center;
}
.LLO8kj-uLTFWtQfwe .symbol-section-subtitle {
  color: #000000;
}
.LLO8kj-uLTFWtQfwe .symbol-section-title {
  color: #0e3528;
}
.LLO8kj-uLTFWtQfwe .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTFWtQfwe .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTIcph3MM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdeaac;
}
.LLO8kj-uLTIcph3MM .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTIcph3MM .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTIcph3MM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .container {
    padding: 0 26px;
  }
}
.LLO8kj-uLTIcph3MM .row {
  justify-content: center;
}
.LLO8kj-uLTIcph3MM .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.LLO8kj-uLTIcph3MM .title-wrapper .symbol-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .symbol-section-title {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .text-wrapper .symbol-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .text-wrapper .symbol-text {
    width: 100%;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:hover,
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #0e3528;
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #144031;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .symbol-iconfont {
  margin-right: 0;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .symbol-iconfont,
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .symbol-iconfont {
  color: #144031;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a .symbol-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.LLO8kj-uLTIcph3MM .symbol-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.LLO8kj-uLTIcph3MM .symbol-section-title {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .symbol-text {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .list {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .list,
.LLO8kj-uLTIcph3MM .nav-wrapper,
.LLO8kj-uLTIcph3MM .social-wrapper {
  text-align: right;
}
.LLO8kj-uLTIcph3MM .list,
.LLO8kj-uLTIcph3MM .item-wrap,
.LLO8kj-uLTIcph3MM .social-wrapper {
  color: #000000;
}
.LLO8kj-uLTIcph3MM .symbol-text,
.LLO8kj-uLTIcph3MM .text-wrapper {
  color: #000000;
}
.LLO8kj-uLTC1zYumm {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.LLO8kj-uLTC1zYumm nav.navbar {
  position: fixed;
}
.LLO8kj-uLTC1zYumm .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTC1zYumm .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.LLO8kj-uLTC1zYumm .dropdown-item:before {
  font-family: preview2 !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;
}
.LLO8kj-uLTC1zYumm .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.LLO8kj-uLTC1zYumm .dropdown-item {
  border: none !important;
  background: #bdeaac !important;
}
.LLO8kj-uLTC1zYumm .dropdown-item:hover,
.LLO8kj-uLTC1zYumm .dropdown-item:focus {
  background: #bdeaac !important;
  color: #22654e !important;
}
.LLO8kj-uLTC1zYumm .dropdown-item:hover span {
  color: white;
}
.LLO8kj-uLTC1zYumm .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.LLO8kj-uLTC1zYumm .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.LLO8kj-uLTC1zYumm .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.LLO8kj-uLTC1zYumm .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.LLO8kj-uLTC1zYumm .nav-link {
  position: relative;
}
.LLO8kj-uLTC1zYumm .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .LLO8kj-uLTC1zYumm .container {
    flex-wrap: nowrap;
  }
}
.LLO8kj-uLTC1zYumm .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.LLO8kj-uLTC1zYumm .iconfont-wrapper:hover {
  opacity: .5;
}
.LLO8kj-uLTC1zYumm .dropdown-menu,
.LLO8kj-uLTC1zYumm .navbar.opened {
  background: #bdeaac !important;
}
.LLO8kj-uLTC1zYumm .nav-item:focus,
.LLO8kj-uLTC1zYumm .nav-link:focus {
  outline: none;
}
.LLO8kj-uLTC1zYumm .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.LLO8kj-uLTC1zYumm .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.LLO8kj-uLTC1zYumm .dropdown .dropdown-menu .dropdown-item .symbol-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.LLO8kj-uLTC1zYumm .dropdown .dropdown-menu .dropdown-item .symbol-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.LLO8kj-uLTC1zYumm .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.LLO8kj-uLTC1zYumm .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.LLO8kj-uLTC1zYumm .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: #bdeaac;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.LLO8kj-uLTC1zYumm .navbar.opened {
  transition: all 0.3s;
}
.LLO8kj-uLTC1zYumm .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.LLO8kj-uLTC1zYumm .navbar .navbar-logo img {
  width: auto;
}
.LLO8kj-uLTC1zYumm .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.LLO8kj-uLTC1zYumm .navbar.collapsed {
  justify-content: center;
}
.LLO8kj-uLTC1zYumm .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.LLO8kj-uLTC1zYumm .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .LLO8kj-uLTC1zYumm .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.LLO8kj-uLTC1zYumm .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.LLO8kj-uLTC1zYumm .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.LLO8kj-uLTC1zYumm .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%;
}
.LLO8kj-uLTC1zYumm .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.LLO8kj-uLTC1zYumm .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.LLO8kj-uLTC1zYumm .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .LLO8kj-uLTC1zYumm .navbar .nav-item .nav-link::before {
    display: none;
  }
  .LLO8kj-uLTC1zYumm .navbar.opened .dropdown-menu {
    top: 0;
  }
  .LLO8kj-uLTC1zYumm .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .LLO8kj-uLTC1zYumm .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .LLO8kj-uLTC1zYumm .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%;
  }
  .LLO8kj-uLTC1zYumm .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .LLO8kj-uLTC1zYumm .navbar ul.navbar-nav li {
    margin: auto;
  }
  .LLO8kj-uLTC1zYumm .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .LLO8kj-uLTC1zYumm .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .LLO8kj-uLTC1zYumm .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .LLO8kj-uLTC1zYumm .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.LLO8kj-uLTC1zYumm .navbar.navbar-short {
  min-height: 96px;
}
.LLO8kj-uLTC1zYumm .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.LLO8kj-uLTC1zYumm .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: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .LLO8kj-uLTC1zYumm .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.LLO8kj-uLTC1zYumm .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.LLO8kj-uLTC1zYumm .navbar-brand .navbar-caption:hover,
.LLO8kj-uLTC1zYumm .navbar-brand .navbar-caption:focus {
  color: #22654e !important;
}
.LLO8kj-uLTC1zYumm .navbar-brand .navbar-logo a {
  outline: none;
}
.LLO8kj-uLTC1zYumm .navbar.opened .navbar-brand .navbar-caption:hover,
.LLO8kj-uLTC1zYumm .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #22654e !important;
}
.LLO8kj-uLTC1zYumm .dropdown-item.active,
.LLO8kj-uLTC1zYumm .dropdown-item:active {
  background-color: transparent;
}
.LLO8kj-uLTC1zYumm .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.LLO8kj-uLTC1zYumm .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.LLO8kj-uLTC1zYumm .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.LLO8kj-uLTC1zYumm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bdeaac;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTC1zYumm .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.LLO8kj-uLTC1zYumm .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.LLO8kj-uLTC1zYumm .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.LLO8kj-uLTC1zYumm ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .LLO8kj-uLTC1zYumm ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.LLO8kj-uLTC1zYumm .navbar-buttons {
  text-align: center;
  width: auto;
}
.LLO8kj-uLTC1zYumm .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTC1zYumm .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.LLO8kj-uLTC1zYumm .navbar-buttons .btn .symbol-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .LLO8kj-uLTC1zYumm .navbar-buttons .btn {
    width: auto !important;
  }
}
.LLO8kj-uLTC1zYumm 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: #bdeaac !important;
  border: none !important;
  box-shadow: none !important;
}
.LLO8kj-uLTC1zYumm button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0e3528;
}
.LLO8kj-uLTC1zYumm button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.LLO8kj-uLTC1zYumm button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LLO8kj-uLTC1zYumm button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LLO8kj-uLTC1zYumm button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.LLO8kj-uLTC1zYumm nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LLO8kj-uLTC1zYumm nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.LLO8kj-uLTC1zYumm nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.LLO8kj-uLTC1zYumm nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LLO8kj-uLTC1zYumm .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.LLO8kj-uLTC1zYumm a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LLO8kj-uLTC1zYumm .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) {
  .LLO8kj-uLTC1zYumm .navbar {
    height: 70px;
  }
  .LLO8kj-uLTC1zYumm .navbar.opened {
    height: auto;
  }
  .LLO8kj-uLTC1zYumm .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.LLO8kj-uLTC1zYumm .navbar-nav {
  margin: 0 auto;
}
.LLO8kj-uLTC1zYumm .nav-item {
  padding: 0;
  margin: 0;
}
.LLO8kj-uLTC1zYumm .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.LLO8kj-uLTC1zYumm .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.LLO8kj-uLTC1zYumm .nav-item .nav-link:hover,
.LLO8kj-uLTC1zYumm .nav-item .nav-link:focus {
  background-color: transparent;
  color: #22654e !important;
}
.LLO8kj-uLTC1zYumm .nav-item .nav-link:hover::after,
.LLO8kj-uLTC1zYumm .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.LLO8kj-uLTC1zYumm .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.LLO8kj-uLTC1zYumm .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.LLO8kj-uLTC1zYumm .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .LLO8kj-uLTC1zYumm .navbar {
    justify-content: flex-start !important;
  }
  .LLO8kj-uLTC1zYumm .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .LLO8kj-uLTC1zYumm .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .LLO8kj-uLTC1zYumm .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .LLO8kj-uLTC1zYumm .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .LLO8kj-uLTC1zYumm .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .LLO8kj-uLTC1zYumm .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .LLO8kj-uLTC1zYumm .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .LLO8kj-uLTC1zYumm .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .LLO8kj-uLTC1zYumm .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.LLO8kj-uLTC1zYumm .content-wrap {
  min-height: 110px;
}
.LLO8kj-uLTGbxBasT {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #eaffe2;
}
.LLO8kj-uLTGbxBasT .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTGbxBasT .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTGbxBasT .container-fluid {
  padding: 0 50px;
  margin: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTGbxBasT .container-fluid {
    padding: 0 20px;
  }
}
.LLO8kj-uLTGbxBasT .container-fluid .row {
  padding: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTGbxBasT .container {
    padding: 0 20px;
  }
}
.LLO8kj-uLTGbxBasT .image-wrapper {
  position: relative;
  padding: 0 100px 60px 50px;
  height: 100%;
}
@media (max-width: 992px) {
  .LLO8kj-uLTGbxBasT .image-wrapper {
    padding: 0;
    margin-bottom: 45px;
  }
}
.LLO8kj-uLTGbxBasT .image-wrapper .image_1 {
  height: 430px;
  object-fit: cover;
}
@media (max-width: 768px) {
  .LLO8kj-uLTGbxBasT .image-wrapper .image_1 {
    height: 300px;
  }
}
.LLO8kj-uLTGbxBasT .image-wrapper .image_2 {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 240px;
  max-width: 300px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .LLO8kj-uLTGbxBasT .image-wrapper .image_2 {
    display: none;
  }
}
.LLO8kj-uLTGbxBasT .image-wrapper .image_3 {
  position: absolute;
  bottom: 10%;
  left: 0;
  height: 180px;
  max-width: 160px;
  object-fit: cover;
}
@media (max-width: 992px) {
  .LLO8kj-uLTGbxBasT .image-wrapper .image_3 {
    display: none;
  }
}
.LLO8kj-uLTGbxBasT .title-wrapper {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.LLO8kj-uLTGbxBasT .title-wrapper .title-wrap {
  padding-left: 42px;
}
.LLO8kj-uLTGbxBasT .title-wrapper .title-wrap .symbol-section-title {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .LLO8kj-uLTGbxBasT .title-wrapper .title-wrap .symbol-section-title {
    margin-bottom: 16px;
  }
}
.LLO8kj-uLTGbxBasT .title-wrapper .title-wrap .symbol-text {
  margin-bottom: 30px;
}
@media (max-width: 768px) {
  .LLO8kj-uLTGbxBasT .title-wrapper .title-wrap .symbol-text {
    margin-bottom: 16px;
  }
}
.LLO8kj-uLTGbxBasT .symbol-section-title {
  color: #000000;
}
.LLO8kj-uLTGbxBasT .symbol-text {
  color: #000000;
}
.LLO8kj-uLTGbxBasT .symbol-section-title,
.LLO8kj-uLTGbxBasT .symbol-section-btn {
  color: #0e3528;
  text-align: center;
}
.LLO8kj-uLTGiNelwk {
  padding-top: 4rem;
  padding-bottom: 4rem;
  background-color: #dbf5d1;
}
.LLO8kj-uLTGiNelwk .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTGiNelwk .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTGiNelwk .container-fluid {
  padding: 0 80px;
}
@media (max-width: 1200px) {
  .LLO8kj-uLTGiNelwk .container-fluid {
    padding: 0 40px;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTGiNelwk .container-fluid {
    padding: 0 22px;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTGiNelwk .container {
    padding: 0 22px;
  }
}
.LLO8kj-uLTGiNelwk .row {
  justify-content: center;
}
.LLO8kj-uLTGiNelwk .content-wrapper .line-wrapper {
  margin-bottom: 80px;
  text-align: center;
}
@media (max-width: 992px) {
  .LLO8kj-uLTGiNelwk .content-wrapper .line-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTGiNelwk .content-wrapper .line-wrapper .line-wrap {
  display: inline-flex;
  width: 1px;
  height: 60px;
  background-color: #0e3528;
}
.LLO8kj-uLTGiNelwk .content-wrapper .symbol-section-title {
  margin-bottom: 0;
}
.LLO8kj-uLTGiNelwk .content-wrapper .icon-wrapper .symbol-iconfont {
  display: inline-flex;
  width: 40px;
  height: 40px;
  font-size: 30px;
  color: #0e3528;
}
.LLO8kj-uLTGiNelwk .content-wrapper .symbol-text {
  margin-bottom: 0;
}
.LLO8kj-uLTGiNelwk .symbol-section-title {
  color: #ffffff;
}
.LLO8kj-uLTGiNelwk .symbol-text {
  color: #000000;
  text-align: center;
}
.LLO8kj-uLTGiNelwk .symbol-section-title,
.LLO8kj-uLTGiNelwk .icon-wrapper {
  text-align: center;
  color: #0e3528;
}
.LLO8kj-uLTGzkxQRX {
  padding-top: 7rem;
  padding-bottom: 7rem;
  overflow: hidden;
  background-color: #eaffe2;
}
.LLO8kj-uLTGzkxQRX .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTGzkxQRX .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTGzkxQRX .container-fluid {
  padding: 0 64px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTGzkxQRX .container-fluid {
    padding: 0 24px;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTGzkxQRX .container {
    padding: 0 24px;
  }
}
.LLO8kj-uLTGzkxQRX .row .card {
  padding: 0 12px;
  border-radius: 0 !important;
}
.LLO8kj-uLTGzkxQRX .image-wrapper {
  height: 100%;
}
.LLO8kj-uLTGzkxQRX .image-wrapper img {
  height: 100%;
  object-fit: cover;
  border-radius: .75rem !important;
}
@media (max-width: 992px) {
  .LLO8kj-uLTGzkxQRX .image-wrapper img {
    height: 350px;
  }
}
.LLO8kj-uLTGzkxQRX .content-wrapper {
  display: flex;
  align-items: center;
  background-color: #eaffe2;
  border-radius: .75rem;
  padding: 48px;
  height: 100%;
}
@media (max-width: 992px) {
  .LLO8kj-uLTGzkxQRX .content-wrapper {
    padding: 24px;
  }
}
.LLO8kj-uLTGzkxQRX .content-wrapper .content-wrap {
  width: 100%;
}
.LLO8kj-uLTGzkxQRX .content-wrapper .content-wrap .symbol-section-title {
  margin-bottom: 32px;
}
.LLO8kj-uLTGzkxQRX .content-wrapper .content-wrap .symbol-text {
  margin-bottom: 16px;
}
.LLO8kj-uLTGzkxQRX .content-wrapper .content-wrap .symbol-section-btn .btn::before {
  background-image: linear-gradient(90deg, #fb8fc9 0%, transparent 100%);
}
.LLO8kj-uLTGzkxQRX .content-wrapper .content-wrap .symbol-section-btn .btn:hover,
.LLO8kj-uLTGzkxQRX .content-wrapper .content-wrap .symbol-section-btn .btn:focus {
  box-shadow: inset 250px 10px 5px #7f89e9 !important;
  border-color: #7f89e9 !important;
}
.LLO8kj-uLTGzkxQRX .symbol-section-title {
  color: #141414;
}
.LLO8kj-uLTGzkxQRX .symbol-text {
  color: #000000;
}
.LLO8kj-uLTGzkxQRX .symbol-section-title,
.LLO8kj-uLTGzkxQRX .title-wrapper,
.LLO8kj-uLTGzkxQRX .symbol-section-btn {
  color: #0e3528;
  text-align: center;
}
.LLO8kj-uLTGdQqMFB {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #dbf5d1;
}
.LLO8kj-uLTGdQqMFB .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTGdQqMFB .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTGdQqMFB .icon-wrapper {
  margin-bottom: 20px;
}
.LLO8kj-uLTGdQqMFB .icon-wrapper .symbol-iconfont {
  display: inline-flex;
  font-size: 62px;
  color: #0e3528;
}
.LLO8kj-uLTGdQqMFB .symbol-text {
  margin-bottom: 32px;
  color: #000c3f;
}
.LLO8kj-uLTGdQqMFB .desc-wrapper .symbol-desc {
  display: inline-block;
  width: 80%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTGdQqMFB .desc-wrapper .symbol-desc {
    width: 100%;
  }
}
.LLO8kj-uLTGdQqMFB .symbol-desc,
.LLO8kj-uLTGdQqMFB .desc-wrapper {
  color: #000000;
  text-align: center;
}
.LLO8kj-uLTGdQqMFB .symbol-text,
.LLO8kj-uLTGdQqMFB .icon-wrapper {
  text-align: center;
  color: #0e3528;
}
.LLO8kj-uLTIcph3MM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdeaac;
}
.LLO8kj-uLTIcph3MM .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTIcph3MM .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTIcph3MM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .container {
    padding: 0 26px;
  }
}
.LLO8kj-uLTIcph3MM .row {
  justify-content: center;
}
.LLO8kj-uLTIcph3MM .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.LLO8kj-uLTIcph3MM .title-wrapper .symbol-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .symbol-section-title {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .text-wrapper .symbol-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .text-wrapper .symbol-text {
    width: 100%;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:hover,
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #0e3528;
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #144031;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .symbol-iconfont {
  margin-right: 0;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .symbol-iconfont,
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .symbol-iconfont {
  color: #144031;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a .symbol-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.LLO8kj-uLTIcph3MM .symbol-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.LLO8kj-uLTIcph3MM .symbol-section-title {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .symbol-text {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .list {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .list,
.LLO8kj-uLTIcph3MM .nav-wrapper,
.LLO8kj-uLTIcph3MM .social-wrapper {
  text-align: right;
}
.LLO8kj-uLTIcph3MM .list,
.LLO8kj-uLTIcph3MM .item-wrap,
.LLO8kj-uLTIcph3MM .social-wrapper {
  color: #000000;
}
.LLO8kj-uLTIcph3MM .symbol-text,
.LLO8kj-uLTIcph3MM .text-wrapper {
  color: #000000;
}
.LLO8kj-uLTC1Qhywr {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.LLO8kj-uLTC1Qhywr nav.navbar {
  position: fixed;
}
.LLO8kj-uLTC1Qhywr .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTC1Qhywr .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.LLO8kj-uLTC1Qhywr .dropdown-item:before {
  font-family: preview2 !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;
}
.LLO8kj-uLTC1Qhywr .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.LLO8kj-uLTC1Qhywr .dropdown-item {
  border: none !important;
  background: #bdeaac !important;
}
.LLO8kj-uLTC1Qhywr .dropdown-item:hover,
.LLO8kj-uLTC1Qhywr .dropdown-item:focus {
  background: #bdeaac !important;
  color: #22654e !important;
}
.LLO8kj-uLTC1Qhywr .dropdown-item:hover span {
  color: white;
}
.LLO8kj-uLTC1Qhywr .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.LLO8kj-uLTC1Qhywr .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.LLO8kj-uLTC1Qhywr .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.LLO8kj-uLTC1Qhywr .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.LLO8kj-uLTC1Qhywr .nav-link {
  position: relative;
}
.LLO8kj-uLTC1Qhywr .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .LLO8kj-uLTC1Qhywr .container {
    flex-wrap: nowrap;
  }
}
.LLO8kj-uLTC1Qhywr .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.LLO8kj-uLTC1Qhywr .iconfont-wrapper:hover {
  opacity: .5;
}
.LLO8kj-uLTC1Qhywr .dropdown-menu,
.LLO8kj-uLTC1Qhywr .navbar.opened {
  background: #bdeaac !important;
}
.LLO8kj-uLTC1Qhywr .nav-item:focus,
.LLO8kj-uLTC1Qhywr .nav-link:focus {
  outline: none;
}
.LLO8kj-uLTC1Qhywr .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.LLO8kj-uLTC1Qhywr .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.LLO8kj-uLTC1Qhywr .dropdown .dropdown-menu .dropdown-item .symbol-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.LLO8kj-uLTC1Qhywr .dropdown .dropdown-menu .dropdown-item .symbol-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.LLO8kj-uLTC1Qhywr .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.LLO8kj-uLTC1Qhywr .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.LLO8kj-uLTC1Qhywr .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: #bdeaac;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.LLO8kj-uLTC1Qhywr .navbar.opened {
  transition: all 0.3s;
}
.LLO8kj-uLTC1Qhywr .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.LLO8kj-uLTC1Qhywr .navbar .navbar-logo img {
  width: auto;
}
.LLO8kj-uLTC1Qhywr .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.LLO8kj-uLTC1Qhywr .navbar.collapsed {
  justify-content: center;
}
.LLO8kj-uLTC1Qhywr .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.LLO8kj-uLTC1Qhywr .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .LLO8kj-uLTC1Qhywr .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.LLO8kj-uLTC1Qhywr .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.LLO8kj-uLTC1Qhywr .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.LLO8kj-uLTC1Qhywr .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%;
}
.LLO8kj-uLTC1Qhywr .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.LLO8kj-uLTC1Qhywr .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.LLO8kj-uLTC1Qhywr .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .LLO8kj-uLTC1Qhywr .navbar .nav-item .nav-link::before {
    display: none;
  }
  .LLO8kj-uLTC1Qhywr .navbar.opened .dropdown-menu {
    top: 0;
  }
  .LLO8kj-uLTC1Qhywr .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .LLO8kj-uLTC1Qhywr .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .LLO8kj-uLTC1Qhywr .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%;
  }
  .LLO8kj-uLTC1Qhywr .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .LLO8kj-uLTC1Qhywr .navbar ul.navbar-nav li {
    margin: auto;
  }
  .LLO8kj-uLTC1Qhywr .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .LLO8kj-uLTC1Qhywr .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .LLO8kj-uLTC1Qhywr .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .LLO8kj-uLTC1Qhywr .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.LLO8kj-uLTC1Qhywr .navbar.navbar-short {
  min-height: 96px;
}
.LLO8kj-uLTC1Qhywr .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.LLO8kj-uLTC1Qhywr .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: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .LLO8kj-uLTC1Qhywr .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.LLO8kj-uLTC1Qhywr .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.LLO8kj-uLTC1Qhywr .navbar-brand .navbar-caption:hover,
.LLO8kj-uLTC1Qhywr .navbar-brand .navbar-caption:focus {
  color: #22654e !important;
}
.LLO8kj-uLTC1Qhywr .navbar-brand .navbar-logo a {
  outline: none;
}
.LLO8kj-uLTC1Qhywr .navbar.opened .navbar-brand .navbar-caption:hover,
.LLO8kj-uLTC1Qhywr .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #22654e !important;
}
.LLO8kj-uLTC1Qhywr .dropdown-item.active,
.LLO8kj-uLTC1Qhywr .dropdown-item:active {
  background-color: transparent;
}
.LLO8kj-uLTC1Qhywr .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.LLO8kj-uLTC1Qhywr .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.LLO8kj-uLTC1Qhywr .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.LLO8kj-uLTC1Qhywr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bdeaac;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTC1Qhywr .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.LLO8kj-uLTC1Qhywr .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.LLO8kj-uLTC1Qhywr .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.LLO8kj-uLTC1Qhywr ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .LLO8kj-uLTC1Qhywr ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.LLO8kj-uLTC1Qhywr .navbar-buttons {
  text-align: center;
  width: auto;
}
.LLO8kj-uLTC1Qhywr .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTC1Qhywr .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.LLO8kj-uLTC1Qhywr .navbar-buttons .btn .symbol-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .LLO8kj-uLTC1Qhywr .navbar-buttons .btn {
    width: auto !important;
  }
}
.LLO8kj-uLTC1Qhywr 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: #bdeaac !important;
  border: none !important;
  box-shadow: none !important;
}
.LLO8kj-uLTC1Qhywr button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0e3528;
}
.LLO8kj-uLTC1Qhywr button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.LLO8kj-uLTC1Qhywr button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LLO8kj-uLTC1Qhywr button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LLO8kj-uLTC1Qhywr button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.LLO8kj-uLTC1Qhywr nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LLO8kj-uLTC1Qhywr nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.LLO8kj-uLTC1Qhywr nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.LLO8kj-uLTC1Qhywr nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LLO8kj-uLTC1Qhywr .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.LLO8kj-uLTC1Qhywr a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LLO8kj-uLTC1Qhywr .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) {
  .LLO8kj-uLTC1Qhywr .navbar {
    height: 70px;
  }
  .LLO8kj-uLTC1Qhywr .navbar.opened {
    height: auto;
  }
  .LLO8kj-uLTC1Qhywr .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.LLO8kj-uLTC1Qhywr .navbar-nav {
  margin: 0 auto;
}
.LLO8kj-uLTC1Qhywr .nav-item {
  padding: 0;
  margin: 0;
}
.LLO8kj-uLTC1Qhywr .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.LLO8kj-uLTC1Qhywr .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.LLO8kj-uLTC1Qhywr .nav-item .nav-link:hover,
.LLO8kj-uLTC1Qhywr .nav-item .nav-link:focus {
  background-color: transparent;
  color: #22654e !important;
}
.LLO8kj-uLTC1Qhywr .nav-item .nav-link:hover::after,
.LLO8kj-uLTC1Qhywr .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.LLO8kj-uLTC1Qhywr .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.LLO8kj-uLTC1Qhywr .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.LLO8kj-uLTC1Qhywr .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .LLO8kj-uLTC1Qhywr .navbar {
    justify-content: flex-start !important;
  }
  .LLO8kj-uLTC1Qhywr .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .LLO8kj-uLTC1Qhywr .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .LLO8kj-uLTC1Qhywr .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .LLO8kj-uLTC1Qhywr .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .LLO8kj-uLTC1Qhywr .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .LLO8kj-uLTC1Qhywr .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .LLO8kj-uLTC1Qhywr .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .LLO8kj-uLTC1Qhywr .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .LLO8kj-uLTC1Qhywr .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.LLO8kj-uLTC1Qhywr .content-wrap {
  min-height: 110px;
}
.LLO8kj-uLTHzAh34B {
  padding-top: 5rem;
  padding-bottom: 5rem;
  position: relative;
  overflow: hidden;
  background-color: #eaffe2;
}
.LLO8kj-uLTHzAh34B .border-wrap {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 1000vh;
  height: 1px;
  background-color: #0e3528;
}
.LLO8kj-uLTHzAh34B .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTHzAh34B .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTHzAh34B .content-wrap {
  margin: 0;
}
.LLO8kj-uLTHzAh34B .content-wrap .card {
  padding: 0;
}
.LLO8kj-uLTHzAh34B .image-wrapper {
  height: 100%;
  border-right: 1px solid #0e3528;
}
@media (max-width: 992px) {
  .LLO8kj-uLTHzAh34B .image-wrapper {
    border-right: none;
    border-bottom: 1px solid #0e3528;
  }
}
.LLO8kj-uLTHzAh34B .image-wrapper img {
  height: 100%;
  width: 100%;
  object-fit: cover;
}
@media (max-width: 992px) {
  .LLO8kj-uLTHzAh34B .image-wrapper img {
    height: 350px;
    object-fit: cover;
  }
}
.LLO8kj-uLTHzAh34B .content-wrapper {
  padding: 40px 72px;
}
@media (max-width: 1640px) {
  .LLO8kj-uLTHzAh34B .content-wrapper {
    padding: 40px 24px;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTHzAh34B .content-wrapper {
    padding: 40px 0;
  }
}
.LLO8kj-uLTHzAh34B .content-wrapper .symbol-section-title {
  margin-bottom: 54px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTHzAh34B .content-wrapper .symbol-section-title {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTHzAh34B .content-wrapper .form-wrapper .dragArea.row {
  position: relative;
  z-index: 1;
}
.LLO8kj-uLTHzAh34B .content-wrapper .form-wrapper .dragArea.row .form-group {
  margin-bottom: 20px !important;
}
.LLO8kj-uLTHzAh34B .content-wrapper .form-wrapper .dragArea.row .form-group .form-control-label {
  width: 100%;
  margin-bottom: 8px;
}
.LLO8kj-uLTHzAh34B .content-wrapper .form-wrapper .dragArea.row .form-group .form-control {
  position: relative;
  z-index: 1;
  padding: 16px 25px;
  border: 2px solid #0e3528 !important;
  box-shadow: 4px 3px 0 0 #0e3528;
  background-color: transparent;
  line-height: 1 !important;
}
.LLO8kj-uLTHzAh34B .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:hover,
.LLO8kj-uLTHzAh34B .content-wrapper .form-wrapper .dragArea.row .form-group .form-control:focus {
  border: 2px solid #0e3528 !important;
}
.LLO8kj-uLTHzAh34B .content-wrapper .form-wrapper .dragArea.row .form-group .form-control::placeholder {
  color: #0e3528;
  opacity: .6;
}
.LLO8kj-uLTHzAh34B .content-wrapper .form-wrapper .dragArea.row .form-group textarea {
  min-height: 100px;
}
.LLO8kj-uLTHzAh34B .content-wrapper .form-wrapper .dragArea.row .form-group .form-check {
  padding-left: 2.3em;
  margin-bottom: 16px;
}
.LLO8kj-uLTHzAh34B .content-wrapper .form-wrapper .dragArea.row .form-group .form-check .form-check-input {
  background-color: #0e3528;
  border-color: #0e3528;
}
.LLO8kj-uLTHzAh34B .content-wrapper .form-wrapper .dragArea.row .symbol-section-btn {
  width: 100%;
}
.LLO8kj-uLTHzAh34B .symbol-section-title {
  color: #150764;
}
.LLO8kj-uLTHzAh34B label {
  color: #150764;
}
.LLO8kj-uLTHzAh34B .symbol-section-title,
.LLO8kj-uLTHzAh34B .symbol-section-btn {
  text-align: center;
  color: #0e3528;
}
.LLO8kj-uLTHxpIa0Q {
  padding-top: 6rem;
  padding-bottom: 6rem;
  background-color: #dbf5d1;
}
.LLO8kj-uLTHxpIa0Q .symbol-iconfont {
  display: block;
  font-size: 4rem;
  color: #0e3528;
  margin-bottom: 1.5rem;
}
.LLO8kj-uLTHxpIa0Q .col-lg-4,
.LLO8kj-uLTHxpIa0Q .col-12 {
  padding: 0 2rem;
}
.LLO8kj-uLTHxpIa0Q .row {
  margin: 0 -2rem;
  justify-content: center;
}
.LLO8kj-uLTHxpIa0Q .card-wrapper {
  padding: 3rem 2rem;
  box-shadow: 0.6em 0.6em 1.2em #d2dce9, -0.5em -0.5em 1em #ffffff;
  border-radius: 3rem;
}
@media (max-width: 767px) {
  .LLO8kj-uLTHxpIa0Q .card-wrapper {
    padding: 4rem 2rem;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTHxpIa0Q .card-wrapper {
    margin-bottom: 3rem;
  }
}
.LLO8kj-uLTHxpIa0Q .card-title,
.LLO8kj-uLTHxpIa0Q .iconfont-wrapper {
  color: #1f4a5c;
  text-align: center;
}
.LLO8kj-uLTHxpIa0Q .card-text {
  color: #000000;
  text-align: center;
}
.LLO8kj-uLTHxpIa0Q .symbol-section-subtitle {
  color: #000000;
}
.LLO8kj-uLTHxpIa0Q .symbol-section-title {
  color: #0e3528;
}
.LLO8kj-uLTHxpIa0Q .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTHxpIa0Q .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTIcph3MM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdeaac;
}
.LLO8kj-uLTIcph3MM .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTIcph3MM .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTIcph3MM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .container {
    padding: 0 26px;
  }
}
.LLO8kj-uLTIcph3MM .row {
  justify-content: center;
}
.LLO8kj-uLTIcph3MM .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.LLO8kj-uLTIcph3MM .title-wrapper .symbol-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .symbol-section-title {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .text-wrapper .symbol-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .text-wrapper .symbol-text {
    width: 100%;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:hover,
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #0e3528;
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #144031;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .symbol-iconfont {
  margin-right: 0;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .symbol-iconfont,
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .symbol-iconfont {
  color: #144031;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a .symbol-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.LLO8kj-uLTIcph3MM .symbol-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.LLO8kj-uLTIcph3MM .symbol-section-title {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .symbol-text {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .list {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .list,
.LLO8kj-uLTIcph3MM .nav-wrapper,
.LLO8kj-uLTIcph3MM .social-wrapper {
  text-align: right;
}
.LLO8kj-uLTIcph3MM .list,
.LLO8kj-uLTIcph3MM .item-wrap,
.LLO8kj-uLTIcph3MM .social-wrapper {
  color: #000000;
}
.LLO8kj-uLTIcph3MM .symbol-text,
.LLO8kj-uLTIcph3MM .text-wrapper {
  color: #000000;
}
.LLO8kj-uLTC2euKRW {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.LLO8kj-uLTC2euKRW nav.navbar {
  position: fixed;
}
.LLO8kj-uLTC2euKRW .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTC2euKRW .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.LLO8kj-uLTC2euKRW .dropdown-item:before {
  font-family: preview2 !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;
}
.LLO8kj-uLTC2euKRW .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.LLO8kj-uLTC2euKRW .dropdown-item {
  border: none !important;
  background: #bdeaac !important;
}
.LLO8kj-uLTC2euKRW .dropdown-item:hover,
.LLO8kj-uLTC2euKRW .dropdown-item:focus {
  background: #bdeaac !important;
  color: #22654e !important;
}
.LLO8kj-uLTC2euKRW .dropdown-item:hover span {
  color: white;
}
.LLO8kj-uLTC2euKRW .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.LLO8kj-uLTC2euKRW .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.LLO8kj-uLTC2euKRW .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.LLO8kj-uLTC2euKRW .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.LLO8kj-uLTC2euKRW .nav-link {
  position: relative;
}
.LLO8kj-uLTC2euKRW .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .LLO8kj-uLTC2euKRW .container {
    flex-wrap: nowrap;
  }
}
.LLO8kj-uLTC2euKRW .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.LLO8kj-uLTC2euKRW .iconfont-wrapper:hover {
  opacity: .5;
}
.LLO8kj-uLTC2euKRW .dropdown-menu,
.LLO8kj-uLTC2euKRW .navbar.opened {
  background: #bdeaac !important;
}
.LLO8kj-uLTC2euKRW .nav-item:focus,
.LLO8kj-uLTC2euKRW .nav-link:focus {
  outline: none;
}
.LLO8kj-uLTC2euKRW .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.LLO8kj-uLTC2euKRW .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.LLO8kj-uLTC2euKRW .dropdown .dropdown-menu .dropdown-item .symbol-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.LLO8kj-uLTC2euKRW .dropdown .dropdown-menu .dropdown-item .symbol-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.LLO8kj-uLTC2euKRW .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.LLO8kj-uLTC2euKRW .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.LLO8kj-uLTC2euKRW .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: #bdeaac;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.LLO8kj-uLTC2euKRW .navbar.opened {
  transition: all 0.3s;
}
.LLO8kj-uLTC2euKRW .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.LLO8kj-uLTC2euKRW .navbar .navbar-logo img {
  width: auto;
}
.LLO8kj-uLTC2euKRW .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.LLO8kj-uLTC2euKRW .navbar.collapsed {
  justify-content: center;
}
.LLO8kj-uLTC2euKRW .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.LLO8kj-uLTC2euKRW .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .LLO8kj-uLTC2euKRW .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.LLO8kj-uLTC2euKRW .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.LLO8kj-uLTC2euKRW .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.LLO8kj-uLTC2euKRW .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%;
}
.LLO8kj-uLTC2euKRW .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.LLO8kj-uLTC2euKRW .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.LLO8kj-uLTC2euKRW .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .LLO8kj-uLTC2euKRW .navbar .nav-item .nav-link::before {
    display: none;
  }
  .LLO8kj-uLTC2euKRW .navbar.opened .dropdown-menu {
    top: 0;
  }
  .LLO8kj-uLTC2euKRW .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .LLO8kj-uLTC2euKRW .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .LLO8kj-uLTC2euKRW .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%;
  }
  .LLO8kj-uLTC2euKRW .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .LLO8kj-uLTC2euKRW .navbar ul.navbar-nav li {
    margin: auto;
  }
  .LLO8kj-uLTC2euKRW .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .LLO8kj-uLTC2euKRW .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .LLO8kj-uLTC2euKRW .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .LLO8kj-uLTC2euKRW .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.LLO8kj-uLTC2euKRW .navbar.navbar-short {
  min-height: 96px;
}
.LLO8kj-uLTC2euKRW .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.LLO8kj-uLTC2euKRW .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: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .LLO8kj-uLTC2euKRW .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.LLO8kj-uLTC2euKRW .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.LLO8kj-uLTC2euKRW .navbar-brand .navbar-caption:hover,
.LLO8kj-uLTC2euKRW .navbar-brand .navbar-caption:focus {
  color: #22654e !important;
}
.LLO8kj-uLTC2euKRW .navbar-brand .navbar-logo a {
  outline: none;
}
.LLO8kj-uLTC2euKRW .navbar.opened .navbar-brand .navbar-caption:hover,
.LLO8kj-uLTC2euKRW .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #22654e !important;
}
.LLO8kj-uLTC2euKRW .dropdown-item.active,
.LLO8kj-uLTC2euKRW .dropdown-item:active {
  background-color: transparent;
}
.LLO8kj-uLTC2euKRW .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.LLO8kj-uLTC2euKRW .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.LLO8kj-uLTC2euKRW .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.LLO8kj-uLTC2euKRW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bdeaac;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTC2euKRW .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.LLO8kj-uLTC2euKRW .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.LLO8kj-uLTC2euKRW .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.LLO8kj-uLTC2euKRW ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .LLO8kj-uLTC2euKRW ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.LLO8kj-uLTC2euKRW .navbar-buttons {
  text-align: center;
  width: auto;
}
.LLO8kj-uLTC2euKRW .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTC2euKRW .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.LLO8kj-uLTC2euKRW .navbar-buttons .btn .symbol-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .LLO8kj-uLTC2euKRW .navbar-buttons .btn {
    width: auto !important;
  }
}
.LLO8kj-uLTC2euKRW 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: #bdeaac !important;
  border: none !important;
  box-shadow: none !important;
}
.LLO8kj-uLTC2euKRW button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0e3528;
}
.LLO8kj-uLTC2euKRW button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.LLO8kj-uLTC2euKRW button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LLO8kj-uLTC2euKRW button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LLO8kj-uLTC2euKRW button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.LLO8kj-uLTC2euKRW nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LLO8kj-uLTC2euKRW nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.LLO8kj-uLTC2euKRW nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.LLO8kj-uLTC2euKRW nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LLO8kj-uLTC2euKRW .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.LLO8kj-uLTC2euKRW a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LLO8kj-uLTC2euKRW .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) {
  .LLO8kj-uLTC2euKRW .navbar {
    height: 70px;
  }
  .LLO8kj-uLTC2euKRW .navbar.opened {
    height: auto;
  }
  .LLO8kj-uLTC2euKRW .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.LLO8kj-uLTC2euKRW .navbar-nav {
  margin: 0 auto;
}
.LLO8kj-uLTC2euKRW .nav-item {
  padding: 0;
  margin: 0;
}
.LLO8kj-uLTC2euKRW .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.LLO8kj-uLTC2euKRW .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.LLO8kj-uLTC2euKRW .nav-item .nav-link:hover,
.LLO8kj-uLTC2euKRW .nav-item .nav-link:focus {
  background-color: transparent;
  color: #22654e !important;
}
.LLO8kj-uLTC2euKRW .nav-item .nav-link:hover::after,
.LLO8kj-uLTC2euKRW .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.LLO8kj-uLTC2euKRW .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.LLO8kj-uLTC2euKRW .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.LLO8kj-uLTC2euKRW .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .LLO8kj-uLTC2euKRW .navbar {
    justify-content: flex-start !important;
  }
  .LLO8kj-uLTC2euKRW .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .LLO8kj-uLTC2euKRW .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .LLO8kj-uLTC2euKRW .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .LLO8kj-uLTC2euKRW .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .LLO8kj-uLTC2euKRW .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .LLO8kj-uLTC2euKRW .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .LLO8kj-uLTC2euKRW .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .LLO8kj-uLTC2euKRW .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .LLO8kj-uLTC2euKRW .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.LLO8kj-uLTC2euKRW .content-wrap {
  min-height: 110px;
}
.LLO8kj-uLTC4wfvGB {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.LLO8kj-uLTC4wfvGB .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eaffe2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.LLO8kj-uLTC4wfvGB .symbol-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .LLO8kj-uLTC4wfvGB .symbol-section-title {
    margin-bottom: 6.66vw;
  }
}
.LLO8kj-uLTC4wfvGB .symbol-section-subtitle {
  color: #0e3528;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .LLO8kj-uLTC4wfvGB .symbol-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.LLO8kj-uLTC4wfvGB .symbol-text {
  color: #000000;
}
.LLO8kj-uLTIcph3MM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdeaac;
}
.LLO8kj-uLTIcph3MM .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTIcph3MM .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTIcph3MM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .container {
    padding: 0 26px;
  }
}
.LLO8kj-uLTIcph3MM .row {
  justify-content: center;
}
.LLO8kj-uLTIcph3MM .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.LLO8kj-uLTIcph3MM .title-wrapper .symbol-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .symbol-section-title {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .text-wrapper .symbol-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .text-wrapper .symbol-text {
    width: 100%;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:hover,
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #0e3528;
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #144031;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .symbol-iconfont {
  margin-right: 0;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .symbol-iconfont,
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .symbol-iconfont {
  color: #144031;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a .symbol-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.LLO8kj-uLTIcph3MM .symbol-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.LLO8kj-uLTIcph3MM .symbol-section-title {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .symbol-text {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .list {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .list,
.LLO8kj-uLTIcph3MM .nav-wrapper,
.LLO8kj-uLTIcph3MM .social-wrapper {
  text-align: right;
}
.LLO8kj-uLTIcph3MM .list,
.LLO8kj-uLTIcph3MM .item-wrap,
.LLO8kj-uLTIcph3MM .social-wrapper {
  color: #000000;
}
.LLO8kj-uLTIcph3MM .symbol-text,
.LLO8kj-uLTIcph3MM .text-wrapper {
  color: #000000;
}
.LLO8kj-uLTCnojYCx {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.LLO8kj-uLTCnojYCx nav.navbar {
  position: fixed;
}
.LLO8kj-uLTCnojYCx .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTCnojYCx .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.LLO8kj-uLTCnojYCx .dropdown-item:before {
  font-family: preview2 !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;
}
.LLO8kj-uLTCnojYCx .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.LLO8kj-uLTCnojYCx .dropdown-item {
  border: none !important;
  background: #bdeaac !important;
}
.LLO8kj-uLTCnojYCx .dropdown-item:hover,
.LLO8kj-uLTCnojYCx .dropdown-item:focus {
  background: #bdeaac !important;
  color: #22654e !important;
}
.LLO8kj-uLTCnojYCx .dropdown-item:hover span {
  color: white;
}
.LLO8kj-uLTCnojYCx .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.LLO8kj-uLTCnojYCx .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.LLO8kj-uLTCnojYCx .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.LLO8kj-uLTCnojYCx .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.LLO8kj-uLTCnojYCx .nav-link {
  position: relative;
}
.LLO8kj-uLTCnojYCx .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .LLO8kj-uLTCnojYCx .container {
    flex-wrap: nowrap;
  }
}
.LLO8kj-uLTCnojYCx .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.LLO8kj-uLTCnojYCx .iconfont-wrapper:hover {
  opacity: .5;
}
.LLO8kj-uLTCnojYCx .dropdown-menu,
.LLO8kj-uLTCnojYCx .navbar.opened {
  background: #bdeaac !important;
}
.LLO8kj-uLTCnojYCx .nav-item:focus,
.LLO8kj-uLTCnojYCx .nav-link:focus {
  outline: none;
}
.LLO8kj-uLTCnojYCx .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.LLO8kj-uLTCnojYCx .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.LLO8kj-uLTCnojYCx .dropdown .dropdown-menu .dropdown-item .symbol-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.LLO8kj-uLTCnojYCx .dropdown .dropdown-menu .dropdown-item .symbol-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.LLO8kj-uLTCnojYCx .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.LLO8kj-uLTCnojYCx .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.LLO8kj-uLTCnojYCx .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: #bdeaac;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.LLO8kj-uLTCnojYCx .navbar.opened {
  transition: all 0.3s;
}
.LLO8kj-uLTCnojYCx .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.LLO8kj-uLTCnojYCx .navbar .navbar-logo img {
  width: auto;
}
.LLO8kj-uLTCnojYCx .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.LLO8kj-uLTCnojYCx .navbar.collapsed {
  justify-content: center;
}
.LLO8kj-uLTCnojYCx .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.LLO8kj-uLTCnojYCx .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .LLO8kj-uLTCnojYCx .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.LLO8kj-uLTCnojYCx .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.LLO8kj-uLTCnojYCx .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.LLO8kj-uLTCnojYCx .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%;
}
.LLO8kj-uLTCnojYCx .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.LLO8kj-uLTCnojYCx .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.LLO8kj-uLTCnojYCx .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .LLO8kj-uLTCnojYCx .navbar .nav-item .nav-link::before {
    display: none;
  }
  .LLO8kj-uLTCnojYCx .navbar.opened .dropdown-menu {
    top: 0;
  }
  .LLO8kj-uLTCnojYCx .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .LLO8kj-uLTCnojYCx .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .LLO8kj-uLTCnojYCx .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%;
  }
  .LLO8kj-uLTCnojYCx .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .LLO8kj-uLTCnojYCx .navbar ul.navbar-nav li {
    margin: auto;
  }
  .LLO8kj-uLTCnojYCx .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .LLO8kj-uLTCnojYCx .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .LLO8kj-uLTCnojYCx .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .LLO8kj-uLTCnojYCx .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.LLO8kj-uLTCnojYCx .navbar.navbar-short {
  min-height: 96px;
}
.LLO8kj-uLTCnojYCx .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.LLO8kj-uLTCnojYCx .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: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .LLO8kj-uLTCnojYCx .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.LLO8kj-uLTCnojYCx .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.LLO8kj-uLTCnojYCx .navbar-brand .navbar-caption:hover,
.LLO8kj-uLTCnojYCx .navbar-brand .navbar-caption:focus {
  color: #22654e !important;
}
.LLO8kj-uLTCnojYCx .navbar-brand .navbar-logo a {
  outline: none;
}
.LLO8kj-uLTCnojYCx .navbar.opened .navbar-brand .navbar-caption:hover,
.LLO8kj-uLTCnojYCx .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #22654e !important;
}
.LLO8kj-uLTCnojYCx .dropdown-item.active,
.LLO8kj-uLTCnojYCx .dropdown-item:active {
  background-color: transparent;
}
.LLO8kj-uLTCnojYCx .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.LLO8kj-uLTCnojYCx .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.LLO8kj-uLTCnojYCx .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.LLO8kj-uLTCnojYCx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bdeaac;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTCnojYCx .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.LLO8kj-uLTCnojYCx .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.LLO8kj-uLTCnojYCx .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.LLO8kj-uLTCnojYCx ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .LLO8kj-uLTCnojYCx ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.LLO8kj-uLTCnojYCx .navbar-buttons {
  text-align: center;
  width: auto;
}
.LLO8kj-uLTCnojYCx .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTCnojYCx .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.LLO8kj-uLTCnojYCx .navbar-buttons .btn .symbol-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .LLO8kj-uLTCnojYCx .navbar-buttons .btn {
    width: auto !important;
  }
}
.LLO8kj-uLTCnojYCx 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: #bdeaac !important;
  border: none !important;
  box-shadow: none !important;
}
.LLO8kj-uLTCnojYCx button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0e3528;
}
.LLO8kj-uLTCnojYCx button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.LLO8kj-uLTCnojYCx button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LLO8kj-uLTCnojYCx button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LLO8kj-uLTCnojYCx button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.LLO8kj-uLTCnojYCx nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LLO8kj-uLTCnojYCx nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.LLO8kj-uLTCnojYCx nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.LLO8kj-uLTCnojYCx nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LLO8kj-uLTCnojYCx .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.LLO8kj-uLTCnojYCx a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LLO8kj-uLTCnojYCx .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) {
  .LLO8kj-uLTCnojYCx .navbar {
    height: 70px;
  }
  .LLO8kj-uLTCnojYCx .navbar.opened {
    height: auto;
  }
  .LLO8kj-uLTCnojYCx .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.LLO8kj-uLTCnojYCx .navbar-nav {
  margin: 0 auto;
}
.LLO8kj-uLTCnojYCx .nav-item {
  padding: 0;
  margin: 0;
}
.LLO8kj-uLTCnojYCx .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.LLO8kj-uLTCnojYCx .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.LLO8kj-uLTCnojYCx .nav-item .nav-link:hover,
.LLO8kj-uLTCnojYCx .nav-item .nav-link:focus {
  background-color: transparent;
  color: #22654e !important;
}
.LLO8kj-uLTCnojYCx .nav-item .nav-link:hover::after,
.LLO8kj-uLTCnojYCx .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.LLO8kj-uLTCnojYCx .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.LLO8kj-uLTCnojYCx .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.LLO8kj-uLTCnojYCx .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .LLO8kj-uLTCnojYCx .navbar {
    justify-content: flex-start !important;
  }
  .LLO8kj-uLTCnojYCx .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .LLO8kj-uLTCnojYCx .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .LLO8kj-uLTCnojYCx .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .LLO8kj-uLTCnojYCx .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .LLO8kj-uLTCnojYCx .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .LLO8kj-uLTCnojYCx .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .LLO8kj-uLTCnojYCx .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .LLO8kj-uLTCnojYCx .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .LLO8kj-uLTCnojYCx .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.LLO8kj-uLTCnojYCx .content-wrap {
  min-height: 110px;
}
.LLO8kj-uLTCnoI0q7 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.LLO8kj-uLTCnoI0q7 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eaffe2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.LLO8kj-uLTCnoI0q7 .symbol-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .LLO8kj-uLTCnoI0q7 .symbol-section-title {
    margin-bottom: 6.66vw;
  }
}
.LLO8kj-uLTCnoI0q7 .symbol-section-subtitle {
  color: #0e3528;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .LLO8kj-uLTCnoI0q7 .symbol-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.LLO8kj-uLTCnoI0q7 .symbol-text {
  color: #000000;
}
.LLO8kj-uLTIcph3MM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdeaac;
}
.LLO8kj-uLTIcph3MM .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTIcph3MM .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTIcph3MM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .container {
    padding: 0 26px;
  }
}
.LLO8kj-uLTIcph3MM .row {
  justify-content: center;
}
.LLO8kj-uLTIcph3MM .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.LLO8kj-uLTIcph3MM .title-wrapper .symbol-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .symbol-section-title {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .text-wrapper .symbol-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .text-wrapper .symbol-text {
    width: 100%;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:hover,
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #0e3528;
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #144031;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .symbol-iconfont {
  margin-right: 0;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .symbol-iconfont,
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .symbol-iconfont {
  color: #144031;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a .symbol-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.LLO8kj-uLTIcph3MM .symbol-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.LLO8kj-uLTIcph3MM .symbol-section-title {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .symbol-text {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .list {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .list,
.LLO8kj-uLTIcph3MM .nav-wrapper,
.LLO8kj-uLTIcph3MM .social-wrapper {
  text-align: right;
}
.LLO8kj-uLTIcph3MM .list,
.LLO8kj-uLTIcph3MM .item-wrap,
.LLO8kj-uLTIcph3MM .social-wrapper {
  color: #000000;
}
.LLO8kj-uLTIcph3MM .symbol-text,
.LLO8kj-uLTIcph3MM .text-wrapper {
  color: #000000;
}
.LLO8kj-uLTCnJkzXY {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.LLO8kj-uLTCnJkzXY nav.navbar {
  position: fixed;
}
.LLO8kj-uLTCnJkzXY .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTCnJkzXY .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.LLO8kj-uLTCnJkzXY .dropdown-item:before {
  font-family: preview2 !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;
}
.LLO8kj-uLTCnJkzXY .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.LLO8kj-uLTCnJkzXY .dropdown-item {
  border: none !important;
  background: #bdeaac !important;
}
.LLO8kj-uLTCnJkzXY .dropdown-item:hover,
.LLO8kj-uLTCnJkzXY .dropdown-item:focus {
  background: #bdeaac !important;
  color: #22654e !important;
}
.LLO8kj-uLTCnJkzXY .dropdown-item:hover span {
  color: white;
}
.LLO8kj-uLTCnJkzXY .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.LLO8kj-uLTCnJkzXY .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.LLO8kj-uLTCnJkzXY .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.LLO8kj-uLTCnJkzXY .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.LLO8kj-uLTCnJkzXY .nav-link {
  position: relative;
}
.LLO8kj-uLTCnJkzXY .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .LLO8kj-uLTCnJkzXY .container {
    flex-wrap: nowrap;
  }
}
.LLO8kj-uLTCnJkzXY .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.LLO8kj-uLTCnJkzXY .iconfont-wrapper:hover {
  opacity: .5;
}
.LLO8kj-uLTCnJkzXY .dropdown-menu,
.LLO8kj-uLTCnJkzXY .navbar.opened {
  background: #bdeaac !important;
}
.LLO8kj-uLTCnJkzXY .nav-item:focus,
.LLO8kj-uLTCnJkzXY .nav-link:focus {
  outline: none;
}
.LLO8kj-uLTCnJkzXY .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.LLO8kj-uLTCnJkzXY .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.LLO8kj-uLTCnJkzXY .dropdown .dropdown-menu .dropdown-item .symbol-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.LLO8kj-uLTCnJkzXY .dropdown .dropdown-menu .dropdown-item .symbol-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.LLO8kj-uLTCnJkzXY .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.LLO8kj-uLTCnJkzXY .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.LLO8kj-uLTCnJkzXY .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: #bdeaac;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.LLO8kj-uLTCnJkzXY .navbar.opened {
  transition: all 0.3s;
}
.LLO8kj-uLTCnJkzXY .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.LLO8kj-uLTCnJkzXY .navbar .navbar-logo img {
  width: auto;
}
.LLO8kj-uLTCnJkzXY .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.LLO8kj-uLTCnJkzXY .navbar.collapsed {
  justify-content: center;
}
.LLO8kj-uLTCnJkzXY .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.LLO8kj-uLTCnJkzXY .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .LLO8kj-uLTCnJkzXY .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.LLO8kj-uLTCnJkzXY .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.LLO8kj-uLTCnJkzXY .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.LLO8kj-uLTCnJkzXY .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%;
}
.LLO8kj-uLTCnJkzXY .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.LLO8kj-uLTCnJkzXY .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.LLO8kj-uLTCnJkzXY .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .LLO8kj-uLTCnJkzXY .navbar .nav-item .nav-link::before {
    display: none;
  }
  .LLO8kj-uLTCnJkzXY .navbar.opened .dropdown-menu {
    top: 0;
  }
  .LLO8kj-uLTCnJkzXY .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .LLO8kj-uLTCnJkzXY .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .LLO8kj-uLTCnJkzXY .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%;
  }
  .LLO8kj-uLTCnJkzXY .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .LLO8kj-uLTCnJkzXY .navbar ul.navbar-nav li {
    margin: auto;
  }
  .LLO8kj-uLTCnJkzXY .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .LLO8kj-uLTCnJkzXY .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .LLO8kj-uLTCnJkzXY .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .LLO8kj-uLTCnJkzXY .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.LLO8kj-uLTCnJkzXY .navbar.navbar-short {
  min-height: 96px;
}
.LLO8kj-uLTCnJkzXY .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.LLO8kj-uLTCnJkzXY .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: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .LLO8kj-uLTCnJkzXY .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.LLO8kj-uLTCnJkzXY .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.LLO8kj-uLTCnJkzXY .navbar-brand .navbar-caption:hover,
.LLO8kj-uLTCnJkzXY .navbar-brand .navbar-caption:focus {
  color: #22654e !important;
}
.LLO8kj-uLTCnJkzXY .navbar-brand .navbar-logo a {
  outline: none;
}
.LLO8kj-uLTCnJkzXY .navbar.opened .navbar-brand .navbar-caption:hover,
.LLO8kj-uLTCnJkzXY .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #22654e !important;
}
.LLO8kj-uLTCnJkzXY .dropdown-item.active,
.LLO8kj-uLTCnJkzXY .dropdown-item:active {
  background-color: transparent;
}
.LLO8kj-uLTCnJkzXY .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.LLO8kj-uLTCnJkzXY .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.LLO8kj-uLTCnJkzXY .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.LLO8kj-uLTCnJkzXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bdeaac;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTCnJkzXY .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.LLO8kj-uLTCnJkzXY .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.LLO8kj-uLTCnJkzXY .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.LLO8kj-uLTCnJkzXY ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .LLO8kj-uLTCnJkzXY ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.LLO8kj-uLTCnJkzXY .navbar-buttons {
  text-align: center;
  width: auto;
}
.LLO8kj-uLTCnJkzXY .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTCnJkzXY .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.LLO8kj-uLTCnJkzXY .navbar-buttons .btn .symbol-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .LLO8kj-uLTCnJkzXY .navbar-buttons .btn {
    width: auto !important;
  }
}
.LLO8kj-uLTCnJkzXY 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: #bdeaac !important;
  border: none !important;
  box-shadow: none !important;
}
.LLO8kj-uLTCnJkzXY button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0e3528;
}
.LLO8kj-uLTCnJkzXY button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.LLO8kj-uLTCnJkzXY button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LLO8kj-uLTCnJkzXY button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LLO8kj-uLTCnJkzXY button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.LLO8kj-uLTCnJkzXY nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LLO8kj-uLTCnJkzXY nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.LLO8kj-uLTCnJkzXY nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.LLO8kj-uLTCnJkzXY nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LLO8kj-uLTCnJkzXY .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.LLO8kj-uLTCnJkzXY a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LLO8kj-uLTCnJkzXY .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) {
  .LLO8kj-uLTCnJkzXY .navbar {
    height: 70px;
  }
  .LLO8kj-uLTCnJkzXY .navbar.opened {
    height: auto;
  }
  .LLO8kj-uLTCnJkzXY .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.LLO8kj-uLTCnJkzXY .navbar-nav {
  margin: 0 auto;
}
.LLO8kj-uLTCnJkzXY .nav-item {
  padding: 0;
  margin: 0;
}
.LLO8kj-uLTCnJkzXY .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.LLO8kj-uLTCnJkzXY .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.LLO8kj-uLTCnJkzXY .nav-item .nav-link:hover,
.LLO8kj-uLTCnJkzXY .nav-item .nav-link:focus {
  background-color: transparent;
  color: #22654e !important;
}
.LLO8kj-uLTCnJkzXY .nav-item .nav-link:hover::after,
.LLO8kj-uLTCnJkzXY .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.LLO8kj-uLTCnJkzXY .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.LLO8kj-uLTCnJkzXY .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.LLO8kj-uLTCnJkzXY .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .LLO8kj-uLTCnJkzXY .navbar {
    justify-content: flex-start !important;
  }
  .LLO8kj-uLTCnJkzXY .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .LLO8kj-uLTCnJkzXY .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .LLO8kj-uLTCnJkzXY .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .LLO8kj-uLTCnJkzXY .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .LLO8kj-uLTCnJkzXY .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .LLO8kj-uLTCnJkzXY .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .LLO8kj-uLTCnJkzXY .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .LLO8kj-uLTCnJkzXY .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .LLO8kj-uLTCnJkzXY .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.LLO8kj-uLTCnJkzXY .content-wrap {
  min-height: 110px;
}
.LLO8kj-uLTCnJH2h3 {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.LLO8kj-uLTCnJH2h3 .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eaffe2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.LLO8kj-uLTCnJH2h3 .symbol-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .LLO8kj-uLTCnJH2h3 .symbol-section-title {
    margin-bottom: 6.66vw;
  }
}
.LLO8kj-uLTCnJH2h3 .symbol-section-subtitle {
  color: #0e3528;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .LLO8kj-uLTCnJH2h3 .symbol-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.LLO8kj-uLTCnJH2h3 .symbol-text {
  color: #000000;
}
.LLO8kj-uLTIcph3MM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdeaac;
}
.LLO8kj-uLTIcph3MM .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTIcph3MM .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTIcph3MM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .container {
    padding: 0 26px;
  }
}
.LLO8kj-uLTIcph3MM .row {
  justify-content: center;
}
.LLO8kj-uLTIcph3MM .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.LLO8kj-uLTIcph3MM .title-wrapper .symbol-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .symbol-section-title {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .text-wrapper .symbol-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .text-wrapper .symbol-text {
    width: 100%;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:hover,
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #0e3528;
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #144031;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .symbol-iconfont {
  margin-right: 0;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .symbol-iconfont,
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .symbol-iconfont {
  color: #144031;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a .symbol-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.LLO8kj-uLTIcph3MM .symbol-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.LLO8kj-uLTIcph3MM .symbol-section-title {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .symbol-text {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .list {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .list,
.LLO8kj-uLTIcph3MM .nav-wrapper,
.LLO8kj-uLTIcph3MM .social-wrapper {
  text-align: right;
}
.LLO8kj-uLTIcph3MM .list,
.LLO8kj-uLTIcph3MM .item-wrap,
.LLO8kj-uLTIcph3MM .social-wrapper {
  color: #000000;
}
.LLO8kj-uLTIcph3MM .symbol-text,
.LLO8kj-uLTIcph3MM .text-wrapper {
  color: #000000;
}
.LLO8kj-uLTCnZwfwv {
  z-index: 1000;
  width: 100%;
  position: relative;
  min-height: 110px;
}
.LLO8kj-uLTCnZwfwv nav.navbar {
  position: fixed;
}
.LLO8kj-uLTCnZwfwv .container-fluid {
  padding-left: 40px;
  padding-right: 40px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTCnZwfwv .container-fluid {
    padding-left: 16px;
    padding-right: 16px;
  }
}
.LLO8kj-uLTCnZwfwv .dropdown-item:before {
  font-family: preview2 !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;
}
.LLO8kj-uLTCnZwfwv .dropdown-menu {
  padding: 0;
  border-radius: 0;
  box-shadow: none;
}
.LLO8kj-uLTCnZwfwv .dropdown-item {
  border: none !important;
  background: #bdeaac !important;
}
.LLO8kj-uLTCnZwfwv .dropdown-item:hover,
.LLO8kj-uLTCnZwfwv .dropdown-item:focus {
  background: #bdeaac !important;
  color: #22654e !important;
}
.LLO8kj-uLTCnZwfwv .dropdown-item:hover span {
  color: white;
}
.LLO8kj-uLTCnZwfwv .dropdown-item:first-child {
  border-top-left-radius: 4px;
  border-top-right-radius: 4px;
}
.LLO8kj-uLTCnZwfwv .dropdown-item:last-child {
  border-bottom: none;
  border-bottom-left-radius: 4px;
  border-bottom-right-radius: 4px;
}
.LLO8kj-uLTCnZwfwv .nav-dropdown .link {
  padding: 0 0.3em !important;
  margin: 0.667em 1em !important;
}
.LLO8kj-uLTCnZwfwv .nav-dropdown .link.dropdown-toggle::after {
  margin-left: 0.5rem;
  margin-top: 0.2rem;
}
.LLO8kj-uLTCnZwfwv .nav-link {
  position: relative;
}
.LLO8kj-uLTCnZwfwv .container {
  display: flex;
  margin: 0 auto;
  max-width: 1600px;
}
@media (min-width: 992px) {
  .LLO8kj-uLTCnZwfwv .container {
    flex-wrap: nowrap;
  }
}
.LLO8kj-uLTCnZwfwv .iconfont-wrapper {
  color: #000c3f !important;
  font-size: 1.5rem;
  transition: all 0.3s ease-in-out;
}
.LLO8kj-uLTCnZwfwv .iconfont-wrapper:hover {
  opacity: .5;
}
.LLO8kj-uLTCnZwfwv .dropdown-menu,
.LLO8kj-uLTCnZwfwv .navbar.opened {
  background: #bdeaac !important;
}
.LLO8kj-uLTCnZwfwv .nav-item:focus,
.LLO8kj-uLTCnZwfwv .nav-link:focus {
  outline: none;
}
.LLO8kj-uLTCnZwfwv .dropdown .dropdown-menu .dropdown-item {
  width: auto;
  transition: all 0.25s ease-in-out;
}
.LLO8kj-uLTCnZwfwv .dropdown .dropdown-menu .dropdown-item::after {
  right: 1.6rem;
}
.LLO8kj-uLTCnZwfwv .dropdown .dropdown-menu .dropdown-item .symbol-iconfont {
  margin-right: 0.5rem;
  vertical-align: sub;
}
.LLO8kj-uLTCnZwfwv .dropdown .dropdown-menu .dropdown-item .symbol-iconfont:before {
  display: inline-block;
  transform: scale(1, 1);
  transition: all 0.25s ease-in-out;
}
.LLO8kj-uLTCnZwfwv .collapsed .dropdown-menu .dropdown-item:before {
  display: none;
}
.LLO8kj-uLTCnZwfwv .collapsed .dropdown .dropdown-menu .dropdown-item {
  padding: 0.235em 1.5em 0.235em 1.5em !important;
  transition: none;
  margin: 0 !important;
}
.LLO8kj-uLTCnZwfwv .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: #bdeaac;
  padding: 0 !important;
  border-radius: 0 !important;
  border: none !important;
  box-shadow: none !important;
}
.LLO8kj-uLTCnZwfwv .navbar.opened {
  transition: all 0.3s;
}
.LLO8kj-uLTCnZwfwv .navbar .dropdown-item {
  padding: 8px 3.2rem 8px 22px;
  line-height: 1.5;
  border-radius: 0;
  margin-left: 4px;
  margin-bottom: 4px;
}
.LLO8kj-uLTCnZwfwv .navbar .navbar-logo img {
  width: auto;
}
.LLO8kj-uLTCnZwfwv .navbar .navbar-collapse {
  justify-content: flex-end;
  z-index: 1;
}
.LLO8kj-uLTCnZwfwv .navbar.collapsed {
  justify-content: center;
}
.LLO8kj-uLTCnZwfwv .navbar.collapsed .nav-item .nav-link::before {
  display: none;
}
.LLO8kj-uLTCnZwfwv .navbar.collapsed.opened .dropdown-menu {
  top: 0;
}
@media (min-width: 992px) {
  .LLO8kj-uLTCnZwfwv .navbar.collapsed.opened:not(.navbar-short) .navbar-collapse {
    max-height: calc(98.5vh - 5rem);
  }
}
.LLO8kj-uLTCnZwfwv .navbar.collapsed .dropdown-menu .dropdown-submenu {
  left: 0 !important;
}
.LLO8kj-uLTCnZwfwv .navbar.collapsed .dropdown-menu .dropdown-item:after {
  right: auto;
}
.LLO8kj-uLTCnZwfwv .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%;
}
.LLO8kj-uLTCnZwfwv .navbar.collapsed ul.navbar-nav li {
  margin: auto;
}
.LLO8kj-uLTCnZwfwv .navbar.collapsed .dropdown-menu .dropdown-item {
  padding: 0.25rem 1.5rem;
  text-align: center;
}
.LLO8kj-uLTCnZwfwv .navbar.collapsed .icons-menu {
  padding-left: 0;
  padding-right: 0;
  padding-top: 0.5rem;
  padding-bottom: 0.5rem;
}
@media (max-width: 991px) {
  .LLO8kj-uLTCnZwfwv .navbar .nav-item .nav-link::before {
    display: none;
  }
  .LLO8kj-uLTCnZwfwv .navbar.opened .dropdown-menu {
    top: 0;
  }
  .LLO8kj-uLTCnZwfwv .navbar .dropdown-menu .dropdown-submenu {
    left: 0 !important;
  }
  .LLO8kj-uLTCnZwfwv .navbar .dropdown-menu .dropdown-item:after {
    right: auto;
  }
  .LLO8kj-uLTCnZwfwv .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%;
  }
  .LLO8kj-uLTCnZwfwv .navbar .navbar-logo img {
    height: 3rem !important;
  }
  .LLO8kj-uLTCnZwfwv .navbar ul.navbar-nav li {
    margin: auto;
  }
  .LLO8kj-uLTCnZwfwv .navbar .dropdown-menu .dropdown-item {
    padding: 14px !important;
    text-align: center;
    margin-left: 0;
  }
  .LLO8kj-uLTCnZwfwv .navbar .navbar-brand {
    flex-shrink: initial;
    flex-basis: auto;
    word-break: break-word;
    padding-right: 0.5rem;
    max-width: 80%;
  }
  .LLO8kj-uLTCnZwfwv .navbar .navbar-toggler {
    flex-basis: auto;
  }
  .LLO8kj-uLTCnZwfwv .navbar .icons-menu {
    padding-left: 0;
    padding-top: 0.5rem;
    padding-bottom: 0.5rem;
  }
}
.LLO8kj-uLTCnZwfwv .navbar.navbar-short {
  min-height: 96px;
}
.LLO8kj-uLTCnZwfwv .navbar.navbar-short .navbar-brand {
  min-height: 96px;
}
.LLO8kj-uLTCnZwfwv .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: 2;
  word-wrap: break-word !important;
  white-space: normal;
}
@media (min-width: 992px) {
  .LLO8kj-uLTCnZwfwv .navbar-brand {
    position: absolute;
    left: 45%;
  }
}
.LLO8kj-uLTCnZwfwv .navbar-brand .navbar-caption {
  line-height: inherit !important;
  font-weight: 700;
}
.LLO8kj-uLTCnZwfwv .navbar-brand .navbar-caption:hover,
.LLO8kj-uLTCnZwfwv .navbar-brand .navbar-caption:focus {
  color: #22654e !important;
}
.LLO8kj-uLTCnZwfwv .navbar-brand .navbar-logo a {
  outline: none;
}
.LLO8kj-uLTCnZwfwv .navbar.opened .navbar-brand .navbar-caption:hover,
.LLO8kj-uLTCnZwfwv .navbar.opened .navbar-brand .navbar-caption:focus {
  color: #22654e !important;
}
.LLO8kj-uLTCnZwfwv .dropdown-item.active,
.LLO8kj-uLTCnZwfwv .dropdown-item:active {
  background-color: transparent;
}
.LLO8kj-uLTCnZwfwv .navbar-expand-lg .navbar-nav .nav-link {
  padding: 0;
}
.LLO8kj-uLTCnZwfwv .nav-dropdown .link.dropdown-toggle {
  margin-right: 1.667em;
}
.LLO8kj-uLTCnZwfwv .nav-dropdown .link.dropdown-toggle[aria-expanded="true"] {
  margin-right: 0;
  padding: 0.667em 1.667em;
}
.LLO8kj-uLTCnZwfwv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
  background: #bdeaac;
  top: 3.2rem;
  border-radius: 30px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTCnZwfwv .navbar.navbar-expand-lg .dropdown .dropdown-menu {
    top: 0;
  }
}
.LLO8kj-uLTCnZwfwv .navbar.navbar-expand-lg .dropdown .dropdown-menu .dropdown-submenu {
  margin: 0;
  left: 100%;
  top: 0;
  border-left: 1px solid transparent;
}
.LLO8kj-uLTCnZwfwv .navbar .dropdown.open > .dropdown-menu {
  display: block;
}
.LLO8kj-uLTCnZwfwv ul.navbar-nav {
  flex-wrap: wrap;
}
@media (min-width: 991px) {
  .LLO8kj-uLTCnZwfwv ul.navbar-nav {
    padding: 0;
    background-color: transparent;
    border: 2px solid transparent;
  }
}
.LLO8kj-uLTCnZwfwv .navbar-buttons {
  text-align: center;
  width: auto;
}
.LLO8kj-uLTCnZwfwv .navbar-buttons .btn {
  white-space: nowrap;
  margin-right: 0;
  min-height: auto;
  width: auto;
  padding: 12px 24px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTCnZwfwv .navbar-buttons .btn {
    padding: 12px 16px;
  }
}
.LLO8kj-uLTCnZwfwv .navbar-buttons .btn .symbol-iconfont {
  width: 32px;
  height: 32px;
  min-width: 32px;
  font-size: 16px;
  margin-left: 32px;
  margin-right: -20px;
}
@media (max-width: 575px) {
  .LLO8kj-uLTCnZwfwv .navbar-buttons .btn {
    width: auto !important;
  }
}
.LLO8kj-uLTCnZwfwv 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: #bdeaac !important;
  border: none !important;
  box-shadow: none !important;
}
.LLO8kj-uLTCnZwfwv button.navbar-toggler .hamburger span {
  position: absolute;
  right: 0;
  width: 20px;
  height: 2px;
  border-right: 5px;
  background-color: #0e3528;
}
.LLO8kj-uLTCnZwfwv button.navbar-toggler .hamburger span:nth-child(1) {
  top: 18px;
  left: 15px;
  transition: all 0.2s;
}
.LLO8kj-uLTCnZwfwv button.navbar-toggler .hamburger span:nth-child(2) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LLO8kj-uLTCnZwfwv button.navbar-toggler .hamburger span:nth-child(3) {
  left: 15px;
  top: 24px;
  transition: all 0.15s;
}
.LLO8kj-uLTCnZwfwv button.navbar-toggler .hamburger span:nth-child(4) {
  left: 15px;
  top: 30px;
  transition: all 0.2s;
}
.LLO8kj-uLTCnZwfwv nav.opened .hamburger span:nth-child(1) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LLO8kj-uLTCnZwfwv nav.opened .hamburger span:nth-child(2) {
  transform: rotate(45deg);
  transition: all 0.25s;
}
.LLO8kj-uLTCnZwfwv nav.opened .hamburger span:nth-child(3) {
  transform: rotate(-45deg);
  transition: all 0.25s;
}
.LLO8kj-uLTCnZwfwv nav.opened .hamburger span:nth-child(4) {
  top: 8px;
  width: 0;
  opacity: 0;
  right: 50%;
  transition: all 0.2s;
}
.LLO8kj-uLTCnZwfwv .navbar-dropdown {
  padding: 0 1rem;
  position: fixed;
}
.LLO8kj-uLTCnZwfwv a.nav-link {
  display: flex;
  align-items: center;
  justify-content: center;
}
.LLO8kj-uLTCnZwfwv .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) {
  .LLO8kj-uLTCnZwfwv .navbar {
    height: 70px;
  }
  .LLO8kj-uLTCnZwfwv .navbar.opened {
    height: auto;
  }
  .LLO8kj-uLTCnZwfwv .nav-item .nav-link:hover::before {
    width: 175%;
    max-width: calc(100% + 2rem);
    left: -1rem;
  }
}
.LLO8kj-uLTCnZwfwv .navbar-nav {
  margin: 0 auto;
}
.LLO8kj-uLTCnZwfwv .nav-item {
  padding: 0;
  margin: 0;
}
.LLO8kj-uLTCnZwfwv .nav-item .nav-link {
  padding: 8px 25px !important;
  margin: 0 !important;
  transition: all 0.3s ease-in-out;
  font-weight: 400;
  border-radius: 3rem;
}
.LLO8kj-uLTCnZwfwv .nav-item .nav-link::after {
  color: inherit !important;
  transform: rotate(0);
  transition: .3s;
}
.LLO8kj-uLTCnZwfwv .nav-item .nav-link:hover,
.LLO8kj-uLTCnZwfwv .nav-item .nav-link:focus {
  background-color: transparent;
  color: #22654e !important;
}
.LLO8kj-uLTCnZwfwv .nav-item .nav-link:hover::after,
.LLO8kj-uLTCnZwfwv .nav-item .nav-link:focus::after {
  color: inherit !important;
}
.LLO8kj-uLTCnZwfwv .nav-item .nav-link.show::after {
  transform: rotate(180deg);
}
.LLO8kj-uLTCnZwfwv .nav-item .dropdown-menu {
  background-color: transparent !important;
}
.LLO8kj-uLTCnZwfwv .nav-item .dropdown-menu:hover {
  background-color: transparent !important;
}
@media (max-width: 991px) {
  .LLO8kj-uLTCnZwfwv .navbar {
    justify-content: flex-start !important;
  }
  .LLO8kj-uLTCnZwfwv .navbar.opened {
    min-height: 100vh !important;
    flex-direction: column !important;
    justify-content: flex-start !important;
  }
  .LLO8kj-uLTCnZwfwv .navbar-collapse {
    padding: 20px 0 3rem;
  }
  .LLO8kj-uLTCnZwfwv .navbar-collapse .navbar-nav {
    width: 100%;
    margin-bottom: 24px;
  }
  .LLO8kj-uLTCnZwfwv .navbar-collapse .nav-item {
    width: 100%;
    margin: 0;
  }
  .LLO8kj-uLTCnZwfwv .navbar-collapse .nav-item:not(:first-child) {
    border-top: 1px solid transparent;
  }
  .LLO8kj-uLTCnZwfwv .navbar-collapse .nav-item .nav-link {
    padding: 14px !important;
    justify-content: center;
    margin: 0 !important;
    margin-bottom: 4px !important;
  }
}
@media (min-width: 1440px) {
  .LLO8kj-uLTCnZwfwv .nav-dropdown {
    padding-right: 30% !important;
  }
}
@media (min-width: 1200px) {
  .LLO8kj-uLTCnZwfwv .nav-dropdown {
    padding-right: 20% !important;
  }
}
@media (min-width: 992px) {
  .LLO8kj-uLTCnZwfwv .nav-dropdown {
    width: 100%;
    padding-right: 40% !important;
    margin: 0;
  }
}
.LLO8kj-uLTCnZwfwv .content-wrap {
  min-height: 110px;
}
.LLO8kj-uLTCnZOw5q {
  position: relative;
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #eaffe2;
}
.LLO8kj-uLTCnZOw5q .second-bg-color {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #eaffe2;
  border-top-left-radius: 4.1666666667vw;
  border-top-right-radius: 4.1666666667vw;
}
.LLO8kj-uLTCnZOw5q .symbol-section-title {
  color: #000000;
  margin-bottom: 1.736vw;
}
@media (max-width: 991px) {
  .LLO8kj-uLTCnZOw5q .symbol-section-title {
    margin-bottom: 6.66vw;
  }
}
.LLO8kj-uLTCnZOw5q .symbol-section-subtitle {
  color: #0e3528;
  margin-bottom: 1.736vw;
  text-align: center;
}
@media (max-width: 991px) {
  .LLO8kj-uLTCnZOw5q .symbol-section-subtitle {
    margin-bottom: 6.66vw;
  }
}
.LLO8kj-uLTCnZOw5q .symbol-text {
  color: #000000;
}
.LLO8kj-uLTIcph3MM {
  padding-top: 5rem;
  padding-bottom: 5rem;
  background-color: #bdeaac;
}
.LLO8kj-uLTIcph3MM .symbol-fallback-image.disabled {
  display: none;
}
.LLO8kj-uLTIcph3MM .symbol-fallback-image {
  display: block;
  background-size: cover;
  background-position: center center;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
}
.LLO8kj-uLTIcph3MM .container-fluid {
  padding: 0 56px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .container-fluid {
    padding: 0 26px;
  }
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .container {
    padding: 0 26px;
  }
}
.LLO8kj-uLTIcph3MM .row {
  justify-content: center;
}
.LLO8kj-uLTIcph3MM .title-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .logo-wrapper img {
  height: 90px;
  width: 90px;
  display: inline-flex;
  object-fit: contain;
  border-radius: 0 !important;
}
.LLO8kj-uLTIcph3MM .title-wrapper .symbol-section-title {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .symbol-section-title {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .title-wrapper .text-wrapper .symbol-text {
  display: inline-flex;
  width: 70%;
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .title-wrapper .text-wrapper .symbol-text {
    width: 100%;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper {
  margin-bottom: 60px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper {
    margin-bottom: 40px;
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
  display: inline-flex;
  flex-wrap: wrap;
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap {
  margin: 0 50px 16px 0;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap {
    margin: 0 25px 16px 0;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:hover,
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:focus {
  color: #0e3528;
}
.LLO8kj-uLTIcph3MM .content-wrapper .nav-wrapper .list .item-wrap:last-child {
  margin: 0 0 16px 0;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper {
  margin-bottom: 70px;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper {
    margin-bottom: 40px;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list {
  margin: 0;
  padding: 0;
  list-style-type: none;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list {
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap {
  margin-bottom: 0;
  font-family: "Instrument Serif", sans-serif;
  transition: all 0.3s ease-in-out;
  cursor: pointer;
  letter-spacing: -0.02em;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:hover,
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:focus {
  color: #144031;
}
.LLO8kj-uLTIcph3MM .content-wrapper .contacts-wrapper .list .item-wrap:last-child {
  margin-bottom: 0;
}
@media (max-width: 992px) {
  .LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper {
    text-align: left;
  }
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap {
  display: inline-flex;
  flex-wrap: wrap;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item:last-child a .symbol-iconfont {
  margin-right: 0;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a {
  display: block;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .symbol-iconfont,
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a:hover .symbol-iconfont {
  color: #144031;
}
.LLO8kj-uLTIcph3MM .content-wrapper .social-wrapper .social-wrap .soc-item a .symbol-iconfont {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 40px;
  height: 40px;
  color: #ffffff;
  font-size: 40px;
  transition: all 0.3s ease-in-out;
  margin-right: 25px;
}
.LLO8kj-uLTIcph3MM .symbol-copy {
  margin-bottom: 0;
  color: #000000;
  text-align: center;
}
.LLO8kj-uLTIcph3MM .symbol-section-title {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .symbol-text {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .list {
  color: #ffffff;
}
.LLO8kj-uLTIcph3MM .list,
.LLO8kj-uLTIcph3MM .nav-wrapper,
.LLO8kj-uLTIcph3MM .social-wrapper {
  text-align: right;
}
.LLO8kj-uLTIcph3MM .list,
.LLO8kj-uLTIcph3MM .item-wrap,
.LLO8kj-uLTIcph3MM .social-wrapper {
  color: #000000;
}
.LLO8kj-uLTIcph3MM .symbol-text,
.LLO8kj-uLTIcph3MM .text-wrapper {
  color: #000000;
}

/* 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 */
@keyframes coolIn {
  0% {
    opacity: 0;
    transform: scale(0.5) rotate(-15deg);
    filter: blur(5px);
  }
  60% {
    opacity: 1;
    transform: scale(1.1) rotate(5deg);
    filter: blur(0);
  }
  100% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
}

@keyframes coolOut {
  0% {
    opacity: 1;
    transform: scale(1) rotate(0);
    filter: blur(0);
  }
  100% {
    opacity: 0;
    transform: scale(0.8) rotate(10deg);
    filter: blur(3px);
  }
}

.cookie-banner {
  position: fixed;
  bottom: 16px;
  left: 16px;
  max-width: 600px;
  width: calc(100% - 32px);
  background-color: #fff;
  border-radius: 8px;
  box-shadow: 0 4px 6px rgba(0, 0, 0, 0.1);
  padding: 20px;
  z-index: 1000;
  font-family: Arial, sans-serif;
  display: flex;
  flex-direction: column;
  animation: coolIn 0.8s ease-out forwards;
  transition: all 0.3s ease-in-out;
}

.cookie-banner.hide {
  animation: coolOut 0.5s ease-in-out forwards;
  pointer-events: none;
}

#cookieBanner button {
  flex: 1;
  border: none;
  border-radius: 8px;
  padding: 12px;
  font-size: 16px;
  font-weight: bold;
  cursor: pointer;
  transition: all 0.3s ease-in-out;
  box-shadow: 5px 5px 10px rgba(0, 0, 0, 0.2), -5px -5px 10px rgba(255, 255, 255, 0.8);
  transform: scale(1);
}

#cookieAcceptBtn {
  background: linear-gradient(145deg, #007bff, #0056b3);
  color: white;
}

#cookieAcceptBtn:hover {
  background: linear-gradient(145deg, #0056b3, #004494);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.3), inset -4px -4px 6px rgba(255, 255, 255, 0.9);
  transform: translateY(-2px);
}

#cookieRejectBtn {
  background: linear-gradient(145deg, #f8f9fa, #e0e0e0);
  color: #333;
  border: 1px solid #ccc;
}

#cookieRejectBtn:hover {
  background: linear-gradient(145deg, #e0e0e0, #d6d6d6);
  box-shadow: inset 4px 4px 6px rgba(0, 0, 0, 0.2), inset -4px -4px 6px rgba(255, 255, 255, 0.8);
  transform: translateY(-2px);
}

@media (max-width: 768px) {
  .cookie-banner {
    width: calc(100% - 32px);
    left: 16px;
    bottom: 16px;
    padding: 15px;
  }
  #cookieBanner button {
    padding: 10px;
    font-size: 14px;
  }
}

@media (max-width: 480px) {
  .cookie-banner {
    width: calc(100% - 16px);
    left: 8px;
    bottom: 16px;
    padding: 10px;
  }
  #cookieBanner button {
    padding: 8px;
    font-size: 12px;
  }
}

/* logoanimations */
.navbar-brand:hover {
    animation: scaleUp 0.5s ease-in-out;
    transform: scale(1.2);
}
@keyframes scaleUp {
    0% {
        transform: scale(1);
    }
    100% {
        transform: scale(1.2);
    }
}
/* endlogoanimations */

/* mainanimations */
/* Style 7: rotate slight */
a, button, .btn {
  transition: transform 0.1s ease;
}
a:active, button:active, .btn:active {
  transform: rotate(-3deg);
}
/* endmainanimations */
