/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */
/* Document
========================================================================== */
/**
* 1. Correct the line height in all browsers.
* 2. Prevent adjustments of font size after orientation changes in iOS.
*/
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/**
* Set up a decent box model on the root element
*/
html {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  scroll-behavior: smooth;
}

/**
* Make all elements from the DOM inherit from the parent box-sizing
* Since `*` has a specificity of 0, it does not override the `html` value
* making all elements inheriting from the root box-sizing value
* See: https://css-tricks.com/inheriting-box-sizing-probably-slightly-better-best-practice/
*/
*,
*::before,
*::after {
  -webkit-box-sizing: inherit;
  box-sizing: inherit;
  margin: 0;
}

/**
* Basic styles for links
*/
a {
  color: #e20915;
  text-decoration: none;
}

/**
* Basic typography style for copy text
*/
body {
  color: #222222;
  font: normal 125%/1.4 "Montserrat", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
}

/**
* Clear inner floats
*/
.clearfix::after {
  clear: both;
  content: '';
  display: table;
}

/**
* Main content containers
* 1. Make the container full-width with a maximum width
* 2. Center it in the viewport
* 3. Leave some space on the edges, especially valuable on small screens
*/
.container {
  max-width: 1180px;
  /* 1 */
  margin-left: auto;
  /* 2 */
  margin-right: auto;
  /* 2 */
  padding-left: 20px;
  /* 3 */
  padding-right: 20px;
  /* 3 */
  width: 100%;
  /* 1 */
}

/**
* Hide text while making it readable for screen readers
* 1. Needed in WebKit-based browsers because of an implementation bug;
*    See: https://code.google.com/p/chromium/issues/detail?id=457146
*/
.hide-text {
  overflow: hidden;
  padding: 0;
  /* 1 */
  text-indent: 101%;
  white-space: nowrap;
}

/**
* Hide element while making it readable for screen readers
* Shamelessly borrowed from HTML5Boilerplate:
* https://github.com/h5bp/html5-boilerplate/blob/master/src/css/main.css#L119-L133
*/
.visually-hidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.blue-color {
  color: #003893;
}

.red-color {
  color: #e20915;
}

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

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

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

.padded {
  padding: 90px 0;
}

.text-size-base {
  font-size: 14px;
}

.full-link {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 99;
}

header {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 9;
  background-color: rgba(255, 255, 255, 0.55);
  -webkit-box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
  box-shadow: rgba(50, 50, 93, 0.25) 0px 13px 27px -5px, rgba(0, 0, 0, 0.3) 0px 8px 16px -8px;
}

header .head-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  padding: 18px 0;
}

header .head-wrap #logo {
  width: 240px;
}

header .head-wrap #logo img {
  max-width: 100%;
  height: auto;
  display: block;
}

header .head-wrap .head-right {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

header .head-wrap .head-right .date-race {
  margin-right: 48px;
  border: 3px solid #e5ae2e;
  padding: 8px 14px;
  border-right: transparent;
  color: #131313;
  position: relative;
  font-size: 16px;
  letter-spacing: 0.5px;
  font-weight: 500;
}

header .head-wrap .head-right .date-race:before {
  content: '';
  position: absolute;
  top: 8px;
  right: -25px;
  width: 30px;
  height: 2px;
  background-color: #e5ae2e;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

header .head-wrap .head-right .date-race:after {
  content: '';
  position: absolute;
  bottom: 8px;
  right: -25px;
  width: 30px;
  height: 2px;
  background-color: #e5ae2e;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.nav-menu li a:hover {
  color: #e20915;
}

/* footer {
  background-color: #003893;
} */

footer.padded {
  padding-bottom: 50px;
}

footer .foot-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

footer .foot-logo img {
  height: 60px;
  margin-right: 24px;
}

footer .foot-logo img:last-of-type {
  height: 40px;
}

footer .footer-menu {
  padding: 0;
  padding-left: 32px;
  list-style-type: none;
}

footer .footer-menu li {
  position: relative;
  display: inline-block;
}

footer .footer-menu li a {
  font-size: 16px;
  /* color: #fff; */
  display: block;
  line-height: 2.5;
  margin: 24px 16px;
}

footer .footer-menu li a:hover {
  color: #e20915;
}

footer .social-media {
  padding: 0;
  margin: 0;
  list-style-type: none;
  margin-top:24px;
}
footer h3{
  font-size: 48px;
  font-weight: 800;
  margin-bottom:32px;
  text-transform: uppercase;
}

footer h3 span{
  font-style: italic;
}

.form-check-input{
  margin-top:5px;
}
/* footer h3{
  font-size: 24px;
  font-weight: 600;
  margin-bottom:32px;
  text-transform: uppercase;
  text-align: center;
}

footer h3 span{
  font-style: italic;
  display: block;
  font-size: 48px;
  border:4px solid #e20915;
  width: fit-content;
  margin:6px auto;
  padding:6px 12px;
} */

footer .social-media li {
  display: inline-block;
  margin-right: 24px;
}

footer .social-media li a {
  color: #003893;
  font-size: 20px;
}

footer .social-media li a:hover {
  color: #e20915;
}

.button {
  pointer-events: auto;
  cursor: pointer;
  background: #e20915;
  border: none;
  padding: 12px 32px;
  font-family: "Montserrat", "Open Sans", "Helvetica Neue Light", "Helvetica Neue", "Helvetica", "Arial", sans-serif;
  margin: 0;
  font-family: inherit;
  font-size: inherit;
  position: relative;
  display: inline-block;
}

.button::before,
.button::after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.button--telesto {
  overflow: hidden;
  font-weight: 400;
  font-size: 13px;
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
}

.button--telesto span {
  display: block;
  position: relative;
  z-index: 1;
}

.button--telesto > span {
  overflow: hidden;
}

.button--telesto:hover > span > span {
  -webkit-animation: MoveRightInitial 0.1s forwards, MoveRightEnd 0.3s forwards 0.2s;
  animation: MoveRightInitial 0.1s forwards, MoveRightEnd 0.3s forwards 0.2s;
}

@-webkit-keyframes MoveRightInitial {
  to {
    -webkit-transform: translate3d(105%, 0, 0);
    transform: translate3d(105%, 0, 0);
  }
}

@keyframes MoveRightInitial {
  to {
    -webkit-transform: translate3d(105%, 0, 0);
    transform: translate3d(105%, 0, 0);
  }
}

@-webkit-keyframes MoveRightEnd {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

@keyframes MoveRightEnd {
  from {
    -webkit-transform: translate3d(-100%, 0, 0);
    transform: translate3d(-100%, 0, 0);
  }
  to {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.button--telesto::before,
.button--telesto::after {
  content: '';
  background: #003893;
}

.button--telesto::before {
  width: 135%;
  -webkit-clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
  clip-path: polygon(75% 0%, 100% 50%, 75% 100%, 0% 100%, 0% 0%);
  -webkit-transform: translate3d(-100%, 0, 0);
  transform: translate3d(-100%, 0, 0);
}

.button--telesto:hover::before {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--telesto::after {
  width: 105%;
  -webkit-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

.button--telesto:hover::after {
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: -webkit-transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
  transition: transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1), -webkit-transform 0.01s 0.3s cubic-bezier(0.7, 0, 0.2, 1);
}

#landing-main {
  position: relative;
}

.landing-swipe {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height:100vh;
  width: 100%;
  position: relative;
}

.vide-bg{
  width: 100%;
  height: 100%;
}
.vide-bg video{
  position: absolute;
  
  top:0;
  left:0;
  width: 100%;
  height: 100%;
  z-index:3;
  object-fit: cover;
  object-position: center;
}

/*.landing-swipe:before {*/
/*  content: '';*/
/*  position: absolute;*/
/*  top: 0;*/
/*  left: 0;*/
/*  width: 100%;*/
/*  height: 100%;*/
/*  background: black;*/
/*  background: radial-gradient(circle, rgba(0, 0, 0, 0) 0%, black 85%);*/
/*  opacity: 0.8;*/
/*}*/

#landing-content {
  position: absolute;
  bottom: 110px;
  left: 10%;
  z-index: 9;
}

#landing-content h2 {
  color: #fff;
  font-size: 56px;
}

#landing-content p {
  font-size: 16px;
  color: #fff;
}

#landing:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: white;
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 255, 255, 0.75)), color-stop(20%, rgba(255, 255, 255, 0)));
  background: linear-gradient(180deg, rgba(255, 255, 255, 0.75) 0%, rgba(255, 255, 255, 0) 20%);
  z-index: 0;
}

.landing-countdown {
  position: absolute;
  padding: 30px 15px;
  bottom: 24px;
  right: 24px;
  z-index: 4;
  background-image: url("../images/pattern.jpg");
  background-size: 25%;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 56, 147, 0.4) 5px 5px, rgba(0, 56, 147, 0.3) 10px 10px, rgba(0, 56, 147, 0.2) 15px 15px, rgba(0, 56, 147, 0.1) 20px 20px, rgba(0, 56, 147, 0.05) 25px 25px;
  box-shadow: rgba(0, 56, 147, 0.4) 5px 5px, rgba(0, 56, 147, 0.3) 10px 10px, rgba(0, 56, 147, 0.2) 15px 15px, rgba(0, 56, 147, 0.1) 20px 20px, rgba(0, 56, 147, 0.05) 25px 25px;
}

.landing-countdown .landing-timer-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.landing-countdown .landing-timer-box .timer-box {
  width: calc(50% - 15px);
  font-size: 60px;
  font-weight: 900;
  letter-spacing: 1px;
  line-height: 1;
  text-align: center;
  margin-bottom: 24px;
  color: #e20915;
}

.landing-countdown .landing-timer-box .timer-box span:last-of-type {
  display: block;
  font-size: 24px;
  font-weight: 400;
  color: #003893;
}

.bottom-white-bar {
  height: 50px;
  position:absolute;
  bottom:0;
  left:0;
  width:100%;
  z-index:999;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  background-color: rgba(226, 9, 21, 0.5);
}

.bottom-white-bar p {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 16px;
  font-weight: 500;
  color: #fff;
}

.bottom-white-bar i {
  font-size: 16px;
  margin-left: 15px;
  -webkit-animation-name: scrollDown;
  animation-name: scrollDown;
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
  -webkit-animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  animation-timing-function: cubic-bezier(0.075, 0.82, 0.165, 1);
  -webkit-animation-iteration-count: infinite;
  animation-iteration-count: infinite;
}

#timer {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#timer span {
  font-size: 26px;
  display: block;
  font-weight: 400;
  color: #003893;
}

#text-only {
  margin-right: 15px;
  color: #e20915;
  width: 100%;
  margin-bottom: 10px;
}

#days {
  font-size: 72px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  margin-right: 60px;
  color: #e20915;
  font-weight: 800;
}

#hours {
  font-size: 72px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  margin-right: 60px;
  color: #e20915;
  font-weight: 800;
}

#minutes {
  font-size: 72px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  margin-right: 60px;
  color: #e20915;
  font-weight: 800;
}

#seconds {
  font-size: 72px;
  line-height: 1;
  text-align: center;
  font-weight: 600;
  /* margin-right: 10px; */
  color: #e20915;
  font-weight: 800;
}

.intro-line {
  font-size: 15px;
  letter-spacing: 1px;
  font-weight: 400;
  margin: 0 0 12px 0;
}

.intro-line img {
  margin-bottom: 12px;
}

.about-section {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center right;
  background-image: url("../images/aboutbanner3.jpg");
  position: relative;
}

.about-section:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0;
  background: #003893;
  background: -webkit-gradient(linear, left top, right top, from(#003893), color-stop(33%, #003893), color-stop(66%, rgba(0, 56, 147, 0.851978)), to(rgba(0, 56, 147, 0.625088)));
  background: linear-gradient(90deg, #003893 0%, #003893 33%, rgba(0, 56, 147, 0.851978) 66%, rgba(0, 56, 147, 0.625088) 100%);
}

.form-group {
  margin-bottom: 24px;
  position: relative;
}

label {
  font-size: 10px;
  margin-bottom: 5px;
  letter-spacing: 1px;
  font-weight: 500;
  opacity: 0.6;
  text-transform: uppercase;
}

:focus {
  outline: none;
}

/* necessary to give position: relative to parent. */
input[type='text'], input[type='email'], input[type='number'], input[type='date'] {
  font: 13px/24px 'Montserrat', sans-serif;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  letter-spacing: 1px;
  color: #333;
}

:focus {
  outline: none;
}

.effect-7,
.effect-8,
.effect-9 {
  padding: 7px 14px 9px;
  -webkit-transition: .4s;
  transition: .4s;
  border: 1px solid #999999;
}

.effect-7 ~ .focus-border:before,
.effect-7 ~ .focus-border:after {
  position: absolute;
  top: 0;
  left: 50%;
  width: 0;
  height: 2px;
  content: '';
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #003893;
}

.effect-7 ~ .focus-border:after {
  top: auto;
  bottom: 0;
}

.effect-7 ~ .focus-border i:before,
.effect-7 ~ .focus-border i:after {
  position: absolute;
  top: 50%;
  left: 0;
  width: 2px;
  height: 0;
  content: '';
  -webkit-transition: .6s;
  transition: .6s;
  background-color: #003893;
}

.effect-7 ~ .focus-border i:after {
  right: 0;
  left: auto;
}

.effect-7:focus ~ .focus-border:before,
.effect-7:focus ~ .focus-border:after {
  left: 0;
  width: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

.effect-7:focus ~ .focus-border i:before,
.effect-7:focus ~ .focus-border i:after {
  top: 0;
  height: 100%;
  -webkit-transition: .6s;
  transition: .6s;
}

.effect-8 ~ .focus-border:before,
.effect-8 ~ .focus-border:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 0;
  height: 2px;
  content: '';
  -webkit-transition: .3s;
  transition: .3s;
  background-color: #003893;
}

.effect-8 ~ .focus-border:after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.effect-8 ~ .focus-border i:before,
.effect-8 ~ .focus-border i:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 2px;
  height: 0;
  content: '';
  -webkit-transition: .4s;
  transition: .4s;
  background-color: #003893;
}

.effect-8 ~ .focus-border i:after {
  top: auto;
  right: 0;
  bottom: 0;
  left: auto;
}

.effect-8:focus ~ .focus-border:before,
.effect-8:focus ~ .focus-border:after {
  width: 100%;
  -webkit-transition: .3s;
  transition: .3s;
}

.effect-8:focus ~ .focus-border i:before,
.effect-8:focus ~ .focus-border i:after {
  height: 100%;
  -webkit-transition: .4s;
  transition: .4s;
}

.about-section h2 {
  font-size: 48px;
  color: #fff;
  line-height: 1;
  margin: 0;
  font-weight: 400;
}

.about-section h2 span {
  display: inline-block;
  font-size: 64px;
  font-weight: 800;
  letter-spacing: 1px;
}

.about-section p {
  font-size: 16px;
  color: #fff;
  letter-spacing: 0.5px;
  padding: 0 20px;
}

.blog-card {
  position: relative;
  margin-bottom: 32px;
}

.blog-card .blog-image {
  margin-bottom: 15px;
}

.blog-card .blog-date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 10px 0;
  opacity: 0.85;
  text-transform: uppercase;
  letter-spacing: 1px;
  font-size: 14px;
  font-weight: 500;
  position: relative;
}

.blog-card .blog-date:before {
  content: '';
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 2px;
  background-color: #e20915;
}

.blog-card .blog-date:after {
  content: '';
  position: absolute;
  bottom: -4px;
  left: 0;
  width: 100%;
  z-index: 0;
  height: 2px;
  background-color: #e20915;
}

.blog-card .blog-title {
  margin: 24px 0 20px 0;
}

.blog-card .blog-description p {
  font-size: 16px;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}

.image-responsive {
  max-width: 100%;
  display: block;
  height: auto;
}

.swiper-button-next, .swiper-button-prev {
  z-index: 99;
}

@-webkit-keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

@keyframes scrollDown {
  0% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
    opacity: 0;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  100% {
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
    opacity: 0;
  }
}

.swiper-button-next:after, .swiper-button-prev:after {
  color: #003893;
}

.page-title {
  padding-top: 150px;
  padding-bottom: 60px;
  background-image: url("../images/pattern.jpg");
  background-color: #ededed;
  background-size: 10%;
}

.page-title h3 {
  font-size: 32px;
}

.form-check {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  -ms-flex-direction: row;
  flex-direction: row;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  margin-bottom: 12px;
  text-align: left;
}

.form-check label {
  text-transform: none;
  opacity: 1;
  letter-spacing: 0.5px;
  font-size: 12px;
  margin-left: 10px;
}

.gal-image {
  margin-bottom: 30px;
}

.is-video {
  position: relative;
}

.is-video i {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  font-size: 48px;
  color: #fff;
  z-index: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}

.is-video:hover i {
  -webkit-transform: translate(-50%, -50%) scale(1.15);
  transform: translate(-50%, -50%) scale(1.15);
}

.menu-trigger {
  margin-left: 24px;
}

.mobile-register {
  display: none !important;
}
.about-section h2 span{
  position: relative;
}
.about-section h2 span:before{
  content:'';
  position: absolute;
  top:-50%;
  left:0;
  width: 50%;
  height:6px;
  background-color: #fff;
  z-index: 2;
}
.about-section h2 span:after{
  content:'';
  position: absolute;
  top:calc(-50% + 12px);
  left:0;
  width: 50%;
  height:6px;
  background-color: #fff;
  z-index: 2;
}

header.sticky {
  position: fixed;
  z-index:999999;
  background-color: #fff;
  -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
}
footer{
  position: relative;
}
footer:before{
  content:'';
  position: absolute;
  bottom:0;
  left: 50%;
  transform: translateX(-50%);
  height:10px;
  width: 85%;
  background-color: #e20915;
  z-index: 2;
}
.main-countdown{
  
}
.main-countdown .landing-timer-box{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: flex-end;
  color: #fff;
  position: relative;
}
.main-countdown .landing-timer-box .timer-box{
  margin-right:32px;
  vertical-align: middle;
  position: relative;
}
.main-countdown .landing-timer-box .timer-box:before{
  content:':';
  color:#fff;
  position: absolute;
  top:0;
  right: -18px;
  z-index: 2;
}
.main-countdown .landing-timer-box .timer-box:last-of-type:before{
  display: none;
}
.main-countdown .landing-timer-box .timer-box span:first-of-type{
  /* color:#003893; */
  /* font-size: 24px; */
  font-weight: 900;
  margin-right:2px;
}

.info-wrapper{
  border:2px solid #e20915;
  position: relative;
}
.registration-info{
  position: absolute;
  top:0;
  left:10px;
  
}
.registration-info span{
  font-size: 16px;
    font-weight: 500;
    text-align: center;
    display: inline-block;
    padding-left: 5px;
}
.registration-info .registrationfee{
  display: block;
    font-weight: 800;
    font-style: italic;
    border: 6px solid #fff;
    padding: 10px 16px;
    background-color: #e20915;
    color: #fff;
    text-align: center;
}
.home-info-section{
  padding:20px 32px;
  border:2px solid #e20915;
  margin-top:50px;
  position: relative;
}
.home-info-section .info-text{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-self: flex-start;
  font-size: 18px;
}
.home-info-section .info-text.fee-text{
  position: absolute;
    top: -24px;
    padding: 8px 16px;
    background-color: #fff;
    border: 2px solid #e20915;
}
.home-info-section .info-text img{
  height: 16px;
  margin-right: 8px;
}
.home-info-section .prize-image{
  display: block;
  max-width: 100%;
  height: auto;
  margin-top:16px;
  margin-bottom:0;
}
.freebie-items p{
  font-size: 14px;
  font-weight:500;
  text-align: center;
}
.winners-info{
  list-style-type: none;
  /* margin-top:24px; */
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  flex-wrap:wrap;
  padding-left:0;
}
.winners-info li{
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
  line-height: 1.8;
}
.winners-info li strong{
  color: #e20915;
  display: block;
}
.winners-info li img{
  height: 10px;
  margin-right: 8px;
  margin-top:8px;
}
.winners-info .winner-prize{
  font-size:24px;
  font-weight: 600;
  margin-top:32px;
  margin-bottom:24px;
}
.winners-info .sedon-third{
  font-size:20px;
  font-weight: 600;
  width: calc(50% - 12px);
  margin-bottom:24px;
}
.winners-info .fth-fth{
  font-size:16px;
  font-weight: 600;
  width: calc(33.33% - 12px);
  margin: 0;
}
.winners-info .fth-fth strong{
  display: block;
}
.winners-info .other-winners{
  font-size:14px;
  font-weight: 600;
  margin: 0;
  margin-top:24px;
  margin-bottom:24px;
}
.winners-info .winner-prize img{
  margin-top:16px;
}
.breaker-text{
  font-size: 42px;
    font-weight: 800;
    margin: 32px 0;
    text-transform: uppercase;
}
.final-message{
  font-size: 16px;
  margin-top:24px;
  margin-bottom:-14px;
}
.about-text-1{
  font-size: 20px;
  line-height: 1;
  font-weight: 800;
  display: flex;
  flex-direction: row;
  align-items: center;
}
.about-text-1 img{
  height: 14px;
  margin-right: 16px;
}
.breaker-text{
  font-size: 42px;
    font-weight: 800;
    margin: 32px 0;
    text-transform: uppercase;
}
.final-message{
  font-size: 16px;
  margin-top:24px;
  margin-bottom:-14px;
}
.race-button{
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;

}

#floating-action{
  position: fixed;
  bottom:150px;
  left:0;
  z-index:9;
}
#floating-action .floating-wrapper{
  margin-bottom:4px;
  overflow: hidden;
}
#floating-action .floating-wrapper .icon{
  width: 50px;
  height: 50px;
  background-color: #003893;
  color: #fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  font-size: 16px;
  position: relative;
  z-index: 2;
  border:2px solid #fff;
}
#floating-action .floating-wrapper .text{
  height: 50px;
  font-size: 16px;
  background-color: #003893;
  color:#fff;
  display: inline-flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 200px;
  opacity:0;
  transform: translateX(-100%);
  transition: all 0.2s ease-in-out;
  border:2px solid #fff;
}
#floating-action .floating-wrapper a:hover .text{
  transform: translateX(0);
  opacity: 1;
}
.img-route{
  position: relative;
}
.route-map{
  width: 100%;
  height: auto;
  display: block;
  margin-top:12px;
}
.expand-button{
  position: absolute;
  top:10px;
  right:15px;
  z-index: 2;
}
@media only screen and (min-width: 1025px) {
  .menu-trigger {
    display: none;
  }
  header .nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    display: none;
  }
  header .nav-menu li {
    display: inline-block;
  }
  header .nav-menu li a {
    display: block;
    font-size: 14px;
    padding: 0 8px;
    color: #444444;
    font-weight: 600;
  }
  .sticky {
    position: fixed;
    background-color: #fff;
    -webkit-box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
    box-shadow: rgba(0, 0, 0, 0.1) 0px 20px 25px -5px, rgba(0, 0, 0, 0.04) 0px 10px 10px -5px;
  }
  .sticky .head-wrap {
    padding: 10px 0;
  }
  .sticky .head-wrap #logo {
    width: 200px;
  }
  /*.sticky .nav-menu {*/
  /*  display: block;*/
  /*  margin-right: 32px;*/
  /*}*/
  .sticky .date-race {
    display: none;
  }
}

@media only screen and (max-width: 1025px) {
  .date-race {
    display: none;
  }
  .nav-menu {
    list-style-type: none;
    margin: 0;
    padding: 0;
    position: absolute;
    top: 100%;
    left: 0;
    background-color: #fff;
    width: 100%;
    padding: 20px 32px;
    display: none;
  }
  .nav-menu li a {
    display: block;
    padding: 12px 12px;
    font-size: 14px;
    border-bottom: 1px solid #eaeaea;
  }
}

@media only screen and (max-width: 575px) {
    #registration-notice h2{
        font-size:24px;
    }
  .bottom-white-bar{
    height: auto;
    padding:10px 0;
  }
  .main-countdown .landing-timer-box .timer-box{
    margin-right:0;
  }
  .main-countdown .landing-timer-box{
    margin-bottom:16px;
  }
  .date-race, .race-button {
    display: none;
  }
  .button--telesto {
    font-size: 12px;
  }
  header .head-wrap #logo {
    width: 150px;
  }
  #landing {
    height: 550px;
  }
  #landing #landing-content {
    padding-left: 30px;
  }
  #landing #landing-content h1 {
    font-size: 36px;
  }
  #timer > div {
    width: 50%;
    margin-right: 0;
    margin-bottom: 16px;
  }
  .about-section .text-right {
    text-align: left;
  }
  .about-section p {
    padding: 0;
    margin-top: 24px;
  }
  
  .foot-logo {
    margin-bottom: 24px;
  }
  footer{
    position: relative;
  }
  
  footer .footer-menu {
    padding-left: 0;
    -webkit-columns: 1;
    columns: 1;
    text-align: center;
    margin-bottom: 24px;
  }
  .social-media {
    text-align: center;
  }
  .landing-countdown {
    display: none;
  }
  #landing-content {
    left: 0;
  }
  #landing-content h2 {
    font-size: 32px;
  }
  .about-section h2 span:before, .about-section h2 span:after{
    right:0;
    left: auto;
    height: 4px;
  }
  footer h3{
    font-size: 32px;
  }
  footer .foot-logo{
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  footer .foot-logo img{
    margin-bottom:16px;
  }
  .landing-swipe {
    height: auto;
  }
  .landing-swipe:before{
    display: none;
  }
  #landing-main{
    margin-top:64px;
    position:relative;
  }
  .vide-bg video{
    position: static;
  }
  .home-info-section .info-text.fee-text{
    font-size: 14px;
  }
  .winners-info{
    display: block;
  }
  .winners-info li{
    width:100% !important;
  }
  .home-info-section .info-text{
    display: block;
  }
  #floating-action .floating-wrapper .icon{
    font-size: 14px;
    width:40px;
    height:40px;
  }
  #floating-action .floating-wrapper .text{
    height:40px;
  }
  #floating-action{
    bottom:50px;
  }
}


.toast-message{
  font-size: 14px !important;
}

@media only screen and (min-width:1920px){
    body{
        max-width:1920px;
        margin:0 auto;
    }
}