/* @group Thank You Page
------------------------------------ */

.thank-you-container {
    height: calc(100svh - var(--heightSiteNav) - var(--heightBorderSiteNav));
    display: flex;
    align-items: center;
    justify-content: center;
}

.thank-you-container .bp-button {
    margin: 0 auto;
    --paddingInline: 2.5rem;
    --paddingBlock: .5rem;
}

.thank-you-container .bp-button .bp-text {
    --fs: 1.7rem;
}

@media only screen and (min-width : 961px) {}

@media only screen and (min-width : 961px) and (max-width : 1440px) {}

@media only screen and (min-width : 0) and (max-width : 960px) {

    .thank-you-container {
        padding-inline: 4rem;
        text-wrap: balance;
    }
}

/* @end */