@import url('https://fonts.googleapis.com/css?family=Open+Sans:400,400i,600,600i,700,700i');
header .languageBar {
  height: 2px;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  background: #ffffff;
  z-index: 11;
  background-size: 100%;
  background-position: center center;
}
header .headerBar {
  height: auto;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  right: 0;
  margin: 0 auto;
  z-index: 10;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar:before {
  content: "";
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #0f1b2a;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .topBar {
  position: relative;
  max-width: 100%;
  margin: 0 auto;
  height: 40px;
  width: 100%;
  padding: 0 20px;
  color: #8B9198;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .topBar.hidden {
  -webkit-transform: translateY(-50px);
  -moz-transform: translateY(-50px);
  -o-transform: translateY(-50px);
  -ms-transform: translateY(-50px);
  transform: translateY(-50px);
  opacity: 0;
  visibility: hidden;
}
header .headerBar .topBar:before {
  content: "";
  position: absolute;
  height: 100%;
  left: 50%;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  /*width: calc(2000px ~"-" @paddingBig * 2);*/
  width: 100%;
  max-width: 100%;
  background: #fafafa;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .topBar:after {
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: auto;
  width: 100%;
  bottom: 0;
  background: #1ca6fe;
  opacity: 0.35;
}
header .headerBar .topBar .contentWrapper {
  margin: 0 auto !important;
  display: block;
  line-height: 40px;
}
header .headerBar .topBar .contentWrapper .socials {
  display: inline-block;
  vertical-align: top;
  width: 200px;
}
header .headerBar .topBar .contentWrapper .socials a {
  color: #8B9198;
  opacity: 0.5;
  display: inline-block;
  vertical-align: middle;
  padding: 0 5px;
  margin: 0 5px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .topBar .contentWrapper .socials a:hover {
  color: #1ca6fe;
  opacity: 1;
}
header .headerBar .topBar .contentWrapper .socials a:first-child {
  margin-left: -5px;
}
header .headerBar .topBar .contentWrapper .topMenu {
  display: inline-block;
  vertical-align: top;
  width: calc(100% - 200px);
  text-align: right;
}
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink {
  display: inline-block;
  vertical-align: top;
  color: #8B9198;
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 15px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink:after {
  content: "";
  height: 1px;
  left: auto;
  position: absolute;
  top: auto;
  width: 0;
  bottom: 0;
  right: 0;
  background: #1ca6fe;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink:first-child {
  margin-left: 0;
}
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink:last-child {
  margin-right: 0;
}
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink:last-child .dropDown {
  right: 0;
  left: auto;
}
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink:hover.dropDownLink:after {
  width: 100%;
  left: 0;
  right: auto;
}
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink:hover .dropDown {
  opacity: 1;
  visibility: visible;
}
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink .innerLabel,
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink a {
  color: #8B9198;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink .innerLabel:hover,
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink a:hover {
  opacity: 1;
  color: #1ca6fe;
}
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink .innerLabel {
  cursor: default;
}
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink i {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
}
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink .dropDown {
  height: auto;
  left: -20px;
  position: absolute;
  top: 40px;
  width: auto;
  min-width: calc(100% + 40px);
  background: #10263b;
  text-align: left;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding: 20px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink .dropDown a {
  color: #8B9198;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .topBar .contentWrapper .topMenu .topMenuLink .dropDown a:hover {
  color: #1ca6fe;
}
header .headerBar .innerWrapper {
  clear: both;
  height: 60px;
  line-height: 60px;
  margin: 0 auto;
  max-width: calc(100% - 40px);
  position: relative;
  width: 1440px;
}
header .headerBar.aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, line-height 0.3s 0s, height 0.3s 0s, margin 0.3s 0s;
  -moz-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, line-height 0.3s 0s, height 0.3s 0s, margin 0.3s 0s;
  -ms-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, line-height 0.3s 0s, height 0.3s 0s, margin 0.3s 0s;
  -o-transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, line-height 0.3s 0s, height 0.3s 0s, margin 0.3s 0s;
  transition: opacity 0.6s 0.3s, transform 0.6s 0.3s, line-height 0.3s 0s, height 0.3s 0s, margin 0.3s 0s;
}
header .headerBar.sticky {
  margin: -40px auto 0 auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar.sticky:before {
  background: #ffffff;
  border-bottom: 1px solid #F2F2F2;
}
header .headerBar.sticky .topBar:before {
  opacity: 0;
}
header .headerBar.sticky:not(.activeTopBar) .topBar .dropDown {
  opacity: 0 !important;
  visibility: hidden !important;
}
header .headerBar.sticky.activeTopBar {
  margin: 0 auto;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar.sticky.activeTopBar .topBar {
  background: #1b2735;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar.sticky:before {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar.sticky .contentWrapper .logo a img {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar.sticky .contentWrapper .logo a img.dark {
  opacity: 1;
  visibility: visible;
}
header .headerBar.sticky .contentWrapper .mainMenu .mainMenuLink a,
header .headerBar.sticky .contentWrapper .mainMenu .mainMenuLink .innerLabel {
  color: #0f1b2a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar.sticky .contentWrapper .buttons .button {
  border: 2px solid #0f1b2a;
  color: #0f1b2a;
}
header .headerBar.sticky .contentWrapper .buttons .button:hover {
  background: #0f1b2a;
  color: #ffffff;
}
header .headerBar.menuOpen:before {
  opacity: 0;
}
header .headerBar.menuOpen .phoneAndMail a {
  color: #ffffff !important;
}
header .headerBar.menuOpen .contentWrapper .logo a img {
  opacity: 1;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar.menuOpen .contentWrapper .logo a img.dark {
  opacity: 0;
  visibility: hidden;
}
header .headerBar.menuOpen .contentWrapper .buttons .button {
  border: 2px solid #ffffff;
  color: #ffffff;
}
header .headerBar.menuOpen .contentWrapper .buttons .button:hover {
  background: #ffffff;
  color: #0f1b2a;
}
header .headerBar .contentWrapper .logo {
  display: inline-block;
  height: 100%;
  position: relative;
  text-align: left;
  width: 320px;
  vertical-align: top;
}
header .headerBar .contentWrapper .logo .logoLink {
  position: relative;
  display: inline-block;
  vertical-align: middle;
  width: 210px;
  height: 60px;
}
header .headerBar .contentWrapper .logo .logoLink img {
  height: 40px;
  left: 0;
  position: absolute;
  top: 50%;
  width: 100%;
  display: inline-block;
  vertical-align: middle;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 1;
  object-fit: contain;
  visibility: visible;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .contentWrapper .logo .logoLink img.dark {
  opacity: 0;
  visibility: hidden;
}
header .headerBar .contentWrapper .logo .liveNow {
  margin-left: 10px;
  display: inline-block;
  vertical-align: middle;
  width: 85px;
  height: 20px;
  line-height: 20px;
  background: #f90000;
  padding-left: 20px;
  color: #ffffff;
  font-size: 10px;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  letter-spacing: 1px;
  border-radius: 5px;
  position: relative;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .contentWrapper .logo .liveNow:hover {
  background: #cc0000;
}
header .headerBar .contentWrapper .logo .liveNow:before {
  content: "";
  height: 5px;
  left: 8px;
  position: absolute;
  top: 50%;
  width: 5px;
  background: #ffffff;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border-radius: 50%;
}
header .headerBar .contentWrapper .logo .liveNow span.mobile {
  display: none;
  opacity: 0;
}
header .headerBar .contentWrapper .mainMenu {
  display: inline-block;
  text-align: right;
  vertical-align: top;
  width: calc(100% - 320px);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  -webkit-transform: translateY(0px);
  -moz-transform: translateY(0px);
  -o-transform: translateY(0px);
  -ms-transform: translateY(0px);
  transform: translateY(0px);
  opacity: 1;
  visibility: visible;
}
header .headerBar .contentWrapper .mainMenu.tabletMenu {
  display: none;
}
header .headerBar .contentWrapper .mainMenu.hover {
  opacity: 0.4;
}
header .headerBar .contentWrapper .mainMenu.hidden {
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
  opacity: 0;
  visibility: hidden;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink {
  display: inline-block;
  vertical-align: top;
  color: #ffffff;
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  text-transform: uppercase;
  margin: 0 15px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink:after {
  content: "";
  height: 1px;
  left: auto;
  position: absolute;
  top: auto;
  width: 0;
  bottom: 0;
  right: 0;
  background: #1ca6fe;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink:first-child {
  margin-left: 0;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink:hover.dropDownLink:after,
header .headerBar .contentWrapper .mainMenu .mainMenuLink.active.dropDownLink:after {
  width: 100%;
  left: 0;
  right: auto;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink:hover .dropDown,
header .headerBar .contentWrapper .mainMenu .mainMenuLink.active .dropDown {
  opacity: 1;
  visibility: visible;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink:last-child {
  margin-right: 0;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink:last-child .dropDown {
  right: 0;
  left: auto;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink.raceCalendarLink {
  display: none;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink .innerLabel,
header .headerBar .contentWrapper .mainMenu .mainMenuLink a {
  color: #ffffff;
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink .innerLabel:hover,
header .headerBar .contentWrapper .mainMenu .mainMenuLink a:hover {
  opacity: 1;
  color: #1ca6fe;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink .innerLabel {
  cursor: default;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink i {
  display: inline-block;
  font-size: 11px;
  vertical-align: middle;
  margin-top: -3px;
  margin-left: 5px;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink .dropDown {
  height: auto;
  left: -20px;
  position: absolute;
  top: 60px;
  width: auto;
  min-width: calc(100% + 40px);
  background: #10263b;
  text-align: left;
  white-space: nowrap;
  opacity: 0;
  visibility: hidden;
  z-index: 1;
  padding: 20px;
  line-height: 30px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink .dropDown a {
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .contentWrapper .mainMenu .mainMenuLink .dropDown a:hover {
  color: #1ca6fe;
}
header .headerBar .contentWrapper .raceCalendar {
  height: auto;
  left: calc(50% - 20px);
  position: absolute;
  top: 100%;
  width: calc(100vw + 40px);
  padding: 0 20px;
  color: #ffffff;
  margin-top: -1px;
  opacity: 0;
  pointer-events: none;
  padding-bottom: 70px;
  visibility: hidden;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .contentWrapper .raceCalendar.active {
  opacity: 1;
  pointer-events: all;
  visibility: visible;
}
header .headerBar .contentWrapper .raceCalendar:before {
  content: "";
  background: #10263b;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  opacity: 1;
}
header .headerBar .contentWrapper .raceCalendar .championshipsWrapper {
  display: block;
  margin-top: 20px;
  margin-left: -8px;
  width: calc(100% + 16px);
}
header .headerBar .contentWrapper .raceCalendar .championshipsWrapper .championshipWrapper {
  display: inline-block;
  margin: 0 8px;
  line-height: 30px;
  vertical-align: top;
  width: calc(50% - 16px);
}
header .headerBar .contentWrapper .raceCalendar .championshipsWrapper .championshipWrapper .header {
  background: rgba(15, 27, 42, 0.2);
  padding: 20px;
  text-align: center;
}
header .headerBar .contentWrapper .raceCalendar .championshipsWrapper .championshipWrapper .header img {
  height: 30px;
  width: auto;
  display: inline-block;
}
header .headerBar .contentWrapper .raceCalendar .championshipsWrapper .championshipWrapper .races {
  display: block;
  width: 100%;
}
header .headerBar .contentWrapper .raceCalendar .championshipsWrapper .championshipWrapper .races .race {
  display: block;
  width: 100%;
}
header .headerBar .contentWrapper .raceCalendar .contentWrapper {
  max-height: calc(100vh - 100px);
  overflow: auto;
  overflow-x: hidden;
}
header .headerBar .contentWrapper .raceCalendar .intro {
  padding: 20px 0;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  text-align: center;
}
header .headerBar .contentWrapper .raceCalendar .intro .button {
  background: transparent;
  border: 2px solid #1ca6fe;
  color: #ffffff;
  border-radius: 25px;
  line-height: 20px;
  height: auto;
  margin: 10px;
  margin-left: 0;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
header .headerBar .contentWrapper .raceCalendar .intro .button:hover {
  color: #ffffff;
  background: #1ca6fe;
}
header .headerBar .extras {
  width: 240px;
  text-align: left;
  padding-left: 30px;
  box-sizing: border-box;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  position: relative;
}
header .headerBar .responsiveMenu,
header .headerBar .phoneAndMail {
  display: none;
}
header .menu {
  display: none;
}
@media all and (max-width: 1200px) {
  header .headerBar .contentWrapper .raceCalendar {
    width: calc(100% + 40px);
    left: 50%;
  }
  header .headerBar .contentWrapper .raceCalendar .innerCalendar {
    margin-left: 0;
  }
  header .headerBar .contentWrapper .raceCalendar .innerCalendar .races .race {
    width: 33.3333%;
  }
}
@media all and (max-width: 1024px) {
  header .headerBar.menuOpen:before {
    opacity: 1;
    background: #10263b;
  }
  header .headerBar.sticky {
    margin: 0 auto;
  }
  header .headerBar.sticky.menuOpen .contentWrapper .mainMenu .mainMenuLink.openMenu #hamburger .bar {
    background: #ffffff;
  }
  header .headerBar.sticky .contentWrapper .mainMenu .mainMenuLink.openMenu #hamburger .bar {
    background: #10263b;
  }
  header .headerBar .topBar {
    display: none;
  }
  header .headerBar .contentWrapper .mainMenu {
    display: none;
  }
  header .headerBar .contentWrapper .mainMenu.tabletMenu {
    display: inline-block;
  }
  header .headerBar .contentWrapper .mainMenu.tabletMenu .mainMenuLink:not(.openMenu).hidden {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -moz-transform: translateY(-20px);
    -o-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
    pointer-events: none;
  }
  header .headerBar .contentWrapper .mainMenu .mainMenuLink {
    opacity: 1;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    pointer-events: all;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .headerBar .contentWrapper .mainMenu .mainMenuLink.openMenu:hover {
    color: #1ca6fe;
    cursor: pointer;
  }
  header .headerBar .contentWrapper .mainMenu .mainMenuLink.openMenu:hover .innerLabel {
    color: #1ca6fe;
  }
  header .headerBar .contentWrapper .mainMenu .mainMenuLink.openMenu:hover #hamburger {
    border-color: #1ca6fe;
  }
  header .headerBar .contentWrapper .mainMenu .mainMenuLink.openMenu.open #hamburger .bar:first-child {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(-45deg);
    -moz-transform: translate(-50%, -50%) rotate(-45deg);
    -o-transform: translate(-50%, -50%) rotate(-45deg);
    -ms-transform: translate(-50%, -50%) rotate(-45deg);
    transform: translate(-50%, -50%) rotate(-45deg);
  }
  header .headerBar .contentWrapper .mainMenu .mainMenuLink.openMenu.open #hamburger .bar:nth-child(2) {
    opacity: 0;
  }
  header .headerBar .contentWrapper .mainMenu .mainMenuLink.openMenu.open #hamburger .bar:last-child {
    margin-top: 0;
    -webkit-transform: translate(-50%, -50%) rotate(45deg);
    -moz-transform: translate(-50%, -50%) rotate(45deg);
    -o-transform: translate(-50%, -50%) rotate(45deg);
    -ms-transform: translate(-50%, -50%) rotate(45deg);
    transform: translate(-50%, -50%) rotate(45deg);
  }
  header .headerBar .contentWrapper .mainMenu .mainMenuLink.openMenu #hamburger {
    display: inline-block;
    vertical-align: middle;
    width: 40px;
    height: 40px;
    border: 1px solid #8B9198;
    border-radius: 50%;
    line-height: 38px;
    margin-left: 10px;
    text-align: center;
    position: relative;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .headerBar .contentWrapper .mainMenu .mainMenuLink.openMenu #hamburger .bar {
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 50%;
    width: 16px;
    background: #ffffff;
    -webkit-transform: translate(-50%, -50%) rotate(0deg);
    -moz-transform: translate(-50%, -50%) rotate(0deg);
    -o-transform: translate(-50%, -50%) rotate(0deg);
    -ms-transform: translate(-50%, -50%) rotate(0deg);
    transform: translate(-50%, -50%) rotate(0deg);
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .headerBar .contentWrapper .mainMenu .mainMenuLink.openMenu #hamburger .bar:first-child {
    margin-top: -5px;
  }
  header .headerBar .contentWrapper .mainMenu .mainMenuLink.openMenu #hamburger .bar:last-child {
    margin-top: 5px;
  }
  header .menu {
    height: 100%;
    left: 0;
    position: fixed;
    top: 0;
    width: 100%;
    display: block;
    z-index: 4;
    background: #0f1b2a;
    color: #ffffff;
    padding: 0 40px;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .menu.active {
    opacity: 1;
    visibility: visible;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .menu .contentWrapper {
    position: relative;
    height: 100%;
    width: calc(100% + 20px);
    padding-right: 20px;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  header .menu .contentWrapper .menuContent {
    padding-top: 100px;
    position: relative;
    padding-bottom: 100px;
    min-height: 100%;
  }
  header .menu .contentWrapper .menuContent .innerCols {
    padding-bottom: 50px;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol {
    display: inline-block;
    vertical-align: top;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol:not(.date):first-child,
  header .menu .contentWrapper .menuContent .innerCols .innerCol:not(.info):first-child {
    width: 40%;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol:not(.date):last-child,
  header .menu .contentWrapper .menuContent .innerCols .innerCol:not(.info):last-child {
    width: 60%;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .label {
    color: #afafaf;
    display: block;
    margin-bottom: 10px;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink {
    display: block;
    padding-bottom: 10px;
    color: #ffffff;
    font-style: italic;
    font-weight: 700;
    font-size: 12px;
    text-transform: uppercase;
    position: relative;
    z-index: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink.openRaceCalendar {
    display: none !important;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink.raceCalendarLink {
    display: none;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink.open .dropDown {
    display: block;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink.active > .innerLabel,
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink.active > a {
    color: #1ca6fe;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink .innerLabel,
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink a {
    color: #ffffff;
    opacity: 1;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink .innerLabel:hover,
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink a:hover {
    opacity: 1;
    color: #1ca6fe;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink .innerLabel {
    cursor: default;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink i {
    display: inline-block;
    font-size: 11px;
    vertical-align: middle;
    margin-top: -3px;
    margin-left: 5px;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink .dropDown {
    height: 0;
    overflow: hidden;
    padding-left: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink .dropDown .submenuLink {
    padding-top: 10px;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink .dropDown .submenuLink:first-child {
    padding-top: 7px;
  }
  header .menu .contentWrapper .menuContent .championshipsWrapper .championshipWrapper {
    margin-top: 20px;
  }
  header .menu .contentWrapper .menuContent .championshipsWrapper .championshipWrapper .header {
    display: block;
    background: #435872;
    padding: 10px;
    text-align: center;
  }
  header .menu .contentWrapper .menuContent .championshipsWrapper .championshipWrapper .header.orange {
    background: #E79B4A;
  }
  header .menu .contentWrapper .menuContent .championshipsWrapper .championshipWrapper .header img {
    display: block;
    margin: auto;
    height: 30px;
    width: auto;
  }
  header .menu .contentWrapper .menuContent .socials a {
    font-size: 14px;
    color: #afafaf;
    padding: 10px;
    margin-top: -10px;
    margin-left: -10px;
    margin-right: 20px;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .menu .contentWrapper .menuContent .socials a:hover {
    color: #1ca6fe;
  }
  header .menu .contentWrapper .menuContent .footerContent {
    height: auto;
    left: 0;
    position: absolute;
    top: auto;
    width: 100%;
    bottom: 50px;
    color: #afafaf;
  }
  header .menu .contentWrapper .menuContent .footerContent .left,
  header .menu .contentWrapper .menuContent .footerContent .right {
    display: inline-block;
    vertical-align: top;
    width: 50%;
  }
  header .menu .contentWrapper .menuContent .footerContent .right {
    text-align: right;
  }
  header .menu .contentWrapper .menuContent .footerContent .right a {
    color: #afafaf;
    -webkit-transition: all 0.3s ease-out;
    -moz-transition: all 0.3s ease-out;
    -o-transition: all 0.3s ease-out;
    transition: all 0.3s ease-out;
  }
  header .menu .contentWrapper .menuContent .footerContent .right a:hover {
    color: #1ca6fe;
  }
}
@media all and (max-width: 767px) {
  header .headerBar .innerWrapper {
    max-width: 100%;
    padding: 0 20px;
  }
  header .headerBar .innerWrapper .contentWrapper {
    padding-left: 0;
    padding-right: 0;
  }
  header .menu {
    padding: 0;
  }
}
@media all and (max-width: 700px) {
  header .headerBar .innerWrapper .contentWrapper .logo {
    width: 260px;
  }
  header .headerBar .innerWrapper .contentWrapper .logo .logoLink {
    width: 200px;
  }
  header .headerBar .innerWrapper .contentWrapper .logo .logoLink img {
    height: auto;
    width: 100%;
  }
  header .headerBar .innerWrapper .contentWrapper .logo .liveNow {
    width: 50px;
    height: 17px;
    padding-left: 17px;
    margin-left: 5px;
    line-height: 17px;
    font-size: 10px;
  }
  header .headerBar .innerWrapper .contentWrapper .logo .liveNow span {
    display: none;
    opacity: 0;
  }
  header .headerBar .innerWrapper .contentWrapper .logo .liveNow span.mobile {
    display: block;
    opacity: 1;
  }
  header .headerBar .innerWrapper .contentWrapper .mainMenu {
    width: calc(100% - 260px);
  }
  header .headerBar .innerWrapper .contentWrapper .mainMenu .mainMenuLink {
    display: none;
    margin: 0 !important;
  }
  header .headerBar .innerWrapper .contentWrapper .mainMenu .mainMenuLink.openMenu {
    display: block;
  }
  header .headerBar .innerWrapper .contentWrapper .mainMenu .mainMenuLink.openMenu .innerLabel {
    display: none;
  }
  header .headerBar .innerWrapper .contentWrapper .mainMenu .mainMenuLink.openMenu #hamburger {
    margin-left: 0 !important;
  }
  header .menu .contentWrapper .menuContent {
    padding-bottom: 50px;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol {
    width: 100% !important;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol:last-child {
    margin-top: 50px;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .mainMenu .mainMenuLink.raceCalendarLink {
    display: block;
  }
  header .menu .contentWrapper .menuContent .innerCols .innerCol .intro {
    display: none;
  }
  header .menu .contentWrapper .menuContent .footerContent {
    position: static;
    margin-top: 50px;
  }
  header .menu .contentWrapper .menuContent .footerContent .left,
  header .menu .contentWrapper .menuContent .footerContent .right {
    width: 100%;
    text-align: left !important;
    margin-bottom: 10px;
  }
  header .menu .contentWrapper .menuContent .footerContent .left:last-child,
  header .menu .contentWrapper .menuContent .footerContent .right:last-child {
    margin-bottom: 0;
  }
  header .menu .contentWrapper .menuContent .footerContent .left .smallTitle,
  header .menu .contentWrapper .menuContent .footerContent .right .smallTitle {
    color: #ffffff;
  }
}
@media all and (max-width: 400px) {
  header .headerBar .innerWrapper .contentWrapper .logo {
    width: 220px;
  }
  header .headerBar .innerWrapper .contentWrapper .logo .logoLink {
    width: 160px;
  }
  header .headerBar .innerWrapper .contentWrapper .mainMenu {
    width: calc(100% - 220px);
  }
}
footer {
  /*max-width:@bigContentWidth;*/
  margin: 0 auto;
  width: 100%;
  opacity: 0;
  -webkit-transform: translateY(20px);
  -moz-transform: translateY(20px);
  -o-transform: translateY(20px);
  -ms-transform: translateY(20px);
  transform: translateY(20px);
}
footer:before {
  content: '';
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  background: #0f1b2a;
}
footer.aos-animate {
  opacity: 1;
  -webkit-transform: translateY(0);
  -moz-transform: translateY(0);
  -o-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .row {
  padding: 50px 0;
  text-align: center;
  border-top: 2px solid rgba(28, 166, 254, 0.1);
}
footer .row img {
  max-height: 80px;
}
footer .row .content {
  margin-top: 10px;
  color: #ffffff;
}
footer .row .content a {
  color: #ffffff;
  font-size: 12px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .row .content a:hover {
  color: #1ca6fe;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .row .content a i {
  display: inline-block;
  vertical-align: middle;
  margin-right: 5px;
  margin-top: -2px;
}
footer .row .content a .text {
  text-transform: uppercase;
  font-weight: 700;
}
footer .row .content p {
  color: #afafaf;
}
footer .row .content .socials {
  margin-top: 10px;
}
footer .row .content .socials a {
  font-size: 16px;
  margin-right: 10px;
}
footer .row .content .socials a:last-child {
  margin-right: 0;
}
footer .extraText {
  padding: 10px 0;
  border-top: 2px solid rgba(28, 166, 254, 0.1);
}
footer .extraText .footerMenu {
  display: inline-block;
}
footer .extraText .footerMenu .footerLink {
  opacity: 0.4;
  color: #1ca6fe;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .extraText .footerMenu .footerLink:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .extraText .right {
  display: inline-block;
  float: right;
  vertical-align: top;
}
footer .extraText .right .label {
  opacity: 0.2;
}
footer .extraText .right a {
  opacity: 0.4;
  color: #1ca6fe;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
footer .extraText .right a:hover {
  opacity: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
@media all and (max-width: 767px) {
  footer .row {
    padding: 20px 0;
  }
  footer .row .content .socials a {
    margin-right: 20px;
  }
  footer .row img {
    max-height: 60px;
  }
  footer .extraText {
    padding: 20px 0;
    text-align: left;
  }
  footer .extraText .footerMenu {
    display: block;
    text-align: center;
  }
  footer .extraText .right {
    float: none;
    text-align: center;
    display: block;
  }
}
@font-face {
  font-family: 'icomoon';
  src: url('../icomoon7791.html');
  src: url('../icomoon7791.html#iefix') format('embedded-opentype'), url('../ttf/icomoon7791.ttf') format('truetype'), url('../icomoon7791-2.html') format('woff'), url('../svg/icomoon7791.svg#icomoon') format('svg');
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
[class^="icon-"],
[class*=" icon-"] {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: 'icomoon' !important;
  speak: never;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.icon-youtube:before {
  content: "\e901";
}
.icon-whatsapp:before {
  content: "\e902";
}
.icon-upload-solid:before {
  content: "\e903";
}
.icon-twitter:before {
  content: "\e904";
}
.icon-times-solid:before {
  content: "\e905";
}
.icon-th-large-solid:before {
  content: "\e906";
}
.icon-plus-solid:before {
  content: "\e907";
}
.icon-play-solid:before {
  content: "\e908";
}
.icon-phone-solid:before {
  content: "\e909";
}
.icon-minus-solid:before {
  content: "\e90a";
}
.icon-instagram:before {
  content: "\e90b";
}
.icon-globe-solid:before {
  content: "\e90c";
}
.icon-globe-americas-solid:before {
  content: "\e90d";
}
.icon-file-pdf-solid:before {
  content: "\e90e";
}
.icon-facebook-f:before {
  content: "\e90f";
}
.icon-external-link-alt-solid:before {
  content: "\e910";
}
.icon-envelope-solid:before {
  content: "\e911";
}
.icon-download-solid:before {
  content: "\e912";
}
.icon-clock-solid:before {
  content: "\e913";
}
.icon-chevron-right-solid:before {
  content: "\e914";
}
.icon-chevron-right-solid-1:before {
  content: "\e915";
}
.icon-chevron-left-solid:before {
  content: "\e916";
}
.icon-chevron-down-solid:before {
  content: "\e917";
}
.icon-check-solid:before {
  content: "\e918";
}
.icon-caret-down-solid:before {
  content: "\e919";
}
.icon-calendar-alt-solid:before {
  content: "\e91a";
}
.icon-bars-solid:before {
  content: "\e91b";
}
.icon-arrow-right-solid:before {
  content: "\e91c";
}
.icon-angle-up-solid:before {
  content: "\e91d";
}
.icon-angle-right-solid:before {
  content: "\e91e";
}
.icon-angle-left-solid:before {
  content: "\e91f";
}
.icon-angle-down-solid:before {
  content: "\e920";
}
.icon-x-twitter:before {
  content: "\e921";
}
.icon-flag:before {
  content: "\e900";
}
/*@import "parts/cookiebot.less";*/
body [data-aos] {
  pointer-events: inherit;
}
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}
*:focus {
  outline: none;
}
input[type=date]::-webkit-clear-button,
input[type=date]::-webkit-calendar-picker-indicator,
input[type=date]::-webkit-inner-spin-button,
input[type=date]::-webkit-outer-spin-button {
  display: none;
  -webkit-appearance: none;
}
.lazy.lazyBackground {
  background-image: none !important;
}
input,
textarea {
  border-radius: 0 !important;
  -webkit-appearance: none !important;
}
input[type=number]::-webkit-inner-spin-button,
textarea[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
input[type=number]::-webkit-outer-spin-button,
textarea[type=number]::-webkit-outer-spin-button {
  -webkit-appearance: none;
  margin: 0;
}
html,
body {
  text-rendering: optimizeLegibility;
  text-rendering: geometricPrecision;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  font-family: 'Open sans', sans serif;
  font-size: 14px;
  line-height: 24px;
  background: #0f1b2a;
}
html.overflow,
body.overflow {
  overflow: hidden;
}
body {
  overflow-x: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
body.fadeOut {
  opacity: 0;
  -webkit-transition: opacity 0.3s 0s ease-out;
  -moz-transition: opacity 0.3s 0s ease-out;
  -o-transition: opacity 0.3s 0s ease-out;
  transition: opacity 0.3s 0s ease-out;
}
body.hardFade {
  opacity: 0;
  -webkit-transition: opacity 0s 0s ease-out;
  -moz-transition: opacity 0s 0s ease-out;
  -o-transition: opacity 0s 0s ease-out;
  transition: opacity 0s 0s ease-out;
}
body .contentContainer {
  /*background:@darkBlue;*/
  color: #ffffff;
  max-width: calc(100% - 40px);
  margin: 0 auto;
  width: 100%;
  min-height: 100vh;
  /*overflow:hidden;*/
  /*        padding-bottom:@paddingBig;*/
}
body .contentContainer section {
  overflow: hidden;
  /*            &:nth-child(1).smallHeaderBlock, &:nth-child(1).headerRaceBlock{
                margin-bottom:@paddingBig;
            }
            &:nth-child(2){ 
                margin-top:@paddingBig;
            }*/
}
input {
  font-family: 'Open sans', sans serif;
  font-size: 14px;
}
a {
  text-decoration: none;
}
.contentWrapper {
  width: 1160px;
  max-width: 100%;
  margin: 0 auto;
  position: relative;
}
.contentWrapper.smaller {
  width: 768px;
}
.sections section {
  margin-bottom: 0;
  padding-bottom: 40px;
}
section {
  margin: 40px 0;
}
.blockContainer {
  position: relative;
}
.blockContainer:first-child section:first-child:not(.bigRaceHeaderBlock):not(.headerRaceBlock) {
  margin-top: 100px !important;
}
.blockContainer:first-child section:first-child.headerRaceBlock {
  margin-top: 60px !important;
}
.blockContainer.hex section:nth-child(2),
.blockContainer.hex_light section:nth-child(2) {
  margin-top: 0;
}
.blockContainer.hex section:last-child,
.blockContainer.hex_light section:last-child {
  margin-bottom: 0;
}
.blockContainer.dark,
.blockContainer.hex,
.blockContainer.primary {
  padding-bottom: 40px;
  padding-top: 40px;
}
.blockContainer.dark:first-child,
.blockContainer.hex:first-child,
.blockContainer.primary:first-child {
  padding-top: 0;
}
.blockContainer.dark:last-child,
.blockContainer.hex:last-child,
.blockContainer.primary:last-child {
  padding-bottom: 0;
}
.blockContainer.dark:last-child section:last-child,
.blockContainer.hex:last-child section:last-child,
.blockContainer.primary:last-child section:last-child {
  margin-bottom: 0;
  padding-bottom: 50px;
}
.blockContainer.dark.error:before,
.blockContainer.hex.error:before,
.blockContainer.primary.error:before {
  z-index: -1;
}
.blockContainer.dark section:first-child,
.blockContainer.hex section:first-child,
.blockContainer.primary section:first-child {
  margin-top: 0;
}
.blockContainer.dark section:last-child,
.blockContainer.hex section:last-child,
.blockContainer.primary section:last-child {
  margin-bottom: 0;
}
.blockContainer.half_dark {
  padding-bottom: 40px;
}
.blockContainer.half_dark:before {
  content: '';
  height: 50%;
  left: -20px;
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  background: #ffffff;
}
.blockContainer.half_dark:after {
  content: '';
  height: 50%;
  left: -20px;
  position: absolute;
  top: auto;
  width: calc(100% + 40px);
  background: #0f1b2a;
  bottom: 0;
  z-index: -1;
}
.blockContainer.hex .backgroundHex,
.blockContainer.hex_light .backgroundHex {
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
}
.blockContainer.hex section:nth-child(2),
.blockContainer.hex_light section:nth-child(2) {
  margin-top: 0 !important;
}
.blockContainer.white section,
.blockContainer.grey section,
.blockContainer.light_grey section,
.blockContainer.hex_light section {
  /*            .tinyTitle {
                color: @lightGrey;
            }*/
}
.blockContainer.white section .bigTitle,
.blockContainer.grey section .bigTitle,
.blockContainer.light_grey section .bigTitle,
.blockContainer.hex_light section .bigTitle,
.blockContainer.white section .mediumBigTitle,
.blockContainer.grey section .mediumBigTitle,
.blockContainer.light_grey section .mediumBigTitle,
.blockContainer.hex_light section .mediumBigTitle,
.blockContainer.white section .subtitle,
.blockContainer.grey section .subtitle,
.blockContainer.light_grey section .subtitle,
.blockContainer.hex_light section .subtitle,
.blockContainer.white section .mediumTitle,
.blockContainer.grey section .mediumTitle,
.blockContainer.light_grey section .mediumTitle,
.blockContainer.hex_light section .mediumTitle,
.blockContainer.white section .textTitle,
.blockContainer.grey section .textTitle,
.blockContainer.light_grey section .textTitle,
.blockContainer.hex_light section .textTitle,
.blockContainer.white section .textLink,
.blockContainer.grey section .textLink,
.blockContainer.light_grey section .textLink,
.blockContainer.hex_light section .textLink,
.blockContainer.white section .normalMediumTitle,
.blockContainer.grey section .normalMediumTitle,
.blockContainer.light_grey section .normalMediumTitle,
.blockContainer.hex_light section .normalMediumTitle,
.blockContainer.white section .normalSmallTitle,
.blockContainer.grey section .normalSmallTitle,
.blockContainer.light_grey section .normalSmallTitle,
.blockContainer.hex_light section .normalSmallTitle,
.blockContainer.white section .smallTitle,
.blockContainer.grey section .smallTitle,
.blockContainer.light_grey section .smallTitle,
.blockContainer.hex_light section .smallTitle,
.blockContainer.white section .tinyTitle,
.blockContainer.grey section .tinyTitle,
.blockContainer.light_grey section .tinyTitle,
.blockContainer.hex_light section .tinyTitle {
  color: #0f1b2a;
}
.blockContainer.white section .textLink i,
.blockContainer.grey section .textLink i,
.blockContainer.light_grey section .textLink i,
.blockContainer.hex_light section .textLink i {
  color: #1ca6fe;
}
.blockContainer.white section .textLink:hover,
.blockContainer.grey section .textLink:hover,
.blockContainer.light_grey section .textLink:hover,
.blockContainer.hex_light section .textLink:hover {
  color: #1ca6fe;
}
.blockContainer.white .button .label,
.blockContainer.grey .button .label,
.blockContainer.light_grey .button .label,
.blockContainer.hex_light .button .label {
  color: #0f1b2a;
}
.blockContainer.white .button:hover .label,
.blockContainer.grey .button:hover .label,
.blockContainer.light_grey .button:hover .label,
.blockContainer.hex_light .button:hover .label {
  color: #ffffff;
}
.blockContainer.white .button.normal,
.blockContainer.grey .button.normal,
.blockContainer.light_grey .button.normal,
.blockContainer.hex_light .button.normal {
  border: 2px solid #0f1b2a;
  color: #0f1b2a;
}
.blockContainer.white .button.normal:hover,
.blockContainer.grey .button.normal:hover,
.blockContainer.light_grey .button.normal:hover,
.blockContainer.hex_light .button.normal:hover {
  background: #0f1b2a;
  color: #ffffff;
}
.blockContainer.white .button.normal.primary,
.blockContainer.grey .button.normal.primary,
.blockContainer.light_grey .button.normal.primary,
.blockContainer.hex_light .button.normal.primary {
  color: #ffffff;
  border-color: #1ca6fe;
}
.blockContainer.white .button.normal.primary:hover,
.blockContainer.grey .button.normal.primary:hover,
.blockContainer.light_grey .button.normal.primary:hover,
.blockContainer.hex_light .button.normal.primary:hover {
  background: #1ca6fe;
  color: #ffffff;
}
.blockContainer.white .button.normal.primary.full,
.blockContainer.grey .button.normal.primary.full,
.blockContainer.light_grey .button.normal.primary.full,
.blockContainer.hex_light .button.normal.primary.full {
  background: #1ca6fe;
}
.blockContainer.white .button.normal.primary.full:hover,
.blockContainer.grey .button.normal.primary.full:hover,
.blockContainer.light_grey .button.normal.primary.full:hover,
.blockContainer.hex_light .button.normal.primary.full:hover {
  background: #ffffff;
  color: #404041;
  border-color: #ffffff;
}
.blockContainer.white,
.blockContainer.hex_light {
  padding-top: 40px;
  padding-bottom: 40px;
}
.blockContainer.white:not(.hex_light):before,
.blockContainer.hex_light:not(.hex_light):before {
  content: '';
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  background: #ffffff;
}
.blockContainer.white:first-child section,
.blockContainer.hex_light:first-child section {
  margin-top: 70px;
}
.blockContainer.white:first-child section:first-child,
.blockContainer.hex_light:first-child section:first-child {
  margin-top: 0;
}
.blockContainer.white section,
.blockContainer.hex_light section {
  margin-top: 70px;
}
.blockContainer.white section:first-child,
.blockContainer.hex_light section:first-child {
  margin-top: 0;
}
.blockContainer.grey,
.blockContainer.light_grey,
.blockContainer.hex_light {
  padding-top: 40px;
  padding-bottom: 40px;
  color: #0f1b2a;
}
.blockContainer.grey:not(.hex_light):before,
.blockContainer.light_grey:not(.hex_light):before,
.blockContainer.hex_light:not(.hex_light):before {
  content: '';
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  background: #f9f9f9;
}
.blockContainer.grey section:first-child,
.blockContainer.light_grey section:first-child,
.blockContainer.hex_light section:first-child {
  margin-top: 0;
}
.blockContainer.grey section:last-child,
.blockContainer.light_grey section:last-child,
.blockContainer.hex_light section:last-child {
  margin-bottom: 0;
}
.blockContainer.grey:before {
  background: #F2F2F2 !important;
}
.blockContainer.hex section:nth-child(2),
.blockContainer.hex_light section:nth-child(2) {
  margin-top: 0;
}
.blockContainer.hex section:last-child,
.blockContainer.hex_light section:last-child {
  margin-bottom: 0;
}
.blockContainer.dark:before {
  content: '';
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  background: #0f1b2a;
}
.blockContainer.primary:before {
  content: '';
  height: 100%;
  left: -20px;
  position: absolute;
  top: 0;
  width: calc(100% + 40px);
  background: #1ca6fe;
}
.blockContainer:first-child section:first-child:not(.bigHeaderBlock):not(.bigRaceHeaderBlock) {
  padding-top: 140px;
}
.blockContainer section:first-child {
  margin-top: 0;
}
.blockContainer section:last-child {
  margin-bottom: 0;
}
.hugeTitle {
  font-size: 120px;
  line-height: 105px;
  font-style: italic;
  font-weight: 800;
}
.bigTitle {
  font-size: 90px;
  line-height: 75px;
  font-style: italic;
  font-weight: 600;
}
.mediumBigTitle {
  font-size: 50px;
  line-height: 50px;
  font-style: italic;
  font-weight: 700;
  text-transform: uppercase;
}
.mediumTitle {
  font-size: 28px;
  line-height: 34px;
  font-style: italic;
  font-weight: 700;
}
.textTitle {
  font-size: 21px;
  line-height: 26px;
  font-weight: 700;
}
.textTitle.smaller {
  font-size: 14px;
  line-height: 16px;
}
.textLink {
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  cursor: pointer;
  display: inline-block;
  color: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.textLink i {
  font-size: 10px;
}
.textLink .label {
  display: inline-block;
  vertical-align: top;
  margin-top: 1px;
  margin-left: 5px;
  padding: 0 !important;
  -webkit-transition: margin-left 0.3s 0s ease-out;
  -moz-transition: margin-left 0.3s 0s ease-out;
  -o-transition: margin-left 0.3s 0s ease-out;
  transition: margin-left 0.3s 0s ease-out;
}
.textLink:hover {
  color: #1ca6fe;
  -webkit-transition: color 0.3s 0s ease-out;
  -moz-transition: color 0.3s 0s ease-out;
  -o-transition: color 0.3s 0s ease-out;
  transition: color 0.3s 0s ease-out;
}
.textLink:hover .label {
  margin-left: 10px;
  -webkit-transition: margin-left 0.3s 0s ease-out;
  -moz-transition: margin-left 0.3s 0s ease-out;
  -o-transition: margin-left 0.3s 0s ease-out;
  transition: margin-left 0.3s 0s ease-out;
}
.normalMediumTitle {
  font-size: 21px;
  line-height: 28px;
  font-style: italic;
  font-weight: 700;
}
.normalSmallTitle {
  font-size: 16px;
  line-height: 16px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.smallTitle {
  font-size: 12px;
  line-height: 16px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
}
.tinyTitle {
  font-size: 10px;
  line-height: 16px;
  text-transform: uppercase;
  font-weight: 700;
}
.button {
  display: inline-block;
  color: #ffffff;
  font-style: italic;
  font-weight: 700;
  font-size: 12px;
  padding: 10px 20px;
  text-transform: uppercase;
  letter-spacing: 0.4px;
  position: relative;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  /*    .transitionMore(color, @adDefault);
    &:hover {
        color:@primaryColor;
        .transitionMore(color, @adDefault);
    }*/
}
.button:hover .label {
  color: #0f1b2a;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button.normal {
  line-height: 16px;
  /*border:2px solid @hardWhite;*/
  border: 2px solid rgba(255, 255, 255, 0.4);
  border-radius: 25px;
  background: transparent;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button.normal:hover {
  color: #0f1b2a;
  background: #ffffff;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.button.normal.primary {
  border-color: #1ca6fe;
}
.button.normal.primary:hover {
  background: #1ca6fe;
  color: #ffffff;
}
.button.normal.primary.full {
  background: #1ca6fe;
}
.button.normal.primary.full:hover {
  background: #ffffff;
  color: #404041;
  border-color: #ffffff;
}
.button.arrow {
  width: 40px;
  padding: 10px;
  text-align: center;
}
.button.arrow.prev i {
  margin-left: -2px;
}
.button.arrow.next i {
  margin-left: 2px;
}
.button .label {
  position: relative;
  color: #ffffff;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.bars .bar {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 50px;
  z-index: 2;
  background: #0f1b2a;
}
.bars .bar.right {
  right: 0;
  left: auto;
}
.overlay {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 10;
  margin: 0 !important;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.overlay.active {
  opacity: 1;
  visibility: visible;
}
.overlay.video .overlayContent {
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  margin-top: 0;
  background: #000;
}
.overlay .background {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #0f1b2a;
  opacity: 0.9;
}
.overlay .overlayContent {
  position: relative;
  z-index: 1;
  background: #ffffff;
  max-width: 1240px;
  width: 100%;
  margin: 0 auto;
  margin-top: 75px;
}
.overlay .overlayContent .close {
  position: absolute;
  top: -40px;
  left: 50%;
  -webkit-transform: translateX(-50%) rotate(0deg);
  -moz-transform: translateX(-50%) rotate(0deg);
  -o-transform: translateX(-50%) rotate(0deg);
  -ms-transform: translateX(-50%) rotate(0deg);
  transform: translateX(-50%) rotate(0deg);
  width: 24px;
  height: 16px;
  cursor: pointer;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.overlay .overlayContent .close:hover {
  -webkit-transform: translateX(-50%) rotate(180deg);
  -moz-transform: translateX(-50%) rotate(180deg);
  -o-transform: translateX(-50%) rotate(180deg);
  -ms-transform: translateX(-50%) rotate(180deg);
  transform: translateX(-50%) rotate(180deg);
}
.overlay .overlayContent .close .bar {
  height: 2px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  background: #ffffff;
}
.overlay .overlayContent .close .bar:first-child {
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  top: 6px;
}
.overlay .overlayContent .close .bar:last-child {
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  top: 6px;
}
.overlay .overlayContent .iframeWrapper {
  position: relative;
  padding-bottom: 56.25%;
  /* 16:9 */
  height: 0;
}
.overlay .overlayContent .iframeWrapper iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  max-height: calc(100vh - 75px);
}
.select2-container--default.select2-container--open .selection .select2-selection--single .select2-selection__arrow:after {
  -webkit-transform: rotate(180deg);
  -moz-transform: rotate(180deg);
  -o-transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  transform: rotate(180deg);
}
.select2-container--default .selection .select2-selection--single {
  background: transparent;
  border-radius: 0;
  border: none;
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  border-right: 1px solid rgba(255, 255, 255, 0.2);
  height: 40px;
}
.select2-container--default .selection .select2-selection--single .select2-selection__rendered {
  color: #ffffff;
  line-height: 40px;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
  padding-left: 20px;
  padding-right: 40px;
}
.select2-container--default .selection .select2-selection--single .select2-selection__arrow {
  display: block;
  right: 20px;
  height: 40px;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  display: inline-block;
  font-style: normal;
  font-variant: normal;
  text-rendering: auto;
  line-height: 1;
  font-family: "icomoon";
  font-weight: 900;
  width: 8px;
  line-height: 40px;
}
.select2-container--default .selection .select2-selection--single .select2-selection__arrow:after {
  content: "\e917";
  display: block;
  margin-top: -2px;
  -webkit-transform: rotate(0deg);
  -moz-transform: rotate(0deg);
  -o-transform: rotate(0deg);
  -ms-transform: rotate(0deg);
  transform: rotate(0deg);
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.select2-container--default .selection .select2-selection--single .select2-selection__arrow b {
  display: none;
}
.select2-container--default .select2-dropdown {
  background: #535c66;
  color: #ffffff;
  border: none;
  border-radius: 0;
}
.select2-container--default .select2-dropdown .select2-results__option {
  padding: 10px 20px;
  color: #ffffff;
  line-height: 16px;
  font-size: 12px;
  font-style: italic;
  text-transform: uppercase;
  font-weight: 700;
  letter-spacing: 0.4px;
  -webkit-transition: all 0.3s ease-out;
  -moz-transition: all 0.3s ease-out;
  -o-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.select2-container--default .select2-dropdown .select2-results__option[aria-selected=true],
.select2-container--default .select2-dropdown .select2-results__option.select2-results__option--highlighted {
  background: rgba(255, 255, 255, 0.2);
}
.select2-container--default .select2-dropdown .select2-results__option[aria-disabled=true] {
  display: none;
}
@media all and (max-height: 830px) {
  .overlay.video .overlayContent {
    top: 0;
    -webkit-transform: translateY(0);
    -moz-transform: translateY(0);
    -o-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
    margin-top: 75px;
  }
}
@media all and (max-width: 1200px) {
  .blockContainer:first-child section:first-child:not(.bigHeaderBlock),
  .blockContainer:first-child section:first-child:not(.bigRaceHeaderBlock) {
    padding-top: 0;
  }
}
@media all and (max-width: 1535px) {
  body .bars .bar {
    width: 30px;
  }
}
@media all and (max-width: 1064px) {
  body .bars .bar {
    width: 20px;
  }
}
@media all and (max-width: 1024px) {
  .blockContainer:first-child section:first-child.headerRaceBlock {
    margin-top: 20px !important;
  }
}
@media all and (max-width: 767px) {
  body .contentContainer {
    max-width: 100%;
  }
  body .contentWrapper {
    padding: 0 20px;
  }
  body .contentWrapper.smaller {
    width: 100%;
  }
  body .blockContainer.dark:before,
  body .blockContainer.white:before,
  body .blockContainer.grey:before,
  body .blockContainer.light_grey:before {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
  }
  body .blockContainer:first-child section:first-child:not(.bigRaceHeaderBlock) {
    margin-top: 40px !important;
  }
  body .blockContainer:first-child section:first-child.headerRaceBlock {
    margin-top: 20px !important;
  }
  body .bars .bar {
    display: none;
  }
}
@media all and (max-width: 500px) {
  .mediumBigTitle {
    font-size: 28px;
    line-height: 28px;
  }
}
/*# sourceMappingURL=page.css.map */