/**
 * The CSS file sent to the home page.
 */
.swiper-slide {
  height: 25rem !important;
  width: 40rem !important;
  max-width: 100vw !important;
  position: relative;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 600px) {
  .swiper-slide {
    height: 17.5rem !important;
  }
}
.swiper-slide img {
  height: 100% !important;
  width: 100% !important;
  object-fit: cover;
  object-position: center;
  filter: brightness(0.75);
}
.swiper-slide h3 {
  text-transform: uppercase;
  font-size: 2.75rem;
  font-weight: 900;
  font-style: italic;
  font-family: var(--heading2);
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  text-align: center;
  line-height: 110%;
}
@media (max-width: 600px) {
  .swiper-slide h3 {
    font-size: 2rem;
  }
}
.swiper-slide a {
  font-size: 0.9rem;
  font-family: var(--heading);
  text-transform: uppercase;
  text-decoration: none;
  font-weight: 600;
  letter-spacing: 0.07rem;
  position: absolute;
  bottom: 0;
  right: 3rem;
  background-color: var(--gold);
  padding: 1.25rem 2.25rem;
  cursor: pointer;
  transition: padding 0.1s linear, color 0.1s linear;
}
@media (max-width: 600px) {
  .swiper-slide a {
    padding: 1rem 2rem;
  }
}
.swiper-slide a:hover {
  color: var(--grey);
  font-weight: 600;
  padding: 1.25rem 2.75rem;
}
@media (max-width: 600px) {
  .swiper-slide a:hover {
    padding: 1rem 2.5rem;
  }
}

#__next article {
  flex-direction: column;
  flex-grow: 1;
}
#__next article .splash-image {
  flex-direction: column;
  flex-basis: 25rem;
  color: var(--white);
  align-items: flex-start;
}
#__next article .splash-image img {
  position: absolute;
  height: 100%;
  width: 100%;
  object-fit: cover;
  object-position: left;
  filter: brightness(0.45) contrast(1.1);
  transform: scaleX(-1);
}
#__next article .splash-image .contain {
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  flex-basis: 100%;
}
#__next article .splash-image .content {
  flex-direction: column;
  justify-content: center;
  justify-items: center;
  width: 45rem;
  max-width: 100%;
  margin: 2rem 0rem;
  filter: drop-shadow(2px 2px 4px rgba(0, 0, 0, 0.4));
}
#__next article .splash-image .content h1 {
  font-size: 4rem;
  border-bottom: 0.25rem solid var(--gold);
  width: fit-content;
  line-height: 90%;
  font-weight: 600;
  margin: 1rem 0rem 0.5rem 0rem;
}
@media (max-width: 700px) {
  #__next article .splash-image .content h1 {
    font-size: 2rem;
  }
}
#__next article .splash-image .content h2 {
  font-size: 2rem;
  font-style: italic;
  font-weight: 500;
  margin: 0.2rem 0rem;
}
@media (max-width: 700px) {
  #__next article .splash-image .content h2 {
    font-size: 1.25rem;
  }
}
#__next article .splash-image .content p {
  font-size: 1.2rem;
  line-height: 180%;
  margin: 1rem 0rem;
}
@media (max-width: 700px) {
  #__next article .splash-image .content p {
    font-size: 1.1rem;
    line-height: 150%;
  }
}
#__next article .splash-image .content a {
  font-family: var(--heading);
  text-transform: uppercase;
  background-color: var(--gold);
  border-radius: 0.5rem;
  font-weight: 600;
  width: fit-content;
  padding: 0.8rem 1.5rem 0.5rem 1.5rem;
  text-decoration: none;
  font-size: 1.3rem;
  box-shadow: 0rem 0rem 0rem 0rem var(--gold);
  transition: background-color 0.1s linear, transform 0.1s linear, box-shadow 0.1s linear;
  margin: 0.75rem 0rem;
}
@media (max-width: 700px) {
  #__next article .splash-image .content a {
    font-size: 1.1rem;
  }
}
#__next article .splash-image .content a:hover, #__next article .splash-image .content a:focus-visible {
  background-color: rgba(0, 0, 0, 0.3);
  transform: scale(1.05);
  box-shadow: 0rem 0rem 0rem 0.3rem var(--gold);
}
#__next article .title {
  width: 100%;
  justify-content: center;
}
#__next article .title h2 {
  font-size: 3rem;
  font-weight: 600;
  background-image: linear-gradient(to right, var(--gold), var(--gold) 100%);
  background-repeat: no-repeat;
  background-size: 10rem 0.4rem;
  background-position: center bottom;
  padding-bottom: 0.75rem;
  text-align: center;
}
@media (max-width: 700px) {
  #__next article .title h2 {
    font-size: 2rem;
  }
}
#__next article .highlights {
  flex-wrap: wrap;
  justify-content: center;
  padding: 2rem 0rem;
}
#__next article .highlights .title {
  margin: 2rem 0rem;
}
#__next article .highlights .highlight {
  flex-basis: 30rem;
  flex-direction: column;
  margin: 0rem 0.5rem 1rem 0.5rem;
}
@media (max-width: 600px) {
  #__next article .highlights .highlight {
    margin: 0rem 0rem 1rem 0rem;
  }
}
#__next article .highlights .highlight .image-wrapper {
  height: 20rem;
  width: 100%;
  border-radius: 1rem;
  overflow: hidden;
}
@media (max-width: 700px) {
  #__next article .highlights .highlight .image-wrapper {
    height: 15rem;
  }
}
#__next article .highlights .highlight .image-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#__next article .highlights .highlight h3 {
  font-size: 1.75rem;
  font-weight: 600;
  margin: 1.75rem 0rem 1.25rem 0rem;
  width: fit-content;
}
@media (max-width: 700px) {
  #__next article .highlights .highlight h3 {
    font-size: 1.5rem;
    margin: 1.5rem 0rem 1rem 0rem;
  }
}
#__next article .highlights .highlight p {
  font-size: 1.2rem;
  line-height: 160%;
}
@media (max-width: 700px) {
  #__next article .highlights .highlight p {
    font-size: 1.1rem;
    line-height: 150%;
  }
}
#__next article .highlights .highlight a {
  font-family: var(--heading);
  font-weight: 600;
  font-size: 1.2rem;
  text-transform: uppercase;
  color: var(--gold);
  background-image: linear-gradient(var(--halfGold), var(--halfGold)), linear-gradient(var(--gold), var(--gold)), linear-gradient(var(--halfGold), var(--halfGold));
  background-size: 50% 0.175rem, 0% 0.175rem, 50% 0.175rem;
  background-repeat: no-repeat;
  background-position: bottom left, bottom center, bottom right;
  padding-bottom: 0.3rem;
  text-decoration: none;
  width: fit-content;
  transition: background-size 0.15s ease-in-out;
  margin: 1.5rem auto;
  line-height: 90%;
}
@media (max-width: 700px) {
  #__next article .highlights .highlight a {
    font-size: 1.1rem;
  }
}
#__next article .highlights .highlight a:hover, #__next article .highlights .highlight a:focus-visible {
  background-size: 0% 0.175rem, 100% 0.175rem, 0% 0.175rem;
}
#__next article .slides {
  flex-direction: column;
  background-color: var(--grey);
}
#__next article .slides .swiper {
  color: var(--white);
  background-color: var(--darkGrey);
  padding-bottom: 6rem !important;
  width: fit-content;
  max-width: 100vw;
  width: 100%;
}
#__next article .slides .swiper .swpier-wrapper {
  width: fit-content;
  max-width: 100vw;
}
#__next article .slides .swiper .controller {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  position: absolute;
  background-color: rgba(255, 255, 255, 0.05);
  bottom: 0;
  width: 40%;
  left: 0;
  height: 6rem;
  gap: 3rem;
  padding: 0 4rem;
}
#__next article .slides .swiper .controller .arrows {
  display: flex;
  border-right: 0.1rem solid rgba(255, 255, 255, 0.25);
  padding: 0.1rem 3rem 0.1rem 0rem;
  height: fit-content;
  gap: 1.5rem;
}
#__next article .slides .swiper .controller i {
  cursor: pointer;
  transition: color 0.1s linear, transform 0.1s linear;
}
#__next article .slides .swiper .controller i:hover {
  color: var(--gold);
  transform: scale(1.1);
}
#__next article .slides .swiper .controller p {
  font-size: 0.9rem;
}
@media (max-width: 700px) {
  #__next article .slides .swiper .controller {
    width: 100%;
    justify-content: center;
  }
}
#__next article .slides .swiper .swiper-pagination {
  width: calc(60% - 16rem) !important;
  left: calc(40% + 12rem) !important;
  top: calc(100% - 3rem) !important;
  height: 0.125rem !important;
  background-color: rgba(255, 255, 255, 0.25);
}
#__next article .slides .swiper .swiper-pagination .swiper-pagination-progressbar-fill {
  background-color: var(--gold);
}
#__next article .slides .swiper .swiper-pagination .swiper-pagination-bullet {
  height: 0.9rem;
  width: 0.9rem;
  margin: 0 0.5rem;
  background-color: var(--white);
  transition: 0.1s linear opacity, transform 0.1s linear;
}
#__next article .slides .swiper .swiper-pagination .swiper-pagination-bullet:hover, #__next article .slides .swiper .swiper-pagination .swiper-pagination-bullet:focus-visible {
  opacity: 0.5;
  transform: scale(1.2);
}
@media (max-width: 700px) {
  #__next article .slides .swiper .swiper-pagination {
    display: none;
  }
}
#__next article .slides .title {
  margin: 4rem 0rem;
}
#__next article .faqs {
  padding: 2.5rem 0rem 3.5rem 0rem;
}
#__next article .faqs .contain {
  flex-direction: column;
}
#__next article .faqs .contain .title {
  margin: 2rem 0rem;
  align-items: center;
  justify-content: center;
}
#__next article .faqs .contain .title h2 {
  line-height: 100%;
  width: fit-content;
  height: fit-content;
  padding-bottom: 0.5rem;
  margin-bottom: 1.25rem;
  background-size: 0.4rem 5rem;
  background-position: center right;
  padding-bottom: 0rem;
  margin-bottom: 0rem;
  padding-top: 0.5rem;
  padding-right: 2rem;
  margin-right: 1.5rem;
}
#__next article .faqs .contain .title a {
  font-family: var(--heading);
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 100%;
  text-decoration: none;
}
@media (max-width: 800px) {
  #__next article .faqs .contain .title a {
    font-size: 1.1rem;
  }
}
#__next article .faqs .contain .title a i {
  font-size: 1.3rem;
}
#__next article .faqs .contain .title a span {
  background-image: linear-gradient(var(--halfBlack), var(--halfBlack)), linear-gradient(var(--gold), var(--gold)), linear-gradient(var(--halfBlack), var(--halfBlack));
  background-size: 50% 0.175rem, 0% 0.175rem, 50% 0.175rem;
  background-repeat: no-repeat;
  background-position: bottom left, bottom center, bottom right;
  padding-bottom: 0.3rem;
  text-decoration: none;
  width: fit-content;
  transition: background-size 0.15s ease-in-out;
  padding-bottom: 0.1rem;
  margin-left: 0.5rem;
}
#__next article .faqs .contain .title a span:hover, #__next article .faqs .contain .title a span:focus-visible {
  background-size: 0% 0.175rem, 100% 0.175rem, 0% 0.175rem;
}
#__next article .faqs .contain .leaders {
  justify-content: space-around;
  flex-wrap: wrap;
}
#__next article .faqs .contain .leaders .leader {
  flex-basis: 20rem;
  height: fit-content;
  background-color: var(--grey);
  flex-direction: column;
  margin: 0.5rem;
}
#__next article .faqs .contain .leaders .leader .image-wrapper {
  height: 20rem;
  width: 20rem;
}
#__next article .faqs .contain .leaders .leader .image-wrapper img {
  object-fit: cover;
  height: 100%;
  width: 100%;
}
#__next article .faqs .contain .leaders .leader .text {
  flex-direction: column;
  margin: 1rem;
}
#__next article .faqs .contain .leaders .leader .text h2 {
  font-size: 1.5rem;
  font-weight: 600;
  border-bottom: 0.2rem solid var(--gold);
  margin-bottom: 0.75rem;
  padding-bottom: 0.1rem;
  text-align: center;
  justify-content: center;
}
#__next article .faqs .contain .leaders .leader .text h4 {
  color: var(--gold);
  font-size: 1.2rem;
  font-style: italic;
}
#__next article .faqs .contain .leaders .leader .text .blurb {
  margin-top: 1.5rem;
  font-style: italic;
  font-weight: 500;
  font-size: 1.1rem;
  line-height: 120%;
}
#__next article .testimonials {
  background-color: var(--black);
  color: var(--white);
}
#__next article .testimonials .contain {
  flex-direction: column;
  padding: 1rem 0rem 6rem 0rem;
}
#__next article .testimonials .title {
  margin: 3rem 0rem;
}
#__next article .testimonials .players {
  flex-wrap: wrap;
}
#__next article .testimonials .players .testimonial {
  flex-basis: 25rem;
  flex-grow: 1;
  flex-direction: column;
  background-color: rgba(255, 255, 255, 0.15);
  border-radius: 1rem;
  padding: 1.75rem 2rem 0.75rem 2rem;
  margin: 0.5rem;
  height: fit-content;
}
@media (max-width: 700px) {
  #__next article .testimonials .players .testimonial {
    padding: 1.25rem 1.5rem 0.5rem 1.5rem;
    border-radius: 0.5rem;
  }
}
#__next article .testimonials .players .testimonial p {
  font-size: 1.2rem;
  line-height: 150%;
}
@media (max-width: 700px) {
  #__next article .testimonials .players .testimonial p {
    font-size: 1.05rem;
  }
}
#__next article .testimonials .players .testimonial > div {
  align-items: center;
  flex-wrap: wrap;
  justify-content: center;
  margin: 1rem 0rem;
}
#__next article .testimonials .players .testimonial > div img {
  width: 4rem;
  height: auto;
  border-radius: 10rem;
  margin-right: 1rem;
}
#__next article .testimonials .players .testimonial > div h4 {
  flex-basis: 12rem;
  flex-grow: 1;
  font-size: 1.2rem;
  font-weight: 600;
  font-family: var(--body);
}
@media (max-width: 700px) {
  #__next article .testimonials .players .testimonial > div h4 {
    font-size: 1.1rem;
  }
}

/*# sourceMappingURL=index.css.map */
