.titillium-web-extralight {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: normal;
}

.titillium-web-light {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: normal;
}

.titillium-web-regular {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: normal;
}

.titillium-web-semibold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: normal;
}

.titillium-web-bold {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: normal;
}

.titillium-web-black {
  font-family: "Titillium Web", sans-serif;
  font-weight: 900;
  font-style: normal;
}

.titillium-web-extralight-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 200;
  font-style: italic;
}

.titillium-web-light-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 300;
  font-style: italic;
}

.titillium-web-regular-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 400;
  font-style: italic;
}

.titillium-web-semibold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 600;
  font-style: italic;
}

.titillium-web-bold-italic {
  font-family: "Titillium Web", sans-serif;
  font-weight: 700;
  font-style: italic;
}

body {
  font-family: "Titillium Web", mundial, sans-serif;
  font-weight: 100;
  font-style: normal;
  color: #1A1A2A;
}

::selection {
  color: red;
  background: yellow;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: bold;
  color: #D20B10;
}

h1 {
  color: #1A1A2A;
}

h2 {
  color: #D20B10;
  font-size: 56px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
  letter-spacing: -1.68px;
}

h3 {
  color: #D20B10;
  font-size: 48px;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 57.6px */
  letter-spacing: 0.2px;
}

ul, li {
  list-style: none;
}

a {
  color: #D20B10;
  font-style: normal;
  font-weight: 700;
  font-size: 1.25rem;
  line-height: 1.5rem;
  text-decoration: none;
}

a:hover {
  color: #1A1A2A;
}

.container {
  width: 100%;
  max-width: 1600px;
  margin: 0 auto;
}

.position-relative {
  position: relative;
}

.content {
  float: left;
  width: 80%;
}

.sidebar {
  float: left;
  width: 20%;
}

.main-content {
  position: relative;
  background: #1A1A2A;
}

.main-content .container {
  z-index: 1;
  position: relative;
  padding: 0;
}

.main-wrapper {
  width: 100%;
  max-width: 1200px;
}

#navbarSupportedContent {
  background: #D20B10;
}

#navbarSupportedContent .nav-item {
  border-bottom: solid;
  border-width: 1px;
  border-color: rgba(255, 255, 255, 0.5);
}

#navbarSupportedContent .nav-link {
  color: #FFFFFF;
}

.navbar.bg-custom {
  background: #D20B10;
}

.navbar-nav .nav-link.active {
  color: #D20B10;
  font-weight: bold;
  text-decoration: none;
}

.navbar-toggler {
  border: none;
}

.navbar-toggler:focus {
  box-shadow: none;
}

.nav-link {
  color: #393D4C;
}

.nav-link:hover, .nav-link.active {
  color: #D20B10;
  font-weight: bold;
  text-decoration: underline;
}

.teaser {
  list-style: none;
  border-bottom-right-radius: 15px;
  border-right: solid 1px;
  border-bottom: solid 1px;
}

.teaser .details {
  color: #393D4C;
}

.scroll-inner::-webkit-scrollbar {
  width: 10px;
}

.scroll-inner::-webkit-scrollbar:horizontal {
  height: 10px;
}

.scroll-inner::-webkit-scrollbar-track {
  background-color: rgba(204, 204, 204, 0.3);
}

.scroll-inner::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: rgba(204, 204, 204, 0.5);
  box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.5);
}

.data-container {
  box-shadow: 12px 11px 18px -2px rgba(89, 89, 89, 0.43);
  -webkit-box-shadow: 12px 11px 18px -2px rgba(89, 89, 89, 0.43);
  -moz-box-shadow: 12px 11px 18px -2px rgba(89, 89, 89, 0.43);
  width: 100%;
  overflow-y: hidden;
  overflow-x: auto;
  -webkit-overflow-scrolling: touch;
}

.data-table {
  width: 100%;
}

@media (max-width: 991.98px) {
  .data-table {
    width: 1200px;
  }
}

.data-table-header {
  background: #F3F3F3;
  margin: 0;
  color: #000;
  font-family: "Inter", mundial, sans-serif;
  font-size: 1rem;
  font-weight: 700;
  letter-spacing: 0.2px;
}

.data-table-header .header {
  padding: 25px .5rem;
}

.data-table-header .header:nth-child(n+9) {
  color: #D20B10;
}

.data-table-header .header:nth-child(9) {
  border-left: 24px solid #FFFFFF;
}

.data-table-result {
  font-family: "Inter", mundial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  background: #F9F9F9;
  border-top: 5px solid #FFFFFF;
}

.data-table-result .data:nth-child(n+9) {
  color: #D20B10;
}

.data-table-result .data:nth-child(9) {
  border-left: 24px solid #FFFFFF;
}

.data-table-result .position {
  display: flex;
  width: 88px;
  height: 88px;
  justify-content: center;
  align-items: center;
  flex-shrink: 0;
  background: #3C3C3C;
  color: #FFF;
  font-weight: 700;
}

.banner-info-details {
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  /* 143.75% */
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

.podium {
  padding: 0;
  width: 100%;
  border-bottom-right-radius: 15px;
  display: flex;
  margin-bottom: 5rem;
}

.podium > :nth-child(1) {
  order: 2;
}

@media (max-width: 991.98px) {
  .podium > :nth-child(1) {
    order: 1;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .podium > :nth-child(1) {
    width: 100%;
  }
}

.podium > :nth-child(2) {
  order: 1;
  margin-top: 4rem;
}

@media (max-width: 991.98px) {
  .podium > :nth-child(2) {
    order: 2;
  }
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .podium > :nth-child(2) {
    width: 50%;
  }
}

.podium > :nth-child(3) {
  order: 3;
  margin-top: 4rem;
}

@media (max-width: 991.98px) and (min-width: 768px) {
  .podium > :nth-child(3) {
    width: 50%;
  }
}

.card {
  border: none;
}

.card-item {
  position: relative;
  border: none;
}

.card-section {
  border-bottom-right-radius: 15px;
  border-right: solid 3px #D20B10;
  border-bottom: solid 3px #D20B10;
  box-shadow: 12px 11px 18px -2px rgba(89, 89, 89, 0.43);
  -webkit-box-shadow: 12px 11px 18px -2px rgba(89, 89, 89, 0.43);
  -moz-box-shadow: 12px 11px 18px -2px rgba(89, 89, 89, 0.43);
}

.card-section-image {
  width: 100%;
}

.card-section .details {
  background: linear-gradient(45deg, #212A42 2.64%, rgba(33, 42, 66, 0.7) 65.31%, rgba(33, 42, 66, 0.3) 98.18%);
  display: block;
  color: #FFF;
  font-size: .8rem;
  font-style: normal;
  font-weight: 400;
  line-height: normal;
  letter-spacing: 0.2px;
  text-transform: uppercase;
  border-bottom-right-radius: 10px;
  border-bottom-left-radius: 5px;
}

.card-section .top-right-data {
  position: absolute;
  top: 1rem;
  right: 1rem;
  font-weight: 100;
  font-style: normal;
  color: #1A1A2A;
}

.card-section .top-right-data.top-right-bio {
  top: .2rem;
  right: 1.8rem;
}

.card-section-number {
  position: absolute;
  top: 0;
  color: #d0b55e;
  font-size: 5rem;
  font-style: normal;
  font-weight: 700;
  line-height: 120%;
  /* 67.2px */
  letter-spacing: -1.68px;
}

.card-section-number.bio-number {
  font-size: 3rem;
  top: .2rem;
  left: 1.8rem;
}

.card-section .first-name {
  font-size: 1rem;
  font-weight: 600;
  display: block;
  color: #FFF;
  line-height: 1.5rem;
}

.card-section .last-name {
  font-size: 1.5rem;
  font-weight: 700;
  display: block;
  color: #FFF;
  line-height: 1.5rem;
}

.card-section .fastest-lap {
  color: #D20B10;
}

.card-section .fastest-lap-title {
  font-size: 1.5rem;
  font-weight: 700;
}

.footer {
  background: #1A1A2A;
}

.footer-nav {
  border-top: 2px solid rgba(255, 255, 255, 0.5);
  padding: 1.5rem 0;
}

@media (max-width: 767.98px) {
  .footer-nav {
    display: block;
    text-align: center;
  }
}

.footer .nav-link {
  color: #FFFFFF;
  font-size: 16px;
  font-style: normal;
  font-weight: 600;
  line-height: 23px;
  /* 143.75% */
  letter-spacing: 0.2px;
  text-transform: uppercase;
}

@media (max-width: 767.98px) {
  .footer .nav-link {
    margin-bottom: 2rem;
  }
}

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