.WaModuleFreeQuestion_freeQuestion__2Ulqe {
    margin: 3rem auto 2rem;
    box-shadow: rgba(188, 148, 255, 1) 0px 0px 16px 0px, rgba(188, 148, 255, 0.6) 0px 0px 30px 0px, rgba(188, 148, 255, 0.5) 0px 0px 80px 0px;
    border-radius: 1rem;
    max-width: 1400px;
    color: #FFFFFF;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    background: #11103A;
}


.WaModuleFreeQuestion_question__1Yl8v {
    font-family: 'World Athletics Regular', sans-serif;
    font-size: 24px;
    text-align: center;
    word-wrap: break-word;
    margin: auto;
    max-width: 700px;
}


.WaModuleFreeQuestion_input__1-Uf2 {
    width: 100%;
    background-color: rgba(255,255,255,.1);
    color: white;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 60px;
    padding: 10px 30px;
    height: 45px;
}


.WaModuleFreeQuestion_input__1-Uf2:focus {
    border: 1px solid rgba(255,255,255,.3);
}


.WaModuleFreeQuestion_inputSection__3Z9qV {
    display: flex;
    flex-direction: column;
    gap: 5px;
}


.WaModuleFreeQuestion_error__35urW{
    color: red;
}


.WaModuleFreeQuestion_btnContainer__1QYlh {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}


.WaModuleFreeQuestion_btn__3Iag6{
    background: #A5FA64;
    width: 118px;
    height: 40px;
    font-size: 20px;
    color: black;
    border-radius: 8px;
}


@media (max-width: 767px) {
    .WaModuleFreeQuestion_question__1Yl8v {
        margin: 0;
    }
}
.WaModuleQuiz_quiz__2zES-{
    margin: 3rem auto 2rem;
    box-shadow: rgba(188, 148, 255, 1) 0px 0px 16px 0px, rgba(188, 148, 255, 0.6) 0px 0px 30px 0px, rgba(188, 148, 255, 0.5) 0px 0px 80px 0px;
    border-radius: 1rem;
    max-width: 1400px;
    color: #FFFFFF;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    background: #11103A;

}


.WaModuleQuiz_question__Sgn_X {
    font-family: 'World Athletics Regular', sans-serif;
    font-size: 24px;
    text-align: center;
    word-wrap: break-word;
    margin: auto;
    max-width: 700px;
}


.WaModuleQuiz_answers__2icdj{
    display: flex;
    flex-direction: column;
    gap: 10px;
    margin: auto;
    min-width: 700px;
}


.WaModuleQuiz_answer__rHt-L{
    width: 100%;
    background-color: rgba(255,255,255,.1);
    color: white;
    box-sizing: border-box;
    font-size: 16px;
    border-radius: 60px;
    height: 71px;
    display: flex;
    align-items: center;
    gap: 10px;
    cursor: pointer;
    user-select: none;
    position: relative;
    padding: 10px 45px;
}


/* Hide native radio */


.WaModuleQuiz_answer__rHt-L input[type="radio"] {
    position: absolute;
    opacity: 0;
    cursor: pointer;
    height: 0;
    width: 0;
}


/* Custom radio circle */


.WaModuleQuiz_answer__rHt-L label {
    position: relative;
    cursor: pointer;
}


/* The custom circle */


.WaModuleQuiz_answer__rHt-L label::before {
    content: "";
    position: absolute;
    left: -30px;
    top: 50%;
    transform: translateY(-50%);
    height: 20px;
    width: 20px;
    border-radius: 50%;
    border: 2px solid #ccc;
    background-color: #eee;
    transition: border-color 0.3s, background-color 0.3s;
}


/* Inner dot */


.WaModuleQuiz_answer__rHt-L label::after {
    content: "";
    position: absolute;
    left: -23px;
    top: 50%;
    transform: translateY(-50%);
    height: 10px;
    width: 10px;
    border-radius: 50%;
    background-color: transparent;
    transition: background-color 0.3s;
}


/* When radio is checked: change circle border & fill */


.WaModuleQuiz_answer__rHt-L input[type="radio"]:checked + label::before {
    background-color: #BC94FF;
    border-color: #BC94FF;
}


.WaModuleQuiz_answer__rHt-L input[type="radio"]:checked + label::after {
    display: none;
}


.WaModuleQuiz_btnContainer__vJ7vu {
    display: flex;
    justify-content: center;
    width: 100%;
    margin-top: 10px;
}


.WaModuleQuiz_error__3yBJu{
    color: red;
}


.WaModuleQuiz_btn__22eAM{
    background: #A5FA64;
    width: 118px;
    height: 40px;
    font-size: 20px;
    color: black;
    border-radius: 8px;
}


@media (max-width: 767px) {
    .WaModuleQuiz_answers__2icdj{
        margin: 0;
        min-width: 100%;
    }
}
.QuizEnrolled_quizEnrolled__2gPZq{
    margin: 3rem auto 2rem;
    box-shadow: rgba(188, 148, 255, 1) 0px 0px 16px 0px, rgba(188, 148, 255, 0.6) 0px 0px 30px 0px, rgba(188, 148, 255, 0.5) 0px 0px 80px 0px;
    border-radius: 1rem;
    max-width: 1400px;
    color: #FFFFFF;
    padding: 40px;
    display: flex;
    flex-direction: column;
    gap: 10px;
    overflow: hidden;
    background: #11103A;

}

.QuizEnrolled_container__1xzzF{
    margin: auto;
    max-width: 700px;
    display: flex;
    flex-direction: column;
    align-items: center;
    gap: 10px;
}

.QuizEnrolled_roundVerify__27s19{
    background: #6E44B933;
    width: 52px;
    height: 52px;
    border-radius: 40px;
    display: flex;
    justify-content: center;
    align-items: center;
}
.NewsCard_card__31_qx {
  background-color: rgba(255, 255, 255, 0.1);
  padding: 7px;
  border-radius: 16px;
  overflow: hidden;
  width: 100%;
  color: white;
  display: flex;
  flex-direction: column;
}

.NewsCard_image__3OpKr {
  width: 100%;
  height: auto;
  display: block;
  border-radius: 13px;
  height: 60%;
  object-fit: cover;
}

.NewsCard_card__31_qx:first-child .NewsCard_image__3OpKr {
  height: 75%;
}

.NewsCard_content__2lfsm {
  padding: 16px;
  padding-bottom: 9px;
  display: flex;
  flex-direction: column;
  flex-grow: 1;
}

.NewsCard_title__3wgpI {
  font-size: 18px;
  margin-bottom: 12px;
  flex-grow: 1;
  font-weight: 400;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
  max-height: 88px;
}

.NewsCard_footer__2fK9K {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.NewsCard_tag__3WQMz {
  color: #7fff4d;
  font-size: 12px;
  text-transform: uppercase;
  font-weight: 500;
}

.NewsCard_arrow__3SbLI {
  color: #7fff4d;
  font-size: 18px;
}

.NewsCard_card__31_qx:first-child .NewsCard_title__3wgpI {
  font-size: 30px;
}

.NewsCard_card__31_qx:first-child .NewsCard_tag__3WQMz {
  font-size: 18px;
}

.NewsCard_mobileRow__2zBr2 {
  flex-direction: row;
  padding: 0;
  border-radius: 10px;
  height: 113px;
}

.NewsCard_mobileRow__2zBr2 .NewsCard_image__3OpKr {
  height: 100%;
  width: 40%;
  max-width: 160px;
  border-top-left-radius: 8px;
  border-bottom-left-radius: 8px;
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.NewsCard_mobileRowContent__Sh4a2 {
  padding: 12px;
}

/* Mobile first card font size */

.NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 {
  height: 300px;
  border-radius: 10px;
}

.NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr {
  height: 60%;
  border-radius: 5px;
}

.NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_title__3wgpI {
  font-size: 20px;
}

.NewsCard_mobileRow__2zBr2 .NewsCard_title__3wgpI {
  font-size: 15px;
}

/* === Added: Keep footer at bottom for non-mobile === */

.NewsCard_card__31_qx:not(.NewsCard_mobileRow__2zBr2) .NewsCard_footer__2fK9K {
  margin-top: auto;
}

/* === Added: Clamp non-mobile title to 2 lines without breaking words or dangling punctuation === */

.NewsCard_card__31_qx:not(.NewsCard_mobileRow__2zBr2) .NewsCard_title__3wgpI {
  -webkit-line-clamp: 2;
  line-clamp: 2;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  overflow: hidden;
  text-overflow: ellipsis;

  white-space: normal;
  word-break: keep-all;      /* keep words + punctuation together */
  overflow-wrap: break-word; /* only break long words if necessary */
}

/* 1025 (desktop wider than 1024) */

@media (max-width: 1024px) {
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 { height: 650px; }
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr { height: 80%; }
}

@media (max-width: 900px) {
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 { height: 550px; }
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr { height: 75%; }
}

/* ≤ 650px */

@media (max-width: 650px) {
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 { height: 450px; }
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr { height: 70%; }
}

/* ≤ 480px */

@media (max-width: 480px) {
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 { height: 390px; }
  .NewsCard_card__31_qx.NewsCard_firstCard__2-UVt.NewsCard_mobileFirstCard__2C4j1 .NewsCard_image__3OpKr { height: 60%; }
}



.News_newsContainer__1I1JJ {
  max-width: 1400px;
  margin: auto;
  margin-bottom: 5rem;
}

.News_header__28RlO {
  text-transform: uppercase;
  display: flex;
  justify-content: space-between;
  margin-bottom: 1.3rem;
  align-items: end;
}

.News_viewAll__dYrJa {
  color: white;
  text-decoration: underline;
  text-underline-offset: 6px;
  text-decoration-thickness: 3px;
  text-decoration-color: rgba(165, 250, 100, 1);
  margin-left: auto;
}

.News_viewAll__dYrJa.News_mobile__15d9P {
  text-transform: uppercase;
  font-size: 16px;
}

.News_mobileViewAllContainer__-FNO9 {
  text-align: center;
  margin: auto;
}

.News_newsContainer__1I1JJ h1 {
  color: white;
  font-size: 32px;
  font-weight: 700;
}

.News_newsContainer__1I1JJ{
  margin-bottom: 2rem;
}

.News_newsGrid__toL7D {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}

.News_newsGrid__toL7D > * {
  aspect-ratio: 1 / 1;
}

.News_newsGrid__toL7D :first-child {
  grid-column: span 2;
  grid-row: span 2;
}

.News_newsGrid__toL7D.News_mobile__15d9P {
  display: flex;
  flex-direction: column;
  gap: 16px;
}

.News_newsGrid__toL7D.News_mobile__15d9P > *:first-child {
  aspect-ratio: 1 / 1;
}

.News_newsGrid__toL7D.News_mobile__15d9P > *:not(:first-child) {
  aspect-ratio: auto;
}
.FanZoneMyAthletes_FanZoneMyAthletes__3-Fwu {
    width: 100%;
    height: 100%;
}

.FanZoneMyAthletes_FanZoneMyAthletes__3-Fwu table{
    width: 100%;
}

.FanZoneMyAthletes_FanZoneMyAthletesHeader__2F0i5{
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    color: white;
    margin-bottom: 8px;
    margin-top: 9px;
}

.FanZoneMyAthletes_FanZoneMyAthletesHeaderTitle__yJU7h{
    color: white!important;
}

.FanZoneMyAthletes_profileStatsTableContainer__H6fiv {
    max-height: 390px;
    overflow-y: auto;
    margin-bottom: 20px;
}

.FanZoneMyAthletes_FanZoneMyAthletesSearchField__TCFys{
    width: 100%;
}

.FanZoneMyAthletes_FanZoneMyAthletesSearchFieldInput__33D7j{
    margin: unset;
}

.fanZoneHeader_fanZoneHeader__2LM4m {
 width: 100%;
 display: flex;
 justify-content: space-between;
 align-items: center;
 margin-top: 16px;
 margin-bottom: 16px;
    cursor: pointer;
}

.fanZoneHeader_inactive__1UsUz{
    cursor: default;
}

.fanZoneHeader_fanZoneHeaderTitle__2J9Af{
    font-size: 1.5rem;
    color: white;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
}

.fanZoneHeader_flag__2EPSY {
    color: white!important;
    width: 42px;
    height: 24px;
    margin-right: 20px;
    display: flex;
    gap: 16px;
  }

.fanZoneHeader_flagContainer__3PN-r {
    display: flex;
    align-items: center;
    margin-top: 10px;
}

.fanZoneHeader_countryContainer__2Jcrp {
    align-items: center;
    text-align: start;
}

.fanZoneHeader_selectCountry__384su {
    font-size: 1rem;
    color: white;
    margin-right: 8px;
}

.fanZoneHeader_flagName__3pX__ {
    font-size: 1.5rem;
    color: white;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    margin-right: 8px;
}

@media (max-width: 1024px) {
    .fanZoneHeader_flagName__3pX__ {
        font-size: 0.875rem;
    }
    .fanZoneHeader_selectCountry__384su {
        font-size: 0.875rem;
    }
}
.fanZonePredictorCardHeader_fanZonePredictorCardHeader__1KTBm {
    display: flex;
    justify-content: space-between;
    align-items: center;
    padding: 8px 16px;
    border-bottom: 1px solid #9D6EE9;
    border-bottom: 1px solid var(--purple-colour);
    width: 100%;
}

.fanZonePredictorCardHeader_fanZonePredictorCardHeaderImageContainer__3hFU_ {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: min-content;
}

.fanZonePredictorCardHeader_fanZonePredictorCardHeaderImage__1nEgA {
    min-width: 150px;
    min-height: 24px;
    max-height: 70px;
    max-width: 50%;
}

.fanZonePredictorCardHeader_fanZonePredictorCardHeaderImageDate__2alNf {
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
    font-size: 0.75rem;
}

.fanZonePredictorCardHeader_fanZonePredictorCardHeaderTitle__10wtc {
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    font-size: 1rem;
    text-transform: uppercase;
}

.fanZonePredictorCardBody_fanZonePredictorCardBody__36ERL {
    height: 100%;
    display: flex;
    justify-content: center;
    position: relative;
}

.fanZonePredictorCardBody_fanZonePredictorCardContainer__qzuJN {
    width: 100%;
    display: flex;
    gap: 1rem;
    padding: 16px 16px;
    position: relative;
}

.fanZonePredictorCardBody_fanZonePredictorCardBodyContent__15wpI{
    display: flex;
    flex-direction: column;
    height: 100%;
    width: 100%;
    gap: 1rem;
}

.fanZonePredictorCardBody_fanZonePredictorCardBodyTitle__OXZ77 {
    width: 100%;
    font-family: 'World Athletics Bold',Arial,sans-serif, sans-serif;
    font-family: var(--font-family-bold), sans-serif;
}

.fanZonePredictorCardBody_fanZonePredictorCardBodyInfos__38mTN {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.fanZonePredictorCardBody_fanZonePredictorCardBodyText__Axr7w {
    max-width: 90%;
    text-align: left;
    font-size: 14px;
}

.fanZonePredictorCardBody_fanZonePredictorCardBodyButtonContainer__33w_5{
    height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}

.fanZonePredictorCardBody_fanZonePredictorCardBodyButton__1WDaw {
    min-height: 32px;
    padding: 8px 16px 8px 16px;
    background-color: #a5fa64;
    background-color: var(--tertiary-colour);
    color: black;
    text-wrap: nowrap;
    height: fit-content;
    font-family: 'World Athletics Bold',Arial,sans-serif, sans-serif;
    font-family: var(--font-family-bold), sans-serif;
}

.fanZonePredictorCardBody_fanZonePredictorCardBody__36ERL > div:not(:last-child)::after {
    content: '';
    display: block;
    width: 1px;
    height: 80%;
    background-color: #E5E5E5;
    position: absolute;
    right: 0;
}

.fanZonePredictorCardTab_fanZonePredictorCardTab__oRiSA {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 4px;
}

.fanZonePredictorCardTab_fanZonePredictorCardTabButton__1ZZk0 {
    width: 20px;
    height: 4px;
    border-radius: 8px;
    background: #B2ADAD;
}

.fanZonePredictorCardTab_fanZonePredictorCardTabButtonActive__22_9g {
    background: #A5FA64;
}

.FanZonePredictor_fanZonePredictor__2KS1k {
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 32px 0;
}

@media (max-width: 1024px) {
    .FanZonePredictor_fanZonePredictor__2KS1k {
        padding: 32px 16px;
    }
}

.FanZonePredictor_fanZonePredictorCard__2YBaY {
    width: 100%;
    min-height: 195px;
    padding: 0px 8px 16px 8px;
    border-radius: 10px;
    border: 2px solid #BC94FF;
    animation: FanZonePredictor_shadowFade__1HidF 10s infinite ease-in-out;
    color: white;
    background: url('/static/fanzonePredictorBackground.png') #11103A;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
}

@media (max-width: 1024px) {
    .FanZonePredictor_fanZonePredictorCard__2YBaY {
        max-width: 361px;
        min-height: 195px;
        padding: 0px 8px 16px 8px;
        border-radius: 10px;
        border: 2px solid #BC94FF;
        animation: FanZonePredictor_shadowFade__1HidF 10s infinite ease-in-out;
        color: white;
    }
}

@keyframes FanZonePredictor_shadowFade__1HidF {
    0%, 100% {
        box-shadow: 0px 0px 16px 0px rgba(188, 148, 255, 1), 0px 0px 30px 0px rgba(188, 148, 255, 0.6), 0px 0px 80px 0px rgba(188, 148, 255, 0.5);
    }
    50% {
        box-shadow: 0px 0px 16px 0px rgba(188, 148, 255, 0.2), 0px 0px 30px 0px rgba(188, 148, 255, 0.2), 0px 0px 80px 0px rgba(188, 148, 255, 0.2);
    }
}

.fanZoneUpcomingCompetitions_fanZoneUpcomingCompetitions__7qcq4 {
    position: relative;
    width: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 24px;
    margin-bottom: 32px;
}

.fanZoneUpcomingCompetitions_fanZoneUpcomingCompetitionsContainer__1pI3B {
        width: 100%;
        display: flex;
        padding-bottom: 8px;
        gap: 24px;
        overflow-x: auto;
        white-space: nowrap;
 }

.fanZoneUpcomingCompetitions_fanZoneUpcomingCompetitionsContainer__1pI3B::-webkit-scrollbar {
            height: 8px;
            background: rgba(0, 0, 0, 0.1);
        }

.fanZoneUpcomingCompetitions_fanZoneUpcomingCompetitionsContainer__1pI3B::-webkit-scrollbar-thumb {
            background: rgba(243, 245, 250, 0.89);
            border-radius: 4px;
        }

.fanZoneUpcomingCompetitions_fanZoneTimeTableDayList__3iMMP::after,.fanZoneUpcomingCompetitions_fanZoneTimeTableDayList__3iMMP div{
    content: unset!important;
}

.fanZoneUpcomingCompetitions_fanZoneTimeTableDayListTabsContainer__WjwZ5::-webkit-scrollbar {
        display: none;
}

.fanZoneUpcomingCompetitions_upcomingCompetitionCard__3zZZL {
    min-width: min(max(30%, 320px), 500px);
    height: 180px;
    max-width: 415px;
    width: 100%;
    overflow: hidden;
    position: relative;
    display: flex;
    flex-direction: column;
    border-radius: 8px;
    box-shadow: 0 2px 4px rgba(0, 0, 0, 0.1);
    margin: 16px 0;
  }

@media (max-width: 1024px) {
    .fanZoneUpcomingCompetitions_upcomingCompetitionCard__3zZZL {
      min-width: 294px;
      height: 180px;
    }
}

.fanZoneUpcomingCompetitions_upcomingCompetitionCardImage__al-Kx {
    width: 100%;
    position: absolute;
    height: auto;
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCard__3zZZL::after {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0.2) 100%);
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardContent__3fVoT {
    z-index: 1;
    width: 100%;
    height: 100%;
    position: relative;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    align-items: flex-start;
    padding: 16px;
    gap: 8px;

  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardTitle__3hR52 {
    font-size: 0.875rem;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardTitle__3hR52,
  .fanZoneUpcomingCompetitions_upcomingCompetitionCardVenue__IOL08,
  .fanZoneUpcomingCompetitions_upcomingCompetitionCardDate__1yLKY {
    color: white;
    line-height: unset;
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardDate__1yLKY{
    font-size: 0.875rem;
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardVenue__IOL08{
    font-size: 1rem;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardActions__2uBKg {
    display: flex;
    width: 100%;
    gap: 16px;
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardButtonTimetable__YYn9g{
    color: white;
    border: 1px solid #ffffff;
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

.fanZoneUpcomingCompetitions_upcomingCompetitionCardButtonDiscover__IHZuw{
    background: #A5FA64;
    color: black;
    border: none;
    font-size: 0.875em;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
    padding: 8px 16px;
    cursor: pointer;
    transition: background-color 0.3s ease;
  }

.fanZoneUpcomingCompetitions_fanZoneUpcomingCompetitionsHeader__3Bydl{
    color: white;
    display: flex;
    justify-content: space-between;
    align-items: center;
    gap: 16px;
}

.fanZoneUpcomingCompetitions_fanZoneUpcomingCompetitionsHeaderTitle__DO9ch{
    color: white;
}
.FanZoneView_fanZoneView__3wydX {

}
.FanZoneView_fanZoneViewContainer__1lak7 *::after,.FanZoneView_fanZoneViewContainer__1lak7::after{
    content: unset;
}
.FanZoneView_fanZoneViewTitle__3d39Y{
    color: white!important;
    margin-bottom: 16px;
}
.FanZoneView_fanZoneViewContainer__1lak7{
    padding: 0px 32px;
}
.FanZoneView_fanZoneViewContent__2kNmz{
    width: 100%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    gap: 32px;
}
.FanZoneView_fanZoneViewSubContent__Cl9Vi{
    width: 50%;
    height: 100%;
}
.FanZoneView_fanZoneUpcomingCompetitions__3esB5{
    width: 49%;
    position: relative;
}
@media (max-width: 1024px){
    .FanZoneView_fanZoneViewContainer__1lak7{
        padding: 0px 16px;
    }
    .FanZoneView_fanZoneViewContent__2kNmz{
        flex-direction: column;
    }

    .FanZoneView_fanZoneViewSubContent__Cl9Vi{
        width: 100%;
    }
    .FanZoneView_fanZoneUpcomingCompetitions__3esB5{
        width: 100%;
    }
}
.fanZoneSelectContry_fanZoneSelectContry__pojF8 {
 position: fixed;
 width: 100%;
 height: 100%;
 display: flex;
 justify-content: center;
 align-items: center;
 flex-direction: column;
 z-index: 100;
}
.fanZoneSelectContry_fanZoneSelectContryContainer__3VKoA{
    position: relative;
    width: 370px;
    padding: 24px;
    background-color: white;
    border-radius: 8px;
}
.fanZoneSelectContry_fanZoneSelectContryTitle__ZWGn7{
    font-size: 1.5rem;
    text-wrap: nowrap;
}
.fanZoneSelectContry_fanZoneSelectContrySubTitle__3MimL{
    text-align: center;
    font-size: 0.875rem;
}
.fanZoneSelectContry_fanZoneSelectContryHeader__tTg7E{
    margin-bottom:1.5rem;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-direction: column;
}
.fanZoneSelectContry_fanZoneSelectContryOverlay__1O42b{
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: rgba(0, 0, 0, 0.5);
    z-index: 99;
    pointer-events: all;
}
.fanZoneSelectContry_fanZoneSelectContryButton__2vuI0{
    min-height: 38px;
    min-width: 142px;
    max-width: 320px;
    width: 100%;
    border: 1px solid black;
    background-color: white;
    color: black;
    padding: 0px 16px;
    cursor: pointer;
    margin-top: 0.75rem;
    pointer-events: all;
}
.fanZoneSelectContry_fanZoneSelectContryButton__2vuI0:hover {
    box-shadow: 0px 0px 4px #333333;
}
.fanZoneSelectContry_fanZoneSelectContryButton__2vuI0:focus {
    box-shadow: 0px 0px 0px #333333;
}
.ECalBanner_ecal_section__3zF4U {
    background-color: #A5FA64;
    background-color: var(--ecal-default-colour);
    padding: 0.5em;
    overflow: hidden;
}

.ECalBanner_inner__2_3En {
    max-width: 1400px;
    margin: auto;
  }

.ECalBanner_ecal_banner__3t4dk {
    display: flex;
    flex-direction: row-reverse;
    align-items: center;
    width: 100%;
    margin: auto;
    gap: 1em;
}

.ECalBanner_ecal_text__YB9AV {
    text-align: center;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
    font-size: 16px;
    font-style: normal;
    font-weight: 400;
    line-height: normal;
}

@media screen and (min-width: 768px) {
    .ECalBanner_inner__2_3En {
      padding: 0 1em;
    }
  }


.NextEventBanner_nextEvent__3D8Bs {
  position: relative;
  height: 500px;
  overflow: hidden;
}
.NextEventBanner_image__VrT3h {
  height: 100%;
  object-fit: cover;
}
.NextEventBanner_inner__3X05f {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  margin: auto;
  color: white;
  position: absolute;
  max-width: 1400px;
  text-transform: uppercase;
  background: linear-gradient( 0deg, rgba(2, 0, 36, 1) 0%, rgba(0, 0, 0, 1) 1%, rgba(255, 255, 255, 0) 100% );
}
.NextEventBanner_content__jXFUv {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  padding: 1em;

}
.NextEventBanner_label__2xB7H {
  padding-bottom: .5em;
  margin-bottom: .5em;
  border-bottom: 1px solid #ff873c;
  border-bottom: 1px solid var(--primary-colour);
  width: 50%;
}
.NextEventBanner_logo__3JMm7 {
  width: 110px;
  margin-right: 1em;
}
.NextEventBanner_eventDetails__EcWBy {
  display: flex;
}
.NextEventBanner_name__3ULi3 {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  width: 320px;
}
.NextEventBanner_btn__2WV7F {
  padding: .6em 2em;
  margin-top: 1em;
  text-transform: uppercase;
  display: inline-block;
  background-color: #ff873c;
  background-color: var(--primary-colour);
}
@media screen and (min-width: 768px) {

  .NextEventBanner_label__2xB7H {
    margin-bottom: 1em;
  }

  .NextEventBanner_image__VrT3h {
    width: 120%;
  }

  .NextEventBanner_nextEvent__3D8Bs {
    height: auto;
    min-height: auto;
  }
  .NextEventBanner_name__3ULi3 {
    font-size: 1.625rem;
  }

  .NextEventBanner_logo__3JMm7 {
    width: 220px;
    margin-right: 2em;
  }
}



div.CompetitionTile_tile__3u7_a {
  position: relative;
  max-height: 245px;
  overflow: hidden;
  margin-bottom: 1em;
  background: none;
  padding: 0;
}

  div.CompetitionTile_tile__3u7_a img {
    display: block;
    width: 100%;
  }

.CompetitionTile_eventName__2-95t {
  text-transform: uppercase;
}

.CompetitionTile_tense__3Qitd {
  color: #a5fa64;
  color: var(--tertiary-colour);
  margin-right: .5em
}

@media screen and (min-width: 768px) {
  div.CompetitionTile_tile__3u7_a {
    margin-bottom: 1.5em;
  }
}

.CompetitionTile_overlay__2rWvX {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 33%, rgba(38,38,38,0.8939950980392157) 79%);
  width: 100%;
}

.CompetitionTile_content__1U2Lk {
  color: white;
  position: absolute;
  bottom: 1em;
  left: 1em;
  z-index: 1;
}

.CompetitionTile_content__1U2Lk a {
    color: inherit;
  }

.CompetitionTile_content__1U2Lk a:hover .CompetitionTile_readMore__1Yr30 {
      color: #ff873c;
      color: var(--primary-colour);
    }



.AthleticsSeries_athleticsSeries__3ulTx {
  background-color: #ff873c;
  background-color: var(--primary-colour);
  padding-top: 2em;
  overflow: hidden;
}

.AthleticsSeries_inner__mY3l2 {
  max-width: 1400px;
  margin: auto;
}

.AthleticsSeries_title__3SVYB {
  font-size: 1.75em;
  color: white;
  margin: 0 0 .5em .5em;
}

.AthleticsSeries_tile__2ygGG {
  margin-bottom: 2em;
}

@media screen and (min-width: 768px) {
  .AthleticsSeries_title__3SVYB {
    margin: 0 0 .5em 0;
    font-size: 2.5rem;
  }
  .AthleticsSeries_inner__mY3l2 {
    padding: 0 1em;
  }
}

.AthleticsSeries_titleBar__AOPUe:after {
    overflow: hidden;
  }

.AthleticsSeries_titleBar__AOPUe h1 {
    float: left;
  }

.AthleticsSeries_titleBar__AOPUe button {
    float: right;
  }



.OneDayCircuits_oneDayCircuits__2elVr {
  background-color: #262626;
  background-color: var(--primary-gray);
  padding-top: 2em;
  color: white;
}
.OneDayCircuits_inner__3It4V {
  max-width: 1400px;
  margin: auto;
}
.OneDayCircuits_title_bar__2rzbf {
  display: flex;
  justify-content: space-between;
}
.OneDayCircuits_title_bar__2rzbf::after{
    display: none;
  }
.OneDayCircuits_title__mb6Ll {
  font-size: 1.75em;
  color: white;
  margin: 0 0 0.5em 0.5em;
}
.OneDayCircuits_tile__10K5E {
  margin-bottom: 2em;
}
@media screen and (min-width: 768px) {
  .OneDayCircuits_title__mb6Ll {
    margin: 0 0 0.5em 0;
    font-size: 2.5rem;
  }
  .OneDayCircuits_inner__3It4V {
    padding: 0 1em;
  }
}
.OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO {
    padding: 0.25em 1em;
    border-top: 1px solid #818181;
    border-top: 1px solid var(--secondary-gray);
  }
.OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO > div {
      width: 320px;
    }
@media screen and (min-width: 1025px) {
    .OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO {
      padding: 1.5em 1em;
      display: flex;
      width: 100%;
    }

      .OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO.OneDayCircuits_half__1wFzl {
        width: calc(99.9% * 1/2);
      }

      .OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO.OneDayCircuits_half__1wFzl:nth-child(1n) {
        float: left;
        margin-right: 0;
        clear: none;
      }

      .OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO.OneDayCircuits_half__1wFzl:last-child {
        margin-right: 0;
      }

      .OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO.OneDayCircuits_half__1wFzl:nth-child(2n) {
        margin-right: 0;
        float: right;
      }

      .OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO.OneDayCircuits_half__1wFzl:nth-child(2n + 1) {
        clear: both;
      }

        .OneDayCircuits_grid__v9geG .OneDayCircuits_gridEl__1XGhO.OneDayCircuits_half__1wFzl:first-child {
          border-right: 1px solid #818181;
          border-right: 1px solid var(--secondary-gray);
        }
}
.OneDayCircuits_label__wqYo9 {
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  font-size: 1.875rem;
  width: 360px;
  max-width: 360px;
  margin-bottom: 0.25em;
}
.OneDayCircuits_item__H8Va9 {
  margin-bottom: 2em;
  padding: 0.25em;
}
.OneDayCircuits_itemName__3rf4Q {
  color: #ff873c;
  color: var(--primary-colour);
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  font-size: 1.25rem;
}



.FeaturedResults_filteredResults__sSau5 {
  position: relative;
  background-color: #bd94ff;
  background-color: var(--quaternary-colour);
  padding: 2em 0;
  overflow: hidden;
}

div.FeaturedResults_tile__3UHEk {
  position: relative;

  margin-bottom: 1em;
  background: none;
  padding: 0;
}

div.FeaturedResults_tile__3UHEk img {
    display: block;
    width: 100%;
  }

.FeaturedResults_inner__3sTzR {
  margin: auto;
  max-width: 1400px;
}

.FeaturedResults_tile__3UHEk {
  border: 5px solid black;
  text-transform: uppercase;
}

.FeaturedResults_series__1krdR {
  color: #a5fa64;
  color: var(--tertiary-colour);
}

.FeaturedResults_eventName__Hwekf {
  font-size: 1.875em;
}

.FeaturedResults_title__oqIZl {
  margin: 0 0 .5em .5em;
}

.FeaturedResults_divider__23W24 {
  margin-bottom: .5em;
}

.FeaturedResults_overlay__3Ixwa {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgb(255,255,255);
  background: linear-gradient(180deg, rgba(255,255,255,0) 33%, rgba(38,38,38,0.8939950980392157) 79%);
  width: 100%;
}

.FeaturedResults_content__c54dv {
  color: white;
  position: absolute;
  bottom: 1.25em;
  left: 1.25em;
  z-index: 1;
}

.FeaturedResults_content__c54dv a {
    color: inherit;
  }

.FeaturedResults_content__c54dv a:hover .FeaturedResults_readMore__3Tf1M {
      color: #ff873c;
      color: var(--primary-colour);
    }

.FeaturedResults_more__1cPMD {
  text-align: right;
  padding-top: 1em;
  display: inline-block;
  width: 180px;
  border-top: 1px solid black;
  float: right;
  margin-right: 1em;
  font-size: 1.25rem;
}

@media screen and (min-width: 768px) {
  .FeaturedResults_filteredResults__sSau5 {
    padding: 2em 1em;
  }
  .FeaturedResults_title__oqIZl {
    margin-left: 0;
  }
  .FeaturedResults_more__1cPMD {
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
    text-transform: uppercase;
    margin-right: 0;
  }
}



.Results_container__3todJ {
  background-color: #69d7e1;
  background-color: var(--secondary-colour);
}

  .Results_container__3todJ .Results_innerContainer__1zio8 {
    height: 100%;
    max-width: 1400px;
    padding: 0 5%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 1em;
  }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_roadTo__zjdnh {
      border-bottom: 1px solid black;
      margin-bottom: 3%;
      padding-bottom: 3%;
      width: 50%;
    }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_viewAll__27WK8 {
      margin-top: 3%;
      padding-top: 3%;
      width: 50%;
    }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_upperCase__3X7pZ {
      text-transform: uppercase;
    }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_left__33qBt {
      width: 30%;
    }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_left__33qBt .Results_mainTitle__4e74G {
        font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
        font-family: var(--font-family-bold);
        font-size: 3rem;
        max-width: 200px;
        line-height: 3rem;
      }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_viewAllMobile__2rG-R {
      display: none;
    }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_right__gOjS- {
      width: 70%;
      height: 100%;
      background-color: #fff;
      padding: 2%;
      position: relative;
    }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_right__gOjS- #Results_firstRow__3H92P {
        background-color: #173032;
        background-color: var(--secondary-accent-dark);
        color: #fff;
      }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_right__gOjS- table {
        width: 100%;
        height: 100%;
      }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_right__gOjS- table tr:nth-child(odd) {
            background-color: #f0f0f0;
            background-color: var(--tertiary-gray);
          }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_right__gOjS- table tr th {
            padding: 2%;
            text-align: left;
          }

  .Results_container__3todJ .Results_innerContainer__1zio8 .Results_right__gOjS- table tr td {
            padding: 1.5% 2%
          }

@media screen and (max-width: 767px) {

    .Results_container__3todJ .Results_innerContainer__1zio8 {
      padding: 5% 0;
      flex-direction: column;
    }

      .Results_container__3todJ .Results_innerContainer__1zio8 .Results_viewAll__27WK8 {
        display: none;
      }

      .Results_container__3todJ .Results_innerContainer__1zio8 .Results_left__33qBt {
        width: 90%;
      }

      .Results_container__3todJ .Results_innerContainer__1zio8 .Results_right__gOjS- {
        width: 90%;
      }

      .Results_container__3todJ .Results_innerContainer__1zio8 .Results_viewAllContainer__RkDR5 {
        width: 90%;
        text-align: right;
      }

        .Results_container__3todJ .Results_innerContainer__1zio8 .Results_viewAllContainer__RkDR5 .Results_viewAllMobile__2rG-R {
          display: inline;
          font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
          font-family: var(--font-family-bold);
        }

      .Results_container__3todJ .Results_innerContainer__1zio8 .Results_hide__PW0tO {
        display: none;
      }
}

/* Main Container */
.WinModule_container__2P3Bn {
  min-height: 100vh;
  background: url("/static/wa-plus-indigo-bg.png");
  background-size: 100%;
}
.WinModule_headerImage__Zw1B3{
  width: 100%;
  height: 100%;
  object-fit: cover;
}
/* Header Section */
.WinModule_header__2d3MN {
  position: relative;
  height:350px;
  margin-bottom: 3rem;
}
.WinModule_ctaOverlay__3vE0F {
  position: absolute;
  bottom:-37px;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.WinModule_ctaCard__37WPW {
  border-radius: 5px;
  padding: 1.5rem 4rem;
  text-align: center;
  box-shadow: 0 25px 50px -12px rgba(0, 0, 0, 0.25);
  margin: 0 1rem;
  width: 400px;
  height: 200px;
}
.WinModule_ctaTitle__2AC1w {
  font-size: 1.875rem;
  font-weight: bold;
  color: #1E1E1E;
  margin-bottom: 0.5rem;
}
.WinModule_ctaSubtitle__2HjM4 {
  color: #1E1E1E;
  margin-bottom: 0.25rem;
}
.WinModule_ctaSubtitle__2HjM4:last-of-type {
  margin-bottom: .9rem;
}
.WinModule_participateButton__2Nkd5 {
  color: #1E1E1E;
  font-weight: 700;
  padding: 0.45rem 2rem;
  border: none;
  cursor: pointer;
}
/* Content Container */
.WinModule_contentContainer__2e7mB {
  max-width:1400px;
  margin: 0 auto;
  padding: 2rem 1rem;
}
.WinModule_contestDates__2bMT4 {
  margin-bottom: 2rem;
}
.WinModule_datesBadge__1_Ph2 {
  background: #A5FA64;
  color: #1E1E1E;
  padding: 0.25rem 0.75rem;
  font-size: 0.875rem;
  font-weight: 400;
}
/* Description */
.WinModule_description__2VfBu {
  color: white;
  margin-bottom: 2rem;
  max-width: 64rem;
}
.WinModule_descriptionText__3fO-L {
  margin-bottom: 1rem;
}
.WinModule_descriptionTextBold__pnl1x {
  margin: 0;
}
/* Sections Grid */
.WinModule_sectionsGrid__BEj0L {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  max-width: 96rem;
  margin-bottom: 3rem;
}
@media (min-width: 768px) {
  .WinModule_sectionsGrid__BEj0L {
    grid-template-columns: 1fr 1fr;
  }
}
.WinModule_section__3BE54 {
  background: linear-gradient(to right, #2E265C, #11103A);
  border-radius: 0.75rem;
  padding: 1.5rem;
  border: 1px solid #484173;
}
.WinModule_sectionTitle__1Hhf1 {
  font-size: 1.5rem;
  font-weight: bold;
  color: white;
  margin-bottom: 1.5rem;
}
/* Rules */
.WinModule_rulesList__1xxjj {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.WinModule_ruleItem__3Sli- {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.WinModule_ruleNumber__116fA {
  position: relative;
  width:46px;
  height:46px;
  display: flex;
  align-items: center;
  justify-content: center;
}
.WinModule_ruleNumber__116fA img{
  position: absolute;
  top:0;
  left:0;
  width:100%
}
.WinModule_ruleNumber__116fA span {
  color: white;
  font-weight: bold;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  font-size: 30px;
  z-index: 2;
}
.WinModule_ruleText__1nmqA {
  color: #d1d5db;
  margin: 0;
}
/* Prizes */
.WinModule_prizeList__3EV7L {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.WinModule_prizeItem__1nwuV {
  display: flex;
  align-items: center;
  gap: 1rem;
}
.WinModule_prizeIcon__3klUo img{
  width:45px;
}
.WinModule_prizeIcon__3klUo span {
  font-size: 1.5rem;
}
.WinModule_prizeText__3InRK {
  color: #d1d5db;
  margin: 0;
}
/* Form Section */
.WinModule_formSection__2u_RQ {
  margin-top: 3rem;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 2rem;
  box-shadow: 0px 4px 75px rgba(188, 148, 255, 0.6), 206px 187px 111px rgba(188, 148, 255, 0.01), 116px 105px 94px rgba(188, 148, 255, 0.05), 52px 47px 70px rgba(188, 148, 255, 0.09), 13px 12px 38px rgba(188, 148, 255, 0.1);
  border-radius: 12px;
  border: 1px solid #BC94FF;
  background: #11103A;

}
.WinModule_formCard__30BUM {
  padding: 2rem;
  max-width: 28rem;
  margin: auto
}
.WinModule_formHeader__J4HpP {
  text-align: center;
  margin-bottom: 1.5rem;
}
.WinModule_urgencyBanner__23y19 {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
  background: #A5FA64;
  color: #1E1E1E;
  padding: 0;
  display: inline-block;
  margin-bottom: 1rem;
  font-weight: 700;
}
.WinModule_datesLabel__JGMD4{
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);

}
.WinModule_formSubtitle__dYc9w {
  color: white;
  margin: 0;
}
/* Form */
.WinModule_form__32npF {
  display: flex;
  flex-direction: column;
  gap: 1.5rem;
}
.WinModule_inputGroup__2lTEc {
  display: flex;
  flex-direction: column;
}
.WinModule_inputLabel__3b2Y0 {
  display: block;
  color: white;
  margin-bottom: 0.5rem;
}
.WinModule_input__3MWnh {
  width: 100%;
  padding: 0.75rem;
  background-color: rgba(255,255,255,.1);
  border: 1px solid rgba(255,255,255,.3);
  border-radius: 0.5rem;
  color: white;
  box-sizing: border-box;
  font-size: 16px;
}
.WinModule_input__3MWnh::placeholder {
  color: #9ca3af;
}
.WinModule_input__3MWnh:focus {
  outline: none;
  border-color: #22d3ee;
}
.WinModule_termsSection__3s0uw {
  font-size: 0.875rem;
  color: #d1d5db;
}
.WinModule_termsText__3t6dq {
  margin-bottom: 1rem;
}
.WinModule_checkboxLabel__UhCu7 {
  display: flex;
  align-items: flex-start;
  gap: 0.75rem;
  cursor: pointer;
}
.WinModule_checkbox__3HGTq {
  margin-top: 0.25rem;
  width: 1rem;
  height: 1rem;
  accent-color: #FF873C;


}
.WinModule_continueButton__3dKas {
  width:170px;
  background-color: #69D5E1;
  color: #1E1E1E;
  font-weight: 600;
  padding: 0.75rem;
  border: none;
  cursor: pointer;
  margin:auto;
  transition: background-color 0.2s;
}
.WinModule_continueButtonDisabled__3kjzM {
  background-color: #4b5563;
  cursor: not-allowed;
}
.WinModule_continueButtonDisabled__3kjzM:hover {
  background-color: #4b5563;
}
/* Sign In Section */
.WinModule_signInSection__3ep_S {
  text-align: center;
  margin-top: 1.5rem;
}
.WinModule_signInText__3k5z9 {
  color: #d1d5db;
  margin-bottom: 0.75rem;
}
.WinModule_signInButton__2OWeF {
  border: 2px solid #69D5E1;
  color: white;
  padding: 0.5rem 1.5rem;
  background-color: transparent;
  cursor: pointer;
  transition: color background-color 0.2s;
  width:170px;
}
.WinModule_signInButton__2OWeF:hover {
  background-color: #69D5E1;
  color: #1E1E1E;
}
.WinModule_termsContainer__2wbGT{
    color: white
}
.WinModule_termsContainer__2wbGT h2{
    margin-bottom: 1rem;
}
.WinModule_required__1nJTr{
    margin-left: 1px;
    color:red;
}
.WinModule_termsLink__16Ljq{
    text-decoration: underline;
}
.WinModule_newsContainer__2dymF{
  margin-top: 20px;
}
