
.votingComponents_rootVotingHeader__1e8uF {
  /* background: url('/static/throw-orange-negative.svg'), transparent linear-gradient(102deg, #FF873C 0%, #BD94FF 100%) 0% 0% no-repeat padding-box;;
  background-blend-mode: soft-light; */
  background-image: url('/static/voting-header.jpg');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  padding: 5em;
}

  @media (max-width: 767px) {
.votingComponents_rootVotingHeader__1e8uF {
    padding: 3em
}
  }
.votingComponents_votingHeaderWrap__IfSEa {
  max-width: 1400px;
  margin: auto;
}
.votingComponents_votingHeaderWrap__IfSEa .votingComponents_votingHeaderTitle__3Nu2Z, .votingComponents_votingHeaderDescriptionWrap__1onLQ .votingComponents_votingHeaderDesc__1P6Dp {
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
}
.votingComponents_votingHeaderWrap__IfSEa .votingComponents_votingHeaderTitle__3Nu2Z p, .votingComponents_votingHeaderDescriptionWrap__1onLQ .votingComponents_votingHeaderDesc__1P6Dp p {
    font-family: 'World Athletics'
,
Arial
,
sans-serif !important;
    font-family: var(--font-family) !important;
  }
.votingComponents_votingHeaderWrap__IfSEa .votingComponents_votingHeaderTitle__3Nu2Z {
  color: white;
  font-size: 2.3rem;
}
.votingComponents_gender__CrUmm {
  background-color: #271E36;
  padding: 0.5em 4em;
  font-size: 1.25rem;
  color: white;
}
@media screen and (min-width: 768px) {
.votingComponents_gender__CrUmm {
    font-size: 1.3rem
}
  }
@media(max-width: 767px) {
.votingComponents_gender__CrUmm {
    padding: 1em
}
  }
.votingComponents_category__2lhzi {
  color: #bd94ff;
  color: var(--quaternary-colour);
  font-size: 1em;
}
@media(max-width: 767px) {
.votingComponents_category__2lhzi {
    font-size: 0.8em
}
  }
.votingComponents_card__2GaQT p {
  color: #bd94ff;
  color: var(--quaternary-colour);
  font-size: 0.75em;
}
.votingComponents_votingHeaderDescriptionWrap__1onLQ {
  background-color: #bd94ff;
  background-color: var(--quaternary-colour);
  padding: 2em 4em;
}
@media(max-width: 767px) {
.votingComponents_votingHeaderDescriptionWrap__1onLQ {
    padding: 1em
}
  }
.votingComponents_votingHeaderDescriptionWrap__1onLQ .votingComponents_votingHeaderDesc__1P6Dp {
  color: black;
}
.votingComponents_votingHeaderDescriptionWrap__1onLQ .votingComponents_votingHeaderDesc__1P6Dp .votingComponents_desktopText__N2fBx {
    font-size: 4rem;
  }
@media(max-width: 767px) {
.votingComponents_votingHeaderDescriptionWrap__1onLQ .votingComponents_votingHeaderDesc__1P6Dp .votingComponents_desktopText__N2fBx {
      display: none
  }
    }
.votingComponents_votingHeaderDescriptionWrap__1onLQ .votingComponents_votingHeaderDesc__1P6Dp .votingComponents_mobileText__2kdZ5 {
    font-size: 1.8rem;
    display: none;
  }
@media(max-width: 767px) {
.votingComponents_votingHeaderDescriptionWrap__1onLQ .votingComponents_votingHeaderDesc__1P6Dp .votingComponents_mobileText__2kdZ5 {
      display: unset
  }
    }
.votingComponents_votingContent__3AHgc {
  padding: 0.5em 4em;
}
@media(max-width: 767px) {
.votingComponents_votingContent__3AHgc {
    padding: 1em
}
  }
.votingComponents_cards__oQeT2 {
  display: grid;
  grid-template-columns: repeat(6, 1fr);
  grid-auto-rows: auto;
  grid-gap: 1rem;
  }
@media (min-width: 300px) {
.votingComponents_cards__oQeT2 {
      grid-template-columns: repeat(2, 1fr)
  }
    }
@media (min-width: 768px) {
.votingComponents_cards__oQeT2 {
      grid-template-columns: repeat(4, 1fr)
  }
    }
@media (min-width: 1025px) {
.votingComponents_cards__oQeT2 {
      grid-template-columns: repeat(6, 1fr)
  }
    }
.votingComponents_card__2GaQT {
  max-width: 217px;
  margin-top: 8rem;
  display: flex;
  flex-wrap: wrap;

  --img-scale: 1.001;
  --title-color: white;
  }
.votingComponents_card__2GaQT .votingComponents_cardImage__2NH8w {
      transition: outline 0.3s ease-in-out; 
      transition: outline-offset 0.3s ease-in-out; 
      object-fit: cover;
      width: 100%;
      height: 100%;
    }
.votingComponents_card__2GaQT .votingComponents_imgWrapper__3W1VN {
      position: relative;
      overflow: hidden;
      max-width: 190px;
      margin: 0 auto;
      height: 164px;
      top: -84px;
    }
.votingComponents_card__2GaQT .votingComponents_imgWrapper__3W1VN .votingComponents_year__3n4Sp {
        transition: background-color 0.3s ease-in-out; 
        background: #bd94ff; 
        background: var(--quaternary-colour);
        padding: 6px 0.65rem;
        position: absolute;
        color: #fff;
        bottom: 0;
      }
.votingComponents_card__2GaQT .votingComponents_imgWrapper__3W1VN .votingComponents_year__3n4Sp h3 {
          font-size: 1.3rem;
        }
.votingComponents_card__2GaQT .votingComponents_cardBody__3SuEe {
      margin-top: -80px;
    }
.votingComponents_card__2GaQT .votingComponents_cardBody__3SuEe h3 {
        font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
        font-family: var(--font-family-headline);
        color: var(--title-color);
        margin-bottom: 0.1em;
        font-size: 1.2rem;
      }
@media (max-width: 767px) {
.votingComponents_card__2GaQT .votingComponents_cardBody__3SuEe h3 {
          font-size: 1rem
      }
        }
.votingComponents_card__2GaQT .votingComponents_cardWrapper__1oTHH {
      width: 100%;
      padding: .6rem;
      height: inherit;
      background-color: #271E36;
    }
.votingComponents_card__2GaQT .votingComponents_vote__2XEw4 {
      transition: background-color 0.3s ease-in-out; 
      justify-content: space-between;
      padding: .6rem;
      display: flex;
      width: 100%;
    }
.votingComponents_card__2GaQT .votingComponents_vote__2XEw4 .votingComponents_crossCheckbox__rrmOB {
        display: none;
      }
.votingComponents_card__2GaQT .votingComponents_vote__2XEw4 h3 {
        color: white;
        font-size: 1.3rem;
        width: inherit;
      }
.votingComponents_card__2GaQT .votingComponents_contentContainer__CNaIA {
      justify-content: space-between;
      background-color: #271E36;
      flex-direction: column;
      display: flex;
      height: 100%;
      width: 100%;
    }
@media(max-width: 767px) {
.votingComponents_card__2GaQT {
      max-width: unset;
      margin-top: 7rem
  }
    }
.votingComponents_notSelected__1TfpH .votingComponents_cardImage__2NH8w {
      outline: solid 2px #bd94ff;
      outline: solid 2px var(--quaternary-colour);
      outline-offset: -2px;
    }
.votingComponents_notSelected__1TfpH .votingComponents_vote__2XEw4 {
      background-color: #bd94ff;
      background-color: var(--quaternary-colour);
    }
.votingComponents_notSelected__1TfpH .votingComponents_vote__2XEw4 .votingComponents_checkbox__1CcpA {
        display: none;
      }
.votingComponents_notSelected__1TfpH .votingComponents_vote__2XEw4 .votingComponents_unselected__3PxXr {
        display: unset;
      }
.votingComponents_selected__FG4l_ .votingComponents_cardImage__2NH8w {
      outline: solid 6px #65DE90;
      outline-offset: -6px;
      transition: none;
    }
.votingComponents_selected__FG4l_ .votingComponents_imgWrapper__3W1VN .votingComponents_year__3n4Sp {
        background: #65DE90;
        transition: none;
      }
.votingComponents_selected__FG4l_ .votingComponents_vote__2XEw4 {
      background-color: #65DE90;
      transition: none;
    }
.votingComponents_selected__FG4l_ .votingComponents_vote__2XEw4 .votingComponents_checkbox__1CcpA {
        display: unset;
      }
.votingComponents_selected__FG4l_ .votingComponents_vote__2XEw4 .votingComponents_unselected__3PxXr {
        display: none;
      }
@media (hover: hover) {
        .votingComponents_notSelected__1TfpH:hover .votingComponents_cardImage__2NH8w {
          outline: solid 6px #65DE90;
          outline-offset: -6px;
        }        
          .votingComponents_notSelected__1TfpH:hover .votingComponents_imgWrapper__3W1VN .votingComponents_year__3n4Sp {
            background: #65DE90;
          }
  
        .votingComponents_notSelected__1TfpH:hover .votingComponents_vote__2XEw4 {
          background-color: #65DE90;
        }
          .votingComponents_notSelected__1TfpH:hover .votingComponents_vote__2XEw4 .votingComponents_checkbox__1CcpA {
            display: unset;
          }
          .votingComponents_notSelected__1TfpH:hover .votingComponents_vote__2XEw4 .votingComponents_unselected__3PxXr {
            display: none;
          }
        .votingComponents_selected__FG4l_:hover .votingComponents_cardImage__2NH8w {
          outline: solid 6px #FF873C;
        }        
          .votingComponents_selected__FG4l_:hover .votingComponents_imgWrapper__3W1VN .votingComponents_year__3n4Sp {
            background: #FF873C;
          }
  
        .votingComponents_selected__FG4l_:hover .votingComponents_vote__2XEw4 {
          background-color: #FF873C;
        }
          .votingComponents_selected__FG4l_:hover .votingComponents_vote__2XEw4 .votingComponents_checkbox__1CcpA {
            display: none;
          }
          .votingComponents_selected__FG4l_:hover .votingComponents_vote__2XEw4 .votingComponents_crossCheckbox__rrmOB {
            display: unset;
          }
  }
.votingComponents_card__2GaQT:has(:hover, :focus) {
    --img-scale: 1.1;
    /* --title-color: #28666e; */
  }
.votingComponents_button__3xaJl {
    background-color: #bd94ff;
    background-color: var(--quaternary-colour);
    text-transform: uppercase;
    color: white;
    padding: 1em;
    width: 100%;
  }
.votingComponents_button__3xaJl:disabled {
      filter: grayscale(60%);
      opacity: 0.5;
      cursor: default;
    }
.votingComponents_tooltip__3DRZU {
    width: 100%;
    position: relative;
    display: inline-block;
  }
.votingComponents_tooltip__3DRZU .votingComponents_tooltiptext__bH823 {
      background-color: #555;
      transition: opacity 0.3s;
      visibility: hidden;
      text-align: center;
      position: absolute;
      border-radius: 6px;
      padding: 5px 10px;
      max-width: 560px;
      color: #fff;
      bottom: 50%;
      z-index: 1;
      opacity: 0;
      right: 0; 
      left: 0; 
      margin-left: auto; 
      margin-right: auto;
    }
.votingComponents_tooltip__3DRZU .votingComponents_tooltiptext__bH823:after {
        content: "";
        position: absolute;
        top: 100%;
        left: 50%;
        margin-left: -5px;
        border-width: 5px;
        border-style: solid;
        border-color: #555 transparent transparent transparent;
      }
.votingComponents_tooltip__3DRZU:hover .votingComponents_tooltiptext__bH823 {
        visibility: visible;
        opacity: 1;
      }
.votingComponents_votingThank__3h1s5 {
    justify-content: center;
    align-items: center;
    display: flex;
  }
.votingComponents_votingThank__3h1s5 .votingComponents_desktopText__N2fBx {
      font-size: 2rem !important;
    }
.votingComponents_votingThank__3h1s5 .votingComponents_mobileText__2kdZ5 {
      font-size: 1.5rem !important;
    }
.votingComponents_loaderWrapper__nAbpV {
    z-index: 990;
    position: fixed;
    pointer-events: none;
    background-color: rgba(38, 38, 38, .73);
    top: 0px;
    left: 0px;
    right: 0px;
    bottom: 0px;
  }
.votingComponents_loaderWrapper__nAbpV .votingComponents_loader__2ZXCs {
      position: absolute;
      width: 100%;
      text-align: center;
      top: 0;
      bottom: 0;
      left: 0;
      z-index: 99;
      pointer-events: all;
    }
.votingComponents_loading__3mwxo {
    background: none;
    max-width: 95%;
    position: relative;
    left: 45%;
    top: 50%;
    transform: translate(-45%, -43%);
    pointer-events: all;
  }

.styles_modal__1Do7J {
  border: 0;
  width: 550px!important;
  max-height: 65vh;
  padding: 12px;
}
  @media (max-width: 767px) {.styles_modal__1Do7J {
    max-height: 100px;
    max-width: calc(100% - 50px)
}
  }

.styles_root__1BSIh {
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: space-between;

}

.styles_loading__19vTt {
  padding: 20px;
}

.styles_title__1F6ga {
  font-size: 22px;
  margin-bottom: 1rem;
  color: #ff873c;
  color: var(--primary-colour);
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
}

.styles_info__1A785 {
  display: flex;
  flex-direction: column;
}

.styles_wrapper__2G7w0 {
  margin-left: -12px;
  margin-right: -12px;
  margin-bottom: 1rem;
}

.styles_agreeButtonWrap__1h9Bt {
  background: #ffffff;
  background: var(--primary-text-colour);
  position: sticky;
  bottom: -100px;
  height: 100px;
  width: 100%;
  margin: 40px 0 0 0;
  padding: 10px;
}

.styles_agreeButton__3aU1k {
  position: absolute;
  font-family: 'World Athletics' , Arial , sans-serif;
  font-family: 'World Athletics'
,
Arial
,
sans-serif;
  font-family: var(--font-family-regular);
  font-size: 24px;
  color: #ffffff;
  color: #ffffff;
  color: var(--primary-text-colour);
  padding: 17px 20px 15px;
  background: #f8a503;
  flex: 0 0 50%;
  max-width: 285px;
  max-height: 61px;
  display: flex;
  white-space: nowrap;
  width: 100%;
}

.styles_bodyOpen__et_HJ {
  position: fixed;
  width: 100%;
  height: 100vh;
  overflow-y: hidden;
}

.styles_bodyOpen__et_HJ header {
    z-index: 1000;
  }

.styles_bodyOpen__et_HJ footer {
    position: relative;
    z-index: 1000;
  }

.styles_bodyOpen__et_HJ .styles_modalClose__guPCZ {
    position: absolute;
    right: 10px;
    top: 14px;
    background-color: transparent;
    z-index: 5;
  }

.styles_overlay__23Unx {
  z-index: 100000;
  position: fixed;
  pointer-events: none;
  background-color: rgba(38, 38, 38, .73);
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
}
