@charset "UTF-8";
/*! normalize.css v3.0.2 | MIT License | git.io/normalize */
/**
 * 1. Set default font family to sans-serif.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-family: sans-serif;
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

/**
 * Remove default margin.
 */
body {
  margin: 0;
}

/* HTML5 display definitions
   @mixin ========================================================================= */
/**
 * Correct `block` display not defined for any HTML5 element in IE 8/9.
 * Correct `block` display not defined for `details` or `summary` in IE 10/11
 * and Firefox.
 * Correct `block` display not defined for `main` in IE 11.
 */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
menu,
nav,
section,
summary {
  display: block;
}

/**
 * 1. Correct `inline-block` display not defined in IE 8/9.
 * 2. Normalize vertical alignment of `progress` in Chrome, Firefox, and Opera.
 */
audio,
canvas,
progress,
video {
  display: inline-block;
  vertical-align: baseline;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address `[hidden]` styling not present in IE 8/9/10.
 * Hide the `template` element in IE 8/9/11, Safari, and Firefox < 22.
 */
[hidden],
template {
  display: none;
}

/* Links
   @mixin ========================================================================= */
/**
 * Remove the gray background color from active links in IE 10.
 */
a {
  background-color: transparent;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/* Text-level semantics
   @mixin ========================================================================= */
/**
 * Address styling not present in IE 8/9/10/11, Safari, and Chrome.
 */
abbr[title] {
  border-bottom: 1px dotted;
}

/**
 * Address style set to `bolder` in Firefox 4+, Safari, and Chrome.
 */
b,
strong {
  font-weight: bold;
}

/**
 * Address styling not present in Safari and Chrome.
 */
dfn {
  font-style: italic;
}

/**
 * Address variable `h1` font-size and margin within `section` and `article`
 * contexts in Firefox 4+, Safari, and Chrome.
 */
h1 {
  font-size: 2em;
}

/**
 * Address styling not present in IE 8/9.
 */
mark {
  background: #ff0;
  color: #000;
}

/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}

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

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

/* Embedded content
   @mixin ========================================================================= */
/**
 * Remove border when inside `a` element in IE 8/9/10.
 */
img {
  border: 0;
}

/**
 * Correct overflow not hidden in IE 9/10/11.
 */
svg:not(:root) {
  overflow: hidden;
}

/* Grouping content
   @mixin ========================================================================= */
/**
 * Address margin not present in IE 8/9 and Safari.
 */
figure {
  margin: 1em 40px;
}

/**
 * Address differences between Firefox and other browsers.
 */
hr {
  box-sizing: content-box;
  height: 0;
}

/**
 * Contain overflow in all browsers.
 */
pre {
  overflow: auto;
}

/**
 * Address odd `em`-unit font size rendering in all browsers.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, monospace;
  font-size: 1em;
}

/* Forms
   @mixin ========================================================================= */
/**
 * Known limitation: by default, Chrome and Safari on OS X allow very limited
 * styling of `select`, unless a `border` property is set.
 */
/**
 * 1. Correct color not being inherited.
 *    Known issue: affects color of disabled elements.
 * 2. Correct font properties not being inherited.
 * 3. Address margins set differently in Firefox 4+, Safari, and Chrome.
 */
button,
input,
optgroup,
select,
textarea {
  color: inherit;
  font: inherit;
  margin: 0;
}

/**
 * Address `overflow` set to `hidden` in IE 8/9/10/11.
 */
button {
  overflow: visible;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Firefox, IE 8/9/10/11, and Opera.
 * Correct `select` style inheritance in Firefox.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 */
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  cursor: pointer;
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * Remove inner padding and border in Firefox 4+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * Address Firefox 4+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
input {
  line-height: normal;
}

/**
 * It's recommended that you don't attempt to style these elements.
 * Firefox's implementation doesn't respect box-sizing, padding, or width.
 *
 * 1. Address box sizing set to `content-box` in IE 8/9/10.
 * 2. Remove excess padding in IE 8/9/10.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}

/**
 * Fix the cursor style for Chrome's increment/decrement buttons. For certain
 * `font-size` values of the `input`, it causes the cursor style of the
 * decrement button to change from `default` to `text`.
 */
input[type="number"]::-webkit-inner-spin-button,
input[type="number"]::-webkit-outer-spin-button {
  height: auto;
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari and Chrome on OS X.
 * Safari (but not Chrome) clips the cancel button when the search input has
 * padding (and `textfield` appearance).
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct `color` not being inherited in IE 8/9/10/11.
 * 2. Remove padding so people aren't caught out if they zero out fieldsets.
 */
legend {
  border: 0;
  padding: 0;
}

/**
 * Remove default vertical scrollbar in IE 8/9/10/11.
 */
textarea {
  overflow: auto;
}

/**
 * Don't inherit the `font-weight` (applied by a rule above).
 * NOTE: the default cannot safely be changed in Chrome and Safari on OS X.
 */
optgroup {
  font-weight: bold;
}

/* Tables
   @mixin ========================================================================= */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

td,
th {
  padding: 0;
}

* {
  box-sizing: border-box;
}

html {
  font-size: 62.5%;
  line-height: 1.3;
  -webkit-font-smoothing: antialiased;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

body {
  overflow-x: hidden;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}

a {
  color: #F0008C;
  cursor: pointer;
  text-decoration: none;
}

a:not([class]) {
  color: #F0008C;
}

a:not([class]):hover, a:not([class]):focus {
  color: #F0008C;
}

a:focus {
  outline: 0;
}

a:hover, a:focus {
  color: #990000;
  text-decoration: underline;
}

a:link {
  -webkit-tap-highlight-color: transparent;
}

h1, .h1,
h2, .h2,
h3, .h3,
h4, .h4,
h5, .h5,
h6, .h6,
p, li, ul, ol {
  margin: 0;
}

audio, canvas, img, video {
  vertical-align: middle;
}

figure {
  margin: 0;
}

a:focus {
  outline: 0;
}

a.focus {
  outline: 3px solid #a5ccee;
}

a.focus:active {
  outline: 3px solid #501b03;
}

.button {
  background-color: transparent;
  border: none;
  box-shadow: none;
  cursor: pointer;
  padding: 0;
}

.button:focus {
  outline: none;
}

ul:not([class]) {
  list-style-type: none;
  padding: 0;
}

.clearfix {
  zoom: 1;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

.ir {
  background-color: transparent;
  background-repeat: no-repeat;
  border: 0;
  direction: ltr;
  display: block;
  overflow: hidden;
  text-align: left;
  text-indent: -999em;
}

.ir br {
  display: none;
}

.hidden {
  display: none !important;
  visibility: hidden;
}

.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.visuallyhidden.focusable:active, .visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}

.invisible {
  visibility: hidden;
}

.shy {
  position: absolute;
  left: -9999px;
}

.left {
  float: left;
}

.right {
  float: right;
}

.arrow-link, .sidebar__nav--secondary a, .sidebar__nav--third a {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  transition: transform 0.2s cubic-bezier(1, 0, 0, 0.95);
}

.arrow-link::before, .sidebar__nav--secondary a::before, .sidebar__nav--third a::before {
  content: "";
  display: inline-block;
  background-image: url("../images/ico-arrow.svg");
  background-repeat: no-repeat;
  width: 34px;
  height: 24px;
  transform: rotate(180deg) translate3d(-20px, 0, 0);
  transition-duration: 0.2s;
  transition-timing-function: cubic-bezier(1, 0, 0, 0.95);
  transition-property: all;
  opacity: 0;
}

.arrow-link:hover, .sidebar__nav--secondary a:hover, .sidebar__nav--third a:hover {
  color: white;
  transform: translate3d(11px, 0, 0);
}

.arrow-link:hover::before, .sidebar__nav--secondary a:hover::before, .sidebar__nav--third a:hover::before {
  transform: rotate(180deg) translate3d(0, 0, 0);
  opacity: 1;
}

.text-center {
  text-align: center;
}

.shadow {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
  background-color: white;
}

.padded {
  padding: 40px 50px;
}

.embed-container {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;
}

.embed-container iframe,
.embed-container object,
.embed-container embed {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

@font-face {
  font-family: BlenderProMedium;
  src: url("fonts/BlenderPro-MediumWeb.eot");
}

@font-face {
  font-family: BlenderProMedium;
  src: url("fonts/BlenderPro-MediumWeb.woff");
}

@font-face {
  font-family: BlenderProBook;
  src: url("fonts/BlenderPro-BookWeb.eot");
}

@font-face {
  font-family: BlenderProBook;
  src: url("fonts/BlenderPro-BookWeb.woff");
}

@font-face {
  font-family: BlenderProBold;
  src: url("fonts/BlenderPro-BoldWeb.eot");
}

@font-face {
  font-family: BlenderProBold;
  src: url("fonts/BlenderPro-BoldWeb.woff") format("woff");
}

@font-face {
  font-family: BlenderProHeavy;
  src: url("fonts/BlenderPro-HeavyWeb.eot");
}

@font-face {
  font-family: BlenderProHeavy;
  src: url("fonts/BlenderPro-HeavyWeb.woff") format("woff");
}

@font-face {
  font-family: BlenderProHeavy;
  src: url("fonts/BlenderPro-HeavyWeb.woff") format("woff");
  color: red;
}

html {
  height: 100%;
}

body {
  background-color: #f8f8f8;
  font-family: BlenderProBook;
  font-size: 20px;
  height: 100%;
  opacity: 1;
  transition: opacity 0.15s;
  padding-top: 180px;
}

@media screen and (min-width: 640px) {
  body {
    transition: inherit;
  }
}

@media screen and (max-width: 639px) {
  body {
    padding-top: 140px;
  }
}

body.show-overlay, body.show-overlay-video {
  overflow: hidden;
}

.wrapper, .wrapper--1000, .nf-before-form-content, .wrapper--1240 {
  max-width: 1286px;
  margin: 0 auto;
  padding: 0 80px;
}

.wrapper--1000, .nf-before-form-content {
  max-width: 1000px;
}

.wrapper--1240 {
  max-width: 1340px;
}

.wrapper--1440 {
  max-width: 1480px;
  padding-left: 2rem;
  padding-right: 2rem;
}

@media screen and (max-width: 1023px) {
  .wrapper, .wrapper--1000, .nf-before-form-content, .wrapper--1240 {
    padding: 0 20px;
  }
}

.blue-wrapper {
  background-color: #6ACDF5;
  padding: 100px 0;
}

.faded-out--mobile {
  opacity: 0;
}

@media screen and (min-width: 640px) {
  .faded-out--mobile {
    opacity: inherit;
  }
}

.outside-viewport--mobile {
  opacity: 1;
  top: 100%;
}

@media screen and (min-width: 640px) {
  .outside-viewport--mobile {
    opacity: inherit;
    top: inherit;
  }
}

.overflow-hidden--mobile {
  overflow: hidden;
  position: fixed;
}

@media screen and (min-width: 640px) {
  .overflow-hidden--mobile {
    overflow: inherit;
    position: inherit;
  }
}

/* Helpers */
.push-b-5 {
  margin-bottom: 5px;
}

.push-t-5 {
  margin-top: 5px;
}

.push-r-5 {
  margin-right: 5px;
}

.push-b-10 {
  margin-bottom: 10px;
}

.push-t-10 {
  margin-top: 10px;
}

.push-r-10 {
  margin-right: 10px;
}

.push-b-15 {
  margin-bottom: 15px;
}

.push-t-15 {
  margin-top: 15px;
}

.push-r-15 {
  margin-right: 15px;
}

.push-b-20 {
  margin-bottom: 20px;
}

.push-t-20 {
  margin-top: 20px;
}

.push-r-20 {
  margin-right: 20px;
}

.push-b-25 {
  margin-bottom: 25px;
}

.push-t-25 {
  margin-top: 25px;
}

.push-r-25 {
  margin-right: 25px;
}

.push-b-30 {
  margin-bottom: 30px;
}

.push-t-30 {
  margin-top: 30px;
}

.push-r-30 {
  margin-right: 30px;
}

.push-b-35 {
  margin-bottom: 35px;
}

.push-t-35 {
  margin-top: 35px;
}

.push-r-35 {
  margin-right: 35px;
}

.push-b-40 {
  margin-bottom: 40px;
}

.push-t-40 {
  margin-top: 40px;
}

.push-r-40 {
  margin-right: 40px;
}

.push-b-45 {
  margin-bottom: 45px;
}

.push-t-45 {
  margin-top: 45px;
}

.push-r-45 {
  margin-right: 45px;
}

.push-b-50 {
  margin-bottom: 50px;
}

.push-t-50 {
  margin-top: 50px;
}

.push-r-50 {
  margin-right: 50px;
}

.push-b-55 {
  margin-bottom: 55px;
}

.push-t-55 {
  margin-top: 55px;
}

.push-r-55 {
  margin-right: 55px;
}

.push-b-60 {
  margin-bottom: 60px;
}

.push-t-60 {
  margin-top: 60px;
}

.push-r-60 {
  margin-right: 60px;
}

.push-b-65 {
  margin-bottom: 65px;
}

.push-t-65 {
  margin-top: 65px;
}

.push-r-65 {
  margin-right: 65px;
}

.push-b-70 {
  margin-bottom: 70px;
}

.push-t-70 {
  margin-top: 70px;
}

.push-r-70 {
  margin-right: 70px;
}

.push-b-75 {
  margin-bottom: 75px;
}

.push-t-75 {
  margin-top: 75px;
}

.push-r-75 {
  margin-right: 75px;
}

.push-b-80 {
  margin-bottom: 80px;
}

.push-t-80 {
  margin-top: 80px;
}

.push-r-80 {
  margin-right: 80px;
}

.push-b-85 {
  margin-bottom: 85px;
}

.push-t-85 {
  margin-top: 85px;
}

.push-r-85 {
  margin-right: 85px;
}

.push-b-90 {
  margin-bottom: 90px;
}

.push-t-90 {
  margin-top: 90px;
}

.push-r-90 {
  margin-right: 90px;
}

.push-b-95 {
  margin-bottom: 95px;
}

.push-t-95 {
  margin-top: 95px;
}

.push-r-95 {
  margin-right: 95px;
}

.push-b-100 {
  margin-bottom: 100px;
}

.push-t-100 {
  margin-top: 100px;
}

.push-r-100 {
  margin-right: 100px;
}

@media print {
  tr,
  img {
    page-break-inside: avoid;
  }
  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }
  h2, h3 {
    page-break-after: avoid;
  }
  thead {
    display: table-header-group;
  }
  body {
    background-color: #fff;
    padding: 0;
  }
  .wrapper--1240 {
    margin: 0;
    max-width: inherit;
    padding: 0;
  }
  .header {
    display: none;
  }
  .sidebar {
    display: none;
  }
  .footer {
    display: none;
  }
  .print {
    display: none !important;
  }
  span.important-text {
    font-family: BlenderProBook !important;
  }
}

/** Titles **/
h1 {
  margin: 0 0 20px;
  text-transform: uppercase;
}

.h2 {
  font: 76px/1 BlenderProHeavy;
  margin-bottom: 70px;
}

@media screen and (max-width: 639px) {
  .h2 {
    font-size: 46px;
  }
}

h3 {
  font-family: BlenderProHeavy;
  font-size: 38px;
}

.h3 {
  font: 50px/1 BlenderProHeavy;
  text-transform: uppercase;
  margin-bottom: 70px;
}

.h4 {
  font: 42px/1 BlenderProMedium;
  margin-bottom: 50px;
}

p {
  color: #5A5758;
  margin: 0 0 20px 0;
}

p:last-of-type {
  margin-bottom: 0;
}

p b,
p strong {
  color: #000;
}

ul:not([class]) {
  color: #5A5758;
}

.lined-title {
  color: #000;
  font: 34px/1 BlenderProBold;
  margin-bottom: 20px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 639px) {
  .lined-title {
    font-size: 24px;
  }
}

.lined-title::after {
  content: "";
  display: block;
  -ms-flex: 1;
      flex: 1;
  height: 2px;
  margin-left: 20px;
}

.flexible-content p + h3 {
  margin-top: 70px;
}

img.aligncenter {
  display: inherit;
  margin-left: auto;
  margin-right: auto;
}

.main-header {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  left: 0;
  position: sticky;
  top: 0;
  z-index: 20;
}

@media screen and (min-width: 1024px) {
  .main-header {
    background-color: #FFF;
  }
}

.main-header__container {
  background-color: #FFF;
  height: 9rem;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .main-header__container {
    background-color: transparent;
    height: 12.4rem;
    max-width: 148rem;
    padding: 0 2rem;
  }
}

.main-header__logo {
  -ms-flex: none;
      flex: none;
  height: 6.0rem;
  width: 4.6rem;
}

@media screen and (min-width: 1024px) {
  .main-header__logo {
    height: 8.0rem;
    width: 6.2rem;
  }
}

.main-header__navigation {
  -ms-flex-align: start;
      align-items: flex-start;
  background-color: #249A48;
  background-image: url("../images/svg/logo-jecoursqc-outline.svg");
  background-repeat: no-repeat;
  background-size: 150px 194px;
  background-position: right bottom;
  box-shadow: 0px 8px 35px rgba(3, 48, 73, 0.1);
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  left: 0;
  opacity: 0;
  padding: 6rem 2rem;
  position: absolute;
  top: 7rem;
  transition: all 250ms cubic-bezier(0.75, 0, 0.125, 1);
  visibility: hidden;
  width: 100%;
  z-index: -1;
  overflow-y: scroll;
  pointer-events: none;
}

@media screen and (min-width: 640px) {
  .main-header__navigation {
    background-size: 200px 258px;
  }
}

@media screen and (min-width: 1024px) {
  .main-header__navigation {
    background-color: transparent;
    background-image: none;
    -ms-flex-pack: end;
        justify-content: flex-end;
    box-shadow: none;
    opacity: 1;
    padding: 0;
    position: static;
    transform: none;
    visibility: visible;
    width: auto;
    -ms-flex: auto;
        flex: auto;
    z-index: 1;
    overflow: visible;
    pointer-events: auto;
  }
}

.main-header__navigation.expanded {
  height: calc(100vh - 7rem);
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
}

@media screen and (min-width: 1024px) {
  .main-header__navigation.expanded {
    max-height: 100vh;
    height: auto;
    padding: 0;
  }
}

.main-header__scroll {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column-reverse nowrap;
      flex-flow: column-reverse nowrap;
  gap: 5rem;
  -ms-flex-pack: end;
      justify-content: flex-end;
  scrollbar-color: rgba(0, 0, 0, 0.5) white;
  scrollbar-width: thin;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .main-header__scroll {
    gap: 2rem;
    -ms-flex-pack: start;
        justify-content: flex-start;
    -ms-flex-align: end;
        align-items: flex-end;
    -ms-flex-flow: column nowrap;
        flex-flow: column nowrap;
    height: auto;
    width: auto;
  }
}

.main-header__container {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  gap: 0 2.0rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}

.main-header__toggle {
  -ms-flex-align: stretch;
      align-items: stretch;
  appearance: none;
  background-color: transparent;
  border: none;
  cursor: pointer;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 0;
  z-index: 20;
}

@media screen and (min-width: 1024px) {
  .main-header__toggle {
    display: none;
    -ms-flex-order: 1;
        order: 1;
  }
}

.main-header__toggle__label,
.main-header__toggle__icon {
  -ms-flex-align: center;
      align-items: center;
  border: 2px solid #1E2029;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-pack: center;
      justify-content: center;
}

.main-header__toggle__label {
  font: normal 700 2rem/1.6rem BlenderProBold;
  padding: 1.4rem 2rem;
  border-right: none;
  text-transform: uppercase;
}

.main-header__toggle__icon {
  width: 5.2rem;
}

.main-header__toggle__icon:nth-child(3) svg {
  height: 1.6rem;
  width: 1.6rem;
}

.main-header__toggle__icon:nth-child(4) svg {
  height: 1.6rem;
  width: 1.2rem;
}

.main-header__toggle[aria-expanded="false"] .main-header__toggle__icon:nth-child(4) {
  display: none;
}

.main-header__toggle[aria-expanded="true"] .main-header__toggle__icon:nth-child(3) {
  display: none;
}

.main-header__toggle[aria-expanded="false"] .main-header__toggle__label:nth-child(2) {
  display: none;
}

.main-header__toggle[aria-expanded="true"] .main-header__toggle__label:nth-child(1) {
  display: none;
}

.main-menu {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: end;
      justify-content: flex-end;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .main-menu {
    width: auto;
  }
}

.main-menu__element {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  gap: 3.5rem 5rem;
  -ms-flex-pack: start;
      justify-content: flex-start;
  list-style: none;
  padding: 0;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .main-menu__element {
    gap: 2rem 3rem;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
  }
}

@media screen and (min-width: 90em) {
  .main-menu__element {
    gap: 2rem 5rem;
  }
}

.main-menu__element .main-menu__element {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  gap: 2rem;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding: 2rem 0 0 1rem;
}

@media screen and (min-width: 1024px) {
  .main-menu__element .main-menu__element {
    padding: 0;
  }
}

.main-menu__element .main-menu__toggle {
  background-color: transparent;
  border: none;
  cursor: pointer;
  padding: 0;
}

.main-menu__element .main-menu__toggle,
.main-menu__element .main-menu__link {
  color: #FFF;
  font: normal 1.8rem/100% BlenderProHeavy;
  gap: 0 1.5rem;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  text-decoration: none;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  width: 100%;
}

.main-menu__element .main-menu__toggle:hover,
.main-menu__element .main-menu__link:hover {
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .main-menu__element .main-menu__toggle,
  .main-menu__element .main-menu__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    color: #000;
  }
}

.main-menu > .main-menu__element > .menu-item-has-children:not(.main-menu__item--button) .main-menu__toggle {
  pointer-events: none;
  text-align: left;
}

@media screen and (min-width: 1024px) {
  .main-menu > .main-menu__element > .menu-item-has-children:not(.main-menu__item--button) .main-menu__toggle {
    pointer-events: auto;
  }
}

.main-menu > .main-menu__element > .menu-item-has-children:not(.main-menu__item--button) .main-menu__toggle svg {
  display: none;
}

@media screen and (min-width: 1024px) {
  .main-menu > .main-menu__element > .menu-item-has-children:not(.main-menu__item--button) .main-menu__toggle svg {
    display: block;
  }
}

@media screen and (min-width: 1024px) {
  .main-menu > .main-menu__element > li:not(.main-menu__item--button) > .main-menu__toggle,
  .main-menu > .main-menu__element > li:not(.main-menu__item--button) > .main-menu__link {
    padding-top: 8px;
    padding-bottom: 4px;
    border-bottom: 4px solid transparent;
  }
  .main-menu > .main-menu__element > li:not(.main-menu__item--button) > .main-menu__toggle:hover,
  .main-menu > .main-menu__element > li:not(.main-menu__item--button) > .main-menu__link:hover {
    border-color: #6ACDF5;
    text-decoration: none;
  }
}

.main-menu__element .main-menu__toggle svg,
.main-menu__element .main-menu__link svg {
  fill: currentColor;
}

.main-menu__element .main-menu__toggle[aria-expanded="true"] svg,
.main-menu__element .main-menu__link[aria-expanded="true"] svg {
  transform: rotate(180deg);
}

.main-menu__element .main-menu__item.main-menu__item--button {
  position: static;
}

.main-menu__element .main-menu__item.main-menu__item--button button {
  background-color: #C3D55F;
  padding: 1.5rem 3rem;
  border-bottom: 0;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  color: #000;
  transition: background-color 0.2s ease-in-out;
  width: auto;
}

.main-menu__element .main-menu__item.main-menu__item--button button:hover {
  background-color: #d2e087;
  text-decoration: none;
}

.main-menu__element .main-menu__item.main-menu__item--button .main-menu__submenu {
  background-color: #C3D55F;
  bottom: 10px;
}

@media screen and (max-width: 1023px) {
  .main-menu__element .main-menu__item.main-menu__item--button .main-menu__submenu {
    max-width: 35rem;
  }
}

@media screen and (max-width: 1023px) {
  .main-menu__element .main-menu__item.main-menu__item--button .main-menu__submenu .main-menu__element {
    padding: 2rem 3rem;
  }
}

.main-menu__element .main-menu__item.main-menu__item--button .main-menu__submenu .main-menu__link {
  color: #000;
}

.main-menu__element .main-menu__item.main-menu__item--button .main-menu__submenu .main-menu__link::before {
  background-color: #000;
}

.main-menu__element .main-menu__item.main-menu__item--button .main-menu__submenu .main-menu__link::after {
  filter: invert(100%);
}

.main-menu__element .main-menu__item.main-menu__item--button .main-menu__submenu .main-menu__link:hover {
  color: #000;
}

.main-menu__element .main-menu__element .main-menu__link {
  color: #FFF;
  font: normal 1.8rem/100% BlenderProBook;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  transition: transform 0.2s cubic-bezier(1, 0, 0, 0.95);
}

@media screen and (min-width: 1024px) {
  .main-menu__element .main-menu__element .main-menu__link {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-align: center;
        align-items: center;
  }
}

.main-menu__element .main-menu__element .main-menu__link::before {
  background-color: #FFF;
  bottom: 0;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  width: 100%;
  opacity: 0;
  transition: all 250ms cubic-bezier(0.75, 0, 0.125, 1);
}

@media screen and (min-width: 1024px) {
  .main-menu__element .main-menu__element .main-menu__link::after {
    content: "";
    display: inline-block;
    background-image: url("../images/ico-arrow.svg");
    background-repeat: no-repeat;
    width: 34px;
    height: 24px;
    transform: rotate(180deg) translate3d(-15px, 0, 0);
    transition-duration: 0.2s;
    transition-timing-function: cubic-bezier(1, 0, 0, 0.95);
    transition-property: all;
    opacity: 0;
  }
}

.main-menu__element .main-menu__element .main-menu__link:hover {
  color: white;
}

.main-menu__element .main-menu__element .main-menu__link:hover::before {
  opacity: 1;
}

.main-menu__element .main-menu__element .main-menu__link:hover::after {
  transform: rotate(180deg) translate3d(0, 0, 0);
  opacity: 1;
}

@media screen and (min-width: 1024px) {
  .main-menu__element .main-menu__element .main-menu__link {
    font-family: BlenderProBold;
  }
}

.main-menu__element .main-menu__item {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .main-menu__element .main-menu__item {
    width: auto;
    position: relative;
  }
}

.main-menu__submenu {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  height: 100%;
  -ms-flex-pack: start;
      justify-content: flex-start;
  list-style: none;
  max-height: 0;
  opacity: 0;
  overflow: hidden;
  transition: all 250ms cubic-bezier(0.75, 0, 0.125, 1);
  visibility: hidden;
  width: 100%;
  z-index: 50;
}

@media screen and (min-width: 1024px) {
  .main-menu__submenu {
    background-color: #1E873F;
    bottom: -12px;
    height: auto;
    min-width: 45rem;
    padding: 4rem 2.5rem;
    position: absolute;
    top: initial;
    transform: translateY(100%);
    width: auto;
  }
}

@media screen and (min-width: 90em) {
  .main-menu__submenu {
    right: 0;
  }
}

.main-menu__submenu.expanded {
  opacity: 1;
  transform: translateX(0px);
  visibility: visible;
  max-height: 100%;
}

@media screen and (min-width: 1024px) {
  .main-menu__submenu.expanded {
    max-height: 63.0rem;
    opacity: 1;
    transform: translateY(100%);
    visibility: visible;
  }
}

.main-menu__submenu .main-menu__item {
  width: auto;
}

@media screen and (min-width: 1024px) {
  .main-menu__item:last-child .main-menu__submenu {
    right: 2rem;
  }
}

@media screen and (max-width: 1023px) {
  .main-menu .menu-item-has-children:not(.main-menu__item--button) .main-menu__submenu {
    opacity: 1;
    transform: translateX(0px);
    visibility: visible;
    max-height: 100%;
  }
}

.secondary-menu {
  -ms-flex-align: center;
      align-items: center;
  border-top: 1px solid #C3D55F;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row nowrap;
      flex-flow: row nowrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  padding-top: 5rem;
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .secondary-menu {
    border: none;
    -ms-flex-pack: end;
        justify-content: flex-end;
    padding: 0;
  }
}

.secondary-menu__element {
  -ms-flex-align: start;
      align-items: flex-start;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column nowrap;
      flex-flow: column nowrap;
  gap: 2rem;
  -ms-flex-pack: start;
      justify-content: flex-start;
  list-style: none;
  padding: 0;
}

@media screen and (min-width: 1024px) {
  .secondary-menu__element {
    -ms-flex-align: center;
        align-items: center;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    gap: 3rem;
  }
}

.secondary-menu__link {
  color: #FFF;
  font: normal 400 16px/16px BlenderProBook;
  text-transform: uppercase;
}

.secondary-menu__item.wpml-ls-menu-item .secondary-menu__link {
  font-style: italic;
}

.secondary-menu__link:hover {
  color: #FFF;
  text-decoration: underline;
}

@media screen and (min-width: 1024px) {
  .secondary-menu__link {
    color: #666;
  }
  .secondary-menu__link:hover {
    color: #666;
  }
}

.g {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  max-width: inherit !important;
  width: 100%;
}

.g .g-col {
  margin: 0 0 20px !important;
}

@media screen and (min-width: 640px) {
  .g .g-col {
    margin: 0 10px 20px !important;
  }
}

.g .g-col:before {
  color: #C8C7C8;
  display: block;
  font-family: BlenderProHeavy;
  font-size: 14px;
  margin: 0 0 6px 0;
  text-transform: uppercase;
}

.g a {
  border: 1px solid #C8C7C8;
  display: inline-block;
  padding: 8px;
}

.g img {
  display: block;
  max-width: 100%;
}

.ads {
  background-color: #fff;
  border-top: 1px solid #C8C7C8;
  padding: 30px 0 20px;
}

.accordions .title-reset {
  margin: inherit !important;
  padding: inherit !important;
  font-size: inherit !important;
  font-weight: inherit !important;
}

.accordions__item {
  width: 100%;
}

.accordions__item.active .accordions__item__intro::after {
  transform: rotate(0deg);
}

.accordions__item.active .accordions__item__content {
  opacity: 1;
  visibility: visible;
  max-height: 3000px !important;
  padding: 0px 15px 30px 15px;
}

@media screen and (max-width: 639px) {
  .accordions__item.active .accordions__item__content {
    padding: 0px 15px 20px 15px;
  }
}

.accordions__item__intro {
  cursor: pointer;
  text-align: left;
  background-color: transparent;
  text-transform: uppercase;
  box-shadow: none;
  -webkit-appearance: none;
  padding: 20px 35px 20px 15px;
  margin: 0;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  position: relative;
  transition: all 400ms cubic-bezier(0.75, 0, 0.125, 1);
  border: none;
  font-size: 1.5rem;
  font-weight: 700;
}

@media screen and (min-width: 1024px) {
  .accordions__item__intro {
    font-size: 1.5em;
  }
}

.accordions__item__intro span {
  display: inline-block;
  border-bottom: 4px solid transparent;
  transition: all 400ms cubic-bezier(0.75, 0, 0.125, 1);
}

.accordions__item__intro::after, .accordions__item__intro::before {
  content: '';
  background-color: black;
  display: block;
  transition: 0.3s all ease;
  position: absolute;
  right: 15px;
  top: 50%;
  margin-top: -1px;
  border-radius: 2px;
  width: 15px;
  height: 2px;
}

@media screen and (min-width: 1024px) {
  .accordions__item__intro::after, .accordions__item__intro::before {
    width: 23px;
    height: 2px;
  }
}

@media screen and (max-width: 639px) {
  .accordions__item__intro::after, .accordions__item__intro::before {
    font-size: 2rem;
  }
}

.accordions__item__intro::after {
  transform: rotate(90deg);
}

.accordions__item__content {
  opacity: 0;
  will-change: max-height;
  overflow: hidden;
  visibility: hidden;
  background-color: transparent;
  max-height: 0;
  padding: 0px 15px 0px 15px;
  transition: max-height 0.3s cubic-bezier(0.75, 0, 0.125, 1), opacity 300ms cubic-bezier(0.75, 0, 0.125, 1), padding 0.3s cubic-bezier(0.75, 0, 0.125, 1);
}

.accordions__item__content .h1, .accordions__item__content .h2, .accordions__item__content .h3, .accordions__item__content .h4, .accordions__item__content .h6, .accordions__item__content h1, .accordions__item__content h2, .accordions__item__content h3, .accordions__item__content h4, .accordions__item__content h5, .accordions__item__content h6 {
  margin: 1.4em 0 0.6em 0;
}

.accordions__item__content > *:first-child {
  margin-top: 0 !important;
}

.accordions__item__content > *:last-child {
  margin-bottom: 0 !important;
}

.accordions__item__content h2,
.accordions__item__content .h2 {
  font-size: 2.3rem;
  line-height: 1.2;
  font-weight: 500;
}

@media screen and (min-width: 640px) {
  .accordions__item__content h2,
  .accordions__item__content .h2 {
    font-weight: 700;
    font-size: 2.3rem;
  }
}

@media screen and (min-width: 1024px) {
  .accordions__item__content h2,
  .accordions__item__content .h2 {
    font-size: 2.5rem;
  }
}

.accordions__item__content h3,
.accordions__item__content .h3 {
  font-size: 2rem;
  line-height: 1.25;
  font-weight: 500;
}

@media screen and (min-width: 640px) {
  .accordions__item__content h3,
  .accordions__item__content .h3 {
    font-weight: 700;
    font-size: 2rem;
  }
}

@media screen and (min-width: 1024px) {
  .accordions__item__content h3,
  .accordions__item__content .h3 {
    font-size: 2.3rem;
  }
}

.accordions__item__content h4,
.accordions__item__content .h4 {
  font-size: 1.8rem;
  line-height: 1.25;
  font-weight: 500;
}

@media screen and (min-width: 640px) {
  .accordions__item__content h4,
  .accordions__item__content .h4 {
    font-weight: 700;
    font-size: 1.8rem;
  }
}

@media screen and (min-width: 1024px) {
  .accordions__item__content h4,
  .accordions__item__content .h4 {
    font-size: 2.1rem;
  }
}

.accordions__item__content h5,
.accordions__item__content .h5 {
  font-size: 1.6rem;
  line-height: 1.28;
  font-weight: 500;
}

@media screen and (min-width: 640px) {
  .accordions__item__content h5,
  .accordions__item__content .h5 {
    font-weight: 700;
    font-size: 1.6rem;
  }
}

@media screen and (min-width: 1024px) {
  .accordions__item__content h5,
  .accordions__item__content .h5 {
    font-size: 1.9rem;
  }
}

.btn--bordered {
  background-color: transparent;
  border: 1px solid #fff;
  cursor: pointer;
  display: inline-block;
  outline: none;
  padding: 20px 20px;
  text-align: center;
  width: 100%;
}

.btn--bordered:hover {
  color: #fff;
  text-decoration: none;
}

.btn--bordered.btn--white {
  border-color: #fff;
}

.btn--bordered.btn--black {
  border-color: #000;
}

.btn--white {
  color: #fff;
}

.btn--black {
  color: #000;
}

.btn-shadow, .header__nav--race .button-in-menu, input[type="button"],
input[type="submit"] {
  background-color: #6ACDF5;
  color: white;
  cursor: pointer;
  border: none;
  box-shadow: 0 5px 12px rgba(0, 0, 0, 0.1);
  display: inline-block;
  text-transform: uppercase;
  padding: 25px 85px;
  transition: background-color 0.2s ease-in-out;
  font: 20px/1 BlenderProHeavy;
  margin: 0 7px 7px;
  white-space: nowrap;
}

@media screen and (max-width: 639px) {
  .btn-shadow, .header__nav--race .button-in-menu, input[type="button"],
  input[type="submit"] {
    padding: 25px 65px;
  }
}

.btn-shadow:hover, .header__nav--race .button-in-menu:hover, input[type="button"]:hover,
input[type="submit"]:hover, .btn-shadow:focus, .header__nav--race .button-in-menu:focus, input[type="button"]:focus,
input[type="submit"]:focus {
  color: white;
  background-color: #F0008C;
  text-decoration: none;
}

.header__nav--race .button-in-menu {
  padding: 13px 24px;
  margin: 0;
}

.header__nav--race .button-in-menu > a {
  border-color: transparent !important;
  color: white !important;
}

.header__nav--race .button-in-menu > a:hover, .header__nav--race .button-in-menu > a:focus {
  border-color: transparent !important;
}

.btn--has-icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  padding: 13px 24px;
}

.btn--has-icon svg {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-left: 15px;
}

.btn {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  gap: 20px;
  padding-left: 20px;
  padding-right: 20px;
  border: 2px solid #fff;
  color: #fff;
  font: 20px/1 BlenderProHeavy;
  min-height: 5.6rem;
  transition: all 0.2s ease-in-out;
}

.btn:hover {
  background-color: #fff;
  color: #249A48;
  border: 2px solid #249A48;
  text-decoration: none;
}

.btn:hover .btn__icon {
  border-left: 2px solid #249A48;
}

.btn:hover svg {
  fill: #249A48;
}

.btn .btn__icon {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  border-left: 2px solid #fff;
  padding-left: 20px;
  padding-top: 18px;
  padding-bottom: 18px;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transition: border-left 0.2s ease-in-out;
}

.btn svg {
  fill: #fff;
  height: 16px;
  width: 16px;
  transition: fill 0.2s ease-in-out;
}

.btn--goblin-light {
  background-color: #C3D55F;
  color: #000;
}

.btn--goblin-light:hover {
  background-color: #d2e087;
  text-decoration: none;
  color: #000;
  border-color: #fff;
}

.btn--goblin-light:hover .btn__icon {
  border-left: 2px solid #fff;
}

.btn--goblin-light:hover svg {
  fill: #000;
}

.btn--goblin-light svg {
  fill: #000;
}

.btn--goblin-light.disabled {
  pointer-events: none;
  background-color: #74B754;
}

.fees__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.fee {
  color: #FFF;
  margin: 10px;
  padding: 50px;
  text-align: center;
  width: 25%;
  -ms-flex: 1 1 330px;
      flex: 1 1 330px;
  overflow: hidden;
  position: relative;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.fee__icon {
  position: absolute;
  top: -50px;
  left: -50px;
  width: 80%;
  max-width: 310px;
  z-index: 0;
}

.fee__distance {
  display: block;
  font-family: BlenderProBold;
  font-size: 76px;
  line-height: 1;
  position: relative;
  z-index: 1;
}

.fee__distance .distance__unit {
  display: inline-block;
  font-size: 22px;
  text-transform: uppercase;
}

.fee__content {
  font: 26px/1 BlenderProMedium;
  margin-bottom: 30px;
  position: relative;
  z-index: 1;
}

.fee__content p {
  color: #fff;
}

.fee__note {
  display: block;
  font-family: BlenderProMedium;
  position: relative;
  z-index: 1;
  font-style: italic;
  font-size: 20px;
  height: 40px;
  margin: 0 auto;
}

.fee__note:before {
  content: "*";
  display: inline-block;
  z-index: 1;
}

.fee__note__container {
  width: 100%;
  left: 0;
  position: absolute;
  bottom: 0px;
}

.fee__price {
  display: block;
  font-family: BlenderProHeavy;
  font-size: 30px;
  height: 46px;
  line-height: 46px;
  position: relative;
  z-index: 1;
}

.fee__price:after {
  content: "*";
}

.fee__price:before {
  border: 2px solid #6ACDF5;
  content: "";
  display: inline-block;
  height: 46px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 80%;
  z-index: -1;
}

.fee__progress-bar {
  background-color: white;
  height: 20px;
  margin: 20px 0;
  position: relative;
}

.fee__progress-bar span {
  background-color: #6ACDF5;
  display: block;
  height: 100%;
}

.fee__progress-label {
  font-size: 28px;
  margin-bottom: 20px;
  position: relative;
}

.nf-before-form-content {
  margin: 10px 0 20px;
}

input[type="number"],
input[type="tel"],
input[type="text"],
input[type="email"] {
  appearance: none;
  border: 1px solid #C8C7C8;
  padding: 10px 10px;
}

input[type="checkbox"],
input[type="radio"] {
  position: relative;
  top: -2px;
}

input[type="button"],
input[type="submit"] {
  appearance: none;
}

select {
  background-color: #fff;
  border-radius: 0;
  border: 1px solid #C8C7C8;
  height: 43px;
}

select[multiple],
textarea {
  appearance: none;
  border: 1px solid #C8C7C8;
  padding: 10px 10px;
}

label {
  color: #5A5758;
}

.sidebar {
  height: 100%;
  left: 0;
  position: fixed;
  top: 0;
  z-index: 100;
}

.sidebar .menu-item img {
  display: block;
  max-width: 160px;
}

@media screen and (max-width: 1023px) {
  .sidebar {
    width: 100%;
    height: 85px;
    position: absolute;
  }
}

@media screen and (max-width: 1023px) {
  .show-overlay .sidebar {
    -webkit-overflow-scrolling: touch;
    overflow-y: auto;
    height: 100%;
    position: fixed;
  }
}

.sidebar a:hover {
  text-decoration: none;
}

.sidebar ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.sidebar ul li {
  overflow: hidden;
}

.sidebar__hr {
  border-color: #FFF;
  margin: 0 40px 60px;
}

@media screen and (max-width: 1023px) {
  .sidebar__socials {
    display: none;
  }
}

@media screen and (max-width: 1023px) {
  .sidebar__menu-button {
    -ms-flex-order: 1;
        order: 1;
    margin-right: 18px;
  }
}

.sidebar__logo-go {
  height: 24px;
}

@media screen and (max-width: 1023px) {
  .sidebar__logo-go {
    -ms-flex-order: 2;
        order: 2;
  }
}

@media screen and (max-width: 1023px) {
  .sidebar__logo-go > svg {
    fill: #000;
  }
}

.sidebar__lang-link {
  display: none;
}

@media screen and (max-width: 1023px) {
  .show-overlay .sidebar__lang-link {
    color: #000;
    opacity: 0.5;
  }
}

@media screen and (max-width: 1023px) {
  .sidebar__lang-link {
    color: #000;
    opacity: 1;
    font: 14px/1 BlenderProHeavy;
    text-transform: uppercase;
    position: absolute;
    top: 36px;
    right: 20px;
    display: inline-block;
    transition: all 0.2s ease-in-out;
  }
}

/** Sections **/
.sidebar__first-level {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  min-height: 100%;
  height: 100%;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 30px 20px;
  position: relative;
  width: 80px;
  z-index: 1000;
  transition: background-color 0.2s ease-in-out;
}

.show-overlay .sidebar__first-level {
  background-color: #FFF;
}

@media screen and (max-width: 1023px) {
  .sidebar__first-level {
    -ms-flex-direction: row;
        flex-direction: row;
    -ms-flex-pack: start;
        justify-content: flex-start;
    min-height: inherit;
    width: 100%;
    height: 85px;
    top: 0;
    left: 0;
  }
}

.sidebar__second-level {
  height: 100%;
  width: 272px;
  position: absolute;
  top: 0;
  left: 80px;
  opacity: 0;
  visibility: hidden;
  overflow: hidden;
  transition-duration: 0.2s;
  transition-property: opacity, visibility;
}

@media screen and (min-width: 1024px) {
  .sidebar__second-level .sidebar__second-level-wrapper {
    height: 100%;
    overflow-y: auto;
    width: 289px;
    -webkit-overflow-scrolling: touch;
  }
}

.sidebar__second-level.active {
  opacity: 1;
  visibility: visible;
  box-shadow: inset -5px 0 0 rgba(0, 0, 0, 0.1);
}

@media screen and (max-width: 1023px) {
  .sidebar__second-level.active {
    border-right: none;
  }
}

.sidebar__second-level.active .current-menu-parent .sidebar__third-level,
.sidebar__second-level.active .current-menu-item .sidebar__third-level {
  opacity: 1;
  visibility: visible;
}

.sidebar__second-level.active .sidebar__nav--primary > ul > li:hover .sidebar__third-level {
  opacity: 1;
  visibility: visible;
  z-index: 1;
}

@media screen and (max-width: 1023px) {
  .sidebar__second-level.active .sidebar__nav--primary > ul > li.active > a::after {
    content: "-";
  }
  .sidebar__second-level.active .sidebar__nav--primary > ul > li.active .sidebar__third-level {
    opacity: 1;
    visibility: visible;
    z-index: 1;
    max-height: 999px;
  }
}

@media screen and (max-width: 1023px) {
  .sidebar__second-level {
    position: relative;
    left: 0;
    width: 100%;
    overflow-x: hidden;
    overflow-y: auto;
    height: auto;
  }
}

.sidebar__third-level {
  min-height: 100%;
  left: 352px;
  opacity: 0;
  overflow-x: hidden;
  overflow-y: auto;
  position: fixed;
  top: 0;
  transition-duration: 0.25s;
  transition-property: opacity, visibility;
  visibility: hidden;
  width: 400px;
  z-index: -1;
}

@media screen and (max-width: 1023px) {
  .sidebar__third-level {
    position: relative;
    height: auto;
    max-height: 0px;
    left: 0;
    transition: none;
    transition: max-height 0.4s cubic-bezier(1, 0, 0, 0.95);
    width: 100%;
  }
}

/** Nav **/
.sidebar__nav > ul {
  overflow-y: auto;
}

.sidebar__nav a {
  color: #FFF;
}

.sidebar__nav--primary {
  padding: 20px 0 30px 0;
}

@media screen and (max-width: 1023px) {
  .sidebar__nav--primary {
    padding-top: 0;
  }
  .sidebar__nav--primary svg {
    -ms-flex: 0 0 130px;
        flex: 0 0 130px;
  }
}

.sidebar__nav--primary > ul > li:hover > a {
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebar__nav--primary > ul > li.current-menu-parent > a, .sidebar__nav--primary > ul > li.current-menu-item > a {
  background-color: rgba(0, 0, 0, 0.15);
}

.sidebar__nav--primary > ul > li > a {
  display: block;
  font-size: 26px;
  line-height: 1;
  padding: 30px 68px;
  text-transform: uppercase;
}

.sidebar__nav--primary > ul > li > a:hover {
  background-color: rgba(0, 0, 0, 0.1);
}

.sidebar__nav--primary > ul > li > a svg {
  max-height: 90px;
  max-width: 100%;
}

@media screen and (max-width: 1023px) {
  .sidebar__nav--primary > ul > li > a {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row nowrap;
        flex-flow: row nowrap;
    -ms-flex-pack: justify;
        justify-content: space-between;
    -ms-flex-align: center;
        align-items: center;
    padding: 30px 30px 30px 40px;
  }
  .sidebar__nav--primary > ul > li > a::after {
    content: "+";
    margin-left: 40px;
    font: 62px/1 BlenderProMedium;
    position: relative;
    top: -4px;
  }
}

.sidebar__nav--secondary {
  margin-bottom: 40px;
}

.sidebar__nav--secondary a {
  font: 18px/1 BlenderProBold;
  margin-bottom: 18px;
  padding: 0 32px;
}

.sidebar__nav--third {
  padding: 48px 0 0 0;
}

@media screen and (max-width: 1023px) {
  .sidebar__nav--third {
    padding: 40px 0 40px 0;
  }
}

.sidebar__nav--third .current-menu-item > a {
  color: #FFF;
}

.sidebar__nav--third li {
  overflow-x: hidden;
}

.sidebar__nav--third a {
  color: #FFF;
  font: 24px/1 BlenderProBold;
  padding: 20px 34px;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .sidebar__nav--third a {
    padding: 14px 34px 14px 24px;
  }
}

.header {
  width: 100%;
  transition: background-color 0.2s ease-in-out;
}

.header--fixed {
  position: fixed;
  z-index: 50;
  top: 0;
  width: 100%;
}

.header--bg:not(.header--race) {
  background-color: #f8f8f8;
}

.header__race {
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-repeat: no-repeat;
  background-position: 114% 40%;
  background-size: 45%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1023px) {
  .header__race {
    background-position: 140% -40%;
    background-size: 70%;
  }
}

@media screen and (max-width: 639px) {
  .header__race {
    background-size: 120%;
    background-position: 45% -80%;
    padding-top: 80%;
    padding-bottom: 50px;
  }
}

.header__race .wrapper, .header__race .wrapper--1000, .header__race .nf-before-form-content, .header__race .wrapper--1240 {
  width: 100%;
}

.header__navs {
  -ms-flex-align: center;
      align-items: center;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  height: 100px;
  position: relative;
}

.header__navs .hide-in-submenu {
  display: none;
}

@media screen and (max-width: 1023px) {
  .header__navs {
    display: none;
  }
}

.header__navs a {
  color: #000;
  text-transform: uppercase;
}

.header__navs a:hover, .header__navs a:focus {
  color: #000;
  text-decoration: none;
}

.header__nav--primary li {
  display: inline-block;
  margin: 0 25px;
}

.header__nav--primary li.current-menu-item a,
.header__nav--primary li.current_page_item a,
.header__nav--primary li a:hover {
  border-color: #6ACDF5;
}

.header__nav--primary a {
  font: 16px/1 BlenderProHeavy;
  padding-bottom: 4px;
  border-bottom: 4px solid transparent;
}

.header__nav--secondary {
  position: absolute;
  top: 36px;
  right: 20px;
}

.header__nav--secondary a {
  opacity: 0.5;
  font: 14px/1 BlenderProHeavy;
}

.header__nav--secondary a:hover {
  opacity: 1;
}

.header--race .header__navs,
.header--inscription .header__navs {
  height: auto;
}

@media screen and (max-width: 1023px) {
  .header--race .header__navs,
  .header--inscription .header__navs {
    display: block;
  }
}

.header__nav--inscription li.current-menu-item a,
.header__nav--inscription li.current_page_item a,
.header__nav--inscription li a:hover {
  border-color: #C3D55F;
}

.header__nav--race,
.header__nav--inscription {
  margin-top: 2.5rem;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .header__nav--race,
  .header__nav--inscription {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-pack: center;
        justify-content: center;
  }
}

.header__nav--race ul,
.header__nav--inscription ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 1rem 3.5rem;
}

@media screen and (max-width: 1023px) {
  .header__nav--race ul,
  .header__nav--inscription ul {
    display: none;
  }
}

.header__nav--race li,
.header__nav--inscription li {
  margin: 0;
}

.header__nav--race .select-wrap,
.header__nav--inscription .select-wrap {
  display: none;
  border: 2px solid #000;
  position: relative;
  margin-bottom: 2rem;
}

@media screen and (max-width: 1023px) {
  .header__nav--race .select-wrap,
  .header__nav--inscription .select-wrap {
    display: block;
  }
}

.header__nav--race .select-wrap svg,
.header__nav--inscription .select-wrap svg {
  width: 16px;
  height: 16px;
  transform: rotate(90deg);
}

.header__nav--race .select-wrap .select__icon,
.header__nav--inscription .select-wrap .select__icon {
  position: absolute;
  top: 0;
  right: 0;
  height: 100%;
  width: 56px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  pointer-events: none;
  border-left: 2px solid #000;
}

.header__nav--race select,
.header__nav--inscription select {
  font: 2rem/1 BlenderProHeavy;
  height: auto;
  border: 0;
  padding: 20px 76px 20px 20px;
  background-color: transparent;
  -webkit-appearance: none;
  outline: none;
}

.header-race__meta {
  max-width: 555px;
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
  color: white;
}

@media screen and (max-width: 1023px) {
  .header-race__meta {
    -ms-flex-preferred-size: auto;
        flex-basis: auto;
    width: 100%;
  }
}

.header-race__meta .btn {
  margin-top: 30px;
}

.header-race__logo svg {
  max-width: 300px;
}

.header-race__logo img {
  max-width: 400px;
}

@media screen and (max-width: 639px) {
  .header-race__logo img {
    max-width: 200px;
  }
}

.header-race__time {
  display: block;
  font: 24px/1 BlenderProHeavy;
  margin-bottom: 3rem;
}

@media screen and (max-width: 639px) {
  .header-race__time {
    margin-bottom: 2rem;
  }
}

.header-race__video-button {
  display: block;
  font: 24px/1 BlenderProBold;
  color: white;
  opacity: 1;
  position: relative;
  padding-left: 36px;
  transition-property: opacity;
  transition-duration: 0.2s;
  margin-top: 3.2rem;
}

.header-race__video-button:hover, .header-race__video-button:focus {
  color: white;
  opacity: 0.7;
  text-decoration: none;
}

.video-button__icon {
  width: 24px;
  height: 24px;
  position: absolute;
  left: 0;
}

.header-home {
  max-width: 192rem;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
}

@media screen and (min-width: 1024px) {
  .header-home {
    -ms-grid-columns: minmax(2rem, 1fr) minmax(0, 74rem) minmax(0, 74rem) minmax(2rem, 1fr);
        grid-template-columns: minmax(2rem, 1fr) minmax(0, 74rem) minmax(0, 74rem) minmax(2rem, 1fr);
    position: relative;
  }
}

@media screen and (min-width: 90em) {
  .header-home {
    -ms-grid-columns: minmax(4rem, 1fr) minmax(0, 74rem) minmax(0, 74rem) minmax(4rem, 1fr);
        grid-template-columns: minmax(4rem, 1fr) minmax(0, 74rem) minmax(0, 74rem) minmax(4rem, 1fr);
  }
}

.header-home__image {
  grid-column: 1 / 3;
  position: relative;
}

.header-home__image::before {
  content: '';
  background: linear-gradient(215deg, rgba(217, 255, 229, 0) 42.88%, rgba(1, 33, 11, 0.5) 79.37%);
  position: absolute;
  inset: 0;
}

.header-home__image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  aspect-ratio: 50/39;
}

.header-home__content {
  display: -ms-grid;
  display: grid;
  -ms-flex-line-pack: center;
      align-content: center;
  -ms-grid-column-align: start;
      justify-items: start;
  background-color: #249A48;
  padding: 4rem 2rem 8rem 2rem;
}

@media screen and (min-width: 1024px) {
  .header-home__content {
    padding: 5rem 2rem 15rem 4rem;
  }
}

@media screen and (min-width: 90em) {
  .header-home__content {
    padding: 8rem 2rem 20rem 6rem;
  }
}

@media screen and (min-width: 120em) {
  .header-home__content {
    padding-left: 14rem;
  }
}

@media screen and (min-width: 1024px) {
  .header-home__content::before {
    content: '';
    position: absolute;
    height: 100%;
    width: calc(100% + 1px);
    top: 0;
    left: -1px;
    grid-column: 4 / 5;
    background-color: inherit;
  }
}

.header-home__content h1 {
  font: normal 900 40px/110% BlenderProHeavy;
  text-transform: uppercase;
  margin-bottom: 2rem;
  color: #fff;
}

@media screen and (min-width: 640px) {
  .header-home__content h1 {
    font-size: 50px;
    margin-bottom: 2.4rem;
  }
}

@media screen and (min-width: 90em) {
  .header-home__content h1 {
    font-size: 64px;
  }
}

.header-home__content p {
  font: normal 500 18px/150% BlenderProMedium;
  color: #fff;
}

@media screen and (min-width: 640px) {
  .header-home__content p {
    font-size: 22px;
  }
}

.header-home__content .btn {
  margin-top: 2rem;
}

@media screen and (min-width: 640px) {
  .header-home__content .btn {
    margin-top: 4rem;
  }
}

.header--inscription {
  margin-bottom: 6.4rem;
}

.header__inscription {
  background-color: #249A48;
  color: #fff;
  padding-top: 8rem;
  padding-bottom: 8rem;
  background-image: url("../images/svg/logo-go-go-outline.svg");
  background-repeat: no-repeat;
  background-size: auto;
  background-position: calc(100% + 115px) calc(100% + 130px);
}

@media screen and (max-width: 89em) {
  .header__inscription {
    background-image: url("../images/svg/logo-go-outline.svg");
    background-size: auto;
    background-position: 100% calc(100% + 50px);
  }
}

@media screen and (max-width: 639px) {
  .header__inscription {
    background-size: 150px 110px;
    background-position: 100% calc(100% + 15px);
  }
}

.header__inscription h1 {
  margin-bottom: 0;
}

@keyframes horizontalScrollIcon {
  0% {
    margin-left: 10px;
  }
  25% {
    margin-left: -10px;
  }
  50% {
    margin-left: 10px;
  }
  75% {
    margin-left: -10px;
  }
  100% {
    margin-left: 0;
  }
}

.horizontal-scroll {
  overflow: auto;
  position: relative;
  -webkit-overflow-scrolling: touch;
}

.horizontal-scroll.prevent-scroll {
  overflow: hidden;
}

.horizontal-scroll__overlay {
  background-color: white;
  background-color: rgba(255, 255, 255, 0.8);
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  transition-property: opacity, visibility;
  transition-duration: .6s;
  visibility: hidden;
}

.horizontal-scroll__overlay.show {
  opacity: 1;
  visibility: visible;
}

.horizontal-scroll__overlay .overlay__icon {
  fill: #4A4A4A;
  left: 50%;
  opacity: 0;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-property: opacity;
  transition-delay: 0.8s;
  transition-duration: 0.6s;
  width: 104px;
}

.horizontal-scroll__overlay .overlay__icon.show {
  animation: horizontalScrollIcon;
  animation-duration: 2.6s;
  animation-delay: 0.6s;
  margin-left: 0;
  opacity: 1;
}

.included .option {
  margin: 0 30px 20px;
  -ms-flex-preferred-size: 100px;
      flex-basis: 100px;
}

.included__title {
  margin-bottom: 40px;
}

.icons-group {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: center;
      justify-content: center;
}

.option {
  display: inline-block;
  text-align: center;
}

.option.option--medal svg {
  height: 52px;
  width: 42px;
}

.option.option--shirt svg {
  width: 52px;
}

.option.option--timed-race svg {
  width: 42px;
}

.option.option--lunch svg {
  width: 50px;
}

.option.option--changing-rooms svg {
  width: 40px;
}

.option.option--award svg {
  width: 48px;
}

.option.option--podium svg {
  width: 52px;
}

.option.option--supported-cause svg {
  width: 52px;
}

.option.option--shuttle-services svg {
  width: 52px;
}

.option.option--pacemaker svg {
  width: 50px;
}

.option.option--free-photo svg {
  width: 52px;
}

.option .option__title {
  display: inline-block;
  font-weight: bold;
  font-size: 16px;
  line-height: 1;
  margin: 10px 0 0;
  text-transform: uppercase;
}

.option .option__icon {
  background-color: #3750A0;
  border-radius: 50px;
  display: block;
  height: 100px;
  margin: 0 auto;
  width: 100px;
}

.option svg {
  height: auto;
  position: relative;
  stroke-width: 0.5;
  stroke-linecap: round;
  stroke-linejoin: round;
  top: 50%;
  transform: translateY(-50%);
  width: 50px;
}

.option svg * {
  fill: none;
  stroke: #fff;
}

.note .note__wrapper {
  border: 5px solid #d0021b;
  border: 5px solid rgba(208, 2, 27, 0.5);
  padding: 60px 50px;
}

.note .note__title {
  text-align: center;
}

body.show-overlay .overlay {
  opacity: 1;
  visibility: visible;
}

.overlay {
  background-color: rgba(0, 0, 0, 0.7);
  bottom: 0;
  left: 80px;
  opacity: 0;
  position: fixed;
  right: 0;
  top: 0;
  transition: opacity 0.2s ease-in-out;
  visibility: hidden;
  z-index: 100;
}

@media screen and (max-width: 1023px) {
  .overlay {
    display: none;
    opacity: 0;
    visibility: hidden;
  }
}

.overlay-video {
  background-color: black;
  background-color: rgba(0, 0, 0, 0.95);
  bottom: 0;
  color: #fff;
  left: 0;
  overflow: auto;
  opacity: 0;
  padding: 80px 2.5% 0;
  position: fixed;
  right: 0;
  top: 0;
  transition-property: opacity, visibility;
  transition-duration: .3s;
  visibility: hidden;
  z-index: 1000;
}

@media screen and (min-width: 640px) {
  .overlay-video {
    padding: 80px 5% 0;
  }
}

.overlay-video.show {
  opacity: 1;
  visibility: visible;
}

.overlay-video:after {
  background: linear-gradient(to bottom, rgba(2, 11, 28, 0) 0%, #020b1c 100%);
  bottom: 0;
  content: "";
  height: 60px;
  left: 0;
  position: absolute;
  width: 100%;
  z-index: 1000;
}

.overlay-video .overlay__close {
  background-color: transparent;
  border-radius: 17px;
  border: 2px solid #fff;
  cursor: pointer;
  display: block;
  height: 34px;
  left: 50%;
  opacity: 0.7;
  outline: none;
  padding: 0;
  position: absolute;
  text-align: center;
  top: 28px;
  transform: translateX(-50%);
  transition-property: opacity;
  transition-duration: 0.2s;
  width: 34px;
}

.overlay-video .overlay__close:focus, .overlay-video .overlay__close:hover {
  opacity: 1;
}

.overlay-video .overlay__close svg {
  fill: #fff;
  height: 24px;
  left: 50%;
  margin: 0 0 0 -2px;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition-duration: 0.2s;
  transition-property: transform;
  width: 24px;
}

.overlay-video .overlay__content {
  max-height: 100%;
  overflow: auto;
  padding: 0 2.5% 60px;
  position: relative;
  z-index: 10;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 640px) {
  .overlay-video .overlay__content {
    padding: 0 2.5% 60px;
  }
}

.overlay-video .overlay__content .video {
  margin: 0 auto;
  max-width: 1000px;
}

.overlay-video .overlay__content .video__element {
  height: 0;
  margin: 0 auto;
  padding-bottom: 56.25%;
  position: relative;
}

.overlay-video .overlay__content .video--full {
  height: auto !important;
  width: 100% !important;
}

.overlay-video .overlay__content .video__iframe {
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}

.picker__select--year {
  width: auto !important;
}

@media screen and (max-width: 1023px) {
  .picker__box {
    padding-top: 70px !important;
  }
}

@media screen and (max-width: 1023px) {
  .picker__button--today,
  .picker__button--clear,
  .picker__button--close {
    font-size: 12px !important;
  }
}

.picker__nav--next.picker__nav--disabled:before {
  border-left-color: #ccc !important;
}

.picker__nav--prev.picker__nav--disabled:before {
  border-right-color: #ccc !important;
}

.picker__nav--disabled:hover {
  background: transparent !important;
  cursor: default !important;
}

.races__list {
  background-color: #fff;
  padding-bottom: 60px;
}

.races__list .wrapper, .races__list .wrapper--1000, .races__list .nf-before-form-content, .races__list .wrapper--1240 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 6.2rem;
  margin-top: -3rem;
  position: relative;
}

@media screen and (min-width: 640px) {
  .races__list .wrapper, .races__list .wrapper--1000, .races__list .nf-before-form-content, .races__list .wrapper--1240 {
    -ms-grid-columns: (1fr)[2];
        grid-template-columns: repeat(2, 1fr);
  }
}

@media screen and (min-width: 768px) {
  .races__list .wrapper, .races__list .wrapper--1000, .races__list .nf-before-form-content, .races__list .wrapper--1240 {
    gap: 8rem;
    padding-left: 80px;
    padding-right: 80px;
  }
}

@media screen and (min-width: 1024px) {
  .races__list .wrapper, .races__list .wrapper--1000, .races__list .nf-before-form-content, .races__list .wrapper--1240 {
    -ms-grid-columns: (1fr)[4];
        grid-template-columns: repeat(4, 1fr);
    margin-top: -7.5rem;
    gap: 4rem;
    padding-left: 20px;
    padding-right: 20px;
  }
}

@media screen and (min-width: 90em) {
  .races__list .wrapper, .races__list .wrapper--1000, .races__list .nf-before-form-content, .races__list .wrapper--1240 {
    margin-top: -11.5rem;
    gap: 6.2rem;
  }
}

.race {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  gap: 3rem;
}

.race:hover {
  text-decoration: none;
}

.race:hover .race__image {
  transform: translate3d(0, -3px, 0) scale(1.02);
}

.race:hover .race__date svg {
  transform: translate3d(10px, 0, 0);
}

.race__image,
.race__logo img {
  max-width: 100%;
  height: auto;
}

.race__image {
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.2s ease-in-out;
}

.race__date {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.race__date p {
  font: 15px/1.5 BlenderProBold;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  margin-bottom: 0;
}

.race__date svg {
  width: 14px;
  height: 23px;
  fill: #1E873F;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  transform: translate3d(0, 0, 0);
  transition: transform 200ms ease-in-out;
}

.race__logo {
  margin-top: 1rem;
}

.race__title {
  font: 24px/1 BlenderProHeavy;
  text-transform: uppercase;
  color: rgba(0, 0, 0, 0.6);
  margin-top: 2rem;
}

.race__description {
  font: 18px/1.2 BlenderProMedium;
  margin-top: 2rem;
}

.race__description p {
  color: rgba(0, 0, 0, 0.6);
}

.race__distance {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.4rem 0.8rem;
  font: 18px/1 BlenderProHeavy;
  text-transform: uppercase;
  margin-top: 2rem;
}

@media screen and (min-width: 90em) {
  .race__distance {
    font-size: 22px;
  }
}

.race__section {
  overflow: hidden;
}

.race__section--first {
  padding-top: 40px;
  padding-bottom: 115px;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .race__section--first {
    padding-top: 20px;
  }
}

.race__section--first .block-content {
  margin-bottom: 0;
}

.race__section--second {
  background: linear-gradient(180deg, #6ACDF5 555px, transparent 555px);
}

.race__icon {
  position: absolute;
  bottom: -275px;
  right: -150px;
  width: 100%;
  z-index: -1;
  max-width: 600px;
  max-height: 100vh;
  text-align: center;
}

.race__icon svg {
  height: 100vh;
  max-width: 100%;
  width: auto;
}

.race__content {
  -ms-flex: 1;
      flex: 1;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

.schedule .schedule__wrapper {
  box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
}

.schedule .schedule__date {
  padding: 40px 50px;
}

.schedule .schedule__date:nth-child(even) {
  color: #fff;
}

.schedule .schedule__date:nth-child(even) p {
  color: #fff;
}

.schedule .schedule__date:nth-child(even) a {
  color: #fff;
  text-decoration: underline;
}

.schedule .schedule__date:nth-child(even) b,
.schedule .schedule__date:nth-child(even) strong {
  color: #fff;
}

.schedule .schedule__date:nth-child(odd) {
  background-color: #fff;
}

.schedule .schedule__date:nth-child(odd) a {
  color: #5A5758;
  text-decoration: underline;
}

#tinymce table th {
  color: #000;
}

.table__wrapper {
  margin-bottom: 50px;
}

.table__wrapper table,
.table__wrapper table:not(.picker__table) {
  margin-bottom: 0;
}

table:not(.picker__table) {
  border-collapse: collapse;
  border-spacing: 0;
  margin-bottom: 50px;
  width: 100% !important;
}

table:not(.picker__table) thead td {
  border: none;
}

table:not(.picker__table) thead th {
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  color: #fff;
  font-size: 16px;
  font-family: BlenderProHeavy;
  height: 46px !important;
  text-transform: uppercase;
}

table:not(.picker__table) tbody > tr:first-child th,
table:not(.picker__table) tbody > tr:first-child td {
  padding-top: 20px;
}

table:not(.picker__table) tbody > tr:last-child th,
table:not(.picker__table) tbody > tr:last-child td {
  padding-bottom: 22px;
}

table:not(.picker__table) tbody th {
  color: #fff;
  font-size: 20px;
  text-align: left;
  white-space: nowrap;
}

table:not(.picker__table) tbody tr:nth-child(odd) {
  background-color: #fff;
}

table:not(.picker__table) tbody tr:nth-child(even) {
  background-color: #F7F7F7;
}

table:not(.picker__table) th {
  height: inherit !important;
  padding: 7px 20px;
  width: inherit !important;
}

table:not(.picker__table) td {
  border-left: 1px solid rgba(204, 204, 204, 0.1);
  height: inherit !important;
  padding: 7px 20px;
  width: inherit !important;
}

table:not(.picker__table) td .icon--check {
  display: block;
  text-align: center;
}

@media screen and (max-width: 639px) {
  .overflow-hidden--mobile .tabs--horizontal > .tabs__wrapper > .tabs__tab.active {
    background-color: #f8f8f8;
    bottom: 0;
    display: block;
    left: 0;
    opacity: 1;
    position: fixed;
    right: 0;
    top: 0;
    z-index: 1000;
  }
}

.tabs--horizontal .tabs__tab--horizontal .tab__content {
  padding: 100px 20px;
}

@media screen and (min-width: 640px) {
  .tabs--horizontal .tabs__tab--horizontal .tab__content {
    padding: 80px 60px;
  }
}

@media screen and (min-width: 1024px) {
  .tabs--horizontal .tabs__tab--horizontal .tab__content {
    padding: 80px 120px;
  }
}

.tabs--horizontal > .tabs__navigation ul {
  list-style-type: none !important;
}

@media screen and (min-width: 640px) {
  .tabs--horizontal > .tabs__navigation ul {
    display: -ms-flexbox;
    display: flex;
  }
}

.tabs--horizontal > .tabs__navigation .tabs__item {
  border: none;
  border-radius: 0;
  cursor: pointer;
  font-family: BlenderProHeavy;
  font-size: 16px;
  font-weight: 100;
  height: 100%;
  letter-spacing: 1px;
  line-height: 0.9;
  margin: 0 0 10px 0;
  padding: 24px 60px 22px 20px;
  position: relative;
  text-align: left;
  text-transform: uppercase;
  width: 100%;
}

@media screen and (max-width: 639px) {
  .tabs--horizontal > .tabs__navigation .tabs__item {
    color: #FFF !important;
    transition-property: background;
    transition-duration: 0.2s;
  }
}

.tabs--horizontal > .tabs__navigation .tabs__item .item__icon {
  position: absolute;
  right: 22px;
  top: 50%;
  transform: translateY(-50%);
}

.tabs--horizontal > .tabs__navigation .tabs__item .item__icon svg {
  height: 14px;
  width: 14px;
}

@media screen and (min-width: 640px) {
  .tabs--horizontal > .tabs__navigation .tabs__item {
    background-color: #fff;
    color: #231F20;
    margin: 0;
    padding: 16px 20px 20px;
    text-align: center;
  }
  .tabs--horizontal > .tabs__navigation .tabs__item .item__icon {
    display: none;
  }
}

@media screen and (min-width: 640px) {
  .tabs--horizontal > .tabs__navigation .tabs__item.active, .tabs--horizontal > .tabs__navigation .tabs__item.default {
    background-color: white;
  }
  .tabs--horizontal > .tabs__navigation .tabs__item.active:after, .tabs--horizontal > .tabs__navigation .tabs__item.default:after {
    content: '';
    display: block;
    height: 4px;
    position: relative;
    top: 6px;
    width: 100%;
  }
}

@media screen and (min-width: 640px) {
  .tabs--horizontal > .tabs__wrapper > .tabs__tab.active {
    background-color: #fff;
    display: block;
    opacity: 1;
  }
}

@media screen and (min-width: 640px) {
  .tabs--horizontal > .tabs__wrapper > .tabs__tab.default {
    display: block;
    opacity: 1;
  }
}

@media screen and (min-width: 640px) {
  .tabs--horizontal > .tabs__wrapper > .tabs__tab {
    box-shadow: 0 6px 24px 0 rgba(0, 0, 0, 0.2);
  }
}

@media screen and (max-width: 639px) {
  .tabs--horizontal > .tabs__wrapper > .tabs__tab .tab__content {
    padding: 100px 20px;
  }
}

@media screen and (min-width: 640px) {
  .tabs--vertical {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
    padding: 0;
  }
}

.tabs--vertical .tabs__tab--vertical {
  padding: 0;
}

.tabs--vertical .tabs__tab.active, .tabs--vertical .tabs__tab.default {
  display: block;
  opacity: 1;
}

.tabs--vertical > .tabs__navigation ul {
  list-style-type: none !important;
  padding: 0 !important;
  margin: 0 !important;
}

@media screen and (min-width: 640px) {
  .tabs--vertical > .tabs__navigation {
    box-shadow: inset -5px 0px 0 rgba(0, 0, 0, 0.1);
  }
}

@media screen and (max-width: 639px) {
  .tabs--vertical > .tabs__navigation {
    background: none;
  }
  .tabs--vertical > .tabs__navigation ul {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-direction: row;
        flex-direction: row;
  }
  .tabs--vertical > .tabs__navigation li {
    -ms-flex-positive: 1;
        flex-grow: 1;
  }
  .tabs--vertical > .tabs__navigation .tabs__item {
    cursor: pointer;
    font-family: BlenderProBold;
    font-size: 18px;
  }
}

@media screen and (max-width: 639px) and (max-width: 639px) {
  .tabs--vertical > .tabs__navigation .tabs__item {
    background-color: transparent !important;
    color: #5A5758;
    transition-property: color;
    transition-duration: 0.2s;
  }
}

@media screen and (max-width: 639px) {
  .tabs--vertical > .tabs__navigation .tabs__item svg {
    display: block;
    height: 20px;
    margin: 0 auto;
    width: 20px;
  }
}

@media screen and (max-width: 639px) and (max-width: 639px) {
  .tabs--vertical > .tabs__navigation .tabs__item svg {
    fill: #5A5758;
    transition-property: fill;
    transition-duration: 0.2s;
  }
}

@media screen and (max-width: 639px) {
  .tabs--vertical > .tabs__navigation .tabs__item .item__label {
    background: none;
    display: block;
    margin: 12px 0 0 0;
  }
}

@media screen and (min-width: 640px) {
  .tabs--vertical > .tabs__navigation {
    padding: 40px 0;
  }
  .tabs--vertical > .tabs__navigation li {
    margin: 0 0 26px;
  }
  .tabs--vertical > .tabs__navigation li:last-child {
    margin: 0;
  }
  .tabs--vertical > .tabs__navigation .tabs__item {
    background: transparent;
    padding: 15px 45px;
    position: relative;
  }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
  .tabs--vertical > .tabs__navigation .tabs__item {
    padding: 15px 33px;
  }
}

@media screen and (min-width: 640px) and (min-width: 1024px) {
  .tabs--vertical > .tabs__navigation .tabs__item {
    padding: 15px 53px;
  }
}

@media screen and (min-width: 640px) {
  .tabs--vertical > .tabs__navigation .tabs__item svg {
    display: block;
    fill: #fff;
    height: 22px;
    margin: 0 auto;
    width: 18px;
  }
}

@media screen and (min-width: 640px) and (min-width: 640px) {
  .tabs--vertical > .tabs__navigation .tabs__item svg {
    fill: #fff !important;
  }
}

@media screen and (min-width: 640px) {
  .tabs--vertical > .tabs__navigation .tabs__item svg.icon-shoe {
    width: 32px;
    height: 32px;
  }
  .tabs--vertical > .tabs__navigation .tabs__item .item__label {
    -ms-flex-align: center;
        align-items: center;
    color: #fff;
    display: block;
    font-family: BlenderProHeavy;
    font-size: 13px;
    line-height: 1;
    margin-top: 5px;
    background: transparent;
    text-transform: uppercase;
    white-space: nowrap;
  }
}

@media screen and (max-width: 639px) {
  .tabs--vertical .tab__content {
    padding: 48px 20px;
  }
}

@media screen and (min-width: 640px) {
  .tabs--vertical .tab__content {
    padding: 80px 60px;
  }
}

@media screen and (min-width: 1024px) {
  .tabs--vertical .tab__content {
    padding: 80px 120px;
  }
}

@media screen and (max-width: 639px) {
  .tabs--level-2 .tab__content {
    padding: 40px 0 !important;
  }
}

.tabs__item {
  border: none;
  cursor: pointer;
  display: block;
  outline: none;
  width: 100%;
}

.tab__close {
  display: none;
}

@media screen and (max-width: 639px) {
  .tab__close {
    border: none;
    border-radius: 25px;
    color: #000;
    cursor: pointer;
    display: block;
    height: 50px;
    line-height: 50px;
    outline: none;
    padding: 0;
    position: absolute;
    left: 50%;
    text-align: center;
    top: 20px;
    transform: translateX(-50%);
    width: 50px;
    z-index: 1000;
  }
  .tab__close svg {
    fill: #FFF;
    height: 28px;
    left: -2px;
    position: relative;
    top: 8px;
    width: 24px;
  }
}

.tabs p img {
  max-width: 100%;
  height: auto;
}

.tabs h3 {
  font: 38px/1 BlenderProHeavy;
  margin-bottom: 80px;
  text-align: center;
}

.tabs .lined-title {
  margin-bottom: 30px;
}

.tabs p {
  margin-bottom: 30px;
}

.tabs p + h2, .tabs p + h3, .tabs p + h4, .tabs .text-with-icon + h2, .tabs .text-with-icon + h3, .tabs .text-with-icon + h4, .tabs ul + h2, .tabs ul + h3, .tabs ul + h4, .tabs ol + h2, .tabs ol + h3, .tabs ol + h4 {
  margin-top: 50px;
}

.tabs .tabs__navigation {
  position: relative;
  z-index: 1;
}

.tabs .tabs__navigation ul {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

.tabs .tabs__wrapper {
  width: 100%;
}

.tabs .tabs__tab {
  display: none;
  opacity: 0;
  transition-property: opacity;
  transition-duration: 0.15s;
}

@media screen and (min-width: 640px) {
  .tabs .tabs__tab {
    background-color: #fff;
    opacity: inherit;
    transition: none;
  }
}

.tabs .tabs__tab .tab__wrapper {
  height: 100%;
}

.tabs .tabs__tab .tab__content {
  height: 100%;
  overflow-x: hidden;
  overflow-y: auto;
  width: 100%;
  -webkit-overflow-scrolling: touch;
}

@media screen and (min-width: 640px) {
  .tabs .tabs__tab .tab__content {
    overflow: inherit;
  }
}

.tabs .tabs__tab .tab__content iframe {
  width: 100%;
}

.tabs .tabs__tab .tab__content .wrapper, .tabs .tabs__tab .tab__content .wrapper--1000, .tabs .tabs__tab .tab__content .nf-before-form-content, .tabs .tabs__tab .tab__content .wrapper--1240 {
  max-width: inherit;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

@media screen and (max-width: 639px) {
  .tabs__tab.tabs__tab--horizontal.active .block-prices__header .btn {
    position: fixed;
    bottom: 20px;
    right: 30px;
    z-index: 5;
  }
}

#tinymce .text-with-icon {
  background-repeat: no-repeat;
  background-position: center left;
  padding-left: 32px;
}

#tinymce .text-with-icon__icon {
  display: none;
  left: 0;
}

#tinymce .text-with-icon--pin {
  background-image: url("../images/svg/icon-pin.svg");
}

#tinymce .text-with-icon--clock {
  background-image: url("../images/svg/icon-clock.svg");
}

.important-text {
  color: #D0011B;
  font-family: BlenderProBold !important;
  text-transform: uppercase;
}

.text-with-icon {
  color: #000;
  display: block;
  font-size: 20px;
  font-family: BlenderProBold;
  position: relative;
}

@media screen and (max-width: 639px) {
  .text-with-icon {
    margin-left: 32px;
  }
}

.text-with-icon .text-with-icon__icon {
  display: inline-block;
  left: -32px;
  position: absolute;
  text-align: center;
  width: 22px;
}

.text-with-icon--pin svg {
  fill: #6ACDF5;
  height: 22.5px;
  width: 16px;
}

.text-with-icon--clock svg {
  fill: #6ACDF5;
  height: 20px;
  width: 20px;
}

.circle-with-text {
  border-radius: 15px;
  display: inline-block;
  height: 30px;
  line-height: 30px;
  margin: 0 6px 0 0;
  text-align: center;
  width: 30px;
}

.circle-with-text .circle-with-text__label {
  color: #fff;
  font-size: 18px;
  font-family: BlenderProBold;
}

.icon--check svg {
  height: 14px;
  width: 19px;
}

.logo-go {
  width: 40px;
  height: 24px;
}

.menu-button {
  height: 24px;
  width: 28px;
}

.menu-button:hover .menu-button__icon {
  fill: #F0008C;
}

@media screen and (max-width: 1023px) {
  .menu-button:hover .menu-button__icon {
    fill: #000;
  }
}

.menu-button:hover .menu-button__label {
  color: #F0008C;
}

.menu-button__icon {
  fill: #000;
}

.menu-button__icon--open {
  width: 28px;
  height: 24px;
}

.menu-button__icon--close {
  width: 24px;
  height: 24px;
  display: none;
}

@media screen and (max-width: 1023px) {
  .menu-button__icon--close {
    fill: #000;
  }
}

.menu-button__label {
  color: #000;
  font: 12px/1 BlenderProHeavy;
  text-transform: uppercase;
}

@media screen and (max-width: 1023px) {
  .menu-button__label {
    display: none;
  }
}

.menu-button__label, .menu-button__icon {
  transition: all 0.2s ease-in-out;
}

.show-overlay .menu-button__icon--open, .show-overlay .menu-button__label {
  display: none;
}

.show-overlay .menu-button__icon--close {
  display: block;
}

.slideshow {
  position: relative;
}

.slideshow:before {
  content: '';
  position: absolute;
  height: 50%;
  width: 100%;
  background-color: #6ACDF5;
  top: 50%;
  transform: translateY(-50%);
}

.slideshow .owl-item {
  position: relative;
  transition-property: left;
  transition-timing-function: cubic-bezier(0.29, 1.5, 0.83, 0.99);
  transition-duration: 0.35s;
}

.slideshow .slideshow__wrapper {
  position: relative;
}

.slideshow .slideshow__navigation {
  bottom: 0;
  display: none;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}

@media screen and (min-width: 640px) {
  .slideshow .slideshow__navigation {
    display: block;
  }
}

.slideshow .slideshow__navigation button {
  background-color: transparent;
  border: none;
  height: 100%;
  outline: none;
  position: absolute;
  top: 0;
  width: 50%;
}

.slideshow .slideshow__navigation button.disabled {
  opacity: 0.2;
}

.slideshow .slideshow__navigation .navigation__prev {
  left: 0;
  top: 0;
}

.slideshow .slideshow__navigation .navigation__prev:hover {
  cursor: url("../images/svg/icon-slideshow-prev.svg"), auto;
}

.slideshow .slideshow__navigation .navigation__next {
  right: 0;
  top: 0;
}

.slideshow .slideshow__navigation .navigation__next:hover {
  cursor: url("../images/svg/icon-slideshow-next.svg"), auto;
}

.social-icon {
  width: 16px;
  height: 16px;
}

.social-icon:hover {
  fill: #F0008C;
}

.sidebar__socials .social-icon {
  margin-top: 20px;
}

.distances {
  border-right: 1px solid #FFF;
  display: -ms-flexbox;
  display: flex;
  margin: 0 20px 0 0;
  min-width: 210px;
  position: relative;
}

@media screen and (max-width: 639px) {
  .distances {
    border-right: none;
    padding: 0;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #FFF;
  }
}

@media screen and (max-width: 1023px) {
  .distances {
    display: block;
  }
}

.distances__wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
}

.distances__value {
  font: 36px/1 BlenderProHeavy;
  display: block;
  text-align: right;
}

@media screen and (max-width: 1023px) {
  .distances__value {
    font: 29px/1 BlenderProHeavy;
    text-align: left;
  }
}

.distances .unit__wrapper {
  width: 140px;
  position: relative;
}

.distances__unit {
  position: absolute;
  top: 50%;
  transform: translate3d(0%, -50%, 0) rotate(-90deg);
  text-transform: uppercase;
  max-width: 68px;
  word-break: break-all;
  word-wrap: break-word;
  -ms-hyphens: auto;
      hyphens: auto;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .distances__unit {
    position: static;
    transform: none;
    max-width: none;
    word-break: normal;
    word-break: normal;
  }
}

.race__content .distances__unit {
  font: 30px/1 BlenderProHeavy;
}

.block-content {
  margin-bottom: 120px;
}

@media screen and (max-width: 639px) {
  .block-content {
    margin-bottom: 80px;
  }
}

.tab__content .block-content h3 {
  font: 32px/120% BlenderProBold;
  text-transform: uppercase;
  text-align: left;
  margin-top: 64px;
  margin-bottom: 16px;
}

.tab__content .block-content p,
.tab__content .block-content ul {
  font-size: 18px;
  line-height: 150%;
  color: #000;
}

.tab__content .block-content .btn-shadow, .tab__content .block-content .header__nav--race .button-in-menu, .header__nav--race .tab__content .block-content .button-in-menu, .tab__content .block-content input[type="button"], .tab__content .block-content
input[type="submit"] {
  margin-left: 0;
  margin-top: 30px;
}

.flexible-content h3 {
  font: 38px/1 BlenderProHeavy;
  margin-bottom: 80px;
  text-align: center;
}

.flexible-content .lined-title {
  margin-bottom: 30px;
}

.flexible-content p {
  margin-bottom: 30px;
}

.flexible-content p + h2, .flexible-content p + h3, .flexible-content p + h4, .flexible-content .text-with-icon + h2, .flexible-content .text-with-icon + h3, .flexible-content .text-with-icon + h4, .flexible-content ul + h2, .flexible-content ul + h3, .flexible-content ul + h4, .flexible-content ol + h2, .flexible-content ol + h3, .flexible-content ol + h4 {
  margin-top: 50px;
}

.flexible-content ul:not([class]),
.tab__content ul:not([class]),
.blog-articles__entry ul:not([class]) {
  list-style-type: disc;
  padding: 0 0 0 19px;
}

.flexible-content ul:not([class]) li,
.tab__content ul:not([class]) li,
.blog-articles__entry ul:not([class]) li {
  margin: 0 0 10px 0;
}

.colored-square__wrap {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-align: stretch;
      align-items: stretch;
  margin-left: -10px;
  margin-top: 70px;
  margin-bottom: 70px;
}

@media screen and (min-width: 640px) {
  .colored-square__wrap {
    padding-left: 40px;
    padding-right: 40px;
  }
}

@media screen and (min-width: 1200px) {
  .colored-square__wrap {
    padding-left: 80px;
    padding-right: 80px;
  }
}

.colored-square {
  margin: 10px;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  padding: 20px 30px;
  width: 100%;
  position: relative;
  overflow: hidden;
}

@media screen and (min-width: 1024px) {
  .colored-square {
    width: calc( 50% - 20px);
    padding: 30px 65px;
  }
}

@media screen and (min-width: 1200px) {
  .colored-square {
    font-size: 76px;
    padding: 40px 80px;
  }
}

.colored-square__title {
  font-size: 46px;
  font-weight: 900;
  line-height: 1.2;
  font-family: BlenderProHeavy;
  color: white;
  display: block;
  z-index: 10;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .colored-square__title {
    font-size: 56px;
  }
}

@media screen and (min-width: 1200px) {
  .colored-square__title {
    font-size: 76px;
  }
}

.colored-square__title small {
  font-size: 22px;
  font-weight: normal;
}

.colored-square__subtitle {
  font-size: 18px;
  line-height: 1;
  font-family: BlenderProBold;
  font-weight: normal;
  display: block;
  color: white;
  text-align: center;
  z-index: 10;
  position: relative;
}

@media screen and (min-width: 1024px) {
  .colored-square__subtitle {
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .colored-square__subtitle {
    font-size: 26px;
  }
}

.colored-square__btn {
  margin-top: 15px;
  color: #000000;
  font-family: BlenderProHeavy;
  font-size: 16px;
  width: 100%;
  max-width: 295px;
  z-index: 10;
  position: relative;
}

@media screen and (min-width: 640px) {
  .colored-square__btn {
    margin-top: 25px;
    font-size: 20px;
  }
}

@media screen and (min-width: 1200px) {
  .colored-square__btn {
    margin-top: 30px;
  }
}

.colored-square__tag {
  font-size: 15px;
  line-height: 1.1;
  font-weight: 700;
  padding: 0px 10px;
  height: 27px;
  color: white;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: center;
      justify-content: center;
  z-index: 15;
  border: 2px solid #6ACDF5;
}

@media screen and (min-width: 1024px) {
  .colored-square__tag {
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
  }
}

.colored-square__image {
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}

.capsule {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  margin-bottom: 80px;
}

@media screen and (min-width: 640px) {
  .capsule {
    margin-bottom: 50px;
    -ms-flex-direction: row;
        flex-direction: row;
  }
}

.capsule__title.capsule__title {
  text-transform: uppercase;
  font-size: 34px;
}

.capsule__video {
  width: 100%;
  margin-bottom: 20px;
}

@media screen and (min-width: 640px) {
  .capsule__video {
    width: calc( 50% - 20px);
    margin-right: 20px;
    margin-bottom: 0px;
  }
}

.capsule__video img {
  width: 100%;
  height: auto;
}

.capsule__link {
  font-size: 20px;
  color: #3750A0;
  display: -ms-inline-flexbox;
  display: inline-flex;
  position: relative;
  font-weight: bold;
}

.capsule__link::after {
  content: "";
  height: 2px;
  background-color: #BED746;
  width: 100%;
  position: absolute;
  bottom: -4px;
  left: 0;
  transition: opacity 200ms linear;
}

.capsule__link:hover {
  color: #3750A0;
  text-decoration: none;
}

.capsule__link:hover::after {
  opacity: 0;
}

@media screen and (min-width: 640px) {
  .capsule__content {
    width: calc( 50% - 20px);
    margin-left: 20px;
  }
}

@media screen and (min-width: 640px) {
  .capsule:nth-child(even) {
    -ms-flex-direction: row-reverse;
        flex-direction: row-reverse;
  }
}

@media screen and (min-width: 640px) {
  .capsule:nth-child(even) .capsule__video {
    margin-left: 20px;
    margin-right: 0;
  }
}

@media screen and (min-width: 640px) {
  .capsule:nth-child(even) .capsule__content {
    margin-left: 0;
    margin-right: 20px;
  }
}

.block-prices {
  margin-bottom: 6.4rem;
}

.block-prices__header {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 2rem;
  margin-bottom: 4.8rem;
}

@media screen and (min-width: 640px) {
  .block-prices__header {
    margin-bottom: 7rem;
  }
}

@media screen and (min-width: 1024px) {
  .block-prices__header {
    -ms-flex-direction: row;
        flex-direction: row;
    gap: 0.8rem 4rem;
  }
}

.block-prices__header .col {
  -ms-flex-preferred-size: 0;
      flex-basis: 0;
  -ms-flex-positive: 1;
      flex-grow: 1;
  max-width: 100%;
}

.block-prices__header .col-auto {
  -ms-flex: 0 0 auto;
      flex: 0 0 auto;
  width: auto;
  max-width: none;
}

.block-prices__header .col-12 {
  -ms-flex: 0 0 100%;
      flex: 0 0 100%;
  max-width: 100%;
}

.block-prices__header .h3 {
  margin-bottom: 0;
}

.block-prices__header p {
  font: 2.4rem/150% BlenderProBold;
  text-transform: uppercase;
  color: #32B45A;
  margin-bottom: 0;
}

.block-prices__row {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 1.6rem;
  -ms-flex-align: center;
      align-items: center;
  padding-bottom: 2.4rem;
  margin-bottom: 2.4rem;
  border-bottom: 1px solid #DFDFDF;
}

@media screen and (min-width: 1024px) {
  .block-prices__row {
    -ms-grid-columns: 9rem 1fr 30.4rem;
        grid-template-columns: 9rem 1fr 30.4rem;
  }
}

@media screen and (min-width: 90em) {
  .block-prices__row {
    -ms-grid-columns: 9rem 66.6rem 1fr;
        grid-template-columns: 9rem 66.6rem 1fr;
  }
}

.block-prices__row h3 {
  text-align: left;
  margin-bottom: 0;
  font-family: BlenderProBold;
}

.block-prices__row .distance {
  background-color: #000;
  color: #fff;
  text-align: center;
  padding: 0.4rem 0.8rem;
  font: 18px/1 BlenderProHeavy;
  text-transform: uppercase;
}

@media screen and (min-width: 1024px) {
  .block-prices__row .distance {
    display: block;
  }
}

@media screen and (min-width: 90em) {
  .block-prices__row .distance {
    font-size: 22px;
  }
}

.block-prices__row .price {
  font: 3.2rem/1 BlenderProMedium;
  color: #000;
  margin-bottom: 0;
}

.block-prices__row .note {
  font-size: 1.6rem;
  margin-top: 0.4rem;
  margin-bottom: 0;
}

.block-packages {
  margin-bottom: 12rem;
}

@media screen and (min-width: 1024px) {
  .block-packages {
    background-image: url("../images/svg/logo-go-outline-multiple.svg");
    background-size: auto;
    background-position: center left -350px;
    background-repeat: no-repeat;
  }
}

.block-packages .wrapper, .block-packages .wrapper--1000, .block-packages .nf-before-form-content, .block-packages .wrapper--1240 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 2rem;
}

@media screen and (min-width: 768px) {
  .block-packages .wrapper, .block-packages .wrapper--1000, .block-packages .nf-before-form-content, .block-packages .wrapper--1240 {
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 1280px) {
  .block-packages .wrapper, .block-packages .wrapper--1000, .block-packages .nf-before-form-content, .block-packages .wrapper--1240 {
    -ms-grid-columns: 1fr 1fr 1fr;
        grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 639px) {
  .block-packages .wrapper, .block-packages .wrapper--1000, .block-packages .nf-before-form-content, .block-packages .wrapper--1240 {
    margin-bottom: 8rem;
  }
}

.package {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-direction: column;
      flex-direction: column;
  -ms-flex-pack: justify;
      justify-content: space-between;
  gap: 3.2rem;
  background-color: #249A48;
  padding: 3rem;
  color: #fff;
}

@media screen and (max-width: 639px) {
  .package {
    padding: 1.6rem;
  }
}

.package .btn--goblin-light,
.package .btn--goblin-light:hover .btn__icon,
.package .btn__icon {
  border-color: #249A48;
}

.package .btn {
  margin-top: 1.6rem;
}

.package ul {
  list-style: none;
  padding-left: 0;
}

.package__title {
  font: 3.8rem/1 BlenderProHeavy;
}

@media screen and (min-width: 768px) {
  .package__title {
    font-size: 4.4rem;
  }
}

.package__subtitle {
  font: 2.4rem/1 BlenderProBold;
  text-transform: uppercase;
  color: #C3D55F;
  margin-top: 1rem;
  margin-bottom: 0;
}

.package__race {
  margin-top: 1.6rem;
}

.package__race li {
  font: 1.8rem/120% BlenderProBook;
  color: #fff;
  display: -ms-inline-flexbox;
  display: inline-flex;
  gap: 1rem;
}

.package__race a {
  font-family: BlenderProBold;
  color: #fff;
  text-decoration: underline;
}

.package__race a:hover {
  color: #e6e6e6;
}

.package__price {
  font: 4rem/1 BlenderProBold;
  color: #fff;
  margin-bottom: 0;
}

.package__note {
  margin-top: 0.6rem;
}

.package__note li {
  font: 1.6rem/120% BlenderProMedium;
  color: #C3D55F;
}

.package__note li + li {
  margin-top: 0.2rem;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-carousel, .owl-carousel .owl-item {
  -webkit-tap-highlight-color: transparent;
  position: relative;
}

.owl-carousel {
  display: none;
  width: 100%;
  z-index: 1;
}

.owl-carousel .owl-stage {
  position: relative;
  -ms-touch-action: pan-Y;
}

.owl-carousel .owl-stage:after {
  content: ".";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
}

.owl-carousel .owl-stage-outer {
  position: relative;
  overflow: hidden;
  -webkit-transform: translate3d(0, 0, 0);
}

.owl-carousel .owl-item {
  min-height: 1px;
  float: left;
  -webkit-backface-visibility: hidden;
  -webkit-touch-callout: none;
}

.owl-carousel .owl-item img {
  display: block;
  width: 100%;
  -webkit-transform-style: preserve-3d;
}

.owl-carousel .owl-dots.disabled, .owl-carousel .owl-nav.disabled {
  display: none;
}

.no-js .owl-carousel, .owl-carousel.owl-loaded {
  display: block;
}

.owl-carousel .owl-dot, .owl-carousel .owl-nav .owl-next, .owl-carousel .owl-nav .owl-prev {
  cursor: pointer;
  cursor: hand;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-loading {
  opacity: 0;
  display: block;
}

.owl-carousel.owl-hidden {
  opacity: 0;
}

.owl-carousel.owl-refresh .owl-item {
  visibility: hidden;
}

.owl-carousel.owl-drag .owl-item {
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.owl-carousel.owl-grab {
  cursor: move;
  cursor: grab;
}

.owl-carousel.owl-rtl {
  direction: rtl;
}

.owl-carousel.owl-rtl .owl-item {
  float: right;
}

.owl-carousel .animated {
  animation-duration: 1s;
  animation-fill-mode: both;
}

.owl-carousel .owl-animated-in {
  z-index: 0;
}

.owl-carousel .owl-animated-out {
  z-index: 1;
}

.owl-carousel .fadeOut {
  animation-name: fadeOut;
}

@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}

.owl-height {
  transition: height .5s ease-in-out;
}

.owl-carousel .owl-item .owl-lazy {
  opacity: 0;
  transition: opacity .4s ease;
}

.owl-carousel .owl-item img.owl-lazy {
  transform-style: preserve-3d;
}

.owl-carousel .owl-video-wrapper {
  position: relative;
  height: 100%;
  background: #000;
}

.owl-carousel .owl-video-play-icon {
  position: absolute;
  height: 80px;
  width: 80px;
  left: 50%;
  top: 50%;
  margin-left: -40px;
  margin-top: -40px;
  background: url(owl.video.play.png) no-repeat;
  cursor: pointer;
  z-index: 1;
  -webkit-backface-visibility: hidden;
  transition: transform .1s ease;
}

.owl-carousel .owl-video-play-icon:hover {
  transform: scale(1.3, 1.3);
}

.owl-carousel .owl-video-playing .owl-video-play-icon, .owl-carousel .owl-video-playing .owl-video-tn {
  display: none;
}

.owl-carousel .owl-video-tn {
  opacity: 0;
  height: 100%;
  background-position: center center;
  background-repeat: no-repeat;
  background-size: contain;
  transition: opacity .4s ease;
}

.owl-carousel .owl-video-frame {
  position: relative;
  z-index: 1;
  height: 100%;
  width: 100%;
}

/**
 * Owl Carousel v2.2.0
 * Copyright 2013-2016 David Deutsch
 * Licensed under MIT (https://github.com/OwlCarousel2/OwlCarousel2/blob/master/LICENSE)
 */
.owl-theme .owl-dots, .owl-theme .owl-nav {
  text-align: center;
  -webkit-tap-highlight-color: transparent;
}

.owl-theme .owl-nav {
  margin-top: 10px;
}

.owl-theme .owl-nav [class*=owl-] {
  color: #FFF;
  font-size: 14px;
  margin: 5px;
  padding: 4px 7px;
  background: #D6D6D6;
  display: inline-block;
  cursor: pointer;
  border-radius: 3px;
}

.owl-theme .owl-nav [class*=owl-]:hover {
  background: #869791;
  color: #FFF;
  text-decoration: none;
}

.owl-theme .owl-nav .disabled {
  opacity: .5;
  cursor: default;
}

.owl-theme .owl-nav.disabled + .owl-dots {
  margin-top: 10px;
}

.owl-theme .owl-dots .owl-dot {
  display: inline-block;
  zoom: 1;
}

.owl-theme .owl-dots .owl-dot span {
  width: 10px;
  height: 10px;
  margin: 5px 7px;
  background: #D6D6D6;
  display: block;
  -webkit-backface-visibility: visible;
  transition: opacity .2s ease;
  border-radius: 30px;
}

.owl-theme .owl-dots .owl-dot.active span, .owl-theme .owl-dots .owl-dot:hover span {
  background: #869791;
}

/* ==========================================================================
   $BASE-PICKER
   ========================================================================== */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
.picker {
  font-size: 16px;
  text-align: left;
  line-height: 1.2;
  color: #000000;
  position: absolute;
  z-index: 10000;
  -webkit-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

/**
 * The picker input element.
 */
.picker__input {
  cursor: default;
}

/**
 * When the picker is opened, the input element is “activated”.
 */
.picker__input.picker__input--active {
  border-color: #0089ec;
}

/**
 * The holder is the only “scrollable” top-level container element.
 */
.picker__holder {
  width: 100%;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

/*!
 * Default mobile-first, responsive styling for pickadate.js
 * Demo: http://amsul.github.io/pickadate.js
 */
/**
 * Note: the root picker element should *NOT* be styled more than what’s here.
 */
/**
 * Make the holder and frame fullscreen.
 */
.picker__holder,
.picker__frame {
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  transform: translateY(100%);
}

/**
 * The holder should overlay the entire screen.
 */
.picker__holder {
  position: fixed;
  transition: background 0.15s ease-out, transform 0s 0.15s;
  -webkit-backface-visibility: hidden;
}

/**
 * The frame that bounds the box contents of the picker.
 */
.picker__frame {
  position: absolute;
  margin: 0 auto;
  min-width: 256px;
  max-width: 666px;
  width: 100%;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  filter: alpha(opacity=0);
  -moz-opacity: 0;
  opacity: 0;
  transition: all 0.15s ease-out;
}

@media (min-height: 33.875em) {
  .picker__frame {
    overflow: visible;
    top: auto;
    bottom: -100%;
    max-height: 80%;
  }
}

@media (min-height: 40.125em) {
  .picker__frame {
    margin-bottom: 7.5%;
  }
}

/**
 * The wrapper sets the stage to vertically align the box contents.
 */
.picker__wrap {
  display: table;
  width: 100%;
  height: 100%;
}

@media (min-height: 33.875em) {
  .picker__wrap {
    display: block;
  }
}

/**
 * The box contains all the picker contents.
 */
.picker__box {
  background: #ffffff;
  display: table-cell;
  vertical-align: middle;
}

@media (min-height: 26.5em) {
  .picker__box {
    font-size: 1.25em;
  }
}

@media (min-height: 33.875em) {
  .picker__box {
    display: block;
    font-size: 1.33em;
    border: 1px solid #777777;
    border-top-color: #898989;
    border-bottom-width: 0;
    border-radius: 5px 5px 0 0;
    box-shadow: 0 12px 36px 16px rgba(0, 0, 0, 0.24);
  }
}

@media (min-height: 40.125em) {
  .picker__box {
    font-size: 1.5em;
    border-bottom-width: 1px;
    border-radius: 5px;
  }
}

/**
 * When the picker opens...
 */
.picker--opened .picker__holder {
  transform: translateY(0);
  background: transparent;
  -ms-filter: "progid:DXImageTransform.Microsoft.gradient(startColorstr=#1E000000,endColorstr=#1E000000)";
  zoom: 1;
  background: rgba(0, 0, 0, 0.32);
  transition: background 0.15s ease-out;
}

.picker--opened .picker__frame {
  transform: translateY(0);
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  filter: alpha(opacity=100);
  -moz-opacity: 1;
  opacity: 1;
}

@media (min-height: 33.875em) {
  .picker--opened .picker__frame {
    top: auto;
    bottom: 0;
  }
}

/* ==========================================================================
   $BASE-DATE-PICKER
   ========================================================================== */
/**
 * The picker box.
 */
.picker__box {
  padding: 0 1em;
}

/**
 * The header containing the month and year stuff.
 */
.picker__header {
  text-align: center;
  position: relative;
  margin-top: .75em;
}

/**
 * The month and year labels.
 */
.picker__month,
.picker__year {
  font-weight: 500;
  display: inline-block;
  margin-left: .25em;
  margin-right: .25em;
}

.picker__year {
  color: #999999;
  font-size: .8em;
  font-style: italic;
}

/**
 * The month and year selectors.
 */
.picker__select--month,
.picker__select--year {
  border: 1px solid #b7b7b7;
  height: 2em;
  padding: .5em;
  margin-left: .25em;
  margin-right: .25em;
}

@media (min-width: 24.5em) {
  .picker__select--month,
  .picker__select--year {
    margin-top: -0.5em;
  }
}

.picker__select--month {
  width: 35%;
}

.picker__select--year {
  width: 22.5%;
}

.picker__select--month:focus,
.picker__select--year:focus {
  border-color: #0089ec;
}

/**
 * The month navigation buttons.
 */
.picker__nav--prev,
.picker__nav--next {
  position: absolute;
  padding: .5em 1.25em;
  width: 1em;
  height: 1em;
  box-sizing: content-box;
  top: -0.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev,
  .picker__nav--next {
    top: -0.33em;
  }
}

.picker__nav--prev {
  left: -1em;
  padding-right: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--prev {
    padding-right: 1.5em;
  }
}

.picker__nav--next {
  right: -1em;
  padding-left: 1.25em;
}

@media (min-width: 24.5em) {
  .picker__nav--next {
    padding-left: 1.5em;
  }
}

.picker__nav--prev:before,
.picker__nav--next:before {
  content: " ";
  border-top: .5em solid transparent;
  border-bottom: .5em solid transparent;
  border-right: 0.75em solid #000000;
  width: 0;
  height: 0;
  display: block;
  margin: 0 auto;
}

.picker__nav--next:before {
  border-right: 0;
  border-left: 0.75em solid #000000;
}

.picker__nav--prev:hover,
.picker__nav--next:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__nav--disabled,
.picker__nav--disabled:hover,
.picker__nav--disabled:before,
.picker__nav--disabled:before:hover {
  cursor: default;
  background: none;
  border-right-color: #f5f5f5;
  border-left-color: #f5f5f5;
}

/**
 * The calendar table of dates
 */
.picker__table {
  text-align: center;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  font-size: inherit;
  width: 100%;
  margin-top: .75em;
  margin-bottom: .5em;
}

@media (min-height: 33.875em) {
  .picker__table {
    margin-bottom: .75em;
  }
}

.picker__table td {
  margin: 0;
  padding: 0;
}

/**
 * The weekday labels
 */
.picker__weekday {
  width: 14.285714286%;
  font-size: .75em;
  padding-bottom: .25em;
  color: #999999;
  font-weight: 500;
  /* Increase the spacing a tad */
}

@media (min-height: 33.875em) {
  .picker__weekday {
    padding-bottom: .5em;
  }
}

/**
 * The days on the calendar
 */
.picker__day {
  padding: .3125em 0;
  font-weight: 200;
  border: 1px solid transparent;
}

.picker__day--today {
  position: relative;
}

.picker__day--today:before {
  content: " ";
  position: absolute;
  top: 2px;
  right: 2px;
  width: 0;
  height: 0;
  border-top: 0.5em solid #0059bc;
  border-left: .5em solid transparent;
}

.picker__day--disabled:before {
  border-top-color: #aaaaaa;
}

.picker__day--outfocus {
  color: #dddddd;
}

.picker__day--infocus:hover,
.picker__day--outfocus:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--highlighted {
  border-color: #0089ec;
}

.picker__day--highlighted:hover,
.picker--focused .picker__day--highlighted {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
}

.picker__day--selected,
.picker__day--selected:hover,
.picker--focused .picker__day--selected {
  background: #0089ec;
  color: #ffffff;
}

.picker__day--disabled,
.picker__day--disabled:hover,
.picker--focused .picker__day--disabled {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__day--highlighted.picker__day--disabled,
.picker__day--highlighted.picker__day--disabled:hover {
  background: #bbbbbb;
}

/**
 * The footer containing the "today", "clear", and "close" buttons.
 */
.picker__footer {
  text-align: center;
}

.picker__button--today,
.picker__button--clear,
.picker__button--close {
  border: 1px solid #ffffff;
  background: #ffffff;
  font-size: .8em;
  padding: .66em 0;
  font-weight: bold;
  width: 33%;
  display: inline-block;
  vertical-align: bottom;
}

.picker__button--today:hover,
.picker__button--clear:hover,
.picker__button--close:hover {
  cursor: pointer;
  color: #000000;
  background: #b1dcfb;
  border-bottom-color: #b1dcfb;
}

.picker__button--today:focus,
.picker__button--clear:focus,
.picker__button--close:focus {
  background: #b1dcfb;
  border-color: #0089ec;
  outline: none;
}

.picker__button--today:before,
.picker__button--clear:before,
.picker__button--close:before {
  position: relative;
  display: inline-block;
  height: 0;
}

.picker__button--today:before,
.picker__button--clear:before {
  content: " ";
  margin-right: .45em;
}

.picker__button--today:before {
  top: -0.05em;
  width: 0;
  border-top: 0.66em solid #0059bc;
  border-left: .66em solid transparent;
}

.picker__button--clear:before {
  top: -0.25em;
  width: .66em;
  border-top: 3px solid #ee2200;
}

.picker__button--close:before {
  content: "\D7";
  top: -0.1em;
  vertical-align: top;
  font-size: 1.1em;
  margin-right: .35em;
  color: #777777;
}

.picker__button--today[disabled],
.picker__button--today[disabled]:hover {
  background: #f5f5f5;
  border-color: #f5f5f5;
  color: #dddddd;
  cursor: default;
}

.picker__button--today[disabled]:before {
  border-top-color: #aaaaaa;
}

/* ==========================================================================
   $DEFAULT-DATE-PICKER
   ========================================================================== */
.page-template-template-course,
.page-template-template-registration-confirmation,
.home.page-template-template-home,
.page-template-template-inscription {
  padding-top: 9rem;
}

@media screen and (min-width: 1024px) {
  .page-template-template-course,
  .page-template-template-registration-confirmation,
  .home.page-template-template-home,
  .page-template-template-inscription {
    padding-top: 12.4rem;
  }
}

.home.page-template-template-home {
  background-color: #fff;
}

.page-template-template-inscription .h2 {
  font-size: 6.4rem;
}

@media screen and (max-width: 639px) {
  .page-template-template-inscription .h2 {
    font-size: 4.6rem;
  }
}

.page-template-template-inscription .h2 + .home-flexible {
  margin-top: 0;
}

.page-template-template-inscription .block-content {
  margin-bottom: 6.4rem;
}

.page-template-template-inscription .block-content .h2 {
  margin-bottom: 4rem;
}

@media screen and (min-width: 1024px) {
  .page-template-template-inscription .tabs--horizontal .tabs__tab--horizontal .tab__content {
    padding: 6.4rem;
  }
}

.page-template-template-inscription .block-content {
  margin-bottom: 6.4rem;
}

.full-section {
  height: 100vh;
  padding-bottom: 100%;
}

@media screen and (max-width: 1023px) {
  .full-section {
    padding-bottom: 0;
    height: auto;
  }
}

.home-flexible {
  margin-top: 6rem;
}

@media screen and (max-width: 639px) {
  .home-flexible {
    margin-top: 2rem;
  }
}

.home-flexible .block-content > .h3 {
  margin-bottom: 4rem;
}

.home-flexible + .featured-articles {
  padding-top: 0;
}

.home-partners {
  background-color: #FBFAF7;
  padding-top: 6rem;
  padding-bottom: 6rem;
}

@media screen and (min-width: 1024px) {
  .home-partners {
    margin-top: 2rem;
  }
}

@media screen and (min-width: 90em) {
  .home-partners {
    padding-top: 12rem;
    padding-bottom: 12rem;
  }
}

.home-partners .wrapper, .home-partners .wrapper--1000, .home-partners .nf-before-form-content, .home-partners .wrapper--1240 {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr;
      grid-template-columns: 1fr;
  gap: 3rem;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (min-width: 1024px) {
  .home-partners .wrapper, .home-partners .wrapper--1000, .home-partners .nf-before-form-content, .home-partners .wrapper--1240 {
    gap: 7.5rem;
    -ms-grid-columns: 1fr 1fr;
        grid-template-columns: 1fr 1fr;
  }
}

@media screen and (min-width: 90em) {
  .home-partners .wrapper, .home-partners .wrapper--1000, .home-partners .nf-before-form-content, .home-partners .wrapper--1240 {
    gap: 21.6rem;
  }
}

.home-partners h3 {
  color: #5CB064;
  transition: transform 0.2s ease-in-out;
}

.home-partners p {
  font: 18px/1.2 BlenderProMedium;
  color: rgba(0, 0, 0, 0.6);
}

.home-partners .home-partners__title {
  margin-bottom: 1.5rem;
}

.home-partners a.home-partners__title {
  display: -ms-inline-flexbox;
  display: inline-flex;
  -ms-flex-align: center;
      align-items: center;
  gap: 1.5rem;
}

.home-partners a.home-partners__title:hover {
  text-decoration: none;
}

.home-partners a.home-partners__title:hover h3 {
  color: #6db874;
}

.home-partners a.home-partners__title:hover svg {
  fill: #6db874;
}

.home-partners a.home-partners__title svg {
  width: 22px;
  height: 19px;
  fill: #5CB064;
  transition: transform 0.2s ease-in-out;
}

.home-partners .home-partners__logos {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: distribute;
      justify-content: space-around;
}

.home-partners .home-partners__logos img {
  margin: 20px 10px 0;
  max-width: 12.8rem;
}

@media screen and (min-width: 640px) {
  .home-partners .home-partners__logos img {
    margin: 20px 25px 0;
  }
}

.appear {
  background: url("../images/bg-homepage.jpg") no-repeat;
  background-size: cover;
  background-attachment: fixed;
  height: 100vh;
  padding-bottom: 100%;
  position: relative;
}

@media screen and (max-width: 1023px) {
  .appear {
    height: 100vh;
    background-attachment: scroll;
    padding-bottom: 0;
    background-position: 50% 50%;
  }
}

.appear svg {
  width: 313px;
  height: 401px;
  margin: 0 auto -180px auto;
  display: block;
}

@media screen and (max-width: 1023px) {
  .appear svg {
    margin: 0;
    width: auto;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate3d(-50%, -50%, 0);
  }
}

@media screen and (max-width: 639px) {
  .appear svg {
    height: auto;
  }
}

.appear__content {
  padding-top: 256px;
  border-bottom: 75px solid transparent;
}

@media screen and (max-width: 1023px) {
  .appear__content {
    padding-top: 120px;
    border-bottom: none;
    background-color: transparent !important;
  }
}

.appear__after, .appear__before {
  position: absolute;
  width: 14%;
  height: 100%;
  top: 0;
}

@media screen and (max-width: 1023px) {
  .appear__after, .appear__before {
    display: none;
  }
}

.appear__before {
  left: 0;
}

.appear__after {
  right: 0;
}

.home-go {
  background: url("../images/svg/logo-go.svg") no-repeat;
  background-size: 887px 533px;
  background-position: 50% 208px;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .home-go {
    background-size: 480px;
    background-attachment: local;
    background-position: 50% 170px;
  }
}

@media screen and (max-width: 639px) {
  .home-go {
    background-size: 240px;
  }
}

.home-go__content {
  padding-top: 328px;
}

@media screen and (max-width: 1023px) {
  .home-go__content {
    padding: 188px 0;
  }
}

@media screen and (max-width: 639px) {
  .home-go__content {
    padding: 88px 10px;
  }
}

.home-go__title {
  color: #3750A0;
  font: 140px/1 BlenderProHeavy;
  text-transform: uppercase;
  display: inline-block;
}

@media screen and (max-width: 1023px) {
  .home-go__title {
    font-size: 52px;
  }
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .home-go__title {
    font-size: 92px;
  }
}

.home-go__subtitle {
  color: #000;
  font: 34px/1 BlenderProBold;
  display: inline-block;
}

@media screen and (min-width: 640px) {
  .home-go__subtitle {
    font-size: 38px;
  }
}

.featured-articles {
  background: white;
  padding: 60px 0;
}

.featured-articles__link-all {
  color: #3750A0;
  display: inline-block;
  font: 24px/1 BlenderProBold;
  padding-bottom: 5px;
  border-bottom: 2px solid #BED746;
}

.featured-articles__link-all:hover, .featured-articles__link-all:focus {
  color: #3750A0;
  text-decoration: none;
  border-bottom-color: #F0008C;
}

footer {
  font: 18px/1.44 BlenderProMedium;
}

.footer {
  padding-bottom: 80px;
  padding-top: 80px;
  color: #221F20;
}

@media screen and (max-width: 1023px) {
  .footer {
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer .wrapper, .footer .wrapper--1000, .footer .nf-before-form-content, .footer .wrapper--1240 {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-align: center;
      align-items: center;
  -ms-flex-pack: justify;
      justify-content: space-between;
  width: 100%;
}

@media screen and (max-width: 1023px) {
  .footer .wrapper, .footer .wrapper--1000, .footer .nf-before-form-content, .footer .wrapper--1240 {
    -ms-flex-flow: column wrap;
        flex-flow: column wrap;
  }
}

.footer--generic {
  background-color: #FFF;
  border-top: 1px solid #C8C7C8;
}

.footer--race {
  color: #FFF;
}

.footer__col {
  position: relative;
  -ms-flex: 1 0 33%;
      flex: 1 0 33%;
}

@media screen and (max-width: 1023px) {
  .footer__col {
    -ms-flex: 1;
        flex: 1;
    width: 300px;
  }
}

@media screen and (max-width: 639px) {
  .footer__col {
    width: 280px;
  }
}

.footer__col--center {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: column wrap;
      flex-flow: column wrap;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1023px) {
  .footer__col--center {
    -ms-flex-order: 1;
        order: 1;
    -ms-flex-item-align: center;
        -ms-grid-row-align: center;
        align-self: center;
  }
}

.footer__col:not(.footer__col--center) {
  padding-left: 50px;
}

@media screen and (max-width: 1023px) {
  .footer__col:not(.footer__col--center) {
    -ms-flex-order: 2;
        order: 2;
    padding-left: 0;
    margin-bottom: 20px;
  }
}

.footer__social {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
}

@media screen and (max-width: 1023px) {
  .footer__social {
    margin-bottom: 50px;
  }
}

.footer__social a {
  margin: 0 15px;
}

.footer--race .footer__social {
  display: none;
}

.footer__logo-qc {
  margin-bottom: 40px;
}

@media screen and (max-width: 1023px) {
  .footer__logo-qc {
    margin: 40px 0;
    width: 100%;
  }
}

.footer__address {
  font-style: normal;
}

.footer__title {
  font: 20px/1 BlenderProHeavy;
  color: #FFF;
  transform: translate3d(-46%, -50%, 0) rotate(-90deg);
  position: absolute;
  top: 50%;
  left: 0;
  text-align: center;
}

@media screen and (max-width: 1023px) {
  .footer__title {
    transform: none;
    position: static;
    top: 0;
    margin-bottom: 0;
  }
}

.footer__nav ul {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  -ms-flex-pack: start;
      justify-content: flex-start;
  list-style-type: none;
  padding: 0;
}

.footer__nav li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

.footer__nav li.current_page_item a {
  text-decoration: underline;
}

.footer__nav a {
  color: #221F20;
}

.footer--race .footer__nav a {
  color: #FFF;
}

.footer__nav a:hover, .footer__nav a:focus {
  text-decoration: underline;
}

.footer__partners {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex-align: center;
      align-items: center;
  width: 100%;
  background-color: #FFF;
}

.footer__partners .wrapper, .footer__partners .wrapper--1000, .footer__partners .nf-before-form-content, .footer__partners .wrapper--1240 {
  display: block;
}

.footer__partners-category {
  border-top: 1px solid #C8C7C8;
  padding-top: 35px;
}

.footer__partners-category h4 {
  color: #231F20;
}

.footer__partners-wrapper {
  -ms-flex-flow: row wrap;
      flex-flow: row wrap;
  padding-top: 5px;
  padding-bottom: 35px;
  width: 100%;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -ms-flex-align: center;
      align-items: center;
}

.footer__partners-wrapper img {
  margin: 20px 10px 0;
  max-width: 150px;
}

@media screen and (min-width: 640px) {
  .footer__partners-wrapper img {
    margin: 10px 20px;
  }
}

.page-template-template-course .footer__partners-category:first-of-type {
  border: none;
}

.copyright {
  color: white;
  background-color: #221F20;
  padding: 30px 10px;
  text-align: center;
  font: 16px/1 BlenderProMedium;
}

.copyright a {
  color: white;
}

.error404 .blog-articles__post,
.page-template:not(.page-template-template-blog) .blog-articles__post {
  -ms-flex: 1 0 33%;
      flex: 1 0 33%;
}

@media screen and (min-width: 640px) and (max-width: 1023px) {
  .error404 .blog-articles__post,
  .page-template:not(.page-template-template-blog) .blog-articles__post {
    -ms-flex: 1 0 50%;
        flex: 1 0 50%;
  }
}

@media screen and (max-width: 639px) {
  .error404 .blog-articles__post,
  .page-template:not(.page-template-template-blog) .blog-articles__post {
    -ms-flex: 1 0 100%;
        flex: 1 0 100%;
  }
}

.blog-wrapper {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: justify;
      justify-content: space-between;
}

@media screen and (max-width: 639px) {
  .blog-wrapper {
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

.blog-sidebar {
  margin-right: 65px;
}

@media screen and (max-width: 639px) {
  .blog-sidebar {
    margin: 60px 0 0 0;
    -ms-flex-order: 2;
        order: 2;
  }
}

.blog-top-pagination {
  display: none;
}

@media screen and (max-width: 639px) {
  .blog-top-pagination {
    display: block;
    width: 100%;
  }
}

.blog-articles__loop {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-pack: justify;
      justify-content: space-between;
  -ms-flex: 1;
      flex: 1;
}

.blog-articles__post {
  position: relative;
  -ms-flex: 1 0 100%;
      flex: 1 0 100%;
}

.blog-articles__post .view-article {
  display: none;
}

.blog-articles__post-inner {
  padding: 0 30px 50px;
  position: relative;
}

.blog-articles__post-inner--center {
  max-width: 820px;
  margin: 0 auto;
}

.blog-articles__postmetadata {
  margin-bottom: 10px !important;
  line-height: 1;
}

.blog-articles__postmetadata a {
  color: #908f8f;
  font-size: 18px;
  transition: all ease 0.3s;
}

.blog-articles__postmetadata a:hover {
  color: #000;
  text-decoration: none;
}

.blog-articles__link {
  color: #221f20;
  display: block;
  transform: translate3d(0, 0, 0) scale(1);
  transition: transform 0.2s ease-in-out;
  margin-bottom: 20px;
}

.blog-articles__link:hover, .blog-articles__link:focus {
  color: #000;
  text-decoration: none;
  transform: translate3d(0, -3px, 0) scale(1.01);
}

.blog-articles__date {
  transform: translate3d(-52%, 0, 0) rotate(-90deg);
  position: absolute;
  padding: 0;
  left: 10px;
  top: 45px;
  font: 16px/1 BlenderProHeavy;
}

.blog-articles__icon {
  transform: rotate(-180deg);
  height: 24px;
  width: 34px;
  margin: 10px;
}

.blog-articles__title {
  font: 38px/1 BlenderProBold;
  margin-bottom: 20px;
}

.blog-articles__entry {
  font: 20px/1.3 BlenderProBook;
}

.blog-articles__button {
  width: 64px;
  height: 44px;
  display: inline-block;
  padding: 0;
}

.blog-articles__thumbnail {
  display: block;
  max-width: 100%;
  margin: 10px 0;
}

.blog-articles__thumbnail--center {
  margin: 40px auto 40px;
}

.pagination {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-pack: center;
      justify-content: center;
  margin: 40px 0;
}

.page-numbers {
  color: #F0008C;
  margin: 0 10px;
}

a.page-numbers {
  color: #000;
}

a.page-numbers:hover, a.page-numbers:focus {
  color: #F0008C;
  text-decoration: none;
}

.current-cat a {
  text-decoration: underline;
}

.registration-confirmation__form {
  text-align: center;
}

.registration-confirmation__form input[type="number"],
.registration-confirmation__form input[type="tel"],
.registration-confirmation__form input[type="text"],
.registration-confirmation__form input[type="email"] {
  margin-bottom: 10px;
}

.registration-confirmation .registration-race__header {
  text-align: center;
}

.registration-confirmation .registration-race__header h3 {
  margin-bottom: 0;
}

.registration-confirmation .registration-race__header h4 {
  margin-bottom: 80px;
}

.registration-confirmation .registration-race__logo {
  margin: 0 auto;
  width: 200px;
}

.registration-confirmation .registration-race__logo svg * {
  fill: #000 !important;
}

.registration-confirmation .registration-race__time {
  font-family: BlenderProHeavy;
  font-size: 20px;
}

.registration-confirmation .registration-subscription__infos {
  border: 1px solid #ddd;
  margin: 50px 0;
  padding: 40px 60px;
}

@media screen and (min-width: 1024px) {
  .registration-confirmation .registration-subscription__infos {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-flow: row wrap;
        flex-flow: row wrap;
  }
}

.registration-confirmation .subscription__info {
  display: block;
  padding: 6px 0;
}

@media screen and (min-width: 1024px) {
  .registration-confirmation .subscription__info {
    width: 50%;
  }
}

.registration-confirmation .subscription__info strong {
  font-size: 22px;
}

.registration-confirmation .subscription__info.subscription__info--bib strong {
  border: 2px solid green;
  border-radius: 3px;
  display: inline-block;
  margin: 0 0 0 4px;
  padding: 4px 16px;
}
