/**
 * Static banner section.
 */

.spz-banner {
    position: relative;
    margn-top: 25px;
}

.spz-banner picture {
    width: 100%;
}

.spz-banner article {
    display: flex;
    flex-direction: column;
    text-align: center;
}

.spz-banner article .heading {
    text-align: center;
    font-feature-settings: 'ss03' on, 'liga' off, 'clig' off;

    font-size: 25.811px;
    font-style: italic;
    font-weight: 700;
    line-height: normal;
    letter-spacing: -1.032px;
    margin-bottom: 10px;
}

.spz-banner article .heading span {
    display: flex;
    gap: 5px;
    justify-content: center;
    align-items: center;
}

.spz-banner article .heading span .sc {
    width: auto;
    height: 35px;
}

.spz-banner article .heading span .diamond {
    width: auto;
    height: 40px;
}

.spz-banner article .copy {
    font-size: 13px;
    font-weight: 500;
    line-height: normal;
    margin-bottom: 10px;
}

.spz-banner article .notice {
    margin-top: 5px;
    font-size: 14px;
    font-style: italic;
    font-weight: 400;
    line-height: 120%;
    /* 16.8px */
    letter-spacing: -0.35px;
}

@media (min-width:768px) {
    .spz-banner {
        margin-top: 100px;
    }

    .spz-banner article {
        position: absolute;
        top: 0;
        right: 5%;
        width: 60%;
        top: 50%;
        transform: translateY(-50%);
        margin-top: 2%;
    }

    .spz-banner article .copy {
        width: 90%;
        margin-left: auto;
        margin-right: auto;
    }



}

@media (min-width:1024px) {
    .spz-banner article .heading {
        font-size: 40px;
        letter-spacing: -2.28px;
    }
        
    .spz-banner article .copy {
        width: 62%;
    }   
}

@media (min-width:1200px) {
    .spz-banner article .heading {
        font-size: 57px;
    }

    .spz-banner article .copy {
        font-size: 16px;
    }

    .spz-banner article .heading span .sc {
        height: 58px;
    }

    .spz-banner article {
        width: 62%;
    }

    .spz-banner article .heading span .diamond {

        height: 72px;
    }

 
}