@font-face {
    font-family: Muli;
    src: url(assets/fonts/Muli-ExtraLight.ttf) format("truetype");
    font-weight: 200;
    font-style: italic;
}

@font-face {
    font-family: Muli;
    src: url(assets/fonts/Muli-Light.ttf) format("truetype");
    font-weight: 300;
    font-style: normal;
}

@font-face {
    font-family: Muli;
    src: url(assets/fonts/Muli.ttf) format("truetype");
    font-weight: 400;
    font-style: normal;
}

@font-face {
    font-family: Muli;
    src: url(assets/fonts/Muli-SemiBold.ttf) format("truetype");
    font-weight: 600;
    font-style: italic;
}

@font-face {
    font-family: Muli;
    src: url(assets/fonts/Muli-Bold.ttf) format("truetype");
    font-weight: 700;
    font-style: italic;
}

a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
    margin: 0;
    padding: 0;
    border: 0;
    font-size: 100%;
    line-height: 200%;
    outline: 0;
    vertical-align: baseline;
}

article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
    display: block;
}

body {
    line-height: 1;
}

ol,
ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

blockquote,
q {
    quotes: none;
}

blockquote:after,
blockquote:before,
q:after,
q:before {
    content: "";
    content: none;
}

table {
    border-collapse: collapse;
    border-spacing: 0;
}

a,
a:hover,
button,
button:hover {
    -webkit-transition: all 0.4s ease;
    -o-transition: 0.4s all ease;
    transition: all 0.4s ease;
    text-decoration: none;
}

a,
a:hover,
body,
button,
button:hover,
html {
    --scroll-behavior: smooth;
    scroll-behavior: smooth;
}

body,
html {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
    height: 100%;
    width: 100%;
}

.clear {
    display: block;
    clear: both;
}

a,
button,
input {
    outline: none;
}

*,
:after,
:before {
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.container {
    width: 100%;
    max-width: 600px;
    padding-right: 15px;
    padding-left: 15px;
    margin-right: auto;
    margin-left: auto;
}

@media (min-width: 769px) {
    .container {
        max-width: 820px;
    }
}

@media (min-width: 1200px) {
    .container {
        max-width: 1150px;
    }
}

@media (min-width: 1340px) {
    .container {
        padding-left: 0;
        padding-right: 0;
    }
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
.fa,
.fab,
.fad,
.fal,
.far,
.fas {
    -moz-osx-font-smoothing: grayscale;
    -webkit-font-smoothing: antialiased;
    display: inline-block;
    font-style: normal;
    -webkit-font-feature-settings: normal;
    font-feature-settings: normal;
    font-variant: normal;
    text-rendering: auto;
    line-height: 1;
}

.fa-lg {
    font-size: 1.3333333333em;
    line-height: 0.75em;
    vertical-align: -0.0667em;
}

.fa-xs {
    font-size: 0.75em;
}

.fa-sm {
    font-size: 0.875em;
}

.fa-1x {
    font-size: 1em;
}

.fa-2x {
    font-size: 2em;
}

.fa-3x {
    font-size: 3em;
}

.fa-4x {
    font-size: 4em;
}

.fa-5x {
    font-size: 5em;
}

.fa-6x {
    font-size: 6em;
}

.fa-7x {
    font-size: 7em;
}

.fa-8x {
    font-size: 8em;
}

.fa-9x {
    font-size: 9em;
}

.fa-10x {
    font-size: 10em;
}

.fa-fw {
    text-align: center;
    width: 1.25em;
}

.fa-ul {
    list-style-type: none;
    margin-left: 2.5em;
    padding-left: 0;
}

.fa-ul > li {
    position: relative;
}

.fa-li {
    left: -2em;
    position: absolute;
    text-align: center;
    width: 2em;
    line-height: inherit;
}

.fa-border {
    border: 0.08em solid #eee;
    border-radius: 0.1em;
    padding: 0.2em 0.25em 0.15em;
}

.fa-pull-left {
    float: left;
}

.fa-pull-right {
    float: right;
}

.fa.fa-pull-left,
.fab.fa-pull-left,
.fal.fa-pull-left,
.far.fa-pull-left,
.fas.fa-pull-left {
    margin-right: 0.3em;
}

.fa.fa-pull-right,
.fab.fa-pull-right,
.fal.fa-pull-right,
.far.fa-pull-right,
.fas.fa-pull-right {
    margin-left: 0.3em;
}

.fa-spin {
    -webkit-animation: fa-spin 2s linear infinite;
    animation: fa-spin 2s linear infinite;
}

.fa-pulse {
    -webkit-animation: fa-spin 1s steps(8) infinite;
    animation: fa-spin 1s steps(8) infinite;
}

@-webkit-keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

@keyframes fa-spin {
    0% {
        -webkit-transform: rotate(0deg);
        transform: rotate(0deg);
    }

    to {
        -webkit-transform: rotate(1turn);
        transform: rotate(1turn);
    }
}

.fa-rotate-90 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=1)";
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
}

.fa-rotate-180 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2)";
    -webkit-transform: rotate(180deg);
    -ms-transform: rotate(180deg);
    transform: rotate(180deg);
}

.fa-rotate-270 {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=3)";
    -webkit-transform: rotate(270deg);
    -ms-transform: rotate(270deg);
    transform: rotate(270deg);
}

.fa-flip-horizontal {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=0, mirror=1)";
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.fa-flip-vertical {
    -webkit-transform: scaleY(-1);
    -ms-transform: scaleY(-1);
    transform: scaleY(-1);
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical,
.fa-flip-vertical {
    -ms-filter: "progid:DXImageTransform.Microsoft.BasicImage(rotation=2, mirror=1)";
}

.fa-flip-both,
.fa-flip-horizontal.fa-flip-vertical {
    -webkit-transform: scale(-1);
    -ms-transform: scale(-1);
    transform: scale(-1);
}

:root .fa-flip-both,
:root .fa-flip-horizontal,
:root .fa-flip-vertical,
:root .fa-rotate-90,
:root .fa-rotate-180,
:root .fa-rotate-270 {
    -webkit-filter: none;
    filter: none;
}

.fa-stack {
    display: inline-block;
    height: 2em;
    line-height: 2em;
    position: relative;
    vertical-align: middle;
    width: 2.5em;
}

.fa-stack-1x,
.fa-stack-2x {
    left: 0;
    position: absolute;
    text-align: center;
    width: 100%;
}

.fa-stack-1x {
    line-height: inherit;
}

.fa-stack-2x {
    font-size: 2em;
}

.fa-inverse {
    color: #fff;
}

.fa-500px:before {
    content: "";
}

.fa-accessible-icon:before {
    content: "";
}

.fa-accusoft:before {
    content: "";
}

.fa-acquisitions-incorporated:before {
    content: "";
}

.fa-ad:before {
    content: "";
}

.fa-address-book:before {
    content: "";
}

.fa-address-card:before {
    content: "";
}

.fa-adjust:before {
    content: "";
}

.fa-adn:before {
    content: "";
}

.fa-adversal:before {
    content: "";
}

.fa-affiliatetheme:before {
    content: "";
}

.fa-air-freshener:before {
    content: "";
}

.fa-airbnb:before {
    content: "";
}

.fa-algolia:before {
    content: "";
}

.fa-align-center:before {
    content: "";
}

.fa-align-justify:before {
    content: "";
}

.fa-align-left:before {
    content: "";
}

.fa-align-right:before {
    content: "";
}

.fa-alipay:before {
    content: "";
}

.fa-allergies:before {
    content: "";
}

.fa-amazon:before {
    content: "";
}

.fa-amazon-pay:before {
    content: "";
}

.fa-ambulance:before {
    content: "";
}

.fa-american-sign-language-interpreting:before {
    content: "";
}

.fa-amilia:before {
    content: "";
}

.fa-anchor:before {
    content: "";
}

.fa-android:before {
    content: "";
}

.fa-angellist:before {
    content: "";
}

.fa-angle-double-down:before {
    content: "";
}

.fa-angle-double-left:before {
    content: "";
}

.fa-angle-double-right:before {
    content: "";
}

.fa-angle-double-up:before {
    content: "";
}

.fa-angle-down:before {
    content: "";
}

.fa-angle-left:before {
    content: "";
}

.fa-angle-right:before {
    content: "";
}

.fa-angle-up:before {
    content: "";
}

.fa-angry:before {
    content: "";
}

.fa-angrycreative:before {
    content: "";
}

.fa-angular:before {
    content: "";
}

.fa-ankh:before {
    content: "";
}

.fa-app-store:before {
    content: "";
}

.fa-app-store-ios:before {
    content: "";
}

.fa-apper:before {
    content: "";
}

.fa-apple:before {
    content: "";
}

.fa-apple-alt:before {
    content: "";
}

.fa-apple-pay:before {
    content: "";
}

.fa-archive:before {
    content: "";
}

.fa-archway:before {
    content: "";
}

.fa-arrow-alt-circle-down:before {
    content: "";
}

.fa-arrow-alt-circle-left:before {
    content: "";
}

.fa-arrow-alt-circle-right:before {
    content: "";
}

.fa-arrow-alt-circle-up:before {
    content: "";
}

.fa-arrow-circle-down:before {
    content: "";
}

.fa-arrow-circle-left:before {
    content: "";
}

.fa-arrow-circle-right:before {
    content: "";
}

.fa-arrow-circle-up:before {
    content: "";
}

.fa-arrow-down:before {
    content: "";
}

.fa-arrow-left:before {
    content: "";
}

.fa-arrow-right:before {
    content: "";
}

.fa-arrow-up:before {
    content: "";
}

.fa-arrows-alt:before {
    content: "";
}

.fa-arrows-alt-h:before {
    content: "";
}

.fa-arrows-alt-v:before {
    content: "";
}

.fa-artstation:before {
    content: "";
}

.fa-assistive-listening-systems:before {
    content: "";
}

.fa-asterisk:before {
    content: "";
}

.fa-asymmetrik:before {
    content: "";
}

.fa-at:before {
    content: "";
}

.fa-atlas:before {
    content: "";
}

.fa-atlassian:before {
    content: "";
}

.fa-atom:before {
    content: "";
}

.fa-audible:before {
    content: "";
}

.fa-audio-description:before {
    content: "";
}

.fa-autoprefixer:before {
    content: "";
}

.fa-avianex:before {
    content: "";
}

.fa-aviato:before {
    content: "";
}

.fa-award:before {
    content: "";
}

.fa-aws:before {
    content: "";
}

.fa-baby:before {
    content: "";
}

.fa-baby-carriage:before {
    content: "";
}

.fa-backspace:before {
    content: "";
}

.fa-backward:before {
    content: "";
}

.fa-bacon:before {
    content: "";
}

.fa-bacteria:before {
    content: "";
}

.fa-bacterium:before {
    content: "";
}

.fa-bahai:before {
    content: "";
}

.fa-balance-scale:before {
    content: "";
}

.fa-balance-scale-left:before {
    content: "";
}

.fa-balance-scale-right:before {
    content: "";
}

.fa-ban:before {
    content: "";
}

.fa-band-aid:before {
    content: "";
}

.fa-bandcamp:before {
    content: "";
}

.fa-barcode:before {
    content: "";
}

.fa-bars:before {
    content: "";
}

.fa-baseball-ball:before {
    content: "";
}

.fa-basketball-ball:before {
    content: "";
}

.fa-bath:before {
    content: "";
}

.fa-battery-empty:before {
    content: "";
}

.fa-battery-full:before {
    content: "";
}

.fa-battery-half:before {
    content: "";
}

.fa-battery-quarter:before {
    content: "";
}

.fa-battery-three-quarters:before {
    content: "";
}

.fa-battle-net:before {
    content: "";
}

.fa-bed:before {
    content: "";
}

.fa-beer:before {
    content: "";
}

.fa-behance:before {
    content: "";
}

.fa-behance-square:before {
    content: "";
}

.fa-bell:before {
    content: "";
}

.fa-bell-slash:before {
    content: "";
}

.fa-bezier-curve:before {
    content: "";
}

.fa-bible:before {
    content: "";
}

.fa-bicycle:before {
    content: "";
}

.fa-biking:before {
    content: "";
}

.fa-bimobject:before {
    content: "";
}

.fa-binoculars:before {
    content: "";
}

.fa-biohazard:before {
    content: "";
}

.fa-birthday-cake:before {
    content: "";
}

.fa-bitbucket:before {
    content: "";
}

.fa-bitcoin:before {
    content: "";
}

.fa-bity:before {
    content: "";
}

.fa-black-tie:before {
    content: "";
}

.fa-blackberry:before {
    content: "";
}

.fa-blender:before {
    content: "";
}

.fa-blender-phone:before {
    content: "";
}

.fa-blind:before {
    content: "";
}

.fa-blog:before {
    content: "";
}

.fa-blogger:before {
    content: "";
}

.fa-blogger-b:before {
    content: "";
}

.fa-bluetooth:before {
    content: "";
}

.fa-bluetooth-b:before {
    content: "";
}

.fa-bold:before {
    content: "";
}

.fa-bolt:before {
    content: "";
}

.fa-bomb:before {
    content: "";
}

.fa-bone:before {
    content: "";
}

.fa-bong:before {
    content: "";
}

.fa-book:before {
    content: "";
}

.fa-book-dead:before {
    content: "";
}

.fa-book-medical:before {
    content: "";
}

.fa-book-open:before {
    content: "";
}

.fa-book-reader:before {
    content: "";
}

.fa-bookmark:before {
    content: "";
}

.fa-bootstrap:before {
    content: "";
}

.fa-border-all:before {
    content: "";
}

.fa-border-none:before {
    content: "";
}

.fa-border-style:before {
    content: "";
}

.fa-bowling-ball:before {
    content: "";
}

.fa-box:before {
    content: "";
}

.fa-box-open:before {
    content: "";
}

.fa-box-tissue:before {
    content: "";
}

.fa-boxes:before {
    content: "";
}

.fa-braille:before {
    content: "";
}

.fa-brain:before {
    content: "";
}

.fa-bread-slice:before {
    content: "";
}

.fa-briefcase:before {
    content: "";
}

.fa-briefcase-medical:before {
    content: "";
}

.fa-broadcast-tower:before {
    content: "";
}

.fa-broom:before {
    content: "";
}

.fa-brush:before {
    content: "";
}

.fa-btc:before {
    content: "";
}

.fa-buffer:before {
    content: "";
}

.fa-bug:before {
    content: "";
}

.fa-building:before {
    content: "";
}

.fa-bullhorn:before {
    content: "";
}

.fa-bullseye:before {
    content: "";
}

.fa-burn:before {
    content: "";
}

.fa-buromobelexperte:before {
    content: "";
}

.fa-bus:before {
    content: "";
}

.fa-bus-alt:before {
    content: "";
}

.fa-business-time:before {
    content: "";
}

.fa-buy-n-large:before {
    content: "";
}

.fa-buysellads:before {
    content: "";
}

.fa-calculator:before {
    content: "";
}

.fa-calendar:before {
    content: "";
}

.fa-calendar-alt:before {
    content: "";
}

.fa-calendar-check:before {
    content: "";
}

.fa-calendar-day:before {
    content: "";
}

.fa-calendar-minus:before {
    content: "";
}

.fa-calendar-plus:before {
    content: "";
}

.fa-calendar-times:before {
    content: "";
}

.fa-calendar-week:before {
    content: "";
}

.fa-camera:before {
    content: "";
}

.fa-camera-retro:before {
    content: "";
}

.fa-campground:before {
    content: "";
}

.fa-canadian-maple-leaf:before {
    content: "";
}

.fa-candy-cane:before {
    content: "";
}

.fa-cannabis:before {
    content: "";
}

.fa-capsules:before {
    content: "";
}

.fa-car:before {
    content: "";
}

.fa-car-alt:before {
    content: "";
}

.fa-car-battery:before {
    content: "";
}

.fa-car-crash:before {
    content: "";
}

.fa-car-side:before {
    content: "";
}

.fa-caravan:before {
    content: "";
}

.fa-caret-down:before {
    content: "";
}

.fa-caret-left:before {
    content: "";
}

.fa-caret-right:before {
    content: "";
}

.fa-caret-square-down:before {
    content: "";
}

.fa-caret-square-left:before {
    content: "";
}

.fa-caret-square-right:before {
    content: "";
}

.fa-caret-square-up:before {
    content: "";
}

.fa-caret-up:before {
    content: "";
}

.fa-carrot:before {
    content: "";
}

.fa-cart-arrow-down:before {
    content: "";
}

.fa-cart-plus:before {
    content: "";
}

.fa-cash-register:before {
    content: "";
}

.fa-cat:before {
    content: "";
}

.fa-cc-amazon-pay:before {
    content: "";
}

.fa-cc-amex:before {
    content: "";
}

.fa-cc-apple-pay:before {
    content: "";
}

.fa-cc-diners-club:before {
    content: "";
}

.fa-cc-discover:before {
    content: "";
}

.fa-cc-jcb:before {
    content: "";
}

.fa-cc-mastercard:before {
    content: "";
}

.fa-cc-paypal:before {
    content: "";
}

.fa-cc-stripe:before {
    content: "";
}

.fa-cc-visa:before {
    content: "";
}

.fa-centercode:before {
    content: "";
}

.fa-centos:before {
    content: "";
}

.fa-certificate:before {
    content: "";
}

.fa-chair:before {
    content: "";
}

.fa-chalkboard:before {
    content: "";
}

.fa-chalkboard-teacher:before {
    content: "";
}

.fa-charging-station:before {
    content: "";
}

.fa-chart-area:before {
    content: "";
}

.fa-chart-bar:before {
    content: "";
}

.fa-chart-line:before {
    content: "";
}

.fa-chart-pie:before {
    content: "";
}

.fa-check:before {
    content: "";
}

.fa-check-circle:before {
    content: "";
}

.fa-check-double:before {
    content: "";
}

.fa-check-square:before {
    content: "";
}

.fa-cheese:before {
    content: "";
}

.fa-chess:before {
    content: "";
}

.fa-chess-bishop:before {
    content: "";
}

.fa-chess-board:before {
    content: "";
}

.fa-chess-king:before {
    content: "";
}

.fa-chess-knight:before {
    content: "";
}

.fa-chess-pawn:before {
    content: "";
}

.fa-chess-queen:before {
    content: "";
}

.fa-chess-rook:before {
    content: "";
}

.fa-chevron-circle-down:before {
    content: "";
}

.fa-chevron-circle-left:before {
    content: "";
}

.fa-chevron-circle-right:before {
    content: "";
}

.fa-chevron-circle-up:before {
    content: "";
}

.fa-chevron-down:before {
    content: "";
}

.fa-chevron-left:before {
    content: "";
}

.fa-chevron-right:before {
    content: "";
}

.fa-chevron-up:before {
    content: "";
}

.fa-child:before {
    content: "";
}

.fa-chrome:before {
    content: "";
}

.fa-chromecast:before {
    content: "";
}

.fa-church:before {
    content: "";
}

.fa-circle:before {
    content: "";
}

.fa-circle-notch:before {
    content: "";
}

.fa-city:before {
    content: "";
}

.fa-clinic-medical:before {
    content: "";
}

.fa-clipboard:before {
    content: "";
}

.fa-clipboard-check:before {
    content: "";
}

.fa-clipboard-list:before {
    content: "";
}

.fa-clock:before {
    content: "";
}

.fa-clone:before {
    content: "";
}

.fa-closed-captioning:before {
    content: "";
}

.fa-cloud:before {
    content: "";
}

.fa-cloud-download-alt:before {
    content: "";
}

.fa-cloud-meatball:before {
    content: "";
}

.fa-cloud-moon:before {
    content: "";
}

.fa-cloud-moon-rain:before {
    content: "";
}

.fa-cloud-rain:before {
    content: "";
}

.fa-cloud-showers-heavy:before {
    content: "";
}

.fa-cloud-sun:before {
    content: "";
}

.fa-cloud-sun-rain:before {
    content: "";
}

.fa-cloud-upload-alt:before {
    content: "";
}

.fa-cloudflare:before {
    content: "";
}

.fa-cloudscale:before {
    content: "";
}

.fa-cloudsmith:before {
    content: "";
}

.fa-cloudversify:before {
    content: "";
}

.fa-cocktail:before {
    content: "";
}

.fa-code:before {
    content: "";
}

.fa-code-branch:before {
    content: "";
}

.fa-codepen:before {
    content: "";
}

.fa-codiepie:before {
    content: "";
}

.fa-coffee:before {
    content: "";
}

.fa-cog:before {
    content: "";
}

.fa-cogs:before {
    content: "";
}

.fa-coins:before {
    content: "";
}

.fa-columns:before {
    content: "";
}

.fa-comment:before {
    content: "";
}

.fa-comment-alt:before {
    content: "";
}

.fa-comment-dollar:before {
    content: "";
}

.fa-comment-dots:before {
    content: "";
}

.fa-comment-medical:before {
    content: "";
}

.fa-comment-slash:before {
    content: "";
}

.fa-comments:before {
    content: "";
}

.fa-comments-dollar:before {
    content: "";
}

.fa-compact-disc:before {
    content: "";
}

.fa-compass:before {
    content: "";
}

.fa-compress:before {
    content: "";
}

.fa-compress-alt:before {
    content: "";
}

.fa-compress-arrows-alt:before {
    content: "";
}

.fa-concierge-bell:before {
    content: "";
}

.fa-confluence:before {
    content: "";
}

.fa-connectdevelop:before {
    content: "";
}

.fa-contao:before {
    content: "";
}

.fa-cookie:before {
    content: "";
}

.fa-cookie-bite:before {
    content: "";
}

.fa-copy:before {
    content: "";
}

.fa-copyright:before {
    content: "";
}

.fa-cotton-bureau:before {
    content: "";
}

.fa-couch:before {
    content: "";
}

.fa-cpanel:before {
    content: "";
}

.fa-creative-commons:before {
    content: "";
}

.fa-creative-commons-by:before {
    content: "";
}

.fa-creative-commons-nc:before {
    content: "";
}

.fa-creative-commons-nc-eu:before {
    content: "";
}

.fa-creative-commons-nc-jp:before {
    content: "";
}

.fa-creative-commons-nd:before {
    content: "";
}

.fa-creative-commons-pd:before {
    content: "";
}

.fa-creative-commons-pd-alt:before {
    content: "";
}

.fa-creative-commons-remix:before {
    content: "";
}

.fa-creative-commons-sa:before {
    content: "";
}

.fa-creative-commons-sampling:before {
    content: "";
}

.fa-creative-commons-sampling-plus:before {
    content: "";
}

.fa-creative-commons-share:before {
    content: "";
}

.fa-creative-commons-zero:before {
    content: "";
}

.fa-credit-card:before {
    content: "";
}

.fa-critical-role:before {
    content: "";
}

.fa-crop:before {
    content: "";
}

.fa-crop-alt:before {
    content: "";
}

.fa-cross:before {
    content: "";
}

.fa-crosshairs:before {
    content: "";
}

.fa-crow:before {
    content: "";
}

.fa-crown:before {
    content: "";
}

.fa-crutch:before {
    content: "";
}

.fa-css3:before {
    content: "";
}

.fa-css3-alt:before {
    content: "";
}

.fa-cube:before {
    content: "";
}

.fa-cubes:before {
    content: "";
}

.fa-cut:before {
    content: "";
}

.fa-cuttlefish:before {
    content: "";
}

.fa-d-and-d:before {
    content: "";
}

.fa-d-and-d-beyond:before {
    content: "";
}

.fa-dailymotion:before {
    content: "";
}

.fa-dashcube:before {
    content: "";
}

.fa-database:before {
    content: "";
}

.fa-deaf:before {
    content: "";
}

.fa-deezer:before {
    content: "";
}

.fa-delicious:before {
    content: "";
}

.fa-democrat:before {
    content: "";
}

.fa-deploydog:before {
    content: "";
}

.fa-deskpro:before {
    content: "";
}

.fa-desktop:before {
    content: "";
}

.fa-dev:before {
    content: "";
}

.fa-deviantart:before {
    content: "";
}

.fa-dharmachakra:before {
    content: "";
}

.fa-dhl:before {
    content: "";
}

.fa-diagnoses:before {
    content: "";
}

.fa-diaspora:before {
    content: "";
}

.fa-dice:before {
    content: "";
}

.fa-dice-d20:before {
    content: "";
}

.fa-dice-d6:before {
    content: "";
}

.fa-dice-five:before {
    content: "";
}

.fa-dice-four:before {
    content: "";
}

.fa-dice-one:before {
    content: "";
}

.fa-dice-six:before {
    content: "";
}

.fa-dice-three:before {
    content: "";
}

.fa-dice-two:before {
    content: "";
}

.fa-digg:before {
    content: "";
}

.fa-digital-ocean:before {
    content: "";
}

.fa-digital-tachograph:before {
    content: "";
}

.fa-directions:before {
    content: "";
}

.fa-discord:before {
    content: "";
}

.fa-discourse:before {
    content: "";
}

.fa-disease:before {
    content: "";
}

.fa-divide:before {
    content: "";
}

.fa-dizzy:before {
    content: "";
}

.fa-dna:before {
    content: "";
}

.fa-dochub:before {
    content: "";
}

.fa-docker:before {
    content: "";
}

.fa-dog:before {
    content: "";
}

.fa-dollar-sign:before {
    content: "";
}

.fa-dolly:before {
    content: "";
}

.fa-dolly-flatbed:before {
    content: "";
}

.fa-donate:before {
    content: "";
}

.fa-door-closed:before {
    content: "";
}

.fa-door-open:before {
    content: "";
}

.fa-dot-circle:before {
    content: "";
}

.fa-dove:before {
    content: "";
}

.fa-download:before {
    content: "";
}

.fa-draft2digital:before {
    content: "";
}

.fa-drafting-compass:before {
    content: "";
}

.fa-dragon:before {
    content: "";
}

.fa-draw-polygon:before {
    content: "";
}

.fa-dribbble:before {
    content: "";
}

.fa-dribbble-square:before {
    content: "";
}

.fa-dropbox:before {
    content: "";
}

.fa-drum:before {
    content: "";
}

.fa-drum-steelpan:before {
    content: "";
}

.fa-drumstick-bite:before {
    content: "";
}

.fa-drupal:before {
    content: "";
}

.fa-dumbbell:before {
    content: "";
}

.fa-dumpster:before {
    content: "";
}

.fa-dumpster-fire:before {
    content: "";
}

.fa-dungeon:before {
    content: "";
}

.fa-dyalog:before {
    content: "";
}

.fa-earlybirds:before {
    content: "";
}

.fa-ebay:before {
    content: "";
}

.fa-edge:before {
    content: "";
}

.fa-edge-legacy:before {
    content: "";
}

.fa-edit:before {
    content: "";
}

.fa-egg:before {
    content: "";
}

.fa-eject:before {
    content: "";
}

.fa-elementor:before {
    content: "";
}

.fa-ellipsis-h:before {
    content: "";
}

.fa-ellipsis-v:before {
    content: "";
}

.fa-ello:before {
    content: "";
}

.fa-ember:before {
    content: "";
}

.fa-empire:before {
    content: "";
}

.fa-envelope:before {
    content: "";
}

.fa-envelope-open:before {
    content: "";
}

.fa-envelope-open-text:before {
    content: "";
}

.fa-envelope-square:before {
    content: "";
}

.fa-envira:before {
    content: "";
}

.fa-equals:before {
    content: "";
}

.fa-eraser:before {
    content: "";
}

.fa-erlang:before {
    content: "";
}

.fa-ethereum:before {
    content: "";
}

.fa-ethernet:before {
    content: "";
}

.fa-etsy:before {
    content: "";
}

.fa-euro-sign:before {
    content: "";
}

.fa-evernote:before {
    content: "";
}

.fa-exchange-alt:before {
    content: "";
}

.fa-exclamation:before {
    content: "";
}

.fa-exclamation-circle:before {
    content: "";
}

.fa-exclamation-triangle:before {
    content: "";
}

.fa-expand:before {
    content: "";
}

.fa-expand-alt:before {
    content: "";
}

.fa-expand-arrows-alt:before {
    content: "";
}

.fa-expeditedssl:before {
    content: "";
}

.fa-external-link-alt:before {
    content: "";
}

.fa-external-link-square-alt:before {
    content: "";
}

.fa-eye:before {
    content: "";
}

.fa-eye-dropper:before {
    content: "";
}

.fa-eye-slash:before {
    content: "";
}

.fa-facebook:before {
    content: "";
}

.fa-facebook-f:before {
    content: "";
}

.fa-facebook-messenger:before {
    content: "";
}

.fa-facebook-square:before {
    content: "";
}

.fa-fan:before {
    content: "";
}

.fa-fantasy-flight-games:before {
    content: "";
}

.fa-fast-backward:before {
    content: "";
}

.fa-fast-forward:before {
    content: "";
}

.fa-faucet:before {
    content: "";
}

.fa-fax:before {
    content: "";
}

.fa-feather:before {
    content: "";
}

.fa-feather-alt:before {
    content: "";
}

.fa-fedex:before {
    content: "";
}

.fa-fedora:before {
    content: "";
}

.fa-female:before {
    content: "";
}

.fa-fighter-jet:before {
    content: "";
}

.fa-figma:before {
    content: "";
}

.fa-file:before {
    content: "";
}

.fa-file-alt:before {
    content: "";
}

.fa-file-archive:before {
    content: "";
}

.fa-file-audio:before {
    content: "";
}

.fa-file-code:before {
    content: "";
}

.fa-file-contract:before {
    content: "";
}

.fa-file-csv:before {
    content: "";
}

.fa-file-download:before {
    content: "";
}

.fa-file-excel:before {
    content: "";
}

.fa-file-export:before {
    content: "";
}

.fa-file-image:before {
    content: "";
}

.fa-file-import:before {
    content: "";
}

.fa-file-invoice:before {
    content: "";
}

.fa-file-invoice-dollar:before {
    content: "";
}

.fa-file-medical:before {
    content: "";
}

.fa-file-medical-alt:before {
    content: "";
}

.fa-file-pdf:before {
    content: "";
}

.fa-file-powerpoint:before {
    content: "";
}

.fa-file-prescription:before {
    content: "";
}

.fa-file-signature:before {
    content: "";
}

.fa-file-upload:before {
    content: "";
}

.fa-file-video:before {
    content: "";
}

.fa-file-word:before {
    content: "";
}

.fa-fill:before {
    content: "";
}

.fa-fill-drip:before {
    content: "";
}

.fa-film:before {
    content: "";
}

.fa-filter:before {
    content: "";
}

.fa-fingerprint:before {
    content: "";
}

.fa-fire:before {
    content: "";
}

.fa-fire-alt:before {
    content: "";
}

.fa-fire-extinguisher:before {
    content: "";
}

.fa-firefox:before {
    content: "";
}

.fa-firefox-browser:before {
    content: "";
}

.fa-first-aid:before {
    content: "";
}

.fa-first-order:before {
    content: "";
}

.fa-first-order-alt:before {
    content: "";
}

.fa-firstdraft:before {
    content: "";
}

.fa-fish:before {
    content: "";
}

.fa-fist-raised:before {
    content: "";
}

.fa-flag:before {
    content: "";
}

.fa-flag-checkered:before {
    content: "";
}

.fa-flag-usa:before {
    content: "";
}

.fa-flask:before {
    content: "";
}

.fa-flickr:before {
    content: "";
}

.fa-flipboard:before {
    content: "";
}

.fa-flushed:before {
    content: "";
}

.fa-fly:before {
    content: "";
}

.fa-folder:before {
    content: "";
}

.fa-folder-minus:before {
    content: "";
}

.fa-folder-open:before {
    content: "";
}

.fa-folder-plus:before {
    content: "";
}

.fa-font:before {
    content: "";
}

.fa-font-awesome:before {
    content: "";
}

.fa-font-awesome-alt:before {
    content: "";
}

.fa-font-awesome-flag:before {
    content: "";
}

.fa-font-awesome-logo-full:before {
    content: "";
}

.fa-fonticons:before {
    content: "";
}

.fa-fonticons-fi:before {
    content: "";
}

.fa-football-ball:before {
    content: "";
}

.fa-fort-awesome:before {
    content: "";
}

.fa-fort-awesome-alt:before {
    content: "";
}

.fa-forumbee:before {
    content: "";
}

.fa-forward:before {
    content: "";
}

.fa-foursquare:before {
    content: "";
}

.fa-free-code-camp:before {
    content: "";
}

.fa-freebsd:before {
    content: "";
}

.fa-frog:before {
    content: "";
}

.fa-frown:before {
    content: "";
}

.fa-frown-open:before {
    content: "";
}

.fa-fulcrum:before {
    content: "";
}

.fa-funnel-dollar:before {
    content: "";
}

.fa-futbol:before {
    content: "";
}

.fa-galactic-republic:before {
    content: "";
}

.fa-galactic-senate:before {
    content: "";
}

.fa-gamepad:before {
    content: "";
}

.fa-gas-pump:before {
    content: "";
}

.fa-gavel:before {
    content: "";
}

.fa-gem:before {
    content: "";
}

.fa-genderless:before {
    content: "";
}

.fa-get-pocket:before {
    content: "";
}

.fa-gg:before {
    content: "";
}

.fa-gg-circle:before {
    content: "";
}

.fa-ghost:before {
    content: "";
}

.fa-gift:before {
    content: "";
}

.fa-gifts:before {
    content: "";
}

.fa-git:before {
    content: "";
}

.fa-git-alt:before {
    content: "";
}

.fa-git-square:before {
    content: "";
}

.fa-github:before {
    content: "";
}

.fa-github-alt:before {
    content: "";
}

.fa-github-square:before {
    content: "";
}

.fa-gitkraken:before {
    content: "";
}

.fa-gitlab:before {
    content: "";
}

.fa-gitter:before {
    content: "";
}

.fa-glass-cheers:before {
    content: "";
}

.fa-glass-martini:before {
    content: "";
}

.fa-glass-martini-alt:before {
    content: "";
}

.fa-glass-whiskey:before {
    content: "";
}

.fa-glasses:before {
    content: "";
}

.fa-glide:before {
    content: "";
}

.fa-glide-g:before {
    content: "";
}

.fa-globe:before {
    content: "";
}

.fa-globe-africa:before {
    content: "";
}

.fa-globe-americas:before {
    content: "";
}

.fa-globe-asia:before {
    content: "";
}

.fa-globe-europe:before {
    content: "";
}

.fa-gofore:before {
    content: "";
}

.fa-golf-ball:before {
    content: "";
}

.fa-goodreads:before {
    content: "";
}

.fa-goodreads-g:before {
    content: "";
}

.fa-google:before {
    content: "";
}

.fa-google-drive:before {
    content: "";
}

.fa-google-pay:before {
    content: "";
}

.fa-google-play:before {
    content: "";
}

.fa-google-plus:before {
    content: "";
}

.fa-google-plus-g:before {
    content: "";
}

.fa-google-plus-square:before {
    content: "";
}

.fa-google-wallet:before {
    content: "";
}

.fa-gopuram:before {
    content: "";
}

.fa-graduation-cap:before {
    content: "";
}

.fa-gratipay:before {
    content: "";
}

.fa-grav:before {
    content: "";
}

.fa-greater-than:before {
    content: "";
}

.fa-greater-than-equal:before {
    content: "";
}

.fa-grimace:before {
    content: "";
}

.fa-grin:before {
    content: "";
}

.fa-grin-alt:before {
    content: "";
}

.fa-grin-beam:before {
    content: "";
}

.fa-grin-beam-sweat:before {
    content: "";
}

.fa-grin-hearts:before {
    content: "";
}

.fa-grin-squint:before {
    content: "";
}

.fa-grin-squint-tears:before {
    content: "";
}

.fa-grin-stars:before {
    content: "";
}

.fa-grin-tears:before {
    content: "";
}

.fa-grin-tongue:before {
    content: "";
}

.fa-grin-tongue-squint:before {
    content: "";
}

.fa-grin-tongue-wink:before {
    content: "";
}

.fa-grin-wink:before {
    content: "";
}

.fa-grip-horizontal:before {
    content: "";
}

.fa-grip-lines:before {
    content: "";
}

.fa-grip-lines-vertical:before {
    content: "";
}

.fa-grip-vertical:before {
    content: "";
}

.fa-gripfire:before {
    content: "";
}

.fa-grunt:before {
    content: "";
}

.fa-guilded:before {
    content: "";
}

.fa-guitar:before {
    content: "";
}

.fa-gulp:before {
    content: "";
}

.fa-h-square:before {
    content: "";
}

.fa-hacker-news:before {
    content: "";
}

.fa-hacker-news-square:before {
    content: "";
}

.fa-hackerrank:before {
    content: "";
}

.fa-hamburger:before {
    content: "";
}

.fa-hammer:before {
    content: "";
}

.fa-hamsa:before {
    content: "";
}

.fa-hand-holding:before {
    content: "";
}

.fa-hand-holding-heart:before {
    content: "";
}

.fa-hand-holding-medical:before {
    content: "";
}

.fa-hand-holding-usd:before {
    content: "";
}

.fa-hand-holding-water:before {
    content: "";
}

.fa-hand-lizard:before {
    content: "";
}

.fa-hand-middle-finger:before {
    content: "";
}

.fa-hand-paper:before {
    content: "";
}

.fa-hand-peace:before {
    content: "";
}

.fa-hand-point-down:before {
    content: "";
}

.fa-hand-point-left:before {
    content: "";
}

.fa-hand-point-right:before {
    content: "";
}

.fa-hand-point-up:before {
    content: "";
}

.fa-hand-pointer:before {
    content: "";
}

.fa-hand-rock:before {
    content: "";
}

.fa-hand-scissors:before {
    content: "";
}

.fa-hand-sparkles:before {
    content: "";
}

.fa-hand-spock:before {
    content: "";
}

.fa-hands:before {
    content: "";
}

.fa-hands-helping:before {
    content: "";
}

.fa-hands-wash:before {
    content: "";
}

.fa-handshake:before {
    content: "";
}

.fa-handshake-alt-slash:before {
    content: "";
}

.fa-handshake-slash:before {
    content: "";
}

.fa-hanukiah:before {
    content: "";
}

.fa-hard-hat:before {
    content: "";
}

.fa-hashtag:before {
    content: "";
}

.fa-hat-cowboy:before {
    content: "";
}

.fa-hat-cowboy-side:before {
    content: "";
}

.fa-hat-wizard:before {
    content: "";
}

.fa-hdd:before {
    content: "";
}

.fa-head-side-cough:before {
    content: "";
}

.fa-head-side-cough-slash:before {
    content: "";
}

.fa-head-side-mask:before {
    content: "";
}

.fa-head-side-virus:before {
    content: "";
}

.fa-heading:before {
    content: "";
}

.fa-headphones:before {
    content: "";
}

.fa-headphones-alt:before {
    content: "";
}

.fa-headset:before {
    content: "";
}

.fa-heart:before {
    content: "";
}

.fa-heart-broken:before {
    content: "";
}

.fa-heartbeat:before {
    content: "";
}

.fa-helicopter:before {
    content: "";
}

.fa-highlighter:before {
    content: "";
}

.fa-hiking:before {
    content: "";
}

.fa-hippo:before {
    content: "";
}

.fa-hips:before {
    content: "";
}

.fa-hire-a-helper:before {
    content: "";
}

.fa-history:before {
    content: "";
}

.fa-hive:before {
    content: "";
}

.fa-hockey-puck:before {
    content: "";
}

.fa-holly-berry:before {
    content: "";
}

.fa-home:before {
    content: "";
}

.fa-hooli:before {
    content: "";
}

.fa-hornbill:before {
    content: "";
}

.fa-horse:before {
    content: "";
}

.fa-horse-head:before {
    content: "";
}

.fa-hospital:before {
    content: "";
}

.fa-hospital-alt:before {
    content: "";
}

.fa-hospital-symbol:before {
    content: "";
}

.fa-hospital-user:before {
    content: "";
}

.fa-hot-tub:before {
    content: "";
}

.fa-hotdog:before {
    content: "";
}

.fa-hotel:before {
    content: "";
}

.fa-hotjar:before {
    content: "";
}

.fa-hourglass:before {
    content: "";
}

.fa-hourglass-end:before {
    content: "";
}

.fa-hourglass-half:before {
    content: "";
}

.fa-hourglass-start:before {
    content: "";
}

.fa-house-damage:before {
    content: "";
}

.fa-house-user:before {
    content: "";
}

.fa-houzz:before {
    content: "";
}

.fa-hryvnia:before {
    content: "";
}

.fa-html5:before {
    content: "";
}

.fa-hubspot:before {
    content: "";
}

.fa-i-cursor:before {
    content: "";
}

.fa-ice-cream:before {
    content: "";
}

.fa-icicles:before {
    content: "";
}

.fa-icons:before {
    content: "";
}

.fa-id-badge:before {
    content: "";
}

.fa-id-card:before {
    content: "";
}

.fa-id-card-alt:before {
    content: "";
}

.fa-ideal:before {
    content: "";
}

.fa-igloo:before {
    content: "";
}

.fa-image:before {
    content: "";
}

.fa-images:before {
    content: "";
}

.fa-imdb:before {
    content: "";
}

.fa-inbox:before {
    content: "";
}

.fa-indent:before {
    content: "";
}

.fa-industry:before {
    content: "";
}

.fa-infinity:before {
    content: "";
}

.fa-info:before {
    content: "";
}

.fa-info-circle:before {
    content: "";
}

.fa-innosoft:before {
    content: "";
}

.fa-instagram:before {
    content: "";
}

.fa-instagram-square:before {
    content: "";
}

.fa-instalod:before {
    content: "";
}

.fa-intercom:before {
    content: "";
}

.fa-internet-explorer:before {
    content: "";
}

.fa-invision:before {
    content: "";
}

.fa-ioxhost:before {
    content: "";
}

.fa-italic:before {
    content: "";
}

.fa-itch-io:before {
    content: "";
}

.fa-itunes:before {
    content: "";
}

.fa-itunes-note:before {
    content: "";
}

.fa-java:before {
    content: "";
}

.fa-jedi:before {
    content: "";
}

.fa-jedi-order:before {
    content: "";
}

.fa-jenkins:before {
    content: "";
}

.fa-jira:before {
    content: "";
}

.fa-joget:before {
    content: "";
}

.fa-joint:before {
    content: "";
}

.fa-joomla:before {
    content: "";
}

.fa-journal-whills:before {
    content: "";
}

.fa-js:before {
    content: "";
}

.fa-js-square:before {
    content: "";
}

.fa-jsfiddle:before {
    content: "";
}

.fa-kaaba:before {
    content: "";
}

.fa-kaggle:before {
    content: "";
}

.fa-key:before {
    content: "";
}

.fa-keybase:before {
    content: "";
}

.fa-keyboard:before {
    content: "";
}

.fa-keycdn:before {
    content: "";
}

.fa-khanda:before {
    content: "";
}

.fa-kickstarter:before {
    content: "";
}

.fa-kickstarter-k:before {
    content: "";
}

.fa-kiss:before {
    content: "";
}

.fa-kiss-beam:before {
    content: "";
}

.fa-kiss-wink-heart:before {
    content: "";
}

.fa-kiwi-bird:before {
    content: "";
}

.fa-korvue:before {
    content: "";
}

.fa-landmark:before {
    content: "";
}

.fa-language:before {
    content: "";
}

.fa-laptop:before {
    content: "";
}

.fa-laptop-code:before {
    content: "";
}

.fa-laptop-house:before {
    content: "";
}

.fa-laptop-medical:before {
    content: "";
}

.fa-laravel:before {
    content: "";
}

.fa-lastfm:before {
    content: "";
}

.fa-lastfm-square:before {
    content: "";
}

.fa-laugh:before {
    content: "";
}

.fa-laugh-beam:before {
    content: "";
}

.fa-laugh-squint:before {
    content: "";
}

.fa-laugh-wink:before {
    content: "";
}

.fa-layer-group:before {
    content: "";
}

.fa-leaf:before {
    content: "";
}

.fa-leanpub:before {
    content: "";
}

.fa-lemon:before {
    content: "";
}

.fa-less:before {
    content: "";
}

.fa-less-than:before {
    content: "";
}

.fa-less-than-equal:before {
    content: "";
}

.fa-level-down-alt:before {
    content: "";
}

.fa-level-up-alt:before {
    content: "";
}

.fa-life-ring:before {
    content: "";
}

.fa-lightbulb:before {
    content: "";
}

.fa-line:before {
    content: "";
}

.fa-link:before {
    content: "";
}

.fa-linkedin:before {
    content: "";
}

.fa-linkedin-in:before {
    content: "";
}

.fa-linode:before {
    content: "";
}

.fa-linux:before {
    content: "";
}

.fa-lira-sign:before {
    content: "";
}

.fa-list:before {
    content: "";
}

.fa-list-alt:before {
    content: "";
}

.fa-list-ol:before {
    content: "";
}

.fa-list-ul:before {
    content: "";
}

.fa-location-arrow:before {
    content: "";
}

.fa-lock:before {
    content: "";
}

.fa-lock-open:before {
    content: "";
}

.fa-long-arrow-alt-down:before {
    content: "";
}

.fa-long-arrow-alt-left:before {
    content: "";
}

.fa-long-arrow-alt-right:before {
    content: "";
}

.fa-long-arrow-alt-up:before {
    content: "";
}

.fa-low-vision:before {
    content: "";
}

.fa-luggage-cart:before {
    content: "";
}

.fa-lungs:before {
    content: "";
}

.fa-lungs-virus:before {
    content: "";
}

.fa-lyft:before {
    content: "";
}

.fa-magento:before {
    content: "";
}

.fa-magic:before {
    content: "";
}

.fa-magnet:before {
    content: "";
}

.fa-mail-bulk:before {
    content: "";
}

.fa-mailchimp:before {
    content: "";
}

.fa-male:before {
    content: "";
}

.fa-mandalorian:before {
    content: "";
}

.fa-map:before {
    content: "";
}

.fa-map-marked:before {
    content: "";
}

.fa-map-marked-alt:before {
    content: "";
}

.fa-map-marker:before {
    content: "";
}

.fa-map-marker-alt:before {
    content: "";
}

.fa-map-pin:before {
    content: "";
}

.fa-map-signs:before {
    content: "";
}

.fa-markdown:before {
    content: "";
}

.fa-marker:before {
    content: "";
}

.fa-mars:before {
    content: "";
}

.fa-mars-double:before {
    content: "";
}

.fa-mars-stroke:before {
    content: "";
}

.fa-mars-stroke-h:before {
    content: "";
}

.fa-mars-stroke-v:before {
    content: "";
}

.fa-mask:before {
    content: "";
}

.fa-mastodon:before {
    content: "";
}

.fa-maxcdn:before {
    content: "";
}

.fa-mdb:before {
    content: "";
}

.fa-medal:before {
    content: "";
}

.fa-medapps:before {
    content: "";
}

.fa-medium:before {
    content: "";
}

.fa-medium-m:before {
    content: "";
}

.fa-medkit:before {
    content: "";
}

.fa-medrt:before {
    content: "";
}

.fa-meetup:before {
    content: "";
}

.fa-megaport:before {
    content: "";
}

.fa-meh:before {
    content: "";
}

.fa-meh-blank:before {
    content: "";
}

.fa-meh-rolling-eyes:before {
    content: "";
}

.fa-memory:before {
    content: "";
}

.fa-mendeley:before {
    content: "";
}

.fa-menorah:before {
    content: "";
}

.fa-mercury:before {
    content: "";
}

.fa-meteor:before {
    content: "";
}

.fa-microblog:before {
    content: "";
}

.fa-microchip:before {
    content: "";
}

.fa-microphone:before {
    content: "";
}

.fa-microphone-alt:before {
    content: "";
}

.fa-microphone-alt-slash:before {
    content: "";
}

.fa-microphone-slash:before {
    content: "";
}

.fa-microscope:before {
    content: "";
}

.fa-microsoft:before {
    content: "";
}

.fa-minus:before {
    content: "";
}

.fa-minus-circle:before {
    content: "";
}

.fa-minus-square:before {
    content: "";
}

.fa-mitten:before {
    content: "";
}

.fa-mix:before {
    content: "";
}

.fa-mixcloud:before {
    content: "";
}

.fa-mixer:before {
    content: "";
}

.fa-mizuni:before {
    content: "";
}

.fa-mobile:before {
    content: "";
}

.fa-mobile-alt:before {
    content: "";
}

.fa-modx:before {
    content: "";
}

.fa-monero:before {
    content: "";
}

.fa-money-bill:before {
    content: "";
}

.fa-money-bill-alt:before {
    content: "";
}

.fa-money-bill-wave:before {
    content: "";
}

.fa-money-bill-wave-alt:before {
    content: "";
}

.fa-money-check:before {
    content: "";
}

.fa-money-check-alt:before {
    content: "";
}

.fa-monument:before {
    content: "";
}

.fa-moon:before {
    content: "";
}

.fa-mortar-pestle:before {
    content: "";
}

.fa-mosque:before {
    content: "";
}

.fa-motorcycle:before {
    content: "";
}

.fa-mountain:before {
    content: "";
}

.fa-mouse:before {
    content: "";
}

.fa-mouse-pointer:before {
    content: "";
}

.fa-mug-hot:before {
    content: "";
}

.fa-music:before {
    content: "";
}

.fa-napster:before {
    content: "";
}

.fa-neos:before {
    content: "";
}

.fa-network-wired:before {
    content: "";
}

.fa-neuter:before {
    content: "";
}

.fa-newspaper:before {
    content: "";
}

.fa-nimblr:before {
    content: "";
}

.fa-node:before {
    content: "";
}

.fa-node-js:before {
    content: "";
}

.fa-not-equal:before {
    content: "";
}

.fa-notes-medical:before {
    content: "";
}

.fa-npm:before {
    content: "";
}

.fa-ns8:before {
    content: "";
}

.fa-nutritionix:before {
    content: "";
}

.fa-object-group:before {
    content: "";
}

.fa-object-ungroup:before {
    content: "";
}

.fa-octopus-deploy:before {
    content: "";
}

.fa-odnoklassniki:before {
    content: "";
}

.fa-odnoklassniki-square:before {
    content: "";
}

.fa-oil-can:before {
    content: "";
}

.fa-old-republic:before {
    content: "";
}

.fa-om:before {
    content: "";
}

.fa-opencart:before {
    content: "";
}

.fa-openid:before {
    content: "";
}

.fa-opera:before {
    content: "";
}

.fa-optin-monster:before {
    content: "";
}

.fa-orcid:before {
    content: "";
}

.fa-osi:before {
    content: "";
}

.fa-otter:before {
    content: "";
}

.fa-outdent:before {
    content: "";
}

.fa-page4:before {
    content: "";
}

.fa-pagelines:before {
    content: "";
}

.fa-pager:before {
    content: "";
}

.fa-paint-brush:before {
    content: "";
}

.fa-paint-roller:before {
    content: "";
}

.fa-palette:before {
    content: "";
}

.fa-palfed:before {
    content: "";
}

.fa-pallet:before {
    content: "";
}

.fa-paper-plane:before {
    content: "";
}

.fa-paperclip:before {
    content: "";
}

.fa-parachute-box:before {
    content: "";
}

.fa-paragraph:before {
    content: "";
}

.fa-parking:before {
    content: "";
}

.fa-passport:before {
    content: "";
}

.fa-pastafarianism:before {
    content: "";
}

.fa-paste:before {
    content: "";
}

.fa-patreon:before {
    content: "";
}

.fa-pause:before {
    content: "";
}

.fa-pause-circle:before {
    content: "";
}

.fa-paw:before {
    content: "";
}

.fa-paypal:before {
    content: "";
}

.fa-peace:before {
    content: "";
}

.fa-pen:before {
    content: "";
}

.fa-pen-alt:before {
    content: "";
}

.fa-pen-fancy:before {
    content: "";
}

.fa-pen-nib:before {
    content: "";
}

.fa-pen-square:before {
    content: "";
}

.fa-pencil-alt:before {
    content: "";
}

.fa-pencil-ruler:before {
    content: "";
}

.fa-penny-arcade:before {
    content: "";
}

.fa-people-arrows:before {
    content: "";
}

.fa-people-carry:before {
    content: "";
}

.fa-pepper-hot:before {
    content: "";
}

.fa-perbyte:before {
    content: "";
}

.fa-percent:before {
    content: "";
}

.fa-percentage:before {
    content: "";
}

.fa-periscope:before {
    content: "";
}

.fa-person-booth:before {
    content: "";
}

.fa-phabricator:before {
    content: "";
}

.fa-phoenix-framework:before {
    content: "";
}

.fa-phoenix-squadron:before {
    content: "";
}

.fa-phone:before {
    content: "";
}

.fa-phone-alt:before {
    content: "";
}

.fa-phone-slash:before {
    content: "";
}

.fa-phone-square:before {
    content: "";
}

.fa-phone-square-alt:before {
    content: "";
}

.fa-phone-volume:before {
    content: "";
}

.fa-photo-video:before {
    content: "";
}

.fa-php:before {
    content: "";
}

.fa-pied-piper:before {
    content: "";
}

.fa-pied-piper-alt:before {
    content: "";
}

.fa-pied-piper-hat:before {
    content: "";
}

.fa-pied-piper-pp:before {
    content: "";
}

.fa-pied-piper-square:before {
    content: "";
}

.fa-piggy-bank:before {
    content: "";
}

.fa-pills:before {
    content: "";
}

.fa-pinterest:before {
    content: "";
}

.fa-pinterest-p:before {
    content: "";
}

.fa-pinterest-square:before {
    content: "";
}

.fa-pizza-slice:before {
    content: "";
}

.fa-place-of-worship:before {
    content: "";
}

.fa-plane:before {
    content: "";
}

.fa-plane-arrival:before {
    content: "";
}

.fa-plane-departure:before {
    content: "";
}

.fa-plane-slash:before {
    content: "";
}

.fa-play:before {
    content: "";
}

.fa-play-circle:before {
    content: "";
}

.fa-playstation:before {
    content: "";
}

.fa-plug:before {
    content: "";
}

.fa-plus:before {
    content: "";
}

.fa-plus-circle:before {
    content: "";
}

.fa-plus-square:before {
    content: "";
}

.fa-podcast:before {
    content: "";
}

.fa-poll:before {
    content: "";
}

.fa-poll-h:before {
    content: "";
}

.fa-poo:before {
    content: "";
}

.fa-poo-storm:before {
    content: "";
}

.fa-poop:before {
    content: "";
}

.fa-portrait:before {
    content: "";
}

.fa-pound-sign:before {
    content: "";
}

.fa-power-off:before {
    content: "";
}

.fa-pray:before {
    content: "";
}

.fa-praying-hands:before {
    content: "";
}

.fa-prescription:before {
    content: "";
}

.fa-prescription-bottle:before {
    content: "";
}

.fa-prescription-bottle-alt:before {
    content: "";
}

.fa-print:before {
    content: "";
}

.fa-procedures:before {
    content: "";
}

.fa-product-hunt:before {
    content: "";
}

.fa-project-diagram:before {
    content: "";
}

.fa-pump-medical:before {
    content: "";
}

.fa-pump-soap:before {
    content: "";
}

.fa-pushed:before {
    content: "";
}

.fa-puzzle-piece:before {
    content: "";
}

.fa-python:before {
    content: "";
}

.fa-qq:before {
    content: "";
}

.fa-qrcode:before {
    content: "";
}

.fa-question:before {
    content: "";
}

.fa-question-circle:before {
    content: "";
}

.fa-quidditch:before {
    content: "";
}

.fa-quinscape:before {
    content: "";
}

.fa-quora:before {
    content: "";
}

.fa-quote-left:before {
    content: "";
}

.fa-quote-right:before {
    content: "";
}

.fa-quran:before {
    content: "";
}

.fa-r-project:before {
    content: "";
}

.fa-radiation:before {
    content: "";
}

.fa-radiation-alt:before {
    content: "";
}

.fa-rainbow:before {
    content: "";
}

.fa-random:before {
    content: "";
}

.fa-raspberry-pi:before {
    content: "";
}

.fa-ravelry:before {
    content: "";
}

.fa-react:before {
    content: "";
}

.fa-reacteurope:before {
    content: "";
}

.fa-readme:before {
    content: "";
}

.fa-rebel:before {
    content: "";
}

.fa-receipt:before {
    content: "";
}

.fa-record-vinyl:before {
    content: "";
}

.fa-recycle:before {
    content: "";
}

.fa-red-river:before {
    content: "";
}

.fa-reddit:before {
    content: "";
}

.fa-reddit-alien:before {
    content: "";
}

.fa-reddit-square:before {
    content: "";
}

.fa-redhat:before {
    content: "";
}

.fa-redo:before {
    content: "";
}

.fa-redo-alt:before {
    content: "";
}

.fa-registered:before {
    content: "";
}

.fa-remove-format:before {
    content: "";
}

.fa-renren:before {
    content: "";
}

.fa-reply:before {
    content: "";
}

.fa-reply-all:before {
    content: "";
}

.fa-replyd:before {
    content: "";
}

.fa-republican:before {
    content: "";
}

.fa-researchgate:before {
    content: "";
}

.fa-resolving:before {
    content: "";
}

.fa-restroom:before {
    content: "";
}

.fa-retweet:before {
    content: "";
}

.fa-rev:before {
    content: "";
}

.fa-ribbon:before {
    content: "";
}

.fa-ring:before {
    content: "";
}

.fa-road:before {
    content: "";
}

.fa-robot:before {
    content: "";
}

.fa-rocket:before {
    content: "";
}

.fa-rocketchat:before {
    content: "";
}

.fa-rockrms:before {
    content: "";
}

.fa-route:before {
    content: "";
}

.fa-rss:before {
    content: "";
}

.fa-rss-square:before {
    content: "";
}

.fa-ruble-sign:before {
    content: "";
}

.fa-ruler:before {
    content: "";
}

.fa-ruler-combined:before {
    content: "";
}

.fa-ruler-horizontal:before {
    content: "";
}

.fa-ruler-vertical:before {
    content: "";
}

.fa-running:before {
    content: "";
}

.fa-rupee-sign:before {
    content: "";
}

.fa-rust:before {
    content: "";
}

.fa-sad-cry:before {
    content: "";
}

.fa-sad-tear:before {
    content: "";
}

.fa-safari:before {
    content: "";
}

.fa-salesforce:before {
    content: "";
}

.fa-sass:before {
    content: "";
}

.fa-satellite:before {
    content: "";
}

.fa-satellite-dish:before {
    content: "";
}

.fa-save:before {
    content: "";
}

.fa-schlix:before {
    content: "";
}

.fa-school:before {
    content: "";
}

.fa-screwdriver:before {
    content: "";
}

.fa-scribd:before {
    content: "";
}

.fa-scroll:before {
    content: "";
}

.fa-sd-card:before {
    content: "";
}

.fa-search:before {
    content: "";
}

.fa-search-dollar:before {
    content: "";
}

.fa-search-location:before {
    content: "";
}

.fa-search-minus:before {
    content: "";
}

.fa-search-plus:before {
    content: "";
}

.fa-searchengin:before {
    content: "";
}

.fa-seedling:before {
    content: "";
}

.fa-sellcast:before {
    content: "";
}

.fa-sellsy:before {
    content: "";
}

.fa-server:before {
    content: "";
}

.fa-servicestack:before {
    content: "";
}

.fa-shapes:before {
    content: "";
}

.fa-share:before {
    content: "";
}

.fa-share-alt:before {
    content: "";
}

.fa-share-alt-square:before {
    content: "";
}

.fa-share-square:before {
    content: "";
}

.fa-shekel-sign:before {
    content: "";
}

.fa-shield-alt:before {
    content: "";
}

.fa-shield-virus:before {
    content: "";
}

.fa-ship:before {
    content: "";
}

.fa-shipping-fast:before {
    content: "";
}

.fa-shirtsinbulk:before {
    content: "";
}

.fa-shoe-prints:before {
    content: "";
}

.fa-shopify:before {
    content: "";
}

.fa-shopping-bag:before {
    content: "";
}

.fa-shopping-basket:before {
    content: "";
}

.fa-shopping-cart:before {
    content: "";
}

.fa-shopware:before {
    content: "";
}

.fa-shower:before {
    content: "";
}

.fa-shuttle-van:before {
    content: "";
}

.fa-sign:before {
    content: "";
}

.fa-sign-in-alt:before {
    content: "";
}

.fa-sign-language:before {
    content: "";
}

.fa-sign-out-alt:before {
    content: "";
}

.fa-signal:before {
    content: "";
}

.fa-signature:before {
    content: "";
}

.fa-sim-card:before {
    content: "";
}

.fa-simplybuilt:before {
    content: "";
}

.fa-sink:before {
    content: "";
}

.fa-sistrix:before {
    content: "";
}

.fa-sitemap:before {
    content: "";
}

.fa-sith:before {
    content: "";
}

.fa-skating:before {
    content: "";
}

.fa-sketch:before {
    content: "";
}

.fa-skiing:before {
    content: "";
}

.fa-skiing-nordic:before {
    content: "";
}

.fa-skull:before {
    content: "";
}

.fa-skull-crossbones:before {
    content: "";
}

.fa-skyatlas:before {
    content: "";
}

.fa-skype:before {
    content: "";
}

.fa-slack:before {
    content: "";
}

.fa-slack-hash:before {
    content: "";
}

.fa-slash:before {
    content: "";
}

.fa-sleigh:before {
    content: "";
}

.fa-sliders-h:before {
    content: "";
}

.fa-slideshare:before {
    content: "";
}

.fa-smile:before {
    content: "";
}

.fa-smile-beam:before {
    content: "";
}

.fa-smile-wink:before {
    content: "";
}

.fa-smog:before {
    content: "";
}

.fa-smoking:before {
    content: "";
}

.fa-smoking-ban:before {
    content: "";
}

.fa-sms:before {
    content: "";
}

.fa-snapchat:before {
    content: "";
}

.fa-snapchat-ghost:before {
    content: "";
}

.fa-snapchat-square:before {
    content: "";
}

.fa-snowboarding:before {
    content: "";
}

.fa-snowflake:before {
    content: "";
}

.fa-snowman:before {
    content: "";
}

.fa-snowplow:before {
    content: "";
}

.fa-soap:before {
    content: "";
}

.fa-socks:before {
    content: "";
}

.fa-solar-panel:before {
    content: "";
}

.fa-sort:before {
    content: "";
}

.fa-sort-alpha-down:before {
    content: "";
}

.fa-sort-alpha-down-alt:before {
    content: "";
}

.fa-sort-alpha-up:before {
    content: "";
}

.fa-sort-alpha-up-alt:before {
    content: "";
}

.fa-sort-amount-down:before {
    content: "";
}

.fa-sort-amount-down-alt:before {
    content: "";
}

.fa-sort-amount-up:before {
    content: "";
}

.fa-sort-amount-up-alt:before {
    content: "";
}

.fa-sort-down:before {
    content: "";
}

.fa-sort-numeric-down:before {
    content: "";
}

.fa-sort-numeric-down-alt:before {
    content: "";
}

.fa-sort-numeric-up:before {
    content: "";
}

.fa-sort-numeric-up-alt:before {
    content: "";
}

.fa-sort-up:before {
    content: "";
}

.fa-soundcloud:before {
    content: "";
}

.fa-sourcetree:before {
    content: "";
}

.fa-spa:before {
    content: "";
}

.fa-space-shuttle:before {
    content: "";
}

.fa-speakap:before {
    content: "";
}

.fa-speaker-deck:before {
    content: "";
}

.fa-spell-check:before {
    content: "";
}

.fa-spider:before {
    content: "";
}

.fa-spinner:before {
    content: "";
}

.fa-splotch:before {
    content: "";
}

.fa-spotify:before {
    content: "";
}

.fa-spray-can:before {
    content: "";
}

.fa-square:before {
    content: "";
}

.fa-square-full:before {
    content: "";
}

.fa-square-root-alt:before {
    content: "";
}

.fa-squarespace:before {
    content: "";
}

.fa-stack-exchange:before {
    content: "";
}

.fa-stack-overflow:before {
    content: "";
}

.fa-stackpath:before {
    content: "";
}

.fa-stamp:before {
    content: "";
}

.fa-star:before {
    content: "";
}

.fa-star-and-crescent:before {
    content: "";
}

.fa-star-half:before {
    content: "";
}

.fa-star-half-alt:before {
    content: "";
}

.fa-star-of-david:before {
    content: "";
}

.fa-star-of-life:before {
    content: "";
}

.fa-staylinked:before {
    content: "";
}

.fa-steam:before {
    content: "";
}

.fa-steam-square:before {
    content: "";
}

.fa-steam-symbol:before {
    content: "";
}

.fa-step-backward:before {
    content: "";
}

.fa-step-forward:before {
    content: "";
}

.fa-stethoscope:before {
    content: "";
}

.fa-sticker-mule:before {
    content: "";
}

.fa-sticky-note:before {
    content: "";
}

.fa-stop:before {
    content: "";
}

.fa-stop-circle:before {
    content: "";
}

.fa-stopwatch:before {
    content: "";
}

.fa-stopwatch-20:before {
    content: "";
}

.fa-store:before {
    content: "";
}

.fa-store-alt:before {
    content: "";
}

.fa-store-alt-slash:before {
    content: "";
}

.fa-store-slash:before {
    content: "";
}

.fa-strava:before {
    content: "";
}

.fa-stream:before {
    content: "";
}

.fa-street-view:before {
    content: "";
}

.fa-strikethrough:before {
    content: "";
}

.fa-stripe:before {
    content: "";
}

.fa-stripe-s:before {
    content: "";
}

.fa-stroopwafel:before {
    content: "";
}

.fa-studiovinari:before {
    content: "";
}

.fa-stumbleupon:before {
    content: "";
}

.fa-stumbleupon-circle:before {
    content: "";
}

.fa-subscript:before {
    content: "";
}

.fa-subway:before {
    content: "";
}

.fa-suitcase:before {
    content: "";
}

.fa-suitcase-rolling:before {
    content: "";
}

.fa-sun:before {
    content: "";
}

.fa-superpowers:before {
    content: "";
}

.fa-superscript:before {
    content: "";
}

.fa-supple:before {
    content: "";
}

.fa-surprise:before {
    content: "";
}

.fa-suse:before {
    content: "";
}

.fa-swatchbook:before {
    content: "";
}

.fa-swift:before {
    content: "";
}

.fa-swimmer:before {
    content: "";
}

.fa-swimming-pool:before {
    content: "";
}

.fa-symfony:before {
    content: "";
}

.fa-synagogue:before {
    content: "";
}

.fa-sync:before {
    content: "";
}

.fa-sync-alt:before {
    content: "";
}

.fa-syringe:before {
    content: "";
}

.fa-table:before {
    content: "";
}

.fa-table-tennis:before {
    content: "";
}

.fa-tablet:before {
    content: "";
}

.fa-tablet-alt:before {
    content: "";
}

.fa-tablets:before {
    content: "";
}

.fa-tachometer-alt:before {
    content: "";
}

.fa-tag:before {
    content: "";
}

.fa-tags:before {
    content: "";
}

.fa-tape:before {
    content: "";
}

.fa-tasks:before {
    content: "";
}

.fa-taxi:before {
    content: "";
}

.fa-teamspeak:before {
    content: "";
}

.fa-teeth:before {
    content: "";
}

.fa-teeth-open:before {
    content: "";
}

.fa-telegram:before {
    content: "";
}

.fa-telegram-plane:before {
    content: "";
}

.fa-temperature-high:before {
    content: "";
}

.fa-temperature-low:before {
    content: "";
}

.fa-tencent-weibo:before {
    content: "";
}

.fa-tenge:before {
    content: "";
}

.fa-terminal:before {
    content: "";
}

.fa-text-height:before {
    content: "";
}

.fa-text-width:before {
    content: "";
}

.fa-th:before {
    content: "";
}

.fa-th-large:before {
    content: "";
}

.fa-th-list:before {
    content: "";
}

.fa-the-red-yeti:before {
    content: "";
}

.fa-theater-masks:before {
    content: "";
}

.fa-themeco:before {
    content: "";
}

.fa-themeisle:before {
    content: "";
}

.fa-thermometer:before {
    content: "";
}

.fa-thermometer-empty:before {
    content: "";
}

.fa-thermometer-full:before {
    content: "";
}

.fa-thermometer-half:before {
    content: "";
}

.fa-thermometer-quarter:before {
    content: "";
}

.fa-thermometer-three-quarters:before {
    content: "";
}

.fa-think-peaks:before {
    content: "";
}

.fa-thumbs-down:before {
    content: "";
}

.fa-thumbs-up:before {
    content: "";
}

.fa-thumbtack:before {
    content: "";
}

.fa-ticket-alt:before {
    content: "";
}

.fa-tiktok:before {
    content: "";
}

.fa-times:before {
    content: "";
}

.fa-times-circle:before {
    content: "";
}

.fa-tint:before {
    content: "";
}

.fa-tint-slash:before {
    content: "";
}

.fa-tired:before {
    content: "";
}

.fa-toggle-off:before {
    content: "";
}

.fa-toggle-on:before {
    content: "";
}

.fa-toilet:before {
    content: "";
}

.fa-toilet-paper:before {
    content: "";
}

.fa-toilet-paper-slash:before {
    content: "";
}

.fa-toolbox:before {
    content: "";
}

.fa-tools:before {
    content: "";
}

.fa-tooth:before {
    content: "";
}

.fa-torah:before {
    content: "";
}

.fa-torii-gate:before {
    content: "";
}

.fa-tractor:before {
    content: "";
}

.fa-trade-federation:before {
    content: "";
}

.fa-trademark:before {
    content: "";
}

.fa-traffic-light:before {
    content: "";
}

.fa-trailer:before {
    content: "";
}

.fa-train:before {
    content: "";
}

.fa-tram:before {
    content: "";
}

.fa-transgender:before {
    content: "";
}

.fa-transgender-alt:before {
    content: "";
}

.fa-trash:before {
    content: "";
}

.fa-trash-alt:before {
    content: "";
}

.fa-trash-restore:before {
    content: "";
}

.fa-trash-restore-alt:before {
    content: "";
}

.fa-tree:before {
    content: "";
}

.fa-trello:before {
    content: "";
}

.fa-trophy:before {
    content: "";
}

.fa-truck:before {
    content: "";
}

.fa-truck-loading:before {
    content: "";
}

.fa-truck-monster:before {
    content: "";
}

.fa-truck-moving:before {
    content: "";
}

.fa-truck-pickup:before {
    content: "";
}

.fa-tshirt:before {
    content: "";
}

.fa-tty:before {
    content: "";
}

.fa-tumblr:before {
    content: "";
}

.fa-tumblr-square:before {
    content: "";
}

.fa-tv:before {
    content: "";
}

.fa-twitch:before {
    content: "";
}

.fa-twitter:before {
    content: "";
}

.fa-twitter-square:before {
    content: "";
}

.fa-typo3:before {
    content: "";
}

.fa-uber:before {
    content: "";
}

.fa-ubuntu:before {
    content: "";
}

.fa-uikit:before {
    content: "";
}

.fa-umbraco:before {
    content: "";
}

.fa-umbrella:before {
    content: "";
}

.fa-umbrella-beach:before {
    content: "";
}

.fa-uncharted:before {
    content: "";
}

.fa-underline:before {
    content: "";
}

.fa-undo:before {
    content: "";
}

.fa-undo-alt:before {
    content: "";
}

.fa-uniregistry:before {
    content: "";
}

.fa-unity:before {
    content: "";
}

.fa-universal-access:before {
    content: "";
}

.fa-university:before {
    content: "";
}

.fa-unlink:before {
    content: "";
}

.fa-unlock:before {
    content: "";
}

.fa-unlock-alt:before {
    content: "";
}

.fa-unsplash:before {
    content: "";
}

.fa-untappd:before {
    content: "";
}

.fa-upload:before {
    content: "";
}

.fa-ups:before {
    content: "";
}

.fa-usb:before {
    content: "";
}

.fa-user:before {
    content: "";
}

.fa-user-alt:before {
    content: "";
}

.fa-user-alt-slash:before {
    content: "";
}

.fa-user-astronaut:before {
    content: "";
}

.fa-user-check:before {
    content: "";
}

.fa-user-circle:before {
    content: "";
}

.fa-user-clock:before {
    content: "";
}

.fa-user-cog:before {
    content: "";
}

.fa-user-edit:before {
    content: "";
}

.fa-user-friends:before {
    content: "";
}

.fa-user-graduate:before {
    content: "";
}

.fa-user-injured:before {
    content: "";
}

.fa-user-lock:before {
    content: "";
}

.fa-user-md:before {
    content: "";
}

.fa-user-minus:before {
    content: "";
}

.fa-user-ninja:before {
    content: "";
}

.fa-user-nurse:before {
    content: "";
}

.fa-user-plus:before {
    content: "";
}

.fa-user-secret:before {
    content: "";
}

.fa-user-shield:before {
    content: "";
}

.fa-user-slash:before {
    content: "";
}

.fa-user-tag:before {
    content: "";
}

.fa-user-tie:before {
    content: "";
}

.fa-user-times:before {
    content: "";
}

.fa-users:before {
    content: "";
}

.fa-users-cog:before {
    content: "";
}

.fa-users-slash:before {
    content: "";
}

.fa-usps:before {
    content: "";
}

.fa-ussunnah:before {
    content: "";
}

.fa-utensil-spoon:before {
    content: "";
}

.fa-utensils:before {
    content: "";
}

.fa-vaadin:before {
    content: "";
}

.fa-vector-square:before {
    content: "";
}

.fa-venus:before {
    content: "";
}

.fa-venus-double:before {
    content: "";
}

.fa-venus-mars:before {
    content: "";
}

.fa-vest:before {
    content: "";
}

.fa-vest-patches:before {
    content: "";
}

.fa-viacoin:before {
    content: "";
}

.fa-viadeo:before {
    content: "";
}

.fa-viadeo-square:before {
    content: "";
}

.fa-vial:before {
    content: "";
}

.fa-vials:before {
    content: "";
}

.fa-viber:before {
    content: "";
}

.fa-video:before {
    content: "";
}

.fa-video-slash:before {
    content: "";
}

.fa-vihara:before {
    content: "";
}

.fa-vimeo:before {
    content: "";
}

.fa-vimeo-square:before {
    content: "";
}

.fa-vimeo-v:before {
    content: "";
}

.fa-vine:before {
    content: "";
}

.fa-virus:before {
    content: "";
}

.fa-virus-slash:before {
    content: "";
}

.fa-viruses:before {
    content: "";
}

.fa-vk:before {
    content: "";
}

.fa-vnv:before {
    content: "";
}

.fa-voicemail:before {
    content: "";
}

.fa-volleyball-ball:before {
    content: "";
}

.fa-volume-down:before {
    content: "";
}

.fa-volume-mute:before {
    content: "";
}

.fa-volume-off:before {
    content: "";
}

.fa-volume-up:before {
    content: "";
}

.fa-vote-yea:before {
    content: "";
}

.fa-vr-cardboard:before {
    content: "";
}

.fa-vuejs:before {
    content: "";
}

.fa-walking:before {
    content: "";
}

.fa-wallet:before {
    content: "";
}

.fa-warehouse:before {
    content: "";
}

.fa-watchman-monitoring:before {
    content: "";
}

.fa-water:before {
    content: "";
}

.fa-wave-square:before {
    content: "";
}

.fa-waze:before {
    content: "";
}

.fa-weebly:before {
    content: "";
}

.fa-weibo:before {
    content: "";
}

.fa-weight:before {
    content: "";
}

.fa-weight-hanging:before {
    content: "";
}

.fa-weixin:before {
    content: "";
}

.fa-whatsapp:before {
    content: "";
}

.fa-whatsapp-square:before {
    content: "";
}

.fa-wheelchair:before {
    content: "";
}

.fa-whmcs:before {
    content: "";
}

.fa-wifi:before {
    content: "";
}

.fa-wikipedia-w:before {
    content: "";
}

.fa-wind:before {
    content: "";
}

.fa-window-close:before {
    content: "";
}

.fa-window-maximize:before {
    content: "";
}

.fa-window-minimize:before {
    content: "";
}

.fa-window-restore:before {
    content: "";
}

.fa-windows:before {
    content: "";
}

.fa-wine-bottle:before {
    content: "";
}

.fa-wine-glass:before {
    content: "";
}

.fa-wine-glass-alt:before {
    content: "";
}

.fa-wix:before {
    content: "";
}

.fa-wizards-of-the-coast:before {
    content: "";
}

.fa-wodu:before {
    content: "";
}

.fa-wolf-pack-battalion:before {
    content: "";
}

.fa-won-sign:before {
    content: "";
}

.fa-wordpress:before {
    content: "";
}

.fa-wordpress-simple:before {
    content: "";
}

.fa-wpbeginner:before {
    content: "";
}

.fa-wpexplorer:before {
    content: "";
}

.fa-wpforms:before {
    content: "";
}

.fa-wpressr:before {
    content: "";
}

.fa-wrench:before {
    content: "";
}

.fa-x-ray:before {
    content: "";
}

.fa-xbox:before {
    content: "";
}

.fa-xing:before {
    content: "";
}

.fa-xing-square:before {
    content: "";
}

.fa-y-combinator:before {
    content: "";
}

.fa-yahoo:before {
    content: "";
}

.fa-yammer:before {
    content: "";
}

.fa-yandex:before {
    content: "";
}

.fa-yandex-international:before {
    content: "";
}

.fa-yarn:before {
    content: "";
}

.fa-yelp:before {
    content: "";
}

.fa-yen-sign:before {
    content: "";
}

.fa-yin-yang:before {
    content: "";
}

.fa-yoast:before {
    content: "";
}

.fa-youtube:before {
    content: "";
}

.fa-youtube-square:before {
    content: "";
}

.fa-zhihu:before {
    content: "";
}

.sr-only {
    border: 0;
    clip: rect(0, 0, 0, 0);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute;
    width: 1px;
}

.sr-only-focusable:active,
.sr-only-focusable:focus {
    clip: auto;
    height: auto;
    margin: 0;
    overflow: visible;
    position: static;
    width: auto;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 900;
    font-display: block;
    src: url(assets/fonts/fa-solid-900.eot);
    src: url(assets/fonts/fa-solid-900d41d.eot?#iefix)
            format("embedded-opentype"),
        url(assets/fonts/fa-solid-900.woff2) format("woff2"),
        url(assets/fonts/fa-solid-900.woff) format("woff"),
        url(assets/fonts/fa-solid-900.ttf) format("truetype"),
        url("data:image/svg+xml,export default '/assets/fonts/fa-solid-900.svg'%3b#fontawesome")
            format("svg");
}

.fa,
.fas {
    font-weight: 900;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: Font Awesome\5 Free;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(assets/fonts/fa-regular-400.eot);
    src: url(assets/fonts/fa-regular-400d41d.eot?#iefix)
            format("embedded-opentype"),
        url(assets/fonts/fa-regular-400.woff2) format("woff2"),
        url(assets/fonts/fa-regular-400.woff) format("woff"),
        url(assets/fonts/fa-regular-400.ttf) format("truetype"),
        url("data:image/svg+xml,export default '/assets/fonts/fa-regular-400.svg'%3b#fontawesome")
            format("svg");
}

.fa,
.far,
.fas {
    font-family: Font Awesome\5 Free;
}

/*!
 * Font Awesome Free 5.15.4 by @fontawesome - https://fontawesome.com
 * License - https://fontawesome.com/license/free (Icons: CC BY 4.0, Fonts: SIL OFL 1.1, Code: MIT License)
 */
@font-face {
    font-family: Font Awesome\5 Brands;
    font-style: normal;
    font-weight: 400;
    font-display: block;
    src: url(assets/fonts/fa-brands-400.eot);
    src: url(assets/fonts/fa-brands-400d41d.eot?#iefix)
            format("embedded-opentype"),
        url(assets/fonts/fa-brands-400.woff2) format("woff2"),
        url(assets/fonts/fa-brands-400.woff) format("woff"),
        url(assets/fonts/fa-brands-400.ttf) format("truetype"),
        url("data:image/svg+xml,export default '/assets/fonts/fa-brands-400.svg'%3b#fontawesome")
            format("svg");
}

.fab,
.far {
    font-weight: 400;
}

.fab {
    font-family: Font Awesome\5 Brands;
}

@-webkit-keyframes appearSubMenu {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@keyframes appearSubMenu {
    0% {
        opacity: 0;
        -webkit-transform: translate3d(0, 100px, 0);
        transform: translate3d(0, 100px, 0);
    }

    to {
        opacity: 1;
        -webkit-transform: translateZ(0);
        transform: translateZ(0);
    }
}

@-webkit-keyframes appearAccordionContent {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

@keyframes appearAccordionContent {
    0% {
        opacity: 0;
        -webkit-transform: scaleY(0);
        transform: scaleY(0);
    }

    to {
        opacity: 1;
        -webkit-transform: scaleY(1);
        transform: scaleY(1);
    }
}

body {
    color: #121212;
    font-family: articulat-cf, sans-serif;
    background-color: #fff;
}

a {
    color: inherit;
}

main {
    z-index: 1;
}

figure {
    margin: 0;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    margin-bottom: 20px;
    font-family: articulat-cf, sans-serif;
    line-height: 130%;
}

h1,
h2,
h3,
h4,
h5,
h6 {
    color: #121212;
}

h1 {
    font-size: 28px;
}

h2 {
    font-size: 26px;
}

h3 {
    font-size: 24px;
}

h4 {
    font-size: 22px;
}

h5 {
    font-size: 21px;
}

h6 {
    font-size: 20px;
}

.img-fluid {
    max-width: 100%;
    display: block;
    height: auto;
}

.glide {
    position: relative;
    width: 100%;
    -webkit-box-sizing: border-box;
    box-sizing: border-box;
}

.glide * {
    -webkit-box-sizing: inherit;
    box-sizing: inherit;
}

.glide__slides,
.glide__track {
    overflow: hidden;
}

.glide__slides {
    position: relative;
    width: 100%;
    list-style: none;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    -webkit-transform-style: preserve-3d;
    transform-style: preserve-3d;
    -ms-touch-action: pan-Y;
    touch-action: pan-Y;
    margin: 0;
    padding: 0;
    white-space: nowrap;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
    flex-wrap: nowrap;
    will-change: transform;
}

.glide__slide,
.glide__slides--dragging {
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide__slide {
    width: 100%;
    height: 100%;
    -ms-flex-negative: 0;
    flex-shrink: 0;
    white-space: normal;
    -webkit-touch-callout: none;
    -webkit-tap-highlight-color: transparent;
}

.glide__slide a {
    -webkit-user-select: none;
    user-select: none;
    -webkit-user-drag: none;
    -moz-user-select: none;
    -ms-user-select: none;
}

.glide__arrows,
.glide__bullets {
    -webkit-touch-callout: none;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
}

.glide--rtl {
    direction: rtl;
}

.header .menu-item-button a,
a.button,
button.button,
input[type="submit"].button {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 15px;
    gap: 15px;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    height: 44px;
    border: none;
    padding: 0 28px;
    background-color: #1a4d3a;
    font-family: articulat-cf, sans-serif;
    border-radius: 5px;
    text-align: center;
    line-height: 44px;
    font-weight: 700;
    font-size: 14px;
    color: #fff;
    cursor: pointer;
}

.header .menu-item-button a:hover,
a.button:hover,
button.button:hover,
input[type="submit"].button:hover {
    background-color: #005117;
}

.header .menu-item-button a i,
a.button i,
button.button i,
input[type="submit"].button i {
    font-size: 14px;
}

a.button--ghost,
button.button--ghost,
input[type="submit"].button--ghost {
    background-color: transparent;
    border: 1px solid #0060ff;
    color: #0060ff;
}

a.button--ghost:hover,
button.button--ghost:hover,
input[type="submit"].button--ghost:hover {
    background-color: rgba(0, 96, 255, 0.1);
}

@media (min-width: 768px) {
    .header .menu-item-button a,
    a.button,
    button.button,
    input[type="submit"].button {
        height: 50px;
        line-height: 50px;
        padding: 0 32px;
        font-size: 16px;
    }
}

.section-action {
    padding: 70px 0;
    background-color: #1a4d3a;
    position: relative;
    z-index: 1;
}

.section-action-image {
    border-radius: 40px;
    overflow: hidden;
    position: relative;
}

.section-action-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.section-action-image:after {
    content: "";
    display: inline-block;
    padding-top: 73.1441048035%;
    width: 100%;
}

.section-action-image img {
    border-radius: 74px;
}

.section-action-background {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    z-index: -1;
    background-color: #005117;
}

.section-action-content {
    margin-bottom: 40px;
    width: 350px;
}

.section-action-content h4 {
    text-transform: uppercase;
    letter-spacing: 0.66px;
    font-weight: 700;
    font-size: 16px;
}

.section-action-content h2 {
    font-size: 38px;
    line-height: 39px;
}

.section-action-content h2,
.section-action-content h3,
.section-action-content h4,
.section-action-content p {
    color: #fff;
}

.section-action-content a {
    color: #fff !important;
}

.about-certifications-item .content a,
.about-history .content a,
.about-team .section-action-content a,
.contact-positions .content a,
.crops-content .content a,
.crops-partners-header a,
.history-today-content a,
.home-action .content a,
.land-content-item .content a,
.organic-content-head a,
.partners-content-head a,
.renewable-content-head a,
.section-action-content a,
.section-link {
    text-transform: uppercase;
    letter-spacing: 0.85px;
    font-weight: 700;
    font-size: 11px;
    color: rgba(0, 132, 37, 0.8);
    text-decoration: none;
}

.about-certifications-item .content a:after,
.about-history .content a:after,
.about-team .section-action-content a:after,
.contact-positions .content a:after,
.crops-content .content a:after,
.crops-partners-header a:after,
.history-today-content a:after,
.home-action .content a:after,
.land-content-item .content a:after,
.organic-content-head a:after,
.partners-content-head a:after,
.renewable-content-head a:after,
.section-action-content a:after,
.section-link:after {
    display: inline-block;
    content: "";
    font-family: Font Awesome\5 Free;
    font-weight: 700;
    font-size: 9px;
    margin-left: 8px;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.about-certifications-item .content a:hover:after,
.about-history .content a:hover:after,
.contact-positions .content a:hover:after,
.crops-content .content a:hover:after,
.crops-partners-header a:hover:after,
.history-today-content a:hover:after,
.home-action .content a:hover:after,
.land-content-item .content a:hover:after,
.organic-content-head a:hover:after,
.partners-content-head a:hover:after,
.renewable-content-head a:hover:after,
.section-action-content a:hover:after,
.section-link:hover:after {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
}

@media (min-width: 1024px) {
    .section-action {
        padding: 110px 0;
    }

    .section-action .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        max-width: 1140px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }

    .section-action-image {
        width: 460px;
    }

    .section-action-content {
        margin: 0 100px 0 65px;
    }

    .section-action-content h4 {
        font-size: 18px;
    }

    .section-action-content p:last-child {
        margin-bottom: 0;
    }

    .section-action-background {
        height: 100%;
        top: 0;
        bottom: 0;
        left: 0;
        right: auto;
        overflow: hidden;
        width: 50%;
    }

    .section-action-background img {
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
        object-fit: cover;
    }
}

.form {
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}

.form,
.form-field {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.form-field {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 15px;
    gap: 15px;
    position: relative;
    margin-bottom: 20px;
    border-bottom: 2px solid #fff;
}

.form-field-label {
    display: block;
    padding-bottom: 10px;
    font-size: 14px;
}

.form-field-input,
.form-field-textarea {
    width: 100%;
    height: 50px;
    border: none;
    border-radius: 5px;
    padding-left: 20px;
    background-color: #fff;
    font-family: articulat-cf, sans-serif;
    font-weight: 400;
    font-size: 16px;
    color: #121212;
    line-height: 130%;
}

.form-field-input.focus-visible,
.form-field-input:focus,
.form-field-input:focus-visible,
.form-field-textarea.focus-visible,
.form-field-textarea:focus,
.form-field-textarea:focus-visible {
    border-color: #1a4d3a;
}

.form-field-input::-webkit-input-placeholder,
.form-field-textarea::-webkit-input-placeholder {
    color: #fff;
}

.form-field-input::-moz-placeholder,
.form-field-textarea::-moz-placeholder {
    color: #fff;
}

.form-field-input:-ms-input-placeholder,
.form-field-textarea:-ms-input-placeholder {
    color: #fff;
}

.form-field-input::-ms-input-placeholder,
.form-field-textarea::-ms-input-placeholder {
    color: #fff;
}

.form-field-input::placeholder,
.form-field-textarea::placeholder {
    color: #fff;
}

.form-field-textarea {
    padding-top: 10px;
    height: 90px;
}

.form-field-button {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    right: 10px;
    top: 0;
    height: 50px !important;
    padding: 0;
    border: none;
    background-color: transparent;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
}

@media (min-width: 768px) {
    .form-field-input,
    .form-field-textarea {
        font-size: 17px;
    }
}

.wpcf7 .screen-reader-response {
    margin-bottom: 20px;
}

.wpcf7 .screen-reader-response ul {
    display: none;
}

.wpcf7-form.failed .wpcf7-response-output {
    color: red;
}

.wpcf7-form.success .wpcf7-response-output {
    color: #4acc63;
}

.wpcf7-response-output {
    margin-top: 20px;
}

.wpcf7-not-valid-tip {
    display: block;
    font-size: 14px;
    margin-top: 5px;
    color: red;
    margin-bottom: -25px;
    padding-top: 5px;
}

.position-left {
    left: 30px;
}

.position-center {
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
}

.position-right {
    right: 30px;
}

@media (min-width: 768px) {
    .position-left {
        left: 60px;
    }

    .position-right {
        right: 60px;
    }
}

.content img {
    height: auto;
    max-width: 100%;
    vertical-align: bottom;
}

.content blockquote,
.content ol,
.content p,
.content ul {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 28px;
}

.content ol,
.content ul {
    padding-left: 30px;
}

.content ol ol,
.content ol ul,
.content ul ol,
.content ul ul {
    margin-bottom: 0;
}

.content ul {
    list-style: disc;
}

.content ol {
    list-style: decimal;
}

.content hr {
    margin-bottom: 20px;
}

@media (min-width: 1200px) {
    .content blockquote,
    .content ol,
    .content p,
    .content ul {
        font-size: 18px;
        line-height: 30px;
    }
}

.header {
    width: 100%;
    padding: 40px 0;
    background-size: cover !important;
    z-index: 10;
}

.header--fixed {
    position: fixed;
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
    top: 0;
    left: 0;
    padding: 10px 0;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02),
        0 2px 2px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.02),
        0 8px 8px rgba(0, 0, 0, 0.02), 0 16px 16px rgba(0, 0, 0, 0.02);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 2px rgba(0, 0, 0, 0.02),
        0 4px 4px rgba(0, 0, 0, 0.02), 0 8px 8px rgba(0, 0, 0, 0.02),
        0 16px 16px rgba(0, 0, 0, 0.02);
    background-color: #fff;
    z-index: 100;
}

.header--fixed .header-logo img {
    height: 30px;
}

.header--fixed .header-menu a {
    padding-top: 0;
    padding-bottom: 0;
}

.header-logo {
    max-width: 100px;
}

.header .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
}

.header-hamburger {
    background: #fff;
    border-radius: 20px;
    position: relative;
    z-index: 101;
    color: #1a4d3a;
}

.header-hamburger .hamburger {
    padding: 15px 20px;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.header-hamburger .hamburger,
.header-menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
}

.header-menu {
    top: 0;
    left: 0;
    position: fixed;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    width: 0;
    height: 100vh;
    padding: 50px 0;
    background-color: #006b1e;
    overflow-x: hidden;
    overflow-y: auto;
    z-index: 100;
}

.header-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 1300px) {
    .header {
        padding: 40px 0;
        height: 140px;
        position: relative;
    }

    .header--fixed {
        padding: 15px 0;
    }

    .header-logo {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        transform: translate(-50%, -50%);
        z-index: 2;
    }

    .header-container {
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1368px;
    }

    .header-hamburger {
        display: none;
    }

    .header-menu {
        position: relative;
        width: 100%;
        height: auto;
        left: auto;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
        border-left: 0;
        border-radius: 20px;
        background-color: transparent;
        padding: 0;
        overflow: visible;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
        z-index: 1;
    }

    .header-menu .menu-header-container {
        width: 100%;
    }
}

.header .menu {
    list-style: none;
    padding: 0 50px;
}

.header .menu-item {
    margin-bottom: 15px;
}

.header .menu-item a {
    display: block;
    font-family: articulat-cf, sans-serif;
    font-weight: 700;
    font-size: 18px;
    color: #fff;
    line-height: 35px;
}

.header .menu-item a:hover {
    color: #005117;
}

.header .menu-item-button a {
    line-height: 42px;
}

.header .menu-item.current-menu-item.page_item > a,
.header .menu-item.current-menu-parent > a,
.header .menu-item.current_page_item.page_item > a {
    color: #121212;
}

.header .menu-item.current-menu-item.page_item.menu-item-button > a,
.header .menu-item.current-menu-parent.menu-item-button > a,
.header .menu-item.current_page_item.page_item.menu-item-button > a {
    color: #fff;
}

.header .menu-item-has-children > a:after {
    content: "";
    margin-left: 5px;
    font-family: Font Awesome\5 Free;
    position: absolute;
    font-weight: 700;
    font-size: 11px;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.header .menu-item-has-children.open > a:after {
    content: "";
}

.header .menu .sub-menu {
    padding-top: 15px;
    padding-left: 30px;
}

.header .menu .sub-menu a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
}

.header .menu .sub-menu a .fa {
    margin-right: 12px;
    font-size: 18px;
}

@media (min-width: 1300px) {
    .header .menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        width: 100%;
        margin-top: 0;
        margin-bottom: 0;
        margin-right: 0;
        padding: 0;
    }

    .header .menu-item {
        margin-bottom: 0;
        margin-right: 0;
        position: relative;
        display: block;
        -webkit-animation: none;
        animation: none;
    }

    .header .menu-item:nth-child(3) {
        margin-right: auto;
    }

    .header .menu-item a {
        padding: 10px 15px;
        white-space: nowrap;
        text-transform: uppercase;
        color: #fff;
        letter-spacing: 1.1px;
        font-weight: 700;
        font-size: 22px;
    }

    .header .menu-item a:hover {
        color: hsla(0, 0%, 100%, 0.8);
    }

    .header .menu-item-button a {
        padding: 0 32px;
        color: #fff;
        line-height: 48px;
    }

    .header .menu-item-button a:hover {
        background-color: #005117;
        color: #fff;
    }

    .header .menu-item-has-children {
        position: relative;
    }

    .header .menu-item-has-children a {
        padding-right: 25px;
    }

    .header
        .menu-item-has-children
        > .sub-menu
        .menu-item-has-children
        > a:after {
        content: "";
        position: absolute;
        right: 20px;
        margin-left: 0;
        font-family: Font Awesome\5 Free;
        font-weight: 700;
        font-size: 8px;
        -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
        transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    }

    .header .menu-item-has-children:hover > .sub-menu {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        opacity: 0;
        -webkit-animation: appearSubMenu 0.2s 1 forwards;
        animation: appearSubMenu 0.2s 1 forwards;
    }

    .header .menu .sub-menu {
        display: none;
        position: absolute;
        left: -35px;
        padding: 15px 0;
        width: 360px;
        background-color: #fff;
        -webkit-box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
        box-shadow: 0 3px 12px rgba(0, 0, 0, 0.08);
        -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    }

    .header .menu .sub-menu .sub-menu {
        left: 100%;
        top: 0;
    }

    .header .menu .sub-menu li {
        width: 100%;
        margin-right: 0;
    }

    .header .menu .sub-menu li:not(:last-child) a {
        border-bottom: 0;
    }

    .header .menu .sub-menu li.current-menu-item a,
    .header .menu .sub-menu li.current-menu-item a .fa {
        color: #1a4d3a;
    }

    .header .menu .sub-menu li a {
        height: 40px;
        padding-left: 25px;
        padding-right: 25px;
        font-size: 16px;
        color: #222;
    }

    .header .menu .sub-menu li a:hover {
        color: #1a4d3a;
    }

    .header .menu .sub-menu li a:hover .fa {
        color: #fff;
    }
}

.footer {
    background-color: #f7f5f5;
}

.footer-main {
    padding: 70px 0 20px;
}

.footer-logo {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.footer-logo img {
    max-width: 190px;
}

.footer-menu {
    margin-top: 50px;
    text-align: center;
}

.footer-menu .menu-item {
    margin-bottom: 30px;
}

.footer-menu .menu-item a {
    line-height: 40px;
    font-size: 20px;
    font-weight: 700;
    color: #1a4d3a;
}

.footer-menu .menu-item .sub-menu .menu-item {
    margin-bottom: 0;
}

.footer-menu .menu-item .sub-menu a {
    line-height: 30px;
    font-weight: 300;
    font-size: 18px;
    color: #121212;
}

.footer-menu .menu-item .sub-menu a:hover {
    color: #1a4d3a;
}

.footer-address {
    margin: 0 auto;
    text-align: center;
}

.footer-address iframe {
    margin-bottom: 20px;
}

.footer-address p {
    font-size: 17px;
    color: rgba(0, 0, 0, 0.73);
}

.footer-copyright {
    padding: 20px 0 70px;
    text-align: center;
}

.footer-copyright p {
    text-transform: uppercase;
    font-weight: 600;
    font-size: 17px;
}

.footer-copyright .menu {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 20px;
    gap: 20px;
}

.footer-copyright .menu a {
    color: rgba(0, 0, 0, 0.73);
}

.footer-copyright .menu a:hover {
    color: #1a4d3a;
}

.footer-social {
    margin: 20px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 20px;
    gap: 20px;
    font-size: 20px;
    color: #1a4d3a;
}

@media (min-width: 768px) {
    .footer-menu .menu {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1024px) {
    .footer-main {
        padding-top: 85px;
        padding-bottom: 110px;
    }

    .footer-social {
        margin: 0;
        -webkit-box-pack: start;
        -ms-flex-pack: start;
        justify-content: flex-start;
    }

    .footer-menu {
        grid-area: menu;
    }

    .footer-menu .menu {
        text-align: left;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .footer-menu .menu-item a {
        display: block;
        margin-bottom: 15px;
        line-height: 42px;
        font-size: 21px;
    }

    .footer-menu .menu-item .sub-menu a {
        margin-bottom: 0;
        line-height: 42px;
    }

    .footer-copyright {
        padding-top: 0;
        padding-bottom: 85px;
    }

    .footer-copyright .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }
}

@media (min-width: 1200px) {
    .footer-main .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: start;
        -ms-flex-align: start;
        align-items: flex-start;
        grid-gap: 60px;
        gap: 60px;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
        max-width: 1300px;
    }

    .footer-menu {
        margin: 0;
    }

    .footer-menu .menu {
        width: 100%;
        grid-gap: 40px;
        gap: 40px;
    }

    .footer-address,
    .footer-logo {
        margin: 0;
    }

    .footer-logo {
        margin-top: 8px;
    }

    .footer-social {
        font-size: 22px;
    }
}

.cookies {
    bottom: 60px;
    position: fixed;
    max-width: 420px;
    width: calc(100% - 60px);
    padding: 20px 50px 20px 20px;
    background-color: rgba(51, 51, 51, 0.7);
    backdrop-filter: blur(35px);
    -webkit-backdrop-filter: blur(35px);
    z-index: 1000;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02),
        0 2px 2px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.02),
        0 8px 8px rgba(0, 0, 0, 0.02), 0 16px 16px rgba(0, 0, 0, 0.02);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 2px rgba(0, 0, 0, 0.02),
        0 4px 4px rgba(0, 0, 0, 0.02), 0 8px 8px rgba(0, 0, 0, 0.02),
        0 16px 16px rgba(0, 0, 0, 0.02);
}

.cookies p {
    margin-bottom: 20px;
    color: #fff;
}

.cookies p a {
    color: inherit;
}

.cookies-left {
    left: 20px;
}

.cookies-right {
    right: 20px;
}

.cookies-full {
    max-width: none;
    width: 100%;
}

.cookies-close {
    position: absolute;
    top: 20px;
    right: 15px;
    cursor: pointer;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    background-color: transparent;
    color: #fff;
    border: none;
    font-size: 16px;
}

.cookies-close:hover {
    color: #e6e6e6;
}

.cookies.accepted {
    display: none;
    -webkit-animation: out 0.3s forwards;
    animation: out 0.3s forwards;
}

.cookies.not-accepted {
    display: block;
}

@media (min-width: 768px) {
    .cookies {
        padding: 35px 80px 35px 40px;
    }

    .cookies-left,
    .cookies-right {
        bottom: 20px;
    }

    .cookies-full {
        bottom: 0;
    }

    .cookies-full.not-accepted {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: justify;
        -ms-flex-pack: justify;
        justify-content: space-between;
    }

    .cookies-full.not-accepted p {
        margin-bottom: 0;
    }

    .cookies-full.not-accepted .button,
    .cookies-full.not-accepted .header .menu-item-button a,
    .header .menu-item-button .cookies-full.not-accepted a {
        min-width: 210px;
    }
}

.section-header {
    margin-bottom: 70px;
    text-align: center;
}

.section-header h3 {
    margin-bottom: 36px;
    text-transform: uppercase;
    font-weight: 700;
    font-size: 16px;
    line-height: 26px;
    color: #0060ff;
}

.section-header--left {
    text-align: left;
}

@media (min-width: 1024px) {
    .section-header h2 {
        font-size: 48px;
    }
}

.whatsapp-widget {
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 100;
}

.whatsapp-widget a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    width: 50px;
    height: 50px;
    border-radius: 50px;
    background-color: #009e53;
    font-size: 25px;
    color: #fff;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02),
        0 2px 2px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.02),
        0 8px 8px rgba(0, 0, 0, 0.02), 0 16px 16px rgba(0, 0, 0, 0.02);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 2px rgba(0, 0, 0, 0.02),
        0 4px 4px rgba(0, 0, 0, 0.02), 0 8px 8px rgba(0, 0, 0, 0.02),
        0 16px 16px rgba(0, 0, 0, 0.02);
}

.whatsapp-widget a:hover {
    background-color: #006b38;
}

@media (min-width: 768px) {
    .whatsapp-widget {
        bottom: 30px;
        right: 30px;
    }

    .whatsapp-widget a {
        width: 70px;
        height: 70px;
        font-size: 35px;
    }
}

.pagination {
    width: 100%;
    margin-top: 50px;
    margin-bottom: 60px;
}

.pagination-query {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.pagination-query,
.pagination ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 20px;
    gap: 20px;
}

.pagination ul {
    padding-left: 0;
}

.pagination a {
    display: block;
    width: 30px;
    height: 35px;
    font-size: 16px;
    line-height: 37px;
    color: #fff;
    background-color: #1a4d3a;
    text-align: center;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.pagination a:hover {
    background-color: rgba(0, 132, 37, 0.8);
}

.pagination li.active a {
    background-color: #005117;
}

.pagination .prev svg {
    -webkit-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    transform: scaleX(-1);
}

.pagination svg {
    margin-top: 6px;
    width: 25px;
    fill: rgba(0, 132, 37, 0.8);
}

.page-hero {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    position: relative;
    margin-bottom: 60px;
    padding: 70px 0;
    background-color: rgba(0, 0, 0, 0.2);
    text-align: center;
    z-index: 1;
}

.page-hero-background {
    position: absolute;
    z-index: -2;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-hero-background img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-hero-overlay {
    z-index: -1;
    background: #000;
    background: -webkit-gradient(
        linear,
        left top,
        left bottom,
        from(transparent),
        to(rgba(0, 0, 0, 0.6))
    );
    background: -o-linear-gradient(top, transparent 0, rgba(0, 0, 0, 0.6) 100%);
    background: linear-gradient(180deg, transparent, rgba(0, 0, 0, 0.6));
}

.page-hero-image-overlay,
.page-hero-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.page-hero-image-overlay {
    z-index: 3;
}

.page-hero-image-overlay img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

.page-hero-title {
    text-transform: uppercase;
    margin-bottom: 20px;
    font-size: 17px;
    font-weight: 700;
    color: #fff;
}

.page-hero-subtitle {
    margin-bottom: 0;
    font-size: 28px;
    font-weight: 800;
    color: #fff;
}

@media (min-width: 768px) {
    .page-hero-subtitle {
        padding: 0 80px;
    }
}

@media (min-width: 1024px) {
    .page-hero-subtitle {
        font-size: 48px;
        width: 640px;
        margin: 0 auto;
        padding: 0;
    }
}

@media (min-width: 1200px) {
    .page-hero {
        min-height: 400px;
    }

    .page-hero-subtitle {
        font-size: 60px;
    }
}

.page-columns .wp-block-columns {
    -webkit-box-align: center !important;
    -ms-flex-align: center !important;
    align-items: center !important;
    grid-gap: 70px;
    gap: 70px;
    margin-bottom: 50px;
}

.page-columns .content h1 {
    margin-bottom: 90px !important;
}

.page-columns .content img {
    width: 100% !important;
    height: auto !important;
}

@media (min-width: 1200px) {
    .page-columns .page-content .container {
        max-width: 1150px;
    }

    .page-columns .content h1 {
        font-size: 50px;
        line-height: 50px;
    }
}

.page-content {
    padding-top: 25px;
    padding-bottom: 80px;
}

.page-content .content h1 {
    font-size: 50px;
    margin-bottom: 90px !important;
}

.page-content .content h1,
.page-content .content h2,
.page-content .content h3,
.page-content .content h4 {
    margin-bottom: 14px;
    font-weight: 800;
}

.page-content .content h2 {
    color: #1a4d3a;
}

.page-content .content h4,
.page-content .content p {
    font-size: 20px;
    line-height: 25px;
}

.page-content .content p {
    margin-bottom: 24px;
}

@media (min-width: 1200px) {
    .page-content .container {
        max-width: 970px;
    }

    .page-content .container h2 {
        font-size: 38px;
        line-height: 39px;
    }
}

.home-hero {
    text-align: left;
    margin-bottom: 0;
    height: 400px;
    padding: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    align-items: center;
}

.home-hero-content {
    text-align: center;
    position: relative;
    z-index: 2;
    animation: fadeInUp 1s ease-out forwards;
}

.home-hero-content h2 {
    font-size: 30px;
    line-height: 35px;
    transform: translateY(30px) scale(0.98);
    animation: slideUp 1s ease-out forwards;
    animation-delay: 0.2s;
}

.home-hero-content h2,
.home-hero-content h3 {
    font-weight: 800;
    color: #fff;
    transform: translateY(20px);
    animation: fadeIn 1s ease-out forwards;
    animation-delay: 1s;
}

@keyframes fadeInUp {
    0% {
        opacity: 0;
        transform: translateY(40px);
    }
    100% {
        opacity: 1;
        transform: translateY(0);
    }
}

@keyframes slideUp {
    0% {
        opacity: 0;
        transform: translateY(30px) scale(0.98);
    }
    100% {
        opacity: 1;
        transform: translateY(0) scale(1);
    }
}

@keyframes fadeIn {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}

.home-hero .page-hero-background {
    position: absolute;
}

.home-hero .page-hero-image-overlay {
    z-index: 1;
}

.home-hero-logo {
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.home-hero-logo img {
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
}

@media (min-width: 768px) {
    .home-hero {
        height: 715px;
    }
}

@media (min-width: 1024px) {
    .home-hero-content {
        margin-bottom: 40px;
        /* align-items: center; */
    }

    .home-hero-content h2 {
        margin-bottom: 0;
        font-size: 60px;
        line-height: 60px;
    }

    .home-hero-content h3 {
        font-size: 24.5px;
    }
}

.home-content {
    margin-bottom: 80px;
    padding: 70px 0;
    background-color: #1a4d3a;
}

.home-content h2,
.home-content p {
    text-align: center;
    color: #fff;
}

@media (min-width: 1200px) {
    .home-content {
        padding: 90px 0;
        margin-bottom: 92px;
    }

    .home-content .container {
        max-width: 1240px;
    }

    .home-content h2 {
        padding: 0 50px;
        font-weight: 800;
        font-size: 50px;
        line-height: 49px;
    }

    .home-content p {
        display: block;
        margin: 0 auto;
        max-width: 1090px;
        line-height: 40px;
        font-size: 20px;
    }
}

.home-info-item {
    margin-bottom: 40px;
}

.home-info-item-image {
    margin-bottom: 35px;
    background-color: #eee;
    border-radius: 35px;
    overflow: hidden;
    position: relative;
}

.home-info-item-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.home-info-item-image:after {
    content: "";
    display: inline-block;
    padding-top: 350px;
    width: 100%;
}

.home-info-item-image h2 {
    margin-bottom: 0;
    position: absolute;
    width: 100%;
    padding: 20px;
    bottom: 0;
    left: 0;
    background-color: #1a4d3a;
    text-transform: capitalize;
    font-size: 20px;
    color: #fff;
}

@media (min-width: 1024px) {
    .home-info {
        padding-bottom: 70px;
    }

    .home-info .container {
        max-width: 960px;
    }

    .home-info-item {
        display: grid;
        grid-gap: 55px;
        gap: 55px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-template-columns: 555px 1fr;
        margin-bottom: 70px;
    }

    .home-info-item-image {
        max-width: 550px;
        margin-bottom: 0;
    }

    .home-info-item-image h2 {
        padding: 20px 30px;
        font-size: 24px;
    }

    .home-info-item:nth-child(2n) {
        grid-template-columns: 1fr 555px;
    }

    .home-info-item:nth-child(2n) .content {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .home-info-item .content h2 {
        max-width: 545px;
        font-size: 38px;
        color: #1a4d3a;
    }

    .home-info-item .content p {
        max-width: 460px;
        line-height: 30px;
        font-size: 20px;
    }
}

.home-news {
    padding: 85px 0;
}

.home-news-header h2 {
    color: #1a4d3a;
}

@media (min-width: 1024px) {
    .home-news .container {
        max-width: 1140px;
    }

    .home-news-header {
        margin-bottom: 0;
    }

    .home-news-header h2 {
        margin-bottom: 20px;
    }

    .home-news-list {
        display: grid;
        grid-gap: 30px;
        gap: 30px;
        grid-template-columns: repeat(3, 1fr);
    }

    .home-news .blog-item {
        margin-bottom: 0;
    }
}

.home-action {
    padding-top: 70px;
    background-color: #cce6d3;
    overflow: hidden;
}

.home-action .content h2 {
    font-size: 38px;
    color: #1a4d3a;
    line-height: 40px;
}

.home-action--commitment {
    padding-bottom: 0;
    padding-top: 0;
    position: relative;
}

.home-action--commitment img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.home-action--commitment:after {
    content: "";
    display: inline-block;
    padding-top: 56.25%;
    width: 100%;
}

.home-action--commitment .container {
    position: absolute;
    width: 50%;
    left: 50%;
    z-index: 2;
}

.home-action-video {
    position: relative;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
}

.home-action-video img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.home-action-video:after {
    content: "";
    display: inline-block;
    padding-top: 56.25%;
    width: 100%;
}

.home-action-video iframe {
    position: absolute;
}

@media (min-width: 768px) {
    .home-action {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        height: auto;
        position: relative;
        padding-top: 0;
    }

    .home-action-background,
    .home-action .container {
        width: 50%;
    }

    .home-action .content {
        max-width: 390px;
        padding: 40px 0 40px 40px;
    }

    .home-action .content p {
        font-size: 20px;
        line-height: 25px;
    }

    .home-action--commitment {
        padding: 0;
    }

    .home-action--commitment .container {
        width: 100%;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 1024px) {
    .home-action-background {
        width: 50%;
    }

    .home-action .container {
        width: 40%;
    }

    .home-action--commitment .container {
        width: 100%;
        -ms-flex-pack: distribute;
        justify-content: space-around;
    }
}

.home-quality {
    padding-bottom: 70px;
    background-color: #1a4d3a;
}

.home-quality-item {
    padding-top: 70px;
}

.home-quality-item .content {
    margin-bottom: 30px;
    text-align: center;
}

.home-quality-item .content img {
    width: 80px;
    height: 72px;
}

.home-quality-item .content h2,
.home-quality-item .content p {
    color: #fff;
}

.home-quality-item-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.home-quality-item-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.home-quality-item-image:after {
    content: "";
    display: inline-block;
    padding-top: 102.2727272727%;
    width: 100%;
}

.home-quality-item-image img {
    position: absolute;
}

@media (min-width: 768px) {
    .home-quality {
        padding-bottom: 1rem;
    }

    .home-quality .container {
        max-width: none;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .home-quality-item {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .home-quality-item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 0;
    }

    .home-quality-item:nth-child(2n) .content {
        margin-top: auto;
    }

    .home-quality-item:nth-child(2n) .home-quality-item-image {
        margin-top: 0;
    }

    .home-quality-item-image {
        margin-top: auto;
    }

    .home-quality-item .content {
        padding: 0 40px;
    }
}

@media (min-width: 1200px) {
    .home-quality-item {
        max-width: 440px;
        padding-top: 0;
    }

    .home-quality-item .content {
        height: 450px;
        max-width: 300px;
        margin: 0 auto;
        padding: 90px 0 0;
    }

    .home-quality-item:nth-child(2n) .content {
        margin-top: 0;
    }
}

@media (min-width: 1366px) {
    .home-quality-item {
        width: 440px;
    }

    .home-quality-item:nth-child(2n) {
        margin: 0 auto;
    }

    .home-quality-item:nth-child(3) {
        margin-left: auto;
    }
}

@media (min-width: 1550px) {
    .home-quality .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        grid-gap: 62px;
        gap: 62px;
    }

    .home-quality-item:nth-child(3) {
        margin-left: 0;
    }

    .home-quality-item:nth-child(2n) {
        margin: 0;
    }
}

.commitment-action.section-action {
    background-color: #cce6d3;
}

.commitment-action.section-action .content h2 {
    color: #1a4d3a;
}

.commitment-action.section-action .content p {
    color: #121212;
}

.commitment-action.section-action .content a {
    color: rgba(0, 132, 37, 0.8) !important;
}

.commitment-action.section-action .section-action-image {
    overflow: hidden;
    max-height: 445px;
}

.commitment-action.section-action .section-action-image iframe {
    top: -16%;
}

.commitment-action-play {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: absolute;
    left: 50%;
    top: 50%;
    width: 90px;
    height: 90px;
    border-radius: 100px;
    background-color: rgba(0, 132, 37, 0.8);
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
    padding-left: 3px;
    font-size: 20px;
    color: #fff;
    cursor: pointer;
}

.commitment-action-play .fa {
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.commitment-action-play:hover .fa {
    -webkit-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
}

@media (min-width: 1024px) {
    .commitment-action.section-action .section-action-image {
        width: 600px;
    }

    .commitment-action.section-action .section-action-image iframe {
        top: 0;
    }
}

.faqs-hero-subtitle,
.faqs-hero-title {
    text-align: center;
    color: #fff;
}

.faqs-hero-title {
    margin-bottom: 10px;
    font-weight: 700;
}

.faqs-hero-subtitle {
    color: hsla(0, 0%, 100%, 0.8);
    font-size: 22px;
}

.faqs-hero-search .form-field {
    max-width: 620px;
    margin: 0 auto 20px;
}

.faqs-hero-search-buttons {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 10px;
    gap: 10px;
}

.faqs-hero-search-buttons,
.faqs-hero-search-buttons .button,
.faqs-hero-search-buttons .header .menu-item-button a,
.header .menu-item-button .faqs-hero-search-buttons a {
    font-size: clamp(8px, 3vw, 16px);
}

@media (min-width: 768px) {
    .faqs-hero {
        padding: 80px 0;
    }

    .faqs-hero-title {
        font-size: 48px;
    }

    .faqs-hero-subtitle {
        font-size: 32px;
    }
}

.faqs-list {
    margin-bottom: 100px;
}

.faqs-item {
    margin-bottom: 20px;
}

.faqs-item-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    grid-gap: 20px;
    gap: 20px;
    padding: 15px 20px;
    background-color: #fff;
    border-radius: 10px;
    -webkit-box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02),
        0 2px 2px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.02),
        0 8px 8px rgba(0, 0, 0, 0.02), 0 16px 16px rgba(0, 0, 0, 0.02);
    box-shadow: 0 1px 1px rgba(0, 0, 0, 0.02), 0 2px 2px rgba(0, 0, 0, 0.02),
        0 4px 4px rgba(0, 0, 0, 0.02), 0 8px 8px rgba(0, 0, 0, 0.02),
        0 16px 16px rgba(0, 0, 0, 0.02);
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.faqs-item-title:hover {
    -webkit-box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02),
        0 4px 4px rgba(0, 0, 0, 0.02), 0 8px 8px rgba(0, 0, 0, 0.02),
        0 16px 16px rgba(0, 0, 0, 0.02), 0 24px 24px rgba(0, 0, 0, 0.02);
    box-shadow: 0 2px 2px rgba(0, 0, 0, 0.02), 0 4px 4px rgba(0, 0, 0, 0.02),
        0 8px 8px rgba(0, 0, 0, 0.02), 0 16px 16px rgba(0, 0, 0, 0.02),
        0 24px 24px rgba(0, 0, 0, 0.02);
    background-color: #fcfcfc;
}

.faqs-item-title.isActive .expand {
    display: none;
}

.faqs-item-title.isActive .collapse {
    display: block;
}

.faqs-item-question {
    margin-bottom: 0;
    font-family: articulat-cf, sans-serif;
    font-weight: 700;
    font-size: 16px;
    color: #1a4d3a;
    line-height: 120%;
}

.faqs-item-caption {
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    color: #1a4d3a;
}

.faqs-item-caption .collapse,
.faqs-item-content {
    display: none;
}

@media (min-width: 768px) {
    .faqs-item-title {
        padding: 30px;
    }

    .faqs-item-question {
        font-weight: 400;
        font-size: 22px;
    }
}

.faqs-form {
    position: relative;
    margin-bottom: 100px;
}

.faqs-form-title {
    font-weight: 700;
}

.faqs-form-subtitle {
    color: #00b733;
}

@media (min-width: 768px) {
    .faqs-form .container {
        display: grid;
        grid-gap: 60px;
        gap: 60px;
        grid-template-columns: 40% 1fr;
    }
}

.faqs-single-back {
    margin-top: 80px;
    margin-bottom: 40px;
    color: hsla(0, 0%, 100%, 0.8);
}

.faqs-single-back i {
    font-size: 14px;
    margin-right: 10px;
}

.faqs-single-back a:hover {
    color: #0060ff;
}

.faqs-single-title {
    margin-bottom: 60px;
}

.faqs-single-content {
    margin-bottom: 70px;
}

.faqs-single-related-title {
    margin-bottom: 60px;
}

.faqs-single-related-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.faqs-single-related h1 {
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.faqs-single-related a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
}

.faqs-single-related a:hover,
.faqs-single-related a:hover h1 {
    color: #0060ff;
}

@media (min-width: 1200px) {
    .faqs-single-container {
        display: grid;
        grid-gap: 90px;
        gap: 90px;
        grid-template-columns: 1fr 350px;
    }
}

.blog-hero,
.blog-hero-content {
    text-align: left;
}

.blog-hero-content h2 {
    font-size: 40px;
    line-height: 42px;
}

.blog-hero-content h2,
.blog-hero-content h3 {
    font-weight: 800;
}

.blog-hero-form .form-field {
    border-bottom: 0;
}

.blog-hero-form .form-field p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    grid-gap: 10px;
    gap: 10px;
}

.blog-hero-form .form-field-label {
    width: 100%;
}

.blog-hero-form .form-field-input,
.blog-hero-form .form-field-textarea {
    max-width: 220px;
}

.blog-hero-form .form-field-button {
    right: 0;
}

@media (min-width: 1024px) {
    .blog-hero {
        padding: 150px 0;
    }

    .blog-hero-content {
        margin-bottom: 40px;
    }

    .blog-hero-content h2 {
        margin-bottom: 10px;
        max-width: 890px;
        font-size: 95px;
        line-height: 96px;
    }

    .blog-hero-content h3 {
        max-width: 500px;
        font-size: 24.5px;
    }
}

.blog-list {
    margin-bottom: 80px;
}

.blog-list .container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 30px;
    gap: 30px;
}

.blog-list-head {
    margin-bottom: 40px;
}

.blog-list-head .container {
    display: block;
}

.blog-list-head h2 {
    margin-bottom: 40px;
    color: #1a4d3a;
}

.blog-list-head ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    white-space: nowrap;
    overflow-x: auto;
    grid-gap: 20px;
    gap: 20px;
    font-size: 14px;
}

.blog-list-head ul a {
    text-decoration: underline;
    color: #1a4d3a;
}

@media (min-width: 768px) {
    .blog-list .container {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }

    .blog-list-head .container {
        display: block;
    }

    .blog-list-head h2 {
        margin-bottom: 75px;
        font-size: 38px;
        line-height: 39px;
    }

    .blog-list-head ul {
        font-weight: 700;
        font-size: 17px;
        grid-gap: 50px;
        gap: 50px;
    }
}

@media (min-width: 1024px) {
    .blog-list .container {
        grid-template-columns: repeat(3, 1fr);
    }
}

@media (min-width: 1200px) {
    .blog-list .container {
        grid-gap: 60px;
        gap: 60px;
    }
}

.blog-item {
    margin-bottom: 40px;
}

.blog-item figure {
    border-radius: 25px;
    position: relative;
    margin-bottom: 30px;
    overflow: hidden;
}

.blog-item figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.blog-item figure:after {
    content: "";
    display: inline-block;
    padding-top: 72.2222222222%;
    width: 100%;
}

.blog-item figure img {
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.blog-item figure:hover img {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
}

.blog-item h1 {
    margin-bottom: 20px;
    font-size: 24px;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.blog-item h1:hover {
    color: #2c2c2c;
}

.blog-item p {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 20px;
    gap: 20px;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.blog-item a:hover,
.blog-item p:hover {
    color: #2c2c2c;
}

.blog-item-date {
    display: block;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    font-size: 14px;
    color: rgba(0, 0, 0, 0.5);
    font-weight: 700;
    margin-bottom: 16px;
}

.blog-single {
    margin-bottom: 80px;
}

.blog-single-back {
    margin-top: 80px;
    margin-bottom: 40px;
    color: hsla(0, 0%, 100%, 0.8);
}

.blog-single-back i {
    font-size: 14px;
    margin-right: 10px;
}

.blog-single-back a:hover {
    color: #0060ff;
}

.blog-single-title {
    margin-bottom: 60px;
}

.blog-single-figure {
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}

.blog-single-figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.blog-single-figure:after {
    content: "";
    display: inline-block;
    padding-top: 250px;
    width: 100%;
}

.blog-single-content {
    margin-bottom: 70px;
}

.blog-single-related-title {
    margin-bottom: 60px;
}

.blog-single-related-item {
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid hsla(0, 0%, 100%, 0.2);
}

.blog-single-related h1 {
    font-size: 18px;
    margin-bottom: 0;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.blog-single-related a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 10px;
    gap: 10px;
}

.blog-single-related a:hover,
.blog-single-related a:hover h1 {
    color: #0060ff;
}

@media (min-width: 768px) {
    .blog-single-figure {
        position: relative;
    }

    .blog-single-figure img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .blog-single-figure:after {
        content: "";
        display: inline-block;
        padding-top: 350px;
        width: 100%;
    }
}

@media (min-width: 1024px) {
    .blog-single-figure {
        position: relative;
    }

    .blog-single-figure img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .blog-single-figure:after {
        content: "";
        display: inline-block;
        padding-top: 400px;
        width: 100%;
    }
}

@media (min-width: 1200px) {
    .blog-single .container {
        max-width: 1140px;
    }

    .blog-single-figure {
        position: relative;
    }

    .blog-single-figure img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .blog-single-figure:after {
        content: "";
        display: inline-block;
        padding-top: 480px;
        width: 100%;
    }
}

.about-hero,
.about-hero-content {
    text-align: left;
}

.about-hero-content h2 {
    font-size: 40px;
    line-height: 42px;
}

.about-hero-content h2,
.about-hero-content h3 {
    font-weight: 800;
    color: #fff;
}

@media (min-width: 1024px) {
    .about-hero {
        height: 680px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about-hero-content h2 {
        margin-bottom: 20px;
        font-size: 95px;
        line-height: 96px;
    }

    .about-hero-content h2 span {
        line-height: 96px;
    }

    .about-hero-content h3 {
        font-size: 24.5px;
    }
}

.about-certifications {
    padding-bottom: 100px;
    overflow: hidden;
}

.about-certifications-header {
    margin-bottom: 40px;
}

.about-certifications-header h2 {
    color: #1a4d3a;
    font-size: 38px;
    line-height: 39px;
}

.about-certifications-item {
    width: 100%;
    position: relative;
    min-width: 300px;
    padding-bottom: 75px;
}

.about-certifications-item-logo {
    position: absolute;
    top: 15px;
    right: 10px;
    max-height: 100%;
    z-index: 2;
}

.about-certifications-item-image {
    position: relative;
    z-index: 1;
}

.about-certifications-item-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.about-certifications-item-image:after {
    content: "";
    display: inline-block;
    padding-top: 127.9069767442%;
    width: 100%;
}

.about-certifications-item-image img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.about-certifications-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a4d3a;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    min-height: 132px;
    padding: 20px 15px;
    z-index: 3;
}

.about-certifications-item .content h2,
.about-certifications-item .content p {
    margin-bottom: 5px;
    color: #fff;
    line-height: 110%;
}

.about-certifications-item .content h2 {
    font-size: 20px;
}

.about-certifications-item .content p {
    font-size: 14px;
    line-height: 19px;
}

.about-certifications-item .content a {
    color: #fff !important;
}

.about-certifications .glide__arrows {
    position: absolute;
    width: 100%;
    top: 65%;
    left: 0;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.about-certifications .glide__arrows button {
    border: none;
    background-color: #fff;
    border: 1px solid rgba(18, 18, 18, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    color: #121212;
}

.about-certifications .glide__arrows button.glide__arrow--right {
    padding-left: 3px;
}

.about-certifications .glide__arrows button.glide__arrow--left {
    padding-right: 3px;
}

@media (min-width: 1024px) {
    .about-certifications {
        margin-top: 40px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .about-certifications .container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .about-certifications-header {
        padding-right: 40px;
        margin-bottom: 0;
    }

    .about-certifications .glide {
        width: calc(100% - 335px);
    }
}

.about-content {
    padding: 70px 0;
    background-color: #1a4d3a;
}

.about-content h2,
.about-content p {
    color: #fff;
}

@media (min-width: 1024px) {
    .about-content {
        padding: 110px 0;
    }

    .about-content .container {
        max-width: 1120px;
    }

    .about-content h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .about-content p {
        font-size: 20px;
        line-height: 25px;
    }
}

.about-community .section-action-image {
    position: relative;
}

.about-community .section-action-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.about-community .section-action-image:after {
    content: "";
    display: inline-block;
    padding-top: 74.1666666667%;
    width: 100%;
}

@media (min-width: 1024px) {
    .about-community .section-action-image {
        width: 600px;
        max-width: 600px;
    }
}

.about-community .section-action-background {
    background-color: transparent;
}

.about-community .section-action-content h2 {
    font-size: 38px;
}

@media (min-width: 1200px) {
    .about-community .section-action-content p {
        font-size: 20px;
    }
}

.about-team {
    background-color: #fff;
}

.about-team .section-action-image {
    position: relative;
}

.about-team .section-action-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.about-team .section-action-image:after {
    content: "";
    display: inline-block;
    padding-top: 80.6818181818%;
    width: 100%;
}

.about-team .section-action-content h2,
.about-team .section-action-content h3,
.about-team .section-action-content h4 {
    color: #1a4d3a;
}

.about-team .section-action-content h4 {
    color: #121212;
}

.about-team .section-action-content a {
    color: rgba(0, 132, 37, 0.8) !important;
}

.about-team .section-action-background {
    background-color: transparent;
}

@media (min-width: 1024px) {
    .about-team .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .about-team .section-action-content h2 {
        font-size: 38px;
        line-height: 39px;
    }

    .about-team .section-action-content p:last-child {
        margin-bottom: 0;
    }

    .about-team .section-action-image {
        width: 530px;
    }

    .about-team .section-action-background {
        right: 0;
        left: auto;
    }
}

.about-history {
    padding-top: 70px;
    background-color: #cce6d3;
}

.about-history .content h2 {
    font-size: 38px;
    color: #1a4d3a;
    line-height: 40px;
}

.about-history .content p {
    color: #8c8c8c;
}

.about-history-background img {
    mix-blend-mode: luminosity;
}

@media (min-width: 768px) {
    .about-history {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        height: auto;
        position: relative;
        padding-top: 0;
    }

    .about-history-background,
    .about-history .container {
        width: 50%;
    }

    .about-history .content {
        max-width: 390px;
        padding: 50px 0 50px 40px;
    }
}

@media (min-width: 1024px) {
    .about-history-background {
        width: 60%;
    }

    .about-history .container {
        width: 40%;
        margin-left: -10%;
    }
}

.crops-hero,
.crops-hero-content {
    text-align: left;
}

.crops-hero-content h2 {
    font-size: 40px;
    line-height: 42px;
}

.crops-hero-content h2,
.crops-hero-content h3 {
    font-weight: 800;
    color: #fff;
}

@media (min-width: 1024px) {
    .crops-hero {
        padding: 210px 0;
    }

    .crops-hero-content {
        margin-bottom: 40px;
    }

    .crops-hero-content h2 {
        margin-bottom: 0;
        font-size: 95px;
        line-height: 96px;
    }

    .crops-hero-content h3 {
        font-size: 24.5px;
    }
}

.crops-content {
    padding-top: 10px;
    padding-bottom: 70px;
}

.crops-content-gallery-item {
    position: relative;
    border-radius: 35px;
    overflow: hidden;
}

.crops-content-gallery-item img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.crops-content-gallery-item:after {
    content: "";
    display: inline-block;
    padding-top: 63.0630630631%;
    width: 100%;
}

.crops-content .content {
    margin-bottom: 40px;
}

.crops-content .content h2 {
    color: #1a4d3a;
}

.crops-content .glide__arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.crops-content .glide__arrows button {
    border: none;
    background-color: #fff;
    border: 1px solid rgba(18, 18, 18, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    color: #121212;
}

.crops-content .glide__arrows button.glide__arrow--right {
    padding-left: 3px;
}

.crops-content .glide__arrows button.glide__arrow--left {
    padding-right: 3px;
}

.crops-content .glide__bullets {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    bottom: 20px;
    padding-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.crops-content .glide__bullet {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    border: none;
    background-color: hsla(0, 0%, 100%, 0.5);
}

.crops-content .glide__bullet--active {
    background-color: #fff;
}

@media (min-width: 1024px) {
    .crops-content .container {
        display: grid;
        grid-gap: 30px;
        gap: 30px;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-template-columns: 555px 1fr;
        max-width: 1140px;
    }

    .crops-content-gallery {
        -webkit-box-ordinal-group: 0;
        -ms-flex-order: -1;
        order: -1;
    }

    .crops-content .content {
        padding-left: 35px;
        margin-bottom: 0;
    }

    .crops-content .content p:last-child {
        margin-bottom: 0;
    }

    .crops-content .content h2 {
        font-size: 42px;
    }
}

.crops-crops-header {
    text-align: center;
}

.crops-crops-header h4 {
    text-transform: uppercase;
    font-weight: 700;
    color: #1a4d3a;
    font-size: 16px;
    line-height: 20px;
}

.crops-crops-nav {
    text-align: center;
    font-size: 12px;
}

.crops-crops-nav ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    grid-gap: 20px;
    gap: 20px;
}

.crops-crops-nav a {
    text-decoration: underline;
    font-weight: 600;
    color: #1a4d3a;
}

.crops-crops-list {
    padding-top: 40px;
}

.crops-crops-list-title {
    margin-bottom: 30px;
    color: #1a4d3a;
}

.crops-crops-list-item {
    margin-bottom: 30px;
}

.crops-crops-list-item figure {
    margin-bottom: 25px;
    border-radius: 36px;
    position: relative;
    background-color: #ddd;
    overflow: hidden;
}

.crops-crops-list-item figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.crops-crops-list-item figure:after {
    content: "";
    display: inline-block;
    padding-top: 260px;
    width: 100%;
}

.crops-crops-list-item h2 {
    font-size: 24px;
}

@media (min-width: 768px) {
    .crops-crops {
        padding: 70px 0;
        background-color: #efefef;
    }

    .crops-crops-header h2 {
        margin-bottom: 30px;
        font-size: 48px;
    }

    .crops-crops-nav ul {
        grid-gap: 40px;
        gap: 40px;
    }

    .crops-crops-nav a {
        font-size: 18px;
    }

    .crops-crops-list-title {
        font-size: 42px;
    }
}

@media (min-width: 1024px) {
    .crops-crops .container {
        max-width: 1140px;
    }

    .crops-crops-list-items {
        display: grid;
        grid-gap: 30px;
        gap: 30px;
        margin-bottom: 60px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .crops-crops-list-item,
    .crops-crops-list-item h2 {
        margin-bottom: 0;
    }
}

.crops-partners {
    padding: 70px 0;
}

.crops-partners-header {
    text-align: center;
}

.crops-partners-header h2 {
    color: #1a4d3a;
}

.crops-partners-list {
    display: grid;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-template-columns: 1fr 1fr 1fr;
    grid-gap: 10px;
    gap: 10px;
}

.crops-partners-item img {
    max-height: 100px;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.6;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.crops-partners-item img:hover {
    -webkit-filter: grayscale(0);
    filter: grayscale(0);
    opacity: 1;
}

@media (min-width: 768px) {
    .crops-partners-header h2 {
        font-size: 42px;
    }

    .crops-partners-header p {
        max-width: 650px;
        margin: 0 auto 25px;
        font-weight: 500;
        font-size: 20px;
    }

    .crops-partners-list {
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

.management-hero,
.management-hero-content {
    text-align: left;
}

.management-hero-content h2 {
    font-size: 40px;
    line-height: 42px;
}

.management-hero-content h2,
.management-hero-content h3 {
    font-weight: 800;
    color: #fff;
}

@media (min-width: 1024px) {
    .management-hero {
        height: 680px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .management-hero-content h2 {
        margin-bottom: 20px;
        font-size: 95px;
        line-height: 96px;
    }

    .management-hero-content h3 {
        font-size: 24.5px;
    }
}

.management-services {
    padding-bottom: 100px;
    overflow: hidden;
}

.management-services-header {
    text-align: center;
}

.management-services-header .container {
    max-width: 644px;
}

.management-services-content {
    margin-bottom: 40px;
}

.management-services-content h2 {
    color: #1a4d3a;
    font-size: 38px;
    line-height: 39px;
}

.management-services-item {
    position: relative;
    padding-bottom: 220px;
}

.management-services-item-image {
    position: relative;
    z-index: 1;
}

.management-services-item-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.management-services-item-image:after {
    content: "";
    display: inline-block;
    padding-top: 62.2857142857%;
    width: 100%;
}

.management-services-item-image img {
    border-top-right-radius: 10px;
    border-top-left-radius: 10px;
}

.management-services-item .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    background-color: #1a4d3a;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    min-height: 220px;
    padding: 25px 35px;
    z-index: 3;
}

.management-services-item .content h2,
.management-services-item .content p {
    color: #fff;
}

.management-services-item .content h2 {
    line-height: 110%;
    margin-bottom: 10px;
    font-size: 28px;
}

.management-services-item .content p {
    line-height: 140%;
    margin-bottom: 0;
    font-size: 16px;
}

.management-services-arrows {
    display: none;
}

.management-services .glide {
    margin: 0 15px;
    width: calc(100% - 30px);
}

.management-services .glide__arrows {
    position: absolute;
    width: 100%;
    top: calc(100% + 40px);
    left: 0;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 40px;
    gap: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.management-services .glide__arrows button {
    border: none;
    background-color: #fff;
    border: 1px solid rgba(18, 18, 18, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    color: #121212;
}

.management-services .glide__arrows button.glide__arrow--right {
    padding-left: 3px;
}

.management-services .glide__arrows button.glide__arrow--left {
    padding-right: 3px;
}

@media (min-width: 1024px) {
    .management-services {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        padding-bottom: 100px;
    }

    .management-services .container {
        width: 290px;
        margin: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        background-color: #fff;
        z-index: 10;
    }

    .management-services-header {
        margin-bottom: 60px;
    }

    .management-services-header h2 {
        font-size: 50px;
    }

    .management-services-header p {
        font-size: 20px;
    }

    .management-services-content {
        margin-bottom: 0;
    }

    .management-services-arrows {
        display: block;
    }

    .management-services-arrows button {
        border: none;
        background-color: #fff;
        border: 1px solid rgba(18, 18, 18, 0.1);
        width: 40px;
        height: 40px;
        border-radius: 40px;
        cursor: pointer;
        font-size: 16px;
        padding: 0;
        color: #121212;
    }

    .management-services-arrows button:last-child {
        padding-left: 3px;
    }

    .management-services-arrows button:first-child {
        padding-right: 3px;
    }

    .management-services .glide {
        width: 350px;
        margin: 0;
        z-index: 5;
    }

    .management-services .glide__track {
        padding-left: 20px;
        overflow: visible;
    }

    .management-services .glide__arrows {
        display: none;
    }
}

@media (min-width: 1200px) {
    .management-services .container {
        width: 30%;
        -webkit-box-pack: end;
        -ms-flex-pack: end;
        justify-content: flex-end;
    }

    .management-services-content {
        width: 290px;
    }
}

.management-action .section-action-content .content h2 {
    font-size: 38px;
    line-height: 39px;
}

.stewardship-hero,
.stewardship-hero-content {
    text-align: left;
}

.stewardship-hero-content h2 {
    font-size: 40px;
    line-height: 42px;
}

.stewardship-hero-content h2,
.stewardship-hero-content h3 {
    font-weight: 800;
    color: #fff;
}

@media (min-width: 1024px) {
    .stewardship-hero {
        height: 680px;
        padding: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
    }

    .stewardship-hero-content h2 {
        margin-bottom: 20px;
        font-size: 95px;
        line-height: 96px;
    }

    .stewardship-hero-content h3 {
        font-size: 24.5px;
    }
}

.stewardship-content {
    padding-bottom: 70px;
}

.stewardship-content-header {
    text-align: center;
    margin-bottom: 70px;
}

.stewardship-content-header h4 {
    font-size: 18px;
    color: #1a4d3a;
    text-transform: uppercase;
}

.stewardship-content-item {
    margin-bottom: 20px;
}

.stewardship-content-item-image {
    position: relative;
}

.stewardship-content-item-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.stewardship-content-item-image:after {
    content: "";
    display: inline-block;
    padding-top: 59.7222222222%;
    width: 100%;
}

.stewardship-content-item-image img {
    border-top-right-radius: 20px;
    border-top-left-radius: 20px;
}

.stewardship-content-item .content {
    padding: 15px 20px;
    background-color: #1a4d3a;
    border-bottom-right-radius: 20px;
    border-bottom-left-radius: 20px;
}

.stewardship-content-item .content h2 {
    color: #fff;
    margin-bottom: 0;
    font-size: 22px;
}

.stewardship-content-item .content p {
    color: #fff;
    margin-bottom: 0;
    font-size: 16px;
}

@media (min-width: 1024px) {
    .stewardship-content .container {
        max-width: 1140px;
    }

    .stewardship-content-header .container {
        max-width: 790px;
    }

    .stewardship-content-header h2 {
        font-size: 42px;
    }

    .stewardship-content-list {
        display: grid;
        grid-gap: 30px;
        gap: 30px;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .stewardship-content-item {
        margin-bottom: 0;
        position: relative;
    }

    .stewardship-content-item:first-child,
    .stewardship-content-item:last-child {
        grid-column: span 2;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .stewardship-content-item:first-child .stewardship-content-item-image,
    .stewardship-content-item:last-child .stewardship-content-item-image {
        width: 100%;
        position: relative;
    }

    .stewardship-content-item:first-child .stewardship-content-item-image img,
    .stewardship-content-item:last-child .stewardship-content-item-image img {
        -o-object-fit: cover;
        object-fit: cover;
        width: 100%;
        height: 100%;
        position: absolute;
    }

    .stewardship-content-item:first-child .stewardship-content-item-image:after,
    .stewardship-content-item:last-child .stewardship-content-item-image:after {
        content: "";
        display: inline-block;
        padding-top: 58.7155963303%;
        width: 100%;
    }

    .stewardship-content-item:first-child .stewardship-content-item-image img,
    .stewardship-content-item:last-child .stewardship-content-item-image img {
        border-top-right-radius: 0;
        border-bottom-left-radius: 20px;
        border-top-left-radius: 20px;
    }

    .stewardship-content-item:first-child .content,
    .stewardship-content-item:last-child .content {
        position: relative;
        max-width: 200px;
        padding: 0 20px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
        -webkit-box-pack: center;
        -ms-flex-pack: center;
        justify-content: center;
        border-top-right-radius: 20px;
        border-bottom-left-radius: 0;
    }

    .stewardship-content-item .content {
        position: absolute;
        width: 100%;
        bottom: 0;
        padding: 22px 35px;
    }
}

@media (min-width: 1200px) {
    .stewardship-content-list {
        grid-template-rows: 320px 320px 320px;
    }
}

.stewardship-quote {
    padding: 70px 0;
    background-color: #1a4d3a;
    text-align: center;
}

.stewardship-quote h2,
.stewardship-quote p {
    color: #fff;
}

@media (min-width: 1024px) {
    .stewardship-quote {
        padding: 110px 0;
    }

    .stewardship-quote .container {
        max-width: 1120px;
    }

    .stewardship-quote h2 {
        font-size: 35px;
        line-height: 40px;
    }

    .stewardship-quote p {
        font-size: 20px;
        line-height: 25px;
    }
}

.contact-hero,
.contact-hero-content {
    text-align: left;
}

.contact-hero-content h2 {
    font-size: 40px;
    line-height: 42px;
}

.contact-hero-content h2,
.contact-hero-content h3 {
    font-weight: 800;
    color: #fff;
}

@media (min-width: 1024px) {
    .contact-hero {
        padding: 210px 0;
    }

    .contact-hero-content {
        margin-bottom: 40px;
    }

    .contact-hero-content h2 {
        margin-bottom: 0;
        font-size: 40px;
        line-height: 50px;
    }

    .contact-hero-content h3 {
        font-size: 24.5px;
        max-width: 460px;
    }
}

.contact-form {
    padding-bottom: 70px;
}

.contact-form .content h2 {
    text-align: center;
    color: #1a4d3a;
    font-size: 38px;
}

@media (min-width: 768px) {
    .contact-form .content h2 {
        margin-bottom: 45px;
    }
}

.contact-form .container {
    max-width: 515px;
}

.contact-form .form-field {
    border: 0;
    padding: 0 15px;
    grid-gap: 10px;
    gap: 10px;
    background-color: #f3f3f3;
    width: 100%;
}

.contact-form .form-field--textarea {
    height: 100px;
    -webkit-box-align: start;
    -ms-flex-align: start;
    align-items: flex-start;
}

.contact-form .form-field--textarea .form-field-icon {
    margin-top: 15px;
}

.contact-form .form-field-icon {
    color: #8c8c8c;
}

.contact-form .form-field-input,
.contact-form .form-field-textarea {
    padding-left: 0;
    background-color: transparent;
}

.contact-form .form-field-input::-webkit-input-placeholder,
.contact-form .form-field-textarea::-webkit-input-placeholder {
    color: #8c8c8c;
}

.contact-form .form-field-input::-moz-placeholder,
.contact-form .form-field-textarea::-moz-placeholder {
    color: #8c8c8c;
}

.contact-form .form-field-input:-ms-input-placeholder,
.contact-form .form-field-textarea:-ms-input-placeholder {
    color: #8c8c8c;
}

.contact-form .form-field-input::-ms-input-placeholder,
.contact-form .form-field-textarea::-ms-input-placeholder {
    color: #8c8c8c;
}

.contact-form .form-field-input::placeholder,
.contact-form .form-field-textarea::placeholder {
    color: #8c8c8c;
}

.contact-form .form-field-textarea {
    padding-top: 15px;
    height: 100px;
}

.contact-form .form-field select {
    color: #8c8c8c;
}

.contact-form .button,
.contact-form .header .menu-item-button a,
.header .menu-item-button .contact-form a {
    margin: 15px auto 30px;
    background-color: #1a4d3a;
}

.contact-location {
    background-color: #fff;
}

.contact-location .section-action-image {
    position: relative;
}

.contact-location .section-action-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.contact-location .section-action-image:after {
    content: "";
    display: inline-block;
    padding-top: 80.6818181818%;
    width: 100%;
}

.contact-location .section-action-content h2,
.contact-location .section-action-content h3,
.contact-location .section-action-content h4 {
    color: #1a4d3a;
}

.contact-location .section-action-content h4,
.contact-location .section-action-content p {
    color: #121212;
}

.contact-location .section-action-background {
    background-color: transparent;
}

.contact-location-social {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    grid-gap: 8px;
    gap: 8px;
    margin-top: 20px;
}

.contact-location-social a {
    color: #1a4d3a !important;
    font-size: 20px;
}

.contact-location-social a:after {
    content: normal;
}

@media (min-width: 1024px) {
    .contact-location .container {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -ms-flex-direction: row;
        flex-direction: row;
    }

    .contact-location .section-action-content h2 {
        font-size: 38px;
        line-height: 39px;
    }

    .contact-location .section-action-content p {
        line-height: 25px;
        font-size: 20px;
    }

    .contact-location .section-action-content p:last-child {
        margin-bottom: 0;
    }

    .contact-location .section-action-image {
        width: 530px;
    }

    .contact-location .section-action-background {
        right: 0;
        left: auto;
    }
}

.contact-positions {
    padding-top: 70px;
    background-color: #cce6d3;
}

.contact-positions .content h2 {
    font-size: 38px;
    color: #1a4d3a;
    line-height: 40px;
}

.contact-positions .content p {
    color: #8c8c8c;
}

.contact-positions-background img {
    mix-blend-mode: luminosity;
}

.contact-positions-form .form-field {
    border-bottom: 0;
}

.contact-positions-form .form-field p {
    margin-bottom: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 10px;
    gap: 10px;
}

.contact-positions-form .form-field-input::-webkit-input-placeholder,
.contact-positions-form .form-field-textarea::-webkit-input-placeholder {
    color: #8c8c8c;
}

.contact-positions-form .form-field-input::-moz-placeholder,
.contact-positions-form .form-field-textarea::-moz-placeholder {
    color: #8c8c8c;
}

.contact-positions-form .form-field-input:-ms-input-placeholder,
.contact-positions-form .form-field-textarea:-ms-input-placeholder {
    color: #8c8c8c;
}

.contact-positions-form .form-field-input::-ms-input-placeholder,
.contact-positions-form .form-field-textarea::-ms-input-placeholder {
    color: #8c8c8c;
}

.contact-positions-form .form-field-input::placeholder,
.contact-positions-form .form-field-textarea::placeholder {
    color: #8c8c8c;
}

.contact-positions-form .form-field-button {
    right: auto;
    background-color: #1a4d3a;
}

@media (min-width: 1024px) {
    .contact-positions {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
        height: auto;
        position: relative;
        padding-top: 0;
    }

    .contact-positions-background {
        width: 50%;
    }

    .contact-positions .container {
        width: 50%;
        z-index: 2;
        position: relative;
    }

    .contact-positions .content {
        max-width: 390px;
        padding: 50px 0 50px 40px;
    }

    .contact-positions .content p {
        font-size: 17px;
        line-height: 25px;
    }

    .contact-positions-form p {
        font-size: 15px;
    }
}

@media (min-width: 1024px) {
    .contact-positions-background {
        width: 60%;
    }

    .contact-positions .container {
        width: 40%;
        margin-left: -10%;
    }
}

.employees-content-item-figure {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border-radius: 36px;
}

.employees-content-item-figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.employees-content-item-figure:after {
    content: "";
    display: inline-block;
    padding-top: 63.0630630631%;
    width: 100%;
}

.employees-content-item:first-child .employees-content-item-figure {
    position: relative;
}

.employees-content-item:first-child .employees-content-item-figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.employees-content-item:first-child .employees-content-item-figure:after {
    content: "";
    display: inline-block;
    padding-top: 63.4146341463%;
    width: 100%;
}

.employees-content-item .content h2 {
    color: #1a4d3a;
    font-size: 38px;
}

@media (min-width: 1024px) {
    .employees-content {
        padding-top: 70px;
    }

    .employees-content-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-gap: 100px;
        gap: 100px;
    }

    .employees-content-item:not(:first-child) {
        max-width: 1140px;
        margin: 0 auto;
    }

    .employees-content-item:not(:last-child) {
        margin-bottom: 60px;
    }

    .employees-content-item-figure,
    .employees-content-item .content {
        width: calc(50% - 50px);
    }

    .employees-content-item .content p {
        font-size: 20px;
        line-height: 25px;
    }

    .employees-content-item .content p:last-child {
        margin-bottom: 0;
    }

    .employees-content-item:nth-child(2n) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 1140px) {
    .employees-content {
        margin-bottom: 80px;
    }

    .employees-content-item-figure {
        min-width: 550px;
    }

    .employees-content-item:first-child {
        grid-gap: 32px;
        gap: 32px;
    }

    .employees-content-item:first-child .employees-content-item-figure {
        min-width: 615px;
    }

    .employees-content-item:nth-child(2n) .content {
        padding-left: 50px;
    }
}

.history-timeline {
    padding-top: 20px;
    padding-bottom: 60px;
    overflow: hidden;
}

.history-timeline .glide {
    max-width: 480px;
    margin: 0 auto;
}

.history-timeline .glide__arrows {
    position: absolute;
    width: 100%;
    top: 60%;
    left: 0;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.history-timeline .glide__arrows button {
    border: none;
    background-color: #fff;
    border: 1px solid rgba(18, 18, 18, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    color: #121212;
}

.history-timeline .glide__arrows button.glide__arrow--right {
    padding-left: 3px;
}

.history-timeline .glide__arrows button.glide__arrow--left {
    padding-right: 3px;
}

.history-timeline-item h2 {
    margin-bottom: 10px;
    font-size: 24.5px;
    line-height: 30px;
}

.history-timeline-item-image {
    overflow: hidden;
    margin-bottom: 25px;
    border-radius: 38px;
    position: relative;
}

.history-timeline-item-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.history-timeline-item-image:after {
    content: "";
    display: inline-block;
    padding-top: 94.375%;
    width: 100%;
}

.history-timeline-item-image img {
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.history-timeline-item .content h4 {
    font-size: 20px;
    line-height: 25px;
    font-weight: 800;
}

@media (min-width: 1024px) {
    .history-timeline-item .content {
        padding: 0 14px;
    }

    .history-timeline-item .content p {
        font-size: 17px;
        line-height: 25px;
    }
}

@media (min-width: 1200px) {
    .history-timeline .glide {
        max-width: 980px;
    }
}

.history-today {
    padding-bottom: 70px;
}

.history-today-content {
    padding: 15px;
}

.history-today-content h2 {
    color: #1a4d3a;
}

.history-today-image {
    overflow: hidden;
    padding-right: 15px;
}

@media (min-width: 1024px) {
    .history-today {
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-template-columns: 1fr 460px;
        grid-gap: 80px;
        gap: 80px;
    }

    .history-today-content {
        padding: 0;
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .history-today-content h2 {
        font-size: 38px;
        line-height: 39px;
    }

    .history-today-content p {
        font-size: 20px;
        line-height: 25px;
    }

    .history-today-image {
        -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
        order: 1;
        max-width: 800px;
    }
}

@media (min-width: 1400px) {
    .history-today {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
    }

    .history-today-content {
        width: 460px;
    }

    .history-today-image {
        min-width: 800px;
    }
}

.page-template-community .page-content .container {
    max-width: 1260px;
}

.community-content-item-figure {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border-radius: 36px;
}

.community-content-item-figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.community-content-item-figure:after {
    content: "";
    display: inline-block;
    padding-top: 63.0630630631%;
    width: 100%;
}

@media (min-width: 1024px) {
    .community-content {
        padding-top: 70px;
    }

    .community-content .container {
        max-width: 1040px;
    }

    .community-content-item {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-gap: 60px;
        gap: 60px;
    }

    .community-content-item:not(:last-child) {
        margin-bottom: 60px;
    }

    .community-content-item-figure,
    .community-content-item .content {
        width: calc(50% - 30px);
    }

    .community-content-item .content p {
        font-size: 20px;
        line-height: 25px;
    }

    .community-content-item .content p:last-child {
        margin-bottom: 0;
    }

    .community-content-item:nth-child(odd) {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
    }
}

@media (min-width: 1040px) {
    .community-content-item-figure {
        min-width: 550px;
    }
}

.expertise-team.expertise-certifications .container {
    max-width: 1300px;
}

.expertise-team .expertise-certifications-head {
    max-width: 790px;
    margin: 0 auto;
}

.expertise-team-list {
    margin-top: 40px;
    display: grid;
    grid-gap: 30px;
    gap: 30px;
}

.expertise-team-item {
    position: relative;
    overflow: hidden;
    border-radius: 80px;
    background-color: #1a4d3a;
}

.expertise-team-item:hover .expertise-team-content {
    opacity: 1;
}

.expertise-team-figure {
    position: relative;
}

.expertise-team-figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.expertise-team-figure:after {
    content: "";
    display: inline-block;
    padding-top: 128.5714285714%;
    width: 100%;
}

.expertise-team-content {
    position: absolute;
    padding: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 132, 37, 0.6);
    opacity: 0;
    color: #fff;
    -webkit-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    -o-transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
    transition: all 0.2s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.expertise-team-content h2,
.expertise-team-content h3 {
    color: #fff;
}

.expertise-team-content h2 {
    font-size: 35px;
    line-height: 27px;
}

.expertise-team-content h3 {
    font-size: 19px;
    font-weight: 21px;
}

@media (min-width: 1024px) {
    .expertise-team-list {
        grid-template-columns: 1fr 1fr;
    }
}

@media (min-width: 1200px) {
    .expertise-team-list {
        grid-template-columns: 1fr 1fr 1fr;
    }
}

.expertise-certifications {
    margin-bottom: 70px;
}

.expertise-certifications-head {
    text-align: center;
    margin-bottom: 60px;
}

.expertise-certifications-head h2 {
    color: #1a4d3a;
}

.expertise-certifications-head h3 {
    font-size: 18px;
    line-height: 23px;
    font-weight: 600;
}

.expertise-certifications-list {
    display: grid;
    grid-template-columns: 1fr 1fr;
    grid-gap: 20px;
    gap: 20px;
}

.expertise-certifications-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.expertise-certifications .container {
    max-width: 790px;
}

@media (min-width: 768px) {
    .expertise-certifications-head h2 {
        font-size: 38px;
        line-height: 39px;
    }

    .expertise-certifications-head h3 {
        font-size: 20px;
        line-height: 25px;
    }

    .expertise-certifications-list {
        grid-template-columns: repeat(4, 1fr);
    }
}

.land-content {
    padding-top: 40px;
    overflow: hidden;
}

.land-content-item {
    margin-bottom: 35px;
}

.land-content-item .content {
    padding: 0 15px;
}

.land-content-item .content h2 {
    color: #1a4d3a;
}

.land-content-item-gallery {
    margin-bottom: 25px;
    margin-left: auto;
}

.land-content-item-figure {
    overflow: hidden;
    position: relative;
}

.land-content-item-figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.land-content-item-figure:after {
    content: "";
    display: inline-block;
    padding-top: 83.6111111111%;
    width: 100%;
}

.land-content-item .glide {
    width: calc(100% - 15px);
    max-width: 720px;
}

.land-content-item .glide__arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.land-content-item .glide__arrows button {
    border: none;
    background-color: #fff;
    border: 1px solid rgba(18, 18, 18, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    color: #121212;
}

.land-content-item .glide__arrows button.glide__arrow--right {
    padding-left: 3px;
}

.land-content-item .glide__arrows button.glide__arrow--left {
    padding-right: 3px;
}

.land-content-item .glide__bullets {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    bottom: 20px;
    padding-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.land-content-item .glide__bullet {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    border: none;
    background-color: hsla(0, 0%, 100%, 0.5);
}

.land-content-item .glide__bullet--active {
    background-color: #fff;
}

.land-content-item:nth-child(2n) img {
    border-radius: 0 80px 80px 0;
}

.land-content-item:nth-child(2n) .land-content-item-gallery {
    margin-left: 0;
    margin-right: auto;
}

.land-content-item:nth-child(odd) img {
    border-radius: 80px 0 0 80px;
}

@media (min-width: 1024px) {
    .land-content-item {
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-template-columns: 1fr 1fr;
        grid-gap: 50px;
        gap: 50px;
        margin-bottom: 90px;
    }

    .land-content-item:nth-child(odd) .land-content-item-gallery {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }

    .land-content-item:nth-child(odd) .content {
        margin-left: auto;
    }

    .land-content-item .content {
        padding: 0;
        max-width: 480px;
    }

    .land-content-item .content h2 {
        font-size: 38px;
        line-height: 39px;
    }

    .land-content-item .content p {
        font-size: 20px;
        line-height: 25px;
    }
}

@media (min-width: 1300px) {
    .land-content-item {
        grid-gap: 120px;
        gap: 120px;
    }

    .land-content-item-gallery {
        min-width: 720px;
    }

    .land-content-item .content {
        padding: 0;
    }
}

.partners-content-head {
    text-align: center;
    margin-bottom: 40px;
}

.partners-content-head h2 {
    color: #1a4d3a;
}

.partners-content-head h3 {
    font-size: 20px;
    line-height: 25px;
}

.partners-content-list {
    display: grid;
    grid-gap: 20px;
    gap: 20px;
    grid-template-columns: 1fr 1fr;
    padding-bottom: 70px;
}

.partners-content-list-item {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

@media (min-width: 768px) {
    .partners-content-head {
        max-width: 570px;
        margin: 0 auto 70px;
    }

    .partners-content-head h2 {
        font-size: 38px;
        line-height: 39px;
    }

    .partners-content-list {
        padding-bottom: 120px;
        grid-template-columns: 1fr 1fr 1fr;
    }
}

@media (min-width: 1300px) {
    .partners-content-list {
        padding-bottom: 120px;
        grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
    }
}

.organic-content {
    overflow: hidden;
    position: relative;
}

.organic-content-head {
    text-align: center;
    margin-bottom: 40px;
}

.organic-content-head h2 {
    color: #1a4d3a;
}

.organic-content-head h3 {
    font-size: 20px;
    line-height: 25px;
}

.organic-content-list {
    max-width: 1170px;
    margin: 0 auto 70px;
}

.organic-content-item h2 {
    margin-top: 25px;
    font-size: 24.5px;
    line-height: 30px;
}

.organic-content .glide {
    position: static;
}

.organic-content .glide__track {
    position: relative;
}

.organic-content .glide__bullets {
    position: absolute;
    width: 100vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    left: 0;
    padding-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
}

.organic-content .glide__bullet {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    border: none;
    background-color: rgba(18, 18, 18, 0.8);
}

.organic-content .glide__bullet--active {
    background-color: #121212;
}

.organic-content .glide__arrows {
    position: absolute;
    width: 100%;
    top: 65%;
    left: 0;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.organic-content .glide__arrows button {
    border: none;
    background-color: #fff;
    border: 1px solid rgba(18, 18, 18, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    color: #121212;
}

.organic-content .glide__arrows button.glide__arrow--right {
    padding-left: 3px;
}

.organic-content .glide__arrows button.glide__arrow--left {
    padding-right: 3px;
}

@media (min-width: 768px) {
    .organic-content-head {
        max-width: 860px;
        margin: 0 auto 70px;
    }

    .organic-content-head h2 {
        font-size: 38px;
        line-height: 39px;
    }

    .organic-content-list {
        margin-bottom: 120px;
    }
}

.cotton-content-item-figure {
    overflow: hidden;
    margin-bottom: 30px;
    position: relative;
    border-radius: 85px;
}

.cotton-content-item-figure img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
    position: absolute;
}

.cotton-content-item-figure:after {
    content: "";
    display: inline-block;
    padding-top: 90.0900900901%;
    width: 100%;
}

.cotton-content-item .content h2 {
    color: #1a4d3a;
}

.cotton-content .glide__arrows {
    position: absolute;
    width: 100%;
    top: 50%;
    left: 0;
    padding: 0 15px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
}

.cotton-content .glide__arrows button {
    border: none;
    background-color: #fff;
    border: 1px solid rgba(18, 18, 18, 0.1);
    width: 40px;
    height: 40px;
    border-radius: 40px;
    cursor: pointer;
    font-size: 16px;
    padding: 0;
    color: #121212;
}

.cotton-content .glide__arrows button.glide__arrow--right {
    padding-left: 3px;
}

.cotton-content .glide__arrows button.glide__arrow--left {
    padding-right: 3px;
}

.cotton-content .glide__bullets {
    position: absolute;
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    grid-gap: 20px;
    gap: 20px;
    bottom: 20px;
    padding-top: 40px;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    cursor: pointer;
}

.cotton-content .glide__bullet {
    border-radius: 12px;
    width: 12px;
    height: 12px;
    border: none;
    background-color: hsla(0, 0%, 100%, 0.5);
}

.cotton-content .glide__bullet--active {
    background-color: #fff;
}

@media (min-width: 1024px) {
    .cotton-content {
        padding-top: 70px;
        padding-bottom: 70px;
    }

    .cotton-content .container {
        max-width: 1100px;
    }

    .cotton-content-item {
        display: grid;
        -webkit-box-align: center;
        -ms-flex-align: center;
        align-items: center;
        grid-template-columns: 1fr 555px;
        grid-gap: 100px;
        gap: 100px;
    }

    .cotton-content-item:not(:last-child) {
        margin-bottom: 60px;
    }

    .cotton-content-item .content h2 {
        font-size: 38px;
        line-height: 39px;
    }

    .cotton-content-item .content p {
        font-size: 20px;
        line-height: 25px;
    }

    .cotton-content-item-figure,
    .cotton-content-item .content p:last-child {
        margin-bottom: 0;
    }

    .cotton-content-item:nth-child(2n) {
        grid-template-columns: 555px 1fr;
    }

    .cotton-content-item:nth-child(2n) .content {
        -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
        order: 2;
    }
}

.renewable-content {
    overflow: hidden;
}

.renewable-content-head {
    text-align: center;
    margin-bottom: 40px;
}

.renewable-content-head h2 {
    color: #1a4d3a;
}

.renewable-content-head h3 {
    font-size: 20px;
    line-height: 25px;
}

@media (min-width: 768px) {
    .renewable-content-head {
        max-width: 860px;
        margin: 0 auto 70px;
    }

    .renewable-content-head h2 {
        font-size: 38px;
        line-height: 39px;
    }
}

.renewable-grid {
    padding-bottom: 70px;
    background-color: #1a4d3a;
}

.renewable-grid-item {
    padding-top: 70px;
}

.renewable-grid-item .content {
    margin-bottom: 30px;
    text-align: center;
}

.renewable-grid-item .content img {
    width: 80px;
    height: 72px;
}

.renewable-grid-item .content h2,
.renewable-grid-item .content p {
    color: #fff;
}

.renewable-grid-item-image {
    position: relative;
    border-radius: 10px;
    overflow: hidden;
}

.renewable-grid-item-image img {
    -o-object-fit: cover;
    object-fit: cover;
    width: 100%;
    height: 100%;
}

.renewable-grid-item-image:after {
    content: "";
    display: inline-block;
    padding-top: 102.2727272727%;
    width: 100%;
}

.renewable-grid-item-image img {
    position: absolute;
}

@media (min-width: 768px) {
    .renewable-grid {
        padding-bottom: 0;
    }

    .renewable-grid .container {
        max-width: none;
        padding: 0;
        display: grid;
        grid-template-columns: 1fr 1fr 1fr;
    }

    .renewable-grid-item {
        margin-bottom: 0;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
        -ms-flex-direction: column;
        flex-direction: column;
    }

    .renewable-grid-item:nth-child(2n) {
        -webkit-box-orient: vertical;
        -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
        flex-direction: column-reverse;
        padding-top: 0;
    }

    .renewable-grid-item:nth-child(2n) .content {
        margin-top: auto;
    }

    .renewable-grid-item:nth-child(2n) .home-quality-item-image {
        margin-top: 0;
    }

    .renewable-grid-item-image {
        margin-top: auto;
    }

    .renewable-grid-item .content {
        padding: 0 40px;
    }
}

@media (min-width: 1200px) {
    .renewable-grid-item {
        max-width: 440px;
        padding-top: 0;
    }

    .renewable-grid-item .content {
        height: 450px;
        max-width: 300px;
        margin: 0 auto;
        padding: 90px 0 0;
    }

    .renewable-grid-item:nth-child(2n) .content {
        margin-top: 0;
    }
}

@media (min-width: 1366px) {
    .renewable-grid-item {
        width: 440px;
    }

    .renewable-grid-item:nth-child(2n) {
        margin: 0 auto;
    }

    .renewable-grid-item:nth-child(3) {
        margin-left: auto;
    }
}

/* Index Page */
.flip-card {
    background-color: transparent;
    width: 100%;
    height: 340px;
    perspective: 1000px;
    margin-top: 1.5rem;
    padding: 1rem;
}

.flip-card-inner {
    position: relative;
    width: 100%;
    height: 100%;
    transition: transform 0.6s ease;
    transform-style: preserve-3d;
}

.flip-card:hover .flip-card-inner {
    transform: rotateY(180deg);
}

.flip-card-front,
.flip-card-back {
    position: absolute;
    width: 100%;
    height: 100%;
    backface-visibility: hidden;
    border-radius: 8px;
}

/* Front */
.flip-card-front {
    background-size: cover;
    background-position: center;
    display: flex;
    align-items: flex-end;
    padding: 25px;
    font-size: 1.5rem;
    font-weight: bold;
    color: #fff;
}

.flip-card-front::before {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    height: 80px;
    width: 100%;
    background: linear-gradient(to top, rgba(26, 77, 58, 0.85), transparent);
}

/* Back */
.flip-card-back {
    background-color: #fff;
    color: #000;
    transform: rotateY(180deg);
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15px;
    font-size: 1rem;
    line-height: 1.5;
    overflow-y: auto;
}

.flip-card-back h3 {
    font-size: calc(1rem + 0.6vw);
    color: #194d02;
}

@media (max-width: 768px) {
    .flip-card {
        padding: 0;
        height: 280px;
    }

    .flip-card-front {
        font-size: 1rem;
        padding: 15px;
    }
}

/* Header */
/*=============== HEADER ===============*/
/* Top Bar */
.top-bar {
    background-color: #008425;
    color: #fff;
    font-size: 14px;
    padding: 8px 0;
}

.top-bar .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1200px;
    margin: auto;
    padding: 0 15px;
}

.top-bar .contact-info span {
    margin-right: 20px;
}

.top-bar .contact-info i {
    color: #1a4d3a;
    margin-right: 6px;
}

.top-bar .social-links a {
    color: #fff;
    margin-left: 10px;
    transition: color 0.3s ease;
}

.top-bar .social-links a:hover {
    color: #1a4d3a;
}

/* Mobile Friendly */
@media (max-width: 768px) {
    .top-bar .container {
        flex-direction: column;
        align-items: center;
        text-align: center;
        /* padding: 10px; */
    }

    .top-bar .contact-info {
        margin-bottom: 8px;
    }

    .top-bar .contact-info span {
        display: block;
        margin: 5px 0;
        font-size: 15px;
    }

    .top-bar .social-links {
        display: flex;
        gap: 15px;
    }

    .top-bar .social-links a {
        font-size: 18px;
        margin: 0;
    }
}

/* Header */
/* Base styles */
.custom-header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 15px 80px;
    background: #ffffff;
    box-shadow: 0 2px 5px rgba(0, 0, 0, 0.1);
}

.custom-header .logo img {
    height: 70px;
}

.nav ul {
    list-style: none;
    margin: 0;
    padding: 0;
    display: flex;
    gap: 20px;
}

.nav ul li a {
    position: relative;
    display: inline-block;
    padding: 8px 0;
    font-size: 16px;
    font-weight: 500;
    color: #000;
    text-decoration: none;
    transition: color 0.3s ease, letter-spacing 0.3s ease;
}

/* Hover underline animation */
.nav ul li a::after {
    content: "";
    position: absolute;
    left: 0;
    bottom: -4px;
    width: 0%;
    height: 2px;
    background-color: #1a4d3a;
    transition: width 0.3s ease;
}

/* Hover effects */
.nav ul li a:hover {
    color: #1a4d3a;
    letter-spacing: 0.5px;
}

.nav ul li a:hover::after {
    width: 100%;
}

/* Hamburger button styling */
.hamburger {
    font-size: 24px;
    background: none;
    border: none;
    cursor: pointer;
    display: none;
}

/* Mobile Overlay Menu */
.overlay {
    height: 100%;
    width: 0;
    position: fixed;
    top: 0;
    left: 0;
    background: rgba(0, 0, 0, 0.95);
    overflow-x: hidden;
    transition: 0.5s;
    z-index: 9999;
    display: flex;
    flex-direction: column;
    align-items: center;
    padding-top: 60px;
}

.overlay.open {
    width: 100%;
}

.overlay-content {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 20px;
    margin-top: 50px;
}

.overlay-content li {
    text-decoration: none;
    list-style: none;
}

.overlay-content a {
    padding: 10px;
    font-size: 22px;
    color: #fff;
    text-decoration: none;
    transition: 0.3s;
}

.overlay-content a:hover {
    color: #f39c12;
}

/* Close Button */
.close-btn {
    position: absolute;
    top: 20px;
    right: 30px;
    font-size: 40px;
    cursor: pointer;
    color: #fff;
    background: none;
    border: none;
}

/* Mobile Only */
@media (max-width: 768px) {
    .nav {
        display: none;
    }

    .hamburger {
        display: block;
    }

    .custom-header {
        padding: 15px 15px;
    }
}

.activeMenu {
    color: #1a4d3a;
    border-bottom: 1px solid #1a4d3a;
}

/* Contact Us Form */
form {
    background: #fff;
    padding: 30px;
    border-radius: 12px;
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.05);
    max-width: 700px;
    margin: auto;
    font-family: "Segoe UI", sans-serif;
}

.form-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 20px;
}

.form-group {
    display: flex;
    flex-direction: column;
}

.form-group.full-width {
    grid-column: 1 / -1;
}

label {
    font-weight: 600;
    margin-bottom: 8px;
    color: #333;
    font-size: 14px;
}

input,
textarea {
    padding: 12px 15px;
    border: 1px solid #ddd;
    border-radius: 8px;
    font-size: 15px;
    transition: all 0.3s ease;
    background: #f9f9f9;
}

input:focus,
textarea:focus {
    border-color: #4caf50;
    background: #fff;
    outline: none;
    box-shadow: 0 0 0 3px rgba(76, 175, 80, 0.15);
}

textarea {
    resize: vertical;
    min-height: 120px;
}

/* Button Styling */
.btn-submit {
    padding: 14px 20px;
    background: linear-gradient(135deg, #4caf50, #2e7d32);
    color: white;
    border: none;
    border-radius: 8px;
    font-size: 16px;
    font-weight: 600;
    cursor: pointer;
    transition: all 0.3s ease;
}

.btn-submit:hover {
    background: linear-gradient(135deg, #45a049, #1b5e20);
    transform: translateY(-2px);
    box-shadow: 0 6px 15px rgba(76, 175, 80, 0.3);
}

.btn-submit:disabled {
    opacity: 0.7;
    cursor: not-allowed;
}

/* Success & Error Messages */
#formResponse {
    margin-top: 15px;
    font-size: 14px;
}

.alert {
    padding: 12px 15px;
    border-radius: 8px;
    margin-top: 10px;
}

.alert-success {
    background: #e8f5e9;
    color: #2e7d32;
    border: 1px solid #c8e6c9;
}

.alert-danger {
    background: #ffebee;
    color: #c62828;
    border: 1px solid #ffcdd2;
}

/* Mobile responsiveness */
@media (max-width: 480px) {
    form {
        padding: 20px;
    }
}

/* Careers */
/* Fade-in animation */
.fade-in {
    opacity: 0;
    transform: translateY(20px);
    animation: fadeIn 1.2s ease-out forwards;
}

@keyframes fadeIn {
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Careers section styling */
.career-about {
    padding: 60px 20px;
    background-color: #f9f9f9;
    text-align: center;
}

.career-about h2 {
    font-size: 2.5rem;
    margin-bottom: 40px;
    color: #333;
}

.career-about .benefits {
    display: flex;
    justify-content: center;
    gap: 30px;
    flex-wrap: wrap;
}

.career-about .benefit {
    background: #fff;
    padding: 20px;
    border-radius: 8px;
    box-shadow: 0 4px 10px rgba(0, 0, 0, 0.05);
    flex: 1 1 calc(33.333% - 20px);
    max-width: 300px;
    transition: transform 0.3s ease;
}

.career-about .benefit:hover {
    transform: translateY(-5px);
}

.career-about .benefit h3 {
    font-size: 1.3rem;
    margin-bottom: 10px;
}

.career-about .benefit p {
    font-size: 1rem;
    color: #666;
}

.career-about .no-openings {
    margin-top: 40px;
    background: #fff3f3;
    padding: 15px;
    border-radius: 6px;
    display: inline-block;
    color: #cc0000;
    font-weight: bold;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .career-about h2 {
        font-size: 2rem;
    }

    .career-about .benefits {
        flex-direction: column;
        align-items: center;
    }

    .career-about .benefit {
        max-width: 100%;
    }
}

/* News */
.news-section {
    padding: 60px 20px;
    background: #f9f9f9;
    text-align: center;
    animation: fadeIn 1.2s ease-in-out;
}

.section-title {
    font-size: 2.4rem;
    font-weight: 700;
    margin-bottom: 10px;
    color: #222;
}

.section-subtitle {
    font-size: 1.05rem;
    color: #555;
    max-width: 700px;
    margin: 0 auto 40px;
    line-height: 1.6;
}

.news-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(280px, 1fr));
    gap: 25px;
}

.news-card {
    background: #fff;
    border-radius: 12px;
    overflow: hidden;
    box-shadow: 0 4px 20px rgba(0, 0, 0, 0.08);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}

.news-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 8px 25px rgba(0, 0, 0, 0.15);
}

.news-card img {
    width: 100%;
    height: 220px;
    /* Desktop default */
    object-fit: cover;
    display: block;
}

.news-content {
    padding: 18px 20px;
    text-align: left;
}

.news-content h3 {
    font-size: 1.25rem;
    margin-bottom: 8px;
    color: #222;
    line-height: 1.3;
}

.news-content p {
    font-size: 0.95rem;
    color: #555;
    margin-bottom: 15px;
    line-height: 1.5;
}

.read-more {
    font-size: 0.95rem;
    font-weight: bold;
    color: #0077cc;
    text-decoration: none;
    transition: color 0.3s ease;
}

.read-more:hover {
    color: #005fa3;
}

@keyframes fadeIn {
    from {
        opacity: 0;
        transform: translateY(20px);
    }

    to {
        opacity: 1;
        transform: translateY(0);
    }
}

/* Tablet View */
@media (max-width: 992px) {
    .news-card img {
        height: 200px;
    }
}

/* Mobile View */
@media (max-width: 600px) {
    .section-title {
        font-size: 1.9rem;
    }

    .section-subtitle {
        font-size: 0.95rem;
        margin-bottom: 25px;
    }

    .news-card img {
        height: 180px;
        /* Slightly smaller for mobile */
    }
}

/* Our Operations */
/* Operations Section */
.operations-section {
    padding: 50px 0;
}

.operation-card {
    display: flex;
    align-items: center;
    margin-bottom: 50px;
    gap: 20px;
}

.operation-card.reverse {
    flex-direction: row-reverse;
}

.operation-image {
    flex: 1;
}

.operation-image img {
    width: 100%;
    border-radius: 10px;
    object-fit: cover;
}

.operation-content {
    flex: 1;
}

.operation-content h2 {
    /* font-size: 1.8rem; */
    margin-bottom: 15px;
    color: #008425;
}

.operation-content ul {
    padding-left: 20px;
}

.operation-content ul li {
    margin-bottom: 10px;
    line-height: 25px;
    font-size: 20px;
}

/* Mobile responsiveness */
@media (max-width: 768px) {
    .operation-card,
    .operation-card.reverse {
        flex-direction: column;
        text-align: center;
    }

    .operation-content {
        padding: 15px;
    }
}

/* Animations */
.fade-left {
    opacity: 0;
    transform: translateX(-40px);
    animation: fadeInLeft 1s forwards;
}

.fade-right {
    opacity: 0;
    transform: translateX(40px);
    animation: fadeInRight 1s forwards;
}

/* Animations */
.fade-in-left,
.fade-in-right {
    opacity: 0;
    transform: translateX(50px);
    transition: opacity 0.8s ease, transform 0.8s ease;
}

.fade-in-left {
    transform: translateX(-50px);
}

.fade-in-left.show,
.fade-in-right.show {
    opacity: 1;
    transform: translateX(0);
}

@keyframes fadeInLeft {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

@keyframes fadeInRight {
    to {
        opacity: 1;
        transform: translateX(0);
    }
}

/* Sustainability */
/* Container and layout */
/* .sustainability-section .container {
        max-width: 1140px;
        padding: 0 15px;
        margin: 0 auto;
    } */

/* Hero */
/* .sustainability-hero {
        position: relative;
        color: #fff;
        text-align: center;
        padding: 5rem 1rem 3rem;
        background: linear-gradient(135deg, #1a4d3acc 0%, #004d00cc 100%);
        overflow: hidden;
    } */
/* .sustainability-hero-content h2 {
        font-size: 3rem;
        font-weight: 700;
        margin-bottom: 0.5rem;
    }
    .sustainability-hero-content .subtitle {
        font-size: 1.25rem;
        opacity: 0.85;
        font-weight: 500;
    } */
.page-hero-background img {
    position: absolute;
    top: 0;
    left: 50%;
    width: 100%;
    /* max-width: 1400px; */
    height: 100%;
    object-fit: cover;
    transform: translateX(-50%);
    /* opacity: 0.15; */
    z-index: 0;
    pointer-events: none;
}

/* Sustainability Cards */
.sustainability-card {
    display: flex;
    align-items: center;
    margin: 3rem 0;
    gap: 2rem;
    border-radius: 12px;
    /* box-shadow: 0 10px 30px rgb(0 0 0 / 0.08);
    background-color: #fff; */
    overflow: hidden;
    padding: 1rem;
    transition: box-shadow 0.3s ease;
    position: relative;
    z-index: 1;
}

.sustainability-card:hover {
    box-shadow: 0 20px 40px rgb(0 0 0 / 0.15);
}

.sustainability-card.reverse {
    flex-direction: row-reverse;
}

.sustainability-image {
    flex: 1 1 45%;
    overflow: hidden;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
    transition: transform 0.3s ease;
}

.sustainability-image img {
    width: 100%;
    height: auto;
    display: block;
    object-fit: cover;
    border-radius: 12px;
}

.sustainability-card:hover .sustainability-image {
    transform: scale(1.05);
}

.sustainability-content {
    flex: 1 1 55%;
    padding: 1rem 2rem;
}

.sustainability-content h2 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a4d3a;
    text-transform: uppercase;
    letter-spacing: 1.5px;
}

.sustainability-content ul {
    list-style: none;
    padding-left: 0;
    font-size: 1.1rem;
    line-height: 1.6;
    color: #333;
}

.sustainability-content ul li {
    margin-bottom: 0.8rem;
    padding-left: 1.4rem;
    position: relative;
}

.sustainability-content ul li strong {
    color: #1a4d3a;
}

.sustainability-content ul li::before {
    content: "✓";
    position: absolute;
    left: 0;
    color: #1a4d3a;
    font-weight: 700;
    font-size: 1.2rem;
    top: 0.15rem;
}

/* Fade animations */
.fade-left,
.fade-right {
    opacity: 0;
    transform: translateX(30px);
    transition: all 0.6s ease-out;
}

.fade-right {
    transform: translateX(-30px);
}

.fade-in-left.show,
.fade-in-right.show {
    opacity: 1;
    transform: translateX(0);
}

/* Responsive */
@media (max-width: 991px) {
    .sustainability-card,
    .sustainability-card.reverse {
        flex-direction: column;
        margin: 2rem 0;
    }

    .sustainability-image,
    .sustainability-content {
        flex: 1 1 100%;
        padding: 0;
    }

    .sustainability-content {
        padding-top: 1.5rem;
    }
}

@media (max-width: 480px) {
    .sustainability-hero-content h2 {
        font-size: 2.2rem;
    }

    .sustainability-content h2 {
        font-size: 1.6rem;
    }

    .sustainability-content ul {
        font-size: 1rem;
    }
}

/* Investor Relations */
/* Timeline */
.investor-timeline-section {
    padding: 4rem 1rem 6rem;
    background: #fefefe;
}

.timeline {
    position: relative;
    max-width: 900px;
    margin: 0 auto;
    padding-left: 2rem;
    padding-right: 2rem;
}

/* Vertical line */
.timeline::before {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    left: 50%;
    width: 4px;
    background: linear-gradient(to bottom, #1a4d3a, #2c3e50);
    transform: translateX(-50%);
    border-radius: 2px;
    z-index: 0;
}

/* Timeline item */
.timeline-item {
    position: relative;
    width: 50%;
    padding: 2rem 3rem 2rem 4rem;
    box-sizing: border-box;
    z-index: 1;
    background: #ffffffdd;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.07);
    margin-bottom: 4rem;
    transition: box-shadow 0.3s ease;
}

.timeline-item:hover {
    box-shadow: 0 18px 40px rgb(0 0 0 / 0.15);
    background: #f0f8ff;
}

/* Left timeline items */
.timeline-item.fade-left {
    left: 0;
    text-align: right;
    padding-left: 0;
    padding-right: 4rem;
}

.timeline-item.fade-left::before {
    content: "";
    position: absolute;
    top: 2.2rem;
    right: -18px;
    width: 24px;
    height: 24px;
    background: #1a4d3a;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

/* Right timeline items */
.timeline-item.fade-right {
    left: 50%;
    text-align: left;
    padding-left: 4rem;
    padding-right: 0;
}

.timeline-item.fade-right::before {
    content: "";
    position: absolute;
    top: 2.2rem;
    left: -18px;
    width: 24px;
    height: 24px;
    background: #1a4d3a;
    border-radius: 50%;
    border: 4px solid #fff;
    box-shadow: 0 0 6px rgba(0, 0, 0, 0.15);
    z-index: 2;
}

/* Timeline marker number */
.timeline-marker {
    position: absolute;
    top: 1.9rem;
    font-size: 1.2rem;
    font-weight: 900;
    color: #fff;
    width: 32px;
    height: 32px;
    background: #1a4d3a;
    border-radius: 50%;
    line-height: 32px;
    text-align: center;
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.2);
    z-index: 3;
}

.timeline-item.fade-left .timeline-marker {
    right: -50px;
}

.timeline-item.fade-right .timeline-marker {
    left: -50px;
}

/* Timeline content */
.timeline-content h2 {
    font-size: 1.9rem;
    color: #1a4d3a;
    margin-bottom: 1rem;
    font-weight: 700;
    letter-spacing: 1.1px;
}

.timeline-content ul {
    list-style: none;
    padding-left: 0;
    color: #000;
    font-size: 1.1rem;
    line-height: 1.5;
}

.timeline-content ul li {
    margin-bottom: 0.9rem;
    padding-left: 1.3rem;
    position: relative;
}

.timeline-content ul li strong {
    color: #1a4d3a;
}

.timeline-content ul li::before {
    content: "►";
    position: absolute;
    left: 0;
    top: 0;
    color: #1a4d3a;
    font-weight: 900;
    font-size: 1rem;
}

/* Fade animations */
.fade-left,
.fade-right {
    opacity: 0;
    transform: translateX(40px);
    transition: all 0.6s ease-out;
}

.fade-right {
    transform: translateX(-40px);
}

.fade-in-left.show,
.fade-in-right.show {
    opacity: 1;
    transform: translateX(0);
}

/* Responsive */
@media (max-width: 991px) {
    .timeline {
        padding-left: 1rem;
        padding-right: 1rem;
    }

    .timeline::before {
        left: 8px;
    }

    .timeline-item {
        width: 100% !important;
        margin-bottom: 3rem;
        padding: 2rem 2rem 2rem 3.5rem !important;
        text-align: left !important;
    }

    .timeline-item.fade-left,
    .timeline-item.fade-right {
        left: 0 !important;
        padding-right: 2rem !important;
    }

    .timeline-item.fade-left::before,
    .timeline-item.fade-right::before {
        left: 0 !important;
        right: auto !important;
    }

    .timeline-marker {
        left: -40px !important;
        right: auto !important;
    }
}

@media (max-width: 480px) {
    .investor-hero-content h1 {
        font-size: 2.4rem;
    }

    .investor-hero-content .subtitle {
        font-size: 1.1rem;
    }

    .timeline-content h2 {
        font-size: 1.5rem;
    }

    .timeline-content ul {
        font-size: 1rem;
    }
}

/* Innovation Technology */
/* Innovation Grid */
.innovation-section .container {
    max-width: 1100px;
    margin: 3rem auto 5rem;
    padding: 0 15px;
}

.innovation-grid {
    display: flex;
    flex-wrap: wrap;
    gap: 2rem;
    justify-content: center;
}

/* Innovation Card */
.innovation-card {
    background: #f7faff;
    border-radius: 12px;
    box-shadow: 0 8px 20px rgb(0 0 0 / 0.1);
    width: 100%;
    max-width: 460px;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
    cursor: default;
    display: flex;
    flex-direction: column;
    overflow: hidden;
}

.innovation-card:hover {
    box-shadow: 0 20px 40px rgb(0 0 0 / 0.15);
    transform: translateY(-8px);
    background: #e9f0ff;
}

.innovation-image {
    flex-shrink: 0;
    overflow: hidden;
    height: 200px;
}

.innovation-image img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    transition: transform 0.4s ease;
    border-top-left-radius: 12px;
    border-top-right-radius: 12px;
}

.innovation-card:hover .innovation-image img {
    transform: scale(1.05);
}

.innovation-content {
    padding: 1.5rem 1.5rem 2rem;
    flex-grow: 1;
    display: flex;
    flex-direction: column;
}

.innovation-content h3 {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1rem;
    color: #1a4d3a;
    border-bottom: 2px solid #1a4d3a;
    padding-bottom: 0.4rem;
    letter-spacing: 1.1px;
}

.innovation-content ul {
    list-style: none;
    padding-left: 0;
    color: #1a4d3a;
    font-size: 1.05rem;
    line-height: 1.5;
    margin-top: auto;
}

.innovation-content ul li {
    margin-bottom: 0.85rem;
    padding-left: 1.3rem;
    position: relative;
}

.innovation-content ul li strong {
    color: #1a4d3a;
}

.innovation-content ul li::before {
    content: "➤";
    position: absolute;
    left: 0;
    top: 0;
    color: #1a4d3a;
    font-weight: 900;
    font-size: 1rem;
}

/* Fade Up Animation */
.fade-up {
    opacity: 0;
    transform: translateY(30px);
    transition: all 0.6s ease-out;
}

.fade-in.show {
    opacity: 1;
    transform: translateY(0);
}

/* Responsive */
@media (max-width: 991px) {
    .innovation-grid {
        justify-content: center;
    }

    .innovation-card {
        max-width: 90vw;
    }
}

@media (max-width: 480px) {
    .innovation-hero-content h2 {
        font-size: 2rem;
    }

    .innovation-content h3 {
        font-size: 1.4rem;
    }

    .innovation-content ul {
        font-size: 1rem;
    }
}

/* slider home page */
.slider {
    /* position: relative;
    overflow: hidden; */
    width: 100%;
}

.slide {
    display: none;
    animation: fade 0.8s ease-in-out;
}

.slide.active {
    display: block;
}

.slider-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    display: flex;
    justify-content: space-between;
    transform: translateY(-50%);
    padding: 0 20px;
}

.slider-nav button {
    background: rgba(0, 0, 0, 0.5);
    border: none;
    color: white;
    padding: 10px 15px;
    cursor: pointer;
    font-size: 20px;
    border-radius: 50%;
}

@keyframes fade {
    from {
        opacity: 0.4;
    }
    to {
        opacity: 1;
    }
}

/* About Us */
/* General */
.section-padding {
    padding: 4rem 1.5rem;
}
.bg-light {
    background-color: #f8f9fb;
}
.section-title {
    font-size: 1.8rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #2d4739;
}

/* Text Styling */
.about-text p {
    font-size: 1.1rem;
    line-height: 1.8;
    margin-bottom: 1.2rem;
    color: #444;
}

/* Vision & Mission */
.grid-two {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(320px, 1fr));
    gap: 2rem;
}
.card-style {
    background: white;
    padding: 2rem;
    border-radius: 12px;
    box-shadow: 0 6px 18px rgba(0, 0, 0, 0.06);
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.card-style:hover {
    transform: translateY(-5px);
    box-shadow: 0 12px 25px rgba(0, 0, 0, 0.1);
}

.section-action.about-community {
    position: relative;
    background-size: cover;
    background-position: center;
    padding: 4rem 1.5rem;
    color: white;
    overflow: hidden;
}

.section-action.about-community .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(
        to bottom right,
        rgba(0, 0, 0, 0.6),
        rgba(44, 84, 44, 0.6)
    );
    z-index: 1;
}

.about-community-content {
    position: relative;
    z-index: 2;
    max-width: 900px;
    margin: 0 auto;
    text-align: left;
}

.about-community-content h3 {
    font-size: 2rem;
    font-weight: 700;
    margin-bottom: 1.5rem;
    color: #fff;
}

.mission-list {
    list-style: none !important;
    padding: 0;
    margin: 0;
}

.mission-list li {
    margin-bottom: 1rem;
    padding-left: 2rem;
    position: relative;
    font-size: 1.05rem;
    line-height: 1.6;
}

.mission-list li::before {
    content: "✔";
    position: absolute;
    left: 0;
    color: #80ffb4;
    font-weight: bold;
    font-size: 1.2rem;
}

.fade-up {
    opacity: 0;
    animation: fadeUp 1s ease forwards;
}

@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .about-community-content h3 {
        font-size: 1.5rem;
    }
    .mission-list li {
        font-size: 1rem;
    }
}

/* Core Values */
.values-grid {
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 2rem;
    margin-top: 2rem;
}
.value-card {
    background: white;
    padding: 2rem;
    border-radius: 10px;
    border-top: 4px solid #3c8c5a;
    text-align: center;
    transition: transform 0.3s ease, box-shadow 0.3s ease;
}
.value-card h4 {
    font-size: 1.3rem;
    margin-bottom: 1rem;
    color: #2d4739;
}
.value-card p {
    font-size: 0.95rem;
    color: #555;
}
.value-card:hover {
    transform: translateY(-6px);
    box-shadow: 0 10px 20px rgba(0, 0, 0, 0.08);
}

/* Animations */
.fade-in {
    animation: fadeIn 1s ease forwards;
    opacity: 0;
}
.fade-up {
    animation: fadeUp 1s ease forwards;
    opacity: 0;
}
@keyframes fadeIn {
    to {
        opacity: 1;
    }
}
@keyframes fadeUp {
    from {
        opacity: 0;
        transform: translateY(20px);
    }
    to {
        opacity: 1;
        transform: translateY(0);
    }
}

@media (max-width: 768px) {
    .section-padding {
        padding: 3rem 1rem;
    }
    .section-title {
        font-size: 1.5rem;
    }
}

/* Contact Us */
.contact-info-section {
    padding: 2rem 1rem;
    background: #f8f9fa;
}

.contact-info-content {
    display: flex;
    flex-direction: column;
    gap: 2rem;
}

.contact-details h2 {
    font-size: 1.5rem;
    margin-bottom: 1rem;
}

.contact-details p {
    margin: 0.3rem 0;
    font-size: 1rem;
}

.contact-social-links {
    display: flex;
    gap: 1rem;
    margin-top: 1rem;
    padding: 0;
    list-style: none;
}

.contact-social-links li a {
    color: #555;
    font-size: 1.5rem;
    transition: color 0.3s ease;
}

.contact-social-links li a:hover {
    color: #007bff;
}

.contact-map iframe {
    border-radius: 8px;
    width: 100%;
    height: 350px;
}

/* Desktop layout */
@media (min-width: 768px) {
    .contact-info-content {
        flex-direction: row;
        align-items: flex-start;
    }

    .contact-details {
        flex: 1;
    }

    .contact-map {
        flex: 1;
    }
}
