<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body {
  color: #202945;
  font-family: "Varela", sans-serif;
  font-size: 18px;
  line-height: 23px;
  font-weight: 400;
  background-color: #ffffff;
  margin: 0px;
  padding: 0px;
}

p, a:not(.btn), li {
  color: #202945;
  font-family: "Varela", sans-serif;
  font-size: 18px;
  line-height: 26px;
  font-weight: 400;
}

a, a:hover {
  color: #202945;
}

.card {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
  margin-bottom: 20px;
}

a:visited {
  color: #202945;
}

a:focus {
  color: #202945;
  outline: none;
}

*:focus {
  outline: none;
}

.form-control:focus {
  border-color: inherit;
  -webkit-box-shadow: none;
  box-shadow: none;
}

.hover-tekst:hover {
  color: #202945;
}

h1 {
  font-family: "Archivo", sans-serif;
  color: #202945;
  margin: 0px 0px 35px 0px;
  padding: 0px;
  font-weight: 900;
  font-size: 35px;
  line-height: 38px;
  text-align: left;
}

h2 {
  font-family: "Archivo", sans-serif;
  color: #202945;
  margin: 0px 0px 35px 0px;
  padding: 0px;
  font-weight: 900;
  font-size: 35px;
  line-height: 38px;
  text-align: left;
}

h3 {
  font-family: "Archivo", sans-serif;
  color: #202945;
  margin: 0px 0px 20px 0px;
  padding: 0px;
  font-weight: 900;
  font-size: 35px;
  line-height: 38px;
  text-align: left;
}

.btn {
  padding: 15px 30px;
  font-size: 16px;
  line-height: 16px;
}

.btn-default {
  position: relative;
  font-family: "Varela", sans-serif;
  background-color: transparent;
  border: solid 1px #ffffff;
  border-radius: 8px;
  color: #ffffff;
  padding: 15px 70px;
  font-size: 22px;
  line-height: 22px;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.btn-default:visited, .btn-default.active, .btn-default.focus, .btn-default:active, .btn-default:focus {
  position: relative;
  font-family: "Varela", sans-serif;
  background-color: transparent;
  border: solid 1px #ffffff;
  border-radius: 8px;
  color: #ffffff;
  padding: 15px 70px;
  font-size: 22px;
  line-height: 22px;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}
.btn-default:hover {
  font-family: "Varela", sans-serif;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #202945;
  padding: 15px 70px;
  font-size: 22px;
  line-height: 22px;
  transition: all 0.3s ease 0s;
  box-shadow: none;
}

.btn-primary {
  font-size: 22px;
  line-height: 22px;
  background-color: #E00F1A;
  border: solid 1px #E00F1A;
  color: #ffffff;
  font-weight: 400;
  border-radius: 8px;
  padding: 15px 50px;
}
.btn-primary:visited, .btn-primary.active, .btn-primary.focus, .btn-primary:active, .btn-primary:focus {
  color: #ffffff;
  background-color: #E00F1A;
  border: solid 1px #E00F1A;
}
.btn-primary:hover {
  background-color: #ffffff;
  border: solid 1px #E00F1A;
  color: #E00F1A;
}

.btn-secondary {
  font-size: 18px;
  line-height: 18px;
  background-color: #ffffff;
  border: solid 1px #ffffff;
  color: #202945;
  font-weight: 400;
  border-radius: 0px;
}
.btn-secondary:visited, .btn-secondary.active, .btn-secondary.focus, .btn-secondary:active, .btn-secondary:focus {
  color: #202945;
}
.btn-secondary:hover {
  background-color: #202945;
  border: solid 1px #202945;
  color: #ffffff;
}

.button-holder {
  position: absolute;
  right: 40px;
  bottom: 40px;
  z-index: 100;
}

.main-block {
  padding: 30px 0;
}

.list-group-item {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.list-group-item:first-child, .list-group-item:last-child {
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}

.page-item {
  margin-right: 10px;
}
.page-item:first-child a.page-link, .page-item:last-child a.page-link {
  border-radius: 0px;
}
.page-item a.page-link {
  background-color: #ffffff;
  border: solid 2px #ffffff;
  padding: 6px 12px;
  color: #202945;
  border-radius: 0px;
}
.page-item a.page-link.active {
  border: solid 2px #202945;
}

@media only screen and (min-width: 768px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
@media only screen and (max-width: 667px) and (orientation: portrait) {
  .button-holder {
    position: absolute;
    right: 15px;
    bottom: 15px;
    z-index: 100;
  }
}
.header {
  padding-right: 60px;
  background-color: #ffffff;
  min-height: 144px;
}

.main-header {
  position: relative;
}
.main-header .logo {
  margin: 20px;
}
.main-header .logo .img-fluid {
  transition: 0.2s;
}
.main-header .top-nav {
  height: 30px;
}
.main-header .top-nav .top-nav-holder {
  background-color: #202945;
  text-align: right;
}
.main-header .top-nav .top-nav-holder ul {
  list-style: none;
  padding: 0;
  margin: 0px;
  display: inline-block;
}
.main-header .top-nav .top-nav-holder ul li {
  display: inline-block;
  margin-left: 30px;
  color: #ffffff;
}
.main-header .top-nav .top-nav-holder ul li a {
  color: #ffffff;
  font-size: 12px;
  line-height: 30px;
  font-weight: 300;
}
.main-header .logo-holder {
  position: relative;
}
.main-header .bottom-nav {
  align-content: center;
  align-items: center;
}

.navigation-holder {
  padding-right: 14px;
  align-content: center;
  align-items: center;
  height: 100%;
}

@media only screen and (min-width: 1280px) {
  .main-header {
    position: relative;
  }
  .main-header .logo .img-fluid {
    transition: 0.2s;
  }
}
@media only screen and (max-width: 768px) {
  .main-header {
    position: relative;
  }
  .main-header .logo {
    display: inline-flex;
  }

  .top-row-holder {
    display: flex;
    justify-content: space-between;
  }
  .top-row-holder .toggler-holder {
    display: inline-block;
    margin-top: 40px;
  }

  .header {
    padding-right: 0px;
    background-color: #ffffff;
    min-height: 50px;
  }

  .navigation-holder {
    padding-right: 14px;
    align-content: center;
    align-items: center;
    height: auto;
  }
}
.banner-carousel {
  height: 653px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-gap: 0px;
  overflow-x: hidden;
  align-content: center;
  justify-items: center;
}
.banner-carousel .carousel-inner {
  grid-column: 1 / -1;
  grid-row: 1;
  z-index: 1;
}
.banner-carousel .carousel-item {
  height: 653px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.banner-carousel .carousel-content {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.banner-carousel .carousel-content .carousel-content-block .banner-text {
  text-align: center;
}
.banner-carousel .carousel-content .carousel-content-block .banner-text .banner-title {
  font-family: "Varela", sans-serif;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  animation-delay: 1.0s;
  color: #ffffff;
  font-weight: 700;
}
.banner-carousel .carousel-content .carousel-content-block .banner-text .banner-link {
  margin-top: 30px;
}
.banner-carousel .carousel-indicators {
  height: 32px;
}
.banner-carousel .carousel-indicators li {
  height: 16px;
  width: 16px;
  border-radius: 50%;
  border: none;
  background-color: #2b3047;
  opacity: 1;
}
.banner-carousel .carousel-indicators li.active {
  background-color: #E00F1A;
}

.main-banner {
  height: 653px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.main-banner h1 {
  align-self: center;
  justify-self: center;
  grid-row: 1 / -1;
  grid-column: 1 / -1;
  z-index: 2;
  font-family: "Varela", sans-serif;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  color: #ffffff;
}
.main-banner .main-berg {
  align-self: end;
  justify-self: end;
  grid-row: 1 / -1;
  grid-column: 1 / -1;
  z-index: 1;
}
.main-banner .main-berg-nieuws {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  align-items: end;
  justify-items: center;
}
.main-banner .main-berg-nieuws img {
  grid-row: 1 / -1;
  grid-column: 1 / -1;
  z-index: 1;
}
.main-banner .main-berg-nieuws .btn {
  grid-row: 1 / -1;
  grid-column: 1 / -1;
  z-index: 3;
  margin-bottom: 50px;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .main-banner {
    height: 300px;
  }

  .banner-carousel {
    height: 300px;
  }
  .banner-carousel .carousel-content {
    display: flex;
    align-items: center;
  }
  .banner-carousel .carousel-content .carousel-content-block .banner-text {
    display: flex;
    flex-direction: column;
    width: 100%;
    padding: 20px;
    background-color: #202945;
    font-family: "Archivo", sans-serif;
    font-size: 24px;
    line-height: 24px;
    animation-delay: 1.0s;
    color: #ffffff;
    font-weight: 600;
  }
  .banner-carousel .carousel-content .carousel-content-background {
    display: none;
  }
  .banner-carousel .carousel-item {
    height: 300px;
  }

  .main-banner .main-berg {
    display: none;
  }
}
.top-row {
  align-items: center;
}

.navbar-nav {
  width: 100%;
  justify-content: flex-end;
}
.navbar-nav li.nav-item {
  line-height: 20px;
  margin-left: 40px;
  text-align: right;
}
.navbar-nav li.nav-item a {
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  font-size: 20px;
  line-height: 26px;
  color: #202945;
  padding: 0px;
  text-transform: uppercase;
  border-bottom: solid 4px #ffffff;
}
.navbar-nav li.nav-item a.dropdown-item {
  font-family: "Varela", sans-serif;
  font-size: 18px;
  text-transform: none;
}
.navbar-nav li.nav-item.active a {
  border-bottom: solid 4px #E00F1A;
}
.navbar-nav li.nav-item.active a.dropdown-item {
  font-family: "Varela", sans-serif;
  font-size: 18px;
  text-transform: none;
  border-bottom: none;
}
.navbar-nav li.nav-item:hover a {
  border-bottom: solid 4px #E00F1A;
}
.navbar-nav li.nav-item:hover a.dropdown-item {
  font-family: "Varela", sans-serif;
  font-size: 18px;
  text-transform: none;
  border-bottom: solid 4px #ffffff;
}
.navbar-nav.inverse {
  border-right: solid 1px #202945;
}
.navbar-nav.inverse li.nav-item {
  text-align: right;
}
.navbar-nav.inverse li.nav-item a {
  font-size: 16px;
  line-height: 18px;
  color: #000000;
  padding: 2px 0px;
}

.navbar {
  justify-content: flex-end;
  width: 100%;
}
.navbar .dropdown-toggle::after {
  margin-left: 5px;
  vertical-align: 2px;
}
.navbar li.nav-item {
  text-align: right;
}
.navbar li.nav-item a {
  font-size: 20px;
  line-height: 26px;
  color: #202945;
}
.navbar.inverse li.nav-item {
  text-align: right;
}
.navbar.inverse li.nav-item a {
  font-size: 18px;
  line-height: 18px;
}
.navbar .dropdown-menu {
  padding: 20px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .navbar-collapse {
  padding: 0px;
}
.navbar .navbar-collapse .nav &gt; li &gt; a {
  padding: 0x;
}
.navbar .navbar-collapse .nav &gt; li &gt; a:hover {
  background-color: #D8D8D8;
  color: #ffffff;
}
.navbar .navbar-collapse .nav &gt; li &gt; a:focus {
  background-color: #D8D8D8;
  color: #ffffff;
}
.navbar .navbar-collapse .nav &gt; li.active &gt; a {
  background-color: #D8D8D8;
  color: #ffffff;
}
.navbar .navbar-collapse .nav &gt; li.active &gt; a.active {
  background-color: #D8D8D8;
}
.navbar .navbar-collapse .nav .open &gt; a {
  background-color: #D8D8D8;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu {
  background-color: #D8D8D8;
  border: 0px;
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  border-radius: 0px;
}
.navbar .navbar-collapse .nav .dropdown-menu &gt; li &gt; a {
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu &gt; li &gt; a:hover {
  background-color: #000000;
  color: #ffffff;
}
.navbar .navbar-collapse .nav .dropdown-menu &gt; li &gt; a:focus {
  background-color: #000000;
  color: #ffffff;
}
.navbar .navbar-toggle .icon-bar {
  background-color: #202945;
}

.navbar-toggler {
  border-color: #1e3059;
}
.navbar-toggler .navbar-toggler-icon {
  background-image: url("data:image/svg+xml;charset=utf8,%3Csvg viewBox='0 0 32 32' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath stroke='rgba(30,48,89, 1)' stroke-width='2' stroke-linecap='round' stroke-miterlimit='10' d='M4 8h24M4 16h24M4 24h24'/%3E%3C/svg%3E");
}

.dropdown-item.active, .dropdown-item:active {
  background-color: #d7d7d7;
}

@media (max-width: 768px) {
  .navbar {
    padding: 0px;
  }
  .navbar .navbar-toggler {
    position: absolute;
    top: -120px;
    right: 10px;
    margin: 10px 15px;
  }
  .navbar li.nav-item {
    text-align: left;
    line-height: 30px;
    margin-left: 0px;
  }
  .navbar li.nav-item a {
    font-weight: 400;
    border-bottom: 0px;
  }
  .navbar .navbar-collapse .navbar-nav {
    justify-content: start;
  }
  .navbar .navbar-collapse .navbar-nav li.nav-item {
    text-align: left;
    line-height: 30px;
    padding: 10px 0px;
    border-bottom: solid 1px #d7d7d7;
  }
  .navbar .navbar-collapse .navbar-nav li.nav-item a {
    padding: 0px 20px;
    font-weight: 400;
    border-bottom: 0px;
  }
  .navbar .navbar-collapse .navbar-nav li.nav-item:hover {
    background-color: #ededed;
  }
  .navbar .dropdown-menu {
    border: none;
    background-color: #ededed;
  }
}
.cta-holder {
  background-color: #E00F1A;
  padding: 30px 15px;
}
.cta-holder h2 {
  color: #ffffff;
  text-align: left;
  margin: 0px;
  padding: 0px;
}
.cta-holder .btn-holder {
  text-align: center;
}

.tve-group-holder {
  padding: 30px 15px;
}
.tve-group-holder p {
  font-size: 15px;
  line-height: 19px;
  font-weight: 400;
  color: #000000;
}

.footer {
  width: 100%;
  padding: 0;
}
.footer .footer-top {
  background-color: #202945;
  padding: 50px 0px 20px 0;
}
.footer h3 {
  color: #ffffff;
  font-family: "Varela", sans-serif;
  font-weight: 400;
  font-size: 22px;
  line-height: 22px;
  padding-bottom: 20px;
  margin: 0px;
}
.footer .footer-sitemap {
  margin-bottom: 20px;
}
.footer ul.footer-nav {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px;
}
.footer ul.footer-nav li {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.footer ul.footer-nav li a {
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.footer ul.footer-address {
  list-style: none;
  margin: 0px;
  padding: 0px 0px 20px;
}
.footer ul.footer-address li {
  color: #ffffff;
  margin: 0px;
  padding: 0px;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.footer ul.footer-address li.mail-item {
  margin-top: 10px;
}
.footer ul.footer-address li a {
  color: #ffffff;
  font-size: 13px;
  line-height: 18px;
  font-weight: 400;
}
.footer ul.follow-buttons {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer ul.follow-buttons li {
  padding: 2px 0px;
}
.footer ul.follow-buttons li a {
  background-color: #202945;
  border-radius: 50%;
  color: #ffffff;
  display: inline-flex;
  width: 30px;
  height: 30px;
  align-items: center;
  justify-content: center;
  border: solid 1px #202945;
}
.footer ul.follow-buttons li a:hover {
  background-color: #ffffff;
  color: #202945;
}
.footer .footer-bottom {
  background-color: #202945;
  padding: 15px 0;
}
.footer .footer-bottom ul.footer-navigation {
  display: flex;
  height: 100%;
  flex-direction: row;
  list-style: none;
  margin: 0px;
  padding: 0px;
  justify-content: flex-end;
  align-items: center;
}
.footer .footer-bottom ul.footer-navigation li {
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  font-weight: 300;
  padding: 0px 10px;
}
.footer .footer-bottom ul.footer-navigation li a {
  display: inline-block;
  color: #ffffff;
  font-size: 13px;
  line-height: 16px;
  text-decoration: none;
  font-weight: 300;
  padding: 0px;
}
.footer .footer-bottom ul.footer-navigation li a:hover {
  color: #ffffff;
  text-decoration: underline;
}
.footer .footer-bottom ul.footer-navigation li:first-of-type a.nav-link {
  padding-left: 0px;
}
.footer .footer-bottom ul.footer-navigation li .dot {
  line-height: 16px;
  color: #202945;
  padding-left: 10px;
}
.footer .footer-bottom ul.footer-navigation li:last-of-type .dot {
  display: none;
}
.footer .follow-us ul.follow-buttons {
  list-style: none;
  margin: 0px;
  padding: 0px;
}
.footer .follow-us ul.follow-buttons li {
  padding: 2px 0px;
  display: inline-block;
  border-radius: 50%;
  width: 32px;
  text-align: center;
  margin-right: 5px;
}
.footer .follow-us ul.follow-buttons li a {
  color: #202945;
  font-size: 24px;
  line-height: 28px;
  text-decoration: none;
  font-weight: 300;
  padding: 0px 0px 3px;
  background-color: #ffffff;
}
.footer .follow-us ul.follow-buttons li a .social {
  font-size: 18px;
  color: #202945;
}
.footer .follow-us ul.follow-buttons li a:hover .social {
  font-size: 18px;
  color: #E00F1A;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .footer h3 {
    margin-top: 20px;
  }
  .footer .footer-address {
    order: 1;
    padding-bottom: 10px;
    border-bottom: solid 1px #ffffff;
  }
  .footer .footer-logo {
    order: 3;
  }
  .footer .footer-sitemap {
    order: 2;
    border-bottom: solid 1px #ffffff;
  }
  .footer .footer-sitemap .footer-title {
    text-align: left;
  }
  .footer ul.follow-buttons {
    margin-bottom: 20px;
  }
  .footer ul.footer-nav li {
    text-align: left;
  }
  .footer .newsletter-block .btn {
    width: 100%;
  }
  .footer .footer-bottom {
    padding: 15px 0;
  }
  .footer .footer-bottom ul.footer-navigation {
    display: flex;
    flex-direction: column;
  }
  .footer .footer-bottom ul.footer-navigation li {
    padding: 5px 0px;
  }
  .footer .footer-bottom ul.footer-navigation li .dot {
    display: none;
  }

  .cta-holder {
    background-color: #E00F1A;
    padding: 30px 15px;
  }
  .cta-holder h2 {
    color: #ffffff;
    text-align: center;
    margin: 0px 0px 20px;
    padding: 0px;
  }
}
.home-title {
  background-color: #202945;
  padding: 40px 15px;
  text-align: center;
}
.home-title h1 {
  color: #ffffff;
  text-align: center;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  text-transform: uppercase;
  margin: 0px;
  padding: 0px;
}

.shop-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 15px;
}
.shop-holder h2 {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
}
.shop-holder .shop-items {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(220px, 1fr));
  grid-template-rows: auto;
  grid-gap: 30px;
  margin: 30px 0px 50px;
}
.shop-holder .shop-items a.shop-item {
  display: grid;
  grid-template-rows: 1fr;
  grid-template-columns: 1fr;
  background-color: #ffffff;
  border-radius: 19px;
  justify-items: center;
  align-items: center;
  position: relative;
  background-size: 120px auto;
  background-position: center center;
  background-repeat: no-repeat;
  text-decoration: none;
}
.shop-holder .shop-items a.shop-item h3 {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  z-index: 1;
  display: none;
  text-decoration: none;
  font-size: 25px;
  line-height: 27px;
  padding: 10px;
  text-align: center;
}
.shop-holder .shop-items a.shop-item:hover {
  background-color: #E00F1A;
  background-blend-mode: multiply;
}
.shop-holder .shop-items a.shop-item:hover h3 {
  grid-column: 1 / -1;
  grid-row: 1 / -1;
  z-index: 2;
  display: block;
  color: #ffffff;
  text-decoration: none;
  font-size: 25px;
  line-height: 27px;
}

.partners-holder {
  padding: 60px 15px;
}
.partners-holder h2 {
  text-transform: uppercase;
  text-align: center;
}
.partners-holder .swiper-slide {
  text-align: center;
}

.upcomingRaces {
  padding: 40px 15px;
}
.upcomingRaces .home-news-item {
  margin-bottom: 30px;
}
.upcomingRaces .home-news-item .col-left
.overview-content {
  padding: 20px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.upcomingRaces .home-news-item .col-left
.overview-content h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.upcomingRaces .home-news-item .col-left
.overview-content .lead {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.upcomingRaces .home-news-item .col-left
.overview-content p {
  padding: 0px;
}
.upcomingRaces .home-news-item .col-left
.overview-content .overview-content-text {
  padding: 20px 0px;
}
.upcomingRaces .home-news-item .overview-footer {
  padding: 20px 0px;
}

.homeFeatured {
  padding: 40px 15px;
}
.homeFeatured .home-news-item {
  margin-bottom: 30px;
}
.homeFeatured .home-news-item .overview-content {
  padding: 20px 0px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.homeFeatured .home-news-item .overview-content h2 {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.homeFeatured .home-news-item .overview-content .lead {
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.homeFeatured .home-news-item .overview-content p {
  padding: 0px;
}
.homeFeatured .home-news-item .overview-content .overview-content-text {
  padding: 20px 0px;
}
.homeFeatured .home-news-item .overview-footer {
  padding: 20px 0px;
}

.home-about-content {
  padding: 40px 15px;
}

.home-services-content {
  margin-bottom: 10px;
}
.home-services-content h2 {
  margin-bottom: 4px;
}
.home-services-content p {
  text-align: center;
}

.home-companies-holder {
  height: 471px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 45px 15px;
  margin-bottom: 50px;
}
.home-companies-holder .home-companies {
  background-color: #ffffff;
  justify-content: center;
  flex-direction: column;
  align-content: center;
  padding: 30px 30px 35px;
}
.home-companies-holder .home-companies h2 {
  margin-bottom: 4px;
}
.home-companies-holder .home-companies p {
  text-align: center;
}
.home-companies-holder .home-companies .home-companies-list {
  margin-top: 10px;
}
.home-companies-holder .home-companies .home-companies-list a:after {
  content: '|';
  padding: 0 5px;
}
.home-companies-holder .home-companies .home-companies-list a:last-child:after {
  display: none;
}

.home-services {
  padding: 0 15px;
}
.home-services .card {
  border: none;
  margin-bottom: 40px;
}
.home-services .card .card-img-top {
  max-height: 130px;
  width: auto;
  margin: 0 auto;
}
.home-services .card .card-body {
  padding: 0px;
}
.home-services .card .card-footer {
  background-color: transparent;
  border: none;
  text-align: right;
  padding: 10px 0px;
}

.more-projecten {
  margin-top: 40px;
  margin-right: 50px;
  text-align: center;
}

.home-news-content {
  margin-bottom: 10px;
}
.home-news-content h2 {
  margin-bottom: 4px;
}
.home-news-content p {
  text-align: center;
}

.home-news .card {
  border: none;
  margin-bottom: 40px;
}
.home-news .card .card-img-top {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.home-news .card .card-body {
  padding: 0px;
}
.home-news .card .card-footer {
  background-color: transparent;
  border: none;
  text-align: right;
}

.home-news-button {
  margin-bottom: 60px;
}

.follow-riders {
  padding-top: 60px;
}
.follow-riders h2 {
  text-align: center;
  text-transform: uppercase;
}

.riders-grid {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-template-rows: auto;
  grid-column-gap: 30px;
  grid-row-gap: 60px;
  margin: 30px 0px 50px;
}
.riders-grid a.home-rider-item {
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.riders-grid a.home-rider-item img {
  grid-row: 1/-1;
  grid-column: 1 / -1;
  z-index: 1;
}
.riders-grid a.home-rider-item h3 {
  grid-row: 1/-1;
  grid-column: 1 / -1;
  z-index: 2;
  clip-path: polygon(0 0, 100% 50%, 100% 100%, 0% 100%);
  background-color: #202945;
  color: #ffffff;
  height: 74px;
  width: 100%;
  align-self: end;
  margin: 0px;
  font-family: "Varela", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  display: flex;
  align-items: center;
  text-align: center;
  padding: 10px 0px 0px 20px;
  transition: all 0.3s ease-in-out;
}
.riders-grid a.home-rider-item:hover h3 {
  clip-path: polygon(0 0, 100% 0, 100% 100%, 0% 100%);
}

.tve-group-segment {
  background-color: #ffffff;
  padding: 15px 20px;
}
.tve-group-segment .tvegroup-left {
  margin-top: 0px;
}
.tve-group-segment .tvegroup-text {
  margin-top: 10px;
}

iframe.fill-width {
  position: absolute;
  width: 100%;
  height: 100%;
  pointer-events: none;
}

@media (min-aspect-ratio: 16 / 9) {
  iframe.fill-width {
    height: 300%;
    top: -100%;
  }
}
@media (max-aspect-ratio: 16 / 9) {
  iframe.fill-width {
    height: 150%;
    top: -25%;
    width: 300%;
    left: -100%;
  }
}
@media only screen and (max-width: 768px) {
  .up-image {
    order: 1;
  }

  .up-text {
    order: 2;
  }

  .home-companies-holder {
    height: 471px;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    padding: 45px 15px;
    margin-bottom: 50px;
  }
  .home-companies-holder .home-companies {
    background-color: #ffffff;
    justify-content: center;
    flex-direction: column;
    align-content: center;
    padding: 30px 30px 35px;
  }
  .home-companies-holder .home-companies h2 {
    margin-bottom: 4px;
  }
  .home-companies-holder .home-companies p {
    text-align: center;
  }
  .home-companies-holder .home-companies .home-companies-list {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }

  .home-news-button {
    padding: 0px 15px;
  }
}
p.lead {
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}

.base-content {
  padding: 100px 0px;
}

.base-partners {
  margin-top: 30px;
}

.basepage .btn-primary {
  padding: 15px 30px;
  font-size: 16px;
  line-height: 16px;
  text-decoration: none;
  margin: 20px 0px;
  display: inline-flex;
  color: #ffffff;
  background-color: #202945;
  border: solid 1px #202945;
}
.basepage .btn-primary:visited, .basepage .btn-primary.active, .basepage .btn-primary.focus, .basepage .btn-primary:active, .basepage .btn-primary:focus {
  color: #ffffff;
  background-color: #202945;
  border: solid 1px #202945;
}
.basepage .btn-primary:hover {
  background-color: #ffffff;
  border: solid 1px #202945;
  color: #202945;
}
.basepage h1 {
  text-align: left;
}

.base-content-holder {
  min-height: 100px;
  z-index: 9;
}

.base-content-image {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  height: 592px;
  margin: 0 100px 40px;
}

.base-content-top {
  background-color: #ededed;
  margin-bottom: 40px;
}
.base-content-top .special-title {
  font-family: "Varela", sans-serif;
  color: #202945;
  margin: 40px 0px;
  padding: 0px;
  font-weight: 400;
  font-size: 20px;
  line-height: 20px;
  text-align: left;
  text-transform: uppercase;
  letter-spacing: 2px;
}

.recent-news-content {
  margin-bottom: 50px;
}
.recent-news-content h2 {
  margin-bottom: 4px;
}
.recent-news-content p {
  text-align: center;
}

.more-site {
  margin-bottom: 20px;
}

.author {
  font-size: 18px;
  line-height: 33px;
  font-weight: 300;
  margin-bottom: 20px;
}

.gallery-holder {
  padding: 60px 0px;
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(223px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 20px;
  margin-bottom: 50px;
}
.gallery-holder a {
  display: block;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.news-content {
  padding: 60px 0px;
}
.news-content h1 {
  text-align: left;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  padding: 0px;
  margin: 0px;
}
.news-content .lead {
  text-align: left;
  font-size: 22px;
  line-height: 32px;
  font-weight: 700;
  padding: 0px;
}
.news-content a {
  color: #E00F1A;
}

.news-overview {
  background-color: #202945;
  padding: 60px 15px;
}

.overview {
  display: grid;
  grid-template-columns: repeat(auto-fill, minmax(300px, 1fr));
  grid-auto-rows: 1fr;
  grid-gap: 30px;
  padding: 0 15px;
}
.overview .news-item {
  background-color: #E0E0E0;
  border-radius: 15px;
  text-align: left;
}
.overview .news-item .news-date {
  padding: 20px;
  font-size: 15px;
  line-height: 15px;
  font-weight: 400;
}
.overview .news-item .overview-content {
  padding: 20px;
  font-size: 18px;
  line-height: 24px;
  font-weight: 400;
}
.overview .news-item .overview-content h2 {
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
  text-align: left;
}
.overview .news-item .overview-content p {
  padding: 0px;
}
.overview .news-item .overview-content .overview-content-text {
  padding-bottom: 20px;
  border-bottom: solid 1px #000000;
}
.overview .news-item .overview-footer {
  padding: 0px 20px 20px;
}
.overview .news-item .overview-footer a {
  color: #E00F1A;
  text-decoration: none;
  font-family: "Archivo", sans-serif;
  font-size: 16px;
  font-weight: 600;
}
.overview .news-item .overview-footer a:active, .overview .news-item .overview-footer a:visited {
  color: #E00F1A;
  text-decoration: none;
}
.overview .news-item .overview-footer a:hover {
  text-decoration: underline;
}
.overview .overview-line {
  border-top: solid 4px #E00F1A;
  height: 50px;
}
.overview .overview-image {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.default-news {
  padding: 60px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.results {
  padding: 60px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.results h2 {
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  line-height: 32px;
  text-align: center;
  font-weight: 700;
  text-transform: uppercase;
}
.results .results-header {
  border: solid 2px #ffffff;
  border-radius: 8px;
  padding: 3px;
  color: #ffffff;
  margin-bottom: 20px;
}
.results .results-header .item {
  text-align: center;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}
.results .results-detail {
  border: solid 2px #545a70;
  border-radius: 8px;
  padding: 3px;
  color: #ffffff;
  margin-bottom: 20px;
}
.results .results-detail .item {
  text-align: center;
  font-size: 18px;
  line-height: 22px;
  font-weight: 400;
}

@media only screen and (max-width: 991px) {
  .overview {
    padding-top: 20px;
  }
  .overview .overview-row {
    margin: 0 15px;
  }
  .overview .overview-row .overview-left {
    order: 1;
    padding-right: 25px;
    padding-left: 0px;
  }
  .overview .overview-row .overview-right {
    order: 2;
    padding-right: 0px;
    padding-left: 25px;
    padding-top: 20px;
  }
  .overview .overview-row:nth-child(even) .overview-left {
    order: 2;
    padding-right: 0px;
    padding-left: 25px;
    padding-top: 20px;
  }
  .overview .overview-row:nth-child(even) .overview-right {
    order: 1;
    padding-right: 25px;
    padding-left: 0px;
  }
}
@media only screen and (max-width: 768px) {
  .gallery-holder {
    display: flex;
    flex-direction: column;
  }
  .gallery-holder a {
    margin-bottom: 20px;
  }

  .base-content {
    padding: 20px;
  }

  .overview {
    padding-top: 20px;
  }
  .overview .overview-row {
    margin: 0 15px;
  }
  .overview .overview-row .overview-left {
    order: 1;
    padding-right: 15px;
    padding-left: 15px;
  }
  .overview .overview-row .overview-right {
    order: 2;
    padding-right: 15px;
    padding-left: 15px;
  }
  .overview .overview-row:nth-child(even) .overview-left {
    order: 1;
    padding-right: 15px;
    padding-left: 15px;
  }
  .overview .overview-row:nth-child(even) .overview-right {
    order: 2;
    padding-right: 15px;
    padding-left: 15px;
  }

  .shop-holder .shop-items a.shop-item {
    background-size: 240px auto;
  }
}
.contact-page {
  background-color: #202945;
  padding-top: 10px;
  color: #ffffff;
}
.contact-page h1 {
  text-align: right;
  font-family: "Varela", sans-serif;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  color: #ffffff;
}
.contact-page .contact-content {
  padding: 30px 0px;
}
.contact-page .contact-content p {
  color: #ffffff;
}
.contact-page .contact-content a {
  color: #ffffff;
  text-decoration: underline;
}

.gaddress {
  background-color: #202945;
}
.gaddress .gaddress-block {
  padding: 0px 80px;
  align-items: center;
  display: flex;
  height: 100%;
}
.gaddress .gaddress-block p {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-family: "Varela", sans-serif;
}
.gaddress .gaddress-block p a {
  color: #ffffff;
  font-size: 18px;
  line-height: 26px;
  font-family: "Varela", sans-serif;
}

.contact-form ::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  opacity: 1 !important;
}
.contact-form :-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
  opacity: 1 !important;
}
.contact-form ::-moz-placeholder {
  color: #ffffff;
  font-weight: 300;
  opacity: 1 !important;
}
.contact-form :-ms-input-placeholder {
  color: #ffffff;
  font-weight: 300;
  opacity: 1 !important;
}
.contact-form .form-control {
  box-shadow: none;
  font-size: 22px;
  border: solid 1px #ffffff;
  background-color: #202945;
  color: #ffffff;
  border-radius: 8px;
}
.contact-form .form-control.error {
  color: #721c24;
  border-color: #721c24;
  display: block;
}
.contact-form textarea {
  min-height: 173px;
}
.contact-form .form-button-group {
  text-align: right;
  padding-top: 20px;
}

.contact-content-holder h1 {
  background-color: #202945;
  background: linear-gradient(to right, #202945, #E0E0E0);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.contact-content-holder h3 {
  padding: 0px 0px 50px;
}
.contact-content-holder .sidebar p strong {
  color: #000000;
  font-weight: 600;
}
.contact-content-holder .sidebar p a {
  color: #202945;
}
.contact-content-holder .form-holder label {
  color: #202945;
}

ul.contact-address {
  list-style: none;
  margin: 60px 0px;
  padding: 0px;
}
ul.contact-address li {
  color: #ffffff;
}
ul.contact-address li a {
  color: #ffffff;
}

.contact-info .mail-item {
  margin-top: 20px;
}

#map {
  height: 650px;
  width: 100%;
}

.map-icon-label .map-icon {
  font-size: 24px;
  color: #ffffff;
  line-height: 48px;
  text-align: center;
  white-space: nowrap;
}

/* =============================================================================
   Google maps
   ========================================================================== */
.gmap3 {
  padding: 0px;
  width: 100%;
  height: 600px;
  margin: 10px 0px 20px 0px;
}

.gmap3 img {
  max-width: none;
}

.gmapMember {
  padding: 0px;
  width: 100%;
  height: 250px;
  margin: 10px 0px 20px 0px;
}

.gmapMember img {
  max-width: none;
}

.location-company {
  display: block;
  font-weight: 600;
}

@media only screen and (max-width: 991px) {
  .contactpage {
    display: flex;
    flex-direction: column;
  }
  .contactpage .contact-left {
    grid-column: 1 / -1;
    grid-row: 1;
    z-index: 10;
  }
  .contactpage .contact-left .col-sm-6 {
    flex: 0 0 100%;
    max-width: 100%;
    margin-bottom: 20px;
  }
  .contactpage .contact-left .form-holder {
    padding-top: 60px;
    border-top: none;
  }
  .contactpage .contact-maps {
    padding-bottom: 20px;
  }
  .contactpage .contact-info h3 {
    font-size: 18px;
  }
}
@media only screen and (max-width: 768px) and (orientation: portrait) {
  .contact-row {
    margin-left: -15px;
    margin-right: -15px;
  }

  .contact-page h1 {
    text-align: left;
    padding-top: 20px;
  }
}
.cta-holder {
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
  padding: 60px 15px;
}
.cta-holder h2 {
  text-align: center;
  color: #ffffff;
  font-size: 30px;
  line-height: 30px;
  text-transform: uppercase;
  margin-bottom: 30px;
}
.cta-holder .cta-text {
  text-align: center;
  color: #ffffff;
  font-size: 22px;
  line-height: 24px;
  margin-bottom: 60px;
  font-weight: 500;
}
.cta-holder .cta-button {
  text-align: center;
}

.profile-content {
  padding-top: 80px;
}
.profile-content h2 {
  margin: 0px;
  padding: 0px;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}
.profile-content h3 {
  margin: 0px 0px 40px;
  padding: 0px;
  font-size: 22px;
  line-height: 32px;
  font-weight: 500;
}

.profile-banner {
  height: 771px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.profile-banner h1 {
  align-self: center;
  justify-self: center;
  grid-row: 1 / -1;
  grid-column: 1 / -1;
  z-index: 2;
  font-family: "Varela", sans-serif;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  color: #ffffff;
}
.profile-banner .stat-block {
  background-color: rgba(32, 41, 69, 0.8);
  padding: 40px 15px;
}
.profile-banner .stat-block .stats-row {
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 400;
  align-items: center;
}
.profile-banner .stat-block .stats-row .year-holder {
  font-weight: 700;
}
.profile-banner .stat-block .stats-row .year {
  display: block;
}
.profile-banner .stat-block .stats-row .space {
  margin-left: 30px;
}

.profile-image {
  max-width: 250px;
  margin-top: 20px;
  margin-bottom: 50px;
}

.mountain-top {
  background-image: url("/assets/site/img/rand-top.png");
  background-position: right bottom;
  background-repeat: no-repeat;
  padding-bottom: 400px;
}

.mountain-middle {
  background-image: url("/assets/site/img/rand-middle.png");
  background-position: right top;
  background-repeat: no-repeat;
  height: 161px;
  position: relative;
  background-color: #2b3047;
}
.mountain-middle .bmx-holder {
  position: absolute;
  right: 370px;
  top: -300px;
}
.mountain-middle .bmx-holder img {
  max-width: 300px;
}

.mountain-bottom {
  background-image: url("/assets/site/img/rand-bottom.png");
  background-position: right top;
  background-repeat: no-repeat;
  background-color: #2b3047;
}

.specs {
  list-style: none;
}
.specs li {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  margin-bottom: 20px;
}
.specs li .spec-left {
  font-family: "Archivo", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 500;
}
.specs li .spec-right {
  justify-self: flex-end;
  padding-right: 20px;
}
.specs li .spec-right .spec-bar {
  width: 220px;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  grid-template-areas: 'bar';
}
.specs li .spec-right .spec-bar-extra {
  grid-area: bar;
  text-align: right;
  padding-right: 3px;
  color: #ffffff;
  z-index: 15;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
  display: none;
  width: 100%;
  border: solid 2px transparent;
}
.specs li .spec-right .spec-bar-extra.spec-bar-extra-10 {
  display: block;
}
.specs li .spec-right .spec-bar-top {
  grid-area: bar;
  background-color: #E00F1A;
  z-index: 10;
  text-align: left;
  padding-left: 3px;
  color: #ffffff;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
}
.specs li .spec-right .spec-bar-top.spec-bar-0 {
  width: 0px;
  background-color: transparent;
  color: #E00F1A;
}
.specs li .spec-right .spec-bar-top.spec-bar-1 {
  width: 10%;
}
.specs li .spec-right .spec-bar-top.spec-bar-2 {
  width: 20%;
}
.specs li .spec-right .spec-bar-top.spec-bar-3 {
  width: 30%;
}
.specs li .spec-right .spec-bar-top.spec-bar-4 {
  width: 40%;
}
.specs li .spec-right .spec-bar-top.spec-bar-5 {
  width: 50%;
}
.specs li .spec-right .spec-bar-top.spec-bar-6 {
  width: 50%;
}
.specs li .spec-right .spec-bar-top.spec-bar-7 {
  width: 70%;
}
.specs li .spec-right .spec-bar-top.spec-bar-8 {
  width: 80%;
}
.specs li .spec-right .spec-bar-top.spec-bar-9 {
  width: 90%;
}
.specs li .spec-right .spec-bar-top.spec-bar-10 {
  width: 100%;
}
.specs li .spec-right .spec-bar-back {
  grid-area: bar;
  width: 100%;
  border: solid 2px #E00F1A;
  text-align: right;
  padding-right: 3px;
  color: #E00F1A;
  z-index: 5;
  font-size: 16px;
  font-family: "Archivo", sans-serif;
  font-weight: 400;
}

.specs-title {
  color: #ffffff;
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
  margin-bottom: 40px;
  text-transform: uppercase;
}

.specs-explanations {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-bottom: 80px;
}
.specs-explanations a.spec-block {
  margin: 10px;
  background-color: #E00F1A;
  color: #ffffff;
  font-size: 22px;
  font-family: "Archivo", sans-serif;
  line-height: 24px;
  font-weight: 500;
  border-radius: 16px;
  padding: 30px 60px;
  display: inline-flex;
  flex-direction: column;
  justify-content: center;
}
.specs-explanations a.spec-block span {
  display: block;
  font-size: 18px;
  font-weight: 400;
}

.riders-slider {
  padding: 60px 0px 80px;
}
.riders-slider h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}
.riders-slider h3 {
  font-family: "Archivo", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 20px;
}

.riders-banner {
  height: 653px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center top;
}

.swiper-container2 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container2 .rider-item-image {
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.teams-slider {
  padding: 60px 0px 80px;
}
.teams-slider h2 {
  text-align: center;
  text-transform: uppercase;
  font-family: "Archivo", sans-serif;
  font-size: 30px;
  line-height: 32px;
  font-weight: 700;
}
.teams-slider h3 {
  font-family: "Archivo", sans-serif;
  font-size: 22px;
  line-height: 24px;
  font-weight: 700;
  margin-top: 20px;
  margin-bottom: 0px;
}

.team-banner {
  height: 653px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
}
.team-banner h1 {
  align-self: center;
  justify-self: center;
  grid-row: 1 / -1;
  grid-column: 1 / -1;
  z-index: 2;
  font-family: "Varela", sans-serif;
  font-size: 35px;
  line-height: 35px;
  text-transform: uppercase;
  color: #ffffff;
}

.profile-slider {
  padding-top: 70px;
}
.profile-slider .mountain-top {
  padding-bottom: 60px;
}
.profile-slider .mountain-middle {
  padding: 50px 0px;
  height: auto;
}
.profile-slider .shirtnumber {
  font-size: 120px;
  font-family: "Archivo", sans-serif;
  line-height: 130px;
  font-weight: 700;
  margin: 60px 0 30px;
}

.swiper-container3 {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.swiper-container3 .team-item-image {
  height: 260px;
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center center;
}

.gallery-top {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.gallery-thumbs {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}
.gallery-thumbs .profile-thumb img {
  max-height: 157px;
}

.cat-news {
  padding: 60px 0px;
}
.cat-news .overview .news-item {
  background-color: #ffffff;
  border: solid 1px #E0E0E0;
}
.cat-news .overview .overview-content .overview-content-text {
  border-bottom: solid 1px #E0E0E0;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .specs {
    list-style: none;
    padding: 0px;
  }
  .specs li {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    margin-bottom: 20px;
  }
  .specs li .spec-left {
    font-family: "Archivo", sans-serif;
    font-size: 18px;
    line-height: 22px;
    font-weight: 500;
  }
  .specs li .spec-right {
    justify-self: flex-end;
    padding-right: 0px;
  }
  .specs li .spec-right .spec-bar {
    width: 140px;
    display: grid;
    grid-template-columns: 1fr;
    grid-template-rows: 1fr;
    grid-template-areas: 'bar';
  }

  .mountain-top {
    background-image: none;
    background-position: right bottom;
    background-repeat: no-repeat;
    padding-bottom: 20px;
  }

  .mountain-middle {
    background-image: url("/assets/site/img/rand-middle.png");
    background-position: right top;
    background-repeat: no-repeat;
    height: auto;
    position: relative;
    background-color: #2b3047;
  }
  .mountain-middle .bmx-holder {
    position: relative;
    right: auto;
    top: auto;
    padding: 20px;
  }

  .profile-content {
    padding-top: 20px;
  }

  .profile-banner {
    height: 300px;
  }
  .profile-banner h1 {
    align-self: center;
    justify-self: center;
    grid-row: 1 / -1;
    grid-column: 1 / -1;
    z-index: 2;
    font-family: "Varela", sans-serif;
    font-size: 35px;
    line-height: 35px;
    text-transform: uppercase;
    color: #ffffff;
  }
  .profile-banner .stat-block {
    background-color: rgba(32, 41, 69, 0.8);
    padding: 40px 15px;
  }
  .profile-banner .stat-block .stats-row {
    color: #ffffff;
    font-family: "Archivo", sans-serif;
    font-size: 22px;
    line-height: 24px;
    font-weight: 400;
    align-items: center;
    display: flex;
  }
  .profile-banner .stat-block .stats-row .year-holder {
    font-weight: 700;
  }
  .profile-banner .stat-block .stats-row .year {
    display: inline-flex;
    margin-left: 30px;
  }
  .profile-banner .stat-block .stats-row .space {
    margin-left: 30px;
    display: inline-flex;
  }

  .team-banner {
    height: 300px;
  }

  .profile-slider {
    padding-top: 20px;
  }
  .profile-slider .mountain-top {
    padding-bottom: 20px;
  }
  .profile-slider .mountain-middle {
    padding: 50px 0px;
    height: auto;
  }
  .profile-slider .shirtnumber {
    font-size: 120px;
    font-family: "Archivo", sans-serif;
    line-height: 130px;
    font-weight: 700;
    margin: 60px 0 30px;
  }
}
.races {
  display: grid;
  grid-template-columns: 1fr 270px;
  grid-template-rows: 425px 1fr;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}
.races .main-banner {
  grid-column: 1/-1;
  grid-row: 1/-1;
  z-index: 1;
  border-bottom: solid 60px #ffffff;
}
.races .race-map {
  grid-column: 1/2;
  grid-row: 2/-1;
  z-index: 3;
  display: grid;
  grid-template-columns: 1fr;
  grid-template-rows: 1fr;
  justify-items: end;
  width: 100%;
}
.races .race-map .race-map-image {
  position: relative;
}
.races .red-bull {
  position: absolute;
  width: 41px;
  height: 41px;
  border-radius: 50%;
  background-color: #E00F1A;
  border: solid 2px #000000;
}
.races .red-bull:hover {
  background-color: #000000;
}
.races .red-bull.active {
  background-color: #000000;
}
.races .red-bull.bull1 {
  right: 13.5%;
  top: 19%;
}
.races .red-bull.bull2 {
  right: 16%;
  top: 41%;
}
.races .red-bull.bull3 {
  left: 7.5%;
  top: 40.5%;
}
.races .red-bull.bull4 {
  left: 47.5%;
  top: 66%;
}
.races .red-bull.bull5 {
  left: 52.5%;
  top: 86%;
}
.races .tool-popup {
  position: absolute;
  background-color: #ffffff;
  border-radius: 15px;
  padding: 24px 40px 34px;
  display: none;
}
.races .tool-popup .tool-title {
  font-size: 30px;
  line-height: 32px;
  font-family: "Archivo", sans-serif;
  font-weight: 700;
}
.races .tool-popup .tool-date {
  font-size: 22px;
  line-height: 24px;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  margin-bottom: 20px;
}
.races .tool-popup .tool-riders {
  font-size: 18px;
  line-height: 23px;
  font-family: "Varela", sans-serif;
  font-weight: 400;
  margin-bottom: 20px;
}
.races .tool-popup.tool-popup1 {
  right: 20%;
  top: 14%;
}
.races .tool-popup.tool-popup2 {
  right: 22%;
  top: 30%;
}
.races .tool-popup.tool-popup3 {
  left: 10%;
  top: 28%;
}
.races .tool-popup.tool-popup4 {
  left: 37%;
  top: 52%;
}
.races .tool-popup.tool-popup5 {
  left: 17%;
  bottom: 15%;
}

.race-list {
  padding: 70px 0px;
  background-size: cover;
  background-position: center center;
  background-repeat: no-repeat;
}

.race-row {
  align-items: stretch;
  align-content: stretch;
}

.racelist-card {
  background-color: #ffffff;
  border-radius: 15px;
  display: flex;
  flex-direction: column;
  padding: 30px;
  flex-grow: 1;
  margin-bottom: 20px;
}
.racelist-card h2 {
  text-align: center;
}
.racelist-card .race-item {
  margin-bottom: 20px;
  border-bottom: solid 1px #E0E0E0;
}
.racelist-card .race-item .race-title {
  font-size: 22px;
  line-height: 24px;
  font-family: "Archivo", sans-serif;
  font-weight: 500;
  padding: 0px;
  margin: 0px;
}
.racelist-card .race-item .race-date {
  font-size: 18px;
  line-height: 24px;
  font-family: "Varela", sans-serif;
  font-weight: 400;
}
.racelist-card .race-item .race-time {
  font-size: 18px;
  line-height: 24px;
  font-family: "Varela", sans-serif;
  font-weight: 400;
}
.racelist-card .race-item .race-location {
  font-size: 18px;
  line-height: 24px;
  font-family: "Varela", sans-serif;
  font-weight: 400;
}
.racelist-card .race-item .race-button {
  text-align: right;
  margin-bottom: 10px;
}
.racelist-card .race-item .race-button a {
  color: #E00F1A;
  font-size: 18px;
  line-height: 24px;
  font-family: "Varela", sans-serif;
  font-weight: 400;
}

@media only screen and (max-width: 768px) and (orientation: portrait) {
  .races {
    display: flex;
    flex-direction: column;
  }
  .races .race-map {
    display: none;
  }
  .races .red-bull {
    position: absolute;
    width: 21px;
    height: 21px;
    border-radius: 50%;
    background-color: #E00F1A;
    border: solid 2px #000000;
  }
}

/*# sourceMappingURL=all.css.map */
</pre></body></html>