body {
    background-color: #F5F5F5;
    font-family: "Urbanist", sans-serif;
    font-size: 26px;
    font-style: normal;
    font-weight: 400;
    line-height: 114.286%;
    letter-spacing: 0.35px;
}

.h-dvh {
    height: 100dvh;
}

.w-dvh {
    width: 100dvw;
}

h1 {
    color: #0F172A;
    font-size: 80px;
    font-style: normal;
    font-weight: 900;
    line-height: 1;
    letter-spacing: -2px;
}

h1 span {
    position: relative;
    display: inline-block;
}

h1 span:before {
    background-color: #0E7490;
    -webkit-transform: skew(27deg, 0deg);
       -moz-transform: skew(27deg, 0deg);
        -ms-transform: skew(27deg, 0deg);
         -o-transform: skew(27deg, 0deg);
            transform: skew(27deg, 0deg);
    width: -webkit-calc(100% - 10px);
    width: -moz-calc(100% - 10px);
    width: calc(100% - 10px);
    height: 22px;
    opacity: .25;
    content: "";
    z-index: -1;
    display: block;
    right: 5px;
    bottom: 0px;
    position: absolute;
}

.bottom-logo {
    padding-top: 20vh;
}

.green {
    color: #0E7490;
    text-align: center;
    font-size: 25px;
    font-style: normal;
    font-weight: 600;
    line-height: 77.778%;
    letter-spacing: 0.45px;
}

.inside {
    width: 1358px;
    margin: 0 auto;
    max-width: 100%;
    text-align: center;
}

input,
input:focus {
    font-size: 20px;
    line-height: 120%;
    color: #0E7490;
    border: 1px solid #0E7490;
    background-color: transparent;
    min-height: 48px;
    padding: 5px 20px;
    -webkit-border-radius: 48px;
       -moz-border-radius: 48px;
            border-radius: 48px;
    width: 320px;
    outline: none;
    -webkit-transition: 0.3s all ease-in-out;
    -o-transition: 0.3s all ease-in-out;
    -moz-transition: 0.3s all ease-in-out;
    transition: 0.3s all ease-in-out;
}

input:-webkit-autofill,
input:-webkit-autofill:hover, 
input:-webkit-autofill:focus {
    -webkit-box-shadow: inset 0 0 0px 1000px #F5F5F5!important;
            box-shadow: inset 0 0 0px 1000px #F5F5F5!important;
    -webkit-text-fill-color: #0E7490;
    -webkit-transition: background-color 5000s ease-in-out 0s;
    transition: background-color 5000s ease-in-out 0s;
}

input:focus {
    background-color: rgba(14, 116, 144, .05);
}


input[type="submit"] {
    border-color: #BE185D;
    width: auto;
    text-transform: uppercase;
    background-color: rgb(190, 24, 93);
    color: #FFF;
    text-align: center;
    width: 200px;
    max-width: 100%;
}

input[type="submit"]:hover,
input[type="submit"]:focus {
    background-color: rgba(190, 24, 93, .8);
    width: 200px;
    max-width: 100%;
}

input[type="reset"] {
    border-color: rgb(107, 114, 128);
    width: auto;
    text-transform: uppercase;
    background-color: rgb(107, 114, 128);
    color: #FFF;
    text-align: center;
    width: 200px;
    max-width: 100%;
}

input[type="reset"]:hover,
input[type="reset"]:focus {
    background-color: rgba(107, 114, 128, .8);
    width: 200px;
    max-width: 100%;
}

.wf_customMessageBox {
    font-family: Arial, Helvetica, sans-serif;
    color: #132C14;
    background: #F5FAF5;
    -webkit-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
       -moz-box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
            box-shadow: 0 2px 6px 0 rgba(0, 0, 0, 0.25);
    max-width: 90%;
    width: -webkit-max-content;
    width: -moz-max-content;
    width: max-content;
    word-break: break-word;
    z-index: 11000;
    -webkit-border-radius: 6px;
       -moz-border-radius: 6px;
            border-radius: 6px;
    border: 1px solid #A9D3AB;
    min-width: 100px;
    padding: 10px 15px;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
       -moz-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: fixed;
    top: 20px;
    left: 50%;
    -webkit-transform: translate(-50%, 0);
       -moz-transform: translate(-50%, 0);
        -ms-transform: translate(-50%, 0);
         -o-transform: translate(-50%, 0);
            transform: translate(-50%, 0);
}

.wf_customCircle {
    position: relative;
    background-color: #12AA67;
    -webkit-border-radius: 100%;
       -moz-border-radius: 100%;
            border-radius: 100%;
    width: 20px;
    height: 20px;
    -webkit-box-flex: 0;
    -webkit-flex: none;
       -moz-box-flex: 0;
        -ms-flex: none;
            flex: none;
    margin-right: 7px;
}

.wf_customCheckMark {
    -webkit-box-sizing: unset !important;
       -moz-box-sizing: unset !important;
            box-sizing: unset !important;
    position: absolute;
    -webkit-transform: rotate(45deg)translate(-50%, -50%);
       -moz-transform: rotate(45deg)translate(-50%, -50%);
        -ms-transform: rotate(45deg)translate(-50%, -50%);
         -o-transform: rotate(45deg)translate(-50%, -50%);
            transform: rotate(45deg)translate(-50%, -50%);
    left: 6px;
    top: 9px;
    height: 8px;
    width: 3px;
    border-bottom: 2px solid #fff;
    border-right: 2px solid #fff;
}

.wf_customClose {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: relative;
    width: 18px;
    height: 18px;
}

.wf_customClose::after,
.wf_customClose::before {
    content: '';
    display: block;
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
            box-sizing: border-box;
    position: absolute;
    width: 12px;
    height: 1.5px;
    background: #616E88;
    -webkit-transform: rotate(45deg);
       -moz-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
         -o-transform: rotate(45deg);
            transform: rotate(45deg);
    -webkit-border-radius: 5px;
       -moz-border-radius: 5px;
            border-radius: 5px;
    top: 8px;
    left: 8px;
}

.wf_customClose::after {
    -webkit-transform: rotate(-45deg);
       -moz-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
         -o-transform: rotate(-45deg);
            transform: rotate(-45deg)
}

.form-flex {
    margin: 0 5px;
    margin-top: -10px;
}



@media (max-width: 991.98px) {

    body {
        font-size: 22px;
        line-height: 130%;
    }

    h1 {
        font-size: 8vw;
    }
}

@media (max-width: 767.98px) {

    body {
        font-size: 22px;
        line-height: 130%;
    }

    input, input:focus {
        width: 260px;
    }

    .bottom-logo {
        padding-top: 10vh;
    }
    
}

@media (max-width: 650.98px) {

    body {
        font-size: 3.5vw;
        line-height: 130%;
    }

    input,
    input:focus {
        width: 100%;
        font-size: 3.5vw;  
    }

    .form-flex {
        margin: 0 -5px;
        margin-top: -10px;
        width: -webkit-calc(100vw - 6rem + 10px);
        width: -moz-calc(100vw - 6rem + 10px);
        width: calc(100vw - 6rem + 10px);
    }

    .form-flex > div {
        width: 100%;
    }
}

@media (max-width: 575.98px) {

    .form-flex {
        width: -webkit-calc(100vw - 3rem + 10px);
        width: -moz-calc(100vw - 3rem + 10px);
        width: calc(100vw - 3rem + 10px);
    }
}

@media (max-width: 470.98px) {

    body {
        font-size: 5vw;
        line-height: 130%;
    }

    h1 {
        font-size: 12vw;
    }

    input,
    input:focus {
        width: 100%;
        font-size: 4.5vw;  
    }
}