.affiliate-program-template {
    padding-top: 170px;
}

.affiliate-program-template .hero-holder {
    border-radius: 16px;
    height: 438px;
    background-size: cover;
    background-repeat: no-repeat;
    position: relative;
    z-index: 1;
}

.affiliate-program-template .hero-holder .overlay {
    background: linear-gradient(0deg, rgba(0, 0, 0, 0.50) 0%, rgba(0, 0, 0, 0.50) 100%), lightgray 50%;
    z-index: -1;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}

.affiliate-program-template .hero-holder .hero-holder__content {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    text-align: center;
    max-width: 67%;
    width: 100%;
}

.affiliate-program-template .hero-holder .hero-holder__content h1,
.affiliate-program-template .hero-holder .hero-holder__content p {
    color: #fff;
}

.affiliate-program-template .hero-holder .hero-holder__content h1 {
    font-family: 'Literata';
    font-size: 56px;
    font-weight: 300;
    line-height: 1.14;
    margin-bottom: 32px;
}

.affiliate-program-template .hero-holder .hero-holder__content p {
    font-family: 'Figtree';
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5;
}

.affiliate-program-template .hero-wrapper {
    margin-bottom: 48px;
}

.contact-form-wrapper .contact-form,
.page-content-wrapper .page-content {
    border-radius: 16px;
    background: #FAFAFA;
    padding: 32px;
    max-width: 90%;
    margin: auto auto 32px;
}

.page-content-wrapper .page-content p,
.page-content-wrapper .page-content ul li {
    color: #333;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 400;
    line-height: 1.6;
}

.page-content-wrapper .page-content h3 {
    color: #333;
    font-family: 'Figtree';
    font-size: 16px;;
    font-weight: 400;
    line-height: 1.5;
    margin-bottom: 32px;
}

.page-content-wrapper .page-content h2 {
    color: #333;
    font-family: 'Literata';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin-top: 32px;
    margin-bottom: 16px;
}

.page-content-wrapper .page-content blockquote {
    margin: 40px 0;
    border-radius: 12px;
    background: #FEE1DF;
    padding: 64px 20px 20px;
    text-align: center;
    width: 100%;
    position: relative;
}

.page-content-wrapper .page-content blockquote::before {
    content: '';
    background-image: url('../images/flower-blockquote.svg');
    background-repeat: no-repeat;
    width: 29px;
    height: 32px;
    position: absolute;
    left: 50%;
    top: 20px;
    transform: translateX(-50%);
}

.page-content-wrapper .page-content blockquote p,
.page-content-wrapper .page-content blockquote h3 {
    max-width: 60%;
    margin: auto;
    color: #333;
    font-family: 'Literata';
    font-size: 18px;
    font-weight: 500;
    line-height: 1.2;
}

.contact-form-wrapper .contact-form h2 {
    color: #333;
    font-family: 'Literata';
    font-size: 22px;
    font-weight: 400;
    line-height: 1.2;
    margin-bottom: 40px;
}

.contact-form-wrapper .contact-form .wpcf7-form {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-content: flex-start;
    align-items: flex-start;
}

.contact-form-wrapper .contact-form .wpcf7-form label {
    color: #333;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.contact-form-wrapper .contact-form .wpcf7-form label .important {
    color: #FC6A5D;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 500;
    line-height: 1.6;
}

.contact-form-wrapper .contact-form .wpcf7-form label input::placeholder,
.contact-form-wrapper .contact-form .wpcf7-form label textarea::placeholder {
    color: #888;
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    transition: all 500ms ease;
}

.contact-form-wrapper .contact-form .wpcf7-form label input,
.contact-form-wrapper .contact-form .wpcf7-form label textarea {
    border-radius: 8px;
    border: 1px solid #C8C8C8;
    background: #FFF;
    padding: 8px 12px;
    color: #888;
    font-family: 'Figtree';
    font-size: 16px;
    font-weight: 400;
    line-height: 1.5;
    transition: all 500ms ease;
    max-width: 100%;
    width: 100%;
}

.contact-form-wrapper .contact-form .wpcf7-form label input:hover::placeholder,
.contact-form-wrapper .contact-form .wpcf7-form label textarea:hover::placeholder {
    color: #333;
}

.contact-form-wrapper .contact-form .wpcf7-form label input:focus,
.contact-form-wrapper .contact-form .wpcf7-form label input:hover,
.contact-form-wrapper .contact-form .wpcf7-form label textarea:focus,
.contact-form-wrapper .contact-form .wpcf7-form label textarea:hover {
    outline: none;
    border: 1px solid #333;
    color: #333;
}

.contact-form-wrapper .contact-form .wpcf7-form p {
    max-width: 100%;
}

.contact-form-wrapper .contact-form .wpcf7-form p:has(input) {
    width: calc(50% - 8px);
    margin-bottom: 40px;
}

.contact-form-wrapper .contact-form .wpcf7-form p:has(textarea) {
    flex: 0 0 100%;
    margin-bottom: 40px;
}

.contact-form-wrapper .contact-form .wpcf7-form p:has(.wpcf7-email),
.contact-form-wrapper .contact-form .wpcf7-form p:has(.wpcf7-email) .wpcf7-form-control-wrap,
.contact-form-wrapper .contact-form .wpcf7-form p .wpcf7-form-control-wrap .wpcf7-email{
    width: 100%;
}

.contact-form-wrapper .contact-form .wpcf7-form textarea {
    resize: unset;
    width: 100%;
}


.contact-form-wrapper .contact-form .wpcf7-form p:last-of-type {
    margin-bottom: 0;
}

.contact-form-wrapper .contact-form .wpcf7-form .wpcf7-submit {
    border-radius: 8px;
    background: #0F4F1E;
    color: #FFF;
    font-family: 'Figtree';
    font-size: 14px;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 1.12px;
    text-transform: uppercase;
    width: 186px;
    height: 48px;
    display: flex;
    flex-flow: row wrap;
    justify-content: center;
    align-items: center;
    align-content: center;
}

@media only screen and (max-width: 767px) {
    .affiliate-program-template .hero-holder {
        height: 70vh;
        border-radius: unset;
    }

    .affiliate-program-template .hero-holder .hero-holder__content h1 {
        font-size: 48px;
    }

    .affiliate-program-template .hero-wrapper .container {
        max-width: 100%;
    }

    .affiliate-program-template .hero-holder .hero-holder__content {
        max-width: 80%;
    }

    .contact-form-wrapper .contact-form .wpcf7-form p:has(input) {
        width: 100%;
    }

    .contact-form-wrapper .contact-form .wpcf7-form p label,
    .contact-form-wrapper .contact-form .wpcf7-form p label .wpcf7-form-control-wrap,
    .contact-form-wrapper .contact-form .wpcf7-form p label .wpcf7-form-control {
        width: 100%;
    }

    .contact-form-wrapper .contact-form .wpcf7-form .wpcf7-submit {
        width: 100%;
    }
}