form.wpcf7-form .first-field{
    max-width: 538px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 17px;
}

form.wpcf7-form .first-field .name-field,
form.wpcf7-form .first-field .surname-field{
    width: 48%;
}

form.wpcf7-form .first-field .name-field input,
form.wpcf7-form .first-field .surname-field input{
    width: 100%;
    border: 1px solid #214C42;
    font-size: 16px;
    font-family: 'Gotham Book', serif;
    color: #004D42;
    padding: 10px 24px;
    border-radius: 24px;
}

form.wpcf7-form .first-field .name-field input::placeholder,
form.wpcf7-form .first-field .surname-field input::placeholder,
form.wpcf7-form .email-field input::placeholder{
    color: #004D42;
}

h1{
    font-family: "Gotham Light", sans-serif;
    font-size: 80px;
    font-weight: 100;
    color: #004D42;
    line-height: 80px;
    margin: 0 0 38px 0;
    letter-spacing: -4px;
}

form.wpcf7-form .email-field{
    max-width: 538px;
}

form.wpcf7-form .email-field p,
form.wpcf7-form .first-field p{
    margin: 0;
}

form.wpcf7-form .email-field input{
    width: 100%;
    border: 1px solid #214C42;
    font-size: 16px;
    font-family: 'Gotham Book', serif;
    color: #004D42;
    padding: 10px 24px;
    border-radius: 24px;
}

form.wpcf7-form .area-description p{
    font-size: 16px;
    font-family: 'Gotham Book', serif;
}

form.wpcf7-form .selected-sub-brand-load{
    max-width: 1016px;
    width: 100%;
    display: flex;
    justify-content: space-around;
    align-items: center;
    padding: 31px 46px 25px 46px;
    box-shadow: rgba(0, 0, 0, 0.24) 0 -4px 14px;
    margin: 27px 0 50px 0;
}

form.wpcf7-form .selected-sub-brand-load .sub-brand-load p{
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: column;
    margin: 0;
    height: 100%;
}

form.wpcf7-form .selected-sub-brand-load .sub-brand-load p .wpcf7-list-item label{
    display: flex;
    flex-direction: column;
    gap: 15px;
    align-items: center;
    justify-content: center;
}

form.wpcf7-form .selected-sub-brand-load .sub-brand-load p .wpcf7-list-item label span{
    font-family:"Gotham Bold", sans-serif;
    color: #004D42;
    font-size: 16px;
}

form.wpcf7-form .wpcf7-list-item{
    margin: 0;
}

form.wpcf7-form .download-description p{
    font-family:"Gotham Bold", sans-serif;
    font-size: 16px;
    margin: 30px 0 0 0;
}

form.wpcf7-form .contact-checkbox p{
    margin: 0 0 17px 0;
}

form.wpcf7-form .contact-checkbox .wpcf7-list-item-label{
    font-size: 13px;
    max-width: 508px;
    width: 100%;
    display: block;
    font-family: 'Gotham Book', serif;
}

form.wpcf7-form .contact-checkbox label{
    display: flex;
    gap: 11px;
    align-items: flex-start;
}

form.wpcf7-form .contact-checkbox label input{
    margin-top: 5px;
}

form.wpcf7-form input.wpcf7-submit {
    font-family: 'Gotham Bold', serif;
    width: 100%;
    max-width: 158px;
    background-color: #004D42;
    color: #ffffff;
    font-size: 14px;
    height: 45px;
    text-transform: uppercase;
    border-radius: 23px;
}

form.wpcf7-form input.wpcf7-submit:hover{
    cursor: pointer;
    opacity: 0.7;
}

.contact-information .contact-item {
    display: flex;
    align-items: flex-start;
}

.contact-information.contact-item img {
    width: auto;
    height: auto;
}

.contact-information .contact-item a {
    display: flex;
    align-items: center;
    font-family: 'Gotham Book', serif;
    margin-left: 14px;
    color: #004D42;
    font-size: 16px;
}

.download-form-control-area-thankyou{
    display: none;
}

.download-form-control-area-thankyou h2{
    font-family: "Gotham Light", sans-serif;
    font-size: 80px;
    font-weight: 100;
    color: #004D42;
    line-height: 80px;
    margin: 0 0 38px 0;
    letter-spacing: -4px;
    text-align: center;
}

.download-form-control-area-thankyou .thank-you-description{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 83px;
}

.download-form-control-area-thankyou .thank-you-description p{
    max-width: 734px;
    font-family: 'Gotham Book', serif;
    font-size: 16px;
    text-align: center;
    margin: 0;
}

.download-form-control-area-thankyou .headquarter{
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
    color: #004D42;
    margin-bottom: 33px;
}

.download-form-control-area-thankyou .headquarter span{
    font-family: 'Gotham Bold', serif;
    font-size: 16px;
}

.full-contact-information{
    display: flex;
    justify-content: center;
    align-items: center;
    margin-bottom: 90px;
}

.full-contact-information .contact-information{
    max-width: 734px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    width: 100%;
}

.go-home-button{
    text-align: center;
}

.go-home-button a{
    font-family: 'Gotham Bold', serif;
    width: 100%;
    background-color: #004D42;
    color: #ffffff;
    font-size: 14px;
    text-transform: uppercase;
    border-radius: 23px;
    padding: 14.5px 38px;
}

.go-home-button a:hover{
    opacity: 0.7;
}

.download-form-control-area-thankyou{
    padding-bottom: 175px;
}

@media (max-width: 867px){
    form.wpcf7-form .selected-sub-brand-load{
        flex-direction: column;
        align-items: flex-start;
        padding: 24px 18px 18px 17px;
    }
    form.wpcf7-form .selected-sub-brand-load .sub-brand-load p .wpcf7-list-item label{
        flex-direction: row-reverse;
    }
    form.wpcf7-form .selected-sub-brand-load .sub-brand-load p{
        flex-direction: row-reverse;
        justify-content: flex-end;
    }
    form.wpcf7-form .selected-sub-brand-load .sub-brand-load{
        margin-bottom: 30px;
        width: 100%;
    }
    form.wpcf7-form .selected-sub-brand-load .wpcf7-form-control-wrap{
        /*margin-left: 20px;*/
        max-width: 240px;
        width: 100%;
    }
}

@media(max-width: 650px){
    .full-contact-information .contact-information{
        align-items: flex-start;
        flex-direction: column;
        gap: 25px;
    }
    .full-contact-information .contact-information .contact-item:first-child a{
        margin-left: 19px;
    }
}

@media (max-width: 550px){
    h1{
        font-family: "Gotham Bold", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0.5px;
        margin: 0 0 20px 0;
    }
    form.wpcf7-form .area-description p{
        margin-bottom: 20px;
    }
    form.wpcf7-form .first-field{
        flex-direction: column;
        gap: 13px;
        margin-bottom: 13px;
    }
    form.wpcf7-form .first-field .name-field,
    form.wpcf7-form .first-field .surname-field{
        width: 100%;
    }
    form.wpcf7-form .download-description p{
        margin: 17px 0 0 0;
        font-family: "Gotham Book", sans-serif;;
    }
    form.wpcf7-form .selected-sub-brand-load{
        margin: 27px 0 26px 0;
    }
    .contact-submit p{
        text-align: center;
    }
    .wpcf7-spinner{
        display: none;
    }

    .download-form-control-area-thankyou h2{
        font-family: "Gotham Bold", sans-serif;
        font-weight: 600;
        font-size: 16px;
        line-height: 23px;
        letter-spacing: 0.5px;
        margin: 0 0 20px 0;
        text-align: left;
    }
    .download-form-control-area-thankyou .thank-you-description{
        margin-bottom: 73px;
    }
    .download-form-control-area-thankyou .thank-you-description p{
        text-align: left;
    }
    .download-form-control-area-thankyou .headquarter{
        align-items: flex-start;
        margin-bottom: 70px;
    }
    .full-contact-information{
        margin-bottom: 0;
    }

}