/*====================*/
/*  Reset             */
/*====================*/
@media (prefers-reduced-motion: no-preference) {
@view-transition {navigation: auto;}
}
html {height: auto;box-sizing: border-box;font-synthesis: none;-webkit-font-smoothing: antialiased;scroll-behavior: smooth;scroll-padding-top: var(--h-height, 0);interpolate-size: allow-keywords;}
html:not(.touch-screen)::-webkit-scrollbar {width: 0.5rem;height: 0.5rem;}
html:not(.touch-screen):-webkit-scrollbar-track {background: transparent;}
html:not(.touch-screen)::-webkit-scrollbar-thumb {background: #c2c2c2;border-radius: 0.25rem;}
html:not(.touch-screen)::-webkit-scrollbar-thumb:active {background: #8d8d8d;}
body {height: auto;overflow-y: scroll;background-color: var(--clr-white);}
body::before {content: "";position: absolute;pointer-events: none;top: 0;left: 0;width: 100%;aspect-ratio: 1/2;background: linear-gradient(0deg, rgba(255, 255, 255, 0.4) 73.27%, rgba(225, 250, 208, 0.4) 84.97%, rgba(0, 135, 41, 0.4) 110.71%);}
body:not(.touch-screen) *::-webkit-scrollbar {width: 0.25rem;height: 0.25rem;}
body:not(.touch-screen) *::-webkit-scrollbar-track {background: transparent;border-radius: 0.25rem;}
body:not(.touch-screen) *::-webkit-scrollbar-thumb {background: #c2c2c2;}
:where(body.touch-screen *::-webkit-scrollbar) {display: none;}
@media (min-width: 1200px) {
body::before {aspect-ratio: 192/85;}
}
* {border: 0;margin: 0;padding: 0;min-width: 0;font: inherit;font-size: 100%;line-height: inherit;vertical-align: baseline;-webkit-locale: auto;-webkit-text-size-adjust: none;-webkit-tap-highlight-color: transparent;}
:is(*, *:before, *:after) {box-sizing: inherit;}
:is(:focus, :hover, :active, :visited) {outline: none;}
::-moz-selection {color: var(--clr-white);background: var(--clr-black);}
::selection {color: var(--clr-white);background: var(--clr-black);}
a {display: inline-block;text-decoration: none;cursor: pointer;outline: none;color: inherit;transition: var(--transition-1);}
a:hover {text-decoration: none;}
:is(ul, ol) {list-style: none;}
:is(sub, sup) {font-size: 75%;line-height: 0;position: relative;}
sup {top: -0.5em;}
sub {bottom: -0.25em;}
picture {font-size: 0;-webkit-user-select: none;-moz-user-select: none;user-select: none;}
:is(img, svg, iframe) {width: auto;height: auto;max-width: 100%;-webkit-user-select: none;-moz-user-select: none;user-select: none;vertical-align: middle;}
img {position: relative;}
img::before {content: "";position: absolute;inset: 0;background: no-repeat center/min(5rem, 50%) min(5rem, 50%) var(--clr-grey) url(../img/placeholder.svg);}
input {-webkit-appearance: none;-moz-appearance: none;font-size: 1rem;font-weight: 400;color: var(--clr-black);}
::-moz-placeholder {display: none;}
::placeholder {display: none;}
input::-webkit-outer-spin-button,
input::-webkit-inner-spin-button {-webkit-appearance: none;margin: 0;}
input[type=number] {-moz-appearance: textfield;}
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {-webkit-appearance: none;height: 0.7em;width: 0.7em;background-size: contain;cursor: pointer;}
:is(input, textarea, select) {border-radius: 0;background: none;border: none;margin: 0;width: 100%;padding: 0;}
textarea {display: block;resize: none;overflow: auto;}
select::-ms-expand {display: none;}
button {background: none;}
/*====================*/
/*  Global Settings   */
/*====================*/
:root {--root-scale: 1rem;--container-width: 100%;--ff-1: "Open Sans",sans-serif;--h1: 2.25rem;--h2: 1.75rem;--h3: 1.5rem;--h4: 1.25rem;--h5: 1rem;--h6: 0.875rem;--text: 1rem;--text-sm: 0.875rem;--sp-xxl: 4rem;--sp-xl: 2.5rem;--sp-lg: 2rem;--sp-md: 1.5rem;--sp-sm: 1.25rem;--sp-xs: 1rem;--sp-xxs: 0.625rem;--rd-1: .25rem;--clr-primary: #0A7315;--clr-title: #111;--clr-text: #6A6A6A;--clr-text-light: rgba(255, 255, 255, 0.75);--clr-border: #E9E9E9;--clr-error: #F02D2D;--clr-white: #fff;--clr-black: #111;--clr-grey: #E9E9E9;--bg-grey: #F3F5FB;--bg-dark: #111;--bg-green: #002D19;--bg-overlay: rgba(0, 0, 0, 0.6);--transition-1: .3s ease;--cubic-1: .5s cubic-bezier(0.65, 0, 0.35, 1);--cubic-2: cubic-bezier(0.33, 1, 0.68, 1);}
html {font-size: var(--root-scale);}
html.keyboard-focus:focus {outline: auto;}
html.overflow-menu,
html.overflow-hidden {overflow: clip;}
html.overflow-menu body,
html.overflow-hidden body {overflow: clip;}
.overflow-overlay {opacity: 0;visibility: hidden;position: fixed;z-index: 90;inset: 0;background-color: var(--bg-overlay);transition: var(--cubic-1);}
#content-block {position: relative;min-height: 100svh;overflow: clip;display: flex;flex-direction: column;}
header {position: relative;opacity: 0;}
main {display: flex;flex-direction: column;}
main .seo-section {order: 1;}
footer {margin-top: auto;}
:where(.section + .section) {margin-top: var(--sp-xxl);}
:where(.section:first-child, .seo-section + .section) {margin-top: var(--sp-xl);}
:where(.section:last-child) {margin-bottom: var(--sp-xl);}
.section {position: relative;}
.section:not(.contact-section, .services-section, .lr-section) {z-index: 1;}
.container,
.container-fluid {--bs-gutter-x: 1.5rem;width: 100%;margin-inline: auto;padding-inline: calc(var(--bs-gutter-x) * 0.5);}
.swiper-container {will-change: opacity;opacity: 0;}
.swiper-container.swiper-initialized {opacity: 1;transition: 0.15s linear opacity;}
.cookies-informer,
.popup-wrapper {display: none;}
@media (min-width: 768px) {
:root {--h1: 3rem;--h2: 2.5rem;--h3: 1.75rem;--h4: 1.375rem;--h5: 1.125rem;--h6: 1rem;--text: 1.125rem;--text-sm: 1rem;--sp-xxl: 5rem;--sp-xl: 3.75rem;}
}
@media (min-width: 1200px) {
:root {--container-width: 95vw;--h1: 4.5rem;--h2: 3.625rem;--h3: 2rem;--h4: 1.5rem;--sp-xxl: 10rem;--sp-xl: 5rem;--sp-lg: 3.75rem;--sp-md: 2.5rem;--sp-sm: 2rem;--sp-xs: 1.5rem;}
.container {width: var(--container-width);}
}
@media (min-width: 1200px) and (max-width: 1380px) {
:root {--root-scale: 0.8rem;}
}
@media (min-width: 1381px) and (max-width: 1680px) {
:root {--root-scale: 0.9rem;}
}
@media (min-width: 1441px) {
:root {--container-width: 84.584vw;}
}
@media (min-width: 2100px) {
html {font-size: 1.375rem;}
}
@media (min-width: 2600px) {
html {font-size: 2rem;}
}
/*====================*/
/*  Buttons           */
/*====================*/
.btn {--btn-h: 3.125rem;cursor: pointer;-webkit-user-select: none;-moz-user-select: none;user-select: none;overflow: clip;text-decoration: none;flex-shrink: 0;position: relative;z-index: 1;height: var(--btn-h);gap: 0.5em;display: inline-flex;align-items: center;justify-content: center;border-radius: var(--rd-1);font-size: 0.875rem;line-height: 1.8em;font-weight: 500;padding: 0.9em 1.75em;}
.btn::before {content: "";position: absolute;z-index: -1;top: 0;left: 0;width: 0%;height: 100%;border-radius: inherit;transition: var(--transition-1);}
.btn-primary {background: linear-gradient(94.18deg, #0B6752 7.01%, #E0EC28 141.72%);color: var(--clr-white);}
.btn-primary::before {background: #0B6752;}
.btn-secondary {background: linear-gradient(94.18deg, #0B6752 7.01%, #E0EC28 141.72%);color: var(--clr-white);}
.btn-secondary::before {background: #0B6752;}
.btn-block {width: 100%;}
.btn.disabled {pointer-events: none;background-color: var(--clr-grey);color: var(--clr-text);}
.btn-link {position: relative;cursor: pointer;transition: var(--transition-1);gap: 0.5em;display: inline-flex;align-items: center;font-size: 0.875rem;line-height: 1.87em;color: var(--clr-title);font-weight: 500;text-decoration: underline;text-decoration-color: transparent;}
.btn-close {--btn-size: 2.25rem;position: relative;cursor: pointer;display: inline-block;width: var(--btn-size);height: var(--btn-size);flex-shrink: 0;border-radius: 100%;border: 0.062rem solid var(--clr-border);transition: var(--transition-1);color: var(--clr-black);}
.btn-close::before,
.btn-close::after {content: "";position: absolute;top: 50%;left: 50%;width: 50%;height: 0.125rem;transform: translate(-50%, -50%) rotate(45deg);background-color: currentColor;}
.btn-close::after {transform: translate(-50%, -50%) rotate(-45deg);}
@media (min-width: 1200px) {
.btn {--btn-h: 3.75rem;font-size: 1rem;}
.btn:hover:before {width: 100%;}
.btn-link {font-size: 1rem;}
.btn-link:hover {text-decoration-color: currentColor;}
.btn-close {--btn-size: 2.5rem;}
.btn-close:hover {border-color: currentColor;}
}
@media (max-width: 575px) {
.btn {width: 100%;}
}
/*====================*/
/*  Header            */
/*====================*/
:root {--h-height: 5.625rem;--gap-top: 1.25rem;--h-logo-width: 13rem;}
header {position: relative;z-index: 100;height: var(--h-height);}
.h-wrap {position: fixed;z-index: 100;top: 0;left: 0;width: 100%;}
.h-inner {position: relative;width: 100%;height: calc(var(--h-height) - var(--gap-top));gap: 0.625rem;display: flex;align-items: center;justify-content: space-between;border-radius: var(--rd-1);background-color: var(--clr-white);box-shadow: 0 0 84px 0 rgba(0, 0, 0, 0),0 0 77px 0 rgba(0, 0, 0, 0.01),0 0 65px 0 rgba(0, 0, 0, 0.07);padding: 0.625rem;margin-top: var(--gap-top);}
.h-logo {display: block;width: var(--h-logo-width);flex-shrink: 0;}
.h-logo img {display: block;width: 100%;}
.h-menu {flex-grow: 1;gap: 2.08vw;display: flex;align-items: center;}
.h-menu .btn {--btn-h: 3.125rem;}
.h-links {margin-inline: auto;}
.h-links ul {gap: 2.08vw;display: flex;align-items: center;flex-wrap: wrap;}
.h-links a {font-size: 1rem;line-height: normal;font-weight: 500;color: var(--clr-title);}
.h-links a.is-active {color: var(--clr-primary);}
.h-drop-list,
.h-menu-overlay,
.h-burger {display: none;}
.h-drop {position: relative;}
.h-drop-link {position: relative;cursor: pointer;z-index: 2;transition: var(--transition-1);gap: 0.25rem;display: inline-flex;align-items: center;font-size: 1rem;line-height: normal;font-weight: 400;color: var(--clr-title);}
.h-drop-btn {--size: 0.75rem;position: relative;display: inline-block;width: var(--size);height: var(--size);flex-shrink: 0;transition: transform var(--transition-1);}
.h-drop-list {position: absolute;z-index: 1;bottom: 0;left: 50%;transform: translate(-50%, 100%);padding: 1rem;width: 6rem;line-height: 0;opacity: 0;visibility: hidden;display: flex;flex-direction: column;align-items: flex-start;border-radius: var(--rd-1);background-color: var(--clr-white);box-shadow: 0 0 84px 0 rgba(0, 0, 0, 0),0 0 77px 0 rgba(0, 0, 0, 0.01),0 0 65px 0 rgba(0, 0, 0, 0.07);transition: var(--transition-1);content-visibility: auto;}
.h-drop-list b {position: relative;cursor: pointer;width: 100%;display: block;border-radius: var(--rd-1);transition: var(--transition-1);font-size: 1rem;line-height: normal;font-weight: 400;color: var(--clr-title);padding: 0.5rem 0.75rem;}
.h-drop-list b.is-selected {pointer-events: none;color: var(--clr-primary);}
.h-drop.is-active .h-drop-link {color: var(--clr-primary);}
.h-drop.is-active .h-drop-btn {transform: rotateX(180deg);}
.h-drop.is-active .h-drop-list {opacity: 1;visibility: visible;}
@media (min-width: 1200px) {
a.h-logo:hover {opacity: 0.75;}
.h-links a:hover {color: var(--clr-primary);}
.h-drop-list b:hover {color: var(--clr-primary);}
}
@media (max-width: 1199px) {
:root {--h-height: 4rem;--gap-top: 0.75rem;--h-logo-width: 9rem;}
.h-burger {position: relative;display: block;width: 2.25rem;height: 2.25rem;border-radius: var(--rd-1);background-color: var(--clr-primary);}
.h-burger i {display: inline-block;position: absolute;top: 50%;left: 50%;transform: translate(-50%, -50%);width: 55%;height: 0.125rem;background-color: var(--clr-white);transition: var(--transition-1);}
.h-burger i:before,
.h-burger i:after {content: "";position: absolute;left: 0;top: -0.375rem;width: 100%;height: 100%;background-color: var(--clr-white);transition: var(--transition-1);}
.h-burger i:after {top: 0.375rem;}
.h-menu {position: fixed;z-index: -1;top: 0;left: 0;transform: translateX(-100%);transition: var(--transition-1);width: 100%;height: 100dvh;overflow-y: auto;overflow-x: hidden;gap: 1.25rem;display: flex;flex-direction: column;align-items: center;background-color: var(--clr-white);opacity: 0;padding: 0.75rem;padding-top: calc(var(--h-height) + 0.75rem);}
.h-menu-overlay {display: block;position: fixed;z-index: 99;inset: 0;opacity: 0;visibility: hidden;background-color: var(--bg-overlay);transition: var(--transition-1);}
.h-links {margin-block: 1.25rem 0;}
.h-links ul {gap: 1.25rem;flex-direction: column;}
.h-drop {margin-top: auto;}
.h-drop-link {display: none;}
.h-drop-list {position: relative;inset: 0;transform: initial;padding: 0;width: 100%;opacity: 1;visibility: visible;flex-direction: row;box-shadow: none;}
.open-menu .h-burger i {background-color: transparent;}
.open-menu .h-burger i:before,
.open-menu .h-burger i:after {top: 0;transform-origin: center;transform: rotate(-45deg);}
.open-menu .h-burger i:after {transform: rotate(45deg);}
.open-menu .h-menu {transform: translateX(0%);opacity: 1;}
.open-menu .h-menu-overlay {opacity: 1;visibility: visible;}
}
header {opacity: 1;transition: 0.15s linear opacity;}
/*====================*/
/*  Typography        */
/*====================*/
body {font-family: var(--ff-1);font-size: var(--text);font-weight: 400;line-height: 1.67em;color: var(--clr-text);}
.text {--text-space: 1rem;--text-rd: var(--rd-1);--text-li-padding: 1.25rem;--text-th-height: 4rem;--text-th-padding: 1.25rem;font-size: var(--text);font-weight: 400;line-height: 1.67em;color: var(--clr-text);}
.text-sm {font-size: var(--text-sm);line-height: 1.5em;}
.text * + :where(*) {margin-top: calc(var(--text-space) * 2);}
.text * + :is(p, ul, ol) {margin-top: calc(var(--text-space) * 1.25);}
.text li + li {margin-top: calc(var(--text-space) * 0.5);}
.text ol li + li {margin-top: calc(var(--text-space) * 0.75);}
.text .swiper-entry > * * {margin-top: 0;}
.text b,
.text strong {font-weight: 700;color: var(--clr-black);}
.text em {font-style: italic;}
.text a:not(.btn) {display: inline;color: var(--clr-primary);text-decoration: underline;text-decoration-color: currentColor;}
.text ul li {position: relative;padding-left: var(--text-li-padding);}
.text ul li::before {content: "";position: absolute;left: 0;top: 0.55em;width: 0.44em;height: 0.44em;border-radius: 100%;background-color: var(--clr-primary);}
.text ol {counter-reset: number;}
.text ol li {position: relative;padding-left: calc(var(--text-li-padding) * 2.4);}
.text ol li::before {counter-increment: number;content: counter(number);display: inline-block;vertical-align: middle;position: absolute;left: 0;top: -0.25em;width: 2em;aspect-ratio: 1;border-radius: 100%;border: 0.065rem solid var(--clr-primary);font-size: 88.89%;line-height: 2em;font-weight: 400;color: var(--clr-title);text-align: center;}
.text img {display: block;width: 100%;border-radius: var(--text-rd);}
.text figure {line-height: 0;width: 100%;}
.text figure.aligncenter {text-align: center;}
.text figure.alignright {text-align: right;}
.text figure > img {width: auto;}
.text figure figcaption {font-size: 0.75rem;font-weight: 500;line-height: 1.5em;color: var(--clr-title);margin: 0.25rem;}
.text iframe {display: block;max-width: 100%;width: 100%;height: 100%;aspect-ratio: 16/9;border: 0;border-radius: var(--text-rd);}
.text blockquote {background-color: var(--clr-grey);border-radius: var(--text-rd);font-size: var(--h4);line-height: 1.5em;font-weight: 500;color: var(--clr-title);text-align: left;padding-block: calc(var(--text-space) * 2);padding-inline: calc(var(--text-space) * 2.5);}
.text .table-wrap {overflow: auto;}
.text table {border-collapse: collapse;width: 100%;min-width: 43rem;}
.text tbody tr {text-align: left;}
.text tbody tr:nth-child(even) th,
.text tbody tr:nth-child(even) td {background-color: var(--clr-grey);}
.text thead th,
.text thead td {height: var(--text-th-height);font-weight: 500;color: var(--clr-title);background-color: var(--clr-grey);}
.text td,
.text th {vertical-align: middle;height: calc(var(--text-th-height) / 1.4);padding: calc(var(--text-th-padding) / 3);font-size: inherit;line-height: inherit;font-weight: inherit;color: var(--clr-text);}
.text td:first-child,
.text th:first-child {padding-left: var(--text-th-padding);border-radius: var(--text-rd) 0 0 var(--text-rd);}
.text td:last-child,
.text th:last-child {padding-right: var(--text-th-padding);border-radius: 0 var(--text-rd) var(--text-rd) 0;}
.text *:first-child img {margin-top: 0;}
:is(h1, .h1, h2, .h2, h3, .h3, h4, .h4, h5, .h5, h6, .h6) {font-weight: 500;color: var(--clr-title);}
h1,
.h1 {font-size: var(--h1);line-height: 1.03em;}
h2,
.h2 {font-size: var(--h2);line-height: 1.14em;}
h3,
.h3 {font-size: var(--h3);line-height: 1.34em;}
h4,
.h4 {font-size: var(--h4);line-height: normal;}
h5,
.h5 {font-size: var(--h5);line-height: normal;}
h6,
.h6 {font-size: var(--h6);line-height: normal;}
.text-balance {text-wrap: balance;}
.text-left {text-align: left;}
.text-center {text-align: center;}
.text-right {text-align: right;}
@media (min-width: 1200px) {
.text a:not(.btn):hover {text-decoration-color: transparent;}
}
@media (max-width: 991px) {
.text {--text-space: .75rem;--text-li-padding: 1.25rem;--text-th-height: 3.5rem;--text-th-padding: .5rem;}
.text ol li {padding-left: calc(var(--text-li-padding) * 2);}
}
/*====================*/
/*  Banner            */
/*====================*/
.banner-section {margin-top: calc(-1 * var(--h-height));}
.banner-section::before {content: "";position: absolute;top: 0;left: 0;width: 100%;height: 100%;background: linear-gradient(180deg, #002D19 0%, #285541 100%);}
.banner {position: relative;}
.banner.full {min-height: 100svh;}
.banner-media {position: absolute;overflow: hidden;z-index: 0;inset: 0;}
.banner-media img {z-index: 0;position: absolute;left: 0;top: 0;width: 100%;height: 100%;-o-object-fit: contain;object-fit: contain;-o-object-position: bottom;object-position: bottom;content-visibility: auto;}
.banner-align {position: relative;z-index: 1;display: table-cell;vertical-align: middle;width: 625rem;height: auto;padding-block: calc(var(--h-height) + 0.75rem) 0.75rem;}
.banner-align.align-bottom {vertical-align: bottom;}
.banner-align.align-top {vertical-align: top;}
.banner-section .banner-info .title {color: var(--clr-white);}
.banner-section .banner-info .title span {color: #E0EC28;}
.banner-section .banner-info .text {color: var(--clr-white);}
@media (min-width: 768px) {
.banner.full {min-height: 70svh;}
.banner.full .banner-align {padding-block: calc(var(--h-height) + 7.5rem) 0;}
.banner-info > * + * {margin-top: 1.875rem;}
}
@media (min-width: 1200px) {
.banner.full {min-height: 100svh;}
.banner.full .banner-align {height: 100svh;}
}
@media (max-width: 767px) {
.banner-info > * {margin-top: 1rem;}
.banner.full {min-height: auto;}
.banner .banner-media {position: relative;}
.banner .banner-media img {position: relative;}
}
.banner-section {opacity: 1;}
/*==================*/
/* Animations       */
/*==================*/
.text-animate {opacity: 0;}
.text-animate__word > i {display: inline-block;transform: translateY(100%);opacity: 0;transition: 1.5s;transform-origin: left top;}
.text-animate__word.animated > i {opacity: 1;transform: translateY(0%);}
.text-animated {opacity: 1;}
.slideUp {--time: 1.5s;--delay: calc(.11s * var(--animate-index));will-change: transform,opacity;opacity: 0;transform: translateY(3rem);}
.slideUp.animated {animation: var(--time) var(--cubic-2) var(--delay) slideUp forwards;}
@keyframes slideUp {
to {opacity: 1;transform: translateY(0%);}
}