:root {
    --color-green: #C8D400;
    --color-black: #000;
    --color-white: #fff;
    --color-red: #dc3232;
}

.page-header {
    width: 100%;

    background: var(--color-black);

    display: flex;
    align-items: center;
    justify-content: center;

    margin: 0;
    padding: 0;
}

.grecaptcha-badge {
    display: none!important;
}
.page-content {
    min-height: calc(100vh - 279px - 60px);
}
.page-header img {
    width: 1400px;
    max-width: 100%;
}

.page-footer {
    background: var(--color-black);

    width: 100%;

    margin: 0;
    padding: 0;
}

.page-footer .container {
    width: 100%;
    height: 60px;


    display: flex;
    align-items: center;
    justify-content: flex-end;
}

.page-footer .btn-linkedin {
    width: 27px;
    height: 27px;

    display: flex;
    align-items: center;
    justify-content: center;

    background: var(--color-green);
    border-radius: 50%;
}

.page-footer .btn-linkedin svg {
    width: 14px;
    height: 14px;
    margin: 0;
}

.page-footer .btn-linkedin svg * {
    fill: var(--color-black);
}

.page-footer .btn-linkedin:hover {
    background: var(--color-white);
}

.page-footer .btn-linkedin:hover svg * {
    fill: var(--color-black);
}

.container {
    width: 100%;
    max-width: 1000px;
    margin: 0 auto;
    padding:0 25px;
    box-sizing: border-box;
}

.section-form {
    padding: 45px 0 50px 0;
}

.section-form .container {
    max-width: 900px;
}

.section-form .section-content {
    position: relative;
    z-index: 400;
}
.section-form .section-header {
    display: flex;
    align-items: center;
    justify-content: space-between;
    position: relative;
}

.section-form .section-header img {
    max-width: 50%;
    width: 360px;
    position: absolute;
    top: -10px;
    right: 0;
    z-index: 10;

}

.section-form .section-text {
    width: 100%;
    font-size: 25px;
    font-weight: 600;
    z-index: 50;
    line-height: 38px;
    position: relative;
}

.section-form form {
    width: 100%;
    display: flex;
    align-items: flex-start;
    justify-content: space-between;
    flex-wrap: wrap;
    margin: 70px 0 0 0;
}

.section-form .form-column {
    width: 100%;

    display: flex;
    align-items: center;
    justify-content: space-between;
    flex-wrap: wrap;
}

.section-form .form-group {
    width: calc(50% - 20px);

    margin: 0 0 50px 0;
}
.section-form .form-group p{
    margin: 0;
    padding: 0;
}
.section-form .form-row {
    width: 100%;
}
.section-form .form-row p {
    margin: 0;
    padding: 0;
}
.section-form .section-text strong {
    color: var(--color-green);
    font-weight: 700;
}

.section-form form label {
    font-weight: 500;
    color: var(--color-black);

    margin: 0;
    padding: 0;

    position: relative;
    width: 100%;
    background:none;
}

.section-form form label br {
    display: none;
}

.section-form form label span {
    font-size: 15px;
}

.section-form form .form-label {
    width: 350px;
    line-height: 48px;

    position: absolute;
    top: 0;
    left: 0;

    z-index: 50;
    font-size: 16px;

    transition: ease-out .3s;

    display: flex;
    align-items: center;
    justify-content: flex-start;
}

.section-form form label.active .form-label {
    top:-25px;
    font-size: 14px;

}
.section-form form .form-label span {
    font-size: 15px;
}

.section-form form .form-label ~ span {
    display: block;
}

.section-form form input {
    width: 100%;

    border: none;
    box-shadow: none;
    outline: none;

    margin: 0;
    padding: 0;

    line-height: 48px;
    border-bottom: 2px solid var(--color-green);
    appearance: none;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.section-form form textarea {
    width: 100%;
    height: 100px;

    border: none;
    box-shadow: none;
    outline: none;
    resize: none;
    line-height: 48px;
    margin: 0;
    padding: 0;


    border-bottom: 2px solid var(--color-green);
    appearance: none;
    border-radius: 0;
    font-family: 'Poppins', sans-serif;
    font-size: 14px;
}

.section-form form .form-copyrights {
    font-size: 11px;
    font-weight: 300;
    margin-top: 5px;
}

.section-form form .form-controls {
    width: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
}

.section-form form .form-controls p {
    margin: 0;
    padding: 0;
}

.section-form form .form-controls .wpcf7-spinner {
    display: none;
}

.section-form form .form-controls input {
    color: var(--color-green);
    font-size: 23px;
    font-weight: 700;
    text-transform: uppercase;
    border-radius: 80px;
    background: var(--color-black);
    border: none;
    padding: 0 25px;
    margin-top: 35px;
    cursor: pointer;
    font-family: 'Poppins', sans-serif;
}

.section-form form .form-controls input:hover {
    background: var(--color-green);
    color: var(--color-white);
}

.section-form form .wpcf7-not-valid-tip {
    width: 100%;
    text-align: right;
    padding: 0;
    font-size: 14px;
    position: absolute;
    bottom: -25px;
    right: 0;
    color: var(--color-red);
}

.wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
    color: var(--color-red);
    border: none;
    text-align: center;
    font-size: 14px;
    width: 100%;
}

.wpcf7 form.sent .wpcf7-response-output {
    color: var(--color-black);
    border: none;
    text-align: center;
    font-size: 14px;
    width: 100%;
}


@media all and (max-width: 900px) {
    .section-form form {
        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;
    }
    .section-form .section-content{
        margin:125px 0 0 0;
    }
    .section-form form .form-column {
        width: 100%;
        max-width: 100%;

        display: flex;
        align-items: flex-start;
        justify-content: flex-start;
        flex-direction: column;

    }

    .section-form .form-group {
        width: 100%;
        max-width: 100%;
    }

    .section-form .section-text {
        font-size:22px;
        line-height: 30px;
    }
    .page-footer .container {
        padding: 0 50px;
    }

    .section-form form .form-controls input {
        width: 100%;
        font-size:20px;
    }
}


@media all and (max-width: 750px) {
    .section-form form {
        margin: 50px 0 0 0;
    }
    .section-form .section-content{
        margin: 0;
    }
    .section-form .section-header {
        display: flex;
        align-items: center;
        justify-content: center;
        flex-direction: column;
    }
    .section-form .section-text {
        width: 100%;
        text-align: center;
        font-size:19px;
    }
    .section-form .section-header img {
        max-width: 100%;
        position: relative;
        margin: 15px 0 0 0;
    }
    .section-form form .form-controls p{
        width: 100%;
    }
    .section-form form .form-controls input {
        width: 100%;
        font-size:18px;
    }
    .page-footer .container {
        padding: 0 25px;
    }


    .wpcf7 form.invalid .wpcf7-response-output, .wpcf7 form.unaccepted .wpcf7-response-output, .wpcf7 form.payment-required .wpcf7-response-output {
        margin: 0;
        padding: 15px 0 0 0;
    }
}

@media all and (max-width: 500px) {
    .section-form form .form-controls input {
        font-size:16px;
    }
    .section-form form .form-label {
        font-size:15px;
    }
}
