:root {
    font-size: calc(100vw / 475);
}

body {
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 20rem;
    position: relative;
    /*    padding-top: 91rem;*/

}

a {
    color: inherit;
    text-decoration: none;
}

button,
input,
select {
    background: transparent;
    border: 0;
    outline: 0;
    font-family: 'Fira Sans Condensed', sans-serif;
    font-size: 20rem;
}

.desktop {
    display: none;
}

.mobile {
    display: block;
}



* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

.italic {
    font-style: italic !important;
}

.section1 {
    /*    min-height: 100vh;*/
    background: #24272a;
    color: #fff;
    padding-bottom: 30rem;
}

.container {
    margin: 0 auto;
    padding: 0 7%;
}

header {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    font-style: italic;
    padding-top: 30rem;
    background: #24272a;
    padding-bottom: 30rem;
    color: #fff;
    /*    position: sticky;*/
    position: sticky;
    top: 0;
    width: 100%;
    z-index: 998;
}

section {
    border-top: 1rem solid #24272a;
}

header .container {
    position: relative;
}

.logo {
    width: 60%;
    margin: 0 auto;
}

.burger {
    position: absolute;
    right: 7%;
    top: -10rem;
    width: 13%;
}

.block0 {
    font-style: italic;
}

    .block0.mobile {
        text-align: center;
        margin-top: 78rem;
    }

h1 {
    color: #ce0e2d;
    font-weight: 500;
    font-size: 43rem;
    margin-bottom: 25rem;
}

.w-full {
    width: 100%;
}

.mb-25 {
    margin-bottom: 25rem;
}

.text-red {
    color: #ce0e2d;
}

.text-white {
    color: #fff;
}

.redbutton {
    border-radius: 100rem;
    display: inline-block;
    font-weight: 400;
    text-decoration: none;
    font-style: normal;
    padding: 4rem 20rem;
    background: #ce0e2d;
    color: #fff;
    font-size: 27rem;
    cursor: pointer;
}



    .redbutton.custom {
        margin-top: 25rem;
        width: 175rem;
        background: #24272a;
        color: #fff;
    }

    .redbutton.desktop {
        display: none;
    }

.section2 {
    color: #24272a;
    padding-bottom: 30rem;
    text-align: center;
}

h2 {
    font-size: 38rem;
    margin-top: 30rem;
    margin-bottom: 70rem;
    font-weight: 500;
}

.grid {
    display: flex;
    flex-direction: column;
    align-items: center;
}

.p1 {
    font-weight: 500;
    margin-top: 10rem;
    font-size: 24rem;
}

.p2 {
    font-size: 17rem;
    font-weight: 500;
}

.p3 {
    font-size: 17rem;
    margin-top: 8rem;
}

.item {
    margin-bottom: 80rem;
}

.section3 {
    color: #24272a;
    background: #24272a;
    text-align: center;
    padding: 27rem 30rem;
}

    .section3 h2 {
        margin-top: 0;
        padding-top: 123rem;
        margin-bottom: 40rem;
    }

.special {
    background: #fff;
    border-radius: 1000rem;
    padding-bottom: 140rem;
}


.w-100 {
    width: 100%;
}

.w-50 {
    width: 50%;
}

.w-80 {
    width: 80%;
}

.w-90 {
    width: 90%;
}

.flex {
    display: flex;
}

.items-center {
    align-items: center;
}

.jcsb {
    justify-content: space-between;
}

.contact-us {
    margin-left: 38%;
    width:100% !important;
}

.errortxt {
    width:100% !important;
    text-align:center;
}
.jcsa {
    justify-content: space-around;
}

.jcc {
    justify-content: center;
}

.wrap {
    flex-wrap: wrap;
}

.mt-100 {
    margin-top: 100rem;
}

.text-center {
    text-align: center;
}

.section3 {
    color: #24272a;
}

h3 {
    font-weight: 500;
    margin-top: 100rem;
    margin-bottom: 30rem;
}

.mx-auto {
    margin-left: auto;
    margin-right: auto;
}

.section4 {
    margin-bottom: 70rem;
}

.section5 {
    background: #263238;
    color: #fff;
    padding-bottom: 70rem;
}

.plus {
    font-weight: 500;
    font-style: italic;
    font-size: 200rem;
    color: #24272a;
    -webkit-text-stroke: 1rem #bbb;
    margin-right: 10rem;
}

.m0 {
    margin: 0;
}

.section5 .p3 {
    margin-top: -30rem;
}

.section6 {
    background: #cf212e;
    color: #fff;
    border-top: 1px solid #cf212e;
    padding-bottom: 30;
}



select,
input {
    color: #fff;
    border-bottom: 1px solid #fff;
    padding: 2rem;
}
    select option, select optgroup, input[type="checkbox"].code {
        color: #000;
    }
    input::placeholder {
        color: #fff;
    }



.form {
    display: flex;
    flex-direction: column;
}

    .form select {
        margin-top: 30rem;
    }

    .form input {
        margin-top: 30rem;
        min-width: 80%;
    }

        .form input.small {
            width: 22%;
            min-width: 22% !important;
        }

footer {
    background: #24272a;
    color: #fff;
    padding-top: 30rem;
    text-align: center;
    padding-bottom: 30rem;
}

.p22 {
    font-size: 22rem;
    font-weight: 500;
}

.copy {
    font-size: 15rem;
    color: #aaa;
    font-style: normal;
}

.footer-nav {
    font-size: 15rem;
    color: #ccc;
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}

    .footer-nav a {
        margin: 5rem 10rem;
    }

.modal-overlay {
    position: fixed;
    background: rgba(0, 0, 0, 0.7);
    width: 100%;
    height: 100vh;
    top: 0;
    right: 0;
    display: none;
    z-index: 999;
}

.menu-m {
    position: fixed;
    right: -100%;
    top: 0;
    background: #cf212e;
    width: 70%;
    height: 100vh;
    border-left: 1px solid #fff;
    color: #fff;
    display: flex;
    flex-direction: column;
    padding: 60rem 30rem;
    font-style: italic;
    z-index: 1000;
    transition: right 0.3s ease-in-out;
}

    .menu-m.open {
        right: 0;
    }



    .menu-m a {
        margin: 16rem 0;
    }

        .menu-m a:hover {
            color: #24272a;
        }

    .menu-m .active {
        color: #24272a;
    }

    .menu-m .cross {
        align-self: flex-end;
        margin: 0;
    }

    .menu-m .menu-m-special {
        border-radius: 100rem;
        padding: 5rem 20rem;
        background: #24272a;
        display: inline-block;
        width: max-content;
    }

        .menu-m .menu-m-special.active,
        .menu-m .menu-m-special:hover {
            background: #fff;
        }

.stopscroll {
    overflow: hidden;
}

footer .container>.flex {
    flex-direction: column;
}

.logo2 {
    width: 60%;
}
.margin-top-5 {
    margin-top: 5px;
}

.margin-left-5 {
    margin-left: 5px;
}

.recaptcha {
    margin-left: 30px;
}

input[type="text"] {
    background-color: transparent;
}

@media (min-width: 1024px) {
    :root {
        font-size: calc(100vw / 1920);
    }

    body {
        font-family: 'Fira Sans Condensed', sans-serif;
        font-size: 18rem;
    }

    header {
        padding-top: 10rem;
        padding-bottom: 10rem;
    }

    .desktop {
        display: block;
    }

    .redbutton.desktop {
        display: inline-block;
    }

    .mobile {
        display: none;
    }

    button,
    input,
    select {
        font-size: 18rem;
    }



    .container {
        padding: 0 22%;
    }

        .container.bigger {
            padding: 0 15%;
        }

        .container.small {
            padding: 0 25%;
        }

    .logo {
        width: 148rem;
        margin: 0;
    }

    .section1 {
        padding-top: 53rem;
        padding-bottom: 80rem;
    }



    .header-menu a {
        font-size: 18rem;
        margin: 0 10rem;
    }

        .header-menu a.active {
            color: #cf212e;
        }

    .redbutton {
        font-size: 18rem;
        background: #cf212e;
        padding: 10rem 20rem;
        min-width: 175rem;
        text-align: center;
    }

        .redbutton:hover {
            opacity: 0.8;
        }

    .blackbutton:hover {
        opacity: 0.8;
    }

    .block0.desktop {
        display: flex;
        margin-top: 10rem;
    }

    h1 {
        font-size: 67rem;
        margin-bottom: 30rem;
    }

    .w51 {
        min-width: 53%;
        margin-top: 2%;
    }

    .banner-text {
        width: 95%;
        line-height: 1.6;
        margin-bottom: 77rem;
        font-size: 25rem;
    }

    h2 {
        font-size: 48rem;
        margin-top: 43rem;
        margin-bottom: 55rem;
    }

    .grid {
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        align-items: flex-start;
        margin-top: 10rem;
        position: relative;
    }

    hr {
        position: absolute;
        width: 100%;
        border: 1px solid red;
        top: 1%;
    }

    .item {
        width: 387rem;
        margin-bottom: 15rem;
    }

    .p1 {
        margin-top: 19rem;
    }

    .section2 {
        padding-bottom: 25rem;
    }

        .section2 .redbutton {}

    .section3 {
        padding: 25rem 22%;
    }

        .section3 h2 {
            padding-top: 38rem;
        }

    .container.special {
        padding: 0 4%;
        padding-bottom: 79rem;
    }

    .section3 .p3 {
        margin-bottom: 42rem;
    }

    .section4 {
        margin-bottom: 25rem;
    }

        .section4 h2 {
            margin-top: 29rem;
            margin-bottom: 30rem;
        }

    .w45 {
        width: 45%;
        margin-bottom: 30rem;
    }

    .section4 h3 {
        margin-top: 0rem;
        margin-bottom: 22rem;
        font-size: 36rem;
    }

    .section4 .redbutton {
        margin-top: 10rem;
    }


    .section5 {
        padding-bottom: 100rem;
    }

    .w70 {
        width: 57%;
    }

        .w70.custom {
            margin-top: 12rem;
        }

    .w30 {
        width: 39%;
        margin-top: 120rem;
    }

        .w30.custom {
            margin-top: 86rem;
        }

    .section5 .p3 {
        line-height: 1.5;
        margin-top: -53rem;
        font-size: 16rem;
        margin-bottom: 50rem;
    }

    .section6 h2 {
        font-size: 48rem;
        margin-top: 32rem;
        margin-bottom: 26rem;
    }

    .form {
        display: flex;
        flex-wrap: wrap;
        flex-direction: row;
        justify-content: space-around;
        width: 80%;
        margin: auto;
    }

        .form input,
        .form .flex.jcsb {
            min-width: 40%;
        }

            .form .flex.jcsb input.custom {
                min-width: 70%;
            }

        .form>* {
            width: 40%;
        }

    footer {
        text-align: left;
    }

        footer .container>.flex {
            flex-direction: row;
            justify-content: space-between;

        }

    .logo2 {
        width: 150rem;
    }

    .block1 {
        width: 68%;
    }

    .block2 {
        text-align: right;
    }

    .footer-nav {
        flex-direction: column;
    }

        .footer-nav a {
            margin-right: 0;
        }

    .third {
        order: 3;
    }

    .second {
        order: 2;
    }

    .fourth {
        order: 4;
    }

    .first {
        order: 1;
    }

}


@media (max-width: 768px) {
    .recap {
        display: block !important;
        margin-top:10px;
    }
    .recaptcha {
        margin-top: 10px; /* Adjust the margin as needed */
        margin-left:0px !important;
    }
    .contact-us {
        margin-left:0px;
    }
    .errortxt {
        width: 100% !important;
        text-align: unset;
    }
    .redbutton {

        font-size: 23rem !important;

    }
}

