/*!
Theme Name: Codemakers
Theme URI: https://codemakers.dk
Author: Codemakers
Author URI: https://codemakers.dk
Description: Description
Version: 1.0.0
Requires PHP: 5.6
License: GNU General Public License v2 or later
License URI: LICENSE
Text Domain: codemakers
*/
@font-face {
    font-family: 'Malik';
    src: url('./fonts/Malik-Bold.woff2') format('woff2'),
        url('./fonts/Malik-Bold.woff') format('woff');
    font-weight: 700;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Malik';
    src: url('./fonts/Malik-Medium.woff2') format('woff2'),
        url('./fonts/Malik-Medium.woff') format('woff');
    font-weight: 500;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Malik';
    src: url('./fonts/Malik-Extrabold.woff2') format('woff2'),
        url('./fonts/Malik-Extrabold.woff') format('woff');
    font-weight: 800;
    font-style: normal;
    font-display: swap;
}

@font-face {
    font-family: 'Malik';
    src: url('./fonts/Malik-Regular.woff2') format('woff2'),
        url('./fonts/Malik-Regular.woff') format('woff');
    font-weight: 400;
    font-style: normal;
    font-display: swap;
}

html {
    font-size: 10px;
    /* display: none; */
}
body {
    overscroll-behavior-y: none;
    transition: opacity var(--animtime1) ease;
    opacity: 0;
    margin: 0;
    color: var(--textclr1);
    --text-scaler: 1;
}
.item.employee {
    cursor: initial;
}
.main-title {
    cursor: pointer;
}
a.icon-btn svg {
    margin-top: -2px;
}
.hassubtitle .filters-wrap1 {
    margin-top: 4rem;
}
.gform_validation_errors {
    display: none;
}
.cards_module .item:hover h3 a {
    text-decoration: underline;
}
body.menuopen {
    touch-action: none;
    /* width: 100%;
    height: 10vh;
    position: fixed;
    left: 0;
    top: 0; */
    overflow: hidden;
    -webkit-overflow-scrolling: touch;
    margin-bottom: 0 !important;
}
img {
    max-width: 100%;
    height: auto;
}
*,
:after,
:before {
    box-sizing: border-box !important;
    -webkit-tap-highlight-color: transparent;
}
.for-dekstop {
    display: block !important;
}
.for-mobile {
    display: none !important;
}
.hidden {
    display: none;
}

#wpadminbar {
    z-index: 999999;
}

/* Copy link */
.admin-copy-link.section a {
    display: inline-block;
    visibility: hidden;
}
section:hover > .admin-copy-link.section a {
    animation: 2s fadeInCopy;
    animation-fill-mode: forwards;
}

@keyframes fadeInCopy {
    99% {
        visibility: hidden;
    }
    100% {
        visibility: visible;
    }
}

/* Layout ========================================================================== */
section {
    position: relative;
    /* background-color: #fff; */
    opacity: 0;
    transition: var(--animtime2);
    padding: 8rem 0;
    clear: both;
    width: 100%;
    overflow: hidden; /*needed for correct height calculation*/
    z-index: 2;
}
.container {
    padding: 0 8rem;
    width: 100%;
    max-width: 144rem;
    margin: 0 auto;
}
.container_m {
    max-width: 101.7rem;
}
.container_s {
    max-width: 61.6rem;
    padding: 0 10rem;
}
.container_l {
    max-width: 180rem;
}
blockquote {
    position: relative;
    margin: 3rem 0;
    color: var(--clr1);
    font-size: var(--fontsize_h3);
    line-height: var(--lineh_h3);
    font-weight: bold;
}
.blockquote-right,
.blockquote-left {
    float: left;
    width: 40%;
    padding: 7rem 0 1.7rem 0;
    margin: 3rem 3rem 3rem -14rem;
}
.blockquote-right {
    float: right;
    margin: 3rem -14rem 3rem 3rem;
}
hr {
    margin-top: 4rem;
    margin-bottom: 4rem;
    border: 0;
    border-top: var(--border1);
}
blockquote p {
    margin: 0;
}
blockquote em {
    font-size: calc(var(--fontsize_p) * var(--text-scaler));
    line-height: calc(var(--lineh_p) * var(--text-scaler));
    font-weight: 700;
    color: #000;
    font-style: normal;
}
blockquote p:last-child {
    padding-bottom: 0;
}
.clear {
    display: block !important;
    clear: both;
}
.no-scroll {
    overflow: hidden;
}
.no-mt {
    margin-top: 0;
}
.no-mb {
    margin-bottom: 0;
}
.mx-0 {
    margin: 0;
}

/* Typography ===================================================================== */
body {
    font-family: var(--Typeface-Family-Body, Inter);
    font-size: calc(var(--fontsize_p) * var(--text-scaler));
    line-height: calc(var(--lineh_p) * var(--text-scaler));
}
.h1,
h1 {
    font-family: var(--Typeface-Family-Headings, Malik);
    font-weight: 800;
    font-size: calc(var(--fontsize_h1) * var(--text-scaler));
    line-height: calc(var(--lineh_h1) * var(--text-scaler));
}
h2,
.h2 {
    font-family: var(--Typeface-Family-Headings, Malik);
    font-weight: 800;
    font-size: calc(var(--fontsize_h2) * var(--text-scaler));
    line-height: calc(var(--lineh_h2) * var(--text-scaler));
}
h3,
.h3,
.top-line .main-title,
p.subtitle {
    font-family: var(--Typeface-Family-Headings, Malik);
    font-weight: 800;
    font-size: calc(var(--fontsize_h3) * var(--text-scaler));
    line-height: calc(var(--lineh_h3) * var(--text-scaler));
}
h4,
h5,
h6,
.h4,
.h5,
.h6,
.woocommerce-mini-cart__total * {
    font-family: var(--Typeface-Family-Headings, Malik);
    font-weight: 700;
    font-size: calc(var(--fontsize_h4) * var(--text-scaler));
    line-height: calc(var(--lineh_h4) * var(--text-scaler));
}
.display {
    font-family: var(--Typeface-Family-Headings, Malik);
    font-weight: 800;
    font-size: calc(
        var(--Typeface-Size-Headings-Display-Default) * var(--text-scaler)
    );
    line-height: calc(
        var(--Typeface-Size-Line-height-Display-Default) * var(--text-scaler)
    );
}
.manchet-1,
.manchet-1 p {
    font-family: var(--Typeface-Family-Headings, Malik);
    font-weight: 500;
    font-size: calc(
        var(--Typeface-Size-Miscellaneous-Manchet) * var(--text-scaler)
    );
    line-height: calc(
        var(--Typeface-Size-Line-height-Manchet) * var(--text-scaler)
    );
}
.subheader-1 {
    font-family: var(--Typeface-Family-Headings, Malik);
    font-weight: 700;
    font-size: calc(
        var(--Typeface-Size-Miscellaneous-SubH1) * var(--text-scaler)
    );
    line-height: calc(
        var(--Typeface-Size-Line-height-SubH1) * var(--text-scaler)
    );
}
.subheader-2 {
    font-family: var(--Typeface-Family-Headings, Malik);
    font-weight: 700;
    font-size: calc(
        var(--Typeface-Size-Miscellaneous-SubH2) * var(--text-scaler)
    );
    line-height: calc(
        var(--Typeface-Size-Line-height-SubH2) * var(--text-scaler)
    );
}
.body-large {
    font-size: calc(var(--Typeface-Size-Body-Large) * var(--text-scaler));
    line-height: calc(
        var(--Typeface-Size-Line-height-Large) * var(--text-scaler)
    );
}
.body-small {
    font-size: calc(var(--Typeface-Size-Body-Small) * var(--text-scaler));
    line-height: calc(
        var(--Typeface-Size-Line-height-Small) * var(--text-scaler)
    );
}
a {
    color: inherit;
}
a:hover {
    text-decoration: none;
}
h1,
h2,
h3,
h4 {
    margin-bottom: 0;
    -webkit-font-smoothing: antialiased;
}
h1,
h2,
h3,
h4 {
    -webkit-hyphens: auto;
    -moz-hyphens: auto;
    -ms-hyphens: auto;
    hyphens: auto;
}
.label,
label,
p.small,
a.small,
.woocommerce form .form-row label,
.gfield_password_strength {
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(var(--lineh_s) * var(--text-scaler));
}

.choices-multiple .radio {
    display: inline-flex;
    align-items: center;
    cursor: pointer;
    line-height: calc(var(--Typeface-Size-Line-height-Small) * var(--text-scaler));
}

.choices-multiple .radio input {
    display: none;
}

.choices-multiple {
    display: flex;
    flex-direction: column;
    /*max-width: 31rem;*/
    margin: 0 auto 0.8rem auto;
    gap: 0.5rem;
    padding: 2rem 2.8rem;
    border: 2px solid var(--clr1, #6400b8);

}

.choices-multiple .radio .checkmark {
    width: 2rem;
    height: 2rem;
    border: 2px solid #6400B8;
    border-radius: 50%;
    margin-right: 0.8rem;
    position: relative;
    transition: 0.2s;
    flex: 0 0 2rem;
}

.choices-multiple .radio .checkmark::after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 0.8rem;
    height: 0.8rem;
    border-radius: 50%;
    background: #6400B8;
    opacity: 0;
    transition: opacity 0.2s;
}

.choices-multiple .radio input:checked + .checkmark::after {
    opacity: 1;
}

.stot_module .radio {
    font-size: calc(var(--fontsize_p) * var(--text-scaler));
    line-height: calc(var(--lineh_p) * var(--text-scaler));
}

.wp-caption-text {
    opacity: 1;
    margin: 0.5rem 0 0;
    font-size: 1rem;
    line-height: 1.4rem;
    text-transform: uppercase;
    font-style: italic;
    font-weight: 700;
}
.wp-caption {
    max-width: 100%;
}
/* Links ========================================================================== */
.hover-underline:after {
    opacity: 0;
    content: '';
    width: 0;
    height: 2px;
    position: absolute;
    background: white;
    bottom: -2px;
    left: 0;
}
.hover-underline:hover:after {
    width: 100%;
    opacity: 1;
}
.read_more {
    text-decoration: none;
    width: 100%;
    display: inline-block;
    text-align: center;
    position: relative;
    margin-top: -2rem;
    padding-top: 8.7rem;
    color: initial;
    font-size: 1.2rem;
    line-height: normal;
    font-weight: 700;
    text-transform: uppercase;
    color: #000 !important;
}
a.read_more:after,
a.read_more:before {
    content: ' ';
    border-top: 1px solid var(--textclr1);
    display: block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 100%;
}
a.read_more:after {
    width: 4.8rem;
    height: 4.8rem;
    background: var(--clr1);
    border-radius: 5rem;
    left: 50%;
    transform: translate(-50%, -50%);
    border: none;
}
a.read_more:hover:after {
    /* background-image: linear-gradient(120deg, var(--clr2) 0%, var(--clr1) 110%); */
}
a.read_more span:before,
a.read_more span:after {
    content: '';
    position: absolute;
    background-color: white;
    transition: transform 0.4s ease-out;
}
a.read_more span:after {
    top: calc(50% - 0.2rem);
    right: 0;
    width: 1.3rem;
    height: 0.4rem;
}
a.read_more span:before {
    top: calc(50% - 0.65rem);
    right: calc(50% - 0.2rem);
    height: 1.3rem;
    width: 0.4rem;
}
a.read_more.read-more-reset span:before {
    transform: scaleY(0);
}
.read_more span {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 1;
    transform: translate(-50%, -50%);
    width: 1.3rem;
    height: 1.3rem;
}
.icon-link {
    text-decoration: none;
    color: var(--textclr1);
    padding: 1rem 0 1rem 2.7rem;
    position: relative;
}
.close-mini-cart {
    position: absolute;
    width: 1.8rem;
    left: 0;
    top: 50%;
    transform: translateY(-50%);
}
.icon-link svg path {
    fill: white;
}
header .icon-link {
    display: flex;
    align-items: center;
}

.icon-link:hover {
    text-decoration: underline;
}
.save_page.disable svg path {
    fill: var(--clr1);
    stroke: var(--clr1);
}
/* Columns grid ======================================================================== */
.columns-2 {
    grid-template-columns: repeat(2, 1fr);
}
.list-container.columns-3 {
    row-gap: 8rem;
}
.columns-4 {
    grid-template-columns: repeat(4, 1fr);
}
.columns-2,
.columns-3,
.columns-4 {
    display: grid;
    column-gap: 4rem;
    row-gap: 8rem;
}

@media screen and (min-width: 1001px) {
    .columns-3 {
        grid-template-columns: repeat(6, 1fr);
    }

    .featured-posts .columns-3 {
        grid-template-columns: repeat(3, 1fr);
        column-gap: 4rem;
        row-gap: 4.8rem;
    }

    .columns-3 .item {
        grid-column: span 3;
    }

    .columns-3 .item:nth-child(5n + 3),
    .columns-3 .item:nth-child(5n + 4),
    .columns-3 .item:nth-child(5n + 5) {
        grid-column: span 2;
    }
    /*.site-main {
        padding-bottom: var(--footer-height);
    }*/
    /*footer {
        position: fixed;
        bottom: 0;
        width: 100%;
        left: 0;
    }*/
}

/* GravityForm ======================================================================== */
.hide-gf {
    display: none;
}

div .gform_wrapper.gravity-theme .gfield_label {
    font-family: var(--Typeface-Family-Body, Inter);
    font-size: var(--Typeface-Size-Miscellaneous-Caption, 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-Caption, 1.4rem); /* 140% */
    text-transform: uppercase;
    margin-bottom: 0.4rem;
}

div .gform_wrapper.gravity-theme .gfield_required {
    font-family: var(--Typeface-Family-Body, Inter);
    font-size: var(--Typeface-Size-Miscellaneous-Caption, 1rem);
    font-style: normal;
    line-height: var(--Typeface-Size-Line-height-Caption, 1.4rem); /* 140% */
}

div .gform_wrapper.gravity-theme input[type='color'],
div .gform_wrapper.gravity-theme input[type='date'],
div .gform_wrapper.gravity-theme input[type='datetime-local'],
div .gform_wrapper.gravity-theme input[type='datetime'],
div .gform_wrapper.gravity-theme input[type='email'],
div .gform_wrapper.gravity-theme input[type='month'],
div .gform_wrapper.gravity-theme input[type='number'],
div .gform_wrapper.gravity-theme input[type='password'],
div .gform_wrapper.gravity-theme input[type='search'],
div .gform_wrapper.gravity-theme input[type='tel'],
div .gform_wrapper.gravity-theme input[type='text'],
div .gform_wrapper.gravity-theme input[type='time'],
div .gform_wrapper.gravity-theme input[type='url'],
div .gform_wrapper.gravity-theme input[type='week'],
div .gform_wrapper.gravity-theme select {
    height: 4.4rem;
    border: 2px solid #000;
    padding: 0 1.2rem;
    font-family: var(--Typeface-Family-Body, Inter);
    font-size: var(--Typeface-Size-Body-Small, 1.4rem);
    line-height: var(--Typeface-Size-Line-height-Small, 2rem);
    font-style: normal;
    font-weight: 500;
}

div .gform_wrapper.gravity-theme input[type='date']::placeholder,
div .gform_wrapper.gravity-theme input[type='datetime-local']::placeholder,
div .gform_wrapper.gravity-theme input[type='datetime']::placeholder,
div .gform_wrapper.gravity-theme input[type='email']::placeholder,
div .gform_wrapper.gravity-theme input[type='month']::placeholder,
div .gform_wrapper.gravity-theme input[type='number']::placeholder,
div .gform_wrapper.gravity-theme input[type='password']::placeholder,
div .gform_wrapper.gravity-theme input[type='search']::placeholder,
div .gform_wrapper.gravity-theme input[type='tel']::placeholder,
div .gform_wrapper.gravity-theme input[type='text']::placeholder,
div .gform_wrapper.gravity-theme input[type='time']::placeholder,
div .gform_wrapper.gravity-theme input[type='url']::placeholder,
div .gform_wrapper.gravity-theme input[type='week']::placeholder {
    color: #c2c2c2;
}

div .gform_wrapper.gravity-theme select {
    font-size: var(--Typeface-Size-Body-Base, 1.8rem);
    line-height: var(--Typeface-Size-Line-height-Base, 2.8rem);
    font-weight: 400;
    -moz-appearance: none;
    -webkit-appearance: none;
    padding-right: 6.4rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 18 14'%3E%3Cpath fill='%23000' d='M9 13.11 0 2.66 2.235.99 9 8.842 15.764.99 18 2.66 9 13.112Z'/%3E%3C/svg%3E");
    background-position: right 2.3rem center;
    background-size: 1.8rem 1.4rem;
    background-repeat: no-repeat;
}

div .gform_wrapper.gravity-theme select::-ms-expand {
    display: none;
}

div .gform_wrapper.gravity-theme textarea {
    font-family: var(--Typeface-Family-Body, Inter);
    border: 2px solid #000;
    padding: 1.2rem;
}

div .gform_wrapper.gravity-theme .gform_fields {
    row-gap: 2.4rem;
}

div .gform_wrapper.gravity-theme .gform_footer,
div .gform_wrapper.gravity-theme .gform_page_footer {
    padding: 0;
    margin: 4rem 0 0;
}

div .gform_wrapper.gravity-theme .gform_footer button,
div .gform_wrapper.gravity-theme .gform_footer input,
div .gform_wrapper.gravity-theme .gform_page_footer button,
div .gform_wrapper.gravity-theme .gform_page_footer input {
    height: 4.8rem;
    padding: 0 3.2rem;
    font-size: 1.4rem;
}

div .gform_wrapper.gravity-theme .gform_footer input[type='submit'] {
    background: linear-gradient(to right, var(--clr7) 0%, var(--clr7) 100%) left /
            0% 100% no-repeat,
        var(--clr1);
    background-repeat: no-repeat;
    background-size: 0% 100%, 100% 100%;
    background-position: left;
}



div .gform_wrapper.gravity-theme .gfield_validation_message,
div .gform_wrapper.gravity-theme .validation_message {
    background: none;
    padding: 0 0 0 1.6rem;
    margin: 0.5rem 0 0;
    border: none;
    color: var(--error-red);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 12 13'%3E%3Cpath stroke='%23E32626' stroke-linecap='round' stroke-linejoin='round' stroke-width='.75' d='M6 5.301v1.875M5.353 2.301 1.228 9.426a.75.75 0 0 0 .647 1.125h8.25a.75.75 0 0 0 .647-1.125L6.647 2.301a.745.745 0 0 0-1.294 0v0Z'/%3E%3Cpath fill='%23E32626' d='M6 9.051a.375.375 0 1 0 0-.75.375.375 0 0 0 0 .75Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: left center;
    background-size: 1.2rem 1.3rem;
    font-family: var(--Typeface-Family-Body, Inter);
    font-size: var(--Typeface-Size-Miscellaneous-Caption, 1rem);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-Caption, 1.4rem);
    text-transform: uppercase;
}

div .gform_wrapper.gravity-theme .gfield_error [aria-invalid='true'] {
    border-color: var(--error-red);
}

div .gform_wrapper.gravity-theme .gfield_error label,
div .gform_wrapper.gravity-theme .gfield_required {
    color: var(--error-red);
}

/* Buttons ======================================================================== */
.btn:not(.btn5),
.button,
.entry-summary .single_variation_wrap button.button,
.woocommerce div.product div.summary .button,
.woocommerce a.button,
.cart_totals .wc-proceed-to-checkout a.checkout-button.button,
button#place_order,
.coupon button.button,
.checkout_coupon button.button,
.woocommerce button.button,
.woocommerce-MyAccount-navigation-link--customer-logout a {
    border-radius: 4.5rem;
    background-color: var(--clr1);
    padding: 0 2.4rem !important;
    color: white;
    text-decoration: none;
    display: inline-flex;
    align-items: center;
    text-decoration: none;
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    border: 0;
    width: auto;
    height: 3.2rem;
    white-space: nowrap;
    cursor: pointer;
    line-height: normal;
    -webkit-font-smoothing: antialiased;
    text-transform: uppercase;
    font-size: 1.2rem;
    font-weight: 700;
    border-radius: var(--radius45, 4.5rem);
    transition: var(--animtime1);
    transform: scale(1);
    transform-origin: center;
    will-change: transform, color;
    overflow: hidden;
    position: relative;
    z-index: 1;
    column-gap: 0.8rem;
    font-family: var(--Typeface-Family-Body, Inter);
    background: linear-gradient(to right, var(--clr7) 0%, var(--clr7) 100%) left /
            0% 100% no-repeat,
        var(--clr1);
    background-repeat: no-repeat;
    background-size: 0% 100%, 100% 100%;
    background-position: left;
}
.btn1.btn {
    color: #FFFFFF !important;
}
.btn3.btn {
    color: var(--clr1) !important;
}
.support_now {
    overflow: auto !important;
}
.btn:not(.btn5).btn-big,
.button.btn-big {
    height: 4rem;
    font-size: 1.4rem;
    padding: 0 3.2rem !important;
}

.btn:not(.btn5).btn-extra-big,
.button.btn-extra-big {
    height: 4.8rem;
    font-size: 1.4rem;
    padding: 0 3.2rem !important;
}

.btn.btn2 {
    background-color: #fff;
    color: var(--clr1);
}



.btn.btn3 {
    background-color: transparent;
    border: 2px solid var(--clr1);
    color: var(--clr1);
}



.btn.btn4 {
    background-color: transparent;
    border: 2px solid #fff;
    color: #fff;
}



.btn.btn6 {
    background-color: var(--clr6);
    color: #fff;
}

@media screen and (min-width: 1001px) {
    .btn3.btn:hover{
        color: #FFFFFF !important;
    }
    .btn.btn4:hover {
        border-color: var(--clr7);
    }
    .btn.btn3:hover {
        color: #fff;
        border-color: var(--clr7);
    }
    .btn.btn2:hover {
        color: #fff;
    }
    .btn:not(.btn5):hover,
    .button:hover {
        background-size: 100% 100%, 100% 100%;
    }

    div .gform_wrapper.gravity-theme .gform_footer input[type='submit']:hover {
        background-size: 100% 100%, 100% 100%;
    }

    .btn:not(.btn5):hover::after,
    .button:hover::after {
        transform: translate(0, 0);
    }
    .html_content a:not(.read_more, .youtube-link, .btn, .link-arrow, .footer-col2 a, #footer-menu a):hover, .item.employee a:hover {
        background-size: 100% 100%, 100% 100%;
        text-decoration: none;
    }
    .item.employee a {
        text-decoration: none!important;
    }
    .social-media a:hover {
        transform: scale(1.14);
        background-color: var(--clr7);
    }
    .btn5:hover::after {
        transform: translateX(0.3rem);
    }
    .box.burger-icon:hover {
        transform: scale(1.14);
        background-color: var(--clr7);
    }
    .icon-btn:hover {
        background-size: 100% 100%, 100% 100%;
    }
}

.btn:not(.btn5):hover,
.button:hover,
.entry-summary .single_variation_wrap button.button:hover,
.woocommerce div.product div.summary .button:hover,
.woocommerce a.button:hover,
.cart_totals .wc-proceed-to-checkout a.checkout-button.button:hover,
button#place_order:hover,
.coupon button.button:hover,
.checkout_coupon button.button:hover,
.woocommerce button.button:hover,
.woocommerce-MyAccount-navigation-link--customer-logout a:hover {
    /* background: var(--clr2);
    color: white; */
}
button.disabled:hover,
button.disabled {
    cursor: auto !important;
    opacity: 0.5 !important;
    background-color: var(--clr1) !important;
    pointer-events: none;
}

.filter-with-map button.disabled {
    color: var(--clr1) !important;
    background: transparent !important;
}
.btn-secondary {
    background: transparent;
    color: inherit;
    border: var(--border2);
}
.btn-secondary:hover {
    border-color: var(--clr2);
    color: white;
}
.close,
.woocommerce-remove-coupon,
.lity-close,
.woocommerce a.remove {
    width: 2rem;
    height: 2rem;
    position: absolute;
    cursor: pointer;
    transform: rotate(45deg);
    color: transparent !important;
    border: 0;
}
.close:before,
.close:after,
.woocommerce-remove-coupon:before,
.woocommerce-remove-coupon:after,
.woocommerce a.remove:before,
.woocommerce a.remove:after,
.lity-close:before,
.lity-close:after {
    content: '';
    position: absolute;
    background-color: #2c2c30;
    transition: transform 0.4s ease-out;
}
.close-container:hover .close:before,
.close-container:hover .close:after,
.close:hover:before,
.close:hover:after,
.woocommerce a.remove:hover:before,
.woocommerce a.remove:hover:after,
.woocommerce-remove-coupon:hover:after,
.woocommerce-remove-coupon:hover:before,
.lity-close:hover:after,
.lity-close:hover:before {
    background-color: var(--clr1);
}
.close,
.close:hover,
div.woocommerce a.remove,
div.woocommerce a.remove:hover,
.lity-close,
.lity-close:hover {
    background: transparent !important;
    color: transparent !important;
}
.close:before,
.woocommerce-remove-coupon:before,
.woocommerce a.remove:before,
.lity-close:before {
    top: 50%;
    right: 0;
    width: 2px;
    height: 2rem;
    margin-right: 0.9rem;
    margin-top: -1rem;
}
.close:after,
.woocommerce-remove-coupon:after,
.woocommerce a.remove:after,
.lity-close:after {
    top: 50%;
    right: 0;
    width: 2rem;
    height: 2px;
    margin-top: -1px;
}
.close-container {
    cursor: pointer;
    position: absolute;
    z-index: 1;
    background: var(--clr2);
    width: 3.2rem;
    height: 3.2rem;
    right: 0;
    top: 0;
}
.close-container .close,
.woocommerce a.remove,
.lity-close {
    transform: translate(-50%, -50%) rotate(45deg);
    margin-left: 50%;
    margin-top: 50%;
}
.close-container .close:before,
.close-container .close:after,
.lity-close:before,
.lity-close:after {
    background-color: #ffffff;
}

.icon-btn {
    font-size: 1.4rem;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #fff;
    display: inline-flex;
    align-items: center;
    column-gap: 0.8rem;
    text-decoration: none;
    white-space: nowrap;
    height: 4rem;
    padding: 0 3.2rem;
    background-color: var(--clr6);
    border-radius: var(--radius45, 4.5rem);
    transition: var(--animtime1);
    transform: scale(1);
    transform-origin: center;
    will-change: transform;
    overflow: hidden;
    position: relative;
    z-index: 1;
    background: linear-gradient(to right, var(--clr7) 0%, var(--clr7) 100%) left /
            0% 100% no-repeat,
        var(--clr6);
    background-repeat: no-repeat;
    background-size: 0% 100%, 100% 100%;
    background-position: left;
}



.icon-btn svg {
    fill: #fff;
    height: 1.4rem;
}

.btn5 {
    text-decoration: none;
    font-size: 1.2rem;
    line-height: 2.8rem;
    white-space: nowrap;
    font-weight: 700;
    color: var(--clr1);
    position: relative;
    padding: 0 3.6rem 0 0;
    border: none;
    background-color: transparent;
    cursor: pointer;
}

.btn5.btn-big {
    font-size: 1.4rem;
}

.btn5::after {
    content: '';
    position: absolute;
    height: 2.8rem;
    width: 2.8rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 29'%3E%3Cpath fill='%236400B8' d='m23.624 14.464-9.145 7.876-1.461-1.957 6.872-5.919-6.872-5.918 1.461-1.957 9.145 7.875Z'/%3E%3Cpath fill='%236400B8' d='M21.757 13.21v2.508H6.125V13.21h15.632Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.8rem 2.8rem;
    right: 0;
    top: calc(50% - 1.4rem);
    transform: translateX(0);
    transition: var(--animtime1);
    will-change: transform;
}



/* Sitewide notice */

.sitewide-notice {
    background-color: var(--clr2);
    padding: 0.7rem 0;
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(var(--lineh_s) * var(--text-scaler));
}

.sitewide-notice .container .left-side {
    display: flex;
    flex-wrap: wrap;
    column-gap: 2rem;
    align-items: center;
    width: calc(100% - 3rem);
}

.sitewide-notice .container .left-side p {
    margin: 0;
}

.sitewide-notice .container .close {
    position: relative;
    left: unset;
    right: unset;
    top: unset;
    bottom: unset;
}

#sitewide-notice {
    display: none;
}

.sitewide-notice .container .left-side .btn {
    padding: 0.7rem 3rem !important;
    font-size: calc(var(--fontsize_s) * var(--text-scaler)) !important;
    line-height: calc(var(--lineh_s) * var(--text-scaler)) !important;
}

/* Navigation ===================================================================== */
.custom-logo-link img {
    vertical-align: middle;
}
.menuopen #headfixer {
    top: 0 !important;
    position: fixed;
    width: 100%;
}
#masthead,
#headfixer.stickyhead {
    position: absolute;
    width: 100%;
    left: 0;
    transition: top 0.5s ease;
    z-index: 9999;
    top: 0;
    transition: var(--animtime2);
}
.to-left {
    left: -55rem !important;
}
.custom-logo-link.white {
    display: none;
}
body:not(.menuopen) #masthead.fixed #headfixer.stickyhead {
    transition: var(--animtime1);
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) .burger-icon span,
body:not(.menuopen) #masthead.fixed:not(.scrollup) .close-mini-cart:before,
body:not(.menuopen) #masthead.fixed:not(.scrollup) .close-mini-cart:after {
    background: var(--textclr4);
}
#headfixer {
    left: 0;
    transition: var(--animtime2);
}
.extra_nav {
    display: flex;
    flex-wrap: wrap;
}
body:not(.menuopen) #masthead.fixed,
body:not(.menuopen) #masthead.fixed:not(.scrollup) {
    position: absolute;
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer {
    background: transparent;
    box-shadow: unset;
    border: 0;
}
body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    .menu-item-has-children
    > a:after {
    background: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='currentColor' stroke-width='2' stroke-linecap='round' stroke-linejoin='round' class='feather feather-chevron-down' style='%26%2310%3B stroke: %23FFF%3B%26%2310%3B'%3E%3Cpolyline points='6 9 12 15 18 9'/%3E%3C/svg%3E")
        center no-repeat;
    background-size: 100%;
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) #headfixer * {
    color: var(--textclr4);
}
body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    #headfixer
    .main-navigation
    ul
    ul
    li
    a {
    color: var(--textclr1);
}
body:not(.menuopen) #masthead.fixed:not(.scrollup) .custom-logo-link.white {
    display: block;
}
body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    #headfixer
    .icon-cart
    svg
    circle,
body:not(.menuopen)
    #masthead.fixed:not(.scrollup)
    #headfixer
    .icon-cart
    svg
    path {
    fill: var(--textclr4) !important;
}
#headfixer.stickyhead {
    position: fixed;
}
.nav-container {
    display: flex;
    align-items: center;
}
#masthead .btn {
    margin-bottom: 0;
}
#masthead .container {
    display: flex;
    justify-content: space-between;
    align-items: center;
    height: 13.2rem;
    pointer-events: none;
}
#masthead .container-fixed-wrap {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    pointer-events: none;
}
#masthead .container-fixed-wrap .container {
    justify-content: flex-end;
}
#masthead .container * {
    pointer-events: all;
}
.main-navigation ul {
    display: none;
    list-style: none;
    margin: 0;
    padding-left: 0;
}

.main-navigation li:first-child {
    margin-left: 0;
}
.main-navigation li {
    position: relative;
}
.main-navigation a {
    color: var(--textclr1);
    display: block;
    text-decoration: none;
    padding: 3rem 4.6rem;
}
/* .menu-item-has-children > a:after { */
/* content: ""; */
/* position: absolute; */
/* width: 1.8rem; */
/* height: 1.1rem; */
/* background: url(img/icons/feather/chevron-down.svg) center no-repeat; */
/* background-size: 100%; */
/* margin-left: 1rem; */
/* margin-top: 0.9rem; */
/* transition: var(--animtime1); */
/* } */
.menu-item-has-children .arrow {
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    display: flex;
    right: 1.5rem;
}
.menu-item-has-children .arrow svg path {
    stroke-width: 2;
}
.menu-item-has-children .arrow svg {
    transition: var(--animtime1);
    transform: rotate(0deg);
    width: 1.6rem;
    height: auto;
}

/* Dropdown */
.main-navigation ul ul {
    display: block;
    padding: 3rem 2.5rem 2.3rem 2.5rem;
}
.main-navigation ul ul li {
    padding: 0;
}
.main-navigation ul ul a {
    min-width: 28rem;
    padding: 0.7rem 0 0.7rem 2.1rem;
}

.work-time {
    font-family: var(--Typeface-Family-Body, Inter);
    font-size: calc(var(--fontsize_p) * var(--text-scaler));
    line-height: calc(var(--lineh_p) * var(--text-scaler));
    margin-top: 1em !important;
}

@media screen and (min-width: 1001px) {
    .hide-desk {
        display: none !important;
    }

    .menu-item-has-children:hover .arrow svg {
        transform: rotate(-180deg);
    }
    .main-navigation ul ul {
        position: absolute;
        top: 100%;
        left: -999em;
        z-index: 99999;
        box-shadow: 0px 2px 20px rgb(0 0 0 / 20%);
        border-radius: 0px 0px var(--radius1) var(--radius1);
        background: white;
        clip-path: inset(0px -30px -30px -30px);
    }
    .main-navigation ul ul ul {
        left: -999em;
        top: 0;
    }
    .main-navigation ul ul li:hover > ul,
    .main-navigation ul ul li.focus > ul {
        display: block;
        left: auto;
    }
    .main-navigation ul ul a {
        width: 20rem;
    }
    .main-navigation ul li:hover > ul,
    .main-navigation ul li.focus > ul {
        left: auto;
    }
}

/* Small menu. */
.menu-toggle,
.main-navigation.toggled ul {
    display: block;
}

.header_desk_logo {
    width: 24.1rem;
    height: 4.2rem;
    display: block;
}

.header_mob_logo {
    width: 14.6rem;
    height: 4.1rem;
    display: block;
    opacity: 1;
    transition: opacity var(--animtime1);
}

.header_desk_logo .whitening,
.header_mob_logo .whitening {
    transition: fill var(--animtime2);
}

body.home:not(.logo-fade) .header_desk_logo .whitening {
    fill: #fff;
}

body.home:not(.menuopen) .header_mob_logo .whitening {
    fill: #fff;
}

.header_left_container {
    display: flex;
    align-items: center;
    column-gap: 1.2rem;
}
.header_mob_logo path {
    transition: 0.3s;
}
body.menuopen .header_mob_logo path:first-child {
    fill: #fff;
}
body.menuopen .header_mob_logo path:nth-child(2) {
    fill: var(--clr1);
}

body.menuopen .header_mob_logo .whitening {
    fill: #fff;
}

/* Media ========================================================================== */
.video-icon,
div.mejs-overlay-button {
    background: url('img/icons/play.svg') no-repeat;
    border: none;
    background-size: 1.6rem;
    background-color: var(--clr1);
    border-radius: 50%;
    width: 3.2rem;
    height: 3.2rem;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%, -50%);
    transition: var(--animtime1);
    cursor: pointer;
    background-position: center;
    z-index: 9;
}
div.mejs-overlay:hover > .mejs-overlay-button {
    background-position: center;
}
.media-container figure {
    margin: 0;
}
.media-container img,
.media-container video {
    display: block;
}
.media-container {
    position: relative;
    overflow: hidden;
}
.media-container.has-overlay:after {
    content: '';
    background: linear-gradient(
        270deg,
        rgba(0, 0, 0, 0) 31.25%,
        rgba(32, 21, 41, 0.4) 60.8%
    );
    position: absolute;
    left: 0;
    top: 0;
    display: block;
    width: 100%;
    height: 100%;
    z-index: 1;
}

.text_module .first {
    width: 73.9rem;
    height: 57.1rem;
    position: relative;
}
.text_module .html_content p a.btn:last-child {
    margin-top: 1rem;
}
.text_module .html_content p a.btn:first-child {
    margin-right: 1.6rem;
}

.text_module .second {
    width: 46.9rem;
    height: 55.9rem;
    position: relative;
    z-index: 99;
    transform: translate(-15.5rem, 12rem);
    box-shadow: 20px 73px 66px #00000029;
}

.text_module .media,
.text_module .media figure {
    width: 100%;
    height: 100%;
}

.text_module .media figure video,
.text_module .media figure img {
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}

.media-container-inside {
    display: flex;
    justify-content: center;
    align-items: flex-start;
    transform: translate(0, -28.5rem);
}

.text-second {
    padding-top: 0;
}

.text_module.additional-class {
    /* padding-bottom: 35.5rem; */
    padding-bottom: 42rem;
}

.text-second .html_content {
    margin-top: -13rem;
}

.html_content > *:first-child {
    margin-top: 0;
}

.html_content > *:last-child {
    margin-bottom: 0;
}
.footer-col2 a, #footer-menu a {
    transition: var(--animtime1);
}
.footer-col2 a:hover, #footer-menu a:hover {
    color: #b685ff;
}
.html_content a:not(.read_more, .youtube-link, .btn, .link-arrow, .footer-col2 a, #footer-menu a), .item.employee a {
    text-decoration: underline;
    background: linear-gradient(to right, #b685ff 0%, #b685ff 100%) left /
            0% 100% no-repeat,
        transparent;
    background-repeat: no-repeat;
    background-size: 0% 100%, 100% 100%;
    background-position: left;
    transition: var(--animtime1);
}
.item a:hover {
    background-color: transparent !important;
}

.html_content li + li {
    margin-top: 1.6rem;
}

.html_content ul,
.html_content ol {
    padding-left: 2.4rem;
}

.html_content ol li::marker {
    font-weight: 700;
    font-family: var(--Typeface-Family-Headings, Malik);
    font-size: var(--Typeface-Size-Miscellaneous-SubH1, 2rem);
    line-height: 2.4rem;
}

/* Lity =========================================================================== */
.lity {
    z-index: 9999;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    white-space: nowrap;
    background: #0b0b0b;
    background: rgba(0, 0, 0, 0.9);
    outline: none !important;
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity.lity-opened {
    opacity: 1;
}
.lity.lity-closed {
    opacity: 0;
}
.lity * {
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.lity-wrap {
    z-index: 9990;
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    text-align: center;
    outline: none !important;
}
.lity-wrap:before {
    content: '';
    display: inline-block;
    height: 100%;
    vertical-align: middle;
    margin-right: -0.25em;
}
.lity-loader {
    z-index: 9991;
    color: #fff;
    position: absolute;
    top: 50%;
    margin-top: -0.8em;
    width: 100%;
    text-align: center;
    font-size: calc(1.4rem * var(--text-scaler));
    font-family: var(--Typeface-Family-Body, Inter);
    opacity: 0;
    -webkit-transition: opacity 0.3s ease;
    -o-transition: opacity 0.3s ease;
    transition: opacity 0.3s ease;
}
.lity-loading .lity-loader {
    opacity: 1;
}
.lity-container {
    z-index: 9992;
    position: relative;
    text-align: left;
    vertical-align: middle;
    display: inline-block;
    white-space: normal;
    max-width: 100%;
    max-height: 100%;
    outline: none !important;
}
.lity-content {
    z-index: 9993;
    width: 100%;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    -o-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit-transform 0.3s ease;
    transition: -webkit-transform 0.3s ease;
    -o-transition: -o-transform 0.3s ease;
    transition: transform 0.3s ease;
    transition: transform 0.3s ease, -webkit-transform 0.3s ease,
        -o-transform 0.3s ease;
}
.lity-loading .lity-content,
.lity-closed .lity-content {
    -webkit-transform: scale(0.8);
    -ms-transform: scale(0.8);
    -o-transform: scale(0.8);
    transform: scale(0.8);
}
.lity-content:after {
    content: '';
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    display: block;
    right: 0;
    width: auto;
    height: auto;
    z-index: -1;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
}
.lity-close {
    z-index: 9994;
    position: fixed;
    right: 2rem;
    top: 4rem;
    margin: 0;
}
/* Image */
.lity-image img {
    max-width: 100%;
    display: block;
    line-height: 0;
    border: 0;
}
/* iFrame */
.lity-iframe .lity-container,
.lity-youtube .lity-container,
.lity-vimeo .lity-container,
.lity-facebookvideo .lity-container,
.lity-googlemaps .lity-container {
    width: 90%;
    max-width: 300rem;
}
.lity-iframe-container {
    width: 100%;
    height: 0;
    padding-top: 56.25%;
    overflow: auto;
    pointer-events: auto;
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-overflow-scrolling: touch;
}
.lity-iframe-container iframe {
    position: absolute;
    display: block;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    box-shadow: 0 0 8px rgba(0, 0, 0, 0.6);
    background: #000;
}
.lity-hide {
    display: none;
}

/* Footer ========================================================================= */
.footer-main {
    background: var(--clr5);
    border-bottom: 2.4rem solid var(--clr1);
    padding: 8rem 0;
}
.footer-2 {
    display: flex;
    justify-content: space-between;
    align-items: center;
    column-gap: 8rem;
}
.footer-2 a {
    text-decoration: none;
    color: var(--textclr1);
}
.footer-2 a:last-child {
    float: right;
    margin-right: 0;
}
.footer-2 ul {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    column-gap: 2.4rem;
    margin: 0;
}

.footer-2 ul li a {
    color: var(--clr1);
    font-size: 1.2rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.footer_logo {
    margin-bottom: 2rem;
}
.footer_col1 {
    max-width: 30rem;
}
.footer-main .container {
    display: flex;
    justify-content: space-between;
    flex-direction: column;
}
.footer-main .container .inside-container {
    border-bottom: 2px solid var(--clr1, #6400b8);
    width: 100%;
    padding: 0 0 8rem;
    display: flex;
    column-gap: 8rem;
    margin: 0 0 8rem;
}
.footer-col3 {
    margin: auto 0 0 auto;
}
.footer-col2 a {
    color: var(--Gray-100, #000);
    font-size: 1.6rem;
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-Base, 2.8rem);
    text-decoration: none !important;
}

.footer-col1 p {
    margin: 1.6rem 0;
}

.footer-col3 svg g {
    animation: slow-rotate 20s linear infinite;
    transform-origin: center;
}

@keyframes slow-rotate {
    from {
        transform: rotate(0deg);
    }
    to {
        transform: rotate(360deg);
    }
}
.footer-menu-container ul li a {
    font-size: 3rem;
    line-height: 4.5rem;
    position: relative;
    font-weight: 300;
    text-decoration: none;
    display: flex;
    color: var(--textclr1);
    align-items: center;
}
.footer-menu-container ul li a::before {
    content: '';
    width: 3.5rem;
    height: 1px;
    background-color: black;
    display: inline-block;
    margin-right: 1.5rem;
    -webkit-transition: var(--animtime1);
    transition: var(--animtime1);
}

.footer-menu-container ul li a:hover::before {
    width: 6rem;
}
.footer-menu-container {
    width: 50%;
    padding: 7rem 0;
}
.footer-menu-container ul {
    display: flex;
    flex-wrap: wrap;
}
.footer-menu-container ul li {
    width: 50%;
}
.footer-main .container .inside-container .left-block li {
    display: flex;
    flex-wrap: wrap;
    margin: 0.4rem 0;
}
.footer-main .container .inside-container .left-block li:first-child {
    margin-bottom: 2.5rem;
}
.footer-main .container .inside-container .left-block li span.title {
    width: 25rem;
}
.footer-main .container .inside-container .left-block li p {
    margin: 0;
}
.footer-main .container .inside-container .left-block li p a:hover {
    text-decoration: underline;
}
.social-media svg path,
.social-media svg rect,
.social-media svg line,
.social-media svg circle {
    stroke: #fff;
}
.footer-main .container .inside-container .social-media a {
    margin-left: 1.5rem;
    margin-right: 0;
}
footer .social-media {
    display: flex;
    flex-wrap: wrap;
    column-gap: 4.8rem;
}
.social-media a {
    text-decoration: none;
    display: inline-flex;
    height: 3.2rem;
    width: 3.2rem;
    border-radius: 50%;
    background-color: var(--clr1);
    align-items: center;
    justify-content: center;
    transition: var(--animtime1);
    transform: scale(1);
    transform-origin: center;
}

.social-media svg {
    height: 1.6rem;
    width: auto;
    fill: #fff;
}
.footer-main ul {
    list-style: none;
    padding-left: 0;
}
.footer-main ul.sub-menu {
    display: none;
}

.footer-main .menu-item-has-children > a:after {
    content: none;
}

.footer-main li a {
    color: var(--textclr1);
    text-decoration: none;
    display: inline-block;
}
.footer-2 .container {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.footer-2 .container .menu {
    display: flex;
    flex-wrap: wrap;
    padding: 0;
}
.footer-2 .container .menu li {
    list-style: none;
}
.footer-2 .container .menu li:first-child a {
    padding-left: 0;
}
.footer-2 .container .menu li a {
    padding: 0 1rem;
}
.footer-2 .container .menu li:last-child a {
    padding-right: 0;
}
.footer-2 .container .social-media {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}
.text_module .container > .container {
    padding: 0;
}
.text_module .has_background {
    padding: 8rem;
}

.footer-newsletter-block {
    margin: 0 0 8rem;
}

.above-newsletter {
    max-width: 56rem;
    margin: 0 0 4rem;
}

.footer-newsletter-block form {
    position: relative;
    width: 100%;
}

.footer-newsletter-block form input {
    height: 7.4rem;
    width: 100%;
    padding: 0 6rem 0 2.4rem;
    font-family: var(--Typeface-Family-Headings, Malik);
    font-size: var(--Typeface-Size-Headings-H3, 3.4rem);
    font-style: normal;
    font-weight: 800;
    line-height: var(--Typeface-Size-Line-height-H3, 3.8rem);
    color: #000;
    border-radius: 0 47rem 47rem 0;
    border: 2px solid var(--Gray-100, #000);
    background-color: transparent;
}

.footer-newsletter-block form input::placeholder {
    color: #000;
}
/*
.footer-newsletter-block form [type='submit'] {
    position: absolute;
    height: 2.8rem;
    width: 2.8rem;
    border: none;
    background-color: transparent;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 28'%3E%3Cpath fill='%23000000' d='m23.624 14-9.145 7.876-1.461-1.957L19.89 14l-6.872-5.918 1.461-1.957L23.624 14Z'/%3E%3Cpath fill='%23000000' d='M21.757 12.746v2.508H6.125v-2.508h15.632Z'/%3E%3C/svg%3E");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 2.8rem 2.8rem;
    right: 2.4rem;
    top: calc(50% - 1.4rem);
    transition: 0.3s;
    cursor: pointer;
}
.footer-newsletter-block form [type='submit']:hover {
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 28 28'%3E%3Cpath fill='%23b685ff' d='m23.624 14-9.145 7.876-1.461-1.957L19.89 14l-6.872-5.918 1.461-1.957L23.624 14Z'/%3E%3Cpath fill='%23b685ff' d='M21.757 12.746v2.508H6.125v-2.508h15.632Z'/%3E%3C/svg%3E");
}
*/
 */
/* Various ======================================================================== */
.sticky-line .bottom-line {
    background: transparent;
    width: 100%;
    height: 0.5rem;
}
.loading {
    opacity: 0.6;
}
.progressbar {
    height: 100%;
    float: left;
    background: var(--clr1);
    transition: var(--animtime1);
}
.sticky-line {
    display: flex;
    position: absolute;
    width: 100%;
    z-index: 3;
    bottom: -5px;
}
.read_more_hidden {
    display: none;
    overflow: hidden;
}
.media img {
    width: 100%;
}
a.youtube-link {
    position: relative;
    display: block;
}
video {
    max-width: 100%;
}

/* WCAG =========================================================================== */

.wcag-navigation button {
    border: 0;
    background: transparent;
    /*padding: 0.8rem 1.2rem !important;*/
    padding: 0.5rem 2rem !important;
    border-radius: 80px !important;
    display: flex;
    font-weight: 400 !important;
    flex-wrap: wrap;
    column-gap: 0.8rem;
    color: #0a0a0a !important;
    font-family: var(--Typeface-Family-Body, Inter);
    font-size: 1.6rem;
    line-height: var(--lineh_p);
    align-items: center;
    margin-bottom: 5px;
}
div#wcag-control {
    display: flex;
    align-items: center;
    gap: 2rem;
    justify-content: flex-start;
    color: #0a0a0a !important;
    margin-left: -2rem;
}

.wcag-navigation button span {
    color: #0a0a0a !important;
}

.wcag-navigation button svg path {
    stroke: #0a0a0a !important;
}

.wcag-navigation #text-scaler.active button svg path {
    stroke: #fff !important;
}

.wcag-navigation #text-scaler.active .text-scaler-block {
    display: flex !important;
}

.wcag-navigation .text-scaler-block {
    width: 16.5rem;
    left: 0;
    top: 100%;
    flex-wrap: wrap;
    height: 5.4rem;
    background: var(--clr1);
    align-items: center;
    border-radius: 12px;
    justify-content: space-between;
    z-index: 999;
    color: #fff;
}

.wcag-navigation .text-scaler-minus svg {
    width: 10px;
}

.wcag-navigation .text-scaler-block button::before {
    content: none;
}

.wcag-navigation .text-scaler-block button {
    margin: 0 !important;
    padding: 0 !important;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    width: calc(50% - 2.75rem);
    color: #fff !important;
}

section.single-post-content {
    overflow: unset;
    padding-top: 13.2rem;
}

section.breadcrumbs-section {
    padding-bottom: 4rem;
}

.wcag-navigation .text-scaler-block span {
    width: 5.5rem;
    border-right: 1px solid #fff;
    border-left: 1px solid #fff;
    display: flex;
    height: 100%;
    align-items: center;
    justify-content: center;
    font-size: 1.4rem;
    line-height: 2.3rem;
    font-weight: 500;
}

.wcag-navigation button:hover,
.wcag-navigation button.active {
    background: var(--clr1) !important;
    color: #fff !important;
}

.wcag-navigation button:hover svg path,
.wcag-navigation button.active svg path {
    stroke: #fff !important;
}

.wcag-navigation button:hover span,
.wcag-navigation button.active span {
    color: #fff !important;
}

#wcag-control .highlight-btn .button {
    transition-delay: 0s;
}
#wcag-control .highlight-btn .button::before {
    content: none;
}

.wcag-navigation {
    padding: 2rem 0;
    /*margin-bottom: 4.6rem;*/
}

.navigation button:not(.close)::before {
    content: none;
}

.selection-toolbar button::before {
    content: none;
}

.screen-reader-text {
    border: 0;
    clip: rect(1px, 1px, 1px, 1px);
    clip-path: inset(50%);
    height: 1px;
    margin: -1px;
    overflow: hidden;
    padding: 0;
    position: absolute !important;
    width: 1px;
    word-wrap: normal !important;
}
.screen-reader-text:focus {
    background-color: #f1f1f1;
    border-radius: var(--radius1);
    box-shadow: 0 0 2px 2px rgba(0, 0, 0, 0.6);
    clip: auto !important;
    clip-path: none;
    color: #21759b;
    display: block;
    font-size: calc(0.875rem * var(--text-scaler));
    font-weight: 700;
    height: auto;
    left: 5px;
    line-height: normal;
    padding: 1.5rem 2.3rem 1.4rem;
    text-decoration: none;
    top: 0.5rem;
    width: auto;
    z-index: 100000;
}
#primary[tabindex='-1']:focus {
    outline: 0;
}

#primary section:first-of-type:not(.banner_module.banner-type4) {
    margin-top: 13.2rem;
}

body.single-post #primary section.breadcrumbs-section {
    margin-top: 0 !important;
}

/* Alignments ===================================================================== */

.alignleft {
    /*rtl:ignore*/
    float: left;

    /*rtl:ignore*/
    margin-right: 1.5em;
    margin-bottom: 1.5em;
}
.alignright {
    /*rtl:ignore*/
    float: right;

    /*rtl:ignore*/
    margin-left: 1.5em;
    margin-bottom: 1.5em;
}
.aligncenter {
    clear: both;
    display: block;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 1.5em;
}
.container.cont-align-left {
    float: left;
}
.container.cont-align-right {
    float: right;
}
/* Items ===================================================================== */
.item {
    overflow: hidden;
    display: flex;
    cursor: pointer;
    width: 100%;
    opacity: 0;
    flex-direction: column;
    position: relative;
}
.item.employees, .item.employees > a {
    cursor: initial;
}
.item .media,
.item .media figure {
    width: 100%;
    height: 23rem;
}

.columns-3 .item .media,
.columns-3 .item .media figure {
    height: 33.5rem;
}

.columns-3 .item:nth-child(5n + 3) .media,
.columns-3 .item:nth-child(5n + 3) .media figure,
.columns-3 .item:nth-child(5n + 4) .media,
.columns-3 .item:nth-child(5n + 4) .media figure,
.columns-3 .item:nth-child(5n + 5) .media,
.columns-3 .item:nth-child(5n + 5) .media figure {
    height: 21rem;
}

.item .media img,
.item .media video {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: 1;
    object-fit: cover;
    object-position: center;
}
.item.employee img,
.item.employees img {
    background-color: #f1ebff;
}
.item.employee .e-cats,
.item.employees .e-cats {
    font-size: 1.2rem;
    line-height: 2rem;
    color: var(--clr1);
    font-weight: 700;
}
.item.employee .employee_title,
.item.employees .employee_title {
    margin: 0.8rem 0 1.6rem;
}

.employee_phone,
.employee_email {
    margin: 1.2rem 0 0;
    line-height: normal;
}

.employee_phone a,
.employee_email a {
    font-size: 1.2rem;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
    color: #000;
    text-decoration: none;
}

.employee_phone a:hover,
.employee_email a:hover {
    background-color: var(--clr3) !important;
}

.item h3 a {
    color: initial;
    text-decoration: none;
}
.items-list,
div.swiper-free-mode > .swiper-wrapper,
.results-wrapper .woocommerce {
    margin-top: 4.8rem;
}
.swiper-wrapper {
    margin-top: 4rem;
}
.swiper-button-lock {
    display: none !important;
}

.items-list {
    display: flex;
    justify-content: space-between;
    justify-content: center;
    row-gap: 4rem;
    flex-wrap: wrap;
}

.item .cat-tag {
    display: inline-block;
    position: absolute;
    left: 0;
    top: 1.6rem;
    z-index: 2;
}
/* .grid { */
/* justify-content: space-between; */
/* column-gap: 25px; */
/* } */
.grid .item {
    flex-basis: calc(33.333% - 1.6666rem);
}
.items-top-content {
    text-align: center;
}
.itemtext {
    padding: 0.9rem 0 3rem 0;
    /* height: calc(100% - 23rem); */
}
.item.horizontal {
    display: flex;
    flex-direction: row;
    position: relative;
    padding: 0 0 4rem;
    border-bottom: 2px solid #000;
    justify-content: space-between;
    column-gap: 8rem;
}

.item.horizontal .media,
.item.horizontal .media figure {
    height: 22rem;
}

.item.horizontal + .item.horizontal {
    margin-top: 4rem;
}

.item.horizontal .itemtext {
    border: 0;
    padding: 0;
    display: flex;
    flex-direction: column;
    row-gap: 0.8rem;
    align-items: flex-start;
}

.item.horizontal .itemtext .addr {
    margin: 0;
    font-family: var(--Typeface-Family-Miscellaneous, Malik);
    font-size: var(--Typeface-Size-Miscellaneous-Manchet, 2.6rem);
    font-style: normal;
    font-weight: 400;
    line-height: 3.2rem;
}

.item.horizontal .itemtext .work-hours {
    font-size: 1.4rem;
    font-style: normal;
    font-weight: 700;
    line-height: normal;
    text-transform: uppercase;
}

.item.horizontal .itemtext .btn5 {
    margin: auto 0 0;
}
.item.horizontal .media {
    height: 100%;
    overflow: hidden;
}
.item.horizontal .media img {
    height: 100%;
    width: 100%;
    object-fit: cover;
    object-position: center;
}
.itemtext.itemfooter {
    padding-top: 0;
}

.list-container,
.grid-container {
    padding: 0;
    display: grid;
    justify-content: space-between;
    width: 100%;
    row-gap: 4.8rem;
    column-gap: 4rem;
}

.grid-container {
    row-gap: 0em;
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: flex-end;
}

.grid-container .item {
    width: calc(50% - 4rem);
}

.grid-container .item .media,
.grid-container .item .media figure {
    width: 100%;
    height: 41vw;
    max-height: 50rem;
}

.grid-container .item:nth-child(even) {
    margin-top: 10rem;
}

.grid-container .item:nth-child(odd) {
    margin-bottom: auto;
}

.item.grid .itemtext {
    order: 1;
    border: 0;
    display: flex;
    flex-direction: column;
    align-items: center;
    text-align: center;
    padding: 0 7rem;
    margin-bottom: 2rem;
}

.item.grid .media {
    order: 2;
}

.item.grid h3 {
    font-size: calc(4.8rem * var(--text-scaler));
    line-height: calc(5.2rem * var(--text-scaler));
}

.item.grid a.btn {
    position: absolute;
    bottom: 0;
    z-index: 9;
    margin: 0;
    transform: translateY(50%);
}

.item.grid {
    position: relative;
    overflow: unset;
    /* margin-bottom: 10rem; */
}

/* Text ===================================================================== */
.text_module {
    overflow: unset;
}
.text_module > .container {
    overflow: hidden;
}
.text_module.has-media .container {
    display: flex;
    row-gap: 2.5rem;
    flex-wrap: wrap;
    position: relative;
    align-items: flex-start;
    align-content: flex-start;
}
.text_module.has-media .block-left {
    width: 70%;
    padding-right: 6rem;
}
.text_module.has-media .block-right {
    width: 30%;
    position: sticky;
    top: 2rem;
}
.text_module.has-media img {
    height: auto;
    width: auto;
}
.text_module.has-media .block-left > *:first-child {
    margin-top: -0.5rem;
}
.text_module.additional-class {
    overflow: hidden;
}

.progress-bar {
    max-width: 21.6rem;
    height: 0.6rem;
    background: #dacaf7;
    overflow: hidden;
    width: 100%;
    margin-bottom: 2.4rem;
}
.bar-line {
    background: #6400b8;
    width: 30%;
    height: 100%;
}
.counter-container {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.counter-container p {
    font-size: calc(var(--Typeface-Size-Body-Small) * var(--text-scaler));
    margin: 4rem 0 2rem;
    line-height: normal;
}

.admin-edit-link a {
    position: absolute;
    z-index: 99;
    top: 0;
    right: 3.3rem;
    font-weight: normal;
    color: #eee;
    font-size: 1.4rem;
    background-color: #23282d;
    padding: 0.8rem 0.8rem 0.8rem 3rem;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto,
        Oxygen-Sans, Ubuntu, Cantarell, 'Helvetica Neue', sans-serif;
    transition: all 0.1s ease-in-out;
    display: none;
}
.accordion-block ul li:hover .admin-edit-link a {
    display: inline-block;
}
.admin-edit-link a {
    color: white !important;
    font-weight: normal !important;
    text-decoration: none !important;
    line-height: 1.3 !important;
}
.admin-edit-link a:before {
    content: '\f464';
    top: 0.6rem;
    left: 0.5rem;
    font: normal 20px/1 dashicons;
    position: absolute;
    transition: all 0.1s ease-in-out;
    color: rgba(240, 245, 250, 0.6);
}
.admin-copy-link a:before {
    content: '\f103';
}
.admin-edit-link a:hover,
.admin-edit-link a:hover:before {
    color: #00b9eb;
    background: #32373c;
}

#cookie-notice-block {
    position: fixed;
    bottom: 0;
    left: 0;
    width: 100%;
    z-index: 99999;
    padding: 2rem 0;
    background: #fff;
    display: none;
    box-shadow: 0px -3px 6px #00000008;
}

#cookie-notice-block .left-side {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    width: calc(100% - 16rem);
}

#cookie-notice-block .right-side {
    width: 16rem;
}

#cookie-notice-block .container.container_m {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

#cookie-notice-block .left-side .custom-logo-link {
    margin: 0;
}

#cookie-notice-block .custom-logo-link img {
    width: 13rem;
}

#cookie-notice-block .left-side .content {
    width: calc(100% - 13rem);
    padding: 0 4rem;
}

#cookie-notice-block .left-side .content h3 {
    font-weight: 700;
}

#cookie-notice-block .left-side .content h3,
#cookie-notice-block .left-side .content p {
    margin: 0;
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(var(--lineh_s) * var(--text-scaler));
}

header .mega-menu-item .sub-menu {
    display: none !important;
}
.menu-sidebar {
    position: fixed;
    left: 0;
    top: 0;
    z-index: 998;
    height: var(--real-height, 100vh);
    min-height: 50rem;
    transition: transform var(--animtime2);
    width: 100%;
    transform: translateX(100%);
    background-color: transparent;
    display: flex;
}


.contact-details__row {
    opacity: 0;
}

.menuopen .menu-sidebar {
    animation: fadeBg 0.3s ease forwards;
    animation-delay: 0.5s;
}

.menuopen .contact-details__row {
    animation: fadeRow 0.3s ease forwards;
    animation-delay: 0.5s;
}

@keyframes fadeBg {
    from {
        background-color: transparent;
    }
    to {
        background-color: #fff;
    }
}

@keyframes fadeRow {
    from {
        opacity: 0;
    }
    to {
        opacity: 1;
    }
}

.menu-sidebar:not([depth='1']) #sidebar-menu > li > .sub-menu > li {
    opacity: 0;
    transform: translateY(2rem);
    transition: opacity 0.4s cubic-bezier(0.4, 0, 0.2, 1),
        transform 0.4s cubic-bezier(0.4, 0, 0.2, 1);
}

.menu-sidebar:not([depth='1'])
    #sidebar-menu
    > li
    > .sub-menu
    > li.menu-animate {
    opacity: 1;
    transform: translateY(0);
}

.menu-sidebar .container {
    display: flex;
}
.contact-details {
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    padding: 15.5rem 8rem 8rem 0;
    width: 44%;
}
.contact-details__row {
    font-size: var(--Typeface-Size-Body-Base, 1.6rem);
    font-weight: 400;
    line-height: var(--Typeface-Size-Line-height-Base, 2.4rem);
}
.contact-details__row a {
    text-decoration: none;
    color: inherit;
}
.contact-details__row a:hover {
    background-color: var(--clr3);
}
.contact-details__row.address + div {
    margin-top: 4rem;
}
.menu-wrap-outer {
    width: 56%;
}
.menu-wrap {
    padding: 15.5rem 8rem 8rem 8rem;
    margin-right: -8rem;
    overflow-y: auto;
    position: relative;
    z-index: 2;
    height: var(--real-height, 100vh);
    overflow: auto;
}
.menu-sidebar #sidebar-menu > li > a {
    display: none;
}

.menu-sidebar.active {
    transform: translateX(0);
}
.menu-sidebar:not(.active) .contact-details__row.address {
    display: none;
}

.menu-sidebar ul {
    padding: 0;
}

.menu-sidebar ul li {
    list-style: none;
}

.menu-sidebar #sidebar-menu {
    display: flex;
    flex-wrap: wrap;
    gap: 3rem;
    position: relative;
    margin: 0;
}

.menu-sidebar #sidebar-menu > li ul {
    display: none;
    width: 50%;
}

.menu-sidebar #sidebar-menu > li {
    display: flex;
    flex-wrap: wrap;
    position: static;
    width: 100%;
}

.mega-menu-item {
    display: none;
}
.menu-sidebar #sidebar-menu > li > a {
    font-size: calc(var(--fontsize_h6) * var(--text-scaler));
    line-height: calc(var(--lineh_h6) * var(--text-scaler));
    padding-bottom: 1rem;
}

.menu-sidebar #sidebar-menu > li.active ul.sub-menu {
    display: flex;
    width: 100%;
    flex-direction: column;
}

.menu-sidebar #sidebar-menu > li.active ul.sub-menu ul {
    display: none;
}

.menu-sidebar #sidebar-menu > li.active ul.sub-menu.active {
    display: flex;
    background: #fff;
    position: absolute;
    z-index: 3;
    height: 100%;
    top: 0;
    left: 0;
    padding: 0;
}

.menu-sidebar #sidebar-menu .sub-menu .sub-menu .item-title {
    font-family: var(--Typeface-Family-Headings, Malik);
    font-size: var(--fontsize_h3, 3.4rem);
    font-style: normal;
    font-weight: 800;
    line-height: var(--lineh_h3, 3.8rem);
}

.menu-sidebar #sidebar-menu .sub-menu .sub-menu .item-description {
    font-size: var(--Typeface-Size-Body-Base, 1.8rem);
    font-style: normal;
    font-weight: 400;
    line-height: var(--Typeface-Size-Line-height-Base, 2.8rem);
    margin: 0.4rem 0 0;
    font-family: var(--Typeface-Family-Body, Inter);
}

.menu-sidebar #sidebar-menu > li .sub-menu .sub-menu li > a:hover,
.menu-sidebar #sidebar-menu > li .sub-menu .sub-menu li > a:hover div {
    color: var(--clr1);
}

#sidebar-menu a {
    font-family: var(--Typeface-Family-Miscellaneous, Malik);
    font-size: var(--Typeface-Size-Miscellaneous-Manchet, 2.2rem);
    font-style: normal;
    font-weight: 500;
    line-height: var(--Typeface-Size-Line-height-Manchet, 2.8rem);
    text-decoration: none;
}

#sidebar-menu li.big > a {
    font-size: 4.4rem;
    font-weight: 800;
    line-height: 4.3rem;
}

#sidebar-menu li.big + li {
    margin-top: 4rem;
}

#sidebar-menu li.big + li.big {
    margin-top: 2.4rem;
}

.menu-sidebar #sidebar-menu > li ul.sub-menu li.lang {
    margin-top: 4rem;
}

.menu-sidebar #sidebar-menu > li ul.sub-menu li.lang > a {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    height: 4.2rem;
    width: 4.2rem;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 1.2rem;
    line-height: normal;
    text-transform: uppercase;
    font-family: var(--Typeface-Family-Body, Inter);
}

.menu-sidebar #sidebar-menu a:hover::after,
.menu-sidebar #sidebar-menu > li.active > a::after {
    transform-origin: 0% 50%;
    transform: scale3d(1, 1, 1);
}

.menu-sidebar #sidebar-menu > li ul.sub-menu li:not(.active) {
    width: 100%;
    display: flex;
    justify-content: flex-start;
}

.menu-sidebar #sidebar-menu > li ul.sub-menu li > a {
    display: inline-flex;
    flex-direction: column;
    padding: 1rem 0;
    justify-content: flex-start;
}
.menu-sidebar #sidebar-menu > li ul.sub-menu li > a:hover,
.menu-sidebar #sidebar-menu > li ul.sub-menu li > a:hover div {
    color: var(--clr7);
}
.menu-sidebar #sidebar-menu > li ul.sub-menu li.menu-item-has-children > a {
    display: flex;
    width: 100%;
    position: relative;
}
.menu-wrap-outer {
    position: relative;
}
.menu-wrap-outer::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100%;
    background: var(--clr1);
}
.menu-wrap-outer::after {
    background: var(--clr1);
}
.menu-wrap * {
    color: white;
}
.menu-sidebar[depth='1'] .menu-wrap *,
.menu-sidebar[depth='2'] .menu-wrap * {
    color: #000000;
}
.menu-sidebar[depth='1'] .sub-menu,
.menu-sidebar[depth='2'] .sub-menu {
    background: var(--clr3) !important;
}
.menu-sidebar[depth='1'] .menu-wrap-outer::after,
.menu-sidebar[depth='2'] .menu-wrap-outer::after,
.menu-sidebar[depth='3'] .menu-wrap-outer::after {
    background: var(--clr3);
}

.menu-sidebar #sidebar-menu > li ul.sub-menu li.menu-item-has-children > a {
    padding-right: 5.6rem;
}

.menu-sidebar
    #sidebar-menu
    > li
    ul.sub-menu
    li.menu-item-has-children
    > a::before {
    content: '';
    position: absolute;
    right: 0;
    top: calc(50% - 1.6rem);
    width: 3.2rem;
    height: 3.2rem;
    background-size: 100%;
    transition: var(--animtime1);
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 33'%3E%3Cpath fill='%23fff' d='m22.434 15.326-10.451 9-1.67-2.236 7.854-6.764-7.855-6.764 1.67-2.236 10.452 9Z'/%3E%3C/svg%3E");
}

.menu-sidebar
    #sidebar-menu
    > li
    ul.sub-menu
    li.menu-item-has-children
    a:hover::before {
    right: -0.3rem;
}

.menu-sidebar .top-line {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 3.2rem;
    align-items: center;
    position: relative;
}

.menu-sidebar .top-line:hover .back-button svg path {
    fill: var(--clr1);
}

.menu-sidebar .top-line:hover .main-title {
    color: var(--clr1);
}

.menu-sidebar .top-line .close-button {
    display: flex;
    cursor: pointer;
}

.menu-sidebar .top-line h3 {
    margin: 0;
    font-family: var(--Typeface-Family-Headings, Malik);
    font-size: var(--Typeface-Size-Headings-H4, 2.4rem);
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-H4, 2.6rem);
    color: #000;
}
.menu-sidebar .back-button {
    width: 3.2rem;
    height: 3.2rem;
    opacity: 0;
    transform: translateX(-100%);
    position: absolute;
    left: 0;
    margin-left: 0;
    display: inline-flex;
    justify-content: center;
    align-items: center;
    border-radius: var(--radius2);
    transition: var(--animtime1);
    cursor: pointer;
}
.menu-sidebar .back-button.show {
    opacity: 1;
    transform: translateX(0px);
}
.menu-sidebar .top-line .text-line.show {
    transform: translateX(4rem);
    transition: var(--animtime1);
    opacity: 1;
}
.menu-sidebar .sub-menu-button {
    position: fixed !important;
    width: calc(100% - 10rem) !important;
    left: 5rem;
    bottom: 5rem;
    border: 0;
    padding: 0 !important;
}

.menu-sidebar .sub-menu-button a,
#sidebar-menu > .sub-menu-button a {
    padding: 1.4rem 4rem !important;
    color: #fff !important;
    text-align: center;
    display: flex !important;
    justify-content: center !important;
    align-items: center;
    width: 100%;
    text-decoration: none;
    line-height: inherit !important;
    -webkit-font-smoothing: antialiased;
    font-size: var(--fontsize_s) !important;
}
.menu-sidebar .top-line .text-line {
    position: relative;
    transition: var(--animtime1);
    width: 100%;
    opacity: 0;
}
.menu-sidebar .top-line .text-line h3.set-fr-animation {
    opacity: 0;
}

.menu-sidebar .top-line .text-line h3.additional-span.set-fr-animation {
    opacity: 1;
    position: absolute !important;
    width: max-content;
    top: 0;
}

.menu-sidebar .top-line .text-line h3.additional-span.set-fr-animation.animate {
    transform: translateX(4rem);
    opacity: 0;
    transition: 0.3s;
    /*transition-delay: 0.18s;*/
}

.transition {
    transition: var(--animtime1);
}

.no-transition {
    transition: 0s;
}

.menu-sidebar .top-line .text-line h3.set-fr-animation.animate {
    transform: translateX(0rem);
    opacity: 0;
    transition: var(--animtime1);
    transition-delay: 0s;
}

.menu-sidebar .top-line .text-line h3.additional-span.set-bc-animation {
    transform: translateX(4rem) !important;
    opacity: 0;
    position: absolute;
    top: 0;
}

.menu-sidebar .top-line .text-line h3.additional-span.set-bc-animation.animate {
    transform: translateX(0) !important;
    opacity: 1;
    transition: 0.3s;
    transition-delay: 0.2s;
}

.menu-sidebar .top-line .text-line h3.set-bc-animation.animate {
    opacity: 0;
    transition: 0.3s;
    transition-delay: 0s;
}
button.menu-toggle {
    background: transparent;
    border: 0;
}
.burger-icon .btn-burger {
    width: 2.1rem;
}

.box.burger-icon {
    z-index: 999999999;
    padding: 0;
    background-color: var(--clr1);
    width: 4.2rem;
    height: 4.2rem;
    border-radius: 50%;
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    transition: var(--animtime1);
    transform: scale(1);
    transform-origin: center;
    will-change: transform, background-color;
}

.box.burger-icon.active {
    background-color: #fff;
}
.box.burger-icon.active .btn-burger span {
    background-color: #000 !important;
}
/* #side-burger {display: none;} */
.burger-icon span {
    display: block;
    width: 100%;
    height: 0.2rem;
    background: #ffffff;
    transition: all 0.3s;
    position: relative;
}

.burger-icon span + span {
    margin-top: 0.4rem;
}

.burger-icon .btn-burger.active span:nth-child(1) {
    animation: ease 0.7s top forwards;
}

.burger-icon .btn-burger.not-active span:nth-child(1) {
    animation: ease 0.7s top-2 forwards;
}

.burger-icon .btn-burger.active span:nth-child(2) {
    animation: ease 0.7s scaled forwards;
}

.burger-icon .btn-burger.not-active span:nth-child(2) {
    animation: ease 0.7s scaled-2 forwards;
}

.burger-icon .btn-burger.active span:nth-child(3) {
    animation: ease 0.7s bottom forwards;
}

.burger-icon .btn-burger.not-active span:nth-child(3) {
    animation: ease 0.7s bottom-2 forwards;
}

.tag {
    display: inline-flex;
    padding: 0.8rem 1.6rem 0.8rem;
    background-color: var(--clr1);
    color: #fff;
    text-decoration: none;
    transition: var(--animtime1);
    font-size: 1.2rem;
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-Small, 20px);
    position: relative;
}

.link_tag {
    padding: 0.8rem 1.6rem 0.8rem 3.2rem;
}

.link_tag svg {
    position: absolute;
    height: 1.2rem;
    width: 1.2rem;
    left: 1.6rem;
    top: 1.2rem;
}
.link_tag:hover {
    background-color: var(--clr7);
}

@keyframes top {
    0% {
        top: 0;
        transform: rotate(0);
    }
    50% {
        top: 0.5rem;
        transform: rotate(0);
    }
    100% {
        top: 0.5rem;
        transform: rotate(45deg);
    }
}

@keyframes top-2 {
    0% {
        top: 0.7rem;
        transform: rotate(45deg);
    }
    50% {
        top: 0.7rem;
        transform: rotate(0deg);
    }
    100% {
        top: 0;
        transform: rotate(0deg);
    }
}

@keyframes bottom {
    0% {
        bottom: 0;
        transform: rotate(0);
    }
    50% {
        bottom: 0.7rem;
        transform: rotate(0);
    }
    100% {
        bottom: 0.7rem;
        transform: rotate(135deg);
    }
}

@keyframes bottom-2 {
    0% {
        bottom: 0.9rem;
        transform: rotate(135deg);
    }
    50% {
        bottom: 0.9rem;
        transform: rotate(0);
    }
    100% {
        bottom: 0;
        transform: rotate(0);
    }
}

@keyframes scaled {
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(0);
    }
}

@keyframes scaled-2 {
    0% {
        transform: scale(0);
    }
    50% {
        transform: scale(0);
    }
    100% {
        transform: scale(1);
    }
}

@keyframes pulse {
    0% {
        transform: scale(1);
    }
    50% {
        transform: scale(1.1);
    }
    100% {
        transform: scale(1);
    }
}

.support_now {
    animation: pulse 2s infinite;
    transition: 0.5s;
}
.support_now:hover {
    animation-play-state: paused;
}
.contact_person_module .container {
    display: flex;
    align-items: center;
    column-gap: 4.8rem;
}

.contact_person_module .image-container {
    flex: 0 0 auto;
}

.contact_person_module .image-container img {
    background-color: #f1ebff;
    width: 15rem;
    height: 15rem;
    object-fit: cover;
    object-position: center;
}

.contact_person_module .text-container h2 {
    margin: 0;
}

.contact_person_module .text-container .body-large {
    margin: 1.6rem 0 0;
}

.contact_person_module .text-container .body-large a {
    text-decoration: none;
}

.form-section .container {
    display: flex;
    column-gap: 8rem;
}

.form-section .h1 {
    margin: 0 0 2.4rem;
}

.form-section .col1,
.form-section .col2 {
    flex-basis: 0;
    flex-grow: 1;
}

.stats_module .container {
    display: grid;
    grid-template-columns: 1fr 1fr;
    column-gap: 12rem;
}

.stats_module .col2 {
    position: relative;
    overflow: hidden;
}

.stats_module .col1 p {
    margin-top: 2.4rem;
}

.stats_row {
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 1.6rem;
    border-bottom: 2px solid #000;
}

.stats_row + .stats_row {
    margin-top: 2.4rem;
}

.stats_text {
    max-width: 18rem;
    font-weight: 700;
}

.stats_number {
    font-family: var(--Typeface-Family-Headings, Malik);
    font-size: 7rem;
    line-height: 7rem;
    font-weight: 800;
    text-align: right;
}

div .swiper-pagination {
    position: relative;
    width: 100%;
    display: flex;
    column-gap: 0.8rem;
    bottom: 0;
}

div .swiper-horizontal > .swiper-pagination-bullets,
div .swiper-pagination-bullets.swiper-pagination-horizontal,
div .swiper-pagination-custom,
div .swiper-pagination-fraction {
    bottom: 0;
}

div .swiper-pagination span {
    flex-basis: 0;
    flex-grow: 1;
    height: 0.6rem;
    border-radius: 0;
    background-color: var(--clr3);
    opacity: 1;
    margin: 0 !important;
}

div .swiper-pagination span.swiper-pagination-bullet-active {
    background-color: var(--clr1);
}

/* STORIES MODULE */
.stories-module .two-columns {
    display: flex;
    column-gap: 8rem;
}

.stories-module .swiper {
    overflow: visible;
}

.stories-module .swiper-wrapper {
    margin-top: 0;
}
.stories-module .two-columns .left-block {
    display: flex;
    flex-direction: column;
    justify-content: center;
}
.stories-module .two-columns .left-block h2 {
    margin-top: 0;
}
.stories-module .two-columns .left-block p:last-child {
    margin-bottom: 0;
}
.stories-module .two-columns .left-block,
.stories-module .two-columns .right-block {
    width: calc(50% - 4rem);
}
.web-stories-list.is-view-type-grid .web-stories-list__inner-wrapper {
    flex-wrap: unset !important;
}
.web-stories-list {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: flex;
    transition-property: transform;
    box-sizing: content-box;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}
.admin-bar .web-stories-list__lightbox,
.admin-bar .web-stories-singleton__lightbox {
    top: 0 !important;
}
.web-stories-list.is-style-default.is-view-type-carousel
    .web-stories-list__story,
.web-stories-list.is-style-default.is-view-type-grid .web-stories-list__story {
    flex-basis: unset !important;
    margin-left: 0 !important;
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

div
    .web-stories-list.is-style-default.is-view-type-carousel
    .web-stories-list__story,
div
    .web-stories-list.is-style-default.is-view-type-grid
    .web-stories-list__story {
    border-radius: 0;
}

.stories-module .swiper-pagination {
    margin: 4rem 0 0;
}

div .web-stories-list__story-content-overlay {
    padding: 1.4rem;
}

div .web-stories-list .story-content-overlay__title {
    color: #e0e0e0;

    font-family: var(--Typeface-Family-Headings, Malik);
    font-size: var(--Typeface-Size-Headings-H4, 2.4rem);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-H4, 2.8rem);
}

.web-stories-list__story-poster::before {
    content: '';
    position: absolute;
    width: 3.2rem;
    height: 3.2rem;
    top: 1.6rem;
    left: 1.4rem;
    background-repeat: no-repeat;
    background-size: 3.2rem 3.2rem;
    background-position: center;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 33'%3E%3Crect width='32' height='32' y='.625' fill='%236400B8' rx='16'/%3E%3Cpath stroke='%23fff' stroke-width='2' d='M13 21.822V11.428l9 5.196-9 5.197Z'/%3E%3C/svg%3E");
    z-index: 2;
}
/* STORIES MODULE END */

.intro-text .container {
    max-width: 77.6rem;
}

.breadcrumb,
.breadcrumb a,
.breadcrumb span {
    font-size: 1rem;
    line-height: 2rem;
    text-transform: uppercase;
}

.breadcrumb a {
    text-decoration: none;
    font-weight: 700;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

/* STOT MODULE START */
.stot_module.type1 {
    background: var(--Color-Brand-Light, #f1ebff);
    padding: 0;
}

.stot_module .stot-section-inner {
    display: grid;
    grid-template-columns: 1fr 1fr;
    max-width: 144rem;
    margin: 0 auto;
    min-height: 55rem;
    position: relative;
    z-index: 1;
}
.stot_module.type2 .stot-section-inner {
    min-height: auto;
}
.stot_module.type1 .col1,
.stot_module.type1 .col2 {
    padding-top: 16rem;
    padding-bottom: 16rem;
    height: 100%;
    display: flex;
    align-items: center;
}

.stot_module.type1:first-of-type .col1,
.stot_module.type1:first-of-type .col2 {
    /*padding-top: 17.2rem;*/
}

.stot_module.type1 .col1 {
    background: var(--clr3, #dacaf7);
    position: relative;
}

.stot_module.type1 .col1::after {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    width: 100vw;
    height: 100%;
    background: var(--clr3, #dacaf7);
    z-index: -1;
}

.stot_module .timeframe {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 2.4rem;
}

.stot_module .timeframe button {
    width: 21rem;
    height: 3.2rem;
    font-size: 1.2rem;
    border: 2px solid var(--clr1, #6400b8);
    color: var(--clr1);
    transition: var(--animtime1);
    background-color: transparent;
    text-transform: uppercase;
    font-weight: 700;
    cursor: pointer;
}

.stot_module .timeframe button:first-child {
    border-radius: 100rem 0 0 100rem;
}

.stot_module .timeframe button:last-child {
    border-radius: 0 100rem 100rem 0;
}

.stot_module .timeframe button.selected,
.stot_module .timeframe button:hover {
    background-color: #004f2e;
    color: #fff;
    border-color: #004f2e;
}

.stot_module .choices {
    display: flex;
    column-gap: 0.8rem;
    row-gap: 0.8rem;
    justify-content: center;
    margin: 0 0 4rem;
}

.stot_module .choices button {
    height: 7rem;
    padding: 0.4rem 1.6rem 0.4rem 1.6rem;
    min-width: 13.4rem;
    color: var(--Color-Brand-Neutral---Black, #000);
    font-family: var(--Typeface-Family-Headings, Malik);
    font-size: 3rem;
    font-weight: 800;
    line-height: var(--Typeface-Size-Line-height-H3, 3.8rem);
    border: 2px solid var(--clr1, #6400b8);
    background-color: transparent;
    transition: background-color var(--animtime1);
    cursor: pointer;
}

.stot_module .choices button.selected,
.stot_module .choices button:hover {
    background-color: #004f2e;
    border-color: #004f2e;
    color: #fff;
}

.stot_module .choices button span {
    font-family: var(--Typeface-Family-Body, Inter);
    font-size: var(--Typeface-Size-Body-Small, 1.4rem);
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-Small, 2rem);
}

.popup-modal {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0, 0, 0, 0.5);
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 9999;
}

#fund {
    max-height: 80vh;
    overflow: auto;
}

.popup-modal > div {
    background: #fff;
    padding: 2rem 2rem 0;
    max-width: 60rem;
    width: 100%;
    position: relative;
}

.popup-modal .close-button {
    position: absolute;
    right: -1.5rem;
    top: -1.5rem;
    width: 3.4rem;
    height: 3.4rem;
    background: var(--clr1);
    border-radius: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.popup-modal .close-button .close:before,
.popup-modal .close-button .close:after {
    background-color: #fff !important;
}

.custom-amount-wrapper {
    position: relative;
}
h1 {
    padding-bottom: 0.8rem;
}

.custom-amount-wrapper .custom_amount {
    font-family: var(--Typeface-Family-Headings, Malik);
    position: absolute;
    background-color: #014f2e;
    color: white;
    text-align: center;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    border: transparent;
    font-size: 3rem;
    font-weight: 800;
    padding: 0.3rem 1.6rem 0.3rem 1.6rem;
    -moz-appearance: textfield;
    -webkit-appearance: none;
    appearance: none;
}
.custom-amount-wrapper .custom_amount::-webkit-inner-spin-button,
.custom-amount-wrapper .custom_amount::-webkit-outer-spin-button {
    -webkit-appearance: none;
    margin: 0;
}

.custom-amount-wrapper .custom_amount:focus,
.custom-amount-wrapper .custom_amount:focus-visible {
    outline: none;
    box-shadow: unset;
    border-radius: 0;
}

.stot_module .explainers-multiple {
    text-align: center;
    margin-bottom: 0.8rem;
}
.stot_module .explainer {
    text-align: center;
}

.explainer-icon {
    height: 10rem;
    width: auto;
    margin: 0 0 1.6rem;
}

.explainer-text {
    font-family: var(--Typeface-Family-Headings, Malik);
    font-size: var(--Typeface-Size-Miscellaneous-SubH1, 2rem);
    font-weight: 700;
    line-height: 2.4rem;
    max-width: 40rem;
    margin: 0 auto;
}
.explainers.multiple_text .explainer-text {
    font-size: calc(var(--fontsize_s) * var(--text-scaler));
    line-height: calc(var(--Typeface-Size-Miscellaneous-SubH1) * var(--text-scaler));
    font-weight: 500;
    font-family: var(--Typeface-Family-Body, Inter);
}
.stot_module.type2 .col2 .container {
    opacity: 0;
    transition: 0.5s;
    transform: translateY(30%);
}
.stot_module.type2.active .col2 .container {
    opacity: 1;
    transform: translateY(0);
}
@media screen and (min-width: 1001px) and (max-width: 1900px) {
.stot_module.type2 .col2 .container {
    transform: translateX(40%);
}
.stot_module.type2.active .col2 .container {
    transform: translateX(0);
}
}
.explainer-text + div {
    margin-top: 0.8rem;
}

.form-actions-row {
    text-align: center;
    margin: 4rem 0 0;
}

.support-us-title {
    text-align: center;
    max-width: 30rem;
    margin: 0 auto 4rem;
}

.support-multiple-title {
    text-align: center;
    margin: 0 auto 4rem;
}

.stot_module.type2 {
    padding: 4rem 0;
}

.stot_module.type2 .media {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.stot_module.type2 .stot-section-inner {
    align-items: flex-end;
}

.stot_module.type2 .col1 {
    color: #fff;
    padding-bottom: 8rem;
}

.stot_module.type2 .col1 h1 {
    font-size: calc(var(--fontsize_h2) * var(--text-scaler));
    line-height: calc(var(--lineh_h2) * var(--text-scaler));
}

.stot_module.type2 .col1 .container {
    padding-right: 3rem;
}

@media screen and (min-width: 1001px) {
    .stot_module.type2 .col2 .container {
        padding: 0;
        background: var(--Color-Brand-Lavendel, #dacaf7);
        padding: 8rem 4rem;
        margin: 0 0 0 auto;
        width: 37.5rem;

    }
}

.stot_module.type2 .col2 .choices {
    display: grid;
    grid-template-columns: 1fr 1fr;
    margin: 0 0 3.2rem;
}

.stot_module.type2 .col2 .choices button {
    width: 100%;
}

.stot_module.type2 .media-container.has-overlay::after {
    background: linear-gradient(
        180deg,
        rgba(44, 26, 59, 0) 0%,
        rgba(27, 18, 36, 0.8) 72.6%
    );
}

.stot_module.type2 .explainer-icon + .explainer-text {
    font-size: var(--Typeface-Size-Miscellaneous-SubH1, 2rem);
    line-height: 2.4rem;
}

.stot_module.type2 .explainer-text {
    font-size: var(--Typeface-Size-Miscellaneous-SubH2, 1.4rem);
    line-height: var(--Typeface-Size-Line-height-SubH2, 1.8rem);
}

.stot_module.type2 .explainer-text-xmonths {
    font-size: var(--Typeface-Size-Miscellaneous-Caption, 1rem);
    line-height: var(--Typeface-Size-Line-height-Caption, 1.4rem);
    text-transform: uppercase;
}

.stot_module.type2 .form-actions-row {
    margin: 2.4rem 0 0;
}

.slider-explainer {
    display: flex;
    justify-content: center;
    align-items: center;
    column-gap: 1rem;
    margin: 0 0 2.4rem;
}

.slider-explainer .howmany {
    font-size: 8rem;
    font-family: var(--Typeface-Family-Headings, Malik);
    font-weight: 800;
}

.slider-explainer .x {
    font-size: 2rem;
    font-family: var(--Typeface-Family-Headings, Malik);
    font-weight: 800;
}

.slider-explainer .slider-icon {
    width: 8rem;
    height: auto;
}

.slider-math {
    text-align: center;
    margin: 0 0 3.2rem;
    font-size: var(--Typeface-Size-Body-Base, 1.8rem);
    font-style: normal;
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-Base, 2.8rem);
}

.slider-equals,
.slider-total {
    font-family: var(--Typeface-Family-Headings, Malik);
    font-size: 3rem;
    font-weight: 800;
    line-height: 3rem;
}

.slider-currency {
    font-size: var(--Typeface-Size-Miscellaneous-SubH2, 1.4rem);
    line-height: var(--Typeface-Size-Line-height-SubH2, 1.8rem);
}

.range-slider {
    -webkit-appearance: none;
    width: 100%;
    height: 0.4rem;
    background-color: rgba(100, 0, 184, 0.4);
    outline: none;
    transition: background-color var(--animtime1);
}

.range-slider:hover {
    background-color: var(--clr1);
}

.range-slider::-webkit-slider-thumb {
    -webkit-appearance: none;
    appearance: none;
    width: 4rem;
    height: 2rem;
    border-radius: 1.6rem;
    background: #000;
    cursor: pointer;
}

.range-slider::-moz-range-thumb {
    width: 4rem;
    height: 2rem;
    border-radius: 1.6rem;
    background: #000;
    cursor: pointer;
}

.stot_module.type3 {
    background-color: var(--Color-Brand-Lavendel, #dacaf7);
    overflow: unset;
}

.stot_module.type3 .col1 {
    margin: 0 0 2.4rem;
}

.stot_module.type3 .col1 h1 {
    font-size: calc(var(--fontsize_h2) * var(--text-scaler));
    line-height: calc(var(--lineh_h2) * var(--text-scaler));
}

.stot_module.type3 .support-us {
    display: flex;
    align-items: flex-start;
    position: relative;
    column-gap: 4rem;
}

.stot_module.type3 .type3-choices {
    margin: 0;
    padding: 0;
    list-style: none;
    flex: 1 1 auto;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    max-width: calc(100% - 4rem - 37.5rem);
    column-gap: 1.2rem;
    row-gap: 2.4rem;
}

.stot_module.type3 .type3-choices li {
    border: 2px solid var(--Color-Brand-Brand-color, #6400b8);
    background-color: var(--Color-Brand-Lavendel, #dacaf7);
    padding: 1.6rem 1.6rem 2.4rem;
    position: relative;
    cursor: pointer;
    transition: background-color var(--animtime1);
}

.stot_module.type3 .type3-choices li:hover,
.stot_module.type3 .type3-choices li.selected {
    color: #fff;
    background-color: var(--Color-Brand-Liguster, #004f2e);
    border-color: var(--Color-Brand-Liguster, #004f2e);
}

.stot_module.type3 .type3-choices li:hover .checkbox,
.stot_module.type3 .type3-choices li.selected .checkbox {
    border-color: #fff;
}

.stot_module.type3 .type3-choices li.selected .checkbox {
    background-repeat: no-repeat;
    background-position: center;
    background-size: 1.3rem 1.3rem;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 13 13'%3E%3Cpath stroke='%23fff' stroke-width='2' d='m.969 6.09 5.037 5.036L11.85 1.004'/%3E%3C/svg%3E");
}

.stot_module.type3 .type3-choices li:hover svg,
.stot_module.type3 .type3-choices li:hover svg path,
.stot_module.type3 .type3-choices li.selected svg,
.stot_module.type3 .type3-choices li.selected svg path {
    fill: #fff;
}

.stot_module.type3 .type3-choices li svg {
    display: block;
    margin: 0 auto 1.6rem;
    width: 6.4rem;
    height: 6.4rem;
    margin-top: 2.2rem;
}

.stot_module.type3 .type3-choices .subheader-1 {
    margin: 0 0 1.6rem;
}

.stot_module.type3 .type3-choices .item-price {
    text-align: center;
    font-family: var(--Typeface-Family-Headings, Malik);
    font-size: 3rem;
    font-style: normal;
    font-weight: 800;
    line-height: var(--Typeface-Size-Line-height-H3, 3.8rem);
    margin: 2.4rem 0 0;
}

.stot_module.type3 .type3-choices .item-price .currency {
    font-size: var(--Typeface-Size-Body-Small, 1.4rem);
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-Small, 2rem);
}

.stot_module.type3 .type3-choices .checkbox {
    position: absolute;
    height: 2.4rem;
    width: 2.4rem;
    border: 2px solid var(--clr1);
    top: 1.6rem;
    right: 1.8rem;
    z-index: 2;
    background-color: transparent;
}

.stot_module.type3 .choice-totals {
    width: 37.5rem;
    position: sticky;
    top: 13.2rem;
    flex: 0 0 auto;
    background-color: #fff;
    padding: 4rem 8rem;
    z-index: 5;
}

.stot_module.type3 .choice-totals-top {
    margin: 0 0 1.6rem;
}

.stot_module.type3 .choice-totals-top h4 {
    margin: 0;
    font-weight: 800;
}

.stot_module.type3 .choice-totals-top .items-toggle-mobile {
    display: none;
}

.stot_module.type3 .choice-totals ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.stot_module.type3 .choice-totals ul li {
    font-size: var(--Typeface-Size-Body-Small, 1.4rem);
    line-height: var(--Typeface-Size-Line-height-Small, 2rem);
}

.stot_module.type3 .choice-totals ul li + li {
    margin-top: 0.8rem;
}

.stot_module.type3 .choice-totals .support-total {
    margin: 1.6rem 0 2.4rem;
    font-size: var(--Typeface-Size-Body-Small, 1.4rem);
    font-weight: 700;
    line-height: var(--Typeface-Size-Line-height-Small, 2rem);
}

.stot_module.type3 .choice-totals .support-total-number {
    font-family: var(--Typeface-Family-Headings, Malik);
    font-size: 3rem;
    font-weight: 800;
    line-height: var(--Typeface-Size-Line-height-H3, 3.8rem);
}
/* STOT MODULE END */

/* Curtain effect for h1 */
.curtain-container {
    display: inline-block;
}

.curtain-container h1 {
    clip-path: inset(0 100% 0 0); /* hidden from right */

    transition: clip-path 0.4s ease;
    transition-delay: 0.3s;
}

.curtain-container.open h1 {
    clip-path: inset(0 0 0 0); /* fully visible */
}

/* Download links */

a.download-link {
    padding: 1.6rem 0;
    border-bottom: 2px solid #000;
    text-decoration: none !important;
    width: 100%;
    display: flex;
    background: transparent!important;
    position: relative;
    font-size: calc(var(--Typeface-Size-Miscellaneous-SubH1) * var(--text-scaler));
    line-height: calc(var(--Typeface-Size-Line-height-SubH1) * var(--text-scaler));
    font-weight: 700;
}

a.download-link:hover{
    background-size: unset!important;
}

a.download-link:hover::after{
    margin-top: -0.3rem;
}

a.download-link::after{
    content: '';
    transition: var(--animtime1);
    background-image: url("data:image/svg+xml,%3Csvg width='24' height='25' viewBox='0 0 24 25' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect x='4.66992' y='19.7559' width='14.6617' height='2.29445' fill='%236400B8'/%3E%3Cpath d='M13.1465 17.1601L10.855 17.1601L10.855 2.87793L13.1465 2.87793L13.1465 17.1601Z' fill='%236400B8'/%3E%3Cpath d='M13.3293 16.6857L11.709 18.306L5.35822 11.9553L6.97852 10.335L13.3293 16.6857Z' fill='%236400B8'/%3E%3Cpath d='M11.9987 18.5999L10.3784 16.9796L17.0477 10.3104L18.668 11.9307L11.9987 18.5999Z' fill='%236400B8'/%3E%3C/svg%3E%0A");
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    right: 0;
    display: flex;
    width: 2.4rem;
    height: 2.5rem;
}

/* Categories list */

.categories-list{
    padding: 0;
    margin: 0;
    list-style: none;
    display: flex;
    flex-wrap: wrap;
    gap: 1rem;
}

.categories-list li {
    padding: 0.6rem 1.6rem;
    background-color: var(--clr1);
    color: var(--textclr4);
    font-size: calc(1.2rem * var(--text-scaler));
    line-height: calc(var(--Typeface-Size-Line-height-Small) * var(--text-scaler));
    font-weight: 700;
    display: flex;
    flex-wrap: wrap;
    gap: 0.4rem;
    align-items: center;
}

.categories-list li img{
    width: auto;
    height: 1.2rem;
}

.categories-content h3{
    margin: 0 0 2.4rem;
    font-size: calc(var(--fontsize_h4) * var(--text-scaler));
    line-height: calc(var(--lineh_h4) * var(--text-scaler));
}

/* Responsive ===================================================================== */
@media screen and (max-width: 1440px) {
    html {
        font-size: calc(100vw / 144);
    }
}
@media screen and (max-width: 1000px) {
    .choices-multiple {
        padding: 2rem;
    }
    #primary section:first-of-type:not(.banner_module.banner-type4) {
        margin-top: 8.2rem;
    }
    #primary section.stot_module:first-of-type:not(.banner_module.banner-type4) {
        /*margin-top: 0;*/
        /*padding-top: 10.9rem;*/
    }
    body.single-post #primary section:nth-of-type(2):not(.banner_module.banner-type4) {
        padding-top: 0 !important;
    }
    section {
        padding: 4rem 0;
    }
    section:not(.stot_module):first-child {
        /*padding-top: 15rem !important;*/
        /*padding-top: 14.9rem !important;*/
    }
    .hide-mob {
        display: none !important;
    }

    #cookie-notice-block .left-side {
        display: flex;
        flex-wrap: wrap;
        align-items: flex-start;
        width: 100%;
        flex-direction: column;
        row-gap: 2rem;
    }
    #cookie-notice-block .left-side .content {
        width: 100%;
        padding: 0;
    }
    #cookie-notice-block .right-side {
        width: auto;
        margin-top: 2rem;
    }
    #cookie-notice-block .custom-logo-link img {
        width: 15rem;
    }
    .grid-container .item:nth-child(odd),
    .grid-container .item:nth-child(even) {
        margin-top: 0;
        margin-bottom: 6rem;
    }
    .item.grid .itemtext {
        margin-bottom: 0;
    }
    .columns-3,
    .columns-4 {
        grid-template-columns: repeat(2, 1fr);
    }
    html {
        font-size: 10px;
    }
    .footer-menu-container {
        width: 90%;
        padding: 5rem 0;
    }
    .container {
        padding: 0 2.4rem;
    }
    .popup-modal > div {
        width: calc(100% - 4.8rem);
    }
    .popup,
    .small-popup {
        bottom: 1.5rem;
        right: 1.5rem;
    }
    #masthead .container {
        border: 0;
        height: 8.2rem;
        align-items: flex-end;
    }
    #masthead .container .icon-btn {
        padding: 0 1.6rem;
    }

    .mega-menu-open .custom-logo-link {
        /* pointer-events: none !important; */
    }

    .mega-menu-open .header_mob_logo {
        opacity: 0;
    }

    .menu-sidebar .container {
        padding: 0;
    }

    .menu-wrap-outer {
        width: 100%;
    }

    .menu-wrap {
        padding: 15rem 1.6rem 4rem;
        margin: 0;
    }

    #sidebar-menu li.big > a {
        font-size: var(--fontsize_h3, 2.8rem);
        line-height: var(--lineh_h3, 3rem);
    }

    .menu-sidebar #sidebar-menu > li ul.sub-menu li > a {
        padding: 0.8rem 0;
    }

    #sidebar-menu a {
        font-size: var(--Typeface-Size-Miscellaneous-SubH1, 1.8rem);
        font-weight: 700;
        line-height: 2.4rem;
    }

    #sidebar-menu li.big + li,
    .menu-sidebar #sidebar-menu > li ul.sub-menu li.lang {
        margin-top: 3.2rem;
    }

    #sidebar-menu li.big + li.big {
        margin-top: 0.8rem;
    }

    .menu-sidebar #sidebar-menu .sub-menu .sub-menu .item-description {
        font-size: var(--Typeface-Size-Body-Base, 1.6rem);
        line-height: var(--Typeface-Size-Line-height-Base, 2.4rem);
    }

    .main-navigation ul {
        /* padding-top: 2.5rem; */
        margin-top: 5rem;
        width: 100%;
    }
    .main-navigation ul ul {
        margin-top: 0;
    }
    .main-navigation ul ul a {
        min-width: unset;
        padding: 0.7rem 0;
        width: 100%;
        font-size: calc(var(--fontsize_h4) * var(--text-scaler));
        line-height: calc(var(--lineh_h4) * var(--text-scaler));
    }
    .main-navigation li {
        position: relative;
        display: flex;
        flex-direction: column;
        align-items: center;
    }
    .menu-item-has-children .arrow {
        top: 2.9rem;
        height: 5.8rem;
        width: 5.8rem;
        align-items: center;
        right: 0;
        justify-content: center;
    }
    .menu-item-has-children.focus > .arrow svg {
        transform: rotate(-180deg);
    }
    .focus > ul.sub-menu {
        display: block !important;
    }
    .focus.menu-item-has-children > a:after {
        transform: rotate(180deg);
    }
    .main-navigation a {
        padding: 1.5rem 1.7rem;
        color: var(--textclr4);
        display: flex;
        flex-wrap: wrap;
        /* justify-content: center; */
        align-items: center;
        font-size: calc(var(--fontsize_h3) * var(--text-scaler));
        line-height: calc(var(--lineh_h3) * var(--text-scaler));
        width: 100%;
    }
    .menu-item-has-children .arrow svg {
        width: 2.1rem;
    }
    .menu-item-has-children .arrow svg path {
        stroke: #fff;
    }
    header .icon-link {
        color: var(--textclr4);
        margin-left: 0;
        padding: 0;
    }
    header .icon-link svg {
        position: relative;
        width: 1.8rem;
        left: unset;
        margin-right: 0.8rem;
        top: 0;
        transform: translateY(0);
    }
    .icon-link svg path {
        stroke: var(--textclr4);
    }
    a.icon-link.icon-cart.cart svg * {
        fill: var(--textclr4) !important;
    }
    /* .toggled button.menu-toggle { */
    /* background-image: url(img/icons/feather/x.svg); */
    /* } */
    .menu-item-has-children > a:after {
        position: relative;
        right: 0;
        top: 0;
        margin: 0 0 0 1rem;
        background: url(img/icons/feather/chevron-down-white.svg) center
            no-repeat;
    }
    .menu-main-container {
        position: fixed;
        width: 100%;
        z-index: -1;
        left: -100%;
        display: flex;
        bottom: 0;
        overflow-y: auto;
        right: 0;
        transition: var(--animtime2);
        background: var(--clr3);
        align-items: flex-start;
        justify-content: center;
    }
    body.menuopen .menu-main-container {
        display: none;
    }
    .toggled .menu-main-container {
        left: 0;
    }

    .item {
        flex-basis: calc(100%);
    }
    .swiper-slide.item {
    max-width: 23rem !important;
    }
    .items-list {
        column-gap: 0;
    }
    /* Start Šitą perkeliam į style.css ties (max-width: 1000px) kad niekur nesimatytų scroll bar vizualiai */
    ::-webkit-scrollbar {
        width: 0;
        background: transparent;
    }
    ::-webkit-scrollbar-thumb {
        background: transparent;
    }
    /* End Šitą perkeliam į style.css ties (max-width: 1000px) kad niekur nesimatytų scroll bar vizualiai */
    .for-dekstop {
        display: none !important;
    }

    .for-mobile {
        display: block !important;
    }
    .media-container-inside {
        position: absolute;
        transform: translate(0, -26.5vw);
        width: 100%;
    }
    .text_module .first {
        width: 70vw;
        height: 53vw;
    }
    .text_module .second {
        width: 40vw;
        height: 55vw;
        /* transform: translate(-10vw, 10vw); */
        transform: unset;
        margin: 10vw 0 0 -10vw;
    }
    .text-second .html_content {
        padding-top: 45.5vw;
    }
    .text-second .html_content {
        margin-top: 0;
    }
    .text_module.additional-class {
        padding-bottom: 33vw;
    }
    .blockquote-right {
        margin-right: 0;
    }
    .blockquote-left {
        margin-left: 0;
    }
    .text_module.has-media .block-right {
        width: 100%;
        position: relative;
        top: unset;
        order: 1;
    }
    .text_module.has-media .block-left {
        width: 100%;
        padding-right: 0;
        order: 2;
    }
    .item .media,
    .item .media figure {
        height: 22.7rem;
    }
    .grid-container .item .media,
    .grid-container .item .media figure {
        max-height: unset;
        height: auto;
    }
    .grid-container .item .media img,
    .grid-container .item .media video {
        position: relative;
    }
    .item.grid .itemtext {
        padding: 0;
    }
    .table-block {
        overflow-x: auto;
    }
    .items-list {
        margin-top: 2.4rem;
    }
    .counter-container p {
        margin: 2.4rem 0 1.6rem;
    }

    .form-section .container {
        flex-direction: column;
        row-gap: 4rem;
    }

    .form-section .h1 {
        margin: 0 0 1.6rem;
    }

    .form-section .col1,
    .form-section .col2 {
        width: 100%;
        flex-basis: auto;
    }
    div .gform_wrapper.gravity-theme .gform_footer button,
    div .gform_wrapper.gravity-theme .gform_footer input,
    div .gform_wrapper.gravity-theme .gform_page_footer button,
    div .gform_wrapper.gravity-theme .gform_page_footer input {
        width: 100%;
        height: 4rem;
    }

    .stats_module .container {
        grid-template-columns: 1fr;
        row-gap: 4.8rem;
    }

    .stats_number {
        font-size: 4rem;
        line-height: 1;
    }

    .stats_row {
        padding-bottom: 0.8rem;
    }

    .stats_row + .stats_row {
        margin-top: 0.8rem;
    }

    .item.horizontal {
        flex-direction: column;
        row-gap: 4rem;
    }

    .item.horizontal .itemtext .work-hours {
        margin: 0.2rem 0 0;
        font-size: 1.2rem;
        line-height: 1.6rem;
    }

    .item.horizontal .itemtext .btn5 {
        margin: 1.6rem 0 0;
        padding: 0 2.4rem !important;
        display: inline-flex;
        align-items: center;
        width: auto;
        height: 3.2rem;
        line-height: normal;
        -webkit-font-smoothing: antialiased;
        text-transform: uppercase;
        border-radius: var(--radius45, 4.5rem);
        transition: var(--animtime1);
        transform: scale(1);
        transform-origin: center;
        will-change: transform, color;
        overflow: hidden;
        z-index: 1;
        column-gap: 0.8rem;
        border: 2px solid var(--clr1);
    }

    .item.horizontal .itemtext .btn5::after {
        display: none;
    }

    .columns-3 .item .media,
    .columns-3 .item .media figure {
        height: 21rem;
    }

    .above-newsletter {
        margin: 0 0 2.4rem;
    }

    .footer-newsletter-block form input {
        font-size: 2.4rem;
    }

    .footer-main .container .inside-container {
        flex-direction: column;
        row-gap: 4rem;
        margin: 0 0 4rem;
        padding: 0 0 4rem;
    }

    .footer-col3 {
        margin: 0;
    }

    .footer-2 {
        flex-direction: column;
        row-gap: 4rem;
        align-items: center;
    }

    .footer-2 ul {
        column-gap: 0.8rem;
        justify-content: center;
    }

    footer .social-media {
        justify-content: center;
        row-gap: 1.6rem;
    }

    .stories-module .two-columns {
        flex-direction: column;
        row-gap: 4rem;
    }

    .stories-module .two-columns .left-block,
    .stories-module .two-columns .right-block {
        width: 100%;
    }

    section.single-post-content {
        padding-top: 10.2rem;
    }

    .stot_module .stot-section-inner {
        grid-template-columns: 1fr;
    }

    .stot_module.type1 .col1 {
        padding-top: 4rem;
        padding-bottom: 4rem;
    }

    .stot_module.type1 .col1::after {
        display: none;
    }

    .stot_module.type1 .col2 {
        padding-top: 4rem;
        padding-bottom: 8rem;
    }

    #primary section.stot_module:first-of-type:not(.banner_module.banner-type4) {
        margin-top: 0;
    }

    .stot_module:first-of-type .col1 {
        padding-top: 14.9rem;
    }

    .stot_module.type1:first-of-type .col2 {
        /*padding-top: 4rem;*/
    }

    .stot_module .choices {
        display: grid;
        grid-template-columns: 1fr 1fr;
    }
    .stot_module .choices:has(> .wide) {
        display: block;
        grid-template-columns: unset;
        max-width: 41.5rem;
        margin-right: auto;
        margin-left: auto;
    }
    .stot_module .timeframe button {
        max-width: 50%;
    }

    .stot_module .choices button {
        width: 100%;
    }

    .stot_module.type2 {
        padding: 0;
    }

    .stot_module.type2 .col1 {
        height: 45rem;
        display: flex;
        flex-direction: column;
        justify-content: flex-end;
        padding-bottom: 4rem;
    }

    .stot_module.type2 .media {
        height: 45rem;
    }

    .stot_module.type2 .media figure {
        height: 100%;
        width: 100%;
    }

    .stot_module.type2 .media figure img {
        height: 100%;
        width: 100%;
        object-fit: cover;
    }

    .stot_module.type2 .col2 {
        padding-top: 6.4rem;
        padding-bottom: 8rem;
        background: var(--Color-Brand-Lavendel, #dacaf7);
    }

    .stot_module.type2 .col2 .container {
        padding: 0 3.2rem;
    }

    .stot_module.type2 .col2 .choices {
        padding: 0 1.6rem;
    }

    .stot_module.type2 .explainer-text {
        font-size: var(--Typeface-Size-Miscellaneous-SubH1, 1.8rem);
        line-height: 2.4rem;
    }

    .stot_module.type2 .explainer-text-xmonths {
        font-size: var(--Typeface-Size-Body-Small, 1.4rem);
        font-weight: 500;
        line-height: var(--Typeface-Size-Line-height-Small, 2rem);
    }

    .support-us-title {
        margin: 0 0 2.4rem;
        max-width: 100%;
    }

    .stot_module.type3 .type3-choices {
        grid-template-columns: 1fr 1fr;
        column-gap: 1rem;
        row-gap: 1rem;
        max-width: 100%;
    }

    .stot_module.type3 .type3-choices li {
        padding: 1.6rem;
    }

    .stot_module.type3 .type3-choices .body-small {
        margin: 0.8rem 0;
    }

    .stot_module.type3 .type3-choices .item-price {
        margin: 0.8rem 0 0;
    }

    .stot_module.type3 .choice-totals {
        top: auto;
        bottom: 1.6rem;
        width: 100%;
        padding: 1.6rem;
    }

    .stot_module.type3 .choice-totals-top {
        display: flex;
        column-gap: 1.6rem;
        justify-content: space-between;
        align-items: center;
    }

    .stot_module.type3 .choice-totals-top .items-toggle-mobile {
        display: block;
        height: 3.2rem;
        width: 3.2rem;
        transform: rotate(180deg);
        transform-origin: center;
        transition: var(--animtime1);
        background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' fill='none' viewBox='0 0 32 32'%3E%3Cpath fill='%23000' d='M16 22.61 7 12.16l2.236-1.67L16 18.342l6.764-7.854L25 12.16l-9 10.452Z'/%3E%3C/svg%3E");
        background-position: center;
        background-repeat: no-repeat;
        background-size: 3.2rem 3.2rem;
        background-color: transparent;
        border: none;
    }

    .stot_module.type3 .choice-totals-top .items-toggle-mobile.toggled {
        transform: rotate(0deg);
    }

    .stot_module.type3 .choice-totals-top h4 {
        font-family: var(--Typeface-Family-Body, Inter);
        font-size: var(--Typeface-Size-Body-Small, 1.4rem);
        font-style: normal;
        font-weight: 700;
        line-height: var(--Typeface-Size-Line-height-Small, 2rem);
    }

    .stot_module.type3 .support-us {
        flex-direction: column;
        row-gap: 2.4rem;
    }

    .stot_module.type3 .btn.support_now {
        width: 100%;
        justify-content: center;
    }

    section.breadcrumbs-section {
        padding-bottom: 2rem;
    }

    .columns-2 {
        grid-template-columns: 1fr;
    }
}

@media screen and (max-width: 767px) {
    .html_content {
        max-width: 100%;
    }
    .footer-main .container .inside-container .social-media a {
        margin-left: 0;
        margin-right: 2rem;
    }
    .footer-main .container .inside-container .right-block {
        padding-top: 5rem;
    }
    .footer-main .container .inside-container .left-block li span.title {
        width: 40%;
    }
    .footer-menu-container {
        width: 100%;
        padding: 3rem 0;
    }
    .footer-menu-container ul li {
        width: 100%;
    }
    .footer-menu-container ul li a {
        font-size: 2.4rem;
        line-height: 4rem;
    }

    blockquote,
    .blockquote-right,
    .blockquote-left {
        float: unset;
        width: 100%;
        margin-left: 0;
        margin-right: 0;
        word-break: keep-all;
    }
    .text_module .has_background {
        padding: 2.4rem 2.4rem 4rem;
    }
    .columns-3,
    .columns-4 {
        grid-template-columns: 1fr;
    }
    .contact_person_module .container {
        flex-direction: column;
        row-gap: 2.4rem;
        align-items: flex-start;
    }
}
@media screen and (max-width: 480px) {
    .popup {
        width: calc(100% - 3rem);
    }
    .stot_module .timeframe button {
        width: 50%;
    }
  

}

@media screen and (min-width: 1001px) {
    .dark-background {
        background: rgb(24 24 24 / 50%);
        height: 100%;
        left: 0;
        opacity: 0;
        position: fixed;
        top: 0;
        transition: var(--animtime1);
        visibility: hidden;
        width: 100%;
        z-index: 99;
    }
    body.woo-cart-open .dark-background,
    body.mega-menu-open .dark-background,
    body.woo-filter-open .dark-background {
        opacity: 1;
        visibility: visible;
    }
    .hover-underline:after {
        transition: 0.3s ease-in-out;
    }
    .main-navigation ul {
        display: flex;
    }
    .main-navigation:not(.toggled) #primary-menu,
    .menu-sidebar:not(.active) #sidebar-menu {
        display: none !important;
    }
    .media-container:hover .video-icon,
    .youtube-link:hover .video-icon,
    div.mejs-overlay:hover > .mejs-overlay-button {
        transform: translate(-50%, -50%) scale(1.2);
    }

    .stories-module .left-block + .right-block .swiper {
        overflow: hidden;
    }
}

#primary[tabindex='-1']:focus {
    outline: 0;
}

:focus-visible {
    outline: 3px solid #005fcc;
    outline-offset: 2px;
}
