@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Varta:wght@300;400;500;600;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&family=Source+Sans+3:ital,wght@0,400;0,700;1,400;1,700&display=swap";

html,
body {
    margin: 0;
    padding: 0;
    height: 100%
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    font-size: 16px;
    font-family: "Poppins", sans-serif
}

html {
    height: 100dvh;
    scroll-behavior: smooth
}

a {
    color: #144981
}

body.elevate-body {
    position: relative;
    height: fit-content;
    overflow-x: hidden
}

body.elevate-body.waiting * {
    cursor: wait !important
}

body.elevate-body #pch-section-above-uni-nav {
    background-color: #fff
}

body.elevate-body #pch-section-hero .ads-centered {
    margin: 1rem 0 0
}

body.elevate-body .side-rail-layout {
    display: grid;
    grid-template-columns: 40px 980px auto;
    grid-template-rows: auto;
    gap: 20px;
    margin: auto;
    max-width: 1440px
}

@media screen and (min-width: 641px)and (max-width: 1024px) {
    body.elevate-body .side-rail-layout {
        grid-template-columns: 0 98% 0
    }

    body.elevate-body .side-rail-layout .main {
        margin-inline: auto
    }
}

body.elevate-body .side-rail-layout aside {
    display: grid;
    place-content: start center;
    margin: 20px auto
}

body.elevate-body .side-rail-layout aside .mono-container {
    position: sticky;
    top: 10px
}

body.elevate-body .side-rail-layout aside .mono-container>div {
    margin: 10px auto
}

body.elevate-body .ads-centered {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

body.elevate-body .ads-centered>div {
    transition: all 1.5s ease-in-out 3s
}

body.elevate-body .ads-centered>div:empty {
    min-height: 270px
}

@media screen and (max-width: 640px) {
    body.elevate-body .ads-centered>div:empty {
        min-height: 120px
    }
}

body.elevate-body a.no-style:link {
    text-decoration: inherit;
    color: inherit
}

body.elevate-body a.no-style:visited {
    text-decoration: inherit;
    color: inherit
}

body.elevate-body a.button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: .59375rem 5rem;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .91);
    border-radius: 1.5rem;
    background: var(--alternate-button-background, #106ED3);
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: .05625rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 348px
}

body.elevate-body a.button-link:active {
    background: var(--alternate-button-background, #08407D)
}

body.elevate-body a.button-link:hover {
    background: var(--alternate-button-background, #0A509C)
}

@media screen and (max-width: 640px) {
    body.elevate-body a.button-link {
        padding: .59375rem 3rem
    }
}

body.elevate-body button.button-link {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: .59375rem 5rem;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .91);
    border-radius: 1.5rem;
    background: var(--alternate-button-background, #106ED3);
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: .05625rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 348px
}

body.elevate-body button.button-link:active {
    background: var(--alternate-button-background, #08407D)
}

body.elevate-body button.button-link:hover {
    background: var(--alternate-button-background, #0A509C)
}

@media screen and (max-width: 640px) {
    body.elevate-body button.button-link {
        padding: .59375rem 3rem
    }
}

body.elevate-body div.sp-disabled-cta {
    background: #d3d3d3;
    color: #818181;
    border-radius: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: .05625rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    pointer-events: none;
    margin: 0 auto;
    height: 48px;
    width: 100%;
    min-width: 250px
}

body.elevate-body div.sp-disabled-cta .hours,
body.elevate-body div.sp-disabled-cta .mins,
body.elevate-body div.sp-disabled-cta .seconds {
    width: 24px
}

body.elevate-body a.transparent-cta {
    --alternate-button-background: transparent;
    box-shadow: none !important;
    border-radius: 1.375rem
}

body.elevate-body a.transparent-cta:hover {
    box-shadow: none !important
}

body.elevate-body a.alt-link-cta {
    --alternate-button-background: #FFD04E;
    box-shadow: 0px 4px 12px 0px rgba(39, 113, 167, .3), 0px 3px 0px 0px #c1c1c1;
    position: relative;
    color: #252525
}

body.elevate-body a.alt-link-cta:active {
    --alternate-button-background: #EF911E
}

body.elevate-body a.alt-link-cta:hover {
    --alternate-button-background: #FFA732
}

@media screen and (max-width: 640px) {
    body.elevate-body ::-webkit-scrollbar {
        -webkit-appearance: none
    }
}

:root {
    --page-hero-height: 200px;
    --page-mobile-hero-height: 200px
}

.site-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: var(--page-hero-height, 250px);
    padding: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

@media screen and (max-width: 640px) {
    .site-hero {
        height: var(--page-mobile-hero-height, 250px);
        padding: 6rem 1.5rem 1.5rem
    }
}

.site-hero.wgp-hero {
    height: auto;
    padding-top: 5rem
}

.site-hero.wgp-hero .hero-component-wrapper {
    flex-direction: row-reverse;
    justify-content: center
}

.site-hero.wgp-hero .hero-component-wrapper .pill-banner {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.25rem
}

@media screen and (max-width: 640px) {
    .site-hero.wgp-hero .hero-component-wrapper .pill-banner {
        margin-bottom: 2.56rem
    }
}

.site-hero.wgp-hero .hero-component-wrapper .hero-content {
    text-align: center;
    padding-right: 0
}

.site-hero.wgp-hero .hero-component-wrapper .description {
    margin-bottom: 1.5rem
}

.site-hero.wgp-hero .hero-component-wrapper .hero-logo {
    display: block;
    width: auto;
    margin: -6rem 0 0 -18.75rem
}

@media screen and (min-width: 641px)and (max-width: 1024px) {
    .site-hero.wgp-hero .hero-component-wrapper .hero-logo {
        margin: -5.5rem 0 0 0
    }
}

@media screen and (max-width: 640px) {
    .site-hero.wgp-hero .hero-component-wrapper .hero-logo {
        margin: 0 auto
    }

    .site-hero.wgp-hero .hero-component-wrapper .hero-logo img {
        max-width: 280px
    }
}

@media screen and (max-width: 640px) {
    .site-hero.wgp-hero .hero-component-wrapper {
        flex-direction: column-reverse
    }
}

.site-hero.wgp-hero .hero-footer {
    display: none
}

@media screen and (min-width: 641px)and (max-width: 1024px) {
    .site-hero.wgp-hero {
        height: auto
    }
}

@media screen and (max-width: 640px) {
    .site-hero.wgp-hero {
        height: auto;
        padding: 6rem 1.5rem 3.75rem
    }
}

.site-hero:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(15, 29, 49, 0.9) 0%, rgba(15, 29, 49, 0.1) 94.75%)
}

.hero-component-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 930px;
    color: #fff;
    text-transform: uppercase
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper {
        text-align: center;
        flex-direction: column-reverse
    }
}

.hero-component-wrapper .hero-content {
    width: 630px;
    padding-right: 1.875rem
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .hero-content {
        width: 100%;
        padding-right: 0
    }
}

.hero-component-wrapper .pill-banner {
    margin-bottom: 1.5rem
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .pill-banner {
        margin: 0 auto 11.8rem
    }
}

.hero-component-wrapper .title {
    font-family: "Poppins", sans-serif;
    font-size: 2.625rem;
    font-weight: 900;
    line-height: 1.333
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .title {
        font-size: 2.25rem
    }
}

.hero-component-wrapper .title span {
    display: block;
    font-family: inherit;
    font-size: 1.75rem
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .title span {
        font-size: 1.5rem
    }
}

.hero-component-wrapper .description {
    font-family: "Poppins", sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    margin-bottom: 2.5rem
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .description {
        font-size: 1.5rem;
        margin-bottom: 1.5rem
    }
}

.hero-component-wrapper .button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: .59375rem 5rem;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .91);
    border-radius: 1.5rem;
    background: var(--alternate-button-background, #106ED3);
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: .05625rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 348px
}

.hero-component-wrapper .button-link:active {
    background: var(--alternate-button-background, #08407D)
}

.hero-component-wrapper .button-link:hover {
    background: var(--alternate-button-background, #0A509C)
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .button-link {
        padding: .59375rem 3rem
    }
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .button-link {
        margin-bottom: 2rem
    }
}

.hero-component-wrapper .hero-logo {
    width: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -7.25rem
}

@media screen and (min-width: 641px)and (max-width: 1024px) {
    .hero-component-wrapper .hero-logo {
        margin-top: -3.75rem
    }
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .hero-logo {
        width: 100%;
        justify-content: center;
        align-items: flex-start;
        margin-top: 0
    }
}

.hero-component-wrapper .hero-logo img {
    max-width: 300px
}

.hero-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1.87rem
}

@media screen and (max-width: 640px) {
    .hero-footer {
        padding: 1rem
    }
}

.hero-footer .arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: .313rem
}

.hero-footer .arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.page--weekly-grand-prize-pdp .site-hero.wgp-hero,
.page--superprize-pdp .site-hero.wgp-hero {
    padding-top: 16px
}

:root {
    --elevate-about-banner-background: #FFD04E;
    --elevate-about-banner-text-color: #000000
}

.elevate-about-banner {
    background-color: var(--elevate-about-banner-background);
    color: var(--elevate-about-banner-text-color);
    padding: 15px 0 0;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    text-align: center
}

.elevate-about-banner .section-title {
    max-width: 930px;
    margin: 0 auto 20px;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 600;
    text-wrap: balance;
    line-height: 1.2
}

.elevate-about-banner .section-title span {
    display: block;
    text-transform: uppercase;
    font-weight: 800
}

.elevate-about-banner .section-details {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 930px;
    margin: 0 auto
}

.elevate-about-banner .info-card {
    width: 25%;
    padding: 0 20px 15px;
    text-transform: none
}

.elevate-about-banner .info-card .text {
    line-height: 1.2
}

.elevate-about-banner .info-card img {
    display: block;
    width: auto;
    height: 36px;
    margin: 0 auto 10px
}

.elevate-about-banner .info-card span {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase
}

@media screen and (max-width: 640px) {
    .elevate-about-banner .info-card span {
        font-size: .6875rem
    }
}

@media screen and (max-width: 640px) {
    .elevate-about-banner .info-card {
        padding: 0 14px 32px;
        width: 50%
    }
}

.tv-promo-banner {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    margin: 0 auto;
    background: #000
}

.tv-promo-banner>.logo-container {
    display: flex;
    gap: 5px
}

.tv-promo-banner>.logo-container img {
    width: 7rem;
    height: 2rem
}

.tv-promo-banner>.promo-text {
    color: #fff;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: .00938rem;
    margin-left: 2rem;
    text-transform: capitalize;
    white-space: nowrap;
    display: inline-block;
    padding: 5px 0
}

@media screen and (max-width: 640px) {
    .tv-promo-banner>.promo-text {
        max-width: 45vw;
        text-align: right;
        font-size: .875rem;
        margin-left: 1rem
    }
}

.prize-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #f9f9f9;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, .15), 0px 1px 3px 0px rgba(0, 0, 0, .3);
    width: 100%;
    max-width: 980px;
    height: 450px;
    margin-inline: auto
}

.prize-card * {
    pointer-events: none
}

.prize-card .top-section {
    padding: 20px 30px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: var(--card-background-image, ""), url("/images/elevate/default-prize-image.png")
}

.prize-card .bottom-section {
    display: grid;
    grid-template-columns: auto 200px;
    grid-template-rows: auto;
    align-items: center;
    margin: auto 0;
    padding: 0 2rem;
    min-height: 85px
}

.prize-card .bottom-section dd {
    display: none
}

.prize-card .bottom-section h2 {
    color: #252525;
    font-family: Inter;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    margin-inline: 0 10px
}

.prize-card .bottom-section .view-prize-btn {
    display: grid;
    place-items: center;
    width: 185px;
    height: 48px;
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5rem;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    border-radius: 32px;
    background: #106ed3;
    color: #fff
}

.prize-card .bottom-section .view-prize-btn.alt-link-cta {
    background: #ffd04e;
    position: relative
}

.prize-card .bottom-section .view-prize-btn.alt-link-cta::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("/images/elevate/icons/link-icon.svg");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    position: absolute
}

@media screen and (max-width: 640px) {
    .prize-card {
        width: 100%;
        height: 527px;
        max-width: 345px
    }

    .prize-card.wide .bottom-section {
        grid-template-columns: 1fr;
        grid-template-rows: 2fr 1fr;
        justify-content: center;
        min-height: 186px;
        padding: 24px 16px
    }

    .prize-card.wide .bottom-section dl {
        height: 100%
    }

    .prize-card.wide .bottom-section h2 {
        font-size: 1.5rem
    }

    .prize-card.wide .bottom-section .view-prize-btn {
        width: 150px;
        height: 36px;
        font-size: 14px;
        place-self: center
    }

    .prize-card.wide .bottom-section .view-prize-btn.alt-link-cta::after {
        transform: scale(0.9);
        top: 33%
    }
}

.prize-card.narrow {
    width: 304px;
    height: 415px
}

.prize-card.narrow .bottom-section {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr;
    justify-content: center;
    min-height: 186px;
    padding: 24px 16px
}

.prize-card.narrow .bottom-section dl {
    height: 100%
}

.prize-card.narrow .bottom-section dl dt {
    margin-bottom: 10px
}

.prize-card.narrow .bottom-section dl dd {
    display: block
}

.prize-card.narrow .bottom-section h2 {
    color: #0d0d0d;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    width: 100%
}

.prize-card.narrow .bottom-section .view-prize-btn {
    width: 140px;
    height: 36px;
    font-size: 14px;
    place-self: center
}

.prize-card.narrow .bottom-section .view-prize-btn.alt-link-cta::after {
    content: none
}

.prize-card .pill-banner {
    display: inline-flex;
    height: 32px;
    padding-inline: 16px;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    flex-shrink: 0;
    background-color: #ffd04e;
    color: #252525;
    border-radius: 16px;
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: capitalize
}

.prize-card .pill-banner img {
    height: 24px;
    width: 24px
}

.prize-card:active .view-prize-btn {
    background: #08407d
}

.prize-card:active .view-prize-btn.alt-link-cta {
    background: #ef911e
}

.prize-card:hover .view-prize-btn {
    background: #0a509c
}

.prize-card:hover .view-prize-btn.alt-link-cta {
    background: #ffa732
}

.pch-article {
    margin: 1.5rem auto
}

@media screen and (max-width: 640px) {
    .pch-article {
        max-width: 345px
    }
}

.pch-article>dl {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-block: 16px;
    padding: 16px
}

.pch-article>dl h1,
.pch-article>dl h2 {
    color: #252525;
    font-family: Poppins;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem
}

.pch-article>dl h1 {
    font-size: 3rem
}

.pch-article>dl p {
    color: #3d3d3d;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: .00938rem
}

@media screen and (max-width: 640px) {
    .pch-article>dl {
        padding: 5px
    }

    .pch-article>dl h1 {
        font-size: 2rem
    }
}

.header-wrapper {
    margin: 0 auto;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: var(--header-background-image), linear-gradient(90deg, #04203e 0%, #0b55a4 100%);
    display: grid;
    place-content: center;
    gap: 10px;
    border-bottom: 5px solid #ffd04e
}

.header-wrapper .header-text {
    padding-inline: 5rem;
    width: 100vw;
    max-width: 1440px;
    min-width: 700px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: .5rem;
    font-family: Poppins;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: .1rem
}

.header-wrapper .header-text>* {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem
}

.header-wrapper .header-text h2 {
    color: #ffd04e;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 900
}

.header-wrapper .header-text .intro-text {
    font-size: 1.5rem;
    line-height: 100%
}

.header-wrapper .header-text ul {
    display: flex;
    grid-gap: 40px
}

.header-wrapper .header-text ul li:first-of-type {
    list-style: none
}

.header-wrapper .header-text ul li::marker {
    color: #ffd04e
}

@media screen and (max-width: 640px) {
    .header-wrapper {
        place-content: flex-start center;
        padding: 20px 0
    }

    .header-wrapper .header-text {
        padding-inline: unset;
        width: 90vw;
        min-width: unset;
        max-width: 450px;
        flex-direction: row;
        justify-content: start;
        flex-wrap: wrap;
        font-size: 1.75rem
    }

    .header-wrapper .header-text>* {
        font-size: 1.25rem;
        line-height: 1.5rem
    }

    .header-wrapper .header-text h2,
    .header-wrapper .header-text .intro-text {
        font-size: 1.75rem;
        display: inline;
        line-height: 2rem
    }

    .header-wrapper .header-text ul {
        display: block;
        margin-left: 25px
    }

    .header-wrapper .header-text ul li:first-of-type {
        list-style: unset
    }
}

.pch-info-paragraph {
    margin: 2.5rem auto;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: .00938rem
}

.checkout-btn-container .section-more-link-btn {
    font-family: Poppins;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
    background: rgba(0, 0, 0, 0);
    border: none;
    padding-bottom: .5rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #000;
    cursor: pointer
}

@media screen and (max-width: 640px) {
    .wgp-section .title-area {
        padding: 1rem
    }
}

.wgp-section .title-area h2 {
    font-family: "Poppins", sans-serif;
    font-size: 2.125rem;
    font-weight: 900;
    text-transform: uppercase
}

@media screen and (max-width: 640px) {
    .wgp-section .title-area h2 {
        text-align: center;
        font-size: 2.25rem;
        line-height: 2.7rem
    }
}

.wgp-section .title-area p {
    font-family: "Inter", sans-serif;
    font-size: 1.313rem
}

@media screen and (min-width: 641px) {
    .wgp-section .title-area p {
        letter-spacing: -1px;
        word-spacing: 1px
    }
}

.findout-overlay {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1120
}

@media screen and (max-width: 640px) {
    .findout-overlay {
        margin: auto
    }
}

.findout-overlay .popup-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(18, 18, 18, .8)
}

.findout-btn {
    font-family: Poppins;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
    background: rgba(0, 0, 0, 0);
    border: none;
    padding-bottom: .5rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #000;
    cursor: pointer
}

@media screen and (max-width: 640px) {
    .findout-btn {
        font-size: 1.313rem
    }
}

.findout-popup,
.popup-content {
    border-radius: 15px
}

.findout-popup {
    margin-right: 10px;
    position: absolute;
    width: 75vw;
    top: 6rem;
    max-height: 80vh;
    background-color: #fff
}

@media screen and (max-width: 640px) {
    .findout-popup {
        width: 95vw
    }
}

.findout-popup .popup-closebtn {
    background-color: #000;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    color: #fff;
    box-shadow: 2px 5px 15px #363635;
    position: absolute;
    right: -10px;
    z-index: 2;
    top: -10px;
    cursor: pointer;
    text-align: center
}

.findout-popup .popup-content {
    font-family: "Poppins", sans-serif;
    font-size: 1.375rem;
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 2rem;
    max-height: 80vh;
    overflow-y: auto;
    border: 10px solid #fff
}

.findout-popup .popup-content::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.findout-popup .popup-content::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
    background-clip: padding-box
}

.findout-popup .popup-content .content-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.375rem;
    text-align: center
}

.findout-popup .popup-content p {
    margin-top: 1rem;
    text-align: justify;
    text-align-last: center;
    line-height: 1.7rem
}

@media screen and (max-width: 640px) {
    .findout-popup .popup-content {
        font-size: 1.3rem
    }
}

.hide {
    display: none
}

.mission-streak-letsgo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .375rem;
    padding: 0 .5rem .625rem
}

@media(min-width: 768px) {
    .mission-streak-letsgo {
        flex-wrap: nowrap;
        gap: 1.875rem;
        padding: .5rem
    }
}

.mission-streak-letsgo div {
    flex-basis: 43.3125rem;
    flex-shrink: 1;
    text-align: center;
    text-wrap: balance;
    font-family: Poppins;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem
}

@media(min-width: 768px) {
    .mission-streak-letsgo div {
        gap: 1.875rem;
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wIaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wMaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wwaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wEaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wIaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wMaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wwaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wEaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wIaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wMaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wwaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wEaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.cl-grid {
    display: grid;
    width: 100%;
    gap: 0
}

.cl-col-1 {
    grid-column: span 1
}

.cl-col-2 {
    grid-column: span 2
}

.cl-col-3 {
    grid-column: span 3
}

.cl-col-4 {
    grid-column: span 4
}

.cl-col-5 {
    grid-column: span 5
}

.cl-col-6 {
    grid-column: span 6
}

.cl-col-7 {
    grid-column: span 7
}

.cl-col-8 {
    grid-column: span 8
}

.cl-col-9 {
    grid-column: span 9
}

.cl-col-10 {
    grid-column: span 10
}

.cl-col-11 {
    grid-column: span 11
}

.cl-col-12 {
    grid-column: span 12
}

@container (max-width: 767px) {
    .cl-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding-inline: 16px;
        gap: 8px
    }

    .cl-grid-container {
        padding-inline: 16px
    }

    .cl-xs-col-1 {
        grid-column: span 1
    }

    .cl-xs-col-2 {
        grid-column: span 2
    }

    .cl-xs-col-3 {
        grid-column: span 3
    }

    .cl-xs-col-4 {
        grid-column: span 4
    }
}

@container (min-width: 768px) and (max-width: 1023px) {
    .cl-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
        margin-inline: 24px;
        gap: 16px
    }

    .cl-grid-container {
        padding-inline: 24px
    }

    .cl-sm-col-1 {
        grid-column: span 1
    }

    .cl-sm-col-2 {
        grid-column: span 2
    }

    .cl-sm-col-3 {
        grid-column: span 3
    }

    .cl-sm-col-4 {
        grid-column: span 4
    }

    .cl-sm-col-5 {
        grid-column: span 5
    }

    .cl-sm-col-6 {
        grid-column: span 6
    }

    .cl-sm-col-7 {
        grid-column: span 7
    }

    .cl-sm-col-8 {
        grid-column: span 8
    }
}

@container (min-width: 1024px) and (max-width: 1439px) {
    .cl-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        margin-inline: 44px;
        gap: 24px
    }

    .cl-grid-container {
        padding-inline: 44px
    }

    .cl-md-col-1 {
        grid-column: span 1
    }

    .cl-md-col-2 {
        grid-column: span 2
    }

    .cl-md-col-3 {
        grid-column: span 3
    }

    .cl-md-col-4 {
        grid-column: span 4
    }

    .cl-md-col-5 {
        grid-column: span 5
    }

    .cl-md-col-6 {
        grid-column: span 6
    }

    .cl-md-col-7 {
        grid-column: span 7
    }

    .cl-md-col-8 {
        grid-column: span 8
    }

    .cl-md-col-9 {
        grid-column: span 9
    }

    .cl-md-col-10 {
        grid-column: span 10
    }

    .cl-md-col-11 {
        grid-column: span 11
    }

    .cl-md-col-12 {
        grid-column: span 12
    }
}

@container (min-width: 1440px) and (max-width: 1919px) {
    .cl-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        margin-inline: 42px;
        gap: 32px
    }

    .cl-grid-container {
        padding-inline: 64px
    }

    .cl-lg-col-1 {
        grid-column: span 1
    }

    .cl-lg-col-2 {
        grid-column: span 2
    }

    .cl-lg-col-3 {
        grid-column: span 3
    }

    .cl-lg-col-4 {
        grid-column: span 4
    }

    .cl-lg-col-5 {
        grid-column: span 5
    }

    .cl-lg-col-6 {
        grid-column: span 6
    }

    .cl-lg-col-7 {
        grid-column: span 7
    }

    .cl-lg-col-8 {
        grid-column: span 8
    }

    .cl-lg-col-9 {
        grid-column: span 9
    }

    .cl-lg-col-10 {
        grid-column: span 10
    }

    .cl-lg-col-11 {
        grid-column: span 11
    }

    .cl-lg-col-12 {
        grid-column: span 12
    }
}

@container (min-width: 1920px) {
    .cl-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        margin-inline: 304px;
        gap: 32px
    }

    .cl-grid-container {
        padding-inline: 304px
    }

    .cl-xl-col-1 {
        grid-column: span 1
    }

    .cl-xl-col-2 {
        grid-column: span 2
    }

    .cl-xl-col-3 {
        grid-column: span 3
    }

    .cl-xl-col-4 {
        grid-column: span 4
    }

    .cl-xl-col-5 {
        grid-column: span 5
    }

    .cl-xl-col-6 {
        grid-column: span 6
    }

    .cl-xl-col-7 {
        grid-column: span 7
    }

    .cl-xl-col-8 {
        grid-column: span 8
    }

    .cl-xl-col-9 {
        grid-column: span 9
    }

    .cl-xl-col-10 {
        grid-column: span 10
    }

    .cl-xl-col-11 {
        grid-column: span 11
    }

    .cl-xl-col-12 {
        grid-column: span 12
    }
}

.cl-jello-horizontal {
    animation: cl-jello-horizontal .9s 3 both
}

@-webkit-keyframes cl-jello-horizontal {
    0% {
        scale: 1 1 1
    }

    30% {
        scale: 1.25 .75 1
    }

    40% {
        scale: .75 1.25 1
    }

    50% {
        scale: 1.15 .85 1
    }

    65% {
        scale: .95 1.05 1
    }

    75% {
        scale: 1.05 .95 1
    }

    100% {
        scale: 1 1 1
    }
}

@keyframes cl-jello-horizontal {
    0% {
        scale: 1 1 1
    }

    30% {
        scale: 1.25 .75 1
    }

    40% {
        scale: .75 1.25 1
    }

    50% {
        scale: 1.15 .85 1
    }

    65% {
        scale: .95 1.05 1
    }

    75% {
        scale: 1.05 .95 1
    }

    100% {
        scale: 1 1 1
    }
}

.cl-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 32px;
    cursor: pointer;
    color: var(--cl-color-neutral-00, #FFF);
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: none
}

.cl-button--normal {
    height: 48px;
    padding: 12px 32px;
    font-size: 18px;
    line-height: 24px
}

.cl-button--large {
    height: 64px;
    padding: 16px 40px;
    color: var(--base-white, #FFF);
    font-size: 24px;
    line-height: 28px
}

.cl-button--small {
    height: 36px;
    padding: 8px 24px;
    gap: 4px;
    font-size: 14px;
    line-height: 20px
}

.cl-button--primary {
    background: var(--cl-color-primary-500);
    color: var(--cl-color-neutral-800)
}

.cl-button--primary:hover {
    background: var(--cl-color-primary-700)
}

.cl-button--primary:active {
    background: var(--cl-color-primary-800)
}

.cl-button--secondary {
    background: var(--cl-color-secondary-500)
}

.cl-button--secondary:hover {
    background: var(--cl-color-secondary-700)
}

.cl-button--secondary:active {
    background: var(--cl-color-secondary-700)
}

.cl-button--tertiary {
    background: var(--cl-color-neutral-800)
}

.cl-button--tertiary:hover {
    background: var(--cl-color-base-black)
}

.cl-button--tertiary:active {
    background: var(--cl-color-base-black)
}

.cl-button:disabled,
.cl-button[disabled] {
    background: var(--cl-color-neutral-200);
    color: var(--cl-color-neutral-400);
    font-style: normal;
    cursor: not-allowed
}

.cl-progress-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 2.5rem;
    flex-grow: 1;
    font-family: var(--cl-font-primary);
    font-size: .875rem;
    font-weight: 300
}

.cl-progress-cell--basic {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00)
}

.cl-progress-cell--basic.cl-progress-cell--locked {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00)
}

.cl-progress-cell--basic.cl-progress-cell--complete {
    background-color: var(--cl-color-secondary-500);
    color: var(--cl-color-neutral-00)
}

.cl-progress-cell--basic.cl-progress-cell--skipped {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00-alpha)
}

.cl-progress-cell--basic.cl-progress-cell--aged {
    opacity: .35
}

.cl-progress-cell--tickets.cl-progress-cell--complete {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: var(--cl-color-neutral-00);
    background-color: var(--cl-color-secondary-500)
}

.cl-progress-cell--tickets.cl-progress-cell--complete svg {
    scale: .9;
    max-width: 100%;
    max-height: 100%
}

.cl-progress-cell--tickets.cl-progress-cell--complete:is(:nth-child(1), :nth-child(2)) {
    background-image: url("https://pchassets.pch.com/fecomponents/images/components/progress-bar/ticket_stack1.svg")
}

.cl-progress-cell--tickets.cl-progress-cell--complete:is(:nth-child(3), :nth-child(4)) {
    background-image: url("https://pchassets.pch.com/fecomponents/images/components/progress-bar/ticket_stack2.svg")
}

.cl-progress-cell--tickets.cl-progress-cell--complete:is(:nth-child(5), :nth-child(6)) {
    background-image: url("https://pchassets.pch.com/fecomponents/images/components/progress-bar/ticket_stack3.svg")
}

.cl-progress-cell--tickets.cl-progress-cell--complete:is(:nth-child(7), :nth-child(8)) {
    background-image: url("https://pchassets.pch.com/fecomponents/images/components/progress-bar/ticket_stack4.svg")
}

.cl-progress-cell--tickets.cl-progress-cell--complete:is(:nth-child(9), :nth-child(10)) {
    background-image: url("https://pchassets.pch.com/fecomponents/images/components/progress-bar/ticket_stack5.svg")
}

.cl-progress-cell--flame {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00);
    align-items: flex-end
}

.cl-progress-cell--flame.cl-progress-cell--locked {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00-alpha)
}

.cl-progress-cell--flame.cl-progress-cell--complete {
    background: center no-repeat url("https://pchassets.pch.com/fecomponents/images/components/progress-bar/flame.svg") var(--cl-color-secondary-500);
    color: var(--cl-color-neutral-00)
}

.cl-progress-cell--flame.cl-progress-cell--skipped {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00-alpha)
}

.cl-progress-cell--flame.cl-progress-cell--aged {
    position: relative;
    background: var(--cl-color-neutral-800)
}

.cl-progress-cell--flame.cl-progress-cell--aged::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center no-repeat url("https://pchassets.pch.com/fecomponents/images/components/progress-bar/flame.svg");
    opacity: .35
}

.cl-progress-cell--inferno {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00);
    align-items: flex-end
}

.cl-progress-cell--inferno.cl-progress-cell--locked {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00-alpha)
}

.cl-progress-cell--inferno.cl-progress-cell--complete {
    background-color: var(--cl-color-inferno-red);
    color: var(--cl-color-neutral-00)
}

.cl-progress-cell--inferno.cl-progress-cell--skipped {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00-alpha)
}

.cl-progress-cell--inferno.cl-progress-cell--aged svg {
    opacity: .35
}

.cl-progress-cell--wordy {
    flex-direction: column;
    background-color: var(--cl-color-primary-100);
    color: var(--cl-color-neutral-800)
}

.cl-progress-cell--wordy>div:first-child {
    font-size: clamp(.875rem, .53333333vw, 1rem);
    font-weight: 500
}

.cl-progress-cell--wordy>div:last-child {
    font-size: clamp(.625rem, .53333333vw, .75rem);
    font-weight: 800
}

.cl-progress-cell--wordy.cl-progress-cell--locked {
    background-color: var(--cl-color-primary-100);
    color: var(--cl-color-neutral-800)
}

.cl-progress-cell--wordy.cl-progress-cell--complete>div:first-child {
    font-weight: 600;
    color: var(--cl-color-secondary-500)
}

.cl-progress-cell--wordy.cl-progress-cell--complete>div:last-child {
    color: var(--cl-color-neutral-800)
}

.cl-progress-cell--wordy.cl-progress-cell--skipped {
    background-color: var(--cl-color-primary-100);
    color: var(--cl-color-neutral-800)
}

.cl-progress-cell--wordy.cl-progress-cell--aged {
    opacity: .35
}

:root {
    --cl-color-primary-50: #FFF2CC;
    --cl-color-primary-100: #FFDD80;
    --cl-color-primary-200: #FFD04E;
    --cl-color-primary-300: #FFBC02;
    --cl-color-primary-400: #FFB21B;
    --cl-color-primary-500: #FFA732;
    --cl-color-primary-600: #EF911E;
    --cl-color-primary-700: #DD7A08;
    --cl-color-primary-800: #9F590A;
    --cl-color-primary-900: #472702;
    --cl-color-secondary-50: #CCEFFC;
    --cl-color-secondary-100: #80D7F9;
    --cl-color-secondary-200: #4DC8F6;
    --cl-color-secondary-300: #00B0F2;
    --cl-color-secondary-400: #0985E5;
    --cl-color-secondary-500: #116ED3;
    --cl-color-secondary-600: #0E5EB6;
    --cl-color-secondary-700: #0A509C;
    --cl-color-secondary-800: #08407D;
    --cl-color-secondary-900: #04203E;
    --cl-color-neutral-50: #F9F9F9;
    --cl-color-neutral-100: #F5F5F5;
    --cl-color-neutral-200: #D3D3D3;
    --cl-color-neutral-300: #B6B6B6;
    --cl-color-neutral-400: #818181;
    --cl-color-neutral-500: #6E6E6E;
    --cl-color-neutral-600: #565656;
    --cl-color-neutral-700: #3D3D3D;
    --cl-color-neutral-800: #252525;
    --cl-color-neutral-900: #0D0D0D;
    --cl-color-inferno-red: #B20000;
    --cl-color-neutral-00-alpha: #FFFFFF88;
    --cl-color-neutral-800-alpha: #25252559;
    --cl-color-neutral-00: white;
    --cl-color-neutral-1000: black;
    --cl-color-gold: #ffbf09;
    --cl-font-primary: Inter, Helvetica, sans-serif
}

.cl-progress-bar {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    height: 2.5rem;
    width: 100%;
    width: clamp(21.4rem, 100%, 36.75rem)
}

.cl-progress-cell:not(.cl-progress-cell--text).cl-progress-cell--complete:not(:first-child) {
    border-left: thin solid var(--cl-color-neutral-1000)
}

.cl-progress-cell:not(.cl-progress-cell--text).cl-progress-cell--complete.cl-progress-cell--wordy:not(:first-child) {
    border-left-color: var(--cl-color-gold)
}

.cl-progress-cell:not(.cl-progress-cell--text).cl-progress-cell--locked:not(:first-child) {
    border-left: thin solid var(--cl-color-neutral-00-alpha)
}

.cl-progress-cell:not(.cl-progress-cell--text):not(:first-child) {
    border-left: thin solid var(--cl-color-neutral-00-alpha)
}

.cl-progress-bar>.cl-progress-cell {
    border-left: none
}

.cl-progress-bar--tickets {
    position: absolute;
    top: -3px;
    left: 0
}

.cl-popover-trigger {
    cursor: pointer
}

.cl-popover-content {
    margin: 0;
    width: fit-content;
    max-width: 90vw;
    border: 1px solid #000;
    padding: 24px;
    border-radius: 8px;
    position: absolute;
    text-align: left;
    background: var(--cl-base-white, #FFF);
    box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, .15), 0px 2px 3px 0px rgba(0, 0, 0, .3);
    color: var(--cl-neutral-700, #3D3D3D);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: .15px
}

.cl-popover-content--anchor-top {
    transform: translate3d(-50%, -100%, 0);
    margin-top: -1em
}

.cl-popover-content--anchor-top-left {
    transform: translate3d(-100%, -100%, 0);
    margin-top: -1em
}

.cl-popover-content--anchor-top-right {
    transform: translate3d(0, -100%, 0);
    margin-top: -1em
}

.cl-popover-content--anchor-bottom {
    transform: translate3d(-50%, 0, 0);
    margin-top: 1em
}

.cl-popover-content--anchor-bottom-left {
    transform: translate3d(-100%, 0, 0);
    margin-top: 1em
}

.cl-popover-content--anchor-bottom-right {
    transform: translate3d(0, 0, 0);
    margin-top: 1em
}

.cl-popover-content--anchor-left {
    transform: translate3d(-100%, -50%, 0);
    margin-left: -1em
}

.cl-popover-content--anchor-right {
    transform: translate3d(0, -50%, 0);
    margin-left: 1em
}

.cl-popover-content--center {
    margin: auto
}

.cl-popover-content--top {
    margin: 1em auto auto
}

.cl-popover-content--bottom {
    margin: auto auto 1em
}

.cl-popover-content--left {
    margin: auto auto auto 1em
}

.cl-popover-content--right {
    margin: auto 1em auto auto
}

.cl-tooltip-trigger {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px
}

.cl-tooltip-icontext {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffd04e;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px
}

.cl-tooltip-content {
    width: 343px
}

.cl-tooltip-content__title {
    color: var(--cl-neutral-800, #252525);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0
}

.cl-tooltip-content__body {
    color: var(--cl-neutral-700, #3D3D3D);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: .15px
}

.cl-tooltip-content__body p {
    margin: 1em 0
}

.cl-tooltip-content__body ul {
    margin: 1em 0 1em 1.5em
}

.cl-tooltip-content__title+.cl-tooltip-content__body {
    margin-top: 24px
}

.cl-progress-icon {
    flex-shrink: 0;
    position: relative
}

.cl-progress-icon__img {
    flex-shrink: 0;
    filter: drop-shadow(0px 6px 15px rgba(255, 255, 255, 0.65))
}

.cl-progress-icon__text {
    position: absolute;
    top: 74px;
    left: 28px;
    width: 84px;
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: #c00;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 12px;
    text-transform: uppercase;
    text-shadow: 0px 0px 9px #c00
}

@media(max-width: 767px) {
    .cl-progress-icon {
        transform: none
    }

    .cl-progress-icon__text {
        transform: rotate(9deg)
    }
}

@media(max-width: 844px)and (orientation: landscape) {
    .cl-progress-icon {
        transform: none
    }

    .cl-progress-icon__text {
        transform: rotate(9deg)
    }
}

.cl-progress-icon__count {
    display: block;
    margin-bottom: .25em;
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -3px;
    font-style: normal
}

.cl-burst-icon {
    width: 132px;
    height: 132px;
    transform: rotate(13.571deg)
}

.cl-burst-icon__img {
    filter: unset
}

.cl-burst-icon__text {
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    -webkit-text-stroke-color: unset;
    text-shadow: unset;
    top: 34px;
    left: 20px
}

.cl-burst-icon__count {
    font-size: 40px;
    line-height: 20px;
    letter-spacing: -4px
}

.cl-streak__copy {
    text-align: center;
    color: #252525;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    flex-direction: column
}

.cl-streak__copy__line2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 38px;
    text-transform: uppercase
}

@container (min-width: 768px) and (max-width: 1341px) {
    .cl-streak__copy {
        font-size: 18px;
        line-height: 26px
    }

    .cl-streak__copy__line2 {
        font-size: 21px;
        line-height: 27px
    }
}

@container (max-width: 767px) {
    .cl-streak__copy {
        font-size: 14px;
        line-height: 18px;
        text-align: left
    }

    .cl-streak__copy__line2 {
        font-size: 24px;
        line-height: 120%
    }
}

.cl-streak__countdown-title {
    position: relative;
    top: 4px;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: .48px;
    text-transform: uppercase
}

@container (max-width: 767px) {
    .cl-streak__countdown-title {
        font-size: .75rem;
        align-self: flex-start;
        padding: 0 0 0 .75rem
    }
}

.cl-streak__countdown-title>p {
    display: inline-block;
    border-radius: 8px 8px 0px 0px;
    background: #252525;
    padding: 0 1em
}

.cl-streak__countdown-title__bonus {
    background: linear-gradient(0deg, #F00 6%, #F90 65%, #FFE519 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: .48px;
    text-transform: uppercase
}

.cl-streak__countdown-title .cl-tooltip-trigger {
    position: relative;
    top: -0.5em
}

.cl-streak {
    text-wrap: balance
}

@media(min-width: 768px) {
    .cl-streak {
        height: 10rem
    }
}

.cl-streak__countdown {
    width: 680px
}

.cl-streak__icon {
    position: absolute;
    right: -5.5rem;
    top: -2.4375rem;
    width: 121px;
    height: 174px;
    z-index: -1
}

.cl-streak__message {
    border-radius: 0px 0px 8px 8px;
    background: #ffdd80;
    color: #252525;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .15px;
    width: 98%;
    padding: .25em
}

.cl-streak__message b {
    font-weight: bold
}

.cl-ticket-token-icon {
    transform: scale(0.85)
}

.cl-ticket-token-icon__img {
    filter: unset
}

.cl-ticket-token-icon__text {
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    -webkit-text-stroke-color: unset;
    text-shadow: unset;
    top: 51px;
    left: 88px;
    transform: rotate(15.651deg)
}

@container (max-width: 767px) {
    .cl-ticket-token-icon__text {
        top: 39px;
        left: 52px;
        scale: .75
    }
}

.cl-ticket-token-icon__count {
    font-size: 40px;
    line-height: 20px;
    letter-spacing: -4px
}

.quiz-progress-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 329px;
    height: 25px;
    flex-shrink: 0;
    color: #fff;
    background-color: var(--cl-color-neutral-800);
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

@container (max-width: 767px) {
    .quiz-progress-title {
        width: 72%;
        transform: translateX(-43px);
        font-size: 12px;
        line-height: 13px
    }
}

@container (min-width: 768px) {
    .quiz-progress-title {
        position: relative;
        top: 4px
    }
}

.quiz-progress-title>span {
    display: inline-block;
    position: relative
}

.cl-progress-banner {
    position: relative;
    width: 100%;
    max-width: 1442px;
    container-type: inline-size;
    align-self: stretch;
    text-wrap: balance
}

.cl-progress-banner .cl-progress-bar:nth-child(1 of .cl-progress-bar) {
    border: medium solid var(--cl-color-primary-100);
    border-radius: .375rem;
    background: var(--cl-color-primary-100)
}

.cl-progress-banner .cl-progress-bar>.cl-progress-cell:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.cl-progress-banner .cl-progress-bar>.cl-progress-cell:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.cl-progress-banner :is(.cl-progress-bar, .cl-streak__message):nth-last-child(2) {
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
    margin-top: -0.3125rem
}

.cl-progress-banner__grid {
    background: var(--cl-color-primary-200, #FFD04E);
    margin-inline: 0;
    height: 100%;
    align-items: center
}

.cl-progress-banner__instructions {
    align-content: center
}

.cl-progress-banner__instructions .cl-links {
    text-align: center
}

@container (max-width: 767px) {
    .cl-progress-banner__instructions .cl-links {
        text-align: left
    }
}

.cl-progress-banner__countdown__bar {
    display: flex;
    max-width: 588px;
    margin: auto;
    height: 116px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    position: relative;
    z-index: 2
}

@container (max-width: 767px) {
    .cl-progress-banner__countdown__bar {
        height: auto;
        gap: 0
    }
}

.cl-progress-banner__countdown .cl-burst-icon {
    position: absolute;
    right: -105px;
    top: -2px;
    z-index: -1
}

.cl-progress-banner__countdown .cl-ticket-token-icon {
    position: absolute;
    right: -174px;
    top: -22px;
    z-index: -1
}

@container (min-width: 1024px) {
    .cl-progress-banner__countdown {
        position: relative;
        left: -43px
    }
}

@container (max-width: 767px) {
    .cl-progress-banner__grid {
        padding: .5em
    }

    .cl-progress-banner__instructions {
        left: 0
    }

    .cl-progress-banner__countdown .cl-burst-icon {
        right: -29px;
        top: -57px;
        transform: scale(0.75)
    }

    .cl-progress-banner__countdown .cl-ticket-token-icon {
        right: -18px;
        top: -65px
    }

    .cl-progress-banner__countdown .cl-streak__icon {
        right: -2px;
        top: -113px
    }

    .cl-progress-banner__instructions .cl-links {
        line-height: 11px
    }

    .cl-progress-banner__instructions .cl-links a {
        font-size: 11px
    }
}

@media(min-width: 768px) {
    .cl-quiz-progress {
        height: 8.5rem
    }
}

.cl-quiz-progress.cl-progress-banner .cl-progress-bar:nth-last-child(2) {
    padding: 0 clamp(.125rem, .53333333vw, .5rem)
}

.cl-links--horiz .cl-links__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.cl-links--horiz .cl-links__item {
    list-style-type: none;
    margin: 0 .5em 0 0;
    display: inline-block
}

.cl-links--horiz .cl-links__item:after {
    content: "|";
    display: inline-block;
    position: relative;
    width: 0;
    white-space: nowrap;
    text-overflow: visible;
    left: .25em
}

.cl-links--horiz .cl-links__item:last-child:after {
    display: none
}

.cl-links a {
    color: rgba(37, 37, 37, .65);
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.cl-message {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Inter;
    font-weight: 700
}

@container (min-width: 768px) {
    .cl-message {
        height: 2.75rem;
        padding: .5rem
    }
}

.cl-message--sm {
    font-size: .5625rem
}

.cl-message--md {
    font-size: .75rem
}

.cl-message--lg {
    font-size: 1rem
}


/* NEW PASTE */
/* NEW PASTE */
/* NEW PASTE */
/* NEW PASTE */
/* NEW PASTE */
/* NEW PASTE */
/* NEW PASTE */
/* NEW PASTE */
/* NEW PASTE */
/* NEW PASTE */
/* NEW PASTE */
/* NEW PASTE */
/* NEW PASTE */
/* NEW PASTE */
/* NEW PASTE */
@import"https://fonts.googleapis.com/css2?family=Poppins:ital,wght@0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&family=Varta:wght@300;400;500;600;700&display=swap";
@import"https://fonts.googleapis.com/css2?family=Inter:wght@400;600;700;800;900&family=Source+Sans+3:ital,wght@0,400;0,700;1,400;1,700&display=swap";

html,
body {
    margin: 0;
    padding: 0;
    height: 100%
}

* {
    box-sizing: border-box;
    margin: 0;
    padding: 0
}

:root {
    font-size: 16px;
    font-family: "Poppins", sans-serif
}

html {
    height: 100dvh;
    scroll-behavior: smooth
}

a {
    color: #144981
}

body.elevate-body {
    position: relative;
    height: fit-content;
    overflow-x: hidden
}

body.elevate-body.waiting * {
    cursor: wait !important
}

body.elevate-body #pch-section-above-uni-nav {
    background-color: #fff
}

body.elevate-body #pch-section-hero .ads-centered {
    margin: 1rem 0 0
}

body.elevate-body .side-rail-layout {
    display: grid;
    grid-template-columns: 40px 980px auto;
    grid-template-rows: auto;
    gap: 20px;
    margin: auto;
    max-width: 1440px
}

@media screen and (min-width: 641px)and (max-width: 1024px) {
    body.elevate-body .side-rail-layout {
        grid-template-columns: 0 98% 0
    }

    body.elevate-body .side-rail-layout .main {
        margin-inline: auto
    }
}

body.elevate-body .side-rail-layout aside {
    display: grid;
    place-content: start center;
    margin: 20px auto
}

body.elevate-body .side-rail-layout aside .mono-container {
    position: sticky;
    top: 10px
}

body.elevate-body .side-rail-layout aside .mono-container>div {
    margin: 10px auto
}

body.elevate-body .ads-centered {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center
}

body.elevate-body .ads-centered>div {
    transition: all 1.5s ease-in-out 3s
}

body.elevate-body .ads-centered>div:empty {
    min-height: 270px
}

@media screen and (max-width: 640px) {
    body.elevate-body .ads-centered>div:empty {
        min-height: 120px
    }
}

body.elevate-body a.no-style:link {
    text-decoration: inherit;
    color: inherit
}

body.elevate-body a.no-style:visited {
    text-decoration: inherit;
    color: inherit
}

body.elevate-body a.button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: .59375rem 5rem;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .91);
    border-radius: 1.5rem;
    background: var(--alternate-button-background, #106ED3);
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: .05625rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 348px
}

body.elevate-body a.button-link:active {
    background: var(--alternate-button-background, #08407D)
}

body.elevate-body a.button-link:hover {
    background: var(--alternate-button-background, #0A509C)
}

@media screen and (max-width: 640px) {
    body.elevate-body a.button-link {
        padding: .59375rem 3rem
    }
}

body.elevate-body button.button-link {
    cursor: pointer;
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: .59375rem 5rem;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .91);
    border-radius: 1.5rem;
    background: var(--alternate-button-background, #106ED3);
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: .05625rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 348px
}

body.elevate-body button.button-link:active {
    background: var(--alternate-button-background, #08407D)
}

body.elevate-body button.button-link:hover {
    background: var(--alternate-button-background, #0A509C)
}

@media screen and (max-width: 640px) {
    body.elevate-body button.button-link {
        padding: .59375rem 3rem
    }
}

body.elevate-body div.sp-disabled-cta {
    background: #d3d3d3;
    color: #818181;
    border-radius: 32px;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 2px;
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: .05625rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    pointer-events: none;
    margin: 0 auto;
    height: 48px;
    width: 100%;
    min-width: 250px
}

body.elevate-body div.sp-disabled-cta .hours,
body.elevate-body div.sp-disabled-cta .mins,
body.elevate-body div.sp-disabled-cta .seconds {
    width: 24px
}

body.elevate-body a.transparent-cta {
    --alternate-button-background: transparent;
    box-shadow: none !important;
    border-radius: 1.375rem
}

body.elevate-body a.transparent-cta:hover {
    box-shadow: none !important
}

body.elevate-body a.alt-link-cta {
    --alternate-button-background: #FFD04E;
    box-shadow: 0px 4px 12px 0px rgba(39, 113, 167, .3), 0px 3px 0px 0px #c1c1c1;
    position: relative;
    color: #252525
}

body.elevate-body a.alt-link-cta:active {
    --alternate-button-background: #EF911E
}

body.elevate-body a.alt-link-cta:hover {
    --alternate-button-background: #FFA732
}

@media screen and (max-width: 640px) {
    body.elevate-body ::-webkit-scrollbar {
        -webkit-appearance: none
    }
}

:root {
    --page-hero-height: 200px;
    --page-mobile-hero-height: 200px
}

.site-hero {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    height: var(--page-hero-height, 250px);
    padding: 2.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative
}

@media screen and (max-width: 640px) {
    .site-hero {
        height: var(--page-mobile-hero-height, 250px);
        padding: 6rem 1.5rem 1.5rem
    }
}

.site-hero.wgp-hero {
    height: auto;
    padding-top: 5rem
}

.site-hero.wgp-hero .hero-component-wrapper {
    flex-direction: row-reverse;
    justify-content: center
}

.site-hero.wgp-hero .hero-component-wrapper .pill-banner {
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 3.25rem
}

@media screen and (max-width: 640px) {
    .site-hero.wgp-hero .hero-component-wrapper .pill-banner {
        margin-bottom: 2.56rem
    }
}

.site-hero.wgp-hero .hero-component-wrapper .hero-content {
    text-align: center;
    padding-right: 0
}

.site-hero.wgp-hero .hero-component-wrapper .description {
    margin-bottom: 1.5rem
}

.site-hero.wgp-hero .hero-component-wrapper .hero-logo {
    display: block;
    width: auto;
    margin: -6rem 0 0 -18.75rem
}

@media screen and (min-width: 641px)and (max-width: 1024px) {
    .site-hero.wgp-hero .hero-component-wrapper .hero-logo {
        margin: -5.5rem 0 0 0
    }
}

@media screen and (max-width: 640px) {
    .site-hero.wgp-hero .hero-component-wrapper .hero-logo {
        margin: 0 auto
    }

    .site-hero.wgp-hero .hero-component-wrapper .hero-logo img {
        max-width: 280px
    }
}

@media screen and (max-width: 640px) {
    .site-hero.wgp-hero .hero-component-wrapper {
        flex-direction: column-reverse
    }
}

.site-hero.wgp-hero .hero-footer {
    display: none
}

@media screen and (min-width: 641px)and (max-width: 1024px) {
    .site-hero.wgp-hero {
        height: auto
    }
}

@media screen and (max-width: 640px) {
    .site-hero.wgp-hero {
        height: auto;
        padding: 6rem 1.5rem 3.75rem
    }
}

.site-hero:before {
    content: "";
    position: absolute;
    top: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(0deg, rgba(15, 29, 49, 0.9) 0%, rgba(15, 29, 49, 0.1) 94.75%)
}

.hero-component-wrapper {
    display: flex;
    position: relative;
    width: 100%;
    max-width: 930px;
    color: #fff;
    text-transform: uppercase
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper {
        text-align: center;
        flex-direction: column-reverse
    }
}

.hero-component-wrapper .hero-content {
    width: 630px;
    padding-right: 1.875rem
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .hero-content {
        width: 100%;
        padding-right: 0
    }
}

.hero-component-wrapper .pill-banner {
    margin-bottom: 1.5rem
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .pill-banner {
        margin: 0 auto 11.8rem
    }
}

.hero-component-wrapper .title {
    font-family: "Poppins", sans-serif;
    font-size: 2.625rem;
    font-weight: 900;
    line-height: 1.333
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .title {
        font-size: 2.25rem
    }
}

.hero-component-wrapper .title span {
    display: block;
    font-family: inherit;
    font-size: 1.75rem
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .title span {
        font-size: 1.5rem
    }
}

.hero-component-wrapper .description {
    font-family: "Poppins", sans-serif;
    font-size: 1.625rem;
    font-weight: 600;
    margin-bottom: 2.5rem
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .description {
        font-size: 1.5rem;
        margin-bottom: 1.5rem
    }
}

.hero-component-wrapper .button-link {
    display: inline-flex;
    align-items: center;
    justify-content: center;
    color: #fff;
    padding: .59375rem 5rem;
    height: 52px;
    border: 1px solid rgba(255, 255, 255, .91);
    border-radius: 1.5rem;
    background: var(--alternate-button-background, #106ED3);
    font-family: "Inter", sans-serif;
    font-size: 1.125rem;
    font-weight: 800;
    letter-spacing: .05625rem;
    text-align: center;
    text-transform: uppercase;
    text-decoration: none;
    min-width: 348px
}

.hero-component-wrapper .button-link:active {
    background: var(--alternate-button-background, #08407D)
}

.hero-component-wrapper .button-link:hover {
    background: var(--alternate-button-background, #0A509C)
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .button-link {
        padding: .59375rem 3rem
    }
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .button-link {
        margin-bottom: 2rem
    }
}

.hero-component-wrapper .hero-logo {
    width: 300px;
    display: flex;
    justify-content: flex-end;
    align-items: flex-start;
    margin-top: -7.25rem
}

@media screen and (min-width: 641px)and (max-width: 1024px) {
    .hero-component-wrapper .hero-logo {
        margin-top: -3.75rem
    }
}

@media screen and (max-width: 640px) {
    .hero-component-wrapper .hero-logo {
        width: 100%;
        justify-content: center;
        align-items: flex-start;
        margin-top: 0
    }
}

.hero-component-wrapper .hero-logo img {
    max-width: 300px
}

.hero-footer {
    position: absolute;
    bottom: 0;
    width: 100%;
    display: flex;
    justify-content: center;
    padding: 1.87rem
}

@media screen and (max-width: 640px) {
    .hero-footer {
        padding: 1rem
    }
}

.hero-footer .arrow {
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: .313rem
}

.hero-footer .arrow.down {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg)
}

.page--weekly-grand-prize-pdp .site-hero.wgp-hero,
.page--superprize-pdp .site-hero.wgp-hero {
    padding-top: 16px
}

:root {
    --elevate-about-banner-background: #FFD04E;
    --elevate-about-banner-text-color: #000000
}

.elevate-about-banner {
    background-color: var(--elevate-about-banner-background);
    color: var(--elevate-about-banner-text-color);
    padding: 15px 0 0;
    margin-bottom: 5px;
    font-family: "Poppins", sans-serif;
    text-align: center
}

.elevate-about-banner .section-title {
    max-width: 930px;
    margin: 0 auto 20px;
    padding: 0 20px;
    font-size: 1rem;
    font-weight: 600;
    text-wrap: balance;
    line-height: 1.2
}

.elevate-about-banner .section-title span {
    display: block;
    text-transform: uppercase;
    font-weight: 800
}

.elevate-about-banner .section-details {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    max-width: 930px;
    margin: 0 auto
}

.elevate-about-banner .info-card {
    width: 25%;
    padding: 0 20px 15px;
    text-transform: none
}

.elevate-about-banner .info-card .text {
    line-height: 1.2
}

.elevate-about-banner .info-card img {
    display: block;
    width: auto;
    height: 36px;
    margin: 0 auto 10px
}

.elevate-about-banner .info-card span {
    display: block;
    font-size: 1.125rem;
    font-weight: 600;
    text-transform: uppercase
}

@media screen and (max-width: 640px) {
    .elevate-about-banner .info-card span {
        font-size: .6875rem
    }
}

@media screen and (max-width: 640px) {
    .elevate-about-banner .info-card {
        padding: 0 14px 32px;
        width: 50%
    }
}

.tv-promo-banner {
    display: flex;
    align-items: center;
    justify-content: start;
    width: 100%;
    margin: 0 auto;
    background: #000
}

.tv-promo-banner>.logo-container {
    display: flex;
    gap: 5px
}

.tv-promo-banner>.logo-container img {
    width: 7rem;
    height: 2rem
}

.tv-promo-banner>.promo-text {
    color: #fff;
    font-family: Inter;
    font-size: 1rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1rem;
    letter-spacing: .00938rem;
    margin-left: 2rem;
    text-transform: capitalize;
    white-space: nowrap;
    display: inline-block;
    padding: 5px 0
}

@media screen and (max-width: 640px) {
    .tv-promo-banner>.promo-text {
        max-width: 45vw;
        text-align: right;
        font-size: .875rem;
        margin-left: 1rem
    }
}

.prize-card {
    display: flex;
    flex-direction: column;
    border-radius: 16px;
    background: #f9f9f9;
    overflow: hidden;
    cursor: pointer;
    box-shadow: 0px 4px 8px 3px rgba(0, 0, 0, .15), 0px 1px 3px 0px rgba(0, 0, 0, .3);
    width: 100%;
    max-width: 980px;
    height: 450px;
    margin-inline: auto
}

.prize-card * {
    pointer-events: none
}

.prize-card .top-section {
    padding: 20px 30px;
    height: 100%;
    width: 100%;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat;
    background-image: var(--card-background-image, ""), url("/images/elevate/default-prize-image.png")
}

.prize-card .bottom-section {
    display: grid;
    grid-template-columns: auto 200px;
    grid-template-rows: auto;
    align-items: center;
    margin: auto 0;
    padding: 0 2rem;
    min-height: 85px
}

.prize-card .bottom-section dd {
    display: none
}

.prize-card .bottom-section h2 {
    color: #252525;
    font-family: Inter;
    font-size: 1.75rem;
    font-style: normal;
    font-weight: 700;
    line-height: 150%;
    text-transform: capitalize;
    margin-inline: 0 10px
}

.prize-card .bottom-section .view-prize-btn {
    display: grid;
    place-items: center;
    width: 185px;
    height: 48px;
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 800;
    line-height: 1.5rem;
    letter-spacing: .0625rem;
    text-transform: uppercase;
    border-radius: 32px;
    background: #106ed3;
    color: #fff
}

.prize-card .bottom-section .view-prize-btn.alt-link-cta {
    background: #ffd04e;
    position: relative
}

.prize-card .bottom-section .view-prize-btn.alt-link-cta::after {
    content: "";
    width: 12px;
    height: 12px;
    background-image: url("/images/elevate/icons/link-icon.svg");
    background-repeat: no-repeat;
    top: 50%;
    transform: translateY(-50%);
    right: 15px;
    position: absolute
}

@media screen and (max-width: 640px) {
    .prize-card {
        width: 100%;
        height: 527px;
        max-width: 345px
    }

    .prize-card.wide .bottom-section {
        grid-template-columns: 1fr;
        grid-template-rows: 2fr 1fr;
        justify-content: center;
        min-height: 186px;
        padding: 24px 16px
    }

    .prize-card.wide .bottom-section dl {
        height: 100%
    }

    .prize-card.wide .bottom-section h2 {
        font-size: 1.5rem
    }

    .prize-card.wide .bottom-section .view-prize-btn {
        width: 150px;
        height: 36px;
        font-size: 14px;
        place-self: center
    }

    .prize-card.wide .bottom-section .view-prize-btn.alt-link-cta::after {
        transform: scale(0.9);
        top: 33%
    }
}

.prize-card.narrow {
    width: 304px;
    height: 415px
}

.prize-card.narrow .bottom-section {
    grid-template-columns: 1fr;
    grid-template-rows: 2fr 1fr;
    justify-content: center;
    min-height: 186px;
    padding: 24px 16px
}

.prize-card.narrow .bottom-section dl {
    height: 100%
}

.prize-card.narrow .bottom-section dl dt {
    margin-bottom: 10px
}

.prize-card.narrow .bottom-section dl dd {
    display: block
}

.prize-card.narrow .bottom-section h2 {
    color: #0d0d0d;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 22px;
    width: 100%
}

.prize-card.narrow .bottom-section .view-prize-btn {
    width: 140px;
    height: 36px;
    font-size: 14px;
    place-self: center
}

.prize-card.narrow .bottom-section .view-prize-btn.alt-link-cta::after {
    content: none
}

.prize-card .pill-banner {
    display: inline-flex;
    height: 32px;
    padding-inline: 16px;
    justify-content: center;
    align-items: center;
    gap: .25rem;
    flex-shrink: 0;
    background-color: #ffd04e;
    color: #252525;
    border-radius: 16px;
    font-family: Inter;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 600;
    line-height: 1.5rem;
    text-transform: capitalize
}

.prize-card .pill-banner img {
    height: 24px;
    width: 24px
}

.prize-card:active .view-prize-btn {
    background: #08407d
}

.prize-card:active .view-prize-btn.alt-link-cta {
    background: #ef911e
}

.prize-card:hover .view-prize-btn {
    background: #0a509c
}

.prize-card:hover .view-prize-btn.alt-link-cta {
    background: #ffa732
}

.pch-article {
    margin: 1.5rem auto
}

@media screen and (max-width: 640px) {
    .pch-article {
        max-width: 345px
    }
}

.pch-article>dl {
    display: flex;
    flex-direction: column;
    gap: 12px;
    margin-block: 16px;
    padding: 16px
}

.pch-article>dl h1,
.pch-article>dl h2 {
    color: #252525;
    font-family: Poppins;
    font-size: 2rem;
    font-style: normal;
    font-weight: 700;
    line-height: 3rem
}

.pch-article>dl h1 {
    font-size: 3rem
}

.pch-article>dl p {
    color: #3d3d3d;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: .00938rem
}

@media screen and (max-width: 640px) {
    .pch-article>dl {
        padding: 5px
    }

    .pch-article>dl h1 {
        font-size: 2rem
    }
}

.header-wrapper {
    margin: 0 auto;
    height: 200px;
    width: 100%;
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
    background-image: var(--header-background-image), linear-gradient(90deg, #04203e 0%, #0b55a4 100%);
    display: grid;
    place-content: center;
    gap: 10px;
    border-bottom: 5px solid #ffd04e
}

.header-wrapper .header-text {
    padding-inline: 5rem;
    width: 100vw;
    max-width: 1440px;
    min-width: 700px;
    color: #fff;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: start;
    gap: .5rem;
    font-family: Poppins;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 800;
    line-height: 100%;
    letter-spacing: .1rem
}

.header-wrapper .header-text>* {
    font-size: 2rem;
    font-weight: 700;
    line-height: 2.5rem
}

.header-wrapper .header-text h2 {
    color: #ffd04e;
    font-size: 2.25rem;
    font-style: normal;
    font-weight: 900
}

.header-wrapper .header-text .intro-text {
    font-size: 1.5rem;
    line-height: 100%
}

.header-wrapper .header-text ul {
    display: flex;
    grid-gap: 40px
}

.header-wrapper .header-text ul li:first-of-type {
    list-style: none
}

.header-wrapper .header-text ul li::marker {
    color: #ffd04e
}

@media screen and (max-width: 640px) {
    .header-wrapper {
        place-content: flex-start center;
        padding: 20px 0
    }

    .header-wrapper .header-text {
        padding-inline: unset;
        width: 90vw;
        min-width: unset;
        max-width: 450px;
        flex-direction: row;
        justify-content: start;
        flex-wrap: wrap;
        font-size: 1.75rem
    }

    .header-wrapper .header-text>* {
        font-size: 1.25rem;
        line-height: 1.5rem
    }

    .header-wrapper .header-text h2,
    .header-wrapper .header-text .intro-text {
        font-size: 1.75rem;
        display: inline;
        line-height: 2rem
    }

    .header-wrapper .header-text ul {
        display: block;
        margin-left: 25px
    }

    .header-wrapper .header-text ul li:first-of-type {
        list-style: unset
    }
}

.pch-info-paragraph {
    margin: 2.5rem auto;
    font-family: Poppins;
    font-size: 1.125rem;
    font-style: normal;
    font-weight: 500;
    line-height: 1.5rem;
    letter-spacing: .00938rem
}

.checkout-btn-container .section-more-link-btn {
    font-family: Poppins;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
    background: rgba(0, 0, 0, 0);
    border: none;
    padding-bottom: .5rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #000;
    cursor: pointer
}

@media screen and (max-width: 640px) {
    .wgp-section .title-area {
        padding: 1rem
    }
}

.wgp-section .title-area h2 {
    font-family: "Poppins", sans-serif;
    font-size: 2.125rem;
    font-weight: 900;
    text-transform: uppercase
}

@media screen and (max-width: 640px) {
    .wgp-section .title-area h2 {
        text-align: center;
        font-size: 2.25rem;
        line-height: 2.7rem
    }
}

.wgp-section .title-area p {
    font-family: "Inter", sans-serif;
    font-size: 1.313rem
}

@media screen and (min-width: 641px) {
    .wgp-section .title-area p {
        letter-spacing: -1px;
        word-spacing: 1px
    }
}

.findout-overlay {
    position: fixed;
    display: flex;
    justify-content: center;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 1120
}

@media screen and (max-width: 640px) {
    .findout-overlay {
        margin: auto
    }
}

.findout-overlay .popup-bg {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    background: rgba(18, 18, 18, .8)
}

.findout-btn {
    font-family: Poppins;
    font-size: 1.5rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.75rem;
    background: rgba(0, 0, 0, 0);
    border: none;
    padding-bottom: .5rem;
    text-decoration-line: underline;
    text-decoration-style: solid;
    text-decoration-skip-ink: none;
    text-decoration-thickness: auto;
    text-underline-offset: auto;
    text-underline-position: from-font;
    color: #000;
    cursor: pointer
}

@media screen and (max-width: 640px) {
    .findout-btn {
        font-size: 1.313rem
    }
}

.findout-popup,
.popup-content {
    border-radius: 15px
}

.findout-popup {
    margin-right: 10px;
    position: absolute;
    width: 75vw;
    top: 6rem;
    max-height: 80vh;
    background-color: #fff
}

@media screen and (max-width: 640px) {
    .findout-popup {
        width: 95vw
    }
}

.findout-popup .popup-closebtn {
    background-color: #000;
    border-radius: 30px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    color: #fff;
    box-shadow: 2px 5px 15px #363635;
    position: absolute;
    right: -10px;
    z-index: 2;
    top: -10px;
    cursor: pointer;
    text-align: center
}

.findout-popup .popup-content {
    font-family: "Poppins", sans-serif;
    font-size: 1.375rem;
    background-color: #fff;
    z-index: 1;
    position: relative;
    padding: 2rem;
    max-height: 80vh;
    overflow-y: auto;
    border: 10px solid #fff
}

.findout-popup .popup-content::-webkit-scrollbar {
    width: 10px;
    height: 10px
}

.findout-popup .popup-content::-webkit-scrollbar-thumb {
    background-color: #a9a9a9;
    border: 4px solid rgba(0, 0, 0, 0);
    border-radius: 8px;
    background-clip: padding-box
}

.findout-popup .popup-content .content-title {
    font-weight: 700;
    text-transform: uppercase;
    font-size: 1.375rem;
    text-align: center
}

.findout-popup .popup-content p {
    margin-top: 1rem;
    text-align: justify;
    text-align-last: center;
    line-height: 1.7rem
}

@media screen and (max-width: 640px) {
    .findout-popup .popup-content {
        font-size: 1.3rem
    }
}

.hide {
    display: none
}

.mission-streak-letsgo {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: .375rem;
    padding: 0 .5rem .625rem
}

@media(min-width: 768px) {
    .mission-streak-letsgo {
        flex-wrap: nowrap;
        gap: 1.875rem;
        padding: .5rem
    }
}

.mission-streak-letsgo div {
    flex-basis: 43.3125rem;
    flex-shrink: 1;
    text-align: center;
    text-wrap: balance;
    font-family: Poppins;
    font-size: 1.25rem;
    font-style: normal;
    font-weight: 700;
    line-height: 1.5rem
}

@media(min-width: 768px) {
    .mission-streak-letsgo div {
        gap: 1.875rem;
        font-size: 1.5rem;
        line-height: 1.75rem
    }
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2JL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa0ZL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2ZL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1pL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa2pL7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa25L7W0Q5n-wU.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Inter";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/inter/v18/UcC73FwrK3iLTeHuS_nVMrMxCp50SjIa1ZL7W0Q5nw.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJnecnFHGPezSQ.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiEyp8kv8JHgFVrJJfecnFHGPc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1JlFd2JQEl8qw.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Poppins";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/poppins/v22/pxiByp8kv8JHgFVrLCz7Z1xlFd2JQEk.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wIaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wMaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wwaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wEaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 400;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wIaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wMaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wwaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wEaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 600;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wIaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0460-052F, U+1C80-1C8A, U+20B4, U+2DE0-2DFF, U+A640-A69F, U+FE2E-FE2F
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wsaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0301, U+0400-045F, U+0490-0491, U+04B0-04B1, U+2116
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wMaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+1F00-1FFF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wwaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0370-0377, U+037A-037F, U+0384-038A, U+038C, U+038E-03A1, U+03A3-03FF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wAaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0102-0103, U+0110-0111, U+0128-0129, U+0168-0169, U+01A0-01A1, U+01AF-01B0, U+0300-0301, U+0303-0304, U+0308-0309, U+0323, U+0329, U+1EA0-1EF9, U+20AB
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3wEaZejf5HdF8Q.woff2) format("woff2");
    unicode-range: U+0100-02BA, U+02BD-02C5, U+02C7-02CC, U+02CE-02D7, U+02DD-02FF, U+0304, U+0308, U+0329, U+1D00-1DBF, U+1E00-1E9F, U+1EF2-1EFF, U+2020, U+20A0-20AB, U+20AD-20C0, U+2113, U+2C60-2C7F, U+A720-A7FF
}

@font-face {
    font-family: "Source Sans 3";
    font-style: normal;
    font-weight: 700;
    font-display: swap;
    src: url(https://fonts.gstatic.com/s/sourcesans3/v18/nwpStKy2OAdR1K-IwhWudF-R3w8aZejf5Hc.woff2) format("woff2");
    unicode-range: U+0000-00FF, U+0131, U+0152-0153, U+02BB-02BC, U+02C6, U+02DA, U+02DC, U+0304, U+0308, U+0329, U+2000-206F, U+20AC, U+2122, U+2191, U+2193, U+2212, U+2215, U+FEFF, U+FFFD
}

.cl-grid {
    display: grid;
    width: 100%;
    gap: 0
}

.cl-col-1 {
    grid-column: span 1
}

.cl-col-2 {
    grid-column: span 2
}

.cl-col-3 {
    grid-column: span 3
}

.cl-col-4 {
    grid-column: span 4
}

.cl-col-5 {
    grid-column: span 5
}

.cl-col-6 {
    grid-column: span 6
}

.cl-col-7 {
    grid-column: span 7
}

.cl-col-8 {
    grid-column: span 8
}

.cl-col-9 {
    grid-column: span 9
}

.cl-col-10 {
    grid-column: span 10
}

.cl-col-11 {
    grid-column: span 11
}

.cl-col-12 {
    grid-column: span 12
}

@container (max-width: 767px) {
    .cl-grid {
        grid-template-columns: repeat(4, minmax(0, 1fr));
        padding-inline: 16px;
        gap: 8px
    }

    .cl-grid-container {
        padding-inline: 16px
    }

    .cl-xs-col-1 {
        grid-column: span 1
    }

    .cl-xs-col-2 {
        grid-column: span 2
    }

    .cl-xs-col-3 {
        grid-column: span 3
    }

    .cl-xs-col-4 {
        grid-column: span 4
    }
}

@container (min-width: 768px) and (max-width: 1023px) {
    .cl-grid {
        grid-template-columns: repeat(8, minmax(0, 1fr));
        margin-inline: 24px;
        gap: 16px
    }

    .cl-grid-container {
        padding-inline: 24px
    }

    .cl-sm-col-1 {
        grid-column: span 1
    }

    .cl-sm-col-2 {
        grid-column: span 2
    }

    .cl-sm-col-3 {
        grid-column: span 3
    }

    .cl-sm-col-4 {
        grid-column: span 4
    }

    .cl-sm-col-5 {
        grid-column: span 5
    }

    .cl-sm-col-6 {
        grid-column: span 6
    }

    .cl-sm-col-7 {
        grid-column: span 7
    }

    .cl-sm-col-8 {
        grid-column: span 8
    }
}

@container (min-width: 1024px) and (max-width: 1439px) {
    .cl-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        margin-inline: 44px;
        gap: 24px
    }

    .cl-grid-container {
        padding-inline: 44px
    }

    .cl-md-col-1 {
        grid-column: span 1
    }

    .cl-md-col-2 {
        grid-column: span 2
    }

    .cl-md-col-3 {
        grid-column: span 3
    }

    .cl-md-col-4 {
        grid-column: span 4
    }

    .cl-md-col-5 {
        grid-column: span 5
    }

    .cl-md-col-6 {
        grid-column: span 6
    }

    .cl-md-col-7 {
        grid-column: span 7
    }

    .cl-md-col-8 {
        grid-column: span 8
    }

    .cl-md-col-9 {
        grid-column: span 9
    }

    .cl-md-col-10 {
        grid-column: span 10
    }

    .cl-md-col-11 {
        grid-column: span 11
    }

    .cl-md-col-12 {
        grid-column: span 12
    }
}

@container (min-width: 1440px) and (max-width: 1919px) {
    .cl-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        margin-inline: 42px;
        gap: 32px
    }

    .cl-grid-container {
        padding-inline: 64px
    }

    .cl-lg-col-1 {
        grid-column: span 1
    }

    .cl-lg-col-2 {
        grid-column: span 2
    }

    .cl-lg-col-3 {
        grid-column: span 3
    }

    .cl-lg-col-4 {
        grid-column: span 4
    }

    .cl-lg-col-5 {
        grid-column: span 5
    }

    .cl-lg-col-6 {
        grid-column: span 6
    }

    .cl-lg-col-7 {
        grid-column: span 7
    }

    .cl-lg-col-8 {
        grid-column: span 8
    }

    .cl-lg-col-9 {
        grid-column: span 9
    }

    .cl-lg-col-10 {
        grid-column: span 10
    }

    .cl-lg-col-11 {
        grid-column: span 11
    }

    .cl-lg-col-12 {
        grid-column: span 12
    }
}

@container (min-width: 1920px) {
    .cl-grid {
        grid-template-columns: repeat(12, minmax(0, 1fr));
        margin-inline: 304px;
        gap: 32px
    }

    .cl-grid-container {
        padding-inline: 304px
    }

    .cl-xl-col-1 {
        grid-column: span 1
    }

    .cl-xl-col-2 {
        grid-column: span 2
    }

    .cl-xl-col-3 {
        grid-column: span 3
    }

    .cl-xl-col-4 {
        grid-column: span 4
    }

    .cl-xl-col-5 {
        grid-column: span 5
    }

    .cl-xl-col-6 {
        grid-column: span 6
    }

    .cl-xl-col-7 {
        grid-column: span 7
    }

    .cl-xl-col-8 {
        grid-column: span 8
    }

    .cl-xl-col-9 {
        grid-column: span 9
    }

    .cl-xl-col-10 {
        grid-column: span 10
    }

    .cl-xl-col-11 {
        grid-column: span 11
    }

    .cl-xl-col-12 {
        grid-column: span 12
    }
}

.cl-jello-horizontal {
    animation: cl-jello-horizontal .9s 3 both
}

@-webkit-keyframes cl-jello-horizontal {
    0% {
        scale: 1 1 1
    }

    30% {
        scale: 1.25 .75 1
    }

    40% {
        scale: .75 1.25 1
    }

    50% {
        scale: 1.15 .85 1
    }

    65% {
        scale: .95 1.05 1
    }

    75% {
        scale: 1.05 .95 1
    }

    100% {
        scale: 1 1 1
    }
}

@keyframes cl-jello-horizontal {
    0% {
        scale: 1 1 1
    }

    30% {
        scale: 1.25 .75 1
    }

    40% {
        scale: .75 1.25 1
    }

    50% {
        scale: 1.15 .85 1
    }

    65% {
        scale: .95 1.05 1
    }

    75% {
        scale: 1.05 .95 1
    }

    100% {
        scale: 1 1 1
    }
}

.cl-button {
    display: inline-flex;
    justify-content: center;
    align-items: center;
    gap: 8px;
    flex-shrink: 0;
    border-radius: 32px;
    cursor: pointer;
    color: var(--cl-color-neutral-00, #FFF);
    font-family: Inter;
    font-style: normal;
    font-weight: 800;
    letter-spacing: 1px;
    text-transform: uppercase;
    text-decoration: none;
    border: none
}

.cl-button--normal {
    height: 48px;
    padding: 12px 32px;
    font-size: 18px;
    line-height: 24px
}

.cl-button--large {
    height: 64px;
    padding: 16px 40px;
    color: var(--base-white, #FFF);
    font-size: 24px;
    line-height: 28px
}

.cl-button--small {
    height: 36px;
    padding: 8px 24px;
    gap: 4px;
    font-size: 14px;
    line-height: 20px
}

.cl-button--primary {
    background: var(--cl-color-primary-500);
    color: var(--cl-color-neutral-800)
}

.cl-button--primary:hover {
    background: var(--cl-color-primary-700)
}

.cl-button--primary:active {
    background: var(--cl-color-primary-800)
}

.cl-button--secondary {
    background: var(--cl-color-secondary-500)
}

.cl-button--secondary:hover {
    background: var(--cl-color-secondary-700)
}

.cl-button--secondary:active {
    background: var(--cl-color-secondary-700)
}

.cl-button--tertiary {
    background: var(--cl-color-neutral-800)
}

.cl-button--tertiary:hover {
    background: var(--cl-color-base-black)
}

.cl-button--tertiary:active {
    background: var(--cl-color-base-black)
}

.cl-button:disabled,
.cl-button[disabled] {
    background: var(--cl-color-neutral-200);
    color: var(--cl-color-neutral-400);
    font-style: normal;
    cursor: not-allowed
}

.cl-progress-cell {
    display: flex;
    justify-content: center;
    align-items: center;
    flex-basis: 2.5rem;
    flex-grow: 1;
    font-family: var(--cl-font-primary);
    font-size: .875rem;
    font-weight: 300
}

.cl-progress-cell--basic {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00)
}

.cl-progress-cell--basic.cl-progress-cell--locked {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00)
}

.cl-progress-cell--basic.cl-progress-cell--complete {
    background-color: var(--cl-color-secondary-500);
    color: var(--cl-color-neutral-00)
}

.cl-progress-cell--basic.cl-progress-cell--skipped {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00-alpha)
}

.cl-progress-cell--basic.cl-progress-cell--aged {
    opacity: .35
}

.cl-progress-cell--tickets.cl-progress-cell--complete {
    background-position: center;
    background-repeat: no-repeat;
    background-size: contain;
    color: var(--cl-color-neutral-00);
    background-color: var(--cl-color-secondary-500)
}

.cl-progress-cell--tickets.cl-progress-cell--complete svg {
    scale: .9;
    max-width: 100%;
    max-height: 100%
}

.cl-progress-cell--tickets.cl-progress-cell--complete:is(:nth-child(1), :nth-child(2)) {
    background-image: url("https://pchassets.pch.com/fecomponents/images/components/progress-bar/ticket_stack1.svg")
}

.cl-progress-cell--tickets.cl-progress-cell--complete:is(:nth-child(3), :nth-child(4)) {
    background-image: url("https://pchassets.pch.com/fecomponents/images/components/progress-bar/ticket_stack2.svg")
}

.cl-progress-cell--tickets.cl-progress-cell--complete:is(:nth-child(5), :nth-child(6)) {
    background-image: url("https://pchassets.pch.com/fecomponents/images/components/progress-bar/ticket_stack3.svg")
}

.cl-progress-cell--tickets.cl-progress-cell--complete:is(:nth-child(7), :nth-child(8)) {
    background-image: url("https://pchassets.pch.com/fecomponents/images/components/progress-bar/ticket_stack4.svg")
}

.cl-progress-cell--tickets.cl-progress-cell--complete:is(:nth-child(9), :nth-child(10)) {
    background-image: url("https://pchassets.pch.com/fecomponents/images/components/progress-bar/ticket_stack5.svg")
}

.cl-progress-cell--flame {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00);
    align-items: flex-end
}

.cl-progress-cell--flame.cl-progress-cell--locked {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00-alpha)
}

.cl-progress-cell--flame.cl-progress-cell--complete {
    background: center no-repeat url("https://pchassets.pch.com/fecomponents/images/components/progress-bar/flame.svg") var(--cl-color-secondary-500);
    color: var(--cl-color-neutral-00)
}

.cl-progress-cell--flame.cl-progress-cell--skipped {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00-alpha)
}

.cl-progress-cell--flame.cl-progress-cell--aged {
    position: relative;
    background: var(--cl-color-neutral-800)
}

.cl-progress-cell--flame.cl-progress-cell--aged::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: center no-repeat url("https://pchassets.pch.com/fecomponents/images/components/progress-bar/flame.svg");
    opacity: .35
}

.cl-progress-cell--inferno {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00);
    align-items: flex-end
}

.cl-progress-cell--inferno.cl-progress-cell--locked {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00-alpha)
}

.cl-progress-cell--inferno.cl-progress-cell--complete {
    background-color: var(--cl-color-inferno-red);
    color: var(--cl-color-neutral-00)
}

.cl-progress-cell--inferno.cl-progress-cell--skipped {
    background-color: var(--cl-color-neutral-800);
    color: var(--cl-color-neutral-00-alpha)
}

.cl-progress-cell--inferno.cl-progress-cell--aged svg {
    opacity: .35
}

.cl-progress-cell--wordy {
    flex-direction: column;
    background-color: var(--cl-color-primary-100);
    color: var(--cl-color-neutral-800)
}

.cl-progress-cell--wordy>div:first-child {
    font-size: clamp(.875rem, .53333333vw, 1rem);
    font-weight: 500
}

.cl-progress-cell--wordy>div:last-child {
    font-size: clamp(.625rem, .53333333vw, .75rem);
    font-weight: 800
}

.cl-progress-cell--wordy.cl-progress-cell--locked {
    background-color: var(--cl-color-primary-100);
    color: var(--cl-color-neutral-800)
}

.cl-progress-cell--wordy.cl-progress-cell--complete>div:first-child {
    font-weight: 600;
    color: var(--cl-color-secondary-500)
}

.cl-progress-cell--wordy.cl-progress-cell--complete>div:last-child {
    color: var(--cl-color-neutral-800)
}

.cl-progress-cell--wordy.cl-progress-cell--skipped {
    background-color: var(--cl-color-primary-100);
    color: var(--cl-color-neutral-800)
}

.cl-progress-cell--wordy.cl-progress-cell--aged {
    opacity: .35
}

:root {
    --cl-color-primary-50: #FFF2CC;
    --cl-color-primary-100: #FFDD80;
    --cl-color-primary-200: #FFD04E;
    --cl-color-primary-300: #FFBC02;
    --cl-color-primary-400: #FFB21B;
    --cl-color-primary-500: #FFA732;
    --cl-color-primary-600: #EF911E;
    --cl-color-primary-700: #DD7A08;
    --cl-color-primary-800: #9F590A;
    --cl-color-primary-900: #472702;
    --cl-color-secondary-50: #CCEFFC;
    --cl-color-secondary-100: #80D7F9;
    --cl-color-secondary-200: #4DC8F6;
    --cl-color-secondary-300: #00B0F2;
    --cl-color-secondary-400: #0985E5;
    --cl-color-secondary-500: #116ED3;
    --cl-color-secondary-600: #0E5EB6;
    --cl-color-secondary-700: #0A509C;
    --cl-color-secondary-800: #08407D;
    --cl-color-secondary-900: #04203E;
    --cl-color-neutral-50: #F9F9F9;
    --cl-color-neutral-100: #F5F5F5;
    --cl-color-neutral-200: #D3D3D3;
    --cl-color-neutral-300: #B6B6B6;
    --cl-color-neutral-400: #818181;
    --cl-color-neutral-500: #6E6E6E;
    --cl-color-neutral-600: #565656;
    --cl-color-neutral-700: #3D3D3D;
    --cl-color-neutral-800: #252525;
    --cl-color-neutral-900: #0D0D0D;
    --cl-color-inferno-red: #B20000;
    --cl-color-neutral-00-alpha: #FFFFFF88;
    --cl-color-neutral-800-alpha: #25252559;
    --cl-color-neutral-00: white;
    --cl-color-neutral-1000: black;
    --cl-color-gold: #ffbf09;
    --cl-font-primary: Inter, Helvetica, sans-serif
}

.cl-progress-bar {
    display: flex;
    justify-content: stretch;
    align-items: stretch;
    height: 2.5rem;
    width: 100%;
    width: clamp(21.4rem, 100%, 36.75rem)
}

.cl-progress-cell:not(.cl-progress-cell--text).cl-progress-cell--complete:not(:first-child) {
    border-left: thin solid var(--cl-color-neutral-1000)
}

.cl-progress-cell:not(.cl-progress-cell--text).cl-progress-cell--complete.cl-progress-cell--wordy:not(:first-child) {
    border-left-color: var(--cl-color-gold)
}

.cl-progress-cell:not(.cl-progress-cell--text).cl-progress-cell--locked:not(:first-child) {
    border-left: thin solid var(--cl-color-neutral-00-alpha)
}

.cl-progress-cell:not(.cl-progress-cell--text):not(:first-child) {
    border-left: thin solid var(--cl-color-neutral-00-alpha)
}

.cl-progress-bar>.cl-progress-cell {
    border-left: none
}

.cl-progress-bar--tickets {
    position: absolute;
    top: -3px;
    left: 0
}

.cl-popover-trigger {
    cursor: pointer
}

.cl-popover-content {
    margin: 0;
    width: fit-content;
    max-width: 90vw;
    border: 1px solid #000;
    padding: 24px;
    border-radius: 8px;
    position: absolute;
    text-align: left;
    background: var(--cl-base-white, #FFF);
    box-shadow: 0px 6px 10px 4px rgba(0, 0, 0, .15), 0px 2px 3px 0px rgba(0, 0, 0, .3);
    color: var(--cl-neutral-700, #3D3D3D);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: .15px
}

.cl-popover-content--anchor-top {
    transform: translate3d(-50%, -100%, 0);
    margin-top: -1em
}

.cl-popover-content--anchor-top-left {
    transform: translate3d(-100%, -100%, 0);
    margin-top: -1em
}

.cl-popover-content--anchor-top-right {
    transform: translate3d(0, -100%, 0);
    margin-top: -1em
}

.cl-popover-content--anchor-bottom {
    transform: translate3d(-50%, 0, 0);
    margin-top: 1em
}

.cl-popover-content--anchor-bottom-left {
    transform: translate3d(-100%, 0, 0);
    margin-top: 1em
}

.cl-popover-content--anchor-bottom-right {
    transform: translate3d(0, 0, 0);
    margin-top: 1em
}

.cl-popover-content--anchor-left {
    transform: translate3d(-100%, -50%, 0);
    margin-left: -1em
}

.cl-popover-content--anchor-right {
    transform: translate3d(0, -50%, 0);
    margin-left: 1em
}

.cl-popover-content--center {
    margin: auto
}

.cl-popover-content--top {
    margin: 1em auto auto
}

.cl-popover-content--bottom {
    margin: auto auto 1em
}

.cl-popover-content--left {
    margin: auto auto auto 1em
}

.cl-popover-content--right {
    margin: auto 1em auto auto
}

.cl-tooltip-trigger {
    display: inline-block;
    position: relative;
    width: 18px;
    height: 18px
}

.cl-tooltip-icontext {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    color: #ffd04e;
    font-family: Inter;
    font-size: 14px;
    font-style: normal;
    font-weight: 600;
    line-height: 18px
}

.cl-tooltip-content {
    width: 343px
}

.cl-tooltip-content__title {
    color: var(--cl-neutral-800, #252525);
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 800;
    line-height: 24px;
    text-transform: uppercase;
    margin: 0
}

.cl-tooltip-content__body {
    color: var(--cl-neutral-700, #3D3D3D);
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 300;
    line-height: 16px;
    letter-spacing: .15px
}

.cl-tooltip-content__body p {
    margin: 1em 0
}

.cl-tooltip-content__body ul {
    margin: 1em 0 1em 1.5em
}

.cl-tooltip-content__title+.cl-tooltip-content__body {
    margin-top: 24px
}

.cl-progress-icon {
    flex-shrink: 0;
    position: relative
}

.cl-progress-icon__img {
    flex-shrink: 0;
    filter: drop-shadow(0px 6px 15px rgba(255, 255, 255, 0.65))
}

.cl-progress-icon__text {
    position: absolute;
    top: 74px;
    left: 28px;
    width: 84px;
    color: #fff;
    text-align: center;
    -webkit-text-stroke-color: #c00;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 800;
    line-height: 12px;
    text-transform: uppercase;
    text-shadow: 0px 0px 9px #c00
}

@media(max-width: 767px) {
    .cl-progress-icon {
        transform: none
    }

    .cl-progress-icon__text {
        transform: rotate(9deg)
    }
}

@media(max-width: 844px)and (orientation: landscape) {
    .cl-progress-icon {
        transform: none
    }

    .cl-progress-icon__text {
        transform: rotate(9deg)
    }
}

.cl-progress-icon__count {
    display: block;
    margin-bottom: .25em;
    font-size: 30px;
    font-weight: 700;
    line-height: 20px;
    letter-spacing: -3px;
    font-style: normal
}

.cl-burst-icon {
    width: 132px;
    height: 132px;
    transform: rotate(13.571deg)
}

.cl-burst-icon__img {
    filter: unset
}

.cl-burst-icon__text {
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    -webkit-text-stroke-color: unset;
    text-shadow: unset;
    top: 34px;
    left: 20px
}

.cl-burst-icon__count {
    font-size: 40px;
    line-height: 20px;
    letter-spacing: -4px
}

.cl-streak__copy {
    text-align: center;
    color: #252525;
    text-align: center;
    font-family: Poppins;
    font-size: 22px;
    font-style: normal;
    font-weight: 700;
    line-height: 30px;
    display: flex;
    flex-direction: column
}

.cl-streak__copy__line2 {
    font-size: 35px;
    font-weight: 800;
    line-height: 38px;
    text-transform: uppercase
}

@container (min-width: 768px) and (max-width: 1341px) {
    .cl-streak__copy {
        font-size: 18px;
        line-height: 26px
    }

    .cl-streak__copy__line2 {
        font-size: 21px;
        line-height: 27px
    }
}

@container (max-width: 767px) {
    .cl-streak__copy {
        font-size: 14px;
        line-height: 18px;
        text-align: left
    }

    .cl-streak__copy__line2 {
        font-size: 24px;
        line-height: 120%
    }
}

.cl-streak__countdown-title {
    position: relative;
    top: 4px;
    color: #fff;
    text-align: center;
    font-family: Poppins;
    font-size: 16px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: .48px;
    text-transform: uppercase
}

@container (max-width: 767px) {
    .cl-streak__countdown-title {
        font-size: .75rem;
        align-self: flex-start;
        padding: 0 0 0 .75rem
    }
}

.cl-streak__countdown-title>p {
    display: inline-block;
    border-radius: 8px 8px 0px 0px;
    background: #252525;
    padding: 0 1em
}

.cl-streak__countdown-title__bonus {
    background: linear-gradient(0deg, #F00 6%, #F90 65%, #FFE519 100%);
    background-clip: text;
    -webkit-background-clip: text;
    -webkit-text-fill-color: rgba(0, 0, 0, 0);
    font-family: Poppins;
    font-style: normal;
    font-weight: 800;
    line-height: 30px;
    letter-spacing: .48px;
    text-transform: uppercase
}

.cl-streak__countdown-title .cl-tooltip-trigger {
    position: relative;
    top: -0.5em
}

.cl-streak {
    text-wrap: balance
}

@media(min-width: 768px) {
    .cl-streak {
        height: 10rem
    }
}

.cl-streak__countdown {
    width: 680px
}

.cl-streak__icon {
    position: absolute;
    right: -5.5rem;
    top: -2.4375rem;
    width: 121px;
    height: 174px;
    z-index: -1
}

.cl-streak__message {
    border-radius: 0px 0px 8px 8px;
    background: #ffdd80;
    color: #252525;
    text-align: center;
    font-family: Inter;
    font-size: 12px;
    font-style: normal;
    font-weight: 700;
    line-height: 16px;
    letter-spacing: .15px;
    width: 98%;
    padding: .25em
}

.cl-streak__message b {
    font-weight: bold
}

.cl-ticket-token-icon {
    transform: scale(0.85)
}

.cl-ticket-token-icon__img {
    filter: unset
}

.cl-ticket-token-icon__text {
    font-size: 14px;
    font-weight: 800;
    line-height: 14px;
    -webkit-text-stroke-color: unset;
    text-shadow: unset;
    top: 51px;
    left: 88px;
    transform: rotate(15.651deg)
}

@container (max-width: 767px) {
    .cl-ticket-token-icon__text {
        top: 39px;
        left: 52px;
        scale: .75
    }
}

.cl-ticket-token-icon__count {
    font-size: 40px;
    line-height: 20px;
    letter-spacing: -4px
}

.quiz-progress-title {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 329px;
    height: 25px;
    flex-shrink: 0;
    color: #fff;
    background-color: var(--cl-color-neutral-800);
    text-align: center;
    font-family: Poppins;
    font-size: 13px;
    font-style: normal;
    font-weight: 700;
    line-height: 14px;
    letter-spacing: 1.3px;
    text-transform: uppercase;
    overflow: hidden;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px
}

@container (max-width: 767px) {
    .quiz-progress-title {
        width: 72%;
        transform: translateX(-43px);
        font-size: 12px;
        line-height: 13px
    }
}

@container (min-width: 768px) {
    .quiz-progress-title {
        position: relative;
        top: 4px
    }
}

.quiz-progress-title>span {
    display: inline-block;
    position: relative
}

.cl-progress-banner {
    position: relative;
    width: 100%;
    max-width: 1442px;
    container-type: inline-size;
    align-self: stretch;
    text-wrap: balance
}

.cl-progress-banner .cl-progress-bar:nth-child(1 of .cl-progress-bar) {
    border: medium solid var(--cl-color-primary-100);
    border-radius: .375rem;
    background: var(--cl-color-primary-100)
}

.cl-progress-banner .cl-progress-bar>.cl-progress-cell:first-child {
    border-top-left-radius: inherit;
    border-bottom-left-radius: inherit
}

.cl-progress-banner .cl-progress-bar>.cl-progress-cell:last-child {
    border-top-right-radius: inherit;
    border-bottom-right-radius: inherit
}

.cl-progress-banner :is(.cl-progress-bar, .cl-streak__message):nth-last-child(2) {
    border-bottom-left-radius: .375rem;
    border-bottom-right-radius: .375rem;
    margin-top: -0.3125rem
}

.cl-progress-banner__grid {
    background: var(--cl-color-primary-200, #FFD04E);
    margin-inline: 0;
    height: 100%;
    align-items: center
}

.cl-progress-banner__instructions {
    align-content: center
}

.cl-progress-banner__instructions .cl-links {
    text-align: center
}

@container (max-width: 767px) {
    .cl-progress-banner__instructions .cl-links {
        text-align: left
    }
}

.cl-progress-banner__countdown__bar {
    display: flex;
    max-width: 588px;
    margin: auto;
    height: 116px;
    flex-direction: column;
    align-items: center;
    gap: 4px;
    flex-shrink: 0;
    position: relative;
    z-index: 2
}

@container (max-width: 767px) {
    .cl-progress-banner__countdown__bar {
        height: auto;
        gap: 0
    }
}

.cl-progress-banner__countdown .cl-burst-icon {
    position: absolute;
    right: -105px;
    top: -2px;
    z-index: -1
}

.cl-progress-banner__countdown .cl-ticket-token-icon {
    position: absolute;
    right: -174px;
    top: -22px;
    z-index: -1
}

@container (min-width: 1024px) {
    .cl-progress-banner__countdown {
        position: relative;
        left: -43px
    }
}

@container (max-width: 767px) {
    .cl-progress-banner__grid {
        padding: .5em
    }

    .cl-progress-banner__instructions {
        left: 0
    }

    .cl-progress-banner__countdown .cl-burst-icon {
        right: -29px;
        top: -57px;
        transform: scale(0.75)
    }

    .cl-progress-banner__countdown .cl-ticket-token-icon {
        right: -18px;
        top: -65px
    }

    .cl-progress-banner__countdown .cl-streak__icon {
        right: -2px;
        top: -113px
    }

    .cl-progress-banner__instructions .cl-links {
        line-height: 11px
    }

    .cl-progress-banner__instructions .cl-links a {
        font-size: 11px
    }
}

@media(min-width: 768px) {
    .cl-quiz-progress {
        height: 8.5rem
    }
}

.cl-quiz-progress.cl-progress-banner .cl-progress-bar:nth-last-child(2) {
    padding: 0 clamp(.125rem, .53333333vw, .5rem)
}

.cl-links--horiz .cl-links__list {
    list-style: none;
    margin: 0;
    padding: 0;
    display: inline-block
}

.cl-links--horiz .cl-links__item {
    list-style-type: none;
    margin: 0 .5em 0 0;
    display: inline-block
}

.cl-links--horiz .cl-links__item:after {
    content: "|";
    display: inline-block;
    position: relative;
    width: 0;
    white-space: nowrap;
    text-overflow: visible;
    left: .25em
}

.cl-links--horiz .cl-links__item:last-child:after {
    display: none
}

.cl-links a {
    color: rgba(37, 37, 37, .65);
    text-align: center;
    font-family: Inter;
    font-size: 13px;
    font-style: normal;
    font-weight: 400;
    line-height: normal
}

.cl-message {
    display: flex;
    justify-content: center;
    align-items: center;
    font-family: Inter;
    font-weight: 700
}

@container (min-width: 768px) {
    .cl-message {
        height: 2.75rem;
        padding: .5rem
    }
}

.cl-message--sm {
    font-size: .5625rem
}

.cl-message--md {
    font-size: .75rem
}

.cl-message--lg {
    font-size: 1rem
}