:root {
    --red-10: #f42341;
    --black-10: #111b24;
    --black-20: #16232e;
    --black-30: #2b3c4b;
    --brown-10: #5a5a5a;
    --grey-10: #8399ac;
    --grey-30: #c0c0c0;
    --white: #FFF;
    --white-invert: rgba(255, 255, 255, .7);


}

html {
    scroll-behavior: smooth;
}

.manrope {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.manrope-200 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.manrope-300 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.manrope-400 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.manrope-500 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.manrope-600 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.manrope-700 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.manrope-800 {
    font-family: "Manrope", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.outfit {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-style: normal;
}

.outfit-100 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 100;
    font-style: normal;
}

.outfit-200 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 200;
    font-style: normal;
}

.outfit-300 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 300;
    font-style: normal;
}

.outfit-400 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 400;
    font-style: normal;
}

.outfit-500 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 500;
    font-style: normal;
}

.outfit-600 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 600;
    font-style: normal;
}

.outfit-700 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 700;
    font-style: normal;
}

.outfit-800 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 800;
    font-style: normal;
}

.outfit-900 {
    font-family: "Outfit", sans-serif;
    font-optical-sizing: auto;
    font-weight: 900;
    font-style: normal;
}

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

.white-invert {
    color: var(--white-invert);
}

.black-20 {
    color: var(--black-20);
}

.brown-10 {
    color: var(--brown-10);
}

.grey-30 {
    color: var(--grey-30);
}

.red-10 {
    color: var(--red-10);
}

.a-center {
    align-items: center;
}

/*
========================
typography
========================
 */
body {
    font-family: "Manrope", sans-serif;
    font-size: clamp(1.125rem, 1.1rem + 0.125vw, 1.25rem);
    font-weight: 400;
    overflow-x: hidden;
    background-color: var(--white);
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: flex;
    flex-direction: column;
    min-height: 100vh;
}


ul {
    margin-bottom: 0;

}


.uppercase {
    text-transform: uppercase;
}

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


h1,
.h1 {
    font-size: clamp(2.5rem, 2.125rem + 1.875vw, 4.375rem);
    letter-spacing: 0;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 15px;
    font-family: "Outfit", sans-serif;
    @media (min-width: 767.8px) {
        letter-spacing: -1px;
    }
}

h2,
.h2 {
    font-size: clamp(1.625rem, 1.325rem + 1.5vw, 3.125rem);
    letter-spacing: -1px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 15px;

    font-family: "Outfit", sans-serif;
    @media (min-width: 767.8px) {
        margin-bottom: 20px;
    }
}

h3,
.h3 {
    font-size: clamp(1.625rem, 1.525rem + 0.5vw, 2.125rem);
    letter-spacing: -1px;
    line-height: 1.1;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Outfit", sans-serif;
}

h4,
.h4 {
    font-size: clamp(1.5rem, 1.475rem + 0.125vw, 1.625rem);
    letter-spacing: -1px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Outfit", sans-serif;
}


h5 {
    font-size: 22px;
    letter-spacing: -1px;
    line-height: 1.2;
    font-weight: 500;
    margin-bottom: 20px;
    font-family: "Outfit", sans-serif;
}

.subtitle {
    font-size: clamp(1.5rem, 1.75rem + 0.5vw, 1.875rem);
    line-height: 1.2;
    font-weight: 300;
    margin-bottom: 25px;
}

p {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
    margin-bottom: 15px;
}

.big p,
.big li,
.big a,
.big {
    font-size: 18px;
    line-height: 28px;
    font-weight: 400;
}

.small p,
.small {
    font-size: clamp(1rem, 1.1rem + 0.125vw, 1rem);
    line-height: 150%;
    font-weight: 400;
}

li {
    font-size: 16px;
    line-height: 24px;
    font-weight: 400;
}

a,
a *,
button,
button * {
    cursor: pointer;
    -webkit-transition: all .3s ease-out;
    -moz-transition: all .3s ease-out;
    -o-transition: all .3s ease-out;
    transition: all .3s ease-out;
    position: relative;

    &:before {
        -webkit-transition: all .3s ease-out;
        -moz-transition: all .3s ease-out;
        -o-transition: all .3s ease-out;
        transition: all .3s ease-out;
    }

    &.btn {
        min-width: 162px;
        border-radius: 10px;
        overflow: hidden;
        position: relative;
        display: inline-flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: center;
        padding: 13px 30px;
        text-decoration-line: none;

        span {
            position: relative;
            display: flex;
            z-index: 2;
            font-size: 16px;
            font-weight: 600;
            line-height: 18px;

        }

        &:focus {
            outline: 0;
            box-shadow: none;
        }
    }


    &.btn-red {
        background-image: linear-gradient(to right, #b3194e 0%, #d41e47 50%, #ee2242 100%);
        margin: 0 auto;
        background-size: 100% 100%;


        span {
            color: var(--white);
        }

        &:before {
            content: '';
            position: absolute;
            left: 0;
            top: 0;
            width: 100%;
            height: 100%;
            /*transform: translateX(-101%);*/
            opacity: 0;
            background-image: linear-gradient(to right, #f991a0 0%, #f43e58 50%, #f32341 100%);

        }

        &.btn-transparent {
            background-color: rgba(255, 255, 255, 0);
            margin: 0 auto;
            background-size: 100% 100%;
            outline: none;
            box-shadow: none;


            span {
                color: var(--white);
            }

            &:before {
                content: '';
                position: absolute;
                left: 0;
                top: 0;
                width: 100%;
                height: 100%;
                /*transform: translateX(-101%);*/
                opacity: 0;
                background-image: linear-gradient(to right, #f991a0 0%, #f43e58 50%, #f32341 100%);

            }
        }
    }

    &.btn-red:hover {
        text-decoration: none;

        &:before {
            opacity: 1;
        }
    }


    &.round-button {
        border: 2px solid rgba(0, 0, 0, .1);
        justify-content: space-around;
        padding: 13px 15px;
        background-color: rgba(255, 255, 255, 0);

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

        .icon {
            width: 20px;
            flex-basis: 20px;
            height: 18px;
            mask-image: url("../images/button-arrow.svg");
            mask-size: contain;
            mask-repeat: no-repeat;
            mask-position: center;
            background-color: var(--red-10);
            margin-left: 30px;

        }

        &:hover {
            text-decoration-line: none;
            border-color: var(--red-10);
        }


    }

    &.round-button-white {
        border: 2px solid rgba(255, 255, 255, .2);
        justify-content: space-around;
        padding: 13px 15px;
        background-color: rgba(255, 255, 255, 0);
        backdrop-filter: blur(5px);

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

        .icon {
            width: 20px;
            flex-basis: 20px;
            height: 18px;
            mask-image: url("../images/button-arrow.svg");
            mask-size: contain;
            mask-repeat: no-repeat;
            mask-position: center;
            background-color: var(--red-10);
            margin-left: 30px;

        }

        &:hover {
            text-decoration-line: none;
            border-color: var(--red-10);
        }


    }

    &:focus {
        outline: 0;
        box-shadow: none;
    }

}

a {
    color: var(--red-10);

    &:hover {
        text-decoration-line: underline;
    }

    &:focus {
        outline: 0;
        box-shadow: none;
    }

}

.red-on-top {
    &:before {
        position: relative;
        content: "";
        display: block;
        top: -25px;
        left: calc(50% - 42px);
        width: 84px;
        height: 6px;
        background-color: var(--red-10);
        transform: skew(-20deg);
    }

    @media (min-width: 991.8px) {
        &:before {
            position: relative;
            content: "";
            display: block;
            top: -45px;
            left: 0;
            width: 84px;
            height: 6px;
            background-color: var(--red-10);
            transform: skew(-20deg);
        }
    }

}

.container {
    padding-inline: 20px;

    .row {
        margin-inline: -20px;
    }

    @media (min-width: 1280px) {
        max-width: 1240px;
    }

    &.no-pad {
        @media (min-width: 575.8px) {
            padding-inline: 0;
        }

    }
}

.container.container-big {
    @media (min-width: 1700px) {
        max-width: 1670px;
    }
}

.grid-container {
    display: grid;
    grid-template-columns: repeat(2, 1fr);
    /*grid-template-rows: ;*/
}

.row {
    &.no-margin {
        margin-inline: 0;
    }
}

.j-center {
    justify-content: center;
}

.col, .col-1, .col-10, .col-11, .col-12, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-auto, .col-lg, .col-lg-1, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-auto, .col-md, .col-md-1, .col-md-10, .col-md-11, .col-md-12, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-auto, .col-sm, .col-sm-1, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-auto, .col-xl, .col-xl-1, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-auto {
    padding-left: 20px;
    padding-right: 20px;
}

@media (max-width: 991.8px) {
    .lg-text-center {
        text-align: center;
    }
}

/*
===================
HEADER
===================
 */
header {
    position: absolute;
    top: 0;
    left: 0;
    width: 100vw;
    z-index: 9999;
    padding: 0;


    .row {
        height: 60px;
        @media (min-width: 991.8px) {
            height: auto;
        }
    }

    background-color: var(--white);
    border-bottom: 1px solid rgba(0, 0, 0, .1);

    #main-menu-wrapper {

        nav {
            width: 100%;

            ul {
                padding: 0;
                margin: 0;
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: center;
                list-style-type: none;

                li {
                    position: relative;
                    padding-block: 40px;
                    padding-inline: 22px;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    height: 100px;

                    &::before {
                        content: "";
                        display: block;
                        width: 0;
                        height: 3px;
                        background-color: var(--red-10);
                        position: absolute;
                        bottom: -1px;
                        left: 0;
                    }

                    @media screen and (min-width: 1279.9px) {
                        padding-block: 28px;
                        padding-inline: 30px;
                    }

                    /*&:first-of-type {*/
                    /*    padding-left: 0;*/
                    /*}*/

                    /*&:last-of-type {*/
                    /*    padding-right: 0;*/
                    /*    !*padding-block: 0;*!*/
                    /*}*/


                    &.menu-item-has-children {
                        &:not(.sub-menu) > a:first-of-type {
                            &::before {
                                content: "";
                                display: block;
                                position: absolute;
                                top: calc(50% - 3px);
                                mask: url('../images/dropdown-arrow.svg') no-repeat center;
                                -webkit-mask: url('../images/dropdown-arrow.svg') no-repeat center;
                                background: var(--black-20);
                                width: 11px;
                                height: 7px;
                                right: -17px;
                                opacity: .5;
                            }
                        }
                    }

                    a {
                        font-size: 18px;
                        line-height: 24px;
                        font-weight: 500;
                        color: var(--black-20);
                        position: relative;
                        display: block;
                        width: 100%;

                        &:hover {
                            color: var(--red-10);
                            text-decoration-line: none;
                        }
                    }


                    .sub-menu {
                        display: none;
                        position: absolute;
                        padding: 0;
                        padding-block: 15px;
                        top: calc(100% - 15px);
                        width: 285px;
                        border: 1px solid rgba(0, 0, 0, .1);
                        border-radius: 20px;
                        filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.07));
                        background-color: var(--white);
                        z-index: 2;
                        left: -10px;

                        li {
                            width: 100%;
                            padding: 0 10px;
                            height: auto;

                            &.current-menu-item  {
                                a {
                                    background-color: #fef4f5;
                                    color: var(--red-10);
                                }
                            }


                            a {
                                padding: 15px 30px;
                                display: block;
                                text-align: left;
                                border-radius: 10px;

                                &:hover {
                                    background-color: #fef4f5;
                                    color: var(--red-10);
                                }
                            }


                        }


                    }

                    &.no-link {
                        a {
                            &:hover {
                                text-decoration-line: none;
                            }
                        }
                    }

                    &:hover {
                        .sub-menu {
                            display: block;
                        }
                    }

                    &.current_page_item {
                        a:not(.sub-menu a) {
                            color: var(--red-10);
                        }
                    }

                    &.current-menu-ancestor {
                        &::before {
                            width: 100%;
                        }

                        a:not(.sub-menu a) {
                            color: var(--red-10);
                        }

                        &:after {
                            content: "";
                            display: block;
                            position: absolute;
                            bottom: -1px;
                            left: 50%;
                            transform: translateX(-50%);
                            width: 0;
                            height: 0;
                            border-left: 8px solid transparent;
                            border-right: 8px solid transparent;
                            border-bottom: 8px solid var(--red-10);
                        }
                    }
                }
            }
        }
    }

    #social-menu-header {
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        list-style: none;
        padding: 0;
        margin: 0;
        @media (min-width: 991.8px) {
            justify-content: flex-end;
            padding-right: 5px;
        }

        li {
            padding-left: 15px;
        }

        a {
            font-size: 20px;

            &:hover {
                color: var(--blue-20);
            }
        }
    }


    &.transparent {
        background-color: var(--white);
        border-bottom: 1px solid rgba(0, 0, 0, .1);


        @media (min-width: 991.8px) {
            background-color: rgba(255, 255, 255, 0);
            border-bottom: 1px solid rgba(255, 255, 255, .1);


        }

        .logo-link {
            display: none;
            @media (min-width: 991.8px) {
                display: block;
            }
        }

        #main-menu-wrapper {

            nav {
                width: 100%;

                ul {
                    padding: 0;
                    margin: 0;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    justify-content: center;
                    list-style-type: none;

                    li {
                        position: relative;
                        padding-block: 40px;
                        padding-inline: 22px;
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                        height: 100px;

                        &::before {
                            content: "";
                            display: block;
                            width: 0;
                            height: 3px;
                            background-color: var(--red-10);
                            position: absolute;
                            bottom: 0;
                            left: 0;
                        }

                        @media screen and (min-width: 1279.9px) {
                            padding-block: 28px;
                            padding-inline: 30px;
                        }

                        /*&:first-of-type {*/
                        /*    padding-left: 0;*/
                        /*}*/

                        /*&:last-of-type {*/
                        /*    padding-right: 0;*/
                        /*    !*padding-block: 0;*!*/
                        /*}*/


                        &.menu-item-has-children {
                            &:not(.sub-menu) > a:first-of-type {
                                &::before {
                                    content: "";
                                    display: block;
                                    position: absolute;
                                    top: calc(50% - 3px);
                                    mask: url('../images/dropdown-arrow.svg') no-repeat center;
                                    -webkit-mask: url('../images/dropdown-arrow.svg') no-repeat center;
                                    background: var(--white);
                                    width: 11px;
                                    height: 7px;
                                    right: -17px;
                                    opacity: .5;
                                }
                            }
                        }

                        a {
                            font-size: 18px;
                            line-height: 24px;
                            font-weight: 500;
                            color: var(--white);
                            position: relative;
                            display: block;
                            width: 100%;

                            &:hover {
                                color: var(--red-10);
                                text-decoration-line: none;
                            }
                        }


                        .sub-menu {
                            display: none;
                            position: absolute;
                            padding: 0;
                            padding-block: 15px;
                            top: calc(100% - 15px);
                            width: 285px;
                            border: 1px solid rgba(0, 0, 0, .1);
                            border-radius: 20px;
                            filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.07));
                            background-color: var(--white);
                            z-index: 2;

                            li {
                                width: 100%;
                                padding: 0 10px;
                                height: auto;

                                &.current-menu-item {
                                    a {
                                        background-color: #fef4f5;
                                        color: var(--red-10);
                                    }
                                }


                                a {
                                    padding: 15px 30px;
                                    display: block;
                                    text-align: left;
                                    border-radius: 10px;
                                    color: var(--blue-20);

                                    &:hover {
                                        background-color: #fef4f5;
                                        color: var(--red-10);
                                    }
                                }


                            }


                        }

                        &.no-link {
                            a {
                                &:hover {
                                    text-decoration-line: none;
                                }
                            }
                        }

                        &:hover {
                            .sub-menu {
                                display: block;
                            }
                        }

                        &.current_page_item {
                            a:not(.sub-menu a) {
                                color: var(--red-10);
                            }
                        }

                        &.current-menu-ancestor {
                            &::before {
                                width: 100%;
                            }

                            a:not(.sub-menu a) {
                                color: var(--red-10);
                            }
                        }
                    }
                }
            }
        }

        #social-menu-header {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: flex-start;
            list-style: none;
            padding: 0;
            margin: 0;
            @media (min-width: 991.8px) {
                justify-content: flex-end;
                padding-right: 5px;
            }

            li {
                padding-left: 15px;
            }

            a {
                color: var(--red-10);

                &:hover {
                    color: var(--black-20);
                }

                @media (min-width: 991.8px) {
                    color: rgba(255, 255, 255, .6);
                    font-size: 20px;

                    &:hover {
                        color: var(--red-10);
                    }
                }
            }
        }

        .custom-logo-link {
            display: block;
            @media (min-width: 991.8px) {
                display: none;
            }

        }

        &.white {
            background-color: var(--white);
            border-bottom: 1px solid rgba(0, 0, 0, .1);

            .custom-logo-link {
                display: block;
            }

            .logo-link {
                display: none;
            }


            #main-menu-wrapper {

                nav {
                    width: 100%;

                    ul {
                        padding: 0;
                        margin: 0;
                        display: flex;
                        flex-wrap: wrap;
                        align-items: center;
                        justify-content: center;
                        list-style-type: none;

                        li {
                            position: relative;
                            padding-block: 40px;
                            padding-inline: 22px;
                            display: flex;
                            flex-wrap: wrap;
                            align-items: center;
                            height: 100px;

                            &::before {
                                content: "";
                                display: block;
                                width: 0;
                                height: 3px;
                                background-color: var(--red-10);
                                position: absolute;
                                bottom: 0;
                                left: 0;
                            }

                            @media screen and (min-width: 1279.9px) {
                                padding-block: 28px;
                                padding-inline: 30px;
                            }


                            &.menu-item-has-children {
                                &:not(.sub-menu) > a:first-of-type {
                                    &::before {
                                        content: "";
                                        display: block;
                                        position: absolute;
                                        top: calc(50% - 3px);
                                        mask: url('../images/dropdown-arrow.svg') no-repeat center;
                                        -webkit-mask: url('../images/dropdown-arrow.svg') no-repeat center;
                                        background: var(--black-20);
                                        width: 11px;
                                        height: 7px;
                                        right: -17px;
                                        opacity: .5;
                                    }
                                }
                            }

                            a {
                                font-size: 18px;
                                line-height: 24px;
                                font-weight: 500;
                                color: var(--black-20);
                                position: relative;
                                display: block;
                                width: 100%;

                                &:hover {
                                    color: var(--red-10);
                                    text-decoration-line: none;
                                }
                            }


                            .sub-menu {
                                display: none;
                                position: absolute;
                                padding: 0;
                                padding-block: 15px;
                                top: calc(100% - 15px);
                                width: 285px;
                                border: 1px solid rgba(0, 0, 0, .1);
                                border-radius: 20px;
                                filter: drop-shadow(0px 8px 4px rgba(0, 0, 0, 0.07));
                                background-color: var(--white);
                                z-index: 2;

                                li {
                                    width: 100%;
                                    padding: 0 10px;
                                    height: auto;

                                    &.current-menu-item {
                                        a {
                                            background-color: #fef4f5;
                                            color: var(--red-10);
                                        }
                                    }


                                    a {
                                        padding: 15px 30px;
                                        display: block;
                                        text-align: left;
                                        border-radius: 10px;
                                        color: var(--black-20);

                                        &:hover {
                                            background-color: #fef4f5;
                                            color: var(--red-10);
                                        }
                                    }


                                }


                            }

                            &.no-link {
                                a {
                                    &:hover {
                                        text-decoration-line: none;
                                    }
                                }
                            }

                            &:hover {
                                .sub-menu {
                                    display: block;
                                }
                            }

                            &.current_page_item {
                                a:not(.sub-menu a) {
                                    color: var(--red-10);
                                }
                            }

                            &.current-menu-ancestor {
                                &::before {
                                    width: 100%;
                                }

                                a:not(.sub-menu a) {
                                    color: var(--red-10);
                                }
                            }
                        }
                    }
                }
            }

            #social-menu-header {
                display: flex;
                flex-wrap: wrap;
                align-items: center;
                justify-content: flex-start;
                list-style: none;
                padding: 0;
                margin: 0;

                @media (min-width: 991.8px) {
                    justify-content: flex-end;
                }

                li {
                    padding-left: 15px;
                }

                a {
                    font-size: 20px;
                    color: var(--red-10);

                    &:hover {
                        color: var(--blue-20);
                    }
                }
            }
        }
    }

    #logo-wrapper {
        order: 2;
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        @media (min-width: 991.8px) {
            order: 1;
            justify-content: flex-start;
        }
    }

    #main-menu-wrapper {
        order: 2;
        @media (min-width: 991.8px) {
            order: 2;
        }
    }

    #hero-social-wrapper {
        order: 1;
        padding: 0;
        @media (min-width: 991.8px) {
            order: 3;
            padding-inline: 30px;
        }
    }

    #mobile-menu-wrapper {
        order: 3;
        padding: 0;
    }

    /* Mobile Menu */

    #mobile-menu-wrapper {
        display: flex;
        flex-wrap: wrap;
        justify-content: center;
        padding-right: 15px;
        @media (min-width: 991.9px) {
            display: none;
        }

        .hamburger-menu {
            position: relative;
            width: 30px;
            height: 24px;
            cursor: pointer;
            z-index: 9998;
            -webkit-tap-highlight-color: rgba(255, 255, 255, 0);
            margin-left: auto;
            margin-right: 15px;


            .bar,
            .bar:after,
            .bar:before {
                width: 35px;
                height: 3px;
            }

            .bar {
                position: relative;
                transform: translateY(10px);
                background-color: var(--red-10);
                transition: all 0ms 300ms;
            }

            .bar.animate {
                background: rgba(255, 255, 255, 0);
            }

            .bar:before {
                content: "";
                position: absolute;
                left: 0;
                bottom: 10px;
                background-color: var(--red-10);
                transition: bottom 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
            }

            .bar:after {
                content: "";
                position: absolute;
                left: 0;
                top: 10px;
                background-color: var(--red-10);
                transition: top 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms cubic-bezier(0.23, 1, 0.32, 1);
            }

            .bar.animate:after {
                top: 0;
                transform: rotate(45deg);
                transition: top 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
                background-color: var(--red-10);
            }

            .bar.animate:before {
                bottom: 0;
                transform: rotate(-45deg);
                transition: bottom 300ms cubic-bezier(0.23, 1, 0.32, 1), transform 300ms 300ms cubic-bezier(0.23, 1, 0.32, 1);
                background-color: var(--red-10);
            }
        }


        .mobile-menu {
            top: 61px;
            max-width: 450px;
            right: -100%;
            width: 100%;
            height: 100%;
            min-height: calc(100vh - 61px);
            position: fixed;
            z-index: 9;
            overflow-y: hidden;
            background: var(--white);
            -webkit-transform: translate3d(200px, 0, 0);
            -moz-transform: translate3d(200px, 0, 0);
            transform: translate3d(200px, 0, 0);
            -webkit-transition: all 500ms ease-in-out;
            -moz-transition: all 500ms ease-in-out;
            transition: all 500ms ease-in-out;
            padding-bottom: 50px;

            &.active {
                right: 0;
                -webkit-transform: translate3d(0, 0, 0);
                -moz-transform: translate3d(0, 0, 0);
                transform: translate3d(0, 0, 0);
                -webkit-transition: all 500ms ease-in-out;
                -moz-transition: all 500ms ease-in-out;
                transition: all 500ms ease-in-out;
            }

            .mobile-menu-inner {
                height: 100vh;
                min-height: 100vh;
                margin-top: 0;
                display: flex;
                flex-direction: column;
                padding-bottom: 80px;
                overflow-y: scroll;
            }


        }


        #main-menu {
            margin-bottom: 50px;
            list-style: none;
            padding: 0;
            display: flex;
            flex-wrap: wrap;
        }

        #main-menu li {
            width: 100%;
            flex-basis: 100%;
            text-align: left;
            padding: 0;
            border-radius: 0;
            border-bottom: 1px solid rgba(0, 0, 0, .1);

        }

        #main-menu li.current-menu-ancestor a:not(.sub-menu a) {
            background-color: var(--red-10);
            color: #FFF;

            .submenu-toggle {
                background-color: var(--red-10);
                color: #FFF;
                fill: var(--white);

                &:before {
                    background-color: var(--white) !important;
                }
            }
        }

        #main-menu li:not(.sub-menu) > a {
            width: calc(100% - 80px);
            display: block;
            font-size: 26px;
            line-height: 30px;
            color: var(--black-20);
            font-weight: 500;
            /*padding: 30px 0;*/

            border-radius: 0;
            padding: 25px 30px;
            border-top: none;
            position: relative;
            text-decoration-line: none;

        }

        #main-menu > li.menu-item-has-children > a:first-of-type:not(.sub-menu a) .submenu-toggle {
            -webkit-transition: all .5s ease-out;
            -moz-transition: all .5s ease-out;
            -o-transition: all .5s ease-out;
            transition: all .5s ease-out;
            transform: rotate(0);
            position: absolute;
            top: 0;
            right: -80px;
            width: 81px;
            height: 100%;
            display: block;


            &:before {
                content: "";
                display: block;
                width: 80px;
                height: 100%;
                mask: url("../images/dropdown-arrow.svg") no-repeat center;
                -webkit-mask: url("../images/dropdown-arrow.svg") no-repeat center;
                mask-size: 23px;
                background-position: center center;
                background-repeat: no-repeat;
                background-color: rgba(22, 35, 46, .3);
                position: absolute;
            }

            &.active {
                &:before {
                    transform: rotate(-180deg);
                }
            }
        }

        #main-menu > li.menu-item-has-children.active > a:first-of-type:not(.sub-menu a) .submenu-toggle.active {

            transform: rotate(180deg);
        }


        #main-menu li.active a {
            border-bottom: none;
            background-color: #0e1f36;
        }


        #main-menu .sub-menu {
            display: none;
            padding: 0;
            box-shadow: none;
            position: relative;
            width: 100%;
            background: #f7f7f7;
            top: 0;
            left: 0;
            opacity: 1;
            border-radius: 0;
        }

        #main-menu .sub-menu.visible {
            display: block;
        }

        #main-menu .sub-menu li {
            border-bottom: 0;
            position: relative;

            &::before {
                content: "";
                display: block;
                position: absolute;
                bottom: 0;
                left: 0;
                width: 100%;
                height: 1px;
                background-color: rgba(0, 0, 0, .1);
            }
        }

        #main-menu .sub-menu li a {
            color: var(--black-20);
            font-weight: 500;
            text-align: left;
            border: none;
            padding: 20px 50px;
            font-size: 20px;
            line-height: 30px;
            width: 100%;
            text-decoration-line: none;
        }

        #main-menu .sub-menu li a:before {
            content: "";
            display: block;
            position: absolute;
            left: 0;
            width: 6px;
            top: 0;
            height: 100%;
            background-color: var(--red-10);
        }

        #main-menu .sub-menu li a:hover,
        #main-menu .sub-menu li.current-menu-item a:hover,
        #main-menu .sub-menu li.current_page_item a {
            color: var(--red-10);
        }

    }
}

/*
===================
HERO SECTIONS
===================
 */
.page-hero {
    padding-block: 100px 40px;

    h2 {
        font-weight: 300;
    }


    &.left-line {
        &::before {
            width: 141px;
            background-size: cover;
            background-repeat: no-repeat;
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: 0;
            background-image: url("/wp-content/uploads/2024/09/mobile-red-svg.svg");
            height: 12px;
            z-index: 2;
        }
    }

    @media (min-width: 767.8px) {
        padding-block: 160px 70px;
        &.left-line {
            &::before {
                width: 70%;
                background-repeat: no-repeat;
                background-position: right;
                max-width: 70%;
                background-image: url("../images/red-line-big.svg");
                height: 24px;
                z-index: 2;
            }
        }
    }
    position: relative;
    z-index: 2;
    background-color: var(--white);


    @media (min-width: 952.9px) {
        &.left-line {
            &::before {
                width: 673px;
                background-image: url("../images/red-line-big.svg");
                height: 24px;
                background-position: center center;
            }

        }
    }

}


/*
=======================
CARD SECTION
=======================
 */
.cards-loop {
    background-color: var(--black-20);
    padding-block: 10px;
    @media (min-width: 767.8px) {
        padding-block: 90px;
    }

    .background-image {
        position: fixed;
        top: 0;
        left: 0;
        width: 100%;
        height: auto;
        z-index: 0;
        display: none;
        @media (min-width: 767.8px) {
            display: block;
        }
    }

}

/*
=======================
BOTTOM CTA
=======================
 */
.bottom-cta {
    position: relative;
    background-color: var(--white);
    padding-block: 45px;
    overflow: hidden;

    h2 {
        br {
            display: none;
            @media (min-width: 991.8px) {
                display: block;
            }
        }
    }

    @media (min-width: 767.8px) {
        padding-block: 90px;
    }

    .cta-text {
        p {
            margin-bottom: 0;
        }
    }

    .cta-button {
        padding-top: 20px;
        @media (min-width: 767.8px) {
            padding-top: 40px;
        }
    }

    &::before {
        content: "";
        display: block;
        position: absolute;
        bottom: 0;
        left: -50px;
        width: 60%;
        height: 100%;
        background-image: url("../images/bottom-cta.svg");
        background-position-x: left;
        background-position-y: bottom;
        background-repeat: no-repeat;
        background-size: contain;
    }

    @media (min-width: 767.8px) {
        &::before {
            content: "";
            display: block;
            position: absolute;
            bottom: 0;
            left: -50px;
            width: 60%;
            height: 100%;
            background-image: url("../images/bottom-cta.svg");
            background-position-x: left;
            background-position-y: bottom;
            background-repeat: no-repeat;
            background-size: initial;
        }
    }
}

/*
=================
FOOTER
=================
 */
footer {
    position: relative;
    border-top: 1px solid rgba(0, 0, 0, .1);
    padding: 30px;
    background-color: var(--white);
    margin-top: auto;

    .row {
        align-items: center;
    }

    p,
    span {
        font-size: 14px;
        line-height: 24px;
        color: var(--brown-10);
        margin-bottom: 0;
    }

    #crafted {
        order: 3;
        @media (min-width: 991.8px) {
            order: 1;
        }

        p {
            text-align: center;
            @media (min-width: 991.8px) {
                text-align: left;
            }
        }

        a {
            color: var(--brown-10);
            font-weight: 600;

            &:hover {
                color: var(--red-10);
            }
        }

        .year {
            @media (max-width: 991.9px) {
                width: 100%;
                justify-content: center;
            }

        }
    }

    #terms {
        order: 2;
        display: flex;
        flex-wrap: wrap;
        align-items: center;
        justify-content: flex-start;
        margin-bottom: 25px;
		justify-content: center;
        @media (min-width: 991.8px) {
            margin-bottom: 0;
        }

        span {
            font-size: 14px;
            line-height: 24px;
            padding-right: 15px;
        }

        ul {
            display: flex;
            flex-wrap: wrap;
            align-items: center;
            justify-content: center;
            list-style-type: none;
            padding: 0;
            margin: 0;
            width: 100%;
            flex-basis: 100%;
            @media (min-width: 991.8px) {
                justify-content: flex-start;
                width: auto;
                flex-basis: auto;
            }

            li {
                padding-inline: 10px;
                @media (min-width: 1280px) {
                    padding-inline: 15px;
                }

                a {
                    font-size: 14px;
                    line-height: 24px;
                    color: var(--brown-10);
                    font-weight: 400;

                    &:hover {
                        color: var(--red-10);
                    }
                }
            }
        }
    }

    #contact {
        order: 1;
        margin-bottom: 30px;
        @media (min-width: 991.8px) {
            order: 3;
            margin-bottom: 0;
        }

        #social-menu {
            list-style-type: none;
            padding: 0;
            margin: 0;
            display: flex;
            flex-wrap: wrap;
            justify-content: center;
            align-items: center;
            @media (min-width: 991.8px) {
                justify-content: flex-end
            }

            li {
                padding-inline: 10px;
                margin-bottom: 10px;
                @media (min-width: 575.8px) {
                    padding-inline: 18px;
                }


                &:first-of-type {
                    @media (min-width: 575.8px) {
                        padding-left: 0;
                    }
                }

                &:last-of-type {
                    padding-right: 0;
                }

                a {
                    font-size: 22px;

                    &:hover {
                        color: var(--blue-20);
                    }
                }

                &.contact-link {
                    a {
                        font-size: 16px;
                        min-width: 162px;
                        border-radius: 10px;
                        overflow: hidden;
                        position: relative;
                        display: inline-flex;
                        flex-wrap: wrap;
                        align-items: center;
                        justify-content: center;
                        text-decoration-line: none;
                        color: var(--black-20);
                        border: 2px solid rgba(0, 0, 0, .2);
                        padding: 13px 15px;
                        line-height: 16px;
                        font-weight: 600;
                        background-color: rgba(255, 255, 255, 0);


                        &:hover {
                            text-decoration-line: none;
                            border-color: var(--red-10);
                            color: var(--red-10);
                        }


                    }
                }
            }
        }
    }
}

.hide-md {
    display: none;
    @media (min-width: 767.8px) {
        display: flex;
    }
}

.hide-lg {
    display: none;
    @media (min-width: 991.8px) {
        display: flex;
    }
}

.show-md {
    display: flex;
    @media (min-width: 767.8px) {
        display: none;
    }
}

.show-lg {
    display: flex;
    @media (min-width: 991.8px) {
        display: none;
    }
}

.modal-open .modal {
    overflow-y: auto;
}

.modal.custom-modal {
    .modal-dialog {
        margin: 15px 40px;
        @media (min-width: 575.8px) {
            margin: 40px auto;
        }

        @media (min-width: 991.8px) {
            max-width: 742px;
        }

        .modal-content {
            border-radius: 20px;
            border: none;

            .modal-header {
                padding: 0;
                border: none;
                background-color: var(--black-20);
                height: 150px;
                position: relative;
                border-top-left-radius: 20px;
                border-top-right-radius: 20px;
                @media (min-width: 767.8px) {
                    height: 350px;
                }


                .close {
                    position: absolute;
                    top: -5px;
                    right: -32px;
                    width: 32px;
                    height: 32px;
                    border-radius: 50%;
                    background-color: var(--red-10);
                    opacity: 1;
                    display: flex;
                    flex-wrap: wrap;
                    align-items: center;
                    justify-content: center;
                    padding: 0;
                    margin: 0;
                    z-index: 9;
                    @media (min-width: 575.8px) {
                        right: -47px;
                    }


                    span {
                        display: flex;
                        width: 18px;
                        flex-basis: 18px;
                        height: 18px;
                        mask-image: url("../images/plus-icon.svg");
                        mask-size: contain;
                        mask-repeat: no-repeat;
                        mask-position: center;
                        background-color: var(--white);
                        transform: rotate(45deg);
                    }
                }

                img {
                    position: absolute;
                    top: 0;
                    left: 0;
                    width: 100%;
                    height: 100%;
                    object-fit: cover;
                    border-top-left-radius: 20px;
                    border-top-right-radius: 20px;
                }
            }

            .modal-body {
                padding: 20px 30px 10px;
                overflow-y: auto;
                @media (min-width: 767.8px) {
                    padding: 40px 60px;
                }

                .modal-title {
                    position: relative;
                    margin-bottom: 20px;
                    @media (min-width: 767.8px) {
                        margin-bottom: 30px;
                    }

                    &:before {
                        content: "";
                        display: block;
                        position: absolute;
                        top: 0;
                        left: -30px;
                        width: 4px;
                        height: 100%;
                        background-color: var(--red-10);
                        z-index: 1;


                    }

                    @media (min-width: 767.8px) {
                        &:before {
                            content: "";
                            display: block;
                            position: absolute;
                            top: 0;
                            left: -60px;
                            width: 4px;
                            height: 100%;
                            background-color: var(--red-10);
                            z-index: 1;


                        }
                    }
                }

            }
        }
    }

}

 input[type="submit"]:hover, #contact-form input[type="submit"]:hover, body #gform_1 #gform_submit_button_1:hover{
     background-color: #f32341;
    background-image: linear-gradient(90deg, rgba(255,255,255,0.5) 0%, rgba(255,255,255,0) 100%);
}

 header.white {
     position: fixed;
 }

body header #main-menu-wrapper nav ul  li.dropdown-color .sub-menu li a {
    background-color: rgba(255, 255, 255, 0);
    color: var(--black-20);
} {
    background-color: rgba(255,255,255,0);
    color: var(--black-20);
}

body header #main-menu-wrapper nav ul  li.dropdown-color .sub-menu li:hover a {
    background-color: #fef4f5;
    color: var(--red-10);
}

body header #main-menu-wrapper nav ul  li.dropdown-color .sub-menu li a.active {
    background-color: #fef4f5;
    color: var(--red-10);
}

.form-confirmation-wrapper {
    position: fixed;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background-color: rgba(0,0,0,.5);
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 15;
    transition: 0.3s all ease-in;
}

.confirmation-inner {
    width: 650px;
    max-width: 80%;
    margin: 0 auto;
    background-color: #fff;
    padding: 100px 70px;
    border-radius: 16px;
    position: relative;
}

.confirmation-inner p, .confirmation-inner h3 {
    text-align: center;
    margin-bottom: 15px;
}

.confirmation-image {
    display: flex;
    justify-content: center;
    margin-bottom: 15px;
}

.confirmation-inner button {
    position: absolute;
    top: -5px;
    right: -32px;
    width: 32px;
    height: 32px;
    border-radius: 50%;
    background-color: var(--red-10);
    opacity: 1;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
    justify-content: center;
    padding: 0;
    margin: 0;
    z-index: 9;
    right: -30px;
    top: -35px;
}



.close-confirmation span {
    display: flex;
    width: 18px;
    flex-basis: 18px;
    height: 18px;
    mask-image: url(../images/plus-icon.svg);
    mask-size: contain;
    mask-repeat: no-repeat;
    mask-position: center;
    background-color: var(--white);
    transform: rotate(45deg);
}

.form-confirmation-wrapper.hide {
    opacity: 0;
    z-index: -1;
}


@media(max-width: 575.9px) {
    .confirmation-inner {
        padding: 40px;
    }
}