#mod-green-winback {
    display: flex;
    min-width: 100%;
    padding: var(--size-space-40, 40px) var(--360-575-page-margin, 16px);
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--size-space-0, 0px);
    margin: 0;
    background-image: url(/documents/20122/22563471/img-mod_green-winback-360.webp);
    height: 388px;
    background-repeat: no-repeat;
    background-size: cover;
         font-family: "IberPangeaText-regular";

}

#mod-green-winback #winback-text-container {
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: var(--space-32, 32px);
    align-self: stretch;
   
}

.winback-text-content {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    gap: var(--space-8, 8px);
    align-self: stretch;
    color: var(--Color-Content-General-Inverse, #FFF);
}

.winback-text-content .title_m,
.winback-text-content .body_m {
    text-align: center;
    margin-bottom: 0;
}
.winback-text-content .body_m {
   font-size:16px;
}

#mod-green-winback .ibd-button.ibd-main-button-primary-negative {
    margin-bottom: 0;
    width: 328px;
     font-family: "IberPangeaText-regular";
}


@media(min-width:576px) {
    #mod-green-winback {
        background-repeat: no-repeat;
        background-size: cover;
        background-image: url(/documents/20122/22563471/img-mod_green-winback-576.webp);
        height: 388px;
    }
}

@media(min-width:768px) {
    #mod-green-winback {
        padding: var(--size-space-40, 40px) var(--992-1199-page-margin, 82px);
        ;
        background-image: url(/documents/20122/22563471/img-mod_green-winback-768.webp);
        height: 348px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media(min-width:992px) {
    #mod-green-winback {
        padding: var(--size-space-40, 40px) var(--992-1199-page-margin, 82px);
        background-image: url(/documents/20122/22563471/img-mod_green-winback-992.webp);
        height: 350px;
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media(min-width:1200px) {
    #mod-green-winback {
        display: flex;
        width: var(--1200-1399-page-width, 1200px);
        height: 350px;
        padding: var(--size-space-40, 40px) var(--1200-1399-page-margin, 102px);
        flex-direction: column;
        align-items: center;
        gap: var(--size-space-0, 0px);
        background-image: url(/documents/20122/22563471/img-mod_green-winback-1200.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
}

@media(min-width:1920px) {
    #mod-green-winback {
        display: flex;
        width: var(--14001920-page-width, 1920px);
        height: 350px;
        padding: var(--size-space-40, 40px) var(--14001920-page-margin, 324px);
        flex-direction: column;
        align-items: center;
        gap: var(--size-space-0, 0px);
        background-image: url(/documents/20122/22563471/img-mod_green-winback-1920.webp);
        background-repeat: no-repeat;
        background-size: cover;
    }
}