@charset "UTF-8";
/* colors */
/* screen width breaks */
@font-face {
  font-family: "poppins-regular";
  src: url(/fonts/Poppins/Poppins-Regular.ttf);
  font-weight: 400;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "poppins-medium";
  src: url(/fonts/Poppins/Poppins-Medium.ttf);
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "poppins-bold";
  src: url(/fonts/Poppins/Poppins-Bold.ttf);
  font-weight: 700;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: "Gotham Bold";
  src: url("/fonts/gotham-bold-webfont.woff2") format("woff2"), url("/fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
@font-face {
  font-family: gotham-bold;
  src: url("/fonts/gotham-bold-webfont.woff2") format("woff2"), url("/fonts/gotham-bold-webfont.woff") format("woff");
  font-weight: 500;
  font-style: normal;
  font-stretch: normal;
}
/* colors */
/* screen width breaks */
.icon.privacy-choices {
  content: url("/icons/icon-privacyoptions.svg");
  width: 1.5rem;
  height: auto;
  transform: scale(1.7);
  margin-top: -2px;
  margin-right: 12px;
  margin-left: 10px;
}
.icon.arrow-right {
  content: url(/icons/icon_arrow.svg);
  width: 0.625rem;
  height: auto;
}
.icon.eyebrow-endcap {
  content: url(/icons/eyebrow-endcap.svg);
  width: auto;
  height: 100%;
  margin: 0;
}

button > * .icon:not(.left-side), a > * .icon:not(.left-side) {
  margin-left: 1.25rem;
}
button > * .icon.left-side, a > * .icon.left-side {
  margin-right: 0.5rem;
}

/* colors */
/* screen width breaks */
h1,
h2,
h3,
h4,
h5,
h6 {
  text-transform: uppercase;
  margin: 0;
  padding: 0;
}

h1 {
  font-family: poppins-medium;
  font-size: 4.5rem;
  line-height: 1.05em;
  font-weight: 500;
}

h2 {
  font-family: poppins-medium;
  font-size: 3.75rem;
  line-height: 1.05em;
  font-weight: 500;
}

h3 {
  font-family: poppins-bold;
  font-size: 3rem;
  line-height: 1.1em;
  font-weight: 500;
}

h4 {
  font-family: poppins-bold;
  font-size: 2.25rem;
  line-height: 1.2em;
}
h4.neon-glow {
  text-shadow: 0 0 20 #3cc751;
}

h5 {
  font-family: poppins-bold;
  font-size: 1.625rem;
  line-height: 1.25em;
}

h6 {
  font-family: poppins-bold;
  font-size: 1.25rem;
  line-height: 1.25em;
}
h6.neon-glow {
  text-shadow: 0 0 15 #3cc751;
}

@media screen and (max-width: 1099px) {
  h1 {
    font-size: 3.75rem;
  }
  h2 {
    font-size: 2.75rem;
  }
  h3 {
    font-size: 2rem;
  }
  h4 {
    font-size: 1.25rem;
  }
  h5 {
    font-size: 1.125rem;
  }
}
p {
  font-family: poppins-medium;
  font-size: 1rem;
  line-height: 1.5em;
}
p.x-small-text {
  font-size: 12px;
}
p.text-small {
  font-size: 0.875rem;
}

.caption {
  font-family: poppins-medium;
  font-size: 0.75rem;
  line-height: 1.5em;
  color: white;
}

.sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}

.no-wrap {
  white-space: nowrap;
}

.color-black {
  color: black;
}

img {
  max-width: 100%;
}

a,
button.anchor {
  color: white;
  text-decoration: underline;
}

button.anchor {
  font-family: inherit;
  font-size: inherit;
  display: inline;
  background: none;
  border: none;
  outline: none;
  text-align: left;
  cursor: pointer;
  padding: 0;
  margin: 0;
}

footer {
  color: #fff;
}

@media screen and (max-width: 1099px) {
  .mobile-full-width {
    width: 100%;
  }
}

*[disabled],
*[disabled=disabled] {
  opacity: 0.5;
  cursor: not-allowed !important;
}

@media screen and (max-width: 1099px) {
  .desktop-only {
    display: none !important;
  }
}

@media screen and (min-width: 1100px) {
  .mobile-only {
    display: none !important;
  }
}

/* colors */
/* screen width breaks */
.coupon-button {
  display: flex;
  align-items: center;
  justify-content: center;
  border: 2px solid transparent;
  height: 50px;
  border-radius: 25px;
  text-align: center;
  font-family: poppins-bold;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%;
  /* 24px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  max-width: 100%;
}
.coupon-button.short {
  height: 30px;
  border-radius: 100px;
  border: 1px solid transparent;
  font-size: 12px;
}
.coupon-button.tall {
  height: 70px;
  border-radius: 35px;
  font-size: 24px;
  letter-spacing: 0.48px;
}
.coupon-button.svg-anchor {
  display: flex;
  align-items: center;
  gap: 10px;
}
.coupon-button.anchor {
  color: #000;
  font-family: "poppins-medium";
  font-size: 14px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%;
  /* 21px */
  letter-spacing: 0.14px;
  text-transform: inital;
  text-align: center;
  width: auto;
  height: auto;
}
.coupon-button.white {
  background: #fff;
  color: #001e62;
  border-color: #fff;
}
.coupon-button.white.invert {
  background: transparent;
  color: #fff;
  border-color: #fff;
}
.coupon-button.black {
  background: #333;
  color: #fff;
  border-color: #333;
}
.coupon-button.black.invert {
  background: transparent;
  color: #333;
  border-color: #333;
}
.coupon-button.accent {
  color: #fff;
  background: #218831;
  border-color: #218831;
}
.coupon-button.accent.invert {
  color: #218831;
  background: transparent;
  border-color: transparent;
}

button.toggle {
  border-radius: 100rem;
}

.button {
  position: relative;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  color: black;
  background-color: white;
  border: solid 2px black;
  border-radius: 100rem;
  padding: 0.5625rem 1rem;
  box-sizing: border-box;
  overflow: clip;
  width: var(--button-width, max-content);
  max-width: 100%;
  cursor: pointer;
  text-decoration: none;
  transition: all 0.2s ease-in-out;
  height: 50px;
}
.button:has(.arrow-right) {
  padding: 0.6875rem 18px 0.6875rem 23px;
}
.button.set-no-border:has(.arrow-right), .button.no-border:has(.arrow-right) {
  padding: 0.8125rem 20px 0.8125rem 25px;
}
.button .foreground {
  z-index: 1;
  text-transform: uppercase;
  color: black;
  font-family: "poppins-bold";
  font-size: 1rem;
  line-height: 1.5em;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}
.button:has(.arrow-right) .foreground {
  line-height: 1.5;
  letter-spacing: 0.64px;
}
.button .backdrop {
  background: #f5f5f5;
  border-radius: 100rem;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 101%;
  aspect-ratio: 1;
  transform: translate(-50%, -50%) scale(0);
  transition: all 0.2s ease-in-out;
}
.button:hover:not([disabled=disabled], [disabled]) .backdrop {
  transform: translate(-50%, -50%) scale(1);
}
.button.no-transform:hover:not([disabled=disabled], [disabled]) {
  transform: none;
}
.button.no-border {
  border: none;
  padding: calc(0.5625rem + 2px) calc(1rem + 2px);
}
.button[disabled], .button[disabled=disabled] {
  cursor: not-allowed !important;
  opacity: 50%;
}
.button.full-width {
  width: 100%;
}
.button.primary {
  background: #218831;
  color: white;
  border-color: white;
}
.button.primary .backdrop {
  background: #186123;
}
.button.primary .foreground {
  color: white;
}
.button.secondary {
  background: white;
  color: #218831;
  border-color: #218831;
}
.button.secondary .backdrop {
  background: #186123;
}
.button.secondary .foreground {
  color: #218831;
}
.button.secondary:hover:not([disabled=disabled], [disabled]) {
  border-color: #186123;
}
.button.secondary:hover:not([disabled=disabled], [disabled]) .foreground {
  color: white;
}
.button.tertiary {
  background: transparent;
  color: white;
  border-color: #218831;
}
.button.tertiary .backdrop {
  background: white;
}
.button.tertiary .foreground {
  color: white;
}
.button.tertiary:hover:not([disabled=disabled], [disabled]) {
  border-color: white;
}
.button.tertiary:hover:not([disabled=disabled], [disabled]) .foreground {
  color: #218831;
}
.button.navy-border {
  background: transparent;
  color: var(--Blue-Zone-Blue, #001e62);
  border-color: currentColor;
}
.button.navy-border .backdrop {
  background-color: var(--Blue-Zone-Blue, #001e62);
}
.button.navy-border .foreground {
  color: currentColor;
}
.button.navy-border:hover {
  color: #fff;
}
.button.navy-filled {
  background: var(--Blue-Zone-Blue, #001e62);
  color: #fff;
  border-color: var(--Blue-Zone-Blue, #001e62);
}
.button.navy-filled .backdrop {
  background-color: var(--Blue-Zone-Blue, #001e62);
}
.button.navy-filled .foreground {
  color: currentColor;
}
.button.navy-filled:hover {
  color: var(--Blue-Zone-Blue, #001e62);
}
.button.navy-filled:hover .backdrop {
  background-color: #fff;
}
.button.green-border {
  background: transparent;
  color: #fff;
  border-color: var(--Green-Link-Active, #218831);
}
.button.green-border .backdrop {
  background-color: var(--Green-Link-Active, #218831);
}
.button.green-border .foreground {
  color: currentColor;
}
.button.green-border:hover {
  color: #fff;
}

.video-thumbnail-button {
  cursor: pointer;
  border-radius: 5px;
  display: block;
  position: relative;
  background: transparent;
  padding: 0;
  margin: 0;
  border-radius: 20px;
  border: 2px solid #6cd97d;
  box-shadow: 0px 10px 40px 10px rgba(33, 136, 49, 0.5);
}
.video-thumbnail-button img {
  border-radius: inherit;
  display: block;
}
.video-thumbnail-button .play-icon {
  --fill-timing: 0.5s;
  --pulse-duration: 3s;
  --pulse-ring-thickness: 3;
  --single-beat-duration: 0.5s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}
.video-thumbnail-button #dark-green-fill {
  will-change: transform;
  transform: scale(0);
  transform-origin: center;
  transition: var(--fill-timing) transform linear;
}
.video-thumbnail-button #outer-ring {
  will-change: transform;
  transform-origin: center;
  animation: var(--pulse-duration) outer-ring-pulse var(--fill-timing) infinite;
}
.video-thumbnail-button #outer-ring2 {
  will-change: transform;
  transform-origin: center;
}
.video-thumbnail-button:hover .play-icon #outer-ring {
  animation: unset;
}
.video-thumbnail-button:hover .play-icon #outer-ring2 {
  animation: var(--single-beat-duration) outer-ring-pulse var(--fill-timing) linear;
}
.video-thumbnail-button:hover .play-icon #dark-green-fill {
  transform: scale(1);
}
@keyframes outer-ring-pulse {
  0% {
    transform: scale(1);
    stroke-width: var(--pulse-ring-thickness);
  }
  95% {
    stroke-opacity: 0.75;
  }
  100% {
    transform: scale(1.25);
    stroke-width: 0;
    stroke-opacity: 0;
  }
}

/*

button {
    background: #218831;
    border: solid 2px #218831;
    color: white;
    border-radius: 40px;
    padding: .5rem 1rem;
    position: relative;
    display: flex;
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    overflow: clip;
}

button span:not(.backdrop) {
    z-index: 1;
    text-transform: uppercase;
    background: radial-gradient(white 0%, white 49.9%, red 50%);
    background-clip: text;
    color: transparent;
}

.backdrop {
    background: #186123;
    border-radius: 4000px;
    position: absolute;
    top: 50%;
    left: 50%;
    width: 101%;
    aspect-ratio: 1;
    transform: translate(-50%, -50%) scale(0);
    transition: all .2s ease-in-out;
}

button:hover .backdrop {
    transform: translate(-50%, -50%) scale(1);
}

body {
    background: black;
}*/
/* colors */
/* screen width breaks */
input,
select,
.svelte-multiselect {
  margin: 0;
  border: solid 1px #0d1954;
  border-radius: 0.625rem;
  font-family: poppins-medium;
  font-size: 1rem;
  padding: 0.75rem;
  box-sizing: border-box;
  background: #f5f5f5;
  color: #333;
}
input:focus-visible,
select:focus-visible,
.svelte-multiselect:focus-visible {
  outline: solid 1px #218831;
  box-shadow: 0 0 4px 4px #218831;
}
input[disabled], input[disabled=disabled],
select[disabled],
select[disabled=disabled],
.svelte-multiselect[disabled],
.svelte-multiselect[disabled=disabled] {
  opacity: 50%;
}
input[disabled] ~ i.padlock:before, input[disabled=disabled] ~ i.padlock:before,
select[disabled] ~ i.padlock:before,
select[disabled=disabled] ~ i.padlock:before,
.svelte-multiselect[disabled] ~ i.padlock:before,
.svelte-multiselect[disabled=disabled] ~ i.padlock:before {
  content: url(/icons/padlock-black.svg);
  width: 14px;
  margin-left: calc(-14px - 0.75rem - 4px);
}
input.validation-failed, input:has(+ .validation-msg),
select.validation-failed,
select:has(+ .validation-msg),
.svelte-multiselect.validation-failed,
.svelte-multiselect:has(+ .validation-msg) {
  border-color: red;
}

.select-container:has(> select) {
  position: relative;
}
.select-container:has(> select):after {
  content: "";
  width: 0.75rem;
  aspect-ratio: 1;
  background-image: url(/icons/down-caret-grey.svg);
  background-size: contain;
  background-position: center;
  background-repeat: no-repeat;
  position: absolute;
  top: 50%;
  right: 0.5rem;
  transform: translateY(-50%);
  pointer-events: none;
}
.select-container:has(> select):has(+ .validation-msg) > select {
  border-color: red;
}
.select-container:has(> select) > select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding-right: 1.333rem;
}
.select-container:has(> select) > select::-ms-expand {
  display: none;
}

fieldset {
  margin: 0;
  padding: 0;
  border: none;
  margin-bottom: 20px;
}
fieldset label:has(+ input),
fieldset label:has(+ select),
fieldset label:has(+ div) {
  font-family: poppins-bold;
  font-weight: 700;
  font-size: 0.875rem;
  text-transform: uppercase;
  line-height: 1.5em;
  color: #0d1954;
  display: block;
  margin-bottom: 0.9375em;
}
fieldset input,
fieldset select {
  width: 100%;
}
fieldset:has(.validation-msg) {
  margin-bottom: 0;
}

/* colors */
/* screen width breaks */
body {
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: start;
  align-items: center;
  margin: 0;
  background-color: black;
}

main {
  min-height: 25rem;
}

.top-level-container,
.sticky {
  width: 100%;
  max-width: 768px;
  background: white;
}
@media screen and (min-width: 1100px) {
  .top-level-container,
  .sticky {
    max-width: 1100px;
  }
}
@media screen and (min-width: 1400px) {
  .top-level-container,
  .sticky {
    max-width: 1400px;
  }
}

.top-level-container {
  min-height: 400px;
}

nav ul li {
  text-transform: uppercase;
}

/* colors */
/* screen width breaks */
footer.default {
  margin-top: -50px;
  position: relative;
  z-index: 20;
}
footer.default .topper,
footer.default .content {
  background-color: #0d1954;
}
footer.default .topper {
  border: solid 1px #3976bc;
  border-bottom: none;
  width: 100%;
  box-sizing: border-box;
  height: 50px;
  border-radius: 50px 50px 0 0;
  position: relative;
  z-index: 3;
}
@media screen and (max-width: 1099px) {
  footer.default {
    margin-top: -2rem;
  }
  footer.default .topper {
    height: 2rem;
    border-radius: 2rem 2rem 0 0;
  }
}
footer.default .content {
  display: flex;
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  row-gap: 1.875rem;
  gap: 30px;
  padding: 3.125rem;
  padding-top: 0;
  width: 100%;
  box-sizing: border-box;
}
footer.default .content .default-footer-title {
  color: #fff;
  font-family: poppins-bold;
  font-size: 20px;
  font-weight: 700;
  line-height: 30px;
  letter-spacing: 0.02em;
  text-align: left;
  text-transform: capitalize;
  white-space: nowrap;
  margin-block-end: 0.25rem;
}
footer.default .content .default-footer-details {
  display: flex;
  flex-direction: column;
}
footer.default .content .default-footer-details p {
  max-width: 90ch;
  margin-block-end: 1em;
}
footer.default .content .default-footer-details p:nth-child(3) {
  margin-block-end: 0;
}
footer.default .content .default-footer-details .optanon-toggle-display {
  display: flex;
  align-items: center;
  margin: 1em auto 0 auto;
}
@media (width > 1099px) {
  footer.default .content .default-footer-details .optanon-toggle-display {
    margin: 1em auto;
  }
}
footer.default .content .default-footer-details .optanon-toggle-display .icon.privacy-choices {
  width: 49px;
  height: 23px;
  transform: unset;
  margin: 0 1.25em 0 0;
}
footer.default .content .default-footer-contact {
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-block-end: 30px;
  width: 330px;
}
@media (width >= 1100px) {
  footer.default .content .default-footer-contact {
    width: auto;
  }
}
footer.default .content .phone-line {
  display: block;
  margin-block-end: 0.5em;
}
footer.default .content p {
  text-align: left;
  margin: 0;
}
footer.default .content ul {
  padding: 0;
  list-style-type: none;
  display: flex;
  align-items: center;
}
footer.default .content ul li {
  font-family: poppins-medium;
  font-size: 0.875rem;
  line-height: 1.5em;
  margin-right: 1rem;
}
footer.default .content ul li a,
footer.default .content ul li button.anchor {
  text-decoration: none;
}
footer.default .content .default-footer-icon-link {
  display: flex;
  align-items: flex-start;
  font-family: poppins-medium;
  font-size: 0.875rem;
  line-height: 21px;
  letter-spacing: 0.01em;
  text-align: left;
}
footer.default .content .default-footer-icon-link img {
  height: 20px;
  margin-inline-end: 1.5em;
}
footer.default .content .default-footer-icon-link.phone-link {
  text-decoration: none;
}
footer.default .content .default-footer-icon-link.phone-link img {
  height: 24px;
}
footer.default .content .warning {
  max-width: 840px;
  display: flex;
  flex-flow: row nowrap;
  justify-content: start;
  align-items: center;
  gap: 1rem;
  border: solid 1px white;
  padding: 1rem;
}
footer.default .content .warning img {
  width: 3.5rem;
}
footer.default .content .warning p {
  font-size: 0.75rem;
  line-height: 1.5em;
  text-align: left;
}
@media screen and (max-width: 1400px) {
  footer.default .content {
    padding: 2.5rem 1.5rem;
    padding-top: 0;
  }
  footer.default .content .default-footer-icon-link {
    font-size: 0.825rem;
  }
  footer.default .content .default-footer-details ul li {
    margin-right: 0.5rem;
  }
  footer.default .content .default-footer-details ul li > *,
  footer.default .content .default-footer-details p.text-small {
    font-size: 0.825rem;
  }
}
@media screen and (max-width: 1099px) {
  footer.default .content {
    padding: 2.5rem 1.875rem;
    padding-top: 0;
    flex-direction: column;
    align-items: center;
  }
  footer.default .content .default-footer-title {
    text-align: center;
  }
  footer.default .content .default-footer-contact {
    border-bottom: 1px solid #3550d4;
  }
  footer.default .content .default-footer-details li {
    flex: 1 1 100%;
  }
  footer.default .content .default-footer-details p.text-small {
    max-width: 320px;
    margin: auto;
    font-family: poppins-regular;
    text-align: center;
  }
  footer.default .content .default-footer-details p:first-child {
    margin-block-end: 1em;
  }
  footer.default .content .warning {
    flex-flow: column;
    justify-content: center;
  }
  footer.default .content .warning p {
    text-align: center;
  }
  footer.default .content ul {
    display: flex;
    flex-flow: row wrap;
    justify-content: space-between;
    align-items: center;
    gap: 1rem;
    row-gap: 1.25rem;
    max-width: 335px;
    margin: 0 auto 2.5rem auto;
  }
  footer.default .content ul li {
    width: calc(50% - 1rem);
    margin: 0;
    text-align: center;
  }
  footer.default .content ul > *:first-child {
    width: 100%;
  }
}

.error-box {
  background-color: red;
  color: white;
  font-family: poppins-medium;
  font-size: 0.875rem;
  font-weight: 500;
  text-align: center;
  padding: 0.5rem 1rem;
  border-radius: 5px;
  width: 100%;
  box-sizing: border-box;
}

/* colors */
/* screen width breaks */
.header-warning {
  background-color: black;
  padding: 1rem;
  margin: 0;
  border: solid 0.75rem white;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  font-family: Helvetica;
  font-size: 1.5rem;
  font-weight: 700;
  text-align: center;
  color: white;
}

/* colors */
/* screen width breaks */
.eyebrow {
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
  gap: 0;
}
.eyebrow .eyebrow-content {
  color: #0d1954;
  font-family: poppins-bold;
  font-size: 1.25rem;
  line-height: 1.25em;
  text-transform: uppercase;
  background: white;
  border-radius: 100rem 0 0 100rem;
  padding: 0.3125rem;
  padding-left: 1.25rem;
  height: 40px;
  box-sizing: border-box;
  display: flex;
  flex-flow: row nowrap;
  justify-content: center;
  align-items: center;
}

.success-msg {
  color: green;
}

.veratad-modal.veratad-modal--noOverlayClose:not(.veratad-modal--visible) {
  display: none;
}

.prohibition {
  position: absolute;
  top: 0;
  left: 0;
  font-family: poppins-bold;
  font-size: 0.75rem;
  text-transform: uppercase;
  color: white;
  padding: 0.625rem 0.75rem;
}
.prohibition.desktop-only {
  display: none;
}

.video-player-overlay {
  z-index: 999999;
  background-color: rgba(0, 0, 0, 0.5);
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  display: none;
  flex-flow: column;
  justify-content: center;
  align-items: center;
}
.video-player-overlay video {
  width: calc(100% - 2em);
  max-width: 800px;
}

.pouch-animation-wrapper {
  padding-block: 150px 10px;
  padding-inline: 1rem;
  position: relative;
  overflow: hidden;
  /*
  @media(min-width:$width-large-max) {
      .pouch-animation-backdrop {
          bottom: $height-section-overlap;
      }
  }*/
  /*&[data-current-step="2"] .pouch-animation-backdrop {
      background-color: rgba(0,0,0,.25);
      backdrop-filter: blur(5px);
  }*/
  /* pouch images */
  /* pouch-animation Nav */
  /* pouch-animation Text */
}
@media (min-width: 1099px) {
  .pouch-animation-wrapper {
    padding-block: 100px 0px;
  }
}
.pouch-animation-wrapper:not([data-loaded])::after {
  content: "Loading...";
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  display: grid;
  place-items: center;
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.75;
  margin-block-start: 0.25rem;
  font-family: poppins-medium;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.pouch-animation-wrapper *,
.pouch-animation-wrapper *::after,
.pouch-animation-wrapper *::before {
  opacity: 0;
  box-sizing: border-box;
  margin: 0;
  padding: 0;
}
.pouch-animation-wrapper[data-loaded] *, .pouch-animation-wrapper[data-loaded] *::after, .pouch-animation-wrapper[data-loaded] *::before {
  opacity: 1;
}
.pouch-animation-wrapper img {
  display: block;
  max-width: 100%;
}
.pouch-animation-wrapper .grid-pile {
  display: grid;
  margin-inline: auto;
  place-items: center;
  width: 100%;
  height: max-content;
}
.pouch-animation-wrapper .pouch-animation-viewport {
  -webkit-perspective: 100px;
  perspective: 100px;
  transform-style: preserve-3d;
  position: relative;
  z-index: 1;
}
.pouch-animation-wrapper .pouch-animation-backdrop {
  -webkit-perspective: 100px;
  perspective: 100px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  z-index: 2;
  width: 100%;
}
.pouch-animation-wrapper .pouch-animation-foreground {
  position: relative;
  z-index: 3;
}
.pouch-animation-wrapper .grid-pile > * {
  grid-row: 1/1;
  grid-column: 1/1;
}
.pouch-animation-wrapper[data-current-step] .flavor-set {
  transform: translateZ(-1px);
}
.pouch-animation-wrapper[data-current-step="4"] .flavor-set {
  transform: translateZ(-1px);
  transition: 0.25s transform linear;
}
.pouch-animation-wrapper .flavor-set img {
  transition: 0.25s transform linear;
}
.pouch-animation-wrapper[data-current-step="4"] .flavor-set img {
  transition-delay: 0.25s;
}
.pouch-animation-wrapper[data-current-step="4"] .flavor-set img:nth-child(1) {
  z-index: 2;
  transform: translateY(22.5%) translateX(-75%);
}
.pouch-animation-wrapper[data-current-step="4"] .flavor-set img:nth-child(2) {
  transform: translateY(0%) translateX(150%);
}
.pouch-animation-wrapper[data-current-step="4"] .flavor-set img:nth-child(3) {
  z-index: 2;
  transform: translateY(22.5%) translateX(75%);
}
.pouch-animation-wrapper[data-current-step="4"] .flavor-set img:nth-child(4) {
  transform: translateY(0%) translateX(0%);
}
.pouch-animation-wrapper[data-current-step="4"] .flavor-set img:nth-child(5) {
  transform: translateY(0%) translateX(-150%);
}
@media (max-width: 1099px) {
  .pouch-animation-wrapper[data-current-step="4"] .flavor-set img:nth-child(1) {
    transform: translateY(-125%);
  }
  .pouch-animation-wrapper[data-current-step="4"] .flavor-set img:nth-child(2) {
    transform: translateY(-70%) translateX(110%);
  }
  .pouch-animation-wrapper[data-current-step="4"] .flavor-set img:nth-child(3) {
    transform: translateY(80%) translateX(90%);
  }
  .pouch-animation-wrapper[data-current-step="4"] .flavor-set img:nth-child(4) {
    transform: translateY(80%) translateX(-90%);
  }
  .pouch-animation-wrapper[data-current-step="4"] .flavor-set img:nth-child(5) {
    transform: translateY(-70%) translateX(-110%);
  }
}
.pouch-animation-wrapper[data-current-step] .flavor-set > * {
  width: 125px;
}
@media (min-width: 550px) {
  .pouch-animation-wrapper[data-current-step] .flavor-set > * {
    width: 157px;
  }
}
@media (min-width: 1099px) {
  .pouch-animation-wrapper[data-current-step] .flavor-set > * {
    width: 236px;
  }
}
@media (min-width: 1399px) {
  .pouch-animation-wrapper[data-current-step] .flavor-set > * {
    width: 315px;
  }
}
.pouch-animation-wrapper .pouches {
  opacity: 0;
  margin-inline: auto;
  -webkit-transform: translateZ(100px) translateX(45px) translateY(20px);
  transform: translateZ(100px) translateX(45px) translateY(20px);
  transform-style: preserve-3d;
}
.pouch-animation-wrapper .pouches img:nth-child(1) {
  transform: translate(0px, 0px) translate(13px, 14px) rotateZ(0deg) translate(0px, 0px) translate(-50%, -50%) rotateZ(155.524deg);
}
.pouch-animation-wrapper .pouches img:nth-child(2) {
  transform: translate(-50%, -50%) translate3d(-39px, -111px, 0px) rotateZ(155.524deg);
  display: none;
}
.pouch-animation-wrapper .pouches img:nth-child(3) {
  transform: translate(-50%, -50%) translate3d(102px, 27px, 0px) rotateZ(168.71deg);
}
.pouch-animation-wrapper .pouches img:nth-child(4) {
  transform: translate(-50%, -50%) translate3d(-61px, -15px, 0px) rotateZ(-172.709deg);
}
.pouch-animation-wrapper .pouches img:nth-child(5) {
  transform: translate(-50%, -50%) translate3d(-36px, 130px, 0px) rotateZ(-163.737deg);
  display: none;
}
.pouch-animation-wrapper .pouches img:nth-child(6) {
  transform: translate(-50%, -50%) translate3d(40px, -58px, 0px) rotateZ(100.844deg);
}
.pouch-animation-wrapper .pouches img:nth-child(7) {
  transform: translate(-50%, -50%) translate3d(-16px, -79px, 0px) rotateZ(156.826deg);
}
.pouch-animation-wrapper .pouches img:nth-child(8) {
  transform: translate(-50%, -50%) translate3d(-100px, 44px, 0px) rotateZ(-29.0157deg);
  display: none;
}
.pouch-animation-wrapper .pouches img:nth-child(9) {
  transform: translate(-50%, -50%) translate3d(24px, 95px, 0px) rotateZ(-117.611deg);
}
.pouch-animation-wrapper .pouches img:nth-child(10) {
  transform: translate(-50%, -50%) translate3d(123px, 0px, 0px) rotateZ(-77.3085deg);
}
.pouch-animation-wrapper .pouches img:nth-child(11) {
  transform: translate(-50%, -50%) translate3d(2px, 100px, 0px) rotateZ(161.146deg);
}
.pouch-animation-wrapper .pouches img:nth-child(12) {
  transform: translate(-50%, -50%) translate3d(2px, 100px, 0px) rotateZ(161.146deg);
}
.pouch-animation-wrapper .pouches img:nth-child(13) {
  transform: translate(-50%, -50%) translate3d(8px, -138px, 0px) rotateZ(-176.928deg);
  display: none;
}
.pouch-animation-wrapper .pouches img:nth-child(14) {
  transform: translate(-50%, -50%) translate3d(-71px, -79px, 0px) rotateZ(-144.871deg);
  display: none;
}
.pouch-animation-wrapper .pouches img:nth-child(15) {
  transform: translate(-50%, -50%) translate3d(86px, -29px, 0px) rotateZ(-84.8927deg);
}
.pouch-animation-wrapper .pouches img:nth-child(16) {
  transform: translate(-50%, -50%) translate3d(-102px, -31px, 0px) rotateZ(170.669deg);
  display: none;
}
.pouch-animation-wrapper .pouches img:nth-child(17) {
  transform: translate(-50%, -50%) translate3d(-53px, 39px, 0px) rotateZ(113.205deg);
}
.pouch-animation-wrapper .pouches img:nth-child(18) {
  transform: translate(-50%, -50%) translate3d(71px, 66px, 0px) rotateZ(32.3619deg);
}
.pouch-animation-wrapper .pouches img:nth-child(19) {
  transform: translate(-50%, -50%) translate3d(-5px, -55px, 0px) rotateZ(-35.2879deg);
}
.pouch-animation-wrapper .pouches img:nth-child(20) {
  transform: translate(-50%, -50%) translate3d(0px, 0px, 0px);
}
.pouch-animation-wrapper[data-current-step="0"] .pouches {
  opacity: 1;
  scale: 0.6;
  -webkit-transform: translateZ(0px) translateX(30px) translateY(8px);
  transform: translateZ(0px) translateX(30px) translateY(8px);
  transition: 0.5s transform linear;
}
.pouch-animation-wrapper[data-current-step="1"] .pouches, .pouch-animation-wrapper[data-current-step="2"] .pouches {
  opacity: 1;
  scale: 0.6;
  -webkit-transform: translateZ(0px) translateX(30px) translateY(8px);
  transform: translateZ(0px) translateX(30px) translateY(8px);
}
.pouch-animation-wrapper .pouch {
  width: 100px;
}
@media (min-width: 550px) {
  .pouch-animation-wrapper .pouch {
    width: 100px;
  }
  .pouch-animation-wrapper[data-current-step="0"] .pouches {
    scale: 1;
    -webkit-transform: translateZ(0px) translateX(45px) translateY(20px);
    transform: translateZ(0px) translateX(45px) translateY(20px);
  }
  .pouch-animation-wrapper[data-current-step="1"] .pouches, .pouch-animation-wrapper[data-current-step="2"] .pouches, .pouch-animation-wrapper[data-current-step="3"] .pouches, .pouch-animation-wrapper[data-current-step="4"] .pouches {
    scale: 1;
    -webkit-transform: translateZ(0px) translateX(35px) translateY(15px);
    transform: translateZ(0px) translateX(35px) translateY(15px);
  }
}
.pouch-animation-wrapper[data-current-step] .pouch-floater {
  width: 175px;
  transform: translateZ(100px) rotateZ(6deg) translateX(-50%) translateY(0%);
  position: absolute;
  left: 50%;
  top: 50%;
  transition: 0.5s transform linear, 0.5s top linear, 0.5s opacity linear;
}
.pouch-animation-wrapper[data-current-step="1"] .pouch-floater {
  transition: 0.5s transform linear, 0.5s top linear, 0.5s opacity linear;
}
.pouch-animation-wrapper[data-current-step="2"] .pouch-floater {
  opacity: 1;
  top: 50%;
  transform: translateZ(2px) translateX(-50%) translateY(-80%);
  transition-timing-function: cubic-bezier(0.57, 0.4, 0.55, 1.35);
}
@media (max-width: 1099px) {
  .pouch-animation-wrapper[data-current-step="2"] .pouch-floater {
    transform: translateZ(2px) translateX(-50%) translateY(-65%);
  }
}
.pouch-animation-wrapper[data-current-step="2"] .pouch-floater-image {
  transform: rotateZ(6deg);
  animation: 6s pouchFloaterIdleAnimation infinite;
  animation-delay: 0.5s;
}
.pouch-animation-wrapper[data-current-step="3"] .pouch-floater {
  opacity: 1;
  top: 50%;
  transform: translateZ(2px) rotateZ(0deg) translateX(-2000%) translateY(0%);
}
.pouch-animation-wrapper[data-current-step="4"] .pouch-floater {
  opacity: 0;
  top: 50%;
  transform: translateZ(2px) rotateZ(0deg) translateX(-2000%) translateY(0%);
}
@media (min-width: 550px) {
  .pouch-animation-wrapper[data-current-step] .pouch-floater {
    width: 250px;
  }
}
@keyframes pouchFloaterIdleAnimation {
  0% {
    transform: translateZ(2px) rotateZ(6deg) translateY(0%);
  }
  33% {
    transform: translateZ(2px) rotateZ(0deg) translateY(20%);
  }
  66% {
    transform: translateZ(2px) rotateZ(-3deg) translateX(10%) translateY(0%);
  }
  100% {
    transform: translateZ(2px) rotateZ(6deg) translateY(0%);
  }
}
.pouch-animation-wrapper[data-current-step] .pouch-tins {
  transform-style: preserve-3d;
}
.pouch-animation-wrapper[data-current-step] .pouch-tins > * {
  opacity: 0;
  width: 200px;
}
@media (min-width: 550px) {
  .pouch-animation-wrapper[data-current-step] .pouch-tins > * {
    width: 315px;
  }
}
.pouch-animation-wrapper[data-current-step] .pouch-tins .pouch-tin-bottom {
  opacity: 1;
  transform: translateZ(-1px);
  transition: 0.25s transform linear;
  perspective: 100px;
  transform-style: preserve-3d;
}
.pouch-animation-wrapper[data-current-step="4"] .pouch-tins .pouch-tin-bottom {
  opacity: 0;
}
.pouch-animation-wrapper .pouch-tins .pouch-tin-top {
  transform: translateZ(100px);
  transition: 0.5s transform linear 0.75s;
}
.pouch-animation-wrapper[data-current-step="0"] .pouch-tins .pouch-tin-top, .pouch-animation-wrapper[data-current-step="1"] .pouch-tins .pouch-tin-top, .pouch-animation-wrapper[data-current-step="2"] .pouch-tins .pouch-tin-top, .pouch-animation-wrapper[data-current-step="3"] .pouch-tins .pouch-tin-top {
  opacity: 1;
  transform: translateZ(1px);
}
.pouch-animation-wrapper[data-current-step="1"] .pouch-tins .pouch-tin-top {
  transition: 0.25s transform linear;
}
.pouch-animation-wrapper[data-current-step="2"] .pouch-tins .pouch-tin-top {
  transition: 0.25s transform linear;
}
.pouch-animation-wrapper[data-current-step="1"] .pouch-tins .pouch-tin, .pouch-animation-wrapper[data-current-step="2"] .pouch-tins .pouch-tin {
  opacity: 1;
  transform: translateZ(0px) translateX(50%);
  transition: 0.25s transform linear, 0.25s opacity linear;
  transition-delay: 0.35s;
}
.pouch-animation-wrapper[data-current-step="3"] .pouch-tins .pouch-tin {
  opacity: 0;
  transform: translateZ(-1px);
  transition: 0.25s transform linear, 0.25s opacity linear;
}
.pouch-animation-wrapper[data-current-step="4"] .pouch-tins .pouch-tin-top {
  opacity: 1;
  transform: scale(0.63);
  transition: 0.25s transform linear;
}
@media (min-width: 550px) {
  .pouch-animation-wrapper[data-current-step="4"] .pouch-tins .pouch-tin-top {
    transform: scale(0.5);
  }
}
@media (min-width: 1099px) {
  .pouch-animation-wrapper[data-current-step="4"] .pouch-tins .pouch-tin-top {
    transform: scale(0.75);
  }
}
@media (min-width: 1399px) {
  .pouch-animation-wrapper[data-current-step="4"] .pouch-tins .pouch-tin-top {
    transform: scale(1);
  }
}
.pouch-animation-wrapper[data-current-step="1"] .pouch-tins .pouch-tin-bottom, .pouch-animation-wrapper[data-current-step="2"] .pouch-tins .pouch-tin-bottom {
  opacity: 1;
  transform: translateZ(-1px) translateX(-50%);
  transition: 0.25s transform linear, 0.25s opacity linear;
  transition-delay: 0.35s;
}
.pouch-animation-wrapper[data-current-step="3"] .pouch-tins .pouch-tin-bottom {
  opacity: 0;
  transform: translateZ(-1px);
  transition: 0.25s transform linear, 0.25s opacity linear;
}
.pouch-animation-wrapper .button-set {
  list-style: none;
  margin-block-start: 3rem;
  display: flex;
  gap: 20px;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transition: 0.5s opacity linear;
}
.pouch-animation-wrapper[data-current-step=""] .button-set, .pouch-animation-wrapper[data-current-step="0"] .button-set {
  opacity: 0;
}
@media (min-width: 550px) {
  .pouch-animation-wrapper .button-set {
    margin-block: 42.5px 25px;
  }
}
.pouch-animation-wrapper .pouch-animation-nav-btn {
  background: #fff;
  opacity: 0.5;
  border-radius: 50%;
  height: 15px;
  width: 15px;
  padding: 0;
  margin: 0;
  transition: 0.5s opacity ease-in-out;
}
.pouch-animation-wrapper .pouch-animation-nav-btn[aria-current=step] {
  opacity: 1;
}
.pouch-animation-wrapper .pouch-animation-text {
  color: #fff;
  text-align: center;
  place-items: start;
  width: 100%;
  list-style: none;
}
.pouch-animation-wrapper[data-current-step] .pouch-animation-text li {
  opacity: 0;
  transition: 0.5s opacity linear 0.35s;
  margin-inline: auto;
}
.pouch-animation-wrapper[data-current-step="1"] .pouch-animation-text li:nth-child(1) {
  opacity: 1;
  transition-delay: 1.25s;
}
.pouch-animation-wrapper[data-current-step="2"] .pouch-animation-text li:nth-child(2) {
  opacity: 1;
  transition-delay: 1.25s;
}
.pouch-animation-wrapper[data-current-step="3"] .pouch-animation-text li:nth-child(3), .pouch-animation-wrapper[data-current-step="4"] .pouch-animation-text li:nth-child(3) {
  opacity: 1;
  transition-delay: 1.25s;
}
.pouch-animation-wrapper .pouch-animation-text h2 {
  text-transform: uppercase;
  font-size: 1.75rem;
  line-height: 1.75;
  margin-block-start: 0.25rem;
  font-family: poppins-medium;
  font-weight: 700;
  font-style: normal;
  color: #fff;
}
.pouch-animation-wrapper .pouch-animation-text p {
  line-height: 1.5;
  font-size: 1rem;
  font-family: poppins-medium;
  font-weight: 500;
  font-style: normal;
}

/* colors */
/* screen width breaks */
.neon.flicker {
  animation: neon-flicker 3s infinite alternate;
}
@keyframes neon-flicker {
  40% {
    opacity: 1;
  }
  42% {
    opacity: 0.8;
  }
  43% {
    opacity: 1;
  }
  45% {
    opacity: 0.3;
  }
  46% {
    opacity: 1;
  }
}
.neon.glow {
  text-shadow: 0 0 0.555em #3cc751, 0 0 0.4em #3cc751, 0 0 0.25em #3cc751;
}

/* colors */
/* screen width breaks */
.under-construction {
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0.75rem;
  padding-left: 0.75rem;
  padding-right: 0.75rem;
  background-size: cover;
  background-position: center;
}
.under-construction .hero {
  width: 100%;
  display: flex;
  flex-flow: row wrap;
  align-items: stretch;
  justify-content: center;
  gap: 1rem;
  row-gap: 2rem;
}
.under-construction .hero > * {
  width: calc(550px - 0.5rem - 0.75rem);
  max-width: 100%;
  display: flex;
  flex-flow: column;
  justify-content: space-evenly;
  align-items: center;
}
@media screen and (max-width: 1099px) {
  .under-construction .hero {
    padding-top: 2rem;
  }
}
@media screen and (max-width: 500px) {
  .under-construction .hero {
    row-gap: 1rem;
  }
}
.under-construction .hero .coming-soon {
  justify-content: center;
}
.under-construction .hero .coming-soon h4 {
  color: white;
  text-align: center;
  margin: 0;
}
.under-construction .hero .coming-soon h6 {
  margin-top: 0;
}
.under-construction .hero .coming-soon img {
  width: 65%;
}
@media screen and (max-width: 1099px) {
  .under-construction .hero .coming-soon h4 {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 500px) {
  .under-construction .hero .coming-soon h6 {
    font-size: 0.9rem;
  }
}
.under-construction .hero .separator {
  display: none;
  border-color: white;
  border-bottom-style: solid;
  border-bottom-width: 1px;
  width: 100%;
  margin: 0 1rem;
}
@media screen and (max-width: 1099px) {
  .under-construction .hero .separator {
    display: block;
  }
}
@media screen and (max-width: 500px) {
  .under-construction .hero .separator {
    margin: 0;
  }
}
.under-construction .hero .daytona-countdown {
  row-gap: 1rem;
}
.under-construction .hero .daytona-countdown .countdown {
  display: flex;
  flex-flow: row nowrap;
  align-items: stretch;
  justify-content: center;
  gap: 0.5rem;
}
.under-construction .hero .daytona-countdown .countdown .countdown-box {
  width: 5.75rem;
  display: flex;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  /*padding: 1.875rem .625rem;*/
  padding: 1.25rem 0.25rem;
  background-color: #04071a;
  border-radius: 5px;
}
.under-construction .hero .daytona-countdown .countdown .countdown-box > * {
  color: #6cd97d;
  margin: 0;
  text-transform: uppercase;
}
.under-construction .hero .daytona-countdown .kb-signature-car {
  height: 237px;
}
.under-construction .hero .daytona-countdown h6 {
  color: white;
  margin: 1rem 0 0.5rem 0;
}
@media screen and (max-width: 1099px) {
  .under-construction .hero .daytona-countdown .countdown .countdown-box {
    width: 4.25rem;
    padding: 1.25rem 0.625rem;
  }
  .under-construction .hero .daytona-countdown .countdown .countdown-box h4 {
    font-size: 1.5rem;
  }
  .under-construction .hero .daytona-countdown .countdown .countdown-box p {
    font-size: 0.875rem;
  }
  .under-construction .hero .daytona-countdown .kb-signature-car {
    height: unset;
  }
}
@media screen and (min-width: 1100px) {
  .under-construction .hero {
    padding-top: 2rem;
  }
  .under-construction .hero .kb-signature-car {
    padding-top: 2rem;
    width: 600px;
  }
}
.under-construction .top-caption {
  font-family: Helvetica;
  font-size: 0.75rem;
  font-weight: 700;
  line-height: 1.5em;
  text-transform: uppercase;
  margin: 0;
  width: 100%;
  text-align: left;
}
@media screen and (max-width: 1099px) {
  .under-construction .top-caption {
    display: none;
  }
}

.login .hero {
  position: relative;
  background-size: cover;
  background-position: center;
  display: grid;
  justify-content: center;
  margin-top: -22px;
}
.login .hero .logo {
  width: 164px;
  margin: 0 auto 15px auto;
}
.login .hero .secondary .foreground {
  text-transform: unset !important;
}
.login .hero > * {
  grid-area: stack;
}
.login .hero > .picture-wrapper, .login .hero > .picture-wrapper img {
  min-height: 100%;
  min-width: 100%;
  max-width: 100%;
  object-fit: cover;
  object-position: center;
}
@media (width < 1100px) {
  .login .hero > .picture-wrapper {
    max-height: 851px;
  }
}
.login .hero .wrapper {
  padding: 30px 0 80px 0;
  display: grid;
  grid-template-columns: 1fr;
  justify-content: space-between;
}
@media (width < 1100px) {
  .login .hero .wrapper {
    height: min-content;
  }
}
@media (min-width: 1100px) {
  .login .hero .wrapper {
    padding: 60px 0 120px 0;
    grid-template-columns: 1fr 500px;
  }
}
@media (min-width: 1400px) {
  .login .hero .wrapper {
    grid-template-columns: 1fr 550px;
  }
}
.login .hero .login-form-container,
.login .hero .savings-callout {
  box-sizing: border-box;
  width: 95%;
  max-width: 441px;
  margin: auto;
}
@media (min-width: 375px) {
  .login .hero .login-form-container,
  .login .hero .savings-callout {
    width: calc(100% - 60px);
  }
}
@media (min-width: 1100px) {
  .login .hero .login-form-container,
  .login .hero .savings-callout {
    width: 100%;
    max-width: 100%;
  }
}
.login .hero .login-form-container img,
.login .hero .savings-callout img {
  margin-top: -4px;
}
.login .hero .login-form-container .mobile-only {
  text-align: center;
  font-family: poppins-medium;
  font-size: 11px;
  font-style: normal;
  font-weight: 500;
  line-height: 150%; /* 16.5px */
  letter-spacing: 0.22px;
  margin: 20px 30px 0 30px;
}
@media (min-width: 1100px) {
  .login .hero .login-form-container {
    padding-right: 50px;
  }
}
@media (min-width: 1400px) {
  .login .hero .login-form-container {
    padding-right: 100px;
  }
}
.login .hero .copy-content {
  width: 100%;
  max-width: 315px;
  margin: auto;
  display: flex;
  flex-direction: column;
  gap: 15px;
  padding-bottom: 30px;
}
@media (width >= 1100px) {
  .login .hero .copy-content {
    max-width: 100%;
    padding-bottom: 0;
  }
}
.login .kyle-busch {
  margin: -30px 0 0px 0;
  position: relative;
  z-index: 2;
}
@media (width >= 1100px) {
  .login .kyle-busch {
    margin: -50px 0 0 0;
  }
}
.login .kyle-busch .topper {
  width: 100%;
  box-sizing: border-box;
  height: 30px;
  border-radius: 50px 50px 0 0;
  background: #163378;
}
@media (min-width: 1100px) {
  .login .kyle-busch .topper {
    height: 50px;
  }
}
.login .kyle-busch .kyle-busch-wrapper {
  background: linear-gradient(0deg, #163378 0%, #163378 100%), radial-gradient(47.18% 100% at 17.07% 100%, #3976bc 0%, rgba(57, 118, 188, 0) 80%), #18306e;
  padding-bottom: 70px;
  padding-inline: 30px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 20px;
}
@media (width >= 1100px) {
  .login .kyle-busch .kyle-busch-wrapper {
    padding-bottom: 100px;
    padding-inline: 55px;
    flex-direction: row;
    gap: 30px;
  }
}
@media (width >= 1400px) {
  .login .kyle-busch .kyle-busch-wrapper {
    padding-inline: 205px;
  }
}
.login .kyle-busch .kyle-busch-car {
  max-width: 100%;
  width: 315px;
  display: block;
  margin-inline: auto;
}
@media (width >= 1100px) {
  .login .kyle-busch .kyle-busch-car {
    width: 400px;
    margin-inline: 0 auto;
  }
}
.login .kyle-busch .kyle-busch-text {
  max-width: 315px;
  margin-inline: auto;
  text-align: center;
}
.login .kyle-busch .kyle-busch-text p {
  letter-spacing: 0.16px;
  color: #fff;
}
.login .kyle-busch .kyle-busch-text *:last-child {
  margin-bottom: 0;
}
@media (width >= 1100px) {
  .login .kyle-busch .kyle-busch-text {
    text-align: left;
    max-width: 100%;
  }
  .login .kyle-busch .kyle-busch-text p {
    letter-spacing: 0px;
  }
}
.login .kyle-busch .kyle-busch-text .smaller-text {
  color: #fff;
  font-size: 12px;
  font-weight: 500;
  line-height: 150%; /* 18px */
  letter-spacing: 0.12px;
}
.login footer {
  z-index: 3;
}

.register .hero {
  position: relative;
  padding: 3.75rem 3rem calc(3.75rem + 50px) 3rem;
  background-position: left bottom 65rem;
  min-height: 679px;
}
.register img {
  max-width: 100%;
}
@media screen and (max-width: 1099px) {
  .register .hero {
    padding-bottom: calc(1.875rem + 50px);
    background: linear-gradient(0deg, rgba(13, 25, 84, 0.25) 0%, rgba(13, 25, 84, 0.25) 100%), radial-gradient(93.72% 93.72% at 50% 0%, #3976bc 0%, #0d1954 48.96%, #04071a 100%), lightgray 50%/cover no-repeat;
    min-height: unset;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

/* colors */
/* screen width breaks */
.home section:not(.order-state-hero) {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-size: cover;
  background-color: white;
  padding: 0 9.375rem;
  padding-top: 2rem;
  padding-bottom: calc(1rem + 50px);
  aspect-ratio: 1400/590;
}
.home section:not(.order-state-hero):not(:first-child) {
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
}
.home section:not(.order-state-hero) .content {
  width: 50%;
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: start;
  row-gap: 2rem;
}
.home section:not(.order-state-hero) .content h2,
.home section:not(.order-state-hero) .content h4,
.home section:not(.order-state-hero) .content p {
  margin: 0;
  text-transform: none;
  color: white;
}
.home section:not(.order-state-hero) .content h2 {
  font-weight: normal;
}
.home section:not(.order-state-hero) .content p {
  font-size: 1.625rem;
  line-height: 1.25em;
  margin-top: -0.25rem;
  max-width: 400px;
}
.home section:not(.order-state-hero).perfect-balance {
  padding: 50px 0px 0 75px;
  aspect-ratio: unset !important;
  background: linear-gradient(0deg, #f5f5f5 50%, #ddd 100%);
}
@media (max-width: 1100px) {
  .home section:not(.order-state-hero).perfect-balance {
    padding: 2rem 30px 3rem 30px;
  }
}
.home section:not(.order-state-hero).perfect-balance .content {
  display: flex;
  flex-flow: unset;
  flex-wrap: nowrap;
  flex-direction: row;
  align-items: center;
  gap: 50px;
  width: 100%;
}
@media (max-width: 1100px) {
  .home section:not(.order-state-hero).perfect-balance .content {
    flex-direction: column-reverse;
    gap: 0;
  }
}
.home section:not(.order-state-hero).perfect-balance .content img {
  width: 565px;
  margin-bottom: -4rem;
}
@media (max-width: 1400px) {
  .home section:not(.order-state-hero).perfect-balance .content img {
    width: 475px;
    margin-bottom: -3rem;
  }
}
.home section:not(.order-state-hero).perfect-balance .content h3 {
  color: #0d1954;
  font-family: poppins-bold;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0;
  margin-bottom: 50px;
  margin-top: 0;
  max-width: unset;
}
@media (max-width: 1100px) {
  .home section:not(.order-state-hero).perfect-balance .content h3 {
    margin-bottom: 25px;
    font-size: 32px;
    letter-spacing: 0;
    max-width: 335px;
  }
}
.home section:not(.order-state-hero).perfect-balance .content h3 strong {
  font-family: poppins-bold;
  font-weight: 700;
  text-transform: initial;
}
@media (min-width: 1100px) {
  .home section:not(.order-state-hero).perfect-balance .content h3 strong {
    display: block;
    padding: 0px;
  }
}
.home section:not(.order-state-hero).perfect-balance .content h3 a {
  width: fit-content;
  margin-top: 20px;
}
.home section:not(.order-state-hero).rcr {
  padding: 0;
  aspect-ratio: unset;
  display: flex;
  align-items: center;
  height: 100%;
}
@media (max-width: 1100px) {
  .home section:not(.order-state-hero).rcr {
    border-radius: 30px 30px 0 0;
    overflow: hidden;
    border-top: 1px solid #3550d4;
    width: 100%;
  }
}
.home section:not(.order-state-hero).rcr video {
  max-width: 100%;
  width: 100%;
  display: block;
}
.home section:not(.order-state-hero).rcr video.desktop-only {
  border-radius: 50px 50px 0 0;
}
.home section:not(.order-state-hero).rcr .content {
  position: absolute;
  z-index: 2;
  top: 50%;
  transform: translateY(-50%);
  left: 150px;
  gap: 40px;
  width: 450px;
}
@media (max-width: 1400px) {
  .home section:not(.order-state-hero).rcr .content {
    left: 75px;
    gap: 1rem;
  }
}
@media (max-width: 1100px) {
  .home section:not(.order-state-hero).rcr .content {
    transform: unset;
    top: 45px;
    left: 30px;
    gap: 1.25rem;
  }
}
@media (max-width: 500px) {
  .home section:not(.order-state-hero).rcr .content {
    width: 305px;
  }
}
@media (max-width: 350px) {
  .home section:not(.order-state-hero).rcr .content {
    width: 280px;
  }
}
.home section:not(.order-state-hero).rcr .content p {
  font-size: 36px;
  max-width: 100%;
  font-family: poppins-medium;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.36px;
}
@media (max-width: 1400px) {
  .home section:not(.order-state-hero).rcr .content p {
    font-size: 30px;
    letter-spacing: 0.3px;
  }
}
@media (max-width: 500px) {
  .home section:not(.order-state-hero).rcr .content p {
    font-size: 24px;
  }
}
.home section:not(.order-state-hero).rcr .content p strong {
  font-family: poppins-bold;
  font-weight: 700;
  display: block;
}
.home section:not(.order-state-hero).rcr .content a.button {
  margin-block: -10px 10px;
}
@media (max-width: 1400px) {
  .home section:not(.order-state-hero).rcr .content a.button {
    margin-block: 10px 10px;
  }
}
@media (max-width: 1100px) {
  .home section:not(.order-state-hero).rcr .content a.button {
    margin-block: 0px 0px;
  }
}
.home section:not(.order-state-hero).rcr .content > :last-child {
  margin-top: 0px;
}
@media (max-width: 1100px) {
  .home section:not(.order-state-hero).rcr .content > :last-child {
    margin-top: 15px;
  }
}
.home section:not(.order-state-hero).rcr .content .text-small {
  font-family: poppins-medium;
  font-size: 12px;
  font-weight: 500;
  line-height: 1.2;
  letter-spacing: 0.12px;
}
@media screen and (max-width: 1099px) {
  .home section:not(.order-state-hero) {
    box-sizing: border-box;
  }
}
.home .hero {
  position: relative;
}

.profile .hero {
  position: relative;
  padding: 3.75rem;
  padding-bottom: calc(3.75rem + 50px);
  display: flex;
  flex-flow: row wrap;
  justify-content: start;
  align-items: stretch;
  gap: 6.5rem;
  background-position: left top -11rem;
  min-height: 480px;
}
.profile .title-pane h3 {
  color: white;
  text-transform: none;
  margin: 0;
  font-family: "poppins-medium";
}
.profile .content-pane {
  width: 810px;
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
}
.profile img {
  max-width: 100%;
}
@media screen and (max-width: 1399px) {
  .profile .hero {
    padding-right: 1rem;
    gap: 4.9rem;
  }
  .profile .title-pane h1 {
    font-size: 72px;
  }
  .profile .content-pane {
    width: 660px;
  }
}
@media screen and (max-width: 1099px) {
  .profile .hero {
    padding: 2.5rem 1.25rem 5.125rem 1.25rem;
    flex-flow: column;
    align-items: center;
    justify-content: start;
    gap: 2.5rem;
    min-height: unset;
    background: linear-gradient(0deg, rgba(13, 25, 84, 0.25) 0%, rgba(13, 25, 84, 0.25) 100%), radial-gradient(93.72% 93.72% at 50% 0%, #3976bc 0%, #0d1954 48.96%, #04071a 100%), lightgray 50%/cover no-repeat;
  }
  .profile .title-pane h1 {
    margin: 0 0 40px 0;
  }
  .profile .content-pane {
    width: 100%;
    justify-content: start;
  }
}

.otnotice {
  padding: 3rem 0 calc(1rem + 50px) 0;
}

/* colors */
/* screen width breaks */
.products h5 {
  text-transform: none;
}
.products section {
  position: relative;
  display: flex;
  flex-flow: row wrap;
  align-items: center;
  background-size: cover;
  background-color: white;
  padding: 0 6.25rem;
  padding-bottom: calc(3.75rem + 50px);
}
.products section:not(:first-child) {
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
  padding-top: 50px;
}
@media screen and (max-width: 1099px) {
  .products section:not(:first-child) {
    border-radius: 2rem 2rem 0 0;
    margin-top: -2rem;
    padding-top: 2rem;
  }
}
.products section.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  row-gap: 2.5rem;
  min-height: 24.375rem;
  background-size: cover;
  background-position: center bottom;
  padding-bottom: 50px;
}
.products section.hero h2,
.products section.hero h5 {
  color: white;
  text-transform: none;
  text-align: center;
}
.products section.hero h2 {
  line-height: 1.05em;
}
.products section.hero h5 {
  line-height: 1.25em;
}
.products section.hero > *:empty {
  display: none;
}
.products section.hero .prohibition {
  top: 3.125rem;
}
@media screen and (max-width: 1099px) {
  .products section.hero {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    padding-bottom: 2rem;
    min-height: 26.25rem;
  }
  .products section.hero h2,
  .products section.hero h5 {
    max-width: 220px;
  }
}
.products section.product-listing {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: center;
  row-gap: 3.75rem;
}
.products section.product-listing .card-rack {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
  align-items: start;
  gap: 3.75rem;
  width: 100%;
  box-sizing: border-box;
}
.products section.product-listing .card-rack .card,
.products section.product-listing .card-rack .sidecar {
  display: flex;
  flex-flow: column;
  justify-content: start;
  align-items: center;
  gap: 0.94rem;
}
.products section.product-listing .card-rack .card .new-badge,
.products section.product-listing .card-rack .sidecar .new-badge {
  color: var(--Green-Link-Active, #218831);
  font-family: poppins-bold;
  font-size: 24px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%; /* 28.8px */
  letter-spacing: 0.24px;
}
.products section.product-listing .card-rack .card .new-badge::after,
.products section.product-listing .card-rack .sidecar .new-badge::after {
  content: "•";
  color: #0d1954;
}
.products section.product-listing .card-rack .card h5,
.products section.product-listing .card-rack .sidecar h5 {
  margin-top: 0.94rem;
  font-size: 1.5rem;
  color: #0d1954;
}
.products section.product-listing .card-rack .card p,
.products section.product-listing .card-rack .sidecar p {
  font-family: poppins-medium;
  font-size: 1rem;
  text-align: center;
  color: #333;
  max-width: 17rem;
  margin: 0;
}
.products section.product-listing .card-rack .card {
  width: 21rem;
}
.products section.product-listing .card-rack.flavor-free {
  border-radius: 50px;
  background: rgba(221, 221, 221, 0.5);
  padding-block: 60px;
}
@media screen and (max-width: 1099px) {
  .products section.product-listing .card-rack {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }
  .products section.product-listing .card-rack.flavor-free {
    padding-block: 30px 50px;
  }
  .products section.product-listing .card-rack h3 {
    max-width: 13ch;
    font-size: 32px;
  }
  .products section.product-listing .card-rack .card {
    flex-flow: row nowrap;
    justify-content: center;
    align-items: center;
    gap: 2rem;
  }
  .products section.product-listing .card-rack .card:not(:last-child) {
    padding-bottom: 30px;
    border-bottom: solid 1px #aaa;
  }
  .products section.product-listing .card-rack .card img {
    width: 220px;
  }
  .products section.product-listing .card-rack .sidecar {
    align-items: start;
    min-width: 11rem;
  }
  .products section.product-listing .card-rack .sidecar h5,
  .products section.product-listing .card-rack .sidecar p {
    text-align: left;
    margin: 0;
  }
  .products section.product-listing .card-rack .sidecar p {
    max-width: 155px;
  }
}
@media screen and (max-width: 650px) {
  .products section.product-listing .card-rack {
    gap: 1.88rem;
  }
  .products section.product-listing .card-rack .card h5,
  .products section.product-listing .card-rack .sidecar h5 {
    font-size: 1.25rem;
  }
  .products section.product-listing .card-rack .card p,
  .products section.product-listing .card-rack .sidecar p {
    font-size: 0.875rem;
  }
  .products section.product-listing .card-rack .card img,
  .products section.product-listing .card-rack .sidecar img {
    width: 25%;
  }
  .products section.product-listing .card-rack .card {
    gap: 1rem;
  }
  .products section.product-listing .card-rack .card img {
    width: 40%;
  }
  .products section.product-listing .card-rack .sidecar {
    gap: 0.62rem;
    max-width: 9.6875rem;
  }
}
.products section.product-listing .availability {
  font-family: poppins-medium;
  font-size: 0.875rem;
  text-align: center;
  color: #333;
}
@media screen and (max-width: 1099px) {
  .products section.product-listing {
    padding-left: 0.94rem;
    padding-right: 0.94rem;
  }
}
@media screen and (max-width: 650px) {
  .products section.product-listing {
    padding-bottom: 5.75rem;
  }
  .products section.product-listing .availability {
    margin: 0;
  }
}

/* colors */
/* screen width breaks */
.maintenance-page img {
  max-width: 100%;
  display: block;
}
.maintenance-page .brand-logo {
  width: 250px;
  padding-bottom: 20px;
}
.maintenance-page .top-level-container {
  max-width: unset;
  display: block;
}
.maintenance-page .top-level-container main {
  height: 100vh;
  min-height: min-content;
  width: 100%;
  display: flex;
  flex-direction: column;
}
@media (max-height: 450px) and (orientation: landscape) {
  .maintenance-page .top-level-container main {
    height: unset;
  }
}
.maintenance-page .top-level-container .maintenance-wrapper {
  display: grid;
  height: 100%;
}
.maintenance-page .top-level-container .maintenance-wrapper > * {
  grid-column: 1/-1;
  grid-row: 1/-1;
}
.maintenance-page .top-level-container .maintenance-text {
  margin: auto auto;
  z-index: 2;
  color: #fff;
  text-align: center;
  display: grid;
  place-items: center;
  grid-template-columns: 1fr;
  gap: 30px;
  padding: 0 0 40px 0;
}
@media (min-width: 850px) {
  .maintenance-page .top-level-container .maintenance-text {
    padding: 0 0 60px 0;
    gap: 60px;
  }
}
.maintenance-page .top-level-container .maintenance-warning {
  border: 11px solid #fff;
  background: #000;
  z-index: 3;
  color: #fff;
  padding: 20px 19px;
}
.maintenance-page .top-level-container .maintenance-warning p {
  font-family: Helvetica, sans-serif;
  text-wrap: balance;
  font-weight: 700;
  font-size: 18px;
  line-height: 23.45px;
  letter-spacing: 0.02em;
  text-align: center;
  margin: 0;
}
@media (min-width: 375px) {
  .maintenance-page .top-level-container .maintenance-warning p {
    font-size: 23px;
    line-height: 26.45px;
  }
}
@media (min-width: 1150px) {
  .maintenance-page .top-level-container .maintenance-warning {
    padding: 55px 0;
  }
  .maintenance-page .top-level-container .maintenance-warning p {
    font-size: 28px;
    line-height: 32.2px;
  }
}
.maintenance-page .top-level-container .maintenance-content {
  width: 100%;
  background-size: cover;
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-image: var(--bg-mob-img);
  z-index: 1;
}
@media (min-width: 675px) {
  .maintenance-page .top-level-container .maintenance-content {
    background-image: var(--bg-img);
  }
}
.maintenance-page .top-level-container .primary-text {
  font-family: "poppins-bold";
  font-weight: 700;
  font-size: 48px;
  line-height: 48px;
  padding: 0 30px;
  color: inherit;
  margin: 0;
  text-wrap: balance;
  text-shadow: 0px 0px 20px #3CC751;
  max-width: 10ch;
}
@media (min-width: 850px) {
  .maintenance-page .top-level-container .primary-text {
    max-width: unset;
    font-size: 84px;
    line-height: 84px;
    padding: 0 0px;
  }
}
.maintenance-page .top-level-container .secondary-text {
  font-family: "poppins-medium";
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  letter-spacing: 0.02em;
  padding: 0 30px;
  margin: 0;
  text-wrap: balance;
}
@media (min-width: 850px) {
  .maintenance-page .top-level-container .secondary-text {
    font-size: 28px;
    line-height: 42px;
  }
}
@media (min-width: 950px) {
  .maintenance-page .top-level-container .secondary-text {
    padding: 0;
  }
}

.password-reset .hero {
  padding: 3.75rem 3rem calc(3.75rem + 50px) 3rem;
  background-position: left bottom 65rem;
  min-height: 679px;
}
.password-reset img {
  max-width: 100%;
}
@media screen and (max-width: 1099px) {
  .password-reset .hero {
    padding-bottom: calc(1.875rem + 50px);
    background: linear-gradient(0deg, rgba(13, 25, 84, 0.25) 0%, rgba(13, 25, 84, 0.25) 100%), radial-gradient(93.72% 93.72% at 50% 0%, #3976bc 0%, #0d1954 48.96%, #04071a 100%), lightgray 50%/cover no-repeat;
    min-height: unset;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }
}

.store-locator main {
  background: #14153e;
  padding-block: 0px 32px;
  background-position-y: -3em;
  display: flex;
  flex-direction: column;
}
@media (min-width: 1100px) {
  .store-locator main {
    background: radial-gradient(39.86% 36.02% at 50% 29.24%, rgba(53, 124, 255, 0.5) 0%, rgba(53, 124, 255, 0) 100%), #14153E;
    padding-block: 0px 110px;
  }
}
.store-locator .store-locator-widget-container {
  display: block;
  position: relative;
  z-index: 1;
  height: 870px;
}
@media (min-width: 1100px) {
  .store-locator .store-locator-widget-container {
    height: 850px;
    aspect-ratio: 1200/850;
    margin-inline: 60px;
  }
}
@media (min-width: 1400px) {
  .store-locator .store-locator-widget-container {
    margin-inline: 100px;
  }
}
.store-locator .heading-text {
  text-align: center;
  font-family: poppins-medium;
  padding: 0 1em;
}
@media (max-width: 1100px) {
  .store-locator .heading-text {
    font-size: 14px;
    background: #14153e;
  }
}
.store-locator .heading-text {
  margin-block: 0px 30px;
}
@media (max-width: 1100px) {
  .store-locator .heading-text {
    margin-block: 0px 20px;
  }
}
.store-locator .prohibition-wrapper {
  position: relative;
  height: 50px;
}
@media (max-width: 1100px) {
  .store-locator .prohibition-wrapper {
    height: 30px;
  }
}
.store-locator .nicokick-banner {
  display: flex;
  gap: 20px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding-top: 50px;
}
.store-locator .nicokick-banner p {
  color: #FFF;
  text-align: center;
  font-family: "poppins-bold";
  font-size: 24px;
  letter-spacing: 0.48px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 54px */
  margin: 0;
}
.store-locator .nicokick-banner a.button {
  color: #FFF;
  text-align: center;
  font-family: "poppins-bold";
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 150%; /* 24px */
  letter-spacing: 0.32px;
  text-transform: uppercase;
  padding: 5px 18px 5px 36px;
  margin-bottom: 50px;
}
.store-locator .nicokick-banner .nicokick-logo {
  width: 175px;
}
@media (min-width: 1100px) {
  .store-locator .nicokick-banner p {
    font-size: 36px;
    letter-spacing: 0.72px;
  }
  .store-locator .nicokick-banner a.button {
    margin-bottom: 0;
  }
}

.at-the-track section:not(.quote, .photo-grid, .appearances) {
  padding-bottom: calc(1rem + 50px);
}
@media (max-width: 1100px) {
  .at-the-track section:not(.quote, .photo-grid, .appearances) {
    padding-bottom: 3rem;
  }
}
.at-the-track section:not(:first-child) {
  margin-top: -50px;
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .at-the-track section:not(:first-child) {
    margin-top: -2rem;
  }
}
.at-the-track .hero {
  position: relative;
  z-index: 1;
}
.at-the-track .hero .prohibition {
  z-index: 2;
}
.at-the-track .hero .content {
  font-family: poppins-medium;
  font-weight: 500;
  position: relative;
  padding: 60px 160px 60px 160px;
  z-index: 2;
  color: #fff;
  display: flex;
  flex-direction: column;
  gap: 20px;
}
@media (max-width: 1400px) {
  .at-the-track .hero .content {
    padding: 60px 60px 60px 60px;
  }
}
@media (max-width: 1100px) {
  .at-the-track .hero .content {
    padding: 40px 15px 30px 15px;
    gap: 30px;
  }
}
.at-the-track .hero .content * {
  text-transform: unset;
  text-align: center;
  font-family: inherit;
  font-weight: inherit;
  color: inherit;
}
.at-the-track .hero .content p {
  font-size: 24px;
  line-height: 1.5;
  letter-spacing: 0.48px;
  margin: 0;
  width: 1078px;
  max-width: 100%;
}
@media (max-width: 1100px) {
  .at-the-track .hero .content p {
    max-width: calc(100% - 20px);
    font-size: 1rem;
    margin-inline: 10px;
  }
}
.at-the-track .hero .content h2 {
  font-size: 60px;
  line-height: 1.75;
  letter-spacing: 1.2px;
}
@media (max-width: 1100px) {
  .at-the-track .hero .content h2 {
    font-size: 44px;
    line-height: 1.05;
  }
}
.at-the-track .hero .content .video-thumbnail-button {
  width: 875px;
  max-width: 100%;
  margin-inline: auto;
}
.at-the-track .hero .content .video-thumbnail-button img {
  width: 100%;
  display: block;
}
.at-the-track .hero-background {
  position: absolute;
  inset: 0;
  margin: 0;
  z-index: 1;
}
.at-the-track .hero-background img {
  width: 100%;
  object-fit: cover;
  height: 100%;
}
.at-the-track .appearances {
  position: relative;
  z-index: 2;
}
@media (max-width: 1100px) {
  .at-the-track .appearances {
    margin-bottom: 2rem;
  }
}
.at-the-track .appearances::before {
  content: "";
  border-radius: 50px 50px 0px 0px;
  background: #218831;
  height: 50px;
  width: 100%;
  display: block;
}
@media (max-width: 1100px) {
  .at-the-track .appearances::before {
    border-radius: 2rem 2rem 0px 0px;
    height: 2rem;
  }
}
.at-the-track .appearances-title {
  color: #FFF;
  background: #218831;
  text-align: center;
  font-family: poppins-bold;
  font-size: 20px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.9;
  margin: 0;
  letter-spacing: 2px;
  text-transform: uppercase;
  padding-bottom: 30px;
  border-bottom: 1px solid #6CD97D;
  padding-top: 10px;
}
@media (max-width: 1100px) {
  .at-the-track .appearances-title {
    font-size: 16px;
    letter-spacing: 1.6px;
  }
}
.at-the-track .appearances-wrapper {
  position: absolute;
  top: 50px;
  left: 0;
  right: 0;
  bottom: 50px;
  padding-top: 110px;
}
@media (max-width: 1100px) {
  .at-the-track .appearances-wrapper {
    position: relative;
    top: unset;
    left: unset;
    bottom: unset;
    z-index: 2;
    padding-top: 0;
    padding-bottom: 40px;
  }
}
.at-the-track .appearances-wrapper figure {
  position: relative;
  width: max-content;
  margin: 0 auto;
}
@media (max-width: 1100px) {
  .at-the-track .appearances-wrapper figure {
    width: calc(100% - 20px);
    margin: 0 10px;
  }
}
.at-the-track .appearances-wrapper figure figcaption {
  position: absolute;
  bottom: 9%;
  right: 3%;
  color: #fff;
  font-family: poppins-medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.28px;
}
@media (max-width: 1100px) {
  .at-the-track .appearances-wrapper figure figcaption {
    position: static;
    text-align: center;
  }
}
.at-the-track .appearances-wrapper .car {
  width: 584px;
  display: block;
  max-width: 100%;
  margin-inline: auto;
}
@media (max-width: 1100px) {
  .at-the-track .appearances-wrapper .car {
    width: 100%;
  }
}
.at-the-track .appearances-ticker-viewport {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  transform: translateY(calc(-50% - 2rem));
  overflow: hidden;
  max-width: 100%;
  height: max-content;
}
@media (max-width: 1100px) {
  .at-the-track .appearances-ticker-viewport {
    background: #218831;
    position: relative;
    transform: unset;
    top: unset;
    left: unset;
    z-index: 2;
  }
}
.at-the-track .appearances-ticker {
  display: flex;
  width: max-content;
  will-change: transform;
  animation: 50s marquee linear infinite;
}
.at-the-track .appearances-ticker .appearances-list {
  list-style: none;
  margin: 0;
  padding: 0;
  display: flex;
}
.at-the-track .appearances-ticker .appearances-item {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  gap: 10px;
  width: 100%;
  padding: 87px 20px 81px 20px;
  color: #FFF;
  text-align: center;
  font-family: poppins-bold;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.16px;
  text-transform: uppercase;
}
@media (max-width: 1100px) {
  .at-the-track .appearances-ticker .appearances-item {
    gap: 5px;
    padding: 30px 20px 10px 20px;
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.at-the-track .appearances-ticker .appearances-item strong {
  display: block;
  font-size: 48px;
  line-height: 1.2;
  letter-spacing: 0.96px;
  white-space: nowrap;
  text-transform: initial;
}
@media (max-width: 1100px) {
  .at-the-track .appearances-ticker .appearances-item strong {
    font-size: 32px;
    letter-spacing: 0.64px;
  }
}
@keyframes marquee {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(-50%);
  }
}
.at-the-track .appearances-background {
  display: block;
  width: 100%;
  margin: 0;
  position: relative;
}
@media (max-width: 1100px) {
  .at-the-track .appearances-background {
    position: absolute;
    top: 100px;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1;
  }
}
@media (min-width: 1100px) and (max-width: 1400px) {
  .at-the-track .appearances-background::before {
    content: "";
    height: 60px;
    background: #218831;
    display: block;
  }
}
.at-the-track .appearances-background img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.at-the-track .cart-pulse-link-wrapper {
  position: absolute;
  top: 30%;
  right: 25%;
}
@media (max-width: 1400px) {
  .at-the-track .cart-pulse-link-wrapper {
    top: 28%;
    right: 23%;
  }
}
@media (max-width: 1100px) {
  .at-the-track .cart-pulse-link-wrapper {
    top: 36%;
    right: 20%;
  }
}
@media (max-width: 768px) {
  .at-the-track .cart-pulse-link-wrapper {
    top: 33%;
    right: 17%;
  }
}
@media (max-width: 500px) {
  .at-the-track .cart-pulse-link-wrapper {
    top: 30%;
    right: 15%;
  }
}
.at-the-track .photo-grid {
  display: grid;
  padding: 0;
  margin: 0;
  gap: 2px;
  background: #fff;
  border-top: 2px solid #fff;
  border-bottom: 2px solid #fff;
}
@media (min-width: 1100px) {
  .at-the-track .photo-grid {
    grid-template-columns: 1fr 1fr;
  }
  .at-the-track .photo-grid:not(.footer-photo-grid) > :nth-child(3) {
    grid-column: span 2;
  }
}
.at-the-track .photo-grid *:nth-child(1) p {
  text-align: right;
}
.at-the-track .photo-grid p {
  position: absolute;
  bottom: 40px;
  left: 40px;
  right: 40px;
  color: #FFF;
  font-family: poppins-medium;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.32px;
  margin: 0;
}
@media (max-width: 1100px) {
  .at-the-track .photo-grid p {
    bottom: 33px;
    left: 30px;
    right: 30px;
  }
}
.at-the-track .photo-grid p strong {
  display: block;
  font-family: poppins-bold;
  font-size: 36px;
  font-weight: 700;
  line-height: 1.2;
  letter-spacing: 0.72px;
  margin-bottom: 15px;
}
@media (max-width: 1100px) {
  .at-the-track .photo-grid p strong {
    margin-bottom: 15px;
  }
}
.at-the-track .photo-grid figure {
  position: relative;
  width: 100%;
  height: 100%;
  margin: 0;
}
.at-the-track .photo-grid figure figcaption {
  position: absolute;
  top: 40px;
  left: 40px;
  color: #FFF;
  font-family: poppins-medium;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.28px;
}
@media (max-width: 1100px) {
  .at-the-track .photo-grid figure figcaption {
    left: unset;
    right: 30px;
    top: 30px;
  }
}
.at-the-track .photo-grid figure img {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}
.at-the-track .photo-grid figure:nth-child(3) figcaption {
  left: 30px;
  right: unset;
}
.at-the-track .photo-grid.footer-photo-grid > :nth-child(1) figcaption {
  left: 30px;
  right: unset;
}
@media (min-width: 1100px) {
  .at-the-track .photo-grid.footer-photo-grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .at-the-track .photo-grid.footer-photo-grid > :nth-child(1) {
    grid-column: span 3;
  }
  .at-the-track .photo-grid.footer-photo-grid > :nth-child(2) {
    grid-column: span 2;
  }
}
.at-the-track .quote {
  position: relative;
  z-index: 2;
}
.at-the-track .quote::before {
  content: "";
  border-radius: 50px 50px 0px 0px;
  background: #F0F0F0;
  height: 50px;
  width: 100%;
  display: block;
}
@media (max-width: 1100px) {
  .at-the-track .quote::before {
    border-radius: 2rem 2rem 0px 0px;
    height: 2rem;
  }
}
.at-the-track .quote .avatar {
  width: 360px;
  max-width: 100%;
  display: block;
}
@media (max-width: 1100px) {
  .at-the-track .quote .avatar {
    min-width: 280px;
    width: 65%;
  }
}
.at-the-track .quote .quote-wrapper {
  background: #F0F0F0;
  display: flex;
  align-items: center;
  gap: 80px;
  padding: 50px 150px 100px 150px;
  margin-bottom: 50px;
}
@media (max-width: 1400px) {
  .at-the-track .quote .quote-wrapper {
    padding: 2rem 25px 100px 25px;
    margin-bottom: 2rem;
    gap: 40px;
  }
}
@media (max-width: 1100px) {
  .at-the-track .quote .quote-wrapper {
    flex-direction: column;
    justify-content: center;
    padding: 1rem 30px 70px 30px;
  }
}
.at-the-track .quote .quote-text {
  color: #333;
  display: flex;
  flex-direction: column;
  gap: 40px;
  min-width: 280px;
  max-width: 100%;
  width: 65%;
}
@media (max-width: 1100px) {
  .at-the-track .quote .quote-text {
    gap: 20px;
  }
}
.at-the-track .quote .quote-text h2 {
  font-size: 48px;
  letter-spacing: 0.96px;
  text-indent: -1ch;
}
@media (max-width: 1100px) {
  .at-the-track .quote .quote-text h2 {
    font-size: 31px;
    line-height: 1.1;
    letter-spacing: 0.62px;
    margin-bottom: 15px;
  }
}
.at-the-track .quote .quote-text > * {
  color: inherit;
  text-transform: initial;
  font-family: poppins-bold;
  font-weight: 700;
  line-height: 1.2;
}
.at-the-track .quote .quote-text p {
  font-size: 24px;
  letter-spacing: 0.48px;
  margin: 0;
}
.at-the-track .quote .quote-text .smaller-text {
  font-family: poppins-medium;
  font-weight: 500;
  font-size: 12px;
  letter-spacing: 0.24px;
  margin-top: -18px;
}
@media (max-width: 1100px) {
  .at-the-track .quote .quote-text .smaller-text {
    margin-top: -18px;
  }
}
.at-the-track footer.default {
  z-index: 2;
}

.about-us main {
  background: radial-gradient(90.13% 57.17% at 100% 99.99%, rgba(53, 124, 255, 0.25) 0%, rgba(4, 7, 26, 0.25) 100%), radial-gradient(70.29% 44.58% at 0% 44.58%, #0d1954 0%, #04071a 100%);
}
.about-us .hero {
  position: relative;
  padding: 0px 0 30px 0;
}
.about-us .feature-section {
  padding: 60px 0;
}
@media (max-width: 1099px) {
  .about-us .feature-section {
    padding-top: 10px;
  }
}
.about-us .feature-section .feature-bubbles {
  margin: 0;
  padding: 0 1em;
  margin-inline: auto;
  display: flex;
  gap: 35px;
  max-width: 1132px;
}
@media (max-width: 1099px) {
  .about-us .feature-section .feature-bubbles {
    flex-direction: column;
    gap: 20px;
  }
}
.about-us .feature-section .feature-bubble {
  display: flex;
  gap: 30px;
  align-items: center;
  padding: 30px 40px;
  border-radius: 100px;
  border: 1px solid #357cff;
}
.about-us .feature-section .feature-icon {
  width: 70px;
  max-width: 100%;
}
.about-us .feature-section .feature-text {
  flex: 1 1 100%;
}
.about-us .feature-section .feature-title {
  color: #fff;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
  letter-spacing: 0.2px;
  margin-bottom: 0.25rem;
  text-transform: unset;
}
.about-us .feature-section .feature-subtext {
  color: #fff;
  font-size: 14px;
  font-weight: 500;
  line-height: 1.5;
  letter-spacing: 0.14px;
  margin: 0;
}
.about-us .faq {
  display: flex;
  padding-top: 40px;
  padding-bottom: 140px;
  margin-inline: auto;
  padding-inline: 1em;
  gap: 50px;
  max-width: 1140px;
}
@media (max-width: 1099px) {
  .about-us .faq {
    flex-direction: column-reverse;
    padding-top: 10px;
    padding-bottom: calc(40px + 2rem);
  }
}
.about-us .faq .column {
  flex: 1 1 50%;
}
.about-us .faq .faq-title {
  color: #fff;
  font-size: 48px;
  font-weight: 700;
  line-height: 1.1;
  letter-spacing: 0.48px;
  text-align: center;
  text-transform: unset;
}
@media (max-width: 1099px) {
  .about-us .faq .faq-title {
    font-size: 32px;
    letter-spacing: 0.32px;
  }
}
.about-us .faq .faq-rounded-image {
  border-radius: 50%;
  border: 20px solid #218831;
  width: 100%;
  max-width: 100%;
  box-sizing: border-box;
}
@media (max-width: 1099px) {
  .about-us .faq .faq-rounded-image {
    width: 80%;
    margin-inline: auto;
    display: block;
  }
}
.about-us .faq .faq-list {
  list-style: none;
  margin: 0;
  padding: 0;
  margin-top: 45px;
  display: flex;
  flex-direction: column;
  gap: 15px;
}
.about-us .faq .expander {
  border-radius: 7px;
  box-shadow: 0px 10px 20px 0px rgba(0, 0, 0, 0.25);
  padding: 0 15px 0px 15px;
  background: #218831;
  color: #fff;
  transition: 0.5s background-color 0.1s ease-in-out, 0.5s color 0.1s ease-in-out, 0.5s padding-bottom ease-in-out;
}
.about-us .faq .expander[data-toggled] {
  background: #fff;
  color: #333;
  padding-bottom: 20px;
}
.about-us .faq .expander .toggle {
  font-family: poppins-bold;
  padding: 15px 0;
  list-style: none;
  color: #333;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.25;
  letter-spacing: 0.48px;
  position: relative;
  border-bottom: 1px solid #218831;
  cursor: pointer;
}
.about-us .faq .expander .toggle::after {
  content: url(/icons/down-caret-white.svg);
  float: right;
  transform: rotate(0deg);
  transition: 0.25s transform ease-in-out;
}
.about-us .faq .expander[data-toggled] .toggle::after {
  transform: rotate(180deg);
  content: url(/icons/down-caret-grey.svg);
}
.about-us .faq .expander .toggle::marker,
.about-us .faq .expander .toggle::-webkit-details-marker {
  display: none;
}
.about-us .faq .expander .toggle,
.about-us .faq .expander p {
  color: inherit;
}
.about-us .faq .expander .content p {
  margin-bottom: 0;
}
@media (max-width: 1099px) {
  .about-us .faq .expander .content p {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.about-us .faq .expander .content ol {
  margin-top: 1em;
  font-family: poppins-medium;
  display: flex;
  flex-direction: column;
  gap: 10px;
  padding-left: 20px;
}
@media (max-width: 1099px) {
  .about-us .faq .expander .content ol {
    font-size: 14px;
    letter-spacing: 0.14px;
  }
}
.about-us .faq .expander .details-content-wrapper {
  display: grid;
  grid-template-rows: 0fr;
  transition: 0.5s grid-template-rows 0.1s ease-in-out;
}
.about-us .faq .expander[data-toggled] .details-content-wrapper {
  grid-template-rows: 1fr;
}
.about-us .faq .expander .details-content-wrapper .content {
  overflow: hidden;
}

.race-to-the-finish section {
  display: flex;
  position: relative;
}
.race-to-the-finish section p {
  margin: 0;
}
.race-to-the-finish section:not(:first-child) {
  border-radius: 50px 50px 0 0;
  margin-top: -50px;
}
@media (max-width: 1100px) {
  .race-to-the-finish section:not(:first-child) {
    border-radius: 30px 30px 0 0;
    margin-top: -30px;
  }
}
.race-to-the-finish section.feature {
  padding-bottom: 50px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  align-self: stretch;
  background-image: var(--featureBkgd);
  background-size: cover;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.feature {
    padding: 40px 30px 70px 30px;
    align-items: flex-end;
  }
}
.race-to-the-finish section.feature video {
  max-width: 100%;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  object-fit: cover;
  object-position: center;
  position: absolute;
}
.race-to-the-finish section.feature .main {
  padding: 40px 300px;
  z-index: 2;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.feature .main {
    padding: 0;
  }
}
.race-to-the-finish section.feature .main .body {
  display: flex;
  padding-top: 60px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  gap: 30px;
}
.race-to-the-finish section.feature .main .body .sweeps-graphic {
  max-width: 645.76px;
  max-height: 148.638px;
  text-align: center;
}
.race-to-the-finish section.feature .main .body p {
  padding: 0 110px;
  color: #FFF;
  text-align: center;
  font-family: "poppins-bold";
  font-size: 20px;
  line-height: 125%;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.feature .main .body p {
    font-size: 18px;
    padding: 0;
  }
}
.race-to-the-finish section.feature .main .body .cta {
  display: flex;
  height: 50px;
  padding: 9px 40px;
  align-items: center;
  gap: 20px;
  border-radius: 500px;
  border: 2px solid #FFF;
  background: #218831;
}
.race-to-the-finish section.feature .main .body .cta .foreground {
  color: #FFF;
  font-family: "poppins-bold";
  font-size: 24px;
  line-height: 150%;
  letter-spacing: 0.96px;
}
.race-to-the-finish section.feature .main .body .cta .backdrop {
  background: #186123;
}
.race-to-the-finish section.feature .main .body span {
  color: #FFF;
  font-family: "poppins-regular";
  font-size: 12px;
  line-height: 150%;
  text-align: center;
}
.race-to-the-finish section.feature .main .body span strong {
  font-family: "poppins-bold";
}
.race-to-the-finish section.feature .main .body span a {
  text-decoration-line: underline;
  text-decoration-style: solid;
  text-decoration-skip-ink: none;
  text-decoration-thickness: auto;
  text-underline-offset: auto;
  text-underline-position: from-font;
}
.race-to-the-finish section.grand-prize {
  flex-direction: column;
  align-items: center;
  background: #218831;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.grand-prize {
    padding: 40px 30px;
    gap: 30px;
  }
}
.race-to-the-finish section.grand-prize .block {
  display: flex;
  height: 200px;
  padding: 20px 0px 80px;
  justify-content: center;
  align-items: center;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.grand-prize .block {
    height: 671px;
    flex-direction: column;
    gap: 40px;
    align-self: stretch;
  }
}
.race-to-the-finish section.grand-prize .block .headline {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 15px;
  flex: 1 0 0;
  align-self: stretch;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.grand-prize .block .headline {
    gap: 30px;
  }
}
.race-to-the-finish section.grand-prize .block .headline p {
  color: #FFF;
  text-align: center;
  font-family: "poppins-bold";
  font-size: 36px;
  line-height: 120%; /* 43.2px */
  letter-spacing: 0.36px;
  text-transform: uppercase;
}
.race-to-the-finish section.grand-prize .block .headline .vl {
  display: none;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.grand-prize .block .headline .vl {
    display: flex;
    background: #fff;
    height: 1px;
    width: 330px;
  }
}
.race-to-the-finish section.grand-prize .block .prize-list {
  display: flex;
  padding-left: 50px;
  align-items: flex-end;
  gap: 30px;
  flex: 1 0 0;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.grand-prize .block .prize-list {
    padding: 5px 0px;
    flex-direction: column;
    align-items: center;
    gap: 40px;
    align-self: stretch;
  }
}
.race-to-the-finish section.grand-prize .block .prize-list .prize {
  display: flex;
  width: 250px;
  flex-direction: column;
  align-items: center;
  gap: 15px;
  align-self: center;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.grand-prize .block .prize-list .prize {
    gap: 20px;
    align-self: center;
  }
}
.race-to-the-finish section.grand-prize .block .prize-list .prize img {
  height: 100px;
}
.race-to-the-finish section.grand-prize .block .prize-list .prize p {
  color: #FFF;
  text-align: center;
  font-family: "poppins-bold";
  font-size: 14px;
  line-height: 120%;
  letter-spacing: 0.14px;
  text-transform: uppercase;
}
.race-to-the-finish section.grand-prize .block .prize-list .prize.last-prize img {
  height: 72px;
  padding: 10px;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.grand-prize .block .prize-list .prize.last-prize img {
    height: 60px;
    padding: 0;
  }
}
.race-to-the-finish section.grand-prize .block .prize-list .vl {
  background: #fff;
  width: 1px;
  height: 150px;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.grand-prize .block .prize-list .vl {
    display: none;
  }
}
.race-to-the-finish section.busch {
  height: 650px;
  padding-bottom: 50px;
  flex-direction: column;
  align-items: flex-start;
  align-self: stretch;
  background-image: var(--buschDesktop);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.busch {
    height: auto;
    align-items: center;
    background-image: var(--buschMobile), radial-gradient(196.3% 111.77% at 50% 99.94%, #307FE2 0%, #184FA2 0%, #001E62 60%, #04071A 100%);
    background-size: contain;
    background-position: top;
  }
}
.race-to-the-finish section.busch .main {
  display: flex;
  padding: 40px 80px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  flex: 1 0 0;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.busch .main {
    width: 390px;
    align-items: center;
    gap: 10px;
    padding: 50% 30px 50px 30px;
  }
}
.race-to-the-finish section.busch .main .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 30px;
}
.race-to-the-finish section.busch .main .content p {
  color: #FFF;
  text-align: center;
  font-family: "poppins-medium";
  font-size: 26px;
  line-height: 150%;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.busch .main .content p {
    font-size: 20px;
    line-height: 125%;
  }
}
.race-to-the-finish section.busch .main .content p .eyebrow {
  font-family: "poppins-bold";
  font-size: 12px;
  line-height: 18px;
}
.race-to-the-finish section.busch .caption {
  padding: 0px 20px 20px 20px;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.busch .caption {
    position: absolute;
    top: 20px;
    left: 20px;
    padding: 0;
  }
}
.race-to-the-finish section.busch .caption p {
  color: #FFF;
  font-family: "poppins-regular";
  font-size: 11px;
  line-height: 150%;
}
.race-to-the-finish section.quote {
  height: 600px;
  padding: 0px 150px 50px 150px;
  justify-content: center;
  align-items: center;
  gap: 80px;
  align-self: stretch;
  background: #F0F0F0;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.quote {
    height: auto;
    padding: 50px 30px 80px 30px;
    flex-direction: column;
    gap: 40px;
  }
}
.race-to-the-finish section.quote .circle {
  width: 360px;
  height: 360px;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.quote .circle {
    width: 280px;
    height: 280px;
  }
}
.race-to-the-finish section.quote .block {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  gap: 30px;
  flex: 1 0 0;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.quote .block {
    padding-left: 5px;
    flex-direction: column;
    align-items: flex-start;
    gap: 15px;
    align-self: stretch;
  }
}
.race-to-the-finish section.quote .block .content {
  display: flex;
  padding: 0px 10px;
  flex-direction: column;
  gap: 60px;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.quote .block .content {
    gap: 50px;
  }
}
.race-to-the-finish section.quote .block .content p {
  color: #333;
  leading-trim: both;
  text-edge: cap;
  line-height: 120%;
}
.race-to-the-finish section.quote .block .content p.quote {
  font-family: "poppins-bold";
  font-size: 48px;
  letter-spacing: 0.96px;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.quote .block .content p.quote {
    font-size: 31px;
    line-height: 110%;
    letter-spacing: 0.62px;
  }
}
.race-to-the-finish section.quote .block .content p.quotee {
  font-family: "poppins-bold";
  font-size: 24px;
  letter-spacing: 0.48px;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.quote .block .content p.quotee {
    font-size: 24px;
    line-height: 120%;
    letter-spacing: 0.48px;
  }
}
.race-to-the-finish section.quote .block .content p.copy {
  font-family: "poppins-medium";
  font-size: 12px;
  letter-spacing: 0.24px;
}
.race-to-the-finish section.interview {
  height: 600px;
  padding-top: 1px;
  background-image: var(--interviewBkgd);
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
}
@media (max-width: 1100px) {
  .race-to-the-finish section.interview {
    height: 450px;
    padding: 30px;
  }
}
.race-to-the-finish section.interview p {
  padding: 40px;
  color: #FFF;
  text-shadow: 0px 0px 20px #000;
  font-family: "poppins-medium";
  font-size: 14px;
  line-height: 150%;
  letter-spacing: 0.28px;
}
.race-to-the-finish .modal-overlay {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  gap: 20px;
  flex-shrink: 0;
  background: rgba(4, 7, 26, 0.75);
  backdrop-filter: blur(5px);
  position: fixed;
  top: 0;
  left: 0;
  z-index: 999;
  display: none;
}
.race-to-the-finish .modal-overlay .modal-window {
  position: relative;
  width: 420px;
  padding: 50px 30px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  gap: 35px;
  border-radius: 20px;
  background: linear-gradient(0deg, #F5F5F5 0%, #F5F5F5 100%), linear-gradient(1deg, rgba(57, 118, 188, 0.2) 0.16%, rgba(57, 118, 188, 0) 98.27%);
  display: flex;
}
.race-to-the-finish .modal-overlay .modal-window .modal-content {
  display: flex;
  flex-direction: column;
  text-align: center;
  leading-trim: both;
  text-edge: cap;
}
.race-to-the-finish .modal-overlay .modal-window .modal-content h4 {
  color: #333;
  font-family: "poppins-bold";
  font-size: 36px;
  line-height: 120%;
  letter-spacing: 0.72px;
}
.race-to-the-finish .modal-overlay .modal-window .modal-content p {
  color: #333;
  font-family: "poppins-medium";
  font-size: 16px;
  line-height: 150%;
  letter-spacing: 0.16px;
}
.race-to-the-finish .modal-overlay .modal-window .modal-close {
  display: flex;
  width: 50px;
  height: 50px;
  justify-content: center;
  align-items: center;
  border-radius: 30px;
  background: #218831;
  position: absolute;
  top: -25px;
  right: -25px;
}

.rewards {
  --Blue-Zone-Blue: #001e62;
  --Green-Link-Active: #218831;
  --Blue-Dark-Blue: #04071a;
}
.rewards * {
  padding: 0;
  margin: 0;
  color: inherit;
  box-sizing: border-box;
}
.rewards :where(.rewards-link) {
  background-color: transparent;
  color: inherit;
  display: inline-block;
  border: none;
  font: inherit;
  cursor: pointer;
}

.rewards-coming-soon .tlc {
  background: #04071a;
}
.rewards-coming-soon .tlc > h4 {
  background: #218831;
  color: white;
  padding: 15px 9px;
  text-align: center;
  font-family: poppins-bold;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}
@media (width >= 1100px) {
  .rewards-coming-soon .tlc > h4 {
    padding: 13px 9px 15px 9px;
    font-size: 36px;
  }
}
.rewards-coming-soon .tlc p strong {
  font-family: poppins-bold;
  font-weight: 700;
}
.rewards-coming-soon .tlc p {
  max-width: 315px;
}
@media (width >= 768px) {
  .rewards-coming-soon .tlc p {
    max-width: 630px;
  }
}
@media (width >= 1100px) {
  .rewards-coming-soon .tlc p {
    max-width: 480px;
  }
}
@media (width >= 1400px) {
  .rewards-coming-soon .tlc p {
    max-width: 600px;
  }
}
.rewards-coming-soon .tlc .hero {
  position: relative;
  padding: 0 0 30px 0;
}
@media (width >= 1100px) {
  .rewards-coming-soon .tlc .hero {
    padding: 0 96px 50px 80px;
  }
}
.rewards-coming-soon .tlc .hero .video-content {
  height: 300px;
  position: relative;
}
.rewards-coming-soon .tlc .hero .video-content::before {
  content: "";
  background: linear-gradient(180deg, var(--blue-zone-blue-0-opac, rgba(0, 30, 98, 0)) 79.81%, var(--Blue-Zone-Blue, #001e62) 100%);
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}
@media (width >= 1100px) {
  .rewards-coming-soon .tlc .hero .video-content {
    height: 100%;
    position: absolute;
    inset: 0;
  }
  .rewards-coming-soon .tlc .hero .video-content::before {
    display: none;
  }
}
.rewards-coming-soon .tlc .hero .video-content video {
  object-fit: cover;
  object-position: bottom center;
  z-index: 1;
  width: 100%;
  height: 100%;
  display: block;
  position: relative;
}
.rewards-coming-soon .tlc .hero .content {
  position: relative;
  z-index: 2;
  width: 100%;
  margin-inline: auto;
  padding-bottom: 60px;
  color: white;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 15px;
  padding-top: 20px;
  background: linear-gradient(180deg, #001e62 43.25%, #04071a 100%), #001e62;
}
@media (width >= 1100px) {
  .rewards-coming-soon .tlc .hero .content {
    background: transparent;
    padding-bottom: 40px;
    padding-top: 0;
    height: 550px;
    max-width: 602px;
    margin-inline: 0 auto;
    align-items: start;
    text-align: left;
  }
}
.rewards-coming-soon .tlc .hero .content * {
  color: inherit;
  margin: 0;
}
.rewards-coming-soon .tlc .hero .content .logo {
  margin-bottom: 5px;
  width: 253px;
  max-width: 100%;
  display: block;
}
@media (width >= 1100px) {
  .rewards-coming-soon .tlc .hero .content .logo {
    width: 343px;
  }
}
.rewards-coming-soon .tlc .hero .content h2 {
  text-transform: initial;
  font-family: poppins-bold;
  font-weight: 700;
  line-height: 105%;
  font-size: 44px;
  max-width: 10ch;
}
@media (width >= 500px) {
  .rewards-coming-soon .tlc .hero .content h2 {
    max-width: 500px;
  }
}
@media (width >= 1100px) {
  .rewards-coming-soon .tlc .hero .content h2 {
    max-width: 440px;
  }
}
@media (width >= 1400px) {
  .rewards-coming-soon .tlc .hero .content h2 {
    font-size: 60px;
    max-width: 100%;
  }
}