<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/* ====TYPOGRAPHY==== */
/*body.race-to-year-end .header-main .logo img { height:45px; }
body.race-to-year-end.fr .header-main .logo img { height:45px; }*/
body.race-to-year-end .content-block--wysiwyg p {  font-size:14px; }
body.race-to-year-end header.header-landing{ padding: 15px 0 15px; z-index: 99; }
@media screen and (max-width: 767px) {
	body.race-to-year-end .logo {
		display:block;
	}
	body.race-to-year-end .logo img {
		max-width:89px;
		width:100%;
	}
}

body.race-to-year-end {
  font-family: "Lato", sans-serif;
  font-weight: 400;
  font-size: 10px;
  line-height: 1.7;
  color: #777; }

.heading-primary {
  color: #fff;
  text-transform: uppercase;
  backface-visibility: hidden;
  line-height: 1; font-family: "Lato", sans-serif; font-size: inherit; letter-spacing: 0; }
  .heading-primary--main {
    display: block;
    font-size: 45px;
    line-height: .9;
	font-weight:400;
    font-family: "bebas-kai", sans-serif; }
    @media screen and (min-width: 768px) {
      .heading-primary--main {
        font-size: 100px; } }
  .heading-primary--sub {
    display: block;
    font-size: 20px;
    color: #8dc63f; }
    @media screen and (min-width: 768px) {
      .heading-primary--sub {
        font-size: 30px; } }
    @media screen and (min-width: 1024px) {
      .heading-primary--sub {
        text-shadow: 2px 2px 2px rgba(0, 0, 0, 0.5);
        text-align: right; } }

.heading-secondary {
  text-transform: uppercase;
  color: #8dc63f;
  font-size: 24px;
  font-weight: 700;
  line-height: 1.3;
  font-family: "Lato", sans-serif;
  letter-spacing:0;
  }
  @media screen and (min-width: 1024px) {
    .heading-secondary {
      font-size: 30px; } }

.heading-tiertiary {
  font-size: 16px;
  font-weight: 700;
  text-transform: uppercase; }

.paragraph {
	font-size: 16px;
	line-height: 1.8;
	letter-spacing: 0; }
  .paragraph:not(last-child) {
    margin-bottom: 32px; }

/* ==== UTILITY ==== */
.u-center-text {
  text-align: center !important; }

.u-bold-text {
  font-weight: 600; }

.u-color-text-green {
  color: #8dc63f; }

.u-block-text {
  display: block; }

.u-margin-bottom-big {
  margin-bottom: 40px !important; }
  @media screen and (min-width: 1024px) {
    .u-margin-bottom-big {
      margin-bottom: 80px !important; } }

.u-margin-bottom-medium {
  margin-bottom: 20px !important; }
  @media screen and (min-width: 1024px) {
    .u-margin-bottom-medium {
      margin-bottom: 29px !important; } }

.u-margin-bottom-small {
  margin-bottom: 12px !important; }
  @media screen and (min-width: 1024px) {
    .u-margin-bottom-small {
      margin-bottom: 15px â€‹!important; } }

.u-margin-top-huge {
  margin-top: 80px !important; }

.u-margin-top-big {
  margin-top: 100rem !important; }

.anchor-offset {
  position: relative;
  display: block;
  top: -80px;
  visibility: hidden; }

.race-to-year-end .header__navigation-btn-container .btn, .race-to-year-end .header__navigation-btn-container .btn:link, .race-to-year-end .header__navigation-btn-container .btn:visited {
  text-transform: uppercase;
  text-decoration: none;
  padding: .5rem!important;
  display: inline-block;
  border-radius: 1rem;
  position: relative;
  font-size: 16px;
  border: none;
  cursor: pointer; height:auto; color:#ffffff; min-width:inherit; }
  @media screen and (min-width: 1024px) {
    .race-to-year-end .header__navigation-btn-container .btn, .race-to-year-end .header__navigation-btn-container .btn:link, .race-to-year-end .header__navigation-btn-container .btn:visited {
      padding: .5rem 4rem!important; } }

/* .btn:hover { */
  /* box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.2); } */

/* .btn:active, .btn:focus { */
  /* box-shadow: 0 0.5rem 2rem rgba(0, 0, 0, 0.2); } */

.btn--setwidth {
  padding: .5rem 4rem; }

.btn--header {
  padding: .5rem;
  width: 30%; }

.btn--green {
  color: #fff;
  background-color: #8dc63f; }
  .btn--green::after {
    background-color: #8dc63f; }
  .btn--green:hover {
    background-color: #228b48; }

.btn-text:link, .btn-text:visited {
  font-size: 16px;
  color: #8dc63f;
  display: inline-block;
  text-decoration: none;
  border-bottom: 1px solid #8dc63f;
  padding: 3px; }

.btn-text:hover {
  background-color: #8dc63f;
  color: #fff;
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15); }

.btn-text:active {
  box-shadow: 0 1rem 2rem rgba(0, 0, 0, 0.15);
  transform: translateY(0); }

/* ==== HEADER ==== */
.header__bar {
  height: 65px;
  background-color: #000;
  display: none; }
  @media screen and (min-width: 1024px) {
    .header__bar {
      display: block; } }

.header__bar-wrapper {
  max-width: 870px;
  margin: 0 auto; }

.header__hero {
  position: relative;
  margin: 0 auto;
  background-repeat: no-repeat;
  background-color: #000;
  height: 235px;
  background-image: url(../img/hero-sm.jpg);
  background-position: center center;
  background-size: cover; }
	@media screen and (min-width: 480px) {
	   .header__hero {
		  height: 345px; }
	}
	@media screen and (min-width: 640px) {
	   .header__hero {
		  height: 415px; }
	}
  @media screen and (min-width: 768px) {
    .header__hero {
      height: 480px;
      background-image: url(../img/hero-lg.jpg); } }
  @media screen and (min-width: 1024px) {
    .header__hero {
      height: 505px;
      background-position: bottom center; } }

.header__logo-box {
  position: absolute;
  left: 50%;
  top: 2rem;
  transform: translateX(-50%); }
  @media screen and (min-width: 768px) {
    .header__logo-box {
      top: 4rem; } }
  @media screen and (min-width: 1024px) {
    .header__logo-box {
      padding-top: 1rem;
      position: initial;
      transform: initial; } }
  @media screen and (min-width: 1024px) {
    .header__logo-box--mobile {
      display: none; } }

.header__logo {
  height: 4rem;
  /* Browser will figure out width, prefer to set height */ }
  @media screen and (min-width: 768px) {
    .header__logo {
      height: 5rem; } }
  @media screen and (min-width: 1024px) {
    .header__logo {
      height: 4.5rem; } }

.header__contest {
  line-height: 1.3;
  font-size: 16px; color:#ffffff; }
  @media screen and (min-width: 1024px) {
    .header__contest {
      font-size: 18px; } }

.header__navigation {
  background-color: #000;
  text-align: center; }

.header__navigation-wrapper {
  padding: 4vh 1rem; }
  @media screen and (min-width: 768px) {
    .header__navigation-wrapper {
      padding: 3rem 12rem; } }
  @media screen and (min-width: 1024px) {
    .header__navigation-wrapper {
      margin: 0 auto;
      padding: 3rem 0;
      width: 870px; } }

.header__navigation-btn-container {
  display: flex;
  width: 100%;
  justify-content: space-between; }
.header__text-box img {
    max-width: 100px;
    margin: 0 auto 10px;
    width: 100%;
}
@media screen and (min-width: 768px) {
	.header__text-box img {
		max-width: 150px;
		margin: 0 auto 20px;
		width: 100%;
	}
}
.header__text-box {
  position: absolute;
  top: 20px;
  text-align: center;
  left: 50%;
  transform: translatex(-50%);
  width: 100%;
  padding: 0 .5rem; }
  @media screen and (min-width: 768px) {
    .header__text-box {
      top: 40px; } }
  @media screen and (min-width: 1024px) {
    .header__text-box {
      top: 40px;
      transform: translateY(0);
      transform: translatex(-50%);
      width: 600px; }
      [lang=fr] .header__text-box {
        top: 20px;
        width: 1035px; } }

.header__text-date {
  color: #8dc63f;
  font-size: 1.8rem;
  line-height: 1.3; }
  @media screen and (min-width: 1024px) {
    .header__text-date {
      font-size: 25px; } }

.header__text-details {
  color: #fff; }
  @media screen and (min-width: 768px) {
    .header__text-details {
      font-size: 1.8rem; } }

/* ==== FOOTER ==== */
.footer {
  background-color: #000;
  color: #fff; }
  .footer__wrapper {
    padding: 3rem 4rem; }
    @media screen and (min-width: 768px) {
      .footer__wrapper {
        padding: 6rem 4rem; } }
    @media screen and (min-width: 1024px) {
      .footer__wrapper {
        width: 1200px;
        margin: 0 auto; }
        .footer__wrapper p {
          font-size: 1.6rem; } }
  .footer__logo {
    display: block;
    height: 4.5rem; }
    @media screen and (min-width: 1024px) {
      .footer__logo {
        float: left;
        height: 6rem;
        padding-right: 3rem; } }
  @media screen and (min-width: 1024px) {
    .footer__legal {
      display: inline-block;
      width: 80%; } }

/* ==== HOME ==== */
.leaderboard__wrapper {
  padding: 40px 30px; }
  @media screen and (min-width: 768px) {
    .leaderboard__wrapper {
      padding: 60px 80px; } }
  @media screen and (min-width: 1024px) {
    .leaderboard__wrapper {
      margin: 0 auto;
      width: 870px;
      padding: 62px 0; } }

.leaderboard--central {
  background-color: #f5f5f5; }

.leaderboard__heading-wrap {
  position: relative; }

.leaderboard__triangle {
  display: none; }
  @media screen and (min-width: 1024px) {
    .leaderboard__triangle {
      position: absolute;
      top: 1.5rem;
      left: -3rem;
      display: block;
      width: 1.5rem;
      height: 1.5rem;
      clip-path: polygon(0 0, 0% 100%, 100% 43%);
      background-color: #8dc63f; } }

.leaderboard__subtext {
  padding-bottom: 2rem;
  font-size: 18px;
  border-bottom: 1px solid black;
  line-height: 1.3; letter-spacing: 0; }
  @media screen and (min-width: 1024px) {
    .leaderboard__subtext {
      padding-bottom: 0;
      font-size: 22px; } }

.leaderboard:nth-child(odd) .leaderboard__rankings::before {
  content: " ";
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-top: 3px solid #fff;
  border-bottom: 3px solid #fff; }

.leaderboard:nth-child(even) .leaderboard__rankings::before {
  content: " ";
  position: absolute;
  z-index: 20;
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  border-top: 3px solid #f5f5f5;
  border-bottom: 3px solid #f5f5f5; }

.leaderboard__rankings {
  background-color: #e2e2e2;
  position: relative;
  padding: 28px 0;
  border-top: 1px solid #000;
  border-bottom: 1px solid #000; }

.leaderboard__race-text {
  display: block; }
  @media screen and (min-width: 768px) {
    .leaderboard__race-text {
      display: inline-block; } }

.leaderboard__rank-box {
  display: inline-block;
  margin-right: 1rem;
  text-align: center;
  line-height: 1.1; }
  /* .leaderboard__rank-box:last-child { margin-right: 0; } */
  @media screen and (min-width: 768px) {
    .leaderboard__rank-box {
      margin-right: 20px; } }
  @media screen and (min-width: 1024px) {
    .leaderboard__rank-box {
      margin-right: 35px; }
      [lang=fr] .leaderboard__rank-box {
        margin-right: 30px; } }
  .leaderboard__rank-box--first-row {
    margin-right: 0; }
    @media screen and (min-width: 768px) {
      .leaderboard__rank-box--first-row {
        margin-right: 20px; } }
    @media screen and (min-width: 1024px) {
      .leaderboard__rank-box--first-row {
        margin-right: 50px; } }
  @media screen and (min-width: 768px) {
    .leaderboard__rank-box--group2 {
      margin-right: 20px; } }
  @media screen and (min-width: 1024px) {
    .leaderboard__rank-box--group2 {
      margin-right: 0; } }

.leaderboard__rank-place {
  font-size: 13px;
  font-weight: 700; }
  @media screen and (min-width: 768px) {
    .leaderboard__rank-place {
      font-size: 18px; } }
  @media screen and (min-width: 1024px) {
    .leaderboard__rank-place {
      font-size: 18px; }
      [lang=fr] .leaderboard__rank-place {
        font-size: 18px; } }

.leaderboard__rank-dollar {
  font-size: 18px;
  font-weight: 700;
  color: #8dc63f; }
  .leaderboard__rank-dollar sup {
    font-size: 10px; }
    @media screen and (min-width: 768px) {
      .leaderboard__rank-dollar sup {
        font-size: 13px; } }
    @media screen and (min-width: 1024px) {
      .leaderboard__rank-dollar sup {
        font-size: 16px; } }
  @media screen and (min-width: 768px) {
    .leaderboard__rank-dollar {
      font-size: 30px; } }
  @media screen and (min-width: 1024px) {
    .leaderboard__rank-dollar {
      font-size: 30px; }
      [lang=fr] .leaderboard__rank-dollar {
        font-size: 30px; } }

.leaderboard__rank-megabucks {
  font-size: 16px;
  color: #8dc63f; }
  @media screen and (min-width: 768px) {
    .leaderboard__rank-megabucks {
      font-size: 13px; } }
  @media screen and (min-width: 1024px) {
    .leaderboard__rank-megabucks {
      font-size: 16px; }
      [lang=fr] .leaderboard__rank-megabucks {
        font-size: 13px; } }

.leaderboard__rank-container {
  padding: 0 15px; }
  [lang=fr] .leaderboard__rank-container {
    padding: 0 0rem; }
  @media screen and (min-width: 768px) {
    .leaderboard__rank-container {
      text-align: center; } }

.leaderboard__rank-group {
  text-align: center; }
  .leaderboard__rank-group--first-row {
    margin-bottom: 10px; }
    @media screen and (min-width: 768px) {
      .leaderboard__rank-group--first-row {
        margin-bottom: 0; }
        [lang=fr] .leaderboard__rank-group--first-row {
          margin-bottom: 10px; } }
    @media screen and (min-width: 1024px) {
      .leaderboard__rank-group--first-row {
        margin-bottom: 0; }
        [lang=fr] .leaderboard__rank-group--first-row {
          margin-bottom: 0rem; } }
  @media screen and (min-width: 768px) {
    .leaderboard__rank-group {
      display: inline-block; } }

.leaderboard__list ol {
  padding-inline-start: 24px; }
  @media screen and (min-width: 768px) {
    .leaderboard__list ol {
      padding-inline-start: initial; } }

@media screen and (min-width: 768px) {
  .leaderboard__list {
    width: 600px;
    margin: 0 auto; } }
.leaderboard__list-number.number-list {
	list-style-type:number;
}
.leaderboard__list-number {
  position: relative;
  font-size: 14px;
  line-height: 1;
  font-weight: 700;
  text-align: left; list-style-type: none; }
  @media screen and (min-width: 768px) {
    .leaderboard__list-number {
      text-align: center;
      font-size: 16px;
      line-height: 1.3; } }
  .leaderboard__list-number--skip {
    list-style-type: none;
    counter-increment: none; }

.leaderboard__list-line {
  font-weight: initial;
  padding-top: 5px;
  padding-left: 10px;
  border-bottom: 1px solid #000;
  display: inline-block;
  padding-bottom: 5px;
  width: 90%; }
  .leaderboard__list-line--title {
    margin-bottom: 10px;
    color: #8dc63f;
    font-weight: 700; }
  .leaderboard__list-line--blank {
    width: 100%; }
  .leaderboard__list-line--name {
    width: 60%; }
  .leaderboard__list-line--purchased {
    width: 30%;
    margin-left: 0;
    padding-left: 0; }

.leaderboard__disclaimer {
  text-align: center;
  font-size: 14px; }
</pre></body></html>