.whiteLogo{
    display:none;
}


.container {
    padding: 0 11%;
    padding-top: 14em;
    display: flex;
    flex-direction: row;
}

.container>* {
    display: flex;
    flex: 1;
    flex-direction: column;
}

html .header>a {
    color: black;
    font-weight: 400;
}

.textContainer h2 {
    font-family: 'Satoshi';
    color: #1A1A1A;
    font-weight: 800;
    font-size: 1em;
}

.textContainer h1 {
    font-family: 'Satoshi';
    font-weight: 800;
    margin: 0;
    font-size: 3em;
    margin-bottom: 0.7em;
}

.textContainer p {
    font-family: 'Satoshi';
    font-weight: 400;
    color: #1a1a1a;
    font-size: 1.2em;
}

.forminator :is(input,textarea) {
    border-radius: 30px!important;
    resize: none!important;
    color: #1a1a1a!important;
    font-family: 'Satoshi'!important;
}

.forminator textarea {
    padding-top: 18px!important;
    padding-left: 18px!important;
}



.forminator-checkbox__wrapper p {
color:#1A1A1A!important;
margin:0!important;
font-family:'Satoshi'!important;
}



.textContainer a {
    display: block;
    width: fit-content;
    border: 2px solid #547F3F;
    border-radius: 5px;
    font-family: 'Satoshi';
    font-weight: 400;
    color: #1a1a1a;
    text-decoration: unset;
    font-size: 1.3em;
    padding: 0.7em 1.2em;
    letter-spacing: 0.06em;
}



.forminator-error-message {
    font-family: 'Satoshi'!important;
}


.textContainer p {
    font-family: 'Satoshi';
    font-weight: 400;
    color: #1a1a1a;
    font-size: 1.2em;
    padding-right: 37%;
    margin-bottom: 1.5em;
}

button.forminator-button.forminator-button-submit {
    display: block;
    border-radius: 5px!important;
    font-family: 'Satoshi'!important;
    padding: 0.8em 4em!important;
}


@media only screen and (max-width:1600px){
    html .container {
        padding: 0 5%;
        padding-top: 14em;
    }

}

@media only screen and (max-width:1050px){
    html .container {
        flex-direction: column;
    } 
    .textContainer {
        margin-bottom: 3em;
    }
}

@media only screen and (max-width:600px){
    html .textContainer p {
        padding-right: 0;
        text-align: center;
        font-size: 1em;
    }
    html .textContainer h1 {
        text-align: center;
    }
    html .textContainer h2 {
        text-align: center;
    }
    html .textContainer a {
        font-size: 1.1em;
        text-align: center;
        margin: 0 auto;
    }

}


.KDBanner img {
    width: 100%;
    height: 100%;
    object-fit: contain;
}



.KDBanner {
    width: 90%;
    margin: 3em auto;
}



