

.SectionNav_sectionNav__iIu_o {
  color: #ffffff;
  color: var(--navigation-text-colour);
  background-color: #262626;
  background-color: var(--navigation-background-colour);
  border-top: 1px solid #818181;
  border-top: 1px solid var(--grayscale-mid);
  font-size: 1rem;
}

.SectionNav_nav__2vIRX {
  position: relative;
  width: 95%;
}

.SectionNav_nav__2vIRX ul li {
    margin-right: 1.5em;
  }

.SectionNav_nav__2vIRX ul li:last-child {
      margin-right: 0;
    }

.SectionNav_nav__2vIRX ul li a {
      position: relative;
      display: inline-block;
    }

.SectionNav_legacy__20DPs .SectionNav_nav__2vIRX ul li a:before {
        content: '';
        display: block;
        position: absolute;
        bottom: 0px;
        left: 0;
        width: 100%;
        background-color: #ff873c;
        background-color: var(--primary-colour);
      }

@media screen and (min-width: 768px) {
  .SectionNav_nav__2vIRX ul li {
    margin-right: 2em;
  }
    .SectionNav_active__JDSxX:before {
      height: 2px;
    }
}

.SectionNav_navWrap__H7sFR {
  width: 100%;
  overflow-y: hidden;
  overflow-x: scroll;
  position: relative;
  float: right;
  scrollbar-width: none; /* Firefox */
  -ms-overflow-style: none;
}

/* IE 10+ */

.SectionNav_navWrap__H7sFR::-webkit-scrollbar {
    height: 0px !important;
    background: transparent; /* Chrome/Safari/Webkit */
  }

.SectionNav_navList__uPtfy {
  display: inline-block;
}

.SectionNav_sectionNavInner__3NbMf {
  max-width: 1400px;
  max-width: var(--max-content-width);
  padding: 0.7em 1em;
  margin: auto;
  position: relative;
  overflow: hidden;
}

.SectionNav_chevronRight__2GuVA {
  float: right;
  height: 20px;
  padding-top: 2px;
  display: none;
}

.SectionNav_chevronCtrl__3bTfb {
  width: 16px;
}

.SectionNav_active__JDSxX:before {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    height: 2px;
    width: 100%;
    background-color: #ff873c;
    background-color: var(--primary-colour);
  }

.SectionNav_scrollable__1flOA .SectionNav_sectionNavInner__3NbMf::after {
    content: '';
    position: absolute;
    z-index: 1;
    right: 26px;
    top: 0;
    height: 100%;
    width: 40px;
    pointer-events: none;
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      #262626 100%
    );
    background: linear-gradient(
      90deg,
      rgba(255, 255, 255, 0) 0%,
      var(--navigation-background-colour) 100%
    );
  }

@media not all and (min-resolution:.001dpcm)
    { @supports (-webkit-appearance:none) {

.SectionNav_scrollable__1flOA .SectionNav_sectionNavInner__3NbMf::after {
      background: none;
  }
    }}

.SectionNav_scrollable__1flOA .SectionNav_chevronRight__2GuVA {
    display: block;
    position: absolute;
    right: 10px;
  }

.SectionNav_scrollable__1flOA .SectionNav_navWrap__H7sFR {
    margin-right: 10px;
    width: calc(100% - 10px);
  }

.SectionNav_scrollable__1flOA .SectionNav_liveBtnTokyo__3XNa0 {
    background: #ff873c;
    padding: 0 1em;
    color: black !important;
    border-bottom:0 !important;
    margin-right: 2em;
  }

.SectionNav_scrollable__1flOA .SectionNav_liveBtnNairobi21__33awz {
    background:  #a5fa64;
    padding: 0 1em;
    color: #1e1e1e !important;
    border-bottom:0 !important;
    margin-right: 2em;
  }

/* Tablet and Above */

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

@media screen and (max-width: 1024px) {
  .SectionNav_navList__uPtfy {
    white-space: nowrap;
  }
}

@media screen and (min-width: 1025px) {
  .SectionNav_navList__uPtfy a {
    line-height: 1.7em;
  }
}


@keyframes HeroCarousel_image-zoom__2q202 {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(1.03);
  }
}

.HeroCarousel_heroCarousel__3uXuq {
  width: 100%;
  height: auto;
  overflow: hidden;
  position: relative;
  padding-bottom: 40%;
  min-height: 500px;
  z-index: 10;
}

.HeroCarousel_heroCarousel__3uXuq .HeroCarousel_carouselImage__2PmFp {
    height: 100%;
    width: 100%;
    object-fit: cover;
    transform-origin: 0 0;
    left: 0;
    position: absolute;
    opacity: 0;
    transition: opacity 0.5s;
  }

.HeroCarousel_heroCarousel__3uXuq .HeroCarousel_active__25jlG .HeroCarousel_carouselImage__2PmFp {
    z-index: 1;
    opacity: 1;
    transition: opacity 0.5s;
    animation-name: HeroCarousel_image-zoom__2q202;
    animation-duration: 3.7s;
    animation-iteration-count: 1;
    animation-timing-function: cubic-bezier(0.45, 0.05, 0.5, 0.95);
    animation-fill-mode: forwards;
  }

.HeroCarousel_lineTitle__1Z9cd {
  line-height: 2rem;
  color: #818181;
  color: var(--secondary-gray);
}

.HeroCarousel_lineTitleSelected__1GngY {
  color: #ffffff;
  color: var(--primary-text-colour);
}

.HeroCarousel_profileButton__2h6wq {
  padding: 10px 30px;
  font-size: 0.9rem;
  border: 0;
  background-color: #ff873c;
  background-color: var(--primary-colour);
  display: inline-block;
  color: #ffffff;
  color: var(--primary-text-colour);
  font-family: 'World Athletics'
,
Arial
,
sans-serif;
  font-family: var(--font-family-regular);
}

.HeroCarousel_carouselLayer__eh7wy {
  position: absolute;
  top: 0px;
  z-index: 1000;
  height: 100%;
  background: rgb(255, 255, 255);
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, rgba(38, 38, 38, 0.90) 80%);
  padding: 5px 20px;
  color: #ffffff;
  color: var(--primary-text-colour);
  font-weight: bold;
  width: 87%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  left: 0;
  right: 0;
  display: flex;
  justify-content: flex-end;
  align-items: center;
  flex-direction: column;
  max-width: 1400px;
  display: none;
}

.HeroCarousel_active__25jlG .HeroCarousel_carouselLayer__eh7wy {
    display: block;
  }

@media screen and (min-width: 768px) {

.HeroCarousel_carouselLayer__eh7wy {
    background: linear-gradient(180deg, rgba(255, 255, 255, 0) 55%, rgba(38, 38, 38, 0.80) 100%)
}
  }

.HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 {
    display: flex;
    justify-content: flex-end;
    width: 100%;
    min-height: 296px;
    margin: 0 auto;
  }

.HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY {
      text-align: end;
      vertical-align: middle;
      max-width: 80%;
      display: flex;
      flex-direction: column;
      justify-content: center;
      align-items: flex-end;
      color: white;
      position: absolute;
      bottom: 60px;
    }

@media screen and (min-width: 1025px) {

.HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY {
        max-width: 60%
    }
      }

.HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY .HeroCarousel_news__bmNwN {
        font-family: 'World Athletics'
,
Arial
,
sans-serif;
        font-family: var(--font-family-regular);
        font-size: 1rem;
        text-transform: uppercase;
        line-height: 1;
        color: #fff;
      }

.HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY .HeroCarousel_title__1sziS {
        font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
        font-family: var(--font-family-headline);
        font-size: 2.625rem;
        line-height: 1em;
        color: white;
      }

.HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY .HeroCarousel_line__2TbIZ {
        border-color: #ff873c;
        border-color: var(--link-active-colour);
        width: 50%;
        margin-right: 0;
      }

.HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY .HeroCarousel_description__M_g2s {
        font-size: 1.2rem;
        font-family: 'World Athletics',Arial,sans-serif, sans-serif;
        font-family: var(--font-family-regular), sans-serif;
        font-weight: 400;
        line-height: 1em;
        max-width: 90%;
        margin-bottom: 8%;
        min-width: 180px;
        color: white;
      }

.HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY .HeroCarousel_country__B1H4x {
        font-family: 'World Athletics'
,
Arial
,
sans-serif;
        font-family: var(--font-family-regular);
        font-size: 1rem;
        text-transform: uppercase;
        line-height: 1;
        color: #fff;
        margin-bottom: 8px;
        margin-top: 8px;
      }

.HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY .HeroCarousel_link__2y5HB {
        text-decoration: none;
        line-height: 1em;
        font-family: 'World Athletics Bold',Arial,sans-serif, sans-serif;
        font-family: var(--font-family-bold), sans-serif;
      }

.HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY .HeroCarousel_linkMore__3nUST {
        white-space: nowrap;
        display: inline-block;
      }

.HeroCarousel_carouselLayer__eh7wy .HeroCarousel_leftArticleContainer__RTpyR {
    justify-content: flex-start;
  }

.HeroCarousel_carouselLayer__eh7wy .HeroCarousel_leftArticleContainer__RTpyR .HeroCarousel_article__33oiY {
      text-align: left;
      align-items: flex-start;
    }

.HeroCarousel_carouselLayer__eh7wy .HeroCarousel_leftArticleContainer__RTpyR .HeroCarousel_article__33oiY .HeroCarousel_line__2TbIZ {
        margin-left: 0;
      }

.HeroCarousel_indicatorsContainer__3mSmX {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 65%;
  /* Should be higher than carouselLayer with 1000 and externalLink with 1001 */
  z-index: 1002;
  display: flex;
  justify-content: space-evenly;
  align-items: center;
  height: 10%;
  cursor: pointer;
}

.HeroCarousel_indicatorsContainer__3mSmX .HeroCarousel_line__2TbIZ {
    width: 33%;
    height: 1.6rem;
    display: flex;
    justify-content: center;
  }

.HeroCarousel_indicatorsContainer__3mSmX .HeroCarousel_line__2TbIZ:focus, .HeroCarousel_indicatorsContainer__3mSmX .HeroCarousel_line__2TbIZ:active {
      border: none;
      outline: none;
    }

.HeroCarousel_indicatorsContainer__3mSmX .HeroCarousel_indicators__3Xhlz {
    width: 88%;
    height: 2px;
    background-color: #818181;
    background-color: var(--secondary-gray);
    text-align: center;
  }

.HeroCarousel_indicatorsContainer__3mSmX .HeroCarousel_indicators__3Xhlz .HeroCarousel_bar__1lmWU {
      background-color: #ff873c;
      background-color: var(--link-active-colour);
      height: 100%;
      width: 0%;
    }

.HeroCarousel_indicatorsContainer__3mSmX .HeroCarousel_active__25jlG .HeroCarousel_bar__1lmWU {
    width: 100%;
    animation: HeroCarousel_move__2CTty 7s linear infinite;
  }

.HeroCarousel_indicatorsContainer__3mSmX .HeroCarousel_paused__3iHHP .HeroCarousel_bar__1lmWU {
    animation: none;
  }

@keyframes HeroCarousel_move__2CTty {
  0% {
    width: 0%;
  }
  100% {
    width: 100%;
  }
}

@media screen and (max-width: 1024px) {
  .HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY .HeroCarousel_title__1sziS {
    font-size: 2rem;
    line-height: 1em;
  }
  .HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 {
    margin-bottom: 0%;
  }
  .HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY .HeroCarousel_description__M_g2s {
    font-size: 1.5rem;
    line-height: 1.5rem;
    margin-bottom: 4%;
  }
    .HeroCarousel_heroCarousel__3uXuq .HeroCarousel_carouselVideo__3eASa {
      object-fit: fill;
    }
}

@media screen and (min-width: 768px) {
  .HeroCarousel_descriptionText__1dB3r {
    font-size: 1rem;
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .HeroCarousel_heroCarousel__3uXuq {
    padding-bottom: 0;
    min-height: auto;
    padding-top: 56.25%;
    position: relative;
  }
    .HeroCarousel_heroCarousel__3uXuq .HeroCarousel_carouselImage__2PmFp {
      position: absolute;
      top: 0;
      left: 0;
    }
  .HeroCarousel_carouselLayer__eh7wy {
    width: 100%;
    max-height: 500px;
  }
    .HeroCarousel_carouselLayer__eh7wy .HeroCarousel_indicatorsContainer__3mSmX {
      width: 100%;
    }
    .HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 {
      height: 65%;
      margin-bottom: 5%;
    }
      .HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY {
        min-width: 90%;
        margin-right: 5%;
        overflow: hidden;
        text-overflow: ellipsis;
        max-height: 500px;
        max-width: 100%;
        bottom: 10px;
      }
        .HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY .HeroCarousel_news__bmNwN, .HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY .HeroCarousel_line__2TbIZ {
          display: none;
        }

        .HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY .HeroCarousel_title__1sziS {
          font-size: 24px;
          line-height: 1em;
          margin-bottom: 1.4em;
        }
        .HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY .HeroCarousel_country__B1H4x {
          margin-top: 1px;
        }
        .HeroCarousel_carouselLayer__eh7wy .HeroCarousel_articleContainer__1V1O1 .HeroCarousel_article__33oiY .HeroCarousel_description__M_g2s {
          font-size: 1.25rem;
          min-width: 100%;
        }
}

.HeroCarousel_externalLink__1NasD {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  z-index: 1001;
  font-size: 0;
}

.HeroCarousel_competitions__1U2KB .HeroCarousel_news__bmNwN {
    display: flex;
    justify-content: space-between;
  }

.HeroCarousel_competitions__1U2KB .HeroCarousel_news__bmNwN span {
      margin-left: 10px;
    }


.Ellipsis_ellipsis__35oEN {
  display: inline-block;
  position: relative;
  width: 64px;
  height: 64px;
  --ellipsis-color: #281e37;
}

  .Ellipsis_ellipsis__35oEN div {
    position: absolute;
    top: 27px;
    width: 11px;
    height: 11px;
    border-radius: 50%;
    background: #281e37;
    background: var(--ellipsis-color, #281e37);
    animation-timing-function: cubic-bezier(0, 1, 1, 0);
  }

  .Ellipsis_ellipsis__35oEN div:nth-child(1) {
      left: 6px;
      animation: Ellipsis_ellipsis1__1xrkB 0.6s infinite;
    }

  .Ellipsis_ellipsis__35oEN div:nth-child(2) {
      left: 6px;
      animation: Ellipsis_ellipsis2__2g6LJ 0.6s infinite;
    }

  .Ellipsis_ellipsis__35oEN div:nth-child(3) {
      left: 26px;
      animation: Ellipsis_ellipsis2__2g6LJ 0.6s infinite;
    }

  .Ellipsis_ellipsis__35oEN div:nth-child(4) {
      left: 45px;
      animation: Ellipsis_ellipsis3__w6O0Z 0.6s infinite;
    }

@keyframes Ellipsis_ellipsis1__1xrkB {
  0% {
    transform: scale(0);
  }
  100% {
    transform: scale(1);
  }
}

@keyframes Ellipsis_ellipsis2__2g6LJ {
  0% {
    transform: translate(0, 0);
  }
  100% {
    transform: translate(19px, 0);
  }
}

@keyframes Ellipsis_ellipsis3__w6O0Z {
  0% {
    transform: scale(1);
  }
  100% {
    transform: scale(0);
  }
}



.Circle_lds-spinner__Bxr1u {
  color: gray;
  display: inline-block;
  position: relative;
  width: 24px;
  height: 14px;
}

  .Circle_lds-spinner__Bxr1u div {
    transform-origin: 20px 10px;
    animation: Circle_lds-spinner__Bxr1u 1.2s linear infinite;
  }

  .Circle_lds-spinner__Bxr1u div:after {
      content: ' ';
      display: block;
      position: absolute;
      top: 10px;
      left: 29px;
      width: 4px;
      height: 4px;
      border-radius: 20%;
    }

  .Circle_lds-spinner__Bxr1u div:nth-child(1) {
      transform: rotate(0deg);
      animation-delay: -1.1s;
    }

  .Circle_lds-spinner__Bxr1u div:nth-child(2) {
      transform: rotate(30deg);
      animation-delay: -1s;
    }

  .Circle_lds-spinner__Bxr1u div:nth-child(3) {
      transform: rotate(60deg);
      animation-delay: -0.9s;
    }

  .Circle_lds-spinner__Bxr1u div:nth-child(4) {
      transform: rotate(90deg);
      animation-delay: -0.8s;
    }

  .Circle_lds-spinner__Bxr1u div:nth-child(5) {
      transform: rotate(120deg);
      animation-delay: -0.7s;
    }

  .Circle_lds-spinner__Bxr1u div:nth-child(6) {
      transform: rotate(150deg);
      animation-delay: -0.6s;
    }

  .Circle_lds-spinner__Bxr1u div:nth-child(7) {
      transform: rotate(180deg);
      animation-delay: -0.5s;
    }

  .Circle_lds-spinner__Bxr1u div:nth-child(8) {
      transform: rotate(210deg);
      animation-delay: -0.4s;
    }

  .Circle_lds-spinner__Bxr1u div:nth-child(9) {
      transform: rotate(240deg);
      animation-delay: -0.3s;
    }

  .Circle_lds-spinner__Bxr1u div:nth-child(10) {
      transform: rotate(270deg);
      animation-delay: -0.2s;
    }

  .Circle_lds-spinner__Bxr1u div:nth-child(11) {
      transform: rotate(300deg);
      animation-delay: -0.1s;
    }

  .Circle_lds-spinner__Bxr1u div:nth-child(12) {
      transform: rotate(330deg);
      animation-delay: 0s;
    }


.Circle_inline__35hqp {
  left: -20px;
  top: -13px;
  width: 20px;
}


.Circle_white__2Sv2B:after {
    background: #fff;
  }


.Circle_primary__2nMvf:after {
    background: #ff873c;
    background: var(--primary-colour);
  }


.Circle_secondary__3-dqq:after {
    background: #69d7e1;
    background: var(--secondary-colour);
  }


@keyframes Circle_lds-spinner__Bxr1u {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}



.FeaturedAthleteCarousel_relative__1IQkz {
  position: relative;
  padding-bottom: 25%;
}

.FeaturedAthleteCarousel_titleContainer__Gf2sR {
  height: 111px;
  background-color: #262626;
  background-color: var(--primary-gray);
  display: flex;
  align-items: center;
  color: #fff;
}

.FeaturedAthleteCarousel_title__7Ixrx {
  font-size: 1rem;
  color: #fff;
  height: 30%;
  display: flex;
  align-items: center;
  width: 20%;
  padding: 2% 0 2% 10%;
  border-right: 1px solid #a5fa64;
  border-right: 1px solid var(--tertiary-colour);
  min-width: 210px;
}

.FeaturedAthleteCarousel_carouselContainer__1DBF1 {
  display: flex;
  position: absolute;
  bottom: 0;
  top: 0;
  height: 100%;
  margin: 0 auto;
  width: 100%;
  overflow: hidden;
}

.FeaturedAthleteCarousel_carouselContainer__1DBF1 #FeaturedAthleteCarousel_prev__1EFDR,
.FeaturedAthleteCarousel_carouselContainer__1DBF1 #FeaturedAthleteCarousel_next__4F7yb {
  cursor: pointer;
  position: absolute;
  top: 250px;
  font-size: 14pt;
}

.FeaturedAthleteCarousel_carouselContainer__1DBF1 #FeaturedAthleteCarousel_prev__1EFDR {
  left: 50%;
  top: 30%;
}

.FeaturedAthleteCarousel_carouselContainer__1DBF1 #FeaturedAthleteCarousel_next__4F7yb {
  right: 50%;
  top: 0%;
}

.FeaturedAthleteCarousel_contentContainer__1n_AH {
  min-width: 40%;
  height: 100%;
  left: -30%;
  position: relative;
}

.FeaturedAthleteCarousel_image__14r-A {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  object-fit: cover;
}

.FeaturedAthleteCarousel_captionContainer__3ZIav {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 1;
  height: 100%;
  width: 100%;
  color: #fff;
  background: linear-gradient(
    180deg,
    rgba(255, 255, 255, 0) 55%,
    rgba(38, 38, 38, 0.80) 100%
  );
}

.FeaturedAthleteCarousel_caption__3Dlda {
  position: absolute;
  bottom: 0;
  left: 0;
  margin: 5% 3%;
  width: 100%;
}

.FeaturedAthleteCarousel_featuredContent__pO0Yr {
  text-transform: uppercase;
  font-family: 'World Athletics'
,
Arial
,
sans-serif;
  font-family: var(--font-family-regular);
  color: #ffffff;
  color: var(--primary-text-colour);
  font-size: 1rem;
}

.FeaturedAthleteCarousel_athleteName__s-O5t {
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  color: #ffffff;
  color: var(--primary-text-colour);
  font-size:1.25rem;
}

.FeaturedAthleteCarousel_line__1FRnN {
  border: 1px solid #ff873c;
  border: 1px solid var(--primary-colour);
  width: 60%;
  margin-left: 0;
}

.FeaturedAthleteCarousel_initialTransform__8tjEo {
  transform: translateX(-100%);
}

.FeaturedAthleteCarousel_transformLeft__30_-b {
  transform: translateX(-200%);
  transition: all 0.7s ease-out;
}

.FeaturedAthleteCarousel_transformRight__3iHjM {
  transform: translateX(0%);
  transition: all 0.7s ease-out;
}

#FeaturedAthleteCarousel_left__3HNGa {
  left: 0;
}

#FeaturedAthleteCarousel_right__3HfAl {
  right: 0;
}

.FeaturedAthleteCarousel_arrowContainer__KEUPp {
  width: 10%;
  position: absolute;
  height: 100%;
  cursor: pointer;
}

.FeaturedAthleteCarousel_arrow__2QgC9::after {
    content: '';
    display: inline-block;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
    height: 70px;
    width: 40px;
    background: url('/static/chev-icon-right.svg');
    background-repeat: no-repeat;
    background-size: contain;
  }

.FeaturedAthleteCarousel_left__3HNGa::after {
  z-index: 10;
  transform: rotate(180deg);
  -webkit-transform: rotate(180deg);
}

.FeaturedAthleteCarousel_left__3HNGa {
  z-index: 10;
  transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
}

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

  .FeaturedAthleteCarousel_FeaturedAthleteCarouselContainer__3LQdh {
    height: 235px;
  }

  .FeaturedAthleteCarousel_FeaturedAthleteCarouselContainer__3LQdh .FeaturedAthleteCarousel_athleteContainer__33euq .FeaturedAthleteCarousel_featuredAthlete__2cBbf {
    font-size: 0.8rem;
    margin-bottom: 10px;
  }

  .FeaturedAthleteCarousel_FeaturedAthleteCarouselContainer__3LQdh .FeaturedAthleteCarousel_athleteContainer__33euq .FeaturedAthleteCarousel_athleteName__s-O5t {
    font-size: 1rem;
  }
}

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

  .FeaturedAthleteCarousel_container__20gcG {
    min-height: 360px;
  }

  .FeaturedAthleteCarousel_title__7Ixrx {
    width: 50%;
    border-bottom: 1px solid #fff;
    border-right: none;
    padding: 0%;
    margin-left: 3%;
  }

  .FeaturedAthleteCarousel_contentContainer__1n_AH {
    min-width: 90% !important;
    left: -112% !important;
  }

  .FeaturedAthleteCarousel_carouselContainer__1DBF1 {
    height: 250px;
  }

  .FeaturedAthleteCarousel_initialTransform__8tjEo {
    transform: translateX(-70%);
  }

  .FeaturedAthleteCarousel_transformLeft__30_-b {
    transform: translateX(-170%);
  }

  .FeaturedAthleteCarousel_transformRight__3iHjM {
    transform: translateX(30%);
  }

  .FeaturedAthleteCarousel_arrow__2QgC9 {
    display: none;
  }
}



.Spikes_spikesContainer__36ZGI {
  height: 456px;
  background-color: #a5fa64;
  padding: 0 5%;
  position: relative;
}

  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi::-webkit-scrollbar {
    display: none;
  }

  .Spikes_spikesContainer__36ZGI .Spikes_imageContainer__1uuQL,
  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi {
    max-width: 1400px;
    margin: auto;
  }

  .Spikes_spikesContainer__36ZGI .Spikes_imageContainer__1uuQL {
    padding: 2% 1%;
    height: 20%;
    padding-bottom: 0;
  }

  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO {
      height: 70%;
      display: flex;
      justify-content: space-around;
    }

  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS {
        width: 23%;
      }

  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS .Spikes_image__kqdAr {
          height: 60%;
          width: 100%;
        }

  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS .Spikes_title__1ayMi {
          font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
          font-family: var(--font-family-headline);
          font-size: 1.5rem;
          line-height: 3rem;
        }

  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS .Spikes_description__3r3ly {
          font-family: 'World Athletics'
,
Arial
,
sans-serif;
          font-family: var(--font-family-regular);
        }

@media screen and (max-width: 1024px) {
  .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS .Spikes_image__kqdAr {
    height: 40%;
  }
}

@media screen and (max-width: 767px) {
  .Spikes_spikesContainer__36ZGI {
    padding: 0%;
  }
    .Spikes_spikesContainer__36ZGI .Spikes_imageContainer__1uuQL {
      display: flex;
      align-items: center;
    }

      .Spikes_spikesContainer__36ZGI .Spikes_imageContainer__1uuQL .Spikes_spikesImage__18FI0 {
        width: 50%;
        object-fit: scale-down;
      }
    .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi {
      scrollbar-width: none;
      overflow: auto;
      overflow-y: hidden;
      height: 80%;
    }

      .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO {
        width: 390%;
        height: 100%;
      }
          .Spikes_spikesContainer__36ZGI .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS .Spikes_image__kqdAr {
            object-fit: cover;
          }
}

.Spikes_lessThan3__2gHfx .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO {
    justify-content: flex-start;
    padding-left: 1em;
    width: auto;
  }

.Spikes_lessThan3__2gHfx .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS {
      margin-right: 1.5em;
      width: auto;
    }

@media screen and (min-width: 768px) {

.Spikes_lessThan3__2gHfx .Spikes_innerContainer__2MJTi .Spikes_cardsContainer__3GSaO .Spikes_cards__1f3kS {
        width: 30%
    }
      }

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

    .Spikes_lessThan3__2gHfx.Spikes_oneCard__25CF_ .Spikes_cardsContainer__3GSaO{
      width: auto;
    }
      .Spikes_lessThan3__2gHfx.Spikes_twoCards__lRniP .Spikes_cardsContainer__3GSaO {
        width: 200%;
      }
  }



.NewsItemLite_newsItemLite__3lQ_a {
  background-color: white;
  margin-bottom: 1em;
}

  .NewsItemLite_newsItemLite__3lQ_a h3 {
    height: 50px;
    text-overflow: ellipsis;
    overflow: hidden;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
  }

  @media(max-width: 767px){

  .NewsItemLite_newsItemLite__3lQ_a.NewsItemLite_relatedArticles__1ydrA {
      box-shadow: 1px 3px 9px 0px rgb(0 0 0 / 42%)
  }
    }
.NewsItemLite_copyright__1tcDK {
  font-size: 1rem;
  line-height: 1.6;
}
.NewsItemLite_content__2wysa {
  padding: 1em;
  border: 1px solid #b2adad;
  border: 1px solid var(--footer-text);
}
@media(max-width: 767px){
.NewsItemLite_content__2wysa {
    padding: 10px
}
  }
.NewsItemLite_img__2Ef4J {
  position: relative;
}
.NewsItemLite_image__3ps9E,
.NewsItemLite_img__2Ef4J {
  width: 100%;
}
.NewsItemLite_competitionHomeDate__29GeE {
  text-transform: uppercase;
  color: #707070;
  color: var(--text-colour-light);
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  width: 80%;
}
@media not screen and (min-width: 1124px) {
.NewsItemLite_competitionHomeDate__29GeE {
    width: 80%
}
  }
.NewsItemLite_competitionHomeDesc__1lHU5{
  margin-top: 1em;
}
@media not screen and (min-width: 1124px) {
.NewsItemLite_competitionHomeNewsType__14EDl {
    display: none
}
  }
@media not screen and (min-width: 1124px) {
.NewsItemLite_relatedArticles__1ydrA .NewsItemLite_competitionHomeNewsType__14EDl {
      display: block
  }
    }
@media not screen and (min-width: 1124px) {
.NewsItemLite_relatedArticles__1ydrA .NewsItemLite_competitionDate__wOuuc {
      display: none
  }
    }
.NewsItemLite_relatedArticles__1ydrA img {
    aspect-ratio: 6 / 4;
    width: 100%;
  }
.NewsItemLite_competitionHomeReadMore__22p1j {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  color: #ff873c;
  color: var(--primary-colour);
  font-weight: normal;
}
@media (max-width: 767px) {
.NewsItemLite_competitionHomeReadMore__22p1j.NewsItemLite_athletes__38o5a {
      display: none
  }
    }
.NewsItemLite_line__1lUzc {
  width: 80%;
  margin: 0.2em 0 0.5em 0;
  border: 0 solid #ff873c;
  border: 0 solid var(--primary-colour);
  border-top-width: 1px;
  margin-bottom: 1em;
  justify-content: left;
}
@media not screen and (min-width: 1124px) {
.NewsItemLite_line__1lUzc {
    width: 50%
}
  }
.NewsItemLite_date__3xY50 {
  padding: 0 3em 0.25em 0;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #ff873c;
  border-bottom: 1px solid var(--link-active-colour);
  margin-bottom: 1em;
  color: #707070;
  color: var(--text-colour-light);
}
.NewsItemLite_relatedArticles__1ydrA .NewsItemLite_date__3xY50 {
  display: flex;
  justify-content: space-between;
  width: 100%;
  padding: 0 0 0.25em 0;
}
.NewsItemLite_morerelatedArticlesNews__2ElP3 .NewsItemLite_date__3xY50 .NewsItemLite_competitionHomeNewsType__14EDl {
  flex-grow: 1;
}
.NewsItemLite_topicTitle__pdmQC {
  padding: 0 3em 0.25em 0;
  display: inline-block;
  text-transform: uppercase;
  border-bottom: 1px solid #ff873c;
  border-bottom: 1px solid var(--primary-colour);
}
.NewsItemLite_overlay__B9416 {
  position: absolute;

  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%;
  z-index: 1;
  height: 40%;
}
.NewsItemLite_relatedArticles__1ydrA .NewsItemLite_title__Ug3bQ {
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}
@media(max-width: 767px) {
.NewsItemLite_relatedArticles__1ydrA .NewsItemLite_title__Ug3bQ {
    font-size: 16px
}
  }


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

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

.AthleteFeatureSeries_inner__AnEzs {
  max-width: 1400px;
  max-width: var(--max-content-width);
  margin: auto;
}

.AthleteFeatureSeries_grid__1Vpj6 {
  padding: 1em;
}

.AthleteFeatureSeries_grid__1Vpj6 .AthleteFeatureSeries_col__3vi7x {
  width: calc(99.9% * 1/1)
}

.AthleteFeatureSeries_grid__1Vpj6 .AthleteFeatureSeries_col__3vi7x:nth-child(1n) {
  float: left;
  margin-right: 0;
  clear: none
}

.AthleteFeatureSeries_grid__1Vpj6 .AthleteFeatureSeries_col__3vi7x:last-child {
  margin-right: 0
}

.AthleteFeatureSeries_grid__1Vpj6 .AthleteFeatureSeries_col__3vi7x:nth-child(1n) {
  margin-right: 0;
  float: right
}

.AthleteFeatureSeries_grid__1Vpj6 .AthleteFeatureSeries_col__3vi7x:nth-child(1n + 1) {
  clear: both
}

.AthleteFeatureSeries_moreLink__1Whuk {
  display: inline-block;
  border-top: 1px solid black;
  float: right;
  margin: 2em 1em 0 0;
}

.AthleteFeatureSeries_moreLink__1Whuk a {
    display: inline-block;
    padding: .75em 0 1em 3em;
  }

@media screen and (min-width: 768px) {
  .AthleteFeatureSeries_grid__1Vpj6 {
    display: flex;
  }
    .AthleteFeatureSeries_grid__1Vpj6 .AthleteFeatureSeries_col__3vi7x {
      width: calc(99.9% * 1/3)
    }
    .AthleteFeatureSeries_grid__1Vpj6 .AthleteFeatureSeries_col__3vi7x:nth-child(1n) {
      float: left;
      margin-right: 0;
      clear: none
    }
    .AthleteFeatureSeries_grid__1Vpj6 .AthleteFeatureSeries_col__3vi7x:last-child {
      margin-right: 0
    }
    .AthleteFeatureSeries_grid__1Vpj6 .AthleteFeatureSeries_col__3vi7x:nth-child(3n) {
      margin-right: 0;
      float: right
    }
    .AthleteFeatureSeries_grid__1Vpj6 .AthleteFeatureSeries_col__3vi7x:nth-child(3n + 1) {
      clear: both
    }
}



.signupCta_signupCta__11luE {
  background-color: #281e37;
  background-color: var(--quaternary-accent-dark);
  padding-top: 1em;
  overflow: hidden;
  background-position: center;
  height: 500px;
  background-size: cover;
  background-repeat: no-repeat;
}

.signupCta_img__12750 {
  display: none;
  max-width: 300px;
  height: auto;
  padding:.3em;
  float:right;
}

.signupCta_msg__3BU8C {
  color: white;
  line-height: 1em;
  font-size: 2rem;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}

.signupCta_link__3-yLW {
  font-size: 2rem;
  color: #bd94ff;
  color: var(--quaternary-colour);
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-heavy);
}

.signupCta_inner__ocf7v {
  margin: auto;
  max-width: 1400px;
  max-width: var(--max-content-width);
  padding: 4em 1em;
}

.signupCta_content__3Wm3M {
  display: flex;
}

@media screen and (min-width: 768px) {
  .signupCta_content__3Wm3M {
    float: left;
  }
  .signupCta_signupCta__11luE {
    font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
    font-family: var(--font-family-heavy);
  }
  .signupCta_msg__3BU8C {
    font-size: 2.2rem;
    font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
    font-family: var(--font-family-heavy);
  }
  .signupCta_link__3-yLW {
    float: right;
    font-size: 2.5rem;
    line-height: 2.5;
  }
}

@media screen and (min-width: 1025px) {
  .signupCta_signupCta__11luE {
    padding: 0;
  }
  .signupCta_msg__3BU8C {
    margin-top: 1em;
    font-size: 2.5rem;
  }
  .signupCta_img__12750 {
    display: block;
  }
  .signupCta_link__3-yLW {
    margin-top: .30em;
  }
}

@media screen and (min-width: 1124px) {
  .signupCta_msg__3BU8C {
    font-size: 2.625rem;
  }
}

.Flags_container__3W63l {
  display: inline-block;
  width: 60px;
  vertical-align: middle;
}

  .Flags_container__3W63l i {
    margin-left: 4px;
  }

  .Flags_container__3W63l .Flags_name__28uFw {
    display: inline-block;
    width: 28px;
  }

  .Flags_container__3W63l .Flags_name__28uFw .Flags_icon__3Uv11 {
      margin-left: 4px;
    }

  .Flags_container__3W63l .Flags_title__1_X44 {
    font-size: 1.5rem;
  }

  .Flags_container__3W63l.Flags_column__2FKiZ {
    width: 24px;
    text-align: center;
  }

  .Flags_container__3W63l.Flags_column__2FKiZ span {
      font-size: 13px;
      margin-bottom: 3px;
    }

  .Flags_container__3W63l.Flags_column__2FKiZ i {
      margin: 0 0 0 3px;
    }

.Flags_extraPadding__2FcgZ i {
  margin-left: 10px;
}

.Flags_collapseTablePanel__3Vzor {
  margin-right: 10px;
}

.Flags_icon__3Uv11 {
  display: inline-block;
}

.Flags_isBtn__r5WC1 {
  cursor: pointer;
}

.Flags_isBtn__r5WC1:hover {
    color: #FF873C;
  }

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

.Flags_flagsContainer_country__1PB1W {
    display: flex;
    justify-content: space-between;
    align-items: center;
    flex-direction: row-reverse;
  }

.Flags_flagsContainer_fullName__3StXQ {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    flex-direction: row-reverse;
  }

.Flags_flagsContainer_fullName__3StXQ .Flags_icon__3Uv11 {
      margin-right: 5px;
    }

.Flags_noMargin__3KUS4 i {
  margin: 0;
}

.Flags_country__XvEAw {
  margin-right: 10px;
}

.Flags_withBorder__3iDum .Flags_icon__3Uv11 {
  border: 1px solid #f0f0f0;
  border: 1px solid var(--tertiary-gray);
}

.Flags_emptyIcon__1olJJ {
  margin-left: 4px;
  width: 19px;
  height: 13px;
  display: inline-block;
}
.FollowAthlete_container__3m0IT div {
    display: inline-block;
    vertical-align: middle;
  }
    .FollowAthlete_container__3m0IT div.FollowAthlete_followMeWrap__2SMLT {
        display: flex;
        align-items: center;
        transition: all 0.25s;
      }
    .FollowAthlete_container__3m0IT div.FollowAthlete_followMeWrap__2SMLT:hover {
          color: #ff873c;
          color: var(--primary-colour);
        }
    .FollowAthlete_container__3m0IT div.FollowAthlete_followMeWrap__2SMLT:hover svg{
          fill: #ff873c;
          fill: var(--primary-colour);
        }
    .FollowAthlete_container__3m0IT div.FollowAthlete_followedWrap__1LGNq {
        display: flex;
        align-items: center;
        transition: all 0.25s;
      }
    .FollowAthlete_container__3m0IT div.FollowAthlete_followedWrap__1LGNq:hover {
          color: #ff873c;
          color: var(--primary-colour);
        }
    .FollowAthlete_container__3m0IT div.FollowAthlete_followedWrap__1LGNq:hover svg{
          fill: #ff873c;
          fill: var(--primary-colour);
        }
    .FollowAthlete_container__3m0IT div.FollowAthlete_followedWrap__1LGNq .FollowAthlete_followMe__NFlps {
          color: #ff873c;
          color: var(--primary-colour);
        }
  .FollowAthlete_container__3m0IT .FollowAthlete_label__1P_xS {
    font-size: 18px;
    padding-top: 3px;
    margin-right: .75em;
  }

.FollowAthlete_btnContainer__3-5hL {
  color: black;
  padding: 1em;
  text-transform: uppercase;
  background-color: #bd94ff;
  background-color: var(--quaternary-colour);
}

.FollowAthlete_btnContainer__3-5hL:hover {
    background-color: #9D6EE9
  }

.FollowAthlete_closeModal__o10pI {
  float: right;
  cursor: pointer;
  margin-bottom: 1em;
}

.FollowAthlete_followMe__NFlps {
  margin-right: 5px;
}

.FollowAthlete_starEmpty__1OEYq {
  fill: #000000;
  transition: all 0.25s;
}

.FollowAthlete_fullBtnBlack__2vQlc {
  background-color: #000;
  color: #fff;
  font-family: 'World Athletics'
,
Arial
,
sans-serif;
  font-family: var(--font-family);
  padding: 10px;
  text-align: center;
  font-size: 22px;
  margin: 10px auto;
  border-radius: 5px;
  min-width: 275px;
  display: flex;
  justify-content: center;
}

.FollowAthlete_fullBtnBlack__2vQlc .FollowAthlete_competitorName__3gpuA {
    margin-left: 10px;
  }

.FollowAthlete_fullBtnBlack__2vQlc .FollowAthlete_followedWrap__1LGNq svg {
      margin-top: 2px;
    }



.AthleteLink_link__2DbiW {

}

.AthleteSearch_container__FXZVx {
  background-color: #dfd0fa;
  background-color: var(--laila-colour);
  padding: 1em 0;
}
  .AthleteSearch_container__FXZVx.AthleteSearch_myAthletes__30i7g {
    padding: 40px 0 40px 0;
    background: #69D7E1;
    background: var(--past-events-blue);
  }

.AthleteSearch_fixedWrapper__2U_L7 {
  max-width: 1400px;
  max-width: var(--max-content-width);
  margin: auto;
  padding: 1em;
}

.AthleteSearch_fixedWrapper__2U_L7.AthleteSearch_myAthletes__30i7g {
    padding: 0;
  }

.AthleteSearch_title__3hmWQ {
  color: #262626;
  color: var(--grayscale-dark);
  font-size: 1.75rem;
  margin-bottom: 0.3em;
}

.AthleteSearch_titleAthletes__2uf33 {
  color: #262626;
  color: var(--grayscale-dark);
  font-size: 24px;
  margin-bottom: 0.3em;
  font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
  font-family: var(--font-family-bold);
}

@media(max-width: 767px) {

.AthleteSearch_titleAthletes__2uf33 {
    display: none
}
  }

.AthleteSearch_filter__36iST {
  color: #818181;
  color: var(--secondary-gray);
  border: 1px solid #818181;
  border: 1px solid var(--secondary-gray);
  padding: 0.65em 1em;
  font-size: 1.125rem;
  margin: 0 0.5em 1em 0;
}

.AthleteSearch_filter__36iST:hover,
  .AthleteSearch_filter__36iST.AthleteSearch_activeFilter__3Lj-k {
    background-color: #ff873c;
    background-color: var(--primary-colour);
    color: white;
    border-color: #ff873c;
    border-color: var(--primary-colour);
  }

.AthleteSearch_followAthleteCol__185tv {
  text-align: center;
}

.AthleteSearch_subTitle__1pzDb {
  display: inline-block;
  text-transform: uppercase;
}

@media screen and (min-width: 1124px) {

.AthleteSearch_subTitle__1pzDb {
    padding: 1em;
    text-align: center;
    margin: 0 1.1em 0 0
}

    .AthleteSearch_subTitle__1pzDb.AthleteSearch_filterTitle__3r7bp {
      border-right: 2px solid #ddd;
    }
    .AthleteSearch_subTitle__1pzDb.AthleteSearch_searchTitle__qe8ZS {
      border-right: 1px solid #818181;
      border-right: 1px solid var(--grayscale-mid);
    }
  }

@media screen and (min-width: 1025px) {

.AthleteSearch_subTitle__1pzDb {
    margin-right: 1em;
    min-width: 64px
}
  }

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

.AthleteSearch_subTitle__1pzDb {
    margin-right: 1em;
    min-width: 50px;
    font-size: 0.8em
}
  }

@media(max-width: 1024px) {
    .AthleteSearch_subTitle__1pzDb.AthleteSearch_myAthletes__30i7g {
      display: none;
    }
  }

.AthleteSearch_searchWrap__1OmV9 {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  background-color: white;
  padding: 1.5em 0;
  box-shadow: 0px 3px 6px #00000029;
}

@media screen and (min-width: 1025px) {

.AthleteSearch_searchWrap__1OmV9 {
    padding: 2em 1em
}
  }

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

.AthleteSearch_searchWrap__1OmV9 {
    flex-direction: column-reverse;
    padding: 1em
}
  }

.AthleteSearch_searchContainer__1dFhu {
  display: flex;
  align-items: center;
}

@media(max-width: 1024px) {

.AthleteSearch_searchContainer__1dFhu.AthleteSearch_myAthletes__30i7g {
      flex-wrap: wrap
  }
    }

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

.AthleteSearch_searchContainer__1dFhu {
    margin-bottom: 1em
}
  }

.AthleteSearch_filterContainer__Wlcye {
  display: flex;
  align-items: center;
  margin-right: 1em;
}

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

.AthleteSearch_filterContainer__Wlcye {
    margin-right: 0
}
  }

.AthleteSearch_search__TZIEK {
  position: relative;
  vertical-align: middle;
}

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

.AthleteSearch_search__TZIEK {
    width: 100%
}
  }

.AthleteSearch_searchInput__37_Nk {
  width: 100%;
  min-width: 260px;
  border: 1px solid #818181;
  border: 1px solid var(--secondary-gray);
  width: 100%;
  height: 2em;
  color: #818181;
  color: var(--secondary-gray);
  font-size: 1.25rem;
  padding: 0.4em 1.8em 0.4em 0.4em;
}

.AthleteSearch_searchInput__37_Nk:active,
  .AthleteSearch_searchInput__37_Nk:focus {
    border: 1px solid #818181;
    border: 1px solid var(--secondary-gray);
  }

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

.AthleteSearch_searchInput__37_Nk {
    min-width: 100%
}
  }

.AthleteSearch_followAthletes__1KUcJ {
  display: none;
  position: relative;
}

@media(max-width: 1024px) {

.AthleteSearch_followAthletes__1KUcJ {
    display: block;
    font-size: 16px;
    padding: 10px 16px 10px 0;

    margin-bottom: 10px
}
    .AthleteSearch_followAthletes__1KUcJ:after {
      content: '';
      position: absolute;
      right: 0;
      top: 0;
      width: 1px;
      height: 100%;
      background: #262626;
      background: var(--primary-gray);
    }
  }

.AthleteSearch_searchBtn__2CjV_ {
  position: absolute;
  right: 8px;
  top: 8px;
}

.AthleteSearch_filterWrap__36oOi {
  display: flex;
  justify-content: space-between;
  height: auto;
}

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

.AthleteSearch_filterWrap__36oOi {
    width: 100%;
    height: auto
}
  }

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

.AthleteSearch_filterWrap__36oOi {
    justify-content: flex-start;
    flex-direction: column;
    height: auto
}
  }

@media(max-width: 767px) {

.AthleteSearch_filterWrap__36oOi.AthleteSearch_myAthletes__30i7g {
      flex-direction: row;
      flex-wrap: wrap;
      justify-content: space-between
  }
    }

.AthleteSearch_select__1Entu {
  font-size: 1rem;
  font-family: inherit;
  font-weight: 700;
  color: #444;
  padding: 0.6em 1.4em 0.5em 0.8em;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
  margin: 0 6px 0 0;
  border: 1px solid #b2adad;
  border: 1px solid var(--footer-text);
  box-shadow: 0 1px 0 1px rgba(0, 0, 0, 0.04);
  border-radius: 0;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: #fff;
  background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='292.4' height='292.4'%3E%3Cpath fill='%23000' d='M287 69.4a17.6 17.6 0 0 0-13-5.4H18.4c-5 0-9.3 1.8-12.9 5.4A17.6 17.6 0 0 0 0 82.2c0 5 1.8 9.3 5.4 12.9l128 127.9c3.6 3.6 7.8 5.4 12.8 5.4s9.2-1.8 12.8-5.4L287 95c3.5-3.5 5.4-7.8 5.4-12.8 0-5-1.9-9.2-5.5-12.8z'/%3E%3C/svg%3E"),
    linear-gradient(to bottom, #ffffff 0%, #e5e5e5 100%);
  background-repeat: no-repeat, repeat;
  background-position: right 0.7em top 50%, 0 0;
  background-size: 0.65em auto, 100%;
}

.AthleteSearch_select__1Entu.AthleteSearch_myAthletes__30i7g {
    background-image: url("data:image/svg+xml;charset=utf8,%3Csvg xmlns='http://www.w3.org/2000/svg' width='20.477' height='11.57' viewBox='0 0 20.477 11.57'%3E%3Cpath id='Path_1185' data-name='Path 1185' d='M11.57,1.326,10.244,0,1.332,8.912l-.005-.005L0,10.233l.005.005L0,10.244,1.326,11.57l.005-.005,8.912,8.912L11.57,19.15,2.658,10.238Z' transform='translate(0 11.57) rotate(-90)' fill='%23707070'/%3E%3C/svg%3E");
    width: calc(50% - 10px);
  }

@media(max-width: 767px) {

.AthleteSearch_select__1Entu.AthleteSearch_myAthletes__30i7g {
      margin-left: 0;
      margin-bottom: 20px;
      width: 100%
  }
    }

.AthleteSearch_select__1Entu:hover {
    border-color: #888;
  }

.AthleteSearch_select__1Entu:after {
    width: 0;
    height: 0;
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #f00;
    position: absolute;
    top: 40%;
    right: 5px;
    content: '';
    z-index: 98;
  }

.AthleteSearch_select__1Entu:focus {
    border-color: #aaa;
    box-shadow: 0 0 2px 2px rgba(130, 130, 130, 0.1);
    box-shadow: 0 0 0 2px -moz-mac-focusring;
    color: #222;
    outline: none;
  }

.AthleteSearch_select__1Entu option {
    font-weight: normal;
  }

.AthleteSearch_select__1Entu::-ms-expand {
    display: none;
  }

.AthleteSearch_select__1Entu:last-child {
    margin-right: 0;
  }

.AthleteSearch_select__1Entu.AthleteSearch_active__2BS_L {
    background: rgb(189, 148, 255);
    background: -moz-linear-gradient(
      180deg,
      rgba(189, 148, 255, 1) 50%,
      rgba(189, 148, 255, 0.7805497198879552) 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      rgba(189, 148, 255, 1) 50%,
      rgba(189, 148, 255, 0.7805497198879552) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(189, 148, 255, 1) 50%,
      rgba(189, 148, 255, 0.7805497198879552) 100%
    );
    filter: progid:DXImageTransform.Microsoft.gradient(startColorstr="#bd94ff",endColorstr="#bd94ff",GradientType=1);
  }

.AthleteSearch_select__1Entu.AthleteSearch_active__2BS_L.AthleteSearch_myAthletes__30i7g {
      background: rgb(105, 215, 225);
      background: -moz-linear-gradient(
      180deg,
      rgba(105, 215, 225, 1) 50%,
      rgba(105, 215, 225, 0.7805497198879552) 100%
    );
    background: -webkit-linear-gradient(
      180deg,
      rgba(105, 215, 225, 1) 50%,
      rgba(105, 215, 225, 0.7805497198879552) 100%
    );
    background: linear-gradient(
      180deg,
      rgba(105, 215, 225, 1) 50%,
      rgba(105, 215, 225, 0.7805497198879552) 100%
    );
    }

@media screen and (min-width: 1124px) {
  .AthleteSearch_inner__1Ci0O {
    padding: 3em 1em;
  }

  .AthleteSearch_title__3hmWQ {
    font-size: 3.125rem;
  }
}

.AthleteSearch_loadingCont__30L58 {
  text-align: center;
  padding: 1em;
}

.AthleteSearch_table__35t9q {
  height: 100%;
  max-width: 1400px;
  margin: 0 0;
  padding: 0 1em;
  background-color: white;
}

.AthleteSearch_table__35t9q table {
    width: 100%;
    height: 100%;
    padding-bottom: 1em;
  }

.AthleteSearch_table__35t9q table tbody {
      padding-bottom: 1em;
    }

.AthleteSearch_table__35t9q table tr:nth-child(even) {
        background-color: #f0f0f0;
        background-color: var(--tertiary-gray);
      }

.AthleteSearch_table__35t9q table tr .AthleteSearch_name__2z8I1 {
        display: flex;
        align-items: center;
        height: 100%;
      }

.AthleteSearch_table__35t9q table tr .AthleteSearch_name__2z8I1 button {
          margin-right: 10px;
          margin-left: 10px;
        }

.AthleteSearch_table__35t9q table tr.AthleteSearch_myAthletes__30i7g {
        background: #ffffff;
        background: var(--primary-text-colour);
        border-bottom: 2px solid #f3f3f3;
        border-bottom: 2px solid var(--grayscale-light);
      }

.AthleteSearch_table__35t9q table tr.AthleteSearch_myAthletes__30i7g .AthleteSearch_name__2z8I1 {
          display: flex;
          align-items: center;
          height: 100%;
        }

.AthleteSearch_table__35t9q table tr.AthleteSearch_myAthletes__30i7g .AthleteSearch_name__2z8I1 button {
            margin-right: 10px;
          }

.AthleteSearch_table__35t9q table tr th {
        padding: 1.2% 1%;
        text-align: left;
        font-size: 0.9em;
      }

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

.AthleteSearch_table__35t9q table tr th {
          font-size: 0.85em
      }
        }

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

.AthleteSearch_table__35t9q table tr th {
          font-size: 0.85em
      }
        }

.AthleteSearch_table__35t9q table tr td {
        padding: 1%;
      }

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

.AthleteSearch_table__35t9q table tr td {
          font-size: 0.88em
      }
        }

.AthleteSearch_results__3W7HB.AthleteSearch_myAthletes__30i7g {
    border-collapse: collapse;
  }

.AthleteSearch_firstRow__26KLM {
  background-color: #281e37;
  background-color: var(--quaternary-accent-dark);
  color: #ffffff;
  color: var(--primary-text-colour);
}

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

.AthleteSearch_hide__GW_jd {
    display: none
}
  }

.AthleteSearch_resetBtn__7ho7E {
  padding: 0.68em 1em;
  color: #0e0e0e;
  background-color: #fff;
  background: #dfd0fa;
  background: var(--laila-colour);
}

.AthleteSearch_resetBtn__7ho7E.AthleteSearch_myAthletes__30i7g {
    background: #69d7e1;
    background: var(--secondary-colour);
  }

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

.AthleteSearch_resetBtn__7ho7E {
    display: none
}
  }

.AthleteSearch_resetBtn__7ho7E.AthleteSearch_mobile__1-oW1 {
    display: none;
    margin-left: 1em;
  }

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

.AthleteSearch_resetBtn__7ho7E.AthleteSearch_mobile__1-oW1 {
      display: inline-block
  }
    }

.styles_contentWrap__37mXs {
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  height: auto;
  width: 100%;
  padding: 40px 20px;
}
  @media(max-width: 767px) {.styles_contentWrap__37mXs {
    padding: 20px 10px
}
  }
.styles_noData__2UQnG {
  color: white;
  padding: 1em;
  background-color: rgba(0,0,0,0.5);
  margin: 0 auto;
  max-width: 1400px;
}

.TopRecords_transformLeft__39OrO {
  transition: all 1s ease-out;
}

.TopRecords_outerCard__1yIRN {
  padding: 3%;
  height: 100%;
}

.TopRecords_inner__3NfA9 {
  max-width: 1400px;
  max-width: var(--max-content-width);
}

.TopRecords_card__2WgNb {
  background-color: white;
  position: relative;
  box-shadow: 0px 5px 8px #00000029;
  width: 100%;
}

.TopRecords_container__1BF04 {
  max-width: 1400px;
  display: flex;
  margin: auto;
  align-items: center;
}

.TopRecords_container__1BF04 .TopRecords_strapLine__3mGGb {
    color: #ffffff;
    color: var(--primary-text-colour);
    font-size: 16px;
    font-family: 'World Athletics'
,
Arial
,
sans-serif;
    font-family: var(--font-family-regular);
    margin-bottom: 30px;
  }

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

.TopRecords_container__1BF04 .TopRecords_strapLine__3mGGb {
      margin-left: 4%
  }
    }

.TopRecords_slick-prev__UItBw,
.TopRecords_slick-next__27ctc {
  height: 0;
  text-indent: -100em;
}

.TopRecords_slick-next__27ctc::after,
.TopRecords_slick-prev__UItBw::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: -5px;
  margin: auto;
  height: 65px;
  width: 40px;
  background: url('/static/chev-right-b.svg');
  background-repeat: no-repeat;
  background-size: contain;
}

.TopRecords_slick-prev__UItBw::after {
  left: 4px;
  right: auto;
  transform: rotate(-180deg);
  -webkit-transform: rotate(-180deg);
}

.TopRecords_slick-disabled__3bkox {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .TopRecords_slick-next__27ctc {
    display: none !important;
  }
}

@media screen and (min-width: 1400px) {
  .TopRecords_slick-prev__UItBw::after,
  .TopRecords_slick-next__27ctc::after {
    padding: 20px;
  }
}

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

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa {
    display: flex;
    justify-content: space-around;
    align-items: center;
    position: relative;
    max-width: 1400px;
    max-width: var(--max-content-width);
    margin: auto;
    padding: 0 0 30px 0;
  }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa.TopRecords_myAthletics__6SorS {
     max-width: 1555px;
    }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_textContainer__1TW_7 {
      padding-left: 4%;
      width: 20%;
    }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_textContainer__1TW_7 .TopRecords_topLists__2bE8u {
        font-family: 'World Athletics'
,
Arial
,
sans-serif;
        font-family: var(--font-family-regular);
        text-transform: uppercase;
        width: 50%;
        padding-bottom: 5%;
        border-bottom: 1px solid black;
      }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_textContainer__1TW_7 .TopRecords_mainTitle__5yayh {
        font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
        font-family: var(--font-family-headline);
        font-size: 1.75rem;
        line-height: 1em;
        width: 50%;
        margin-top: 5%;
      }

@media screen and (min-width: 1025px) {

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_textContainer__1TW_7 .TopRecords_mainTitle__5yayh {
          font-size: 2.625rem
      }
        }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_textContainer__1TW_7 .TopRecords_link__2Of3U {
        font-family: 'World Athletics'
,
Arial
,
sans-serif;
        font-family: var(--font-family-regular);
        color: #000;
        line-height: 4rem;
      }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_text__1YU0N {
      margin-left: 6%;
    }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm {
      width: 76%;
      height: 100%;
      overflow: hidden;
      padding: 1.5em 0;
    }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_card__2WgNb {
        height: 100%;
        background-color: #fff;
        position: relative;
        box-shadow: 0px 5px 8px #00000029;
      }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_card__2WgNb .TopRecords_defaultImage__rhSMS {
          background-repeat: no-repeat;
          background-position: top;
          background-size: cover;
          background-repeat: no-repeat;
          max-width: 100%;
          width: 100%;
          height: 180px;
          position: relative;
        }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_card__2WgNb .TopRecords_imageContainer__1_8UK {
          position: relative;
        }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_card__2WgNb .TopRecords_imageContainer__1_8UK .TopRecords_image__1lexI {
            object-fit: cover;
            position: relative;
            top: 0;
            left: 0;
            width: 100%;
          }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_card__2WgNb .TopRecords_imageContainer__1_8UK .TopRecords_image__1lexI::after {
            background: linear-gradient(
              0deg,
              rgba(2, 0, 36, 1) 0%,
              rgba(0, 0, 0, 1) 1%,
              rgba(255, 255, 255, 0) 100%
            );
          }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_card__2WgNb .TopRecords_imageContainer__1_8UK .TopRecords_discipline__3QIS8 {
            position: absolute;
            left: 1em;
            bottom: 1em;
            color: #fff;
            font-family: 'World Athletics'
,
Arial
,
sans-serif;
            font-family: var(--font-family-regular);
            text-transform: uppercase;
            text-shadow: 0 0 5px black;
            font-size: 0.875rem;
            line-height: 1em;
          }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_card__2WgNb .TopRecords_cardText__16E9a {
          padding: 4%;
        }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_card__2WgNb .TopRecords_cardText__16E9a .TopRecords_athleteName__3JDEQ {
            font-size: 1rem;
            line-height: 1em;
            font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
            font-family: var(--font-family-headline);
          }

@media screen and (min-width: 1025px) {

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_card__2WgNb .TopRecords_cardText__16E9a .TopRecords_athleteName__3JDEQ {
              font-size: 1.25rem
          }
            }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_card__2WgNb .TopRecords_cardText__16E9a .TopRecords_athleteNationality__2GeQR {
            color: #818181;
            color: var(--secondary-gray);
            text-transform: uppercase;
            font-size: 0.875rem;
            margin: 2% 0;
          }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_card__2WgNb .TopRecords_cardText__16E9a .TopRecords_markContent__1T5wq {
            display: flex;
            align-items: center;
            margin: 2% 0;
          }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_card__2WgNb .TopRecords_cardText__16E9a .TopRecords_markContent__1T5wq .TopRecords_markTitle__1mnb1 {
              font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
              font-family: var(--font-family-headline);
              margin: 0;
              font-size: 1rem;
              text-transform: uppercase;
            }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_card__2WgNb .TopRecords_cardText__16E9a .TopRecords_markContent__1T5wq .TopRecords_athleteMark__1KMYh {
              font-family: 'World Athletics'
,
Arial
,
sans-serif;
              font-family: var(--font-family-regular);
              color: #818181;
              color: var(--secondary-gray);
              font-size: 1rem;
              margin-left: 2%;
            }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_card__2WgNb .TopRecords_cardText__16E9a .TopRecords_line__25lr7 {
            border-color: #a5fa64;
            border-color: var(--tertiary-colour);
            width: 40%;
            margin-left: 0;
          }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm.TopRecords_relatedArticles__3_3kq {
      width: 100%;
    }

.TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_mobileLink__3z1L8 {
      display: none;
    }

.TopRecords_topListsContainer__3qWVK .TopRecords_newLeadersContainer__1WzSN {
    height: 142px;
    width: 100%;
    background-color: #253418;
    color: white;
  }

.TopRecords_topListsContainer__3qWVK .TopRecords_newLeadersContainer__1WzSN .TopRecords_secondaryInner__3AFDL {
      align-items: center;
      justify-content: space-evenly;
      max-width: 1400px;
      max-width: var(--max-content-width);
      margin: auto;
      height: 100%;
      padding: 0.5em;
    }

.TopRecords_topListsContainer__3qWVK .TopRecords_newLeadersContainer__1WzSN .TopRecords_secondaryInner__3AFDL .TopRecords_lightGreen__1mnXP {
        color: #e3f7d2;
        text-transform: uppercase;
        font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
        font-family: var(--font-family-bold);
      }

.TopRecords_topListsContainer__3qWVK .TopRecords_newLeadersContainer__1WzSN .TopRecords_secondaryInner__3AFDL .TopRecords_newLeaders__1DxX4 {
        text-transform: uppercase;
        font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
        font-family: var(--font-family-headline);
        padding-right: 1rem;
        font-size: 1.25rem;
      }

.TopRecords_topListsContainer__3qWVK .TopRecords_newLeadersContainer__1WzSN .TopRecords_secondaryInner__3AFDL .TopRecords_green__2uk-o {
        color: #a5fa64;
      }

.TopRecords_topListsContainer__3qWVK .TopRecords_newLeadersContainer__1WzSN .TopRecords_secondaryInner__3AFDL .TopRecords_white__2TO7y {
        color: #ffffff;
        line-height: 2rem;
      }

@media screen and (min-width: 480px) {

.TopRecords_topListsContainer__3qWVK .TopRecords_newLeadersContainer__1WzSN .TopRecords_secondaryInner__3AFDL {
        display: flex
    }
      }

.TopRecords_topListsContainer__3qWVK .TopRecords_fullList__109qe {
    display: none;
  }

@media screen and (max-width: 768px) {
    .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa {
      flex-direction: column;
    }

      .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_arrow__20Dmu {
        display: none;
      }

      .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_textContainer__1TW_7 {
        width: 100%;
        margin-top: 5%;
        padding-left: 2%;
      }

        .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_textContainer__1TW_7 .TopRecords_mainTitle__5yayh {
          width: 100%;
        }

        .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_textContainer__1TW_7 .TopRecords_topLists__2bE8u {
          padding-bottom: 3%;
        }

        .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_textContainer__1TW_7 .TopRecords_link__2Of3U {
          display: none;
        }

      .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm::-webkit-scrollbar {
        display: none;
      }

      .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm {
        width: 100%;
        overflow: auto;
        overflow: hidden;
        margin-bottom: 10%;
      }

        .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_innerContainer__2Jd6E {
          width: 288%;
        }

          .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_innerContainer__2Jd6E .TopRecords_card__2WgNb {
            height: 80%;
            margin: 0% 0.2%;
          }
              .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_innerContainer__2Jd6E .TopRecords_card__2WgNb .TopRecords_imageContainer__1_8UK .TopRecords_discipline__3QIS8 {
                top: 50%;
              }
              .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_innerContainer__2Jd6E .TopRecords_card__2WgNb .TopRecords_cardText__16E9a .TopRecords_line__25lr7 {
                border-color: #ff873c;
                border-color: var(--primary-colour);
              }

              .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_innerContainer__2Jd6E .TopRecords_card__2WgNb .TopRecords_cardText__16E9a .TopRecords_athleteName__3JDEQ {
                font-size: 1rem;
                margin-top: 0;
              }
}

@media screen and (max-width: 768px) and screen and (min-width: 1025px) {

              .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_athletesContainer__2wVrm .TopRecords_innerContainer__2Jd6E .TopRecords_card__2WgNb .TopRecords_cardText__16E9a .TopRecords_athleteName__3JDEQ {
                  font-size: 1.25rem
              }
                }

@media screen and (max-width: 768px) {
      .TopRecords_topListsContainer__3qWVK .TopRecords_leadingAthletes__2eoTa .TopRecords_mobileLink__3z1L8 {
        display: block;
        position: absolute;
        bottom: 0;
        right: 0;
        border-top: 1px solid #000;
        padding: 3%;
        width: 50%;
        text-align: right;
      }

    .TopRecords_topListsContainer__3qWVK .TopRecords_newLeadersContainer__1WzSN {
      flex-direction: column;
      align-items: unset;
      padding: 2% 1%;
      height: 100%;
    }

      .TopRecords_topListsContainer__3qWVK .TopRecords_newLeadersContainer__1WzSN .TopRecords_leaderContent__dwV1g {
        margin: 5% 0;
      }
}

/* ================================================
  WORLRD RANKINGS THEME
================================================= */

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

.TopRecords_topListsContainer__3qWVK.TopRecords_topRankings__20CxA .TopRecords_leadingAthletes__2eoTa {
      height: auto;
    }

.TopRecords_topListsContainer__3qWVK.TopRecords_topRankings__20CxA .TopRecords_leadingAthletes__2eoTa .TopRecords_card__2WgNb .TopRecords_cardText__16E9a {
        height: auto;
        width: 100%;
      }

.TopRecords_topListsContainer__3qWVK.TopRecords_topRankings__20CxA .TopRecords_leadingAthletes__2eoTa .TopRecords_card__2WgNb .TopRecords_cardText__16E9a .TopRecords_line__25lr7 {
          border-color: #ff873c;
          border-color: var(--primary-colour);
        }

.TopRecords_topListsContainer__3qWVK.TopRecords_topRankings__20CxA .TopRecords_fullList__109qe {
      display: block;
      text-transform: uppercase;
      color: #ff873c;
      color: var(--primary-colour);
      float: right;
      right: 20px;
    }

/* ================================================
  TOP RANKINGS THEME
================================================= */

@media screen and (max-width: 767px) {
  .TopRecords_topListsContainer__3qWVK.TopRecords_topRankings__20CxA .TopRecords_leadingAthletes__2eoTa .TopRecords_card__2WgNb .TopRecords_cardText__16E9a .TopRecords_line__25lr7 {
    margin: 0;
  }
}

/* ================================================
  LATEST RECORDS THEME
================================================ */

.TopRecords_topListsContainer__3qWVK.TopRecords_latestRecords__JJu3d {
    background-color: #ff873c;
    background-color: var(--primary-colour);
  }

.TopRecords_topListsContainer__3qWVK.TopRecords_latestRecords__JJu3d .TopRecords_card__2WgNb {
      padding: 20px;
    }

.TopRecords_topListsContainer__3qWVK.TopRecords_latestRecords__JJu3d .TopRecords_athleteName__3JDEQ {
      width: 80%;
      display: inline-block;
      font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
      font-family: var(--font-family-bold);
      font-size: 1.25rem;
      line-height: 1em;
      border-top: 2px solid #ff873c;
      border-top: 2px solid var(--primary-colour);
      border-bottom: 2px solid #ff873c;
      border-bottom: 2px solid var(--primary-colour);
      padding: 10px 0;
      margin: 10px 0;
      display: flex;
      flex-wrap: wrap;
    }

.TopRecords_topListsContainer__3qWVK.TopRecords_latestRecords__JJu3d .TopRecords_athleteName__3JDEQ span:first-child {
        margin-right: 5px;
      }

.TopRecords_topListsContainer__3qWVK.TopRecords_latestRecords__JJu3d .TopRecords_country__B7KDZ {
      font-size: 1rem;
      text-transform: uppercase;
      font-family: 'World Athletics'
,
Arial
,
sans-serif;
      font-family: var(--font-family-regular);
      color: #818181;
      color: var(--secondary-gray);
      margin-top: 5px;
      flex: 1 1 100%;
    }

.TopRecords_topListsContainer__3qWVK.TopRecords_latestRecords__JJu3d .TopRecords_recordValue__1S3Dj {
      font-size: 2.8rem;
      line-height: 1em;
      margin: 0.5em 0 0.25em 0;
      font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
      font-family: var(--font-family-bold);
      color: #ff873c;
      color: var(--primary-colour);
    }

.TopRecords_topListsContainer__3qWVK.TopRecords_latestRecords__JJu3d .TopRecords_discipline__3QIS8 {
      text-transform: uppercase;
    }

.TopRecords_topListsContainer__3qWVK.TopRecords_latestRecords__JJu3d .TopRecords_recordType__1uUMQ {
      text-transform: none;
    }

.TopRecords_topListsContainer__3qWVK .TopRecords_when__31WEo,
  .TopRecords_topListsContainer__3qWVK .TopRecords_where__2bOuT {
    font-size: 1rem;
  }

.TopRecords_topListsContainer__3qWVK .TopRecords_wLabel__1_Wr2 {
    font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
    font-family: var(--font-family-headline);
  }

@media screen and (max-width: 767px) {
    .TopRecords_topListsContainer__3qWVK .slick-list {
      overflow: visible;
    }
  }

.TopRecords_recordType__1uUMQ {
  color: white;
  text-transform: uppercase;
  background-color: #262626;
  margin-left: -30px;
  padding: 7px 30px 7px 30px;
  display: inline-block;
  line-height: 24px;
  position: relative;
}

.TopRecords_recordType__1uUMQ:before {
  content: '';
  left: 0;
  bottom: -10px;
  position: absolute;
  border-left: 10px solid transparent;
  border-top: 10px solid #818181;
  border-top: 10px solid var(--grayscale-mid);
}

.TopRecords_singleRecordWrap__3sUTG {
  width: 90%;
  margin: 0 1em;
}

.TopRecords_singleRecordLabel__2zVDr {
  font-size: 1.25rem;
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
  margin-bottom: 0.25em;
}

.TopRecords_singleRecordMark__3qrAL {
  color: #ff873c;
  color: var(--primary-colour);
  font-size: 3.125rem;
  display: inline-block;
  margin-right: 0.25em;
  font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
  font-family: var(--font-family-headline);
}

.TopRecords_singleRecordName__Ho6JJ {
  display: inline-block;
}

@media screen and (min-width: 1025px) {
  .TopRecords_singleRecordWrap__3sUTG {
    margin: auto;
  }
  .TopRecords_singleRecordLabel__2zVDr,
  .TopRecords_singleRecordMark__3qrAL {
    display: inline-block;
    font-size: 3.125rem;
    font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
    font-family: var(--font-family-bold);
  }

  .TopRecords_singleRecordMark__3qrAL {
    color: #ff873c;
    color: var(--primary-colour);
    margin: 0 0.5em 0 0.5em;
  }

  .TopRecords_singleRecordName__Ho6JJ {
    display: inline-block;
  }
}

/* ================================================
  MORE NEWS THEME
================================================= */

.TopRecords_topListsContainer__3qWVK.TopRecords_relatedArticles__3_3kq .TopRecords_athletesContainer__2wVrm {
      width: 100%;
      height: 100%;
      overflow: hidden;
      padding: 1.5em 0;
      
    }

.TopRecords_topListsContainer__3qWVK.TopRecords_relatedArticles__3_3kq .TopRecords_athletesContainer__2wVrm .TopRecords_relatedArticles__3_3kq {
        display: block!important;
        width: calc(99.9% - (20px - 20px * 1/3))!important;
      }

.TopRecords_topListsContainer__3qWVK.TopRecords_relatedArticles__3_3kq .TopRecords_athletesContainer__2wVrm .TopRecords_relatedArticles__3_3kq.TopRecords_myAthletics__6SorS {
          width: calc(99.9% - (40px - 40px * 1/3))!important;
        }

@media(max-width: 767px) {

.TopRecords_topListsContainer__3qWVK.TopRecords_relatedArticles__3_3kq .TopRecords_athletesContainer__2wVrm {
        margin-bottom: 0;
        padding: 1.5em 0 0
      
    }
      }

.TopRecords_topListsContainer__3qWVK.TopRecords_relatedArticles__3_3kq.TopRecords_myAthletics__6SorS .TopRecords_athletesContainer__2wVrm {
        padding: 0 0 0 1.5em;
      }

@media(max-width: 767px) {

.TopRecords_topListsContainer__3qWVK.TopRecords_relatedArticles__3_3kq .TopRecords_mobileLink__3z1L8 {
          border-top: 1px solid #000;
          width: 50%;
          text-align: right;
          margin-left: auto;
          margin-right: 10px;
          position: static;
          padding: 10px 0 10px 
    }
        }

.TopRecords_topListsContainer__3qWVK.TopRecords_relatedArticles__3_3kq h3.TopRecords_mainTitle__5yayh {
      font-family: 'World Athletics Heavy'
,
Arial
,
sans-serif;
      font-family: var(--font-family-headline);
      font-size: 24px;
      line-height: 1em;
      margin-top: 5%;
      margin-left: 5%;
      margin-bottom: 1rem;
  }

.TopRecords_topListsContainer__3qWVK.TopRecords_relatedArticles__3_3kq h3.TopRecords_mainTitle__5yayh.TopRecords_myAthletics__6SorS {
        font-size: 36px;
        color: #ffffff;
        color: var(--primary-text-colour);
        font-family: 'World Athletics Bold'
,
Arial
,
sans-serif;
        font-family: var(--font-family-bold);
        margin-left: 4%;
      }

.TopRecords_topListsContainer__3qWVK.TopRecords_relatedArticles__3_3kq h3.TopRecords_mainTitle__5yayh.TopRecords_athletes__3_Kq7 {
        text-transform: uppercase;
        font-size: 16px;
        border-bottom: 1px solid #262626;
        border-bottom: 1px solid var(--primary-gray);
        max-width: 180px;
        line-height: 2;
      margin: 0 5% 1rem;
    }

@media (max-width: 767px) {

.TopRecords_topListsContainer__3qWVK.TopRecords_relatedArticles__3_3kq h3.TopRecords_mainTitle__5yayh.TopRecords_athletes__3_Kq7 {
          border: none;
          text-transform: capitalize
    }
        }

@media(max-width: 1200px) {

.TopRecords_topListsContainer__3qWVK.TopRecords_relatedArticles__3_3kq h3.TopRecords_mainTitle__5yayh.TopRecords_athletes__3_Kq7 {
        margin: 0 2% 1rem
    }
      }

.TopRecords_topListsContainer__3qWVK.TopRecords_relatedArticles__3_3kq h3.TopRecords_mainTitle__5yayh .TopRecords_leadingAthletes__2eoTa {
      display: flex;
      justify-content: space-around;
      align-items: center;
      position: relative;
      max-width: 1550px;
      margin: auto;
    }

@media(max-width: 1200px) {
    .TopRecords_topListsContainer__3qWVK.TopRecords_relatedArticles__3_3kq .slick-list {
    padding: 0;
    margin-left: 2%;
    margin-right: 2%;
  }
  }

.TopRecords_gallery__2OpkT {
  overflow: hidden;
}

.TopRecords_gallery__2OpkT .slick-list {
    padding: 0;
  }

.TopRecords_gallery__2OpkT .slick-slide button {
    display: block !important;
    position: relative;
  }

.TopRecords_gallery__2OpkT .slick-slide > div {
    height: auto;
  }

.TopRecords_gallery__2OpkT .slick-prev::after, .TopRecords_gallery__2OpkT .slick-next::after {
    z-index: 1;
    padding: 30px;
    background: url('/static/chev-right-bw.svg');
    background-size: contain;
    background-repeat: no-repeat;
  }

@media screen and (max-width: 1024px) {
    .TopRecords_gallery__2OpkT .slick-prev::after, .TopRecords_gallery__2OpkT .slick-next::after {
      display: none !important;
    }
  }
