@font-face {
  font-family: "Nexa";
  src: url("../fonts/Nexa-Regular.woff2") format("woff2"), url("../fonts/Nexa-Regular.woff") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Nexa";
  src: url("../fonts/NexaBold.woff2") format("woff2"), url("../fonts/NexaBold.woff") format("woff");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
}

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
}

/**
 * Render the `main` element consistently in IE.
 */
main {
  display: block;
}

/**
 * Correct the font size and margin on `h1` elements within `section` and
 * `article` contexts in Chrome, Firefox, and Safari.
 */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box; /* 1 */
  height: 0; /* 1 */
  overflow: visible; /* 2 */
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
pre {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/* Text-level semantics
   ========================================================================== */
/**
 * Remove the gray background on active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * 1. Remove the bottom border in Chrome 57-
 * 2. Add the correct text decoration in Chrome, Edge, IE, Opera, and Safari.
 */
abbr[title] {
  border-bottom: none; /* 1 */
  text-decoration: underline; /* 2 */
  text-decoration: underline dotted; /* 2 */
}

/**
 * Add the correct font weight in Chrome, Edge, and Safari.
 */
b,
strong {
  font-weight: bolder;
}

/**
 * 1. Correct the inheritance and scaling of font size in all browsers.
 * 2. Correct the odd `em` font sizing in all browsers.
 */
code,
kbd,
samp {
  font-family: monospace, monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/**
 * Add the correct font size in all browsers.
 */
small {
  font-size: 80%;
}

/**
 * Prevent `sub` and `sup` elements from affecting the line height in
 * all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/* Embedded content
   ========================================================================== */
/**
 * Remove the border on images inside links in IE 10.
 */
img {
  border-style: none;
}

/* Forms
   ========================================================================== */
/**
 * 1. Change the font styles in all browsers.
 * 2. Remove the margin in Firefox and Safari.
 */
button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: 1.15; /* 1 */
  margin: 0; /* 2 */
}

/**
 * Show the overflow in IE.
 * 1. Show the overflow in Edge.
 */
button,
input { /* 1 */
  overflow: visible;
}

/**
 * Remove the inheritance of text transform in Edge, Firefox, and IE.
 * 1. Remove the inheritance of text transform in Firefox.
 */
button,
select { /* 1 */
  text-transform: none;
}

/**
 * Correct the inability to style clickable types in iOS and Safari.
 */
button,
[type=button],
[type=reset],
[type=submit] {
  -webkit-appearance: button;
}

/**
 * Remove the inner border and padding in Firefox.
 */
button::-moz-focus-inner,
[type=button]::-moz-focus-inner,
[type=reset]::-moz-focus-inner,
[type=submit]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

/**
 * Restore the focus styles unset by the previous rule.
 */
button:-moz-focusring,
[type=button]:-moz-focusring,
[type=reset]:-moz-focusring,
[type=submit]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
 * Correct the padding in Firefox.
 */
fieldset {
  padding: 0.35em 0.75em 0.625em;
}

/**
 * 1. Correct the text wrapping in Edge and IE.
 * 2. Correct the color inheritance from `fieldset` elements in IE.
 * 3. Remove the padding so developers are not caught out when they zero out
 *    `fieldset` elements in all browsers.
 */
legend {
  box-sizing: border-box; /* 1 */
  color: inherit; /* 2 */
  display: table; /* 1 */
  max-width: 100%; /* 1 */
  padding: 0; /* 3 */
  white-space: normal; /* 1 */
}

/**
 * Add the correct vertical alignment in Chrome, Firefox, and Opera.
 */
progress {
  vertical-align: baseline;
}

/**
 * Remove the default vertical scrollbar in IE 10+.
 */
textarea {
  overflow: auto;
}

/**
 * 1. Add the correct box sizing in IE 10.
 * 2. Remove the padding in IE 10.
 */
[type=checkbox],
[type=radio] {
  box-sizing: border-box; /* 1 */
  padding: 0; /* 2 */
}

/**
 * Correct the cursor style of increment and decrement buttons in Chrome.
 */
[type=number]::-webkit-inner-spin-button,
[type=number]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Correct the odd appearance in Chrome and Safari.
 * 2. Correct the outline style in Safari.
 */
[type=search] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/**
 * Remove the inner padding in Chrome and Safari on macOS.
 */
[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * 1. Correct the inability to style clickable types in iOS and Safari.
 * 2. Change font properties to `inherit` in Safari.
 */
::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/* Interactive
   ========================================================================== */
/*
 * Add the correct display in Edge, IE 10+, and Firefox.
 */
details {
  display: block;
}

/*
 * Add the correct display in all browsers.
 */
summary {
  display: list-item;
}

/* Misc
   ========================================================================== */
/**
 * Add the correct display in IE 10+.
 */
template {
  display: none;
}

/**
 * Add the correct display in IE 10.
 */
[hidden] {
  display: none;
}

/**
 * Swiper 11.2.6
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2025 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: March 19, 2025
 */
/* FONT_START */
@font-face {
  font-family: "swiper-icons";
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA");
  font-weight: 400;
  font-style: normal;
}
/* FONT_END */
:root {
  --swiper-theme-color: #007aff;
  /*
  --swiper-preloader-color: var(--swiper-theme-color);
  --swiper-wrapper-transition-timing-function: initial;
  */
}

:host {
  position: relative;
  display: block;
  margin-left: auto;
  margin-right: auto;
  z-index: 1;
}

.swiper {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  /* Fix of Webkit flickering */
  z-index: 1;
  display: block;
}

.swiper-vertical > .swiper-wrapper {
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: flex;
  transition-property: transform;
  transition-timing-function: var(--swiper-wrapper-transition-timing-function, initial);
  box-sizing: content-box;
}

.swiper-android .swiper-slide,
.swiper-ios .swiper-slide,
.swiper-wrapper {
  transform: translate3d(0px, 0, 0);
}

.swiper-horizontal {
  touch-action: pan-y;
}

.swiper-vertical {
  touch-action: pan-x;
}

.swiper-slide {
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: transform;
  display: block;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

/* Auto Height */
.swiper-autoheight,
.swiper-autoheight .swiper-slide {
  height: auto;
}

.swiper-autoheight .swiper-wrapper {
  align-items: flex-start;
  transition-property: transform, height;
}

.swiper-backface-hidden .swiper-slide {
  transform: translateZ(0);
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* 3D Effects */
.swiper-3d.swiper-css-mode .swiper-wrapper {
  perspective: 1200px;
}

.swiper-3d .swiper-wrapper {
  transform-style: preserve-3d;
}

.swiper-3d {
  perspective: 1200px;
}

.swiper-3d .swiper-slide,
.swiper-3d .swiper-cube-shadow {
  transform-style: preserve-3d;
}

/* CSS Mode */
.swiper-css-mode > .swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  /* For Firefox */
  -ms-overflow-style: none;
  /* For Internet Explorer and Edge */
}

.swiper-css-mode > .swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-css-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: start start;
}

.swiper-css-mode.swiper-horizontal > .swiper-wrapper {
  scroll-snap-type: x mandatory;
}

.swiper-css-mode.swiper-vertical > .swiper-wrapper {
  scroll-snap-type: y mandatory;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper {
  scroll-snap-type: none;
}

.swiper-css-mode.swiper-free-mode > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: none;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper::before {
  content: "";
  flex-shrink: 0;
  order: 9999;
}

.swiper-css-mode.swiper-centered > .swiper-wrapper > .swiper-slide {
  scroll-snap-align: center center;
  scroll-snap-stop: always;
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper > .swiper-slide:first-child {
  margin-inline-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-horizontal > .swiper-wrapper::before {
  height: 100%;
  min-height: 1px;
  width: var(--swiper-centered-offset-after);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper > .swiper-slide:first-child {
  margin-block-start: var(--swiper-centered-offset-before);
}

.swiper-css-mode.swiper-centered.swiper-vertical > .swiper-wrapper::before {
  width: 100%;
  min-width: 1px;
  height: var(--swiper-centered-offset-after);
}

/* Slide styles start */
/* 3D Shadows */
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom,
.swiper-3d .swiper-slide-shadow,
.swiper-3d .swiper-slide-shadow-left,
.swiper-3d .swiper-slide-shadow-right,
.swiper-3d .swiper-slide-shadow-top,
.swiper-3d .swiper-slide-shadow-bottom {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-3d .swiper-slide-shadow {
  background: rgba(0, 0, 0, 0.15);
}

.swiper-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  transform-origin: 50%;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper:not(.swiper-watch-progress) .swiper-lazy-preloader,
.swiper-watch-progress .swiper-slide-visible .swiper-lazy-preloader {
  animation: swiper-preloader-spin 1s infinite linear;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@keyframes swiper-preloader-spin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* Slide styles end */
.swiper-virtual .swiper-slide {
  -webkit-backface-visibility: hidden;
  transform: translateZ(0);
}

.swiper-virtual.swiper-css-mode .swiper-wrapper::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
}

.swiper-virtual.swiper-css-mode.swiper-horizontal .swiper-wrapper::after {
  height: 1px;
  width: var(--swiper-virtual-size);
}

.swiper-virtual.swiper-css-mode.swiper-vertical .swiper-wrapper::after {
  width: 1px;
  height: var(--swiper-virtual-size);
}

:root {
  --swiper-navigation-size: 44px;
  /*
  --swiper-navigation-top-offset: 50%;
  --swiper-navigation-sides-offset: 10px;
  --swiper-navigation-color: var(--swiper-theme-color);
  */
}

.swiper-button-prev,
.swiper-button-next {
  position: absolute;
  top: var(--swiper-navigation-top-offset, 50%);
  width: calc(var(--swiper-navigation-size) / 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - var(--swiper-navigation-size) / 2);
  z-index: 10;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-prev.swiper-button-disabled,
.swiper-button-next.swiper-button-disabled {
  opacity: 0.35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-prev.swiper-button-hidden,
.swiper-button-next.swiper-button-hidden {
  opacity: 0;
  cursor: auto;
  pointer-events: none;
}

.swiper-navigation-disabled .swiper-button-prev,
.swiper-navigation-disabled .swiper-button-next {
  display: none !important;
}

.swiper-button-prev svg,
.swiper-button-next svg {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform-origin: center;
}

.swiper-rtl .swiper-button-prev svg,
.swiper-rtl .swiper-button-next svg {
  transform: rotate(180deg);
}

.swiper-button-prev,
.swiper-rtl .swiper-button-next {
  left: var(--swiper-navigation-sides-offset, 10px);
  right: auto;
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-lock {
  display: none;
}

/* Navigation font start */
.swiper-button-prev:after,
.swiper-button-next:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev:after,
.swiper-rtl .swiper-button-next:after {
  content: "prev";
}

.swiper-button-next,
.swiper-rtl .swiper-button-prev {
  right: var(--swiper-navigation-sides-offset, 10px);
  left: auto;
}

.swiper-button-next:after,
.swiper-rtl .swiper-button-prev:after {
  content: "next";
}

/* Navigation font end */
:root {
  /*
  --swiper-pagination-color: var(--swiper-theme-color);
  --swiper-pagination-left: auto;
  --swiper-pagination-right: 8px;
  --swiper-pagination-bottom: 8px;
  --swiper-pagination-top: auto;
  --swiper-pagination-fraction-color: inherit;
  --swiper-pagination-progressbar-bg-color: rgba(0,0,0,0.25);
  --swiper-pagination-progressbar-size: 4px;
  --swiper-pagination-bullet-size: 8px;
  --swiper-pagination-bullet-width: 8px;
  --swiper-pagination-bullet-height: 8px;
  --swiper-pagination-bullet-border-radius: 50%;
  --swiper-pagination-bullet-inactive-color: #000;
  --swiper-pagination-bullet-inactive-opacity: 0.2;
  --swiper-pagination-bullet-opacity: 1;
  --swiper-pagination-bullet-horizontal-gap: 4px;
  --swiper-pagination-bullet-vertical-gap: 6px;
  */
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: 300ms opacity;
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-pagination-disabled > .swiper-pagination,
.swiper-pagination.swiper-pagination-disabled {
  display: none !important;
}

/* Common Styles */
.swiper-pagination-fraction,
.swiper-pagination-custom,
.swiper-horizontal > .swiper-pagination-bullets,
.swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: var(--swiper-pagination-bottom, 8px);
  top: var(--swiper-pagination-top, auto);
  left: 0;
  width: 100%;
}

/* Bullets */
.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: var(--swiper-pagination-bullet-width, var(--swiper-pagination-bullet-size, 8px));
  height: var(--swiper-pagination-bullet-height, var(--swiper-pagination-bullet-size, 8px));
  display: inline-block;
  border-radius: var(--swiper-pagination-bullet-border-radius, 50%);
  background: var(--swiper-pagination-bullet-inactive-color, #000);
  opacity: var(--swiper-pagination-bullet-inactive-opacity, 0.2);
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet:only-child {
  display: none !important;
}

.swiper-pagination-bullet-active {
  opacity: var(--swiper-pagination-bullet-opacity, 1);
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-vertical > .swiper-pagination-bullets,
.swiper-pagination-vertical.swiper-pagination-bullets {
  right: var(--swiper-pagination-right, 8px);
  left: var(--swiper-pagination-left, auto);
  top: 50%;
  transform: translate3d(0px, -50%, 0);
}

.swiper-vertical > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: var(--swiper-pagination-bullet-vertical-gap, 6px) 0;
  display: block;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  transform: translateY(-50%);
  width: 8px;
}

.swiper-vertical > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-vertical.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: 200ms transform, 200ms top;
}

.swiper-horizontal > .swiper-pagination-bullets .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 var(--swiper-pagination-bullet-horizontal-gap, 4px);
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-horizontal > .swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet,
.swiper-pagination-horizontal.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms left;
}

.swiper-horizontal.swiper-rtl > .swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: 200ms transform, 200ms right;
}

/* Fraction */
.swiper-pagination-fraction {
  color: var(--swiper-pagination-fraction-color, inherit);
}

/* Progress */
.swiper-pagination-progressbar {
  background: var(--swiper-pagination-progressbar-bg-color, rgba(0, 0, 0, 0.25));
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  transform: scale(0);
  transform-origin: left top;
}

.swiper-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  transform-origin: right top;
}

.swiper-horizontal > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-horizontal,
.swiper-vertical > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-vertical.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: var(--swiper-pagination-progressbar-size, 4px);
  left: 0;
  top: 0;
}

.swiper-vertical > .swiper-pagination-progressbar,
.swiper-pagination-progressbar.swiper-pagination-vertical,
.swiper-horizontal > .swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-pagination-progressbar.swiper-pagination-horizontal.swiper-pagination-progressbar-opposite {
  width: var(--swiper-pagination-progressbar-size, 4px);
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-lock {
  display: none;
}

:root {
  /*
  --swiper-scrollbar-border-radius: 10px;
  --swiper-scrollbar-top: auto;
  --swiper-scrollbar-bottom: 4px;
  --swiper-scrollbar-left: auto;
  --swiper-scrollbar-right: 4px;
  --swiper-scrollbar-sides-offset: 1%;
  --swiper-scrollbar-bg-color: rgba(0, 0, 0, 0.1);
  --swiper-scrollbar-drag-bg-color: rgba(0, 0, 0, 0.5);
  --swiper-scrollbar-size: 4px;
  */
}

.swiper-scrollbar {
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  position: relative;
  touch-action: none;
  background: var(--swiper-scrollbar-bg-color, rgba(0, 0, 0, 0.1));
}

.swiper-scrollbar-disabled > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-disabled {
  display: none !important;
}

.swiper-horizontal > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-horizontal {
  position: absolute;
  left: var(--swiper-scrollbar-sides-offset, 1%);
  bottom: var(--swiper-scrollbar-bottom, 4px);
  top: var(--swiper-scrollbar-top, auto);
  z-index: 50;
  height: var(--swiper-scrollbar-size, 4px);
  width: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-vertical > .swiper-scrollbar,
.swiper-scrollbar.swiper-scrollbar-vertical {
  position: absolute;
  left: var(--swiper-scrollbar-left, auto);
  right: var(--swiper-scrollbar-right, 4px);
  top: var(--swiper-scrollbar-sides-offset, 1%);
  z-index: 50;
  width: var(--swiper-scrollbar-size, 4px);
  height: calc(100% - 2 * var(--swiper-scrollbar-sides-offset, 1%));
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: var(--swiper-scrollbar-drag-bg-color, rgba(0, 0, 0, 0.5));
  border-radius: var(--swiper-scrollbar-border-radius, 10px);
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

/* Zoom container styles start */
.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container > img,
.swiper-zoom-container > svg,
.swiper-zoom-container > canvas {
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
}

/* Zoom container styles end */
.swiper-slide-zoomed {
  cursor: move;
  touch-action: none;
}

/* a11y */
.swiper .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-free-mode > .swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-grid > .swiper-wrapper {
  flex-wrap: wrap;
}

.swiper-grid-column > .swiper-wrapper {
  flex-wrap: wrap;
  flex-direction: column;
}

.swiper-fade.swiper-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-fade .swiper-slide-active {
  pointer-events: auto;
}

.swiper-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper.swiper-cube {
  overflow: visible;
}

.swiper-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-cube.swiper-rtl .swiper-slide {
  transform-origin: 100% 0;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-cube .swiper-slide-active,
.swiper-cube .swiper-slide-next,
.swiper-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: 0.6;
  z-index: 0;
}

.swiper-cube .swiper-cube-shadow:before {
  content: "";
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  filter: blur(50px);
}

.swiper-cube .swiper-slide-next + .swiper-slide {
  pointer-events: auto;
  visibility: visible;
}

/* Cube slide shadows start */
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-top,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-bottom,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-left,
.swiper-cube .swiper-slide-shadow-cube.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Cube slide shadows end */
.swiper.swiper-flip {
  overflow: visible;
}

.swiper-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-flip .swiper-slide-active,
.swiper-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

/* Flip slide shadows start */
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-top,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-bottom,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-left,
.swiper-flip .swiper-slide-shadow-flip.swiper-slide-shadow-right {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

/* Flip slide shadows end */
.swiper-creative .swiper-slide {
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
  transition-property: transform, opacity, height;
}

.swiper.swiper-cards {
  overflow: visible;
}

.swiper-cards .swiper-slide {
  transform-origin: center bottom;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  overflow: hidden;
}

.temp-block {
  height: 500px;
  width: 100%;
  background: #E4E4E4;
  border: 1px solid #ddd;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  text-transform: uppercase;
  font-family: "Barlow Semi Condensed", sans-serif;
}

/* ****************************************
 * Sitewide: Universal
 * **************************************** */
* {
  box-sizing: border-box;
}
*::before, *::after {
  box-sizing: border-box;
}

html {
  scroll-behavior: smooth;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  background: #F3F3F3;
  font-family: "Barlow Semi Condensed", sans-serif;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  overflow-x: hidden;
}
body.fixed {
  overflow: hidden;
}

main {
  overflow-x: hidden !important;
}

svg,
img {
  max-width: 100%;
}

.black {
  color: #0E131A;
}

/* ****************************************
 * Sitewide: Container
 * **************************************** */
.container {
  padding: 0 10px;
}
@media only screen and (min-width: 700px) {
  .container {
    padding: 0 40px;
  }
}
@media only screen and (min-width: 1200px) {
  .container {
    padding: 0 60px;
  }
}
@media only screen and (min-width: 1600px) {
  .container {
    padding: 0 100px;
  }
}

.container__inner {
  margin: 0 auto;
  max-width: 1230px;
}
.container.wide {
  padding: 0;
}
.container.wide .container__inner {
  max-width: 1440px;
}

/* ****************************************
 * Utilities 
 * **************************************** */
.mw-400 {
  max-width: 400px;
}

.mw-530 {
  max-width: 530px;
}

.mw-630 {
  max-width: 630px;
}

/* ****************************************
 * Section: Sitewide
 * **************************************** */
.section {
  position: relative;
  padding: 40px 0;
  margin: 0;
}
@media only screen and (min-width: 700px) {
  .section {
    padding: 60px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section {
    padding: 80px 0;
  }
}
.section.fans {
  background-image: url("../images/sections/section-modern-fans-mobile.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 700px) {
  .section.fans {
    background-image: url("../images/sections/section-modern-fans.jpg");
  }
}
.section.gender {
  background-image: url("../images/sections/section-gender-mobile.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 700px) {
  .section.gender {
    background-image: url("../images/sections/section-gender.jpg");
  }
}
.section.gender .container {
  position: relative;
  z-index: 2;
}
.section.gender::before {
  position: absolute;
  top: 20px;
  left: 50%;
  z-index: 1;
  transform: translateX(-50%);
  width: 100%;
  max-width: 1230px;
  height: 1px;
  opacity: 0.5;
  background: #fff;
  content: "";
}
@media only screen and (min-width: 700px) {
  .section.gender::before {
    top: 30px;
  }
}
@media only screen and (min-width: 1200px) {
  .section.gender::before {
    top: 40px;
  }
}
.section.gender::after {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 0;
  width: 100%;
  height: 100px;
  background: linear-gradient(0, rgba(0, 0, 0, 0) 0%, #000 100%);
  content: "";
}
.section.passion {
  background-image: url("../images/sections/section-passion-mobile.jpg");
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .section.passion {
    background-image: url("../images/sections/section-passion.jpg");
  }
}
.section.favorite-sport {
  background-image: url("../images/sections/section-favorite-mobile.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .section.favorite-sport {
    background-image: url("../images/sections/section-favorite.jpg");
  }
}
.section.academy {
  background-image: url("../images/sections/section-academy-mobile.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 700px) {
  .section.academy {
    padding: 120px 0;
    background-image: url("../images/sections/section-academy.jpg");
  }
}
.section.discovery {
  background-image: url("../images/sections/section-discovery-mobile.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 700px) {
  .section.discovery {
    background-image: url("../images/sections/section-discovery.jpg");
  }
}
.section.team-ranking {
  background-image: url("../images/sections/section-team-ranking-mobile.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 700px) {
  .section.team-ranking {
    background-image: url("../images/sections/section-team-ranking.jpg");
  }
}
.section.driver-ranking {
  background-image: url("../images/sections/section-driver-ranking-mobile.jpg");
  background-position: top left;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 700px) {
  .section.driver-ranking {
    background-image: url("../images/sections/section-driver-ranking.jpg");
  }
}
.section.engagement {
  background-image: url("../images/sections/section-engagement-mobile.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 700px) {
  .section.engagement {
    background-image: url("../images/sections/section-engagement.jpg");
  }
}
.section.culture {
  background-image: url("../images/sections/section-culture-mobile.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 700px) {
  .section.culture {
    background-image: url("../images/sections/section-culture.jpg");
  }
}
.section.sponsorship {
  background: #0E131A;
  min-height: 70vh;
  /*
  background-image: url('../images/sections/section-culture-mobile.jpg');
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;

  @include mq($min-width: $mdBreak) {
    background-image: url('../images/sections/section-culture.jpg');
  }
    */
}
.section.experiences {
  background-image: url("../images/sections/section-experiences-mobile.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media only screen and (min-width: 700px) {
  .section.experiences {
    background-image: url("../images/sections/section-experiences.jpg");
  }
}
.section.download {
  background: #171F26;
}

/* ****************************************
 * Section: Intro
 * **************************************** */
.section-intro {
  display: flex;
  flex-direction: column;
  min-height: 500px;
  max-height: 770px;
  padding: 40px 0;
  padding-top: 200px;
  margin: 0;
  color: #FFF;
  text-align: center;
  background-color: #222222;
  background-image: url("../images/sections/section-intro-mobile.jpg");
  background-position: top center;
  background-repeat: no-repeat;
  background-size: cover;
}
.section-intro .container,
.section-intro .container__inner {
  position: relative;
  height: 100%;
}
@media only screen and (min-width: 700px) {
  .section-intro {
    height: initial;
    min-height: initial;
    max-height: initial;
    text-align: left;
    padding-top: 40px;
    background-image: url("../images/sections/section-intro.jpg");
  }
  .section-intro .container,
  .section-intro .container__inner {
    height: initial;
  }
}
@media only screen and (min-width: 1200px) {
  .section-intro {
    padding: 95px 0 60px 0;
    min-height: initial;
  }
}
@media only screen and (min-width: 1600px) {
  .section-intro {
    padding: 125px 0 80px 0;
  }
}
.section-intro__top {
  position: relative;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 0 10px;
  flex: 1;
}
@media only screen and (min-width: 700px) {
  .section-intro__top {
    display: block;
    padding: 0;
  }
}
.section-intro__top img {
  width: 90%;
  max-width: 320px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .section-intro__top img {
    max-width: 400px;
  }
}
@media only screen and (min-width: 1200px) {
  .section-intro__top img {
    max-width: 530px;
  }
}
.section-intro__top h1 {
  margin-top: 20px;
  margin-bottom: 30px;
}
@media only screen and (min-width: 1200px) {
  .section-intro__top h1 {
    margin-top: 40px;
    margin-bottom: 40px;
  }
}
.section-intro__top p {
  max-width: 450px;
  margin: 0 auto 40px auto;
  font-size: 17px;
  font-weight: 500;
  line-height: 120%;
}
@media only screen and (min-width: 700px) {
  .section-intro__top p {
    max-width: 450px;
    margin: 0 0 30px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .section-intro__top p {
    margin-bottom: 50px;
    font-size: 20px;
    max-width: 850px;
  }
}

/* ****************************************
 * Section: Nav
 * **************************************** */
.section-nav {
  padding: 10px 0;
}
.section-nav__nav {
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  gap: 10px;
}
@media only screen and (min-width: 700px) {
  .section-nav__nav {
    grid-template-columns: repeat(3, 1fr);
  }
}

.intro-nav-item {
  position: relative;
  overflow: hidden;
  display: flex;
  align-items: flex-end;
  justify-content: flex-start;
  height: 165px;
  text-decoration: none;
  color: white;
  height: 0;
  overflow: hidden;
  padding-top: 70%;
  /*
  .bg-image {
    position: absolute;
    inset: 0;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    transition: transform 0.4s ease;
    z-index: 0;
  }
    */
}
.intro-nav-item:nth-child(odd) {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
}
.intro-nav-item:nth-child(even) {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
}
.intro-nav-item.black {
  background: #0E131A;
}
@media only screen and (min-width: 700px) {
  .intro-nav-item {
    border-radius: 10px;
    height: 0;
    overflow: hidden;
    padding-top: 60%;
  }
  .intro-nav-item:first-child, .intro-nav-item:nth-child(4) {
    border-top-left-radius: 0;
    border-bottom-left-radius: 0;
  }
  .intro-nav-item:last-child, .intro-nav-item:nth-child(3) {
    border-top-right-radius: 0;
    border-bottom-right-radius: 0;
  }
}
@media only screen and (min-width: 900px) {
  .intro-nav-item {
    padding-top: 29%;
  }
}
.intro-nav-item .bg-image {
  position: absolute;
  inset: 0;
  z-index: 0;
  pointer-events: none;
}
.intro-nav-item .bg-image .bg-img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
  transition: transform 0.4s ease;
}
.intro-nav-item .label {
  position: relative;
  display: inline-block;
  z-index: 1;
  padding: 12px 15px 12px 15px;
  font-size: 18px;
  font-weight: 700;
  font-family: "Barlow Semi Condensed", sans-serif;
  max-width: 90%;
}
@media only screen and (min-width: 1200px) {
  .intro-nav-item .label {
    padding: 12px 16px 12px 15px;
    font-size: 26px;
  }
}
.intro-nav-item .label::before {
  position: absolute;
  top: 13px;
  right: 0;
  width: 6px;
  height: 20px;
  background-image: url("../images/icons/icon-arrow.svg");
  background-repeat: no-repeat;
  background-size: contain;
  content: "";
}
@media only screen and (min-width: 1200px) {
  .intro-nav-item .label::before {
    top: 17px;
    width: 8px;
    height: 20px;
  }
}
.intro-nav-item:hover .bg-img {
  transform: scale(1.1);
}

/* ****************************************
 * Sitewide: Stats
 * **************************************** */
.stat-group {
  display: flex;
  gap: 20px;
}

.stat-box {
  position: relative;
  flex: 1;
  padding: 40px 15px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  .stat-box {
    padding: 70px 15px;
  }
}
.stat-box.centered {
  text-align: center;
}
.stat-box.sm-padding {
  padding: 20px 15px;
}
@media only screen and (min-width: 1200px) {
  .stat-box.sm-padding {
    padding: 40px 15px;
  }
}
.stat-box.xs-padding {
  padding: 20px 15px;
}
@media only screen and (min-width: 1200px) {
  .stat-box.xs-padding {
    padding: 10px 15px;
  }
}
.stat-box.sm {
  flex: 1;
  max-width: 230px;
}
.stat-box::before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  content: "";
}
@media only screen and (min-width: 1200px) {
  .stat-box::before {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
.stat-box.global::before {
  background-image: url("../images/icons/icon-global.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.stat-box.usa::before {
  background-image: url("../images/icons/icon-usa.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.stat-box.center-vertical {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.stat-box__number {
  display: block;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  .stat-box__number {
    font-size: 75px;
  }
}
.stat-box__label {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
}
@media only screen and (min-width: 1200px) {
  .stat-box__label {
    font-size: 30px;
  }
}
.stat-box__description {
  display: inline-block;
  padding-right: 30px;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
}
@media only screen and (min-width: 1200px) {
  .stat-box__description {
    padding-right: 40px;
    font-size: 26px;
    max-width: 360px;
  }
}
.stat-box__inline-stat {
  display: inline-block;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}
.stat-box__inline-stat > span {
  display: inline-block;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
}
@media only screen and (min-width: 1200px) {
  .stat-box__inline-stat {
    font-size: 75px;
  }
  .stat-box__inline-stat > span {
    font-size: 30px;
    transform: translateY(-16px);
  }
}

.gender-stats__group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  max-width: 480px;
  margin-top: 20px;
  margin-bottom: 300px;
}
@media only screen and (min-width: 1200px) {
  .gender-stats__group {
    margin-top: 60px;
    margin-bottom: 190px;
  }
}
.gender-stats__group .highlight {
  width: 100%;
}

.highlight {
  margin: 0;
  position: relative;
  display: inline-block;
  padding: 20px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
}
.highlight .center {
  text-align: center;
}
.highlight .flex {
  display: flex;
  align-items: center;
  gap: 10px;
}
@media only screen and (min-width: 1200px) {
  .highlight .flex {
    gap: 15px;
  }
}

.highlight-number {
  display: block;
  font-size: 55px;
  font-weight: 700;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  .highlight-number {
    font-size: 75px;
  }
}

.highlight-label {
  display: block;
  font-size: 20px;
  font-weight: 500;
  line-height: 1;
}
@media only screen and (min-width: 1200px) {
  .highlight-label {
    font-size: 30px;
  }
}

.stat-item {
  position: relative;
  display: flex;
  padding: 30px 40px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
}
@media only screen and (min-width: 700px) {
  .stat-item {
    padding: 30px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .stat-item {
    padding: 35px 30px;
    flex: 1;
  }
}
.stat-item::before {
  position: absolute;
  top: 10px;
  right: 10px;
  width: 25px;
  height: 25px;
  content: "";
}
@media only screen and (min-width: 1200px) {
  .stat-item::before {
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
  }
}
.stat-item.global::before {
  background-image: url("../images/icons/icon-global.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.stat-item.usa::before {
  background-image: url("../images/icons/icon-usa.svg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.stat-item__info {
  flex: 1;
  padding-left: 40px;
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
}
.stat-item__info.centered {
  justify-content: center;
}
@media only screen and (min-width: 700px) {
  .stat-item__info {
    padding-left: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .stat-item__info {
    padding-left: 40px;
  }
}
.stat-item__info.no-padding {
  padding-left: 0;
}
.stat-item__info h4 {
  margin: 0 0 10px 0;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 75px;
  font-weight: 700;
  line-height: 95%;
}
@media only screen and (min-width: 1200px) {
  .stat-item__info h4 {
    margin-bottom: 5px;
  }
}
.stat-item__info p {
  margin: 0;
  color: #fff;
  font-size: 18px;
  text-align: left;
}
.stat-item__info p strong {
  display: inline-block;
}
@media only screen and (min-width: 1200px) {
  .stat-item__info p {
    font-size: 26px;
  }
}
@media only screen and (min-width: 1200px) {
  .stat-item__info p.small-text {
    font-size: 22px;
  }
}

.bar, .bar--84, .bar--81, .bar--77, .bar--76, .bar--73, .bar--70, .bar--66, .bar--59, .bar--52, .bar--50, .bar--48, .bar--41, .bar--40, .bar--39 {
  display: block;
  position: relative;
  width: 60px !important;
  height: 115px;
  border-radius: 8px;
  overflow: hidden;
  background: rgba(255, 255, 255, 0.67);
}
@media only screen and (min-width: 1200px) {
  .bar, .bar--84, .bar--81, .bar--77, .bar--76, .bar--73, .bar--70, .bar--66, .bar--59, .bar--52, .bar--50, .bar--48, .bar--41, .bar--40, .bar--39 {
    height: 185px;
  }
}
.bar::before, .bar--84::before, .bar--81::before, .bar--77::before, .bar--76::before, .bar--73::before, .bar--70::before, .bar--66::before, .bar--59::before, .bar--52::before, .bar--50::before, .bar--48::before, .bar--41::before, .bar--40::before, .bar--39::before {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  background: rgba(255, 255, 255, 0.5);
  border-radius: 8px;
  content: "";
}
.bar--39::before {
  height: 39%;
}
.bar--40::before {
  height: 40%;
}
.bar--41::before {
  height: 41%;
}
.bar--48::before {
  height: 48%;
}
.bar--50::before {
  height: 50%;
}
.bar--52::before {
  height: 52%;
}
.bar--59::before {
  height: 59%;
}
.bar--66::before {
  height: 66%;
}
.bar--70::before {
  height: 70%;
}
.bar--73::before {
  height: 73%;
}
.bar--76::before {
  height: 76%;
}
.bar--77::before {
  height: 77%;
}
.bar--81::before {
  height: 81%;
}
.bar--84::before {
  height: 84%;
}

.bar-item {
  display: grid;
  gap: 10px;
  margin-top: 20px;
  grid-auto-rows: auto;
}
@media only screen and (min-width: 1200px) {
  .bar-item {
    gap: 20px;
  }
}
.bar-item.one {
  grid-template-columns: calc(60% - 135px) 135px 1fr;
}
@media only screen and (min-width: 700px) {
  .bar-item.one {
    grid-template-columns: 25% 135px 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .bar-item.one {
    grid-template-columns: 30% 135px 240px;
  }
}
.bar-item.two {
  grid-template-columns: calc(100% - 135px) 135px 1fr;
}
@media only screen and (min-width: 700px) {
  .bar-item.two {
    grid-template-columns: 45% 135px 240px;
  }
}
@media only screen and (min-width: 1200px) {
  .bar-item.two {
    grid-template-columns: 55% 135px 240px;
  }
}
.bar-item.three {
  grid-template-columns: calc(100% - 135px) 135px 1fr;
}
@media only screen and (min-width: 700px) {
  .bar-item.three {
    grid-template-columns: 55% 115px 200px;
  }
}
@media only screen and (min-width: 1200px) {
  .bar-item.three {
    grid-template-columns: 0.9fr 115px 220px;
  }
}
.bar-item.four {
  grid-template-columns: calc(65% - 135px) 135px 1fr;
}
@media only screen and (min-width: 700px) {
  .bar-item.four {
    grid-template-columns: 30% 135px 280px;
  }
}
@media only screen and (min-width: 1200px) {
  .bar-item.four {
    grid-template-columns: 0.54fr 135px 300px;
  }
}
.bar-item .vertical-bar {
  flex: 1;
  height: 100%;
  background: #FFF000;
  border-radius: 8px;
  background: #FFF000;
}
.bar-item .number {
  color: #fff;
  font-size: 68px;
  font-weight: 700;
  line-height: 65px;
  transform: translateY(-4px);
}
@media only screen and (min-width: 1200px) {
  .bar-item .number {
    font-size: 75px;
  }
}
.bar-item .label {
  margin: 0 !important;
  grid-column: 1/-1;
  grid-row: 2;
  font-size: 20px;
  font-weight: 700;
}
@media only screen and (min-width: 700px) {
  .bar-item .label {
    grid-column: 3;
    grid-row: 1;
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .bar-item .label {
    font-size: 22px;
    padding-top: 8px;
  }
}

.center-stat {
  margin: 0;
  position: relative;
  display: inline-block;
  padding: 20px 10px;
  border-radius: 10px;
  background: rgba(255, 255, 255, 0.2);
  color: #fff;
  text-align: center;
  flex: 1;
}
@media only screen and (min-width: 700px) {
  .center-stat {
    flex: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .center-stat {
    padding: 30px 20px;
  }
}
.center-stat .label {
  font-size: 20px;
}
.center-stat .label.thin {
  font-size: 18px;
  line-height: 20px;
  font-weight: 400;
  margin-bottom: 0;
}
@media only screen and (min-width: 1200px) {
  .center-stat .label {
    font-size: 30px;
  }
  .center-stat .label.thin {
    font-weight: 400;
    margin-bottom: 10px;
  }
}
.center-stat .number {
  margin: 0;
  color: #fff;
  font-size: 50px;
  font-weight: 700;
  line-height: 65px;
  transform: translateY(-4px);
}
.center-stat .number.large {
  font-size: 160px;
  line-height: 1;
}
@media only screen and (min-width: 700px) {
  .center-stat .number.large {
    font-size: 120px;
    line-height: 1;
  }
}
@media only screen and (min-width: 1200px) {
  .center-stat .number {
    font-size: 75px;
  }
  .center-stat .number.large {
    font-size: 190px;
    line-height: 1;
  }
}
.center-stat .text {
  font-size: 20px;
  font-weight: 400;
  max-width: 360px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .center-stat .text {
    font-size: 26px;
    padding-top: 8px;
  }
}

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

.pullquote {
  color: #FFF000;
  padding: 0 20px;
}
.pullquote blockquote {
  max-width: 760px;
  margin: 0;
  font-size: 32px;
  font-style: normal;
  font-weight: 700;
  line-height: 115%; /* 50px */
}
@media only screen and (min-width: 1200px) {
  .pullquote blockquote {
    font-size: 40px;
    line-height: 125%; /* 50px */
  }
}
.pullquote .name {
  color: #FFF000;
  margin: 20px 0 0 0;
  font-size: 17px;
  font-weight: 700;
  line-height: 120%; /* 24px */
}
@media only screen and (min-width: 1200px) {
  .pullquote .name {
    font-size: 20px;
  }
}

/* ****************************************
 * Section: Modern Fans
 * **************************************** */
.fans-intro-text {
  max-width: 810px;
}

.fans-graph {
  position: relative;
  margin: 40px 0;
  padding: 10px 10px 0 10px;
  border: 2px solid #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 1200px) {
  .fans-graph {
    margin: 80px 0;
  }
}
.fans-graph__label {
  max-width: 260px;
}
@media only screen and (min-width: 700px) {
  .fans-graph__label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .fans-graph__label {
    max-width: 360px;
  }
}
.fans-graph svg {
  position: relative;
  z-index: 1;
  overflow: visible;
  transform: scale(1.1);
  width: 100%;
  height: auto;
}

.fans-stats {
  margin-top: 200px;
}
@media only screen and (min-width: 700px) {
  .fans-stats {
    margin-top: 180px;
  }
}
@media only screen and (min-width: 1200px) {
  .fans-stats {
    margin-top: 190px;
  }
}
.fans-stats__group {
  display: flex;
  flex-wrap: wrap;
  gap: 10px;
  margin-top: 20px;
  max-width: 460px;
}
@media only screen and (min-width: 900px) {
  .fans-stats__group {
    max-width: 960px;
  }
}
.fans-stats__group .stat-box.sm {
  flex-basis: 40%;
}
@media only screen and (min-width: 1200px) {
  .fans-stats__group {
    gap: 20px;
    /*
    .stat-box.large {
      flex-basis: inherit;
      outline: 1px solid blue;
    }
    */
  }
}

/* ****************************************
 * Section: Gender
 * **************************************** */
.gender-graph {
  position: relative;
  margin: 40px 0 0 0;
  padding: 10px 10px 0 10px;
  border: 2px solid #fff;
  border-radius: 10px;
}
@media only screen and (min-width: 700px) {
  .gender-graph {
    margin: 80px 0 0 0;
    padding: 20px 10px 10px 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .gender-graph {
    margin: 80px 0 0 0;
    padding: 50px 10px 40px 10px;
  }
}
.gender-graph__label {
  max-width: 260px;
}
@media only screen and (min-width: 700px) {
  .gender-graph__label {
    position: absolute;
    top: 20px;
    left: 20px;
    z-index: 2;
    max-width: 300px;
  }
}
@media only screen and (min-width: 1200px) {
  .gender-graph__label {
    max-width: 360px;
  }
}
.gender-graph svg {
  position: relative;
  z-index: 1;
  overflow: visible;
  margin-bottom: 10px;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 700px) {
  .gender-graph svg {
    transform: scale(1.05);
  }
}
@media only screen and (min-width: 1200px) {
  .gender-graph svg {
    transform: scale(1.1);
  }
}

/* ****************************************
 * Section: Passion
 * **************************************** */
.passion-intro h2 {
  max-width: 490px;
}
.passion-intro p {
  max-width: 630px;
}

/* ****************************************
* Section: Favorite
* **************************************** */
.favorite-header {
  max-width: 630px;
  margin-bottom: 100px;
}
@media only screen and (min-width: 700px) {
  .favorite-header {
    margin-bottom: 150px;
  }
}
@media only screen and (min-width: 1200px) {
  .favorite-header {
    margin-bottom: 190px;
  }
}
.favorite-header h4 {
  padding-top: 10px;
  margin-top: 20px;
  border-top: 1px solid #fff;
  max-width: 280px;
}
@media only screen and (min-width: 700px) {
  .favorite-header h4 {
    max-width: 530px;
  }
}

.favorite-circle-graph {
  margin-top: 30px;
  max-width: 280px;
}
@media only screen and (min-width: 700px) {
  .favorite-circle-graph {
    display: flex;
    gap: 20px;
    max-width: 530px;
    text-align: left;
  }
}
@media only screen and (min-width: 1200px) {
  .favorite-circle-graph {
    margin-top: 40px;
  }
}
.favorite-circle-graph svg {
  max-width: 180px;
}
@media only screen and (min-width: 700px) {
  .favorite-circle-graph svg {
    max-width: 210px;
  }
}
.favorite-circle-graph .number {
  margin: 0;
  color: #FFF000;
  font-family: "Barlow Semi Condensed";
  font-size: 100.554px;
  font-style: normal;
  font-weight: 700;
  line-height: 0.99;
}
@media only screen and (min-width: 1200px) {
  .favorite-circle-graph .number {
    font-size: 150.554px;
  }
}
.favorite-circle-graph .stat {
  margin: 5px 0 0 0;
  font-weight: 700;
  max-width: 250px;
  font-size: 22px;
  font-weight: 700;
  line-height: 122%; /* 26.84px */
}
@media only screen and (min-width: 1200px) {
  .favorite-circle-graph .stat {
    font-size: 26px;
    max-width: 320px;
  }
}

.favorite-stats__group {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 800px) {
  .favorite-stats__group {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .favorite-stats__group {
    margin: 35px 0;
  }
}
.favorite-stats__quote {
  max-width: 920px;
}

/* ****************************************
* Ssection: Academy
* **************************************** */
.academy-header {
  max-width: 610px;
}

.academy-stats {
  max-width: 800px;
  margin-top: 20px;
  margin-bottom: 400px;
}
@media only screen and (min-width: 700px) {
  .academy-stats {
    margin-top: 40px;
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .academy-stats {
    margin-top: 60px;
  }
}

/* ****************************************
 * Section: Discovery
 * **************************************** */
.discovery-header {
  margin-top: 300px;
  margin-bottom: 60px;
  text-align: center;
  padding: 0 40px;
}
@media only screen and (min-width: 1200px) {
  .discovery-header {
    margin-top: 320px;
  }
}

.discovery-stats {
  max-width: 1080px;
  margin: 0 auto;
  margin-top: 20px;
}
.discovery-stats__row {
  margin: 10px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
.discovery-stats__row.mobile {
  flex-direction: row;
}
@media only screen and (min-width: 700px) {
  .discovery-stats__row {
    margin: 10px 0;
    display: flex;
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .discovery-stats {
    margin-top: 60px;
  }
  .discovery-stats__row {
    margin: 20px 0;
    gap: 20px;
  }
}

/* ****************************************
 * Section: Rankings
 * **************************************** */
.ranking-header {
  margin-bottom: 140px;
  max-width: 700px;
}
@media only screen and (min-width: 1200px) {
  .ranking-header {
    margin-bottom: 80px;
  }
}

.team-ranking-header {
  max-width: 770px;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .team-ranking-header {
    margin-bottom: 40px;
  }
}

.team-chart-item {
  position: relative;
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: calc(100% - 80px);
  min-height: 90px;
  padding: 10px 20px;
  margin-bottom: 20px;
  color: white;
  border-radius: 10px;
  border-bottom-right-radius: 0;
  border-top-right-radius: 0;
  transition: all 0.3s ease;
  overflow: hidden;
}
@media only screen and (min-width: 1200px) {
  .team-chart-item {
    min-height: 120px;
  }
}
.team-chart-item__bar {
  position: absolute;
  top: 0;
  left: -20px;
  height: 100%;
  background-color: #A36F46;
  border-bottom-left-radius: 10px;
  border-top-left-radius: 10px;
}
.team-chart-item__bar::before {
  position: absolute;
  top: 0;
  right: -50px;
  z-index: 0;
  width: 100px;
  height: 100%;
  background-color: #A36F46;
  transform: skew(-25deg);
  border-radius: 0;
  border-bottom-right-radius: 10px;
  border-top-right-radius: 10px;
  content: "";
}
@media only screen and (min-width: 1200px) {
  .team-chart-item__bar::before {
    transform: skew(-35deg);
  }
}
.team-chart-item__label {
  position: absolute;
  top: 5px;
  left: 8px;
  font-size: 15px;
  font-weight: bold;
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .team-chart-item__label {
    top: 50%;
    left: 20px;
    transform: translateY(-50%);
    font-size: 24px;
    max-width: 80px;
  }
}
.team-chart-item__number {
  position: absolute;
  bottom: 10px;
  left: 8px;
  font-size: 28px;
  font-weight: bold;
  opacity: 0;
}
@media only screen and (min-width: 1200px) {
  .team-chart-item__number {
    bottom: 50%;
    left: initial;
    right: 370px;
    transform: translateY(50%);
    font-size: 48px;
  }
}
.team-chart-item__image {
  position: absolute;
  top: 60%;
  display: block;
  transform: translateY(-50%);
  width: 215px;
  opacity: 0;
  right: 40px;
}
@media only screen and (min-width: 1200px) {
  .team-chart-item__image {
    width: 370px;
    height: auto;
  }
}
.team-chart-item.ferrari {
  width: calc(100% + 10px);
}
.team-chart-item.ferrari .team-chart-item__bar {
  width: 100%;
  background-color: #E10500;
}
.team-chart-item.ferrari .team-chart-item__bar::before {
  background-color: #E10500;
}
@media only screen and (min-width: 700px) {
  .team-chart-item.ferrari {
    width: 100%;
  }
  .team-chart-item.ferrari .team-chart-item__bar {
    width: calc(100% - 70px);
  }
}
@media only screen and (min-width: 1200px) {
  .team-chart-item.ferrari {
    width: 100%;
  }
  .team-chart-item.ferrari .team-chart-item__bar {
    width: calc(100% - 100px);
  }
}
.team-chart-item.mclaren {
  width: 94%;
}
.team-chart-item.mclaren .team-chart-item__bar {
  width: calc(100% - 100px);
}
@media only screen and (min-width: 700px) {
  .team-chart-item.mclaren {
    width: 90%;
  }
}
@media only screen and (min-width: 1200px) {
  .team-chart-item.mclaren {
    width: 89%;
  }
  .team-chart-item.mclaren .team-chart-item__bar {
    width: calc(84% - 100px);
  }
}
.team-chart-item.rbr {
  width: calc(60% + 95px);
}
.team-chart-item.rbr .team-chart-item__bar {
  width: calc(84% - 100px);
}
@media only screen and (min-width: 1200px) {
  .team-chart-item.rbr {
    width: 62%;
  }
  .team-chart-item.rbr .team-chart-item__bar {
    width: calc(78% - 100px);
  }
}
.team-chart-item.mercedes {
  width: calc(53% + 95px);
}
.team-chart-item.mercedes .team-chart-item__bar {
  width: calc(68% - 100px);
}
@media only screen and (min-width: 1200px) {
  .team-chart-item.mercedes {
    width: 50%;
  }
  .team-chart-item.mercedes .team-chart-item__bar {
    width: calc(70% - 100px);
  }
}
.team-chart-item.williams {
  width: calc(52% + 95px);
}
.team-chart-item.williams .team-chart-item__bar {
  width: calc(60% - 100px);
}
@media only screen and (min-width: 1200px) {
  .team-chart-item.williams {
    width: 49%;
  }
}
.team-chart-item.aston, .team-chart-item.alpine {
  width: calc(47% + 95px);
}
.team-chart-item.aston .team-chart-item__bar, .team-chart-item.alpine .team-chart-item__bar {
  width: calc(55% - 100px);
}
@media only screen and (min-width: 700px) {
  .team-chart-item.aston, .team-chart-item.alpine {
    width: 44%;
  }
  .team-chart-item.aston .team-chart-item__bar, .team-chart-item.alpine .team-chart-item__bar {
    width: calc(60% - 100px);
  }
}
@media only screen and (min-width: 1200px) {
  .team-chart-item.aston, .team-chart-item.alpine {
    width: 44%;
  }
  .team-chart-item.aston .team-chart-item__bar, .team-chart-item.alpine .team-chart-item__bar {
    width: calc(58% - 100px);
  }
}
.team-chart-item.kick, .team-chart-item.haas, .team-chart-item.rb {
  width: calc(46% + 95px);
}
.team-chart-item.kick .team-chart-item__bar, .team-chart-item.haas .team-chart-item__bar, .team-chart-item.rb .team-chart-item__bar {
  width: 25px;
}
@media only screen and (min-width: 700px) {
  .team-chart-item.kick, .team-chart-item.haas, .team-chart-item.rb {
    width: 43%;
  }
  .team-chart-item.kick .team-chart-item__bar, .team-chart-item.haas .team-chart-item__bar, .team-chart-item.rb .team-chart-item__bar {
    width: calc(51% - 100px);
  }
}
@media only screen and (min-width: 1200px) {
  .team-chart-item.kick, .team-chart-item.haas, .team-chart-item.rb {
    width: 43%;
  }
  .team-chart-item.kick .team-chart-item__bar, .team-chart-item.haas .team-chart-item__bar, .team-chart-item.rb .team-chart-item__bar {
    width: calc(52% - 100px);
  }
}
.team-chart-item.none {
  width: calc(70% + 95px);
}
.team-chart-item.none .team-chart-item__bar {
  width: calc(70% - 100px);
}
@media only screen and (min-width: 1200px) {
  .team-chart-item.none {
    width: 70%;
  }
  .team-chart-item.none .team-chart-item__bar {
    width: calc(75% - 100px);
  }
}
.team-chart-item.none .team-chart-item__label {
  font-weight: 400;
}
@media only screen and (min-width: 1200px) {
  .team-chart-item.none .team-chart-item__label {
    max-width: 160px;
    display: inline-block;
  }
}

.team-bubble {
  padding: 30px 20px;
  background-color: rgba(255, 255, 255, 0.25);
  border-radius: 10px;
}
.team-bubble h3 {
  font-weight: 400;
}
@media only screen and (min-width: 950px) {
  .team-bubble {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 0;
    width: 35%;
    max-width: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  .team-bubble {
    position: absolute;
    top: 50%;
    transform: translateY(-60%);
    right: 0;
    width: 100%;
    max-width: 500px;
  }
}

/* ****************************************
 * Section: Drivers
 * **************************************** */
.driver-ranking-header {
  max-width: 600px;
}

.driver-grid {
  transform: translateX(-10px);
  width: calc(100% + 20px);
  margin: 40px 0 80px 0;
}
@media only screen and (min-width: 700px) {
  .driver-grid .swiper-wrapper {
    display: grid;
    grid-template-columns: 1fr 1fr 1fr;
    gap: 10px;
  }
}
@media only screen and (min-width: 1200px) {
  .driver-grid .swiper-wrapper {
    grid-template-columns: 1fr 1fr 1fr 1fr;
    gap: 10px;
  }
}
.driver-grid .swiper-slide {
  width: 80%;
  padding-bottom: 20px;
  padding-left: 10px;
}
@media only screen and (min-width: 700px) {
  .driver-grid .swiper-slide {
    width: initial;
    padding-bottom: 0;
    padding-left: 0;
  }
}
.driver-grid .swiper-pagination-bullet {
  background: #fff;
  opacity: 0.5;
}
.driver-grid .swiper-pagination-bullet.swiper-pagination-bullet-active {
  opacity: 1;
}

.driver-item {
  text-align: center;
  background-color: rgba(255, 255, 255, 0.2);
  padding: 20px;
  border-radius: 10px;
  color: #fff;
}
.driver-item__number {
  margin-bottom: 5px;
  font-size: 48px;
  font-weight: 700;
  line-height: normal;
}
.driver-item__name {
  margin-top: 5px;
  font-size: 24px;
  font-weight: 700;
  line-height: normal;
}

/* ****************************************
 * Section: Engagement
 * **************************************** */
.engagement-header {
  max-width: 620px;
}

.engagement-body {
  max-width: 540px;
  margin-top: 40px;
}
@media only screen and (min-width: 1200px) {
  .engagement-body {
    margin-top: 60px;
  }
}

.engagement-stats {
  margin-top: 300px;
}
@media only screen and (min-width: 700px) {
  .engagement-stats {
    margin-top: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .engagement-stats {
    margin-top: 100px;
  }
}

/* ****************************************
 * Section: Culture
 * **************************************** */
.culture-header {
  max-width: 580px;
}

.culture-body {
  max-width: 540px;
  margin-top: 20px;
}
@media only screen and (min-width: 700px) {
  .culture-body__narrow {
    max-width: 320px;
  }
}
@media only screen and (min-width: 1200px) {
  .culture-body {
    margin-top: 40px;
  }
  .culture-body__narrow {
    margin-top: 40px;
    max-width: 300px;
  }
}

.culture-stats {
  margin-top: 350px;
}
@media only screen and (min-width: 700px) {
  .culture-stats {
    margin-top: 350px;
  }
}
@media only screen and (min-width: 1200px) {
  .culture-stats {
    margin-top: 250px;
  }
}
.culture-stats__group {
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 800px) {
  .culture-stats__group {
    flex-direction: row;
  }
}
@media only screen and (min-width: 1200px) {
  .culture-stats__group {
    margin: 35px 0;
  }
}

/* ****************************************
 * Section: Experiences
 * **************************************** */
.experiences-header {
  max-width: 820px;
}

.experiences-body {
  max-width: 470px;
  margin-top: 20px;
}
@media only screen and (min-width: 1200px) {
  .experiences-body {
    margin-top: 40px;
  }
}

.experience-graph {
  position: relative;
  margin: 120px 10px 40px 10px;
  padding: 10px 10px 0 10px;
  border: 2px solid #fff;
  border-radius: 10px;
  max-width: 1030px;
  background: rgba(0, 0, 0, 0.16);
}
@media only screen and (min-width: 700px) {
  .experience-graph {
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1200px) {
  .experience-graph {
    padding: 10px 40px;
  }
}
.experience-graph__row-1 {
  border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  padding-bottom: 20px;
}
@media only screen and (min-width: 700px) {
  .experience-graph__row-1 {
    display: grid;
    grid-template-columns: 1fr 340px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.7);
  }
}
.experience-graph__row-2 {
  transform: translateY(-20px);
}
@media only screen and (min-width: 700px) {
  .experience-graph__row-2 {
    display: grid;
    grid-template-columns: 300px 1fr;
  }
}
@media only screen and (min-width: 1200px) {
  .experience-graph__row-2 {
    display: grid;
    grid-template-columns: 380px 1fr;
  }
}

.experience-stat-1 {
  text-align: center;
  margin-bottom: 20px;
}
@media only screen and (min-width: 1200px) {
  .experience-stat-1 {
    text-align: left;
    display: flex;
    gap: 20px;
    margin: 30px 0 40px 0;
  }
  .experience-stat-1 .text,
  .experience-stat-1 .number {
    display: flex;
    flex-direction: column;
    justify-content: center;
    margin: 0;
  }
}
.experience-stat-1 .number {
  margin: 0;
  font-size: 124px;
  font-weight: 700;
  line-height: 124px;
}
@media only screen and (min-width: 700px) {
  .experience-stat-1 .number {
    font-size: 100px;
  }
}
@media only screen and (min-width: 850px) {
  .experience-stat-1 .number {
    font-size: 124px;
  }
}
.experience-stat-1 .number .color {
  color: #FFF000;
}
.experience-stat-1 .text {
  margin: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 115%;
  max-width: 280px;
  margin: 0 auto;
}
@media only screen and (min-width: 1200px) {
  .experience-stat-1 .text {
    margin: 0;
  }
}

.experience-stat-2 {
  padding: 0 40px;
  margin: 0 auto;
  text-align: center;
}
.experience-stat-2 p {
  margin: 20px 0 0 0;
  font-size: 30px;
}
@media only screen and (min-width: 700px) {
  .experience-stat-2 {
    display: flex;
    flex-direction: column;
    justify-content: center;
  }
}
@media only screen and (min-width: 1200px) {
  .experience-stat-2 {
    text-align: left;
  }
}

.experience-graphic-1 {
  position: relative;
  margin: 40px 0;
  text-align: center;
}
@media only screen and (min-width: 700px) {
  .experience-graphic-1 {
    margin: 0;
    text-align: left;
  }
}
.experience-graphic-1 svg {
  overflow: visible;
  transform: scale(1.1);
}
@media only screen and (min-width: 700px) {
  .experience-graphic-1 svg {
    position: absolute;
    top: 50%;
    right: 20px;
    transform: translateY(-50%) scale(1.3);
    max-width: 340px;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .experience-graphic-1 svg {
    right: 40px;
    transform: translateY(-50%) scale(1.4);
  }
}

.experience-graphic-2 {
  position: relative;
  display: flex;
  max-width: 380px;
  margin: 0 auto;
}
@media only screen and (min-width: 700px) {
  .experience-graphic-2 {
    width: 100%;
    max-width: 380px;
  }
}
.experience-graphic-2 .number {
  position: absolute;
  bottom: 0;
  right: 0;
  margin: 0;
  color: #FFF000;
  font-size: 124px;
  font-weight: 700;
  line-height: 124px;
}
@media only screen and (max-width: 360px) {
  .experience-graphic-2 .number {
    font-size: 100px;
  }
}
@media only screen and (min-width: 700px) {
  .experience-graphic-2 .number {
    font-size: 100px;
  }
}
@media only screen and (min-width: 1200px) {
  .experience-graphic-2 .number {
    font-size: 124px;
  }
}

.experience-stats__group {
  max-width: 1030px;
  margin: 20px 0;
  display: flex;
  flex-direction: column;
  gap: 10px;
}
@media only screen and (min-width: 800px) {
  .experience-stats__group {
    flex-direction: row;
    margin: 40px 0 20px 0;
  }
}
@media only screen and (min-width: 1200px) {
  .experience-stats__group {
    margin: 80px 0 60px 0;
  }
}

/* ****************************************
 * Section: Download
 * **************************************** */
.klaviyo-form-wrapper {
  max-width: 550px;
  margin: 0 auto;
}
.klaviyo-form-wrapper h1 span {
  color: #fff !important;
  font-size: 24px !important;
  line-height: 32px !important;
  font-family: "Barlow Semi Condensed", sans-serif !important;
}
@media only screen and (min-width: 1200px) {
  .klaviyo-form-wrapper h1 span {
    font-size: 40px !important;
    line-height: 42px !important;
  }
}
.klaviyo-form-wrapper p {
  font-family: "Barlow Semi Condensed", sans-serif !important;
}
.klaviyo-form-wrapper input {
  margin-top: 15px !important;
  font-family: "Barlow Semi Condensed", sans-serif !important;
  color: #fff !important;
}
.klaviyo-form-wrapper input::placeholder {
  color: #fff !important;
}
.klaviyo-form-wrapper input:hover {
  border: 1px solid rgb(255, 255, 255) !important;
}
.klaviyo-form-wrapper .go244940936.go244940936.go244940936:hover {
  border: 1px solid rgb(255, 255, 255) !important;
}
.klaviyo-form-wrapper label div {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  color: #fff !important;
}
.klaviyo-form-wrapper button {
  font-family: "Barlow Semi Condensed", sans-serif !important;
  transition: all 250ms ease !important;
}
.klaviyo-form-wrapper #label-first_name_01JV4ZK6EV85SCFEF0SCGJF682,
.klaviyo-form-wrapper #label-last_name_01JV4ZK6EYS92M4D4T2AMABK6V,
.klaviyo-form-wrapper #label-Company_01JYK4DM742SWFC23P6NJ4DYHY,
.klaviyo-form-wrapper #label-email_01JV4ZK6F58CB3P31Q2BQD3X6N {
  display: none;
}
.klaviyo-form-wrapper #rich-text-01JV4ZK6FV9H2MB1SZ2KK7HRQ7 p span {
  color: #fff !important;
}

.download-text {
  margin-top: 0;
  text-align: center;
}
.download-text a {
  color: #FFF000;
  text-decoration: none;
}
.download-text a:hover {
  color: #FFF000;
  text-decoration: underline;
}

/* ****************************************
 * Typography
 * **************************************** */
h1 {
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 70px;
  font-weight: 700;
  line-height: 82%; /* 118.08px */
}
@media only screen and (min-width: 700px) {
  h1 {
    font-size: 104px;
  }
}
@media only screen and (min-width: 1200px) {
  h1 {
    font-size: 144px;
  }
}

h2,
.section-headline {
  margin: 0;
  display: inline-block;
  position: relative;
  padding-top: 5px;
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 42px;
  font-weight: 700;
  color: #fff;
}
h2::before,
.section-headline::before {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background: #fff;
  content: "";
}
h2.black::before,
.section-headline.black::before {
  background: #0E131A;
}
@media only screen and (min-width: 1200px) {
  h2,
  .section-headline {
    padding-top: 10px;
    font-size: 60px;
  }
  h2::before,
  .section-headline::before {
    height: 8px;
  }
}

h3 {
  margin: 0;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 34px;
  font-style: normal;
  font-weight: 700;
  line-height: 105%; /* 42px */
}
@media only screen and (min-width: 1200px) {
  h3 {
    font-size: 40px;
  }
}

h4 {
  margin: 0;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 125%;
}
@media only screen and (min-width: 700px) {
  h4 {
    font-size: 22px;
  }
}
@media only screen and (min-width: 1200px) {
  h4 {
    font-size: 26px;
  }
}

p {
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 16px;
}
@media only screen and (min-width: 1200px) {
  p {
    font-size: 20px;
  }
}

p.lead {
  max-width: 930px;
  margin: 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 22px;
  font-weight: 700;
  line-height: 122%;
  color: #fff;
}
@media only screen and (min-width: 1200px) {
  p.lead {
    font-size: 26px;
  }
}

.btn {
  position: relative;
  display: inline-block;
  padding: 16px 38px 16px 20px;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 15px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  background: rgba(255, 255, 255, 0.3);
  border-radius: 8px;
  transition: all 250ms ease;
}
@media only screen and (min-width: 1200px) {
  .btn {
    font-size: 18px;
  }
}
.btn::before {
  position: absolute;
  top: 50%;
  right: 16px;
  transform: translateY(-50%);
  width: 12px;
  height: 14px;
  background-image: url("../images/icons/icon-download.svg");
  background-repeat: no-repeat;
  background-size: cover;
  content: "";
}
@media only screen and (min-width: 1200px) {
  .btn::before {
    right: 15px;
    width: 16px;
    height: 18px;
  }
}
.btn:hover {
  background: #E10500;
  border-color: #E10500;
}

.bold {
  font-weight: 700;
}

/* ****************************************
 * Sitewide: Sticky Nav
 * **************************************** */
.sticky-nav {
  position: fixed;
  top: -70px; /* Hidden initially */
  left: 0;
  right: 0;
  z-index: 1000;
  background: #0E131A;
  color: white;
  padding: 15px 20px;
  transition: top 0.35s cubic-bezier(0.33, 0.01, 0.49, 1.02);
  display: flex;
  opacity: 0;
}
.sticky-nav.show {
  top: 0; /* Slide down into view */
  opacity: 1;
}
.sticky-nav__nav {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow-x: auto; /* enables horizontal scroll if needed */
  white-space: nowrap; /* prevent wrapping */
}
.sticky-nav__nav::-webkit-scrollbar {
  height: 2px;
}
.sticky-nav__nav::-webkit-scrollbar-track {
  background: #f5f5f5;
}
.sticky-nav__nav::-webkit-scrollbar-thumb {
  background-color: #E10500;
  border-radius: 3px;
}
.sticky-nav__nav::-webkit-scrollbar-thumb:hover {
  background-color: #888;
}
@media only screen and (min-width: 1300px) {
  .sticky-nav__nav {
    justify-content: center;
    align-items: center;
  }
}
.sticky-nav__logo {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.sticky-nav__logo img {
  display: block;
}
.sticky-nav__logo.left {
  margin-left: 30px;
  padding-right: 15px;
}
.sticky-nav__logo.left img {
  height: 25px;
  width: auto;
}
@media only screen and (min-width: 700px) {
  .sticky-nav__logo.left {
    margin-left: 60px;
  }
}
@media only screen and (min-width: 900px) {
  .sticky-nav__logo.left {
    margin-left: 0;
  }
  .sticky-nav__logo.left img {
    height: 34px;
  }
}
.sticky-nav__logo.right {
  padding-left: 15px;
}
.sticky-nav__logo.right img {
  height: 20px;
  width: auto;
}
@media only screen and (min-width: 900px) {
  .sticky-nav__logo.right img {
    height: 26px;
  }
}
.sticky-nav__toggle {
  position: absolute;
  top: 50%;
  left: 10px;
  transform: translateY(-50%);
  width: 27px;
  height: 18px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 0;
  background: none;
  border: none;
  z-index: 10000;
  cursor: pointer;
  appearance: none;
  /* Animate to "X" when drawer is open */
}
.sticky-nav__toggle span {
  display: block;
  height: 2px;
  width: 100%;
  background: #fff;
  border-radius: 20px;
  transition: all 0.3s ease;
  transform-origin: center;
}
.sticky-nav__toggle.open span:nth-child(1) {
  transform: rotate(45deg) translate(6px, 4px);
}
.sticky-nav__toggle.open span:nth-child(2) {
  opacity: 0;
}
.sticky-nav__toggle.open span:nth-child(3) {
  transform: rotate(-45deg) translate(6px, -5px);
}
@media only screen and (min-width: 700px) {
  .sticky-nav__toggle {
    left: 40px;
  }
}
@media only screen and (min-width: 900px) {
  .sticky-nav__toggle {
    display: none;
  }
}

.navigation {
  display: flex;
  flex-direction: column;
  gap: 15px;
  list-style: none;
  margin: 0;
  padding: 0;
  text-align: center;
}
@media only screen and (min-width: 900px) {
  .navigation {
    display: inline-flex;
    flex-direction: row;
    display: flex;
    gap: 6px;
    text-align: left;
  }
}
.navigation a {
  display: block;
  white-space: nowrap;
  padding: 13px 15px;
  max-width: 275px;
  margin: 0 auto;
  color: #fff;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 20px;
  font-weight: 700;
  line-height: 100%;
  text-decoration: none;
  border: 1px solid #fff;
  border-radius: 5px;
  transition: all 250ms ease;
}
@media only screen and (min-width: 900px) {
  .navigation a {
    display: inline-block;
    white-space: nowrap;
    margin: 0;
    padding: 6px 9px;
    font-size: 15px;
  }
}
.navigation a:hover {
  background: #E10500;
  border-color: #E10500;
}
.navigation a.active {
  background: #E10500;
  border-color: #E10500;
}
.navigation a.download {
  position: relative;
  background: #3E4248;
  border-color: #3E4248;
  padding-right: 27px;
}
.navigation a.download::before {
  position: absolute;
  top: 50%;
  right: 9px;
  transform: translateY(-50%);
  width: 12px;
  height: 14px;
  background-image: url("../images/icons/icon-download.svg");
  content: "";
}
.navigation a.download:hover {
  background: #E10500;
  border-color: #E10500;
}

.mobile-drawer {
  display: none;
  position: fixed;
  top: 55px;
  left: 0; /* change from right: 0 */
  width: 100%;
  height: calc(100vh - 55px);
  height: calc(100svh - 55px);
  flex-direction: column;
  justify-content: center;
  background: #0E131A;
  box-shadow: 2px 0 10px rgba(0, 0, 0, 0.3); /* updated shadow */
  z-index: 9999;
  overflow-y: auto;
  transform: translateX(-100%); /* change from translateX(100%) */
  transition: transform 0.3s ease;
}

.mobile-drawer.open {
  display: flex;
  transform: translateX(0);
}

/* ****************************************
 * Sitewide: Footer
 * **************************************** */
.site-footer {
  padding: 24px 0;
  font-family: "Barlow Semi Condensed", sans-serif;
  font-size: 14px;
  font-weight: 400;
  font-style: normal;
  background: #0E131A;
  text-align: center;
}
.site-footer a {
  color: #fff;
  text-decoration: none;
}
.site-footer a:hover {
  text-decoration: underline;
}
.site-footer__grid {
  display: grid;
  gap: 12px;
}
.site-footer .ms-copyright {
  color: #fff;
  font-weight: 700;
}
.site-footer .ms-copyright span {
  font-weight: 400;
}
.site-footer .ms-copyright a.red {
  color: rgb(204, 0, 3);
}
.site-footer .ms-copyright__links ul {
  display: flex;
  column-gap: 16px;
  justify-content: center;
  margin: 0;
  padding: 0;
}
.site-footer .ms-copyright__links ul li {
  display: inline-block;
}

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