@import url('https://fonts.googleapis.com/css2?family=Inter:ital,opsz,wght@0,14..32,100..900;1,14..32,100..900&family=Nunito:ital,wght@0,200..1000;1,200..1000&display=swap');

:root {
    --font-body-1-family: "Inter", sans-serif;
}

header {
    width: 100%
}

.beige {
    background-color: var(--color-beige)
}

.nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 10px;
    padding: 0 64px;
    height: 120px;
    opacity: 1;
    border-radius: 0;
    position: relative;
    max-width: 1500px;
    margin: auto;
}

@media (max-width: 768px) {
    .nav {
        padding: 0 25px;
    }
}

.container-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    gap: 0;
    border-radius: 8px;
    opacity: 1;
    background: url(../../images/2.0/header-element-1.svg);
    background-repeat: no-repeat;
    background-position: center;
    /* background-size: 100% 100%; */
    background-size: 100% 85%;
}

@media (min-width:1600px) {
    .container-nav {
        padding-top: 20px;
    }
}

.menu-container {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    width: fit-content;
    height: 36px;
    padding: 0 12px;
    gap: 20px;
    border-radius: 4px;
    opacity: 1;
}

.menu-logo-button {
    display: inline-flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    gap: 10px
}

.menu-logo-button,
.menu-logo-button:visited,
.menu-logo-button:hover,
.menu-logo-button:active,
.menu-logo-button:focus {
    color: var(--color-beige);
    text-decoration: none
}

.menu-logo-button img {
    width: 145px;
    height: 30px;
}

.menu-logo-button-text {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    width: fit-content;
    height: 11px;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    font-family: var(--font-heading-family), sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 90%;
    letter-spacing: 0;
    text-align: left
}

.menu-divider-line {
    width: 1px;
    height: 16px;
    background-color: #1c312e3b;
    border-radius: 0;
    opacity: 1
}

.menu-container-button {
    width: fit-content;
    padding: 0;
    border-radius: 0;
    opacity: 1;
    font-family: var(--font-body-1-family), sans-serif;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0.01em;
    text-decoration: none;
    /* color: var(--color-beige); */
    color: var(--color-primary-bg);
    text-align: left;
    cursor: pointer;
}

#header-hire-talent-button {
    text-decoration: none;
    outline: none;
    border: none
}

#header-hire-talent-button:hover {
    background: #3a3733;
    transform: translateY(-2px);
}

.mobile-container-nav {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%
}

.menu-logo-mobile-button-text {
    height: 11px;
    padding: 0;
    opacity: 1;
    font-family: var(--font-heading-family), sans-serif;
    font-weight: 600;
    font-size: 16px;
    line-height: 90%;
    letter-spacing: 0;
    color: var(--color-black)
}

.mobile-menu-icon {
    display: none;
    width: 20px;
    height: 20px;
    cursor: pointer
}

.mobile-menu {
    display: none;
    flex-direction: column;
    position: absolute;
    top: 0;
    right: 0;
    margin: 16px;
    background-color: var(--color-dark-green);
    padding: 20px;
    z-index: 1000;
    overflow: visible;
    border-radius: 8px
}

.mobile-menu-item {
    color: var(--color-beige);
    font-size: 16px;
    line-height: 1.5;
    text-decoration: none
}

.mobile-menu.open {
    display: flex
}

@media (min-width:1380px) {
    .container-nav {
        max-width: calc(100% - 15px);
        margin: auto;
    }
}

@media (max-width:1250px) {
    .container-nav {
        background: none;
    }
}

@media (min-width:1025px) {
    .container-nav {
        display: flex;
    }

    .mobile-container-nav {
        display: none
    }
}

@media (max-width:1024px) {
    .container-nav {
        display: none;
    }

    .mobile-container-nav {
        display: flex
    }

    .mobile-menu-icon {
        display: block
    }
}

@media (max-width:390px) {
    .nav {
        padding: 0 16px
    }
}

footer {
    background-color: var(--color-dark-green);
    padding: 100px 100px 40px 100px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 64px
}

.footer-logo {
    display: block
}

.footer-logo-mobile {
    display: none
}

.footer-logo-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

;

.footer-logo-button-text {
    font-family: var(--font-heading-family), sans-serif;
    font-size: 229px;
    color: var(--color-beige);
    line-height: 90%;
    font-weight: 600
}

footer a {
    color: var(--color-beige);
    text-decoration: none
}

.footer-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 100px;
    color: var(--color-beige);
    font-size: 16px;
    width: 100%
}

.footer-main {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    gap: 73px
}

.footer-connections {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    gap: 32px
}

.footer-info {
    display: flex;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 73px
}

.footer-for-teams,
.footer-for-experts,
.footer-company {
    display: flex;
    flex-direction: column;
    gap: 12px
}

.footer-for-teams {
    width: 101px
}

.footer-for-experts {
    width: 128px
}

.footer-company {
    width: 88px
}

.footer-info-title {
    color: var(--color-white);
    opacity: 1;
    text-align: start;
    font-weight: 600
}

.footer-info-link,
.footer-connect,
.footer-subscribe-row {
    color: var(--color-beige);
    opacity: 0.5;
    text-align: start;
    font-weight: 400
}

.footer-info-link {
    line-height: 110%
}

.footer-subscribe-form {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 8px;
    padding-bottom: 8px
}

.footer-subscribe-input {
    width: 100%;
    max-width: 360px;
    padding: 14px 20px;
    font-size: 16px;
    color: var(--color-white);
    background-color: #444;
    border: 1px solid #444;
    border-radius: 8px;
    outline: none;
    box-sizing: border-box;
    transition: border-color 0.3s ease
}

.footer-subscribe-input::placeholder {
    color: #AAAAAA;
    opacity: 0.6
}

.footer-subscribe-input:focus {
    border-color: #888
}

.footer-subscribe-button {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: 118px;
    height: 44px;
    padding: 8px 12px;
    gap: 8px;
    border-radius: var(--button-border-radius);
    opacity: 1;
    background-color: #E2E2D9;
    box-sizing: border-box;
    font-size: 16px;
    font-style: normal;
    font-weight: 600;
    line-height: 1.4;
    letter-spacing: -0.16px
}

.footer-subscribe-button:hover {
    background-color: var(--color-secondary-bg-hover)
}

.footer-social {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px
}

.footer-copyrights {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: space-between;
    font-size: 14px;
    font-weight: 400;
    line-height: 140%;
    color: var(--color-beige);
    width: 100%;
    padding-top: 24px;
    border-top: #444 solid 1px
}

.footer-policies {
    display: flex;
    flex-direction: row;
    gap: 20px
}

@media (max-width:1350px) {
    footer {
        padding: 40px
    }

    .footer-logo-button {
        justify-content: center;
        gap: 40px
    }
}

@media (max-width:1300px) {
    .footer-logo-button img {
        width: 96px;
        height: 96px
    }

    .footer-logo-button-text {
        font-size: 156px
    }
}

@media (max-width:1024px) {
    footer {
        padding: 40px;
        gap: 48px
    }

    .footer-logo-button {
        width: 100%
    }

    .footer-content {
        gap: 40px
    }

    .footer-main {
        flex-direction: column;
        gap: 40px
    }

    .footer-connections {
        width: 100%;
        height: auto
    }

    .footer-connect {
        color: #E2E2D9;
        opacity: 1
    }

    .footer-info {
        justify-content: flex-start
    }

    .footer-for-teams {
        width: 101px
    }

    .footer-for-experts {
        width: 128px
    }

    .footer-company {
        width: 88px
    }

    .footer-copyrights {
        flex-direction: column;
        width: 100%;
        gap: 16px;
        padding-top: 40px
    }
}

@media (max-width:900px) {
    .footer-logo-button img {
        width: 54px;
        height: 54px
    }

    .footer-logo-button-text {
        font-size: 64px;
        padding-right: 8px
    }
}

@media (max-width:530px) {
    footer {
        padding: 40px 20px
    }

    .footer-logo-button {
        gap: 16px
    }

    .footer-logo {
        display: none
    }

    .footer-logo-mobile {
        display: block
    }

    .footer-logo-button-text {
        color: #E2E2D9
    }

    .footer-subscribe-form {
        flex-direction: column;
        gap: 8px
    }

    .footer-subscribe-button {
        width: 100%
    }

    .footer-subscribe-input {
        max-width: unset
    }

    .footer-for-teams,
    .footer-for-experts,
    .footer-company {
        display: flex;
        flex-direction: column;
        gap: 12px
    }

    .footer-info {
        flex-direction: column;
        width: 100%;
        height: auto;
        gap: 40px
    }
}

.section-navigation-bar {
    background-color: var(--color-dark-green);
    width: 888px;
    margin-left: 64px;
    position: relative;
    z-index: 1;
    overflow: visible
}

.navigation-bar-content {
    display: flex;
    flex-direction: column;
    gap: 24px;
    padding: 24px;
    z-index: 9999;
    background-color: var(--color-dark-green);
    position: absolute
}

#navigation-bar-platform {
    display: none
}

#navigation-bar-company {
    display: none
}

.navigation-bar-title {
    display: flex;
    flex-direction: row;
    align-items: center;
    gap: 16px;
    padding-bottom: 24px;
    border-bottom: #888888 1px solid
}

.navigation-bar-title-text {
    color: var(--color-beige);
    font-family: Inter, sans-serif;
    font-size: 24px;
    font-style: normal;
    font-weight: 600;
    line-height: 100%
}

.navigation-bar-title-icon {}

.navigation-bar-content-main {
    display: flex;
    flex-direction: row;
    gap: 24px;
    padding-top: 24px
}

.navigation-bar-content-main-card {
    display: flex;
    width: 264px;
    aspect-ratio: 264 / 296;
    padding: 24px;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    gap: 12px;
    cursor: pointer;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center center;
    overflow: hidden
}

.navigation-bar-content-main-card-title {
    color: var(--color-beige);
    font-family: Inter, sans-serif;
    font-size: 18px;
    font-style: normal;
    font-weight: 700;
    line-height: 140%
}

.navigation-bar-content-main-card-text {
    color: var(--color-beige);
    font-family: Inter, sans-serif;
    font-size: 15px;
    font-style: normal;
    font-weight: 500;
    line-height: 150%
}

#navigation-bar-find-talent {
    background-image: url('https://liceum.ai/wp-content/themes/liceumai-theme/assets/images/navbar-find-talent.webp')
}

#navigation-bar-find-projects {
    background-image: url('https://liceum.ai/wp-content/themes/liceumai-theme/assets/images/navbar-find-projects.webp')
}

#navigation-bar-what-makes-us-different {
    background-image: url('https://liceum.ai/wp-content/themes/liceumai-theme/assets/images/navbar-what-makes-us-different.webp')
}

#navigation-bar-about-us {
    background-image: url('https://liceum.ai/wp-content/themes/liceumai-theme/assets/images/navbar-about-us.webp')
}

#navigation-bar-faqs {
    background-image: url('https://liceum.ai/wp-content/themes/liceumai-theme/assets/images/navbar-faqs.webp')
}

#navigation-bar-contact-us {
    background-image: url('https://liceum.ai/wp-content/themes/liceumai-theme/assets/images/navbar-contact-us.webp')
}

@media (max-width:1200px) {
    .navigation-bar-content-main-card {
        width: 135px
    }

    .navigation-bar-title-text {
        font-size: 20px
    }
}

@media (max-width:768px) {
    .section-navigation-bar {
        display: none
    }
}

.section-final-block {
    background: var(--color-primary-green);
    background: #C3FCCB;
    padding-bottom: 20%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: space-between;
    overflow-x: hidden;
    position: relative
}

.section-final-block--bg {
    background-image: url('https://liceum.ai/wp-content/themes/liceumai-theme/assets/images/earth-lines.webp');
    background-position: center calc(100% + 64px);
    background-repeat: no-repeat;
    background-size: contain
}

.final-block-headings {
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    width: 750px;
    height: 201px;
    padding: 96px 96px 64px 96px
}

#final-block-subtitle {
    opacity: 0.70;
    text-align: center;
    padding: 16px
}

.final-block-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 16px;
    padding-top: 24px
}

#final-block-second-button {
    background-color: #BFE6BF
}

.final-block-video-crop {
    height: 40%;
    position: absolute;
    width: 100%;
    aspect-ratio: 1 / 1;
    overflow: hidden;
    bottom: 0
}

.final-block-video-crop video {
    width: 100%;
    height: auto;
    display: block;
    position: absolute;
    top: 0;
    left: 0
}

@media (max-width:768px) {
    .final-block-headings {
        width: 100%;
        padding: 40px 0 0 0;
        height: auto
    }

    #final-block-title {
        font-size: 32px;
        width: auto
    }

    #final-block-subtitle {
        font-size: 16px
    }

    #final-block-first-button,
    #final-block-second-button {
        font-size: 14px
    }
}

@media (max-width:550px) {
    .final-block-video-crop {
        height: 20%
    }
}

.section-pixels {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--color-primary);
    display: flex;
    flex-direction: column;
    align-items: start;
    justify-content: center;
    overflow: hidden
}

.pixels-row-1,
.pixels-row-2,
.pixels-row-3,
.pixels-row-4 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.pixels-row-4 {
    display: flex;
    justify-content: space-between;
    align-items: stretch
}

.pixels-row-middle {
    flex: 1;
    background-color: var(--color-secondary)
}

.pixels-row-start,
.pixels-row-end {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0
}

.pixels-secondary-1,
.pixels-primary-1 {
    width: clamp(0.8rem, 2.5vw, 2.8125rem);
    flex: 0 0 auto;
    aspect-ratio: 1 / 1
}

.pixels-secondary-1 {
    background-color: var(--color-secondary)
}

.pixels-primary-1 {
    background-color: var(--color-primary)
}

.section-pixels-reverse {
    width: 100%;
    margin: 0;
    padding: 0;
    background-color: var(--color-primary);
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: flex-start;
    overflow: hidden
}

.pixels-reverse-row-1,
.pixels-reverse-row-2,
.pixels-reverse-row-3,
.pixels-reverse-row-4,
.pixels-reverse-row-5 {
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-wrap: wrap
}

.pixels-reverse-row-1,
.pixels-reverse-row-2 {
    background-color: var(--color-secondary)
}

.pixels-reverse-row-3,
.pixels-reverse-row-4,
.pixels-reverse-row-5 {
    background-color: var(--color-primary)
}

.pixels-reverse-row-1 {
    height: clamp(0.8rem, 2.5vw, 2.8125rem)
}

.pixels-reverse-row-start,
.pixels-reverse-row-end {
    display: flex;
    flex-wrap: wrap;
    flex-direction: row;
    gap: 0
}

.pixels-reverse-secondary-1,
.pixels-reverse-primary-1 {
    width: clamp(0.8rem, 2.5vw, 2.8125rem);
    flex: 0 0 auto;
    aspect-ratio: 1 / 1
}

.pixels-reverse-secondary-1 {
    background-color: var(--color-secondary)
}

.pixels-reverse-primary-1 {
    background-color: var(--color-primary)
}

.section-verification-block {
    background-color: var(--color-brown);
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    width: 100%;
    overflow: hidden
}

.verification-block-left-decoration {
    display: flex;
    flex-direction: column;
    flex-shrink: 0
}

.verification-block-top-decoration,
.verification-block-bottom-decoration {
    height: 298px;
    display: flex;
    flex-direction: row;
    justify-content: flex-end
}

.white {
    background-color: var(--color-white)
}

.black {
    background-color: var(--color-brown)
}

.w-14 {
    width: 14px
}

.w-16 {
    width: 16px
}

.w-18 {
    width: 18px
}

.w-20 {
    width: 20px
}

.w-24 {
    width: 24px
}

.verification-block-main {
    padding: 96px;
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: auto
}

.verification-block-main>:nth-child(3) {
    margin-top: auto
}

.verification-block-main-content {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    gap: 8px;
    min-height: 0
}

.verification-block-main-header {
    padding-bottom: 16px
}

.verification-block-main-header-subtitle {
    color: var(--color-beige);
    font-size: 16px;
    opacity: 0.7
}

.verification-block-main-header-title {
    color: var(--color-beige);
    font-family: var(--font-heading-family), sans-serif;
    font-size: 56px;
    text-align: left
}

#verification-block-main-description {
    color: var(--color-beige);
    opacity: 0.7
}

.verification-block-illustration {
    height: 594px;
    aspect-ratio: 1;
    background-image: url('https://liceum.ai/wp-content/themes/liceumai-theme/assets/images/badge.webp');
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover
}

.verification-block-main-content-item {
    display: flex;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    gap: 8px
}

.verification-block-main-content-item-text {
    line-height: 1;
    color: var(--color-beige);
    opacity: 0.7;
    max-width: 550px
}

.verification-block-buttons {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
    gap: 16px;
    padding-top: 24px
}

#verification-block-second-button {
    background-color: #fff
}

#verification-block-second-button:hover {
    background-color: var(--color-dark-green)
}

@media (max-width:1280px) {

    .verification-block-top-decoration,
    .verification-block-bottom-decoration {
        height: 200px
    }

    .verification-block-illustration {
        height: 400px
    }

    .verification-block-main {
        width: 100%;
        min-width: unset;
        max-width: unset;
        padding: 40px;
        gap: 40px;
        order: 0
    }

    .verification-block-main-header {
        width: 100%;
        display: flex;
        flex-direction: column;
        gap: 16px
    }

    .verification-block-main-header-subtitle {
        width: 90%;
        font-size: 14px
    }

    .verification-block-main-header-title {
        width: 90%;
        font-size: 27px !important;
        line-height: 100% !important
    }

    #verification-block-main-description,
    .verification-block-main-content-item-text {
        font-size: 16px;
        margin-right: 24px
    }
}

@media (max-width:870px) {

    .verification-block-top-decoration,
    .verification-block-bottom-decoration {
        height: 150px
    }

    .verification-block-illustration {
        height: 300px
    }

    .verification-block-main {
        padding: 40px 16px 16px 16px
    }

    .verification-block-buttons {
        width: 100%;
        padding-top: 24px;
        padding-bottom: 24px;
        justify-content: space-between
    }

    #verification-block-first-button,
    #verification-block-second-button {
        width: 90%;
        font-size: 14px;
        letter-spacing: normal
    }

    .verification-block-main-content {
        width: 90%;
        gap: 20px
    }
}

@media (max-width:768px) {
    .section-verification-block {
        flex-direction: column;
        height: auto
    }

    .verification-block-left-decoration {
        display: none
    }

    .verification-block-illustration {
        order: -1;
        width: 100%;
        min-width: unset;
        height: auto;
        aspect-ratio: 1;
        background-position: center
    }
}

@font-face {
    font-family: 'Stack Sans Notch';
    src: url('https://liceum.ai/wp-content/themes/liceumai-theme/assets/fonts/StackSansNotch-VariableFont_wght.ttf') format('truetype');
    font-weight: 100 900;
    font-style: normal;
    font-display: swap
}

:root {
    margin: 0 !important;
    padding: 0 !important;
    --color-primary-green: #CEFACF;
    --color-beige: #F8F8EE;
    --color-beige-2: #E7E7DD;
    --color-brown: #35342E;
    --color-dark-green: #21251F;
    --color-white: #FFFFFF;
    --color-black: #121417;
    --color-deep-dark-green: #0F1F1A;
    --color-primary-bg: #1C312E;
    --color-primary-bg-hover: #1C312E;
    --color-primary-text: #FFFFFF;
    --color-secondary-bg: #FFFFFF;
    --color-secondary-bg-hover: #FFFFFF80;
    --color-secondary-text: #111111;
    --color-tertiary-text: #FFFFFF;
    --color-tertiary-text-hover: #025DFE;
    --font-display-family: 'Stack Sans Notch', system-ui, sans-serif;
    --font-display-size: 4.5rem;
    --font-display-line-height: 1.1;
    --font-display-weight: 500;
    --font-display-letter-spacing: 0;
    --color-display: var(--color-white);
    --font-display-light-family: 'Stack Sans Notch', system-ui, sans-serif;
    --font-display-light-size: 4.5rem;
    --font-display-light-line-height: 1.1;
    --font-display-light-weight: 300;
    --font-display-light-letter-spacing: 0;
    --color-display-light: var(--color-white);
    --font-heading-family: 'Stack Sans Notch', system-ui, sans-serif;
    --font-heading-size: 3rem;
    --font-heading-line-height: 1.1;
    --font-heading-weight: 500;
    --font-heading-letter-spacing: 0;
    --font-heading-color: var(--color-black);
    --font-h2-family: 'Stack Sans Notch', system-ui, sans-serif;
    --font-h2-size: 1.75rem;
    --font-h2-line-height: 1.2;
    --font-h2-weight: 700;
    --font-h2-letter-spacing: 0;
    --font-h2-color: var(--color-beige);
    --font-h3-family: 'Stack Sans Notch', system-ui, sans-serif;
    --font-h3-size: 1.5rem;
    --font-h3-line-height: 1.2;
    --font-h3-weight: 700;
    --font-h3-letter-spacing: 0;
    --font-h3-color: var(--color-white);
    --font-h4-family: 'Stack Sans Notch', system-ui, sans-serif;
    --font-h4-size: 1rem;
    --font-h4-line-height: 1.2;
    --font-h4-weight: 700;
    --font-h4-letter-spacing: 0;
    --font-h4-color: var(--color-white);
    --font-body-1-family: 'Inter', system-ui, sans-serif;
    --font-body-1-size: 1.25rem;
    --font-body-1-line-height: 1.5;
    --font-body-1-weight: 500;
    --font-body-1-letter-spacing: 0;
    --font-body-2-family: 'Inter', system-ui, sans-serif;
    --font-body-2-size: 1.125rem;
    --font-body-2-line-height: 1.65;
    --font-body-2-weight: 500;
    --font-body-2-letter-spacing: 0;
    --font-body-3-regular-family: 'Inter', system-ui, sans-serif;
    --font-body-3-regular-size: 1rem;
    --font-body-3-regular-line-height: 1.65;
    --font-body-3-regular-weight: 400;
    --font-body-3-regular-letter-spacing: 0;
    --font-body-3-medium-family: 'Inter', system-ui, sans-serif;
    --font-body-3-medium-size: 1rem;
    --font-body-3-medium-line-height: 1.5;
    --font-body-3-medium-weight: 500;
    --font-body-3-medium-letter-spacing: 0;
    --font-body-4-family: 'Inter', system-ui, sans-serif;
    --font-body-4-size: 0.875rem;
    --font-body-4-line-height: 1.2;
    --font-body-4-weight: 500;
    --font-body-4-letter-spacing: 0;
    --font-body-5-family: 'Inter', system-ui, sans-serif;
    --font-body-5-size: 0.75rem;
    --font-body-5-line-height: 1.2;
    --font-body-5-weight: 500;
    --font-body-5-letter-spacing: 0;
    --font-button-family: 'Inter', system-ui, sans-serif;
    --font-button-size: 1.0rem;
    --font-button-weight: 600;
    --font-button-letter-spacing: 0;
    --font-button-line-height: 110%;
    --button-padding-y: 0.5rem;
    --button-padding-x: 0.75rem;
    --button-border-radius: 0.5rem;
    --button-border-width: 1px;
    --font-mobile-display-size: 2rem;
    --font-mobile-display-line-height: 1.1;
    --font-mobile-display-weight: 500;
    --font-mobile-display-letter-spacing: 0;
    --font-mobile-display-light-weight: 300;
    --font-mobile-h1-size: 1.75rem;
    --font-mobile-h1-line-height: 1.1;
    --font-mobile-h1-weight: 500;
    --font-mobile-h2-size: 1.125rem;
    --font-mobile-h2-line-height: 1.2;
    --font-mobile-h2-weight: 700;
    --font-mobile-h3-size: 1rem;
    --font-mobile-h3-line-height: 1.2;
    --font-mobile-h3-weight: 700;
    --font-mobile-h4-size: 0.875rem;
    --font-mobile-h4-line-height: 1.2;
    --font-mobile-h4-weight: 700;
    --font-mobile-b1-size: 0.875rem;
    --font-mobile-b1-line-height: 1.5;
    --font-mobile-b1-weight-regular: 400;
    --font-mobile-b1-weight-medium: 500;
    --font-mobile-b1-weight-semibold: 600;
    --font-mobile-b2-size: 0.75rem;
    --font-mobile-b2-line-height: 1.5;
    --font-mobile-b2-weight: 400
}

html {
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

body {
    font-family: var(--font-body-1-family), sans-serif;
    font-size: var(--font-body-1-size);
    line-height: var(--font-body-1-line-height);
    font-weight: var(--font-body-1-weight);
    color: var(--color-black);
    background: var(--color-primary-green);
    margin: 0;
    padding: 0;
    overflow-x: hidden
}

.heading-h1,
.heading-h2,
.heading-h3,
.heading-h4,
.heading-display,
.heading-display-light {
    font-family: var(--font-display-family), system-ui, sans-serif
}

.heading-display {
    font-size: var(--font-display-size);
    line-height: var(--font-display-line-height);
    font-weight: var(--font-display-weight);
    letter-spacing: var(--font-display-letter-spacing);
    color: var(--color-display)
}

.heading-display-light {
    font-size: var(--font-display-light-size);
    line-height: var(--font-display-light-line-height);
    font-weight: var(--font-display-light-weight);
    letter-spacing: var(--font-display-light-letter-spacing);
    color: var(--color-display-light)
}

.heading-h1 {
    font-size: var(--font-heading-size);
    line-height: var(--font-heading-line-height);
    font-weight: var(--font-heading-weight);
    letter-spacing: var(--font-heading-letter-spacing);
    color: var(--font-heading-color);
    text-align: center
}

.heading-h2 {
    font-size: var(--font-h2-size);
    line-height: var(--font-h2-line-height);
    font-weight: var(--font-h2-weight);
    letter-spacing: var(--font-h2-letter-spacing);
    color: var(--font-h2-color)
}

.heading-h3 {
    font-size: var(--font-h3-size);
    line-height: var(--font-h3-line-height);
    font-weight: var(--font-h3-weight);
    letter-spacing: var(--font-h3-letter-spacing);
    color: var(--font-h3-color)
}

.heading-h4 {
    font-size: var(--font-h4-size);
    line-height: var(--font-h4-line-height);
    font-weight: var(--font-h4-weight);
    letter-spacing: var(--font-h4-letter-spacing);
    color: var(--font-h4-color)
}

.body-1,
.body-2,
.body-3-regular,
.body-3-medium,
.body-4,
.body-5 {
    font-family: var(--font-body-1-family), sans-serif
}

.body-1 {
    font-size: var(--font-body-1-size);
    line-height: var(--font-body-1-line-height);
    font-weight: var(--font-body-1-weight);
    letter-spacing: var(--font-body-1-letter-spacing)
}

.body-2 {
    font-size: var(--font-body-2-size);
    line-height: var(--font-body-2-line-height);
    font-weight: var(--font-body-2-weight);
    letter-spacing: var(--font-body-2-letter-spacing)
}

.body-3-regular {
    font-size: var(--font-body-3-regular-size);
    line-height: var(--font-body-3-regular-line-height);
    font-weight: var(--font-body-3-regular-weight);
    letter-spacing: var(--font-body-3-regular-letter-spacing)
}

.body-3-medium {
    font-size: var(--font-body-3-medium-size);
    line-height: var(--font-body-3-medium-line-height);
    font-weight: var(--font-body-3-medium-weight);
    letter-spacing: var(--font-body-3-medium-letter-spacing)
}

.body-4 {
    font-size: var(--font-body-4-size);
    line-height: var(--font-body-4-line-height);
    font-weight: var(--font-body-4-weight);
    letter-spacing: var(--font-body-4-letter-spacing)
}

.body-5 {
    font-size: var(--font-body-5-size);
    line-height: var(--font-body-5-line-height);
    font-weight: var(--font-body-5-weight);
    letter-spacing: var(--font-body-5-letter-spacing)
}

.button {
    font-family: var(--font-button-family), sans-serif;
    font-size: var(--font-button-size);
    font-weight: var(--font-button-weight);
    letter-spacing: var(--font-button-letter-spacing);
    padding: var(--button-padding-y) var(--button-padding-x);
    border-radius: var(--button-border-radius);
    border: none;
    cursor: pointer;
    transition: background-color 0.2s ease, color 0.2s ease;
    line-height: var(--font-button-line-height);
    gap: 8px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    width: fit-content;
    text-decoration: none;
    outline: none
}

.button-primary {
    background-color: var(--color-primary-bg);
    color: var(--color-primary-text)
}

.button-primary:hover {
    background-color: var(--color-primary-bg-hover)
}

.button-secondary {
    background-color: var(--color-secondary-bg);
    color: var(--color-secondary-text)
}

.button-secondary:hover {
    background-color: var(--color-secondary-bg-hover)
}

.button-tertiary {
    background-color: transparent;
    color: var(--color-tertiary-text);
    text-transform: uppercase;
    border: none;
    text-decoration: underline
}

.button-tertiary:hover {
    color: var(--color-tertiary-text-hover);
    text-decoration: underline
}

.bg-primary-green {
    background-color: var(--color-primary-green)
}

.bg-beige {
    background-color: var(--color-beige)
}

.bg-beige-2 {
    background-color: var(--color-beige-2)
}

.bg-brown {
    background-color: var(--color-brown)
}

.bg-dark-green {
    background-color: var(--color-dark-green)
}

.bg-white {
    background-color: var(--color-white)
}

.bg-black {
    background-color: var(--color-black)
}

.bg-dark-green {
    background-color: var(--color-deep-dark-green)
}

.text-primary-green {
    color: var(--color-primary-green)
}

.text-beige {
    color: var(--color-beige)
}

.text-beige-2 {
    color: var(--color-beige-2)
}

.text-brown {
    color: var(--color-brown)
}

.text-dark-green {
    color: var(--color-dark-green)
}

.text-white {
    color: var(--color-white)
}

.text-black {
    color: var(--color-black)
}

.heading-mobile-display {
    font-size: var(--font-mobile-display-size);
    line-height: var(--font-mobile-display-line-height);
    font-weight: var(--font-mobile-display-weight);
    letter-spacing: var(--font-mobile-display-letter-spacing)
}

.heading-mobile-display-light {
    font-size: var(--font-mobile-display-size);
    line-height: var(--font-mobile-display-line-height);
    font-weight: var(--font-mobile-display-light-weight);
    letter-spacing: var(--font-mobile-display-letter-spacing)
}

.heading-mobile-h1 {
    font-size: var(--font-mobile-h1-size);
    line-height: var(--font-mobile-h1-line-height);
    font-weight: var(--font-mobile-h1-weight)
}

.heading-mobile-h2 {
    font-size: var(--font-mobile-h2-size);
    line-height: var(--font-mobile-h2-line-height);
    font-weight: var(--font-mobile-h2-weight)
}

.heading-mobile-h3 {
    font-size: var(--font-mobile-h3-size);
    line-height: var(--font-mobile-h3-line-height);
    font-weight: var(--font-mobile-h3-weight)
}

.heading-mobile-h4 {
    font-size: var(--font-mobile-h4-size);
    line-height: var(--font-mobile-h4-line-height);
    font-weight: var(--font-mobile-h4-weight)
}

.body-mobile-1-regular {
    font-size: var(--font-mobile-b1-size);
    line-height: var(--font-mobile-b1-line-height);
    font-weight: var(--font-mobile-b1-weight-regular)
}

.body-mobile-1-medium {
    font-size: var(--font-mobile-b1-size);
    line-height: var(--font-mobile-b1-line-height);
    font-weight: var(--font-mobile-b1-weight-medium)
}

.body-mobile-1-semibold {
    font-size: var(--font-mobile-b1-size);
    line-height: var(--font-mobile-b1-line-height);
    font-weight: var(--font-mobile-b1-weight-semibold)
}

.body-mobile-2 {
    font-size: var(--font-mobile-b2-size);
    line-height: var(--font-mobile-b2-line-height);
    font-weight: var(--font-mobile-b2-weight)
}

.hidden {
    display: none !important
}

.flex {
    display: flex !important
}

@media (max-width:768px) {
    .container-nav {
        display: none
    }

    .mobile-menu-icon {
        display: block
    }
}


@media (max-width:768px) {

    #final-block-first-button,
    #final-block-second-button {
        font-size: 14px;
        width: 170px;
    }
}

@media (max-width: 480px) {
    .final-block-buttons {
        width: 100%;
        max-width: 300px;
        margin: 0 auto;
    }

    .footer-info-link {
        width: 280px;
    }
}

@media (max-width:320px) {
    .verification-block-buttons {
        gap: 12px;
        padding-top: 0;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        flex-wrap: wrap;
    }
}

.stat-l {
    opacity: .75;
}

body.single-post {
    background: #F8F8EE;
}


.single-post-wrapper h1 {
    font-family: Stack Sans Notch;
    font-weight: 500;
    font-style: Medium;
    font-size: 56px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    font-family: var(--font-display-family), system-ui, sans-serif;
}

.single-post-wrapper .post-category {
    text-transform: uppercase;
    color: #478D49;
    margin-right: 10px;
    font-family: Inter;
    font-weight: 500;
    font-style: normal;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    border-right: 2px solid #1111111c;
    padding-right: 15px;
}

.single-post-wrapper .post-date {
    color: var(--muted-color);
    text-transform: uppercase;
    font-family: Inter;
    font-weight: 500;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
}

.single-post-wrapper .post-content {
    border-top: 1px solid #1C312E26;
    padding-top: 48px;
    margin-top: 70px;
    font-size: 17px;
    color: var(--text-color);
}

.single-post-wrapper span.reading-time {
    font-family: Inter;
    font-weight: 500;
    font-style: normal;
    font-size: 15px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    color: #478D49;
}

.single-post-wrapper .post-author-row .author-name {
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 110%;
    letter-spacing: 0%;
    text-align: center;
    color: #121417;
    opacity: 0.6;
}

.single-post-wrapper .post-content p {
    margin: 0 0 22px;
    font-family: var(--font-body-1-family), sans-serif;
    font-size: 16px;
    color: #121417B2;
}

.post-content blockquote p {
    margin: 0 0 6px;
    font-family: Stack Sans Notch;
    font-weight: 300;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 1%;
}

.post-content blockquote:not(.wp-block-pullquote blockquote) {
    margin: 32px 0;
    padding: 20px 24px;
    border-left: 3px solid #7CAD7B !important;
    background: #7cad7b3d !important;
    border-radius: 6px;
    font-size: 15px;
}

.post-content blockquote {
    font-family: Stack Sans Notch;
    font-weight: 300;
    font-style: Light;
    font-size: 24px;
    line-height: 150%;
    letter-spacing: 1%;

}

.single-post-wrapper .post-content blockquote p {
    font-family: 'Stack Sans Notch' !important;
    font-size: 24px !important;
    color: #121417B2 !important;
    margin: 0 !important;
}

.post-content h2 {
    margin: 44px 0 18px;
    font-family: Stack Sans Notch;
    font-weight: 400;
    font-size: 32px;
    line-height: 130%;
    letter-spacing: 0%;
}

.single-post-wrapper .wp-block-group__inner-container {
    max-height: 135px;
    border-radius: 12px;
    padding: 25px;
    opacity: 1;
    background: #7cad7b3d !important;
}

.single-post-wrapper .wp-block-group__inner-container h5.wp-block-heading {
    margin: 5px 0px;
    font-size: 16px;
    font-family: 'Inter';
    font-weight: 600;
}

.single-post-wrapper .wp-block-group__inner-container p.wp-block-paragraph {
    margin: 0px !important;
}

.single-post-wrapper .post-footer .share-label {
    color: var(--muted-color);
    font-family: Inter;
    font-weight: 500;
    font-size: 16px;
    line-height: 110.00000000000001%;
    letter-spacing: 0%;
    text-align: center;
}


@media (max-width:768px) {
    .single-post-wrapper h1 {
        font-size: 36px;
    }

    .single-post-wrapper .post-content blockquote p {
        font-size: 20px !important;
    }

    .post-content h2 {
        margin: 44px 0 18px;
        font-family: Stack Sans Notch;
        font-weight: 400;
        font-size: 28px;
    }

    .single-post-wrapper .post-content {
        margin-top: 10px;
    }
}

.single-post-wrapper .corner-decoration {
    position: absolute;
    width: 54px;
    height: auto;
    z-index: 5;
    pointer-events: none;
}

.single-post-wrapper .corner-decoration--top-left {
    top: 0;
    left: 0;

}

.single-post-wrapper .corner-decoration--top-right {
    top: 0;
    right: 0;
}

.single-post-wrapper .corner-decoration--bottom-left {
    bottom: 0;
    left: 0;
}

.single-post-wrapper .corner-decoration--bottom-right {
    bottom: 0;
    right: 0;
}