:root {
    --primary: #415225;
    --primary-light: #83b240;
    --secondary: #172600;
    --deep-color: #121212;

    --fs-heading: 40px;
    --fs-subheading: 30px;
    --fs-button: 16px;
    --fs-text: 16px;
    --fs-title: 24px;
    --fs-text-sm: 14px;
    --fs-sm: 12px;

    --font-family: system-ui, -apple-system, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", "Liberation Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji";
}

body {
    background-color: #fff;
    background: #eef3f9;
    color: #000;    
    font-family: var(--font-family);
    font-size: var(--fs-text);
    font-weight: 400;
    line-height: 1.5;
    overflow-x: hidden;
}

:focus-visible {
    outline: 0;
}

img {
    max-width: 100%;
    height: auto;
}


a {
    text-decoration: none;
    outline: 0;
}

a:hover {
    color: var(--secondary);
}

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

p {
    font-style: normal;
    font-weight: 400;
    color: #072535;
    font-size: 16px;
    letter-spacing: .05em;
    line-height: 1.5rem;
    margin-bottom: 2rem;
}

section {
    padding: 80px 0;
}

a[href] {
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
}

.button,
a.button {
    font-style: normal;
    font-weight: 700;
    color: #072535;
    display: inline-block;
    font-size: .75rem;
    line-height: .938rem;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-transform: uppercase;
    -webkit-transition: all .4s linear;
    transition: all .4s linear;
    background: var(--primary-light);
    border-bottom: 1px solid var(--primary);
    border-left: 1px solid var(--primary);
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.button::before,
a.button::before {
    background: #fff;
    content: '';
    height: 1px;
    left: 0;
    position: absolute;
    top: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    width: 100%;
}

.button:hover::before,
a.button:hover::before {
    background: #fff;
    left: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    width: 100%;
}

.button::after,
a.button::after {
    background: #fff;
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    width: 1px;
}

.button:hover::after,
a.button:hover::after {
    background: #fff;
    height: 100%;
    right: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
}

.button__text,
a.button__text {
    display: block;
    letter-spacing: 1.2px;
    padding: 1rem;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    padding: 1rem 1.5rem;
    color: #fff;
}

.button:hover .button__text,
a.button:hover .button__text {
    background: var(--primary-light);
    color: #072535;
}

a.button.button2 {
    border: 0;
}

a.button.button2::before {
    background: transparent;
}

a.button.button2::after {
    height: 1px;
    width: 100%;
    top: 22px;
    left: 0;
}

a.button.button2 .button__text {
    padding: 0;
}

.navigation__item-link {
    color: #000;
    display: inline-block;
    padding: 5px 0;
    position: relative;
    text-decoration: none;
}

a,
a:visited {
    color: var(--primary);
    -webkit-transition: all .3s ease 0;
    transition: all .3s ease 0;
}

.accordion-item{
    background: transparent;
}

.teaser__title {
    margin-top: 0;
    font-weight: 300;
    letter-spacing: .05em;
    color: #fff;
    font-size: 2rem;
    line-height: 2.5rem;
}

.teaser__subheading {
    font-size: 20px;
    margin-bottom: 4px;
    color: #ababab;
}

.teaser__content p {
    color: #fff;
}

.feature-title {
    color: #000;
    font-size: 2.5rem;
    letter-spacing: .05em;
    line-height: 3rem;
    margin-bottom: 2rem;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    font-weight: 500;
    letter-spacing: .15rem;
    line-height: 3.5rem;
    margin-bottom: 0;
}

.feature-statement-cards {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    gap: 1.5rem 0;
    list-style: none;
    width: 100%;
}

.feature-statement-cards li {
    height: auto;
    margin-left: 0;
    width: 100%;
}

.feature-statement-cards li a {
    padding: 0;
    text-decoration: none;
}

.button--color-secondary .button__text,
.button--color-secondary a.button__text {
    border-bottom: 1px solid var(--primary);
    color: var(--primary);
    padding: 0;
    padding: .438rem 0;
}

.feature__content {
    border-left: .063rem solid var(--primary);
    padding: 0 1.5rem;
}

.feature__content .button__text {
    padding-top: .625rem;
}

.feature-statement-cards li .button__text {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    font-size: .75rem;
    letter-spacing: .075rem;
    text-transform: uppercase;
}

.feature-card-headline {
    font-size: 1.5rem;
    letter-spacing: .05em;
    line-height: 2rem;
    margin-bottom: 2rem;
    text-align: left;
    color: var(--deep-color);
    font-weight: 500;
    letter-spacing: .1rem;
    line-height: 2.5rem;
    margin-bottom: 0;
}

.feature-card-description {
    color: #072535;
    font-size: 1rem;
    letter-spacing: .05rem;
    line-height: 1.5rem;
    padding: .75rem 0 0;
}

.navigation__group {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    list-style: none;
    overflow: hidden;
    width: 100%;
}

.navigation>.navigation__group {
    margin-bottom: 1.25rem;
}

.navigation__item {
    margin-left: 1.25rem;
}

.navigation {
    text-align: left;
}

.section--background-dark-color {
    background-color: #072535;
    color: #fff;
}

h4 {
    color: var(--primary);
    font-size: 1.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 2rem;
    margin-bottom: 2rem;
    text-align: left;
}

h1 {
    color: var(--primary);
    font-size: 3rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 3.5rem;
}

h3 {
    color: var(--primary);
    font-size: 2rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 2.5rem;
    margin-bottom: 2rem;
}

h5 {
    color: var(--primary);
    font-size: 1.375rem;
    font-weight: 400;
    letter-spacing: .05em;
    line-height: 1.875rem;
    margin-bottom: 2rem;
}

.section--background-dark-color h4 {
    color: #fff;
}

.link-list {
    background: var(--secondary);
    padding: 0;
}

.link-list figure {
    margin-bottom: 0;
}

.link-list-container {
    background: var(--secondary);
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: auto;
    max-width: 90rem;
    min-height: 0;
    width: 100%;
}

.link-list__text-container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-preferred-size: 100%;
    flex-basis: 100%;
    -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;
    padding: 2.5rem 1.25rem;
    position: relative;
    width: 100%;
}

.link-list__image-container {
    display: none;
    height: auto;
    overflow: hidden;
    position: relative;
}

.link-list-eyebrow {
    color: #072535;
    font-size: 1rem;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.25rem;
    border-top: .063rem solid #fff;
    color: #fff;
    letter-spacing: .1rem;
    padding: 1.5rem 0 2.875rem 0;
}

.link-list-links {
    list-style-type: none;
    margin: 0;
    width: 100%;
}

.link-list__text-container ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    row-gap: 12px;
}

.link-list-links li {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin: 0;
}

.link-list__text-container ul:hover li {
    opacity: 1;
}

.link-list__text-container ul.link-list-links li:hover {
    opacity: 1;
}

.link-list__link a {
    color: var(--primary);
    font-size: 2.5rem;
    font-weight: 300;
    letter-spacing: .05em;
    line-height: 3rem;
    margin-bottom: 2rem;
    color: #fff;
    letter-spacing: .125rem;
    margin: 0;
    padding: 0 0 0 4rem;
    text-decoration: none;
}

.link-list__image img {
    transition: 0.8s ease-in-out;
}

.link-list-default__image img {
    transition: 1.2s ease-in-out;
}

.teaser--type-tile-left-charcoal .teaser,
.teaser--type-tile-left-ink .teaser,
.teaser--type-tile-right .teaser,
.teaser--type-no-image .teaser {
    background-color: #072535;
    color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    -ms-flex-direction: row-reverse;
    flex-direction: row-reverse;
    margin: auto;
    max-width: 90rem;
}

.teaser--type-tile-left-charcoal .teaser__image-title,
.teaser--type-tile-left-ink .teaser__image-title,
.teaser--type-tile-right .teaser__image-title,
.teaser--type-no-image .teaser__image-title {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -ms-flex-direction: row;
    flex-direction: row;
    margin: 2.375rem 0 2.375rem 1.25rem;
    overflow: hidden;
}

.separator__horizontal-rule-thin .separator__horizontal-rule {
    border: 0;
    border-radius: .0625rem;
    border-top: 1px solid #072535;
    height: .125rem;
    width: 100%;
    margin: 50px 0;
    background: transparent;
}

/* Home Page Start */

.home_wrapper {
    background: url('../images/banner/background.png');
    background-repeat: no-repeat;
    background-position: left;
    background-size: cover;
    /* height: calc(100vh - 104px); */
    height: auto;
    overflow: hidden;
}

.home_wrapper .wrapper {
    display: flex;
    align-items: center;
    gap: 00px;
}

.home_wrapper .left{
    width: 500px;
    min-width: 500px;
}
.home_wrapper .right{
    width: calc(100% - 500px);
    min-width: calc(100% - 500px);
}

.home_wrapper .img-group{
    width: 100%;
    padding-top: 0px;
    margin-left: 50px;
    position: relative;
}

.home_wrapper .img1{
    position: relative;
    z-index: 2;
    /* animation: rotateAntiClockwise 60s linear infinite; */
}

@keyframes rotateAntiClockwise {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.home_wrapper .img2{
    position: absolute;
    left: 0;
    z-index: 0;
    animation: rotateClockwise 40s linear infinite;
}

@keyframes rotateClockwise {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.home_wrapper .right{
    padding: 0 40px;
    text-align: right;
}

.home_wrapper h4{
    font-size: 80px;
    line-height: 80px;
    color: #B5DB79;
    text-align: right;
    opacity: 0;
    transform: translateX(50px);
    animation: fadeInRight 2s ease-out forwards;
    font-family: 'Impact', sans-serif;
    animation-delay: 1s;
}

.home_wrapper p{
    color: #fff;
    font-size: 20px;
    line-height: 30px;
    margin-top: 60px;
    opacity: 0;
    transform: translateX(50px);
    animation: fadeInRight 2s ease-out forwards;
    animation-delay: 2s;
}

@keyframes fadeInRight {
  from {
    opacity: 0;
    transform: translateX(50px);
  }
  to {
    opacity: 1;
    transform: translateX(0);
  }
}

.about_us {
    background-color: #eef3f9;
    color: var(--deep-color);
}

.about_us .action-link.button {
    border: 0;
    border-bottom: 1px solid var(--deep-color);
    border-left: 1px solid var(--deep-color);
}

.about_us .teaser__content p{
    color: var(--deep-color);
}

.about_us .teaser__title{
    color: var(--deep-color);
    font-weight: 500;
}

.about_us .teaser__subheading{
    color: var(--deep-color);
}

.who_we_are {
    background: #eef3f9;
    padding-top: 0;
}

.who_we_are .feature-title {
    margin-bottom: 4rem;
}

/* Home Page End */

/* Header Page Start */

/* header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
} */

header {
    position: sticky;
    top: 0;
    background: #fff;
    z-index: 9;
}

header .navbar button,
header .navbar button:focus{
    box-shadow: none;
    border: 0;
    outline: 0;
}

header .navbar-nav {
    background: transparent;
    border-radius: 14px;
}

header .navbar .nav-item {
    margin-right: 20px;
}

header .navbar .navbar-nav .nav-link {
    font-size: 15px;
    color: #000;
    font-weight: 500;
    text-align: center;
}

header .navbar .navbar-nav .nav-link.active {
    color: var(--primary);
}

/* Header Page End */


/* Footer Page Start */

.footer {
    background-color: #eef3f9;
}

.footer__logo img{
    width: 160px;
    min-width: 160px;
}

.footer__bottom-bar {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: 0;
    width: 100%;
}

.footer__bottom-bar-content {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
}


.footer__nav-contacts {
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.125rem;
    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: start;
    -ms-flex-pack: start;
    justify-content: flex-start;
    letter-spacing: .087rem;
    margin: 0;
    padding: 0;
    text-align: left;
    text-decoration: none;
    width: 100%;
    margin-bottom: 30px;
}

.footer__nav-contacts-label{
    width: 100%;
    font-weight: 700;
}

.footer__nav-contacts label{
    font-weight: 700;
}

.footer__nav-external-pages {
    width: 100%;
}

.footer__nav-external-pages ul {
    border-right: 0;
    list-style-type: none;
    margin: 0;
    padding: 6px 0 0;
}

.footer__nav-external-pages ul li {
    margin-left: 0;
}

.footer__nav-external-pages ul li a {
    text-decoration: none;
}

.footer__copyright {
    color: var(--primary);
    font-size: 14px;
    font-weight: 500;
    letter-spacing: .1em;
    line-height: 1.125rem;
    border: 0;
    letter-spacing: .087rem;
    margin: 0;
    padding: 0;
    width: 100%;
    margin: 0;
    padding: 14px 0;
    background: #e5eaf1;
}

.footer .footer__copyright-text {
    text-align: center;
}

/* Footer Page End */

/* Contact Page Start */

.teaser--type-tile-left-ink {
    background-color: var(--secondary);
}

.teaser--type-tile-left-ink .teaser {
    background-color: var(--secondary);
    margin: auto;
    max-width: 90rem;
}

.contact-page-layout .section2 .button::after,
.contact-page-layout .section2 a.button::after {
    background: var(--primary);
    content: '';
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    -webkit-transition: all .1s linear;
    transition: all .1s linear;
    width: 1px;
}

.contact-page-layout .button--aligned-left {
    overflow: hidden;
}

.contact-page-layout .section__container {
    padding: 100px 0;
}

.hero-banner h1 {
    color: var(--primary);
    margin-bottom: 1.5rem;
    margin-top: 0;
}

.hero-banner p {
    color: #072535;
    font-size: 1.5rem;
    font-weight: 300;
    line-height: 2rem;
}

/* Contact Page End */

/* How it works Page Start */

.how_it_works{
    background-color: var(--secondary);
    padding-bottom: 110px;
    overflow: hidden;
}

.how_it_works h4{
    color: #fff;
}

.how_it_works ul li{
    color: #fff;
    list-style: disc;
    margin-left: 20px;
    font-size: 16px;
}

.how_it_works .image__figure{
    margin: 0;
}

.how_it_works .teaser__image .image__picture_ani {
    height: 100%;
    width: 100%;
    margin-bottom: -250px;
}


/* How it works Page End */


/* Our Values Page Start */

.our_values ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 20px;
    list-style: none; /* optional */
    padding: 0;
    margin: 0;
}

.our_values ul li{
    list-style: disc;
    margin-left: 20px;
}

/* Our Values Page End */

.industries{
    background-color: var(--secondary);
}

.industries h4{
    color: #fff;
    margin-bottom: 20px;
}

.industries p{
    color: #fff;
    font-size: 18px;
}

.industries ul{
    display: grid;
    grid-template-columns: repeat(auto-fit, minmax(250px, 1fr));
    gap: 10px;
}

.industries ul li{
    color: #fff;
    list-style: disc;
    margin-left: 20px;
    font-size: 16px;
}

.industries .image__figure{
    margin: 0;
}

@media only screen and (min-width: 1024px) {
    .industries{
        background-color: var(--secondary);
        position: relative;
        overflow: hidden;
        padding: 130px 0;
    }

    .industries .teaser__image .image__image{
        position: absolute;
        left: 0;
        width: 600px;
        height: auto;
        top: 50%;
        transform: translate(-30%, -50%);
    }
}

.join_us {
    background-color: var(--secondary);
}

.join_us .image__figure {
    margin-bottom: 0;
}

.join_us .teaser__action-link.button {
    border-bottom: 1px solid #fff;
    border-left: 1px solid #fff;
}

.join_us .teaser__action-link.button::after {
    background: #fff;
}

.faq-section .accordion-item {
    border-radius: 0;
    border: 0;
    border-bottom: 1px solid var(--primary);
    padding: 10px 0;
}

.faq-section .accordion-item:first-child {
    border-top: 1px solid var(--primary);
}

.faq-section .accordion-item button {
    background: transparent;
    box-shadow: none;
    outline: 0;
    border: 0;
    color: #000;
    font-size: 24px;
    display: flex;
    justify-content: space-between;
}

.faq-section .accordion-item button::after {
    display: none;
}

.faq-section .accordion-item button:focus {
    box-shadow: none;
    outline: 0;
}

.faq-section .accordion-item .accordion-body {
    padding-top: 0;
    color: #282828;
    font-size: 20px;
}

.faq-section p {
    font-size: 16px;
    margin-top: 20px;
}

.faq-section .accordion-item .accordion-button.collapsed .accordion__item-icon--plus,
.faq-section .accordion-item .accordion-button .accordion__item-icon--minus {
    display: block;
}

.faq-section .accordion-item .accordion-button .accordion__item-icon--plus,
.faq-section .accordion-item .accordion-button.collapsed .accordion__item-icon--minus {
    display: none;
}

.faq-section .accordion-item .accordion-button .accordion__item-icon--minus path{
    stroke: #fff;
}

.teaser__image  .image__image{
    opacity: .4;
}

.teaser__image .image__picture_ani {
    position: relative;
    height: 500px;
    width: 500px;
    display: block;
}

.teaser__image .image__picture_ani .image__image {
    height: 100%;
    width: 100%;
    object-fit: contain;
    opacity: 1;
}

.teaser__image .image__picture_ani .image__image_1{
    opacity: .4;
    animation: rotateClockwiseLogo 1s linear infinite;
}


@keyframes rotateClockwiseLogo {
  from {
    transform: rotate(360deg);
  }
  to {
    transform: rotate(0deg);
  }
}

.teaser__image .image__picture_ani .image__image_2 {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    height: 100%;
    width: 100%;
    z-index: 1;
}