/** Shopify CDN: Minification failed

Line 167:0 Expected "}" to go with "{"

**/
.affiliation_image_with_text .image-with-text__grid--reverse .image-with-text__content
{
    justify-content: inherit;
    align-items: inherit;
    padding: 0 !important;
    margin-right: 120px;
    margin-left: 0 !important;
}

.affiliation_image_with_text .wi_image-with-text__grid .image-with-text__content
{
    margin-left: 120px;
    padding: 0 !important;
    justify-content: inherit;
    align-items: inherit;
}

.affiliation_image_with_text .image-with-text__content .image-with-text__heading
{
    text-align: left;
    font-weight: 300;
    line-height: 64px;
    text-shadow: none;
}

.affiliation_image_with_text .image-with-text__content .image-with-text__heading
{   
    margin-bottom: 0;
}

.affiliation_image_with_text .image-with-text__content h3
{
    color: #EB627D !important;
    font-weight: 700 !important;
}

.affiliation_image_with_text .image-with-text__grid--reverse p
{
    line-height: 23px;
}


.affiliation_image_with_text .button.wi_customize_button
{
    padding: 20px 0 !important;
    width: 100%;
    max-width: fit-content;
}

.affiliation_image_with_text .affiliation_form
{
    padding-top: 28px;
    display: flex;
    gap: 10px;
    flex-direction: column;
}

.affiliation_image_with_text .affiliation_form_wrapper .description textarea
{
    width: 100%;
    padding: 20px 16px;
    border: 1px solid rgba(36, 36, 36, 0.10);
}

.affiliation_image_with_text .affiliation_form_wrapper input
{
    width: 100%;
    padding: 16px;
    border: 1px solid rgba(36, 36, 36, 0.10);
}

.affiliation_image_with_text .affiliation_form_wrapper input::placeholder,
.affiliation_image_with_text .affiliation_form_wrapper .description textarea::placeholder
{
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    color: #242424;
    line-height: 24px;
}

.affiliation_image_with_text .affiliation_form_wrapper .submit .form_submit_button
{
    padding: 20px 0 !important;
    width: 100%;
    margin-top: 30px;
}


@media screen and (max-width: 749px)
{
    .affiliation_image_with_text
    {
        padding: 64px 0 0 0;
    }

    .affiliation_image_with_text .image-with-text__content .image-with-text__heading
    {
        font-size: 36px !important;
        line-height: 46px;
    }

    .affiliation_image_with_text .image-with-text__text
    {   
        padding-top: 20px !important;
        padding-bottom: 48px;
    }

    .affiliation_image_with_text .image-with-text__text p
    {
        font-size: 16px;
        font-weight: 400;
        line-height: 24px;
        text-align: left;
    }

    .affiliation_image_with_text .button.wi_customize_button
    {
        margin-top: 48px !important;
        max-width: 342px;
        width: 100%;
        margin: 0 auto;
        display: block;
        text-align: center;
    }

    .affiliation_image_with_text .image-with-text__grid--reverse .image-with-text__content,
    .affiliation_image_with_text .wi_image-with-text__grid .image-with-text__content
    {
        margin: 0;
    }

    .affiliation_image_with_text .affiliation_form
    {
        padding-top: 0;
    }

    .affiliation_image_with_text .affiliation_form_wrapper
    {
        margin-top: 0 !important;
    }

    .affiliation_image_with_text .affiliation_form_wrapper input
    {
        padding: 14px 16px;
        font-size: 14px;
    }

    .affiliation_image_with_text .affiliation_form_wrapper input::placeholder,
    .affiliation_image_with_text .affiliation_form_wrapper .description textarea::placeholder
    {
        font-size: 14px;
    }

    .affiliation_image_with_text .affiliation_form_wrapper .submit .form_submit_button
    {
        margin: 30px 0 64px !important;
    }

    

