/* Firefox */
@media (prefers-color-scheme: dark) {
  :root {
      color-scheme: light;
  }
}

/* Chrome */
@media (forced-colors: active) {
  :root {
      color-scheme: light;
  }
}

/*! normalize-scss | MIT/GPLv2 License | bit.ly/normalize-scss */
/* Document
       ========================================================================== */
/**
     * 1. Correct the line height in all browsers.
     * 2. Prevent adjustments of font size after orientation changes in
     *    IE on Windows Phone and in iOS.
     */
html {
  line-height: 1.15;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}

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

/**
     * Add the correct display in IE 9-.
     */
article,
aside,
footer,
header,
nav,
section {
  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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
figcaption,
figure {
  display: block;
}

/**
     * Add the correct margin in IE 8.
     */
figure {
  margin: 1em 40px;
}

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

/**
     * Add the correct display in IE.
     */
main {
  display: block;
}

/**
     * 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 */
}

/* Links
       ========================================================================== */
/**
     * 1. Remove the gray background on active links in IE 10.
     * 2. Remove gaps in links underline in iOS 8+ and Safari 8+.
     */
a {
  background-color: transparent;
  /* 1 */
  -webkit-text-decoration-skip: objects;
  /* 2 */
}

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

/**
     * Prevent the duplicate application of `bolder` by the next rule in Safari 6.
     */
b,
strong {
  font-weight: inherit;
}

/**
     * 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 style in Android 4.3-.
     */
dfn {
  font-style: italic;
}

/**
     * Add the correct background and color in IE 9-.
     */
mark {
  background-color: #ff0;
  color: #000;
}

/**
     * 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
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
audio,
video {
  display: inline-block;
}

/**
     * Add the correct display in iOS 4-7.
     */
audio:not([controls]) {
  display: none;
  height: 0;
}

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

/**
     * Hide the overflow in IE.
     */
svg:not(:root) {
  overflow: hidden;
}

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

/**
     * Show the overflow in IE.
     */
button {
  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;
}

/**
     * 1. Prevent a WebKit bug where (2) destroys native `audio` and `video`
     *    controls in Android 4.
     * 2. Correct the inability to style clickable types in iOS and Safari.
     */
button,
html [type="button"],
[type="reset"],
[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
}

button,
[type="button"],
[type="reset"],
[type="submit"] {
  /**
       * Remove the inner border and padding in Firefox.
       */
  /**
       * Restore the focus styles unset by the previous rule.
       */
}

button::-moz-focus-inner,
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner {
  border-style: none;
  padding: 0;
}

button:-moz-focusring,
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring {
  outline: 1px dotted ButtonText;
}

/**
     * Show the overflow in Edge.
     */
input {
  overflow: visible;
}

/**
     * 1. Add the correct box sizing in IE 10-.
     * 2. Remove the padding in IE 10-.
     */
[type="checkbox"],
[type="radio"] {
  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 and cancel buttons in Chrome and Safari on macOS.
       */
}

[type="search"]::-webkit-search-cancel-button,
[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 */
}

/**
     * 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 {
  box-sizing: border-box;
  /* 1 */
  display: table;
  /* 1 */
  max-width: 100%;
  /* 1 */
  padding: 0;
  /* 3 */
  color: inherit;
  /* 2 */
  white-space: normal;
  /* 1 */
}

/**
     * 1. Add the correct display in IE 9-.
     * 2. Add the correct vertical alignment in Chrome, Firefox, and Opera.
     */
progress {
  display: inline-block;
  /* 1 */
  vertical-align: baseline;
  /* 2 */
}

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

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

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

/*
     * Add the correct display in IE 9-.
     */
menu {
  display: block;
}

/* Scripting
       ========================================================================== */
/**
     * Add the correct display in IE 9-.
     */
canvas {
  display: inline-block;
}

/**
     * Add the correct display in IE.
     */
template {
  display: none;
}

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

.q-container {
  width: 100%;
  max-width: 1280px;
  padding: 0 5rem;
  margin: 0 auto;
}

.column {
  display: block;
  flex-basis: 0;
  flex-grow: 1;
  flex-shrink: 1;
}

.columns.q-mobile > .column.q-narrow {
  flex: none;
}

.columns.q-mobile > .column.q-full {
  flex: none;
  width: 100%;
}

.columns.q-mobile > .column.q-3-4 {
  flex: none;
  width: 75%;
}

.columns.q-mobile > .column.q-2-3 {
  flex: none;
  width: 66.6666%;
}

.columns.q-mobile > .column.q-1-2 {
  flex: none;
  width: 50%;
}

.columns.q-mobile > .column.q-1-3 {
  flex: none;
  width: 33.3333%;
}

.columns.q-mobile > .column.q-1-4 {
  flex: none;
  width: 25%;
}

.columns.q-mobile > .column.q-offset-3-4 {
  margin-left: 75%;
}

.columns.q-mobile > .column.q-offset-2-3 {
  margin-left: 66.6666%;
}

.columns.q-mobile > .column.q-offset-1-2 {
  margin-left: 50%;
}

.columns.q-mobile > .column.q-offset-1-3 {
  margin-left: 33.3333%;
}

.columns.q-mobile > .column.q-offset-1-4 {
  margin-left: 25%;
}

.columns.q-mobile > .column.q-1 {
  flex: none;
  width: 8.33333%;
}

.columns.q-mobile > .column.q-offset-1 {
  margin-left: 8.33333%;
}

.columns.q-mobile > .column.q-2 {
  flex: none;
  width: 16.66667%;
}

.columns.q-mobile > .column.q-offset-2 {
  margin-left: 16.66667%;
}

.columns.q-mobile > .column.q-3 {
  flex: none;
  width: 25%;
}

.columns.q-mobile > .column.q-offset-3 {
  margin-left: 25%;
}

.columns.q-mobile > .column.q-4 {
  flex: none;
  width: 33.33333%;
}

.columns.q-mobile > .column.q-offset-4 {
  margin-left: 33.33333%;
}

.columns.q-mobile > .column.q-5 {
  flex: none;
  width: 41.66667%;
}

.columns.q-mobile > .column.q-offset-5 {
  margin-left: 41.66667%;
}

.columns.q-mobile > .column.q-6 {
  flex: none;
  width: 50%;
}

.columns.q-mobile > .column.q-offset-6 {
  margin-left: 50%;
}

.columns.q-mobile > .column.q-7 {
  flex: none;
  width: 58.33333%;
}

.columns.q-mobile > .column.q-offset-7 {
  margin-left: 58.33333%;
}

.columns.q-mobile > .column.q-8 {
  flex: none;
  width: 66.66667%;
}

.columns.q-mobile > .column.q-offset-8 {
  margin-left: 66.66667%;
}

.columns.q-mobile > .column.q-9 {
  flex: none;
  width: 75%;
}

.columns.q-mobile > .column.q-offset-9 {
  margin-left: 75%;
}

.columns.q-mobile > .column.q-10 {
  flex: none;
  width: 83.33333%;
}

.columns.q-mobile > .column.q-offset-10 {
  margin-left: 83.33333%;
}

.columns.q-mobile > .column.q-11 {
  flex: none;
  width: 91.66667%;
}

.columns.q-mobile > .column.q-offset-11 {
  margin-left: 91.66667%;
}

.columns.q-mobile > .column.q-12 {
  flex: none;
  width: 100%;
}

.columns.q-mobile > .column.q-offset-12 {
  margin-left: 100%;
}

@media screen and (max-width: 768px) {
  .column.q-narrow-mobile {
    flex: none;
  }

  .column.q-full-mobile {
    flex: none;
    width: 100%;
  }

  .column.q-3-4-mobile {
    flex: none;
    width: 75%;
  }

  .column.q-2-3-mobile {
    flex: none;
    width: 66.6666%;
  }

  .column.q-1-2-mobile {
    flex: none;
    width: 50%;
  }

  .column.q-1-3-mobile {
    flex: none;
    width: 33.3333%;
  }

  .column.q-1-4-mobile {
    flex: none;
    width: 25%;
  }

  .column.q-offset-3-4-mobile {
    margin-left: 75%;
  }

  .column.q-offset-2-3-mobile {
    margin-left: 66.6666%;
  }

  .column.q-offset-1-2-mobile {
    margin-left: 50%;
  }

  .column.q-offset-1-3-mobile {
    margin-left: 33.3333%;
  }

  .column.q-offset-1-4-mobile {
    margin-left: 25%;
  }

  .column.q-1-mobile {
    flex: none;
    width: 8.33333%;
  }

  .column.q-offset-1-mobile {
    margin-left: 8.33333%;
  }

  .column.q-2-mobile {
    flex: none;
    width: 16.66667%;
  }

  .column.q-offset-2-mobile {
    margin-left: 16.66667%;
  }

  .column.q-3-mobile {
    flex: none;
    width: 25%;
  }

  .column.q-offset-3-mobile {
    margin-left: 25%;
  }

  .column.q-4-mobile {
    flex: none;
    width: 33.33333%;
  }

  .column.q-offset-4-mobile {
    margin-left: 33.33333%;
  }

  .column.q-5-mobile {
    flex: none;
    width: 41.66667%;
  }

  .column.q-offset-5-mobile {
    margin-left: 41.66667%;
  }

  .column.q-6-mobile {
    flex: none;
    width: 50%;
  }

  .column.q-offset-6-mobile {
    margin-left: 50%;
  }

  .column.q-7-mobile {
    flex: none;
    width: 58.33333%;
  }

  .column.q-offset-7-mobile {
    margin-left: 58.33333%;
  }

  .column.q-8-mobile {
    flex: none;
    width: 66.66667%;
  }

  .column.q-offset-8-mobile {
    margin-left: 66.66667%;
  }

  .column.q-9-mobile {
    flex: none;
    width: 75%;
  }

  .column.q-offset-9-mobile {
    margin-left: 75%;
  }

  .column.q-10-mobile {
    flex: none;
    width: 83.33333%;
  }

  .column.q-offset-10-mobile {
    margin-left: 83.33333%;
  }

  .column.q-11-mobile {
    flex: none;
    width: 91.66667%;
  }

  .column.q-offset-11-mobile {
    margin-left: 91.66667%;
  }

  .column.q-12-mobile {
    flex: none;
    width: 100%;
  }

  .column.q-offset-12-mobile {
    margin-left: 100%;
  }
}

@media screen and (min-width: 769px) {
  .column.q-narrow,
  .column.q-narrow-tablet {
    flex: none;
  }

  .column.q-full,
  .column.q-full-tablet {
    flex: none;
    width: 100%;
  }

  .column.q-3-4,
  .column.q-3-4-tablet {
    flex: none;
    width: 75%;
  }

  .column.q-2-3,
  .column.q-2-3-tablet {
    flex: none;
    width: 66.6666%;
  }

  .column.q-1-2,
  .column.q-1-2-tablet {
    flex: none;
    width: 50%;
  }

  .column.q-1-3,
  .column.q-1-3-tablet {
    flex: none;
    width: 33.3333%;
  }

  .column.q-1-4,
  .column.q-1-4-tablet {
    flex: none;
    width: 25%;
  }

  .column.q-offset-3-4,
  .column.q-offset-3-4-tablet {
    margin-left: 75%;
  }

  .column.q-offset-2-3,
  .column.q-offset-2-3-tablet {
    margin-left: 66.6666%;
  }

  .column.q-offset-1-2,
  .column.q-offset-1-2-tablet {
    margin-left: 50%;
  }

  .column.q-offset-1-3,
  .column.q-offset-1-3-tablet {
    margin-left: 33.3333%;
  }

  .column.q-offset-1-4,
  .column.q-offset-1-4-tablet {
    margin-left: 25%;
  }

  .column.q-1,
  .column.q-1-tablet {
    flex: none;
    width: 8.33333%;
  }

  .column.q-offset-1,
  .column.q-offset-1-tablet {
    margin-left: 8.33333%;
  }

  .column.q-2,
  .column.q-2-tablet {
    flex: none;
    width: 16.66667%;
  }

  .column.q-offset-2,
  .column.q-offset-2-tablet {
    margin-left: 16.66667%;
  }

  .column.q-3,
  .column.q-3-tablet {
    flex: none;
    width: 25%;
  }

  .column.q-offset-3,
  .column.q-offset-3-tablet {
    margin-left: 25%;
  }

  .column.q-4,
  .column.q-4-tablet {
    flex: none;
    width: 33.33333%;
  }

  .column.q-offset-4,
  .column.q-offset-4-tablet {
    margin-left: 33.33333%;
  }

  .column.q-5,
  .column.q-5-tablet {
    flex: none;
    width: 41.66667%;
  }

  .column.q-offset-5,
  .column.q-offset-5-tablet {
    margin-left: 41.66667%;
  }

  .column.q-6,
  .column.q-6-tablet {
    flex: none;
    width: 50%;
  }

  .column.q-offset-6,
  .column.q-offset-6-tablet {
    margin-left: 50%;
  }

  .column.q-7,
  .column.q-7-tablet {
    flex: none;
    width: 58.33333%;
  }

  .column.q-offset-7,
  .column.q-offset-7-tablet {
    margin-left: 58.33333%;
  }

  .column.q-8,
  .column.q-8-tablet {
    flex: none;
    width: 66.66667%;
  }

  .column.q-offset-8,
  .column.q-offset-8-tablet {
    margin-left: 66.66667%;
  }

  .column.q-9,
  .column.q-9-tablet {
    flex: none;
    width: 75%;
  }

  .column.q-offset-9,
  .column.q-offset-9-tablet {
    margin-left: 75%;
  }

  .column.q-10,
  .column.q-10-tablet {
    flex: none;
    width: 83.33333%;
  }

  .column.q-offset-10,
  .column.q-offset-10-tablet {
    margin-left: 83.33333%;
  }

  .column.q-11,
  .column.q-11-tablet {
    flex: none;
    width: 91.66667%;
  }

  .column.q-offset-11,
  .column.q-offset-11-tablet {
    margin-left: 91.66667%;
  }

  .column.q-12,
  .column.q-12-tablet {
    flex: none;
    width: 100%;
  }

  .column.q-offset-12,
  .column.q-offset-12-tablet {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1000px) {
  .column.q-narrow-desktop {
    flex: none;
  }

  .column.q-full-desktop {
    flex: none;
    width: 100%;
  }

  .column.q-3-4-desktop {
    flex: none;
    width: 75%;
  }

  .column.q-2-3-desktop {
    flex: none;
    width: 66.6666%;
  }

  .column.q-1-2-desktop {
    flex: none;
    width: 50%;
  }

  .column.q-1-3-desktop {
    flex: none;
    width: 33.3333%;
  }

  .column.q-1-4-desktop {
    flex: none;
    width: 25%;
  }

  .column.q-offset-3-4-desktop {
    margin-left: 75%;
  }

  .column.q-offset-2-3-desktop {
    margin-left: 66.6666%;
  }

  .column.q-offset-1-2-desktop {
    margin-left: 50%;
  }

  .column.q-offset-1-3-desktop {
    margin-left: 33.3333%;
  }

  .column.q-offset-1-4-desktop {
    margin-left: 25%;
  }

  .column.q-1-desktop {
    flex: none;
    width: 8.33333%;
  }

  .column.q-offset-1-desktop {
    margin-left: 8.33333%;
  }

  .column.q-2-desktop {
    flex: none;
    width: 16.66667%;
  }

  .column.q-offset-2-desktop {
    margin-left: 16.66667%;
  }

  .column.q-3-desktop {
    flex: none;
    width: 25%;
  }

  .column.q-offset-3-desktop {
    margin-left: 25%;
  }

  .column.q-4-desktop {
    flex: none;
    width: 33.33333%;
  }

  .column.q-offset-4-desktop {
    margin-left: 33.33333%;
  }

  .column.q-5-desktop {
    flex: none;
    width: 41.66667%;
  }

  .column.q-offset-5-desktop {
    margin-left: 41.66667%;
  }

  .column.q-6-desktop {
    flex: none;
    width: 50%;
  }

  .column.q-offset-6-desktop {
    margin-left: 50%;
  }

  .column.q-7-desktop {
    flex: none;
    width: 58.33333%;
  }

  .column.q-offset-7-desktop {
    margin-left: 58.33333%;
  }

  .column.q-8-desktop {
    flex: none;
    width: 66.66667%;
  }

  .column.q-offset-8-desktop {
    margin-left: 66.66667%;
  }

  .column.q-9-desktop {
    flex: none;
    width: 75%;
  }

  .column.q-offset-9-desktop {
    margin-left: 75%;
  }

  .column.q-10-desktop {
    flex: none;
    width: 83.33333%;
  }

  .column.q-offset-10-desktop {
    margin-left: 83.33333%;
  }

  .column.q-11-desktop {
    flex: none;
    width: 91.66667%;
  }

  .column.q-offset-11-desktop {
    margin-left: 91.66667%;
  }

  .column.q-12-desktop {
    flex: none;
    width: 100%;
  }

  .column.q-offset-12-desktop {
    margin-left: 100%;
  }
}

@media screen and (min-width: 1192px) {
  .column.q-narrow-wide {
    flex: none;
  }

  .column.q-full-wide {
    flex: none;
    width: 100%;
  }

  .column.q-3-4-wide {
    flex: none;
    width: 75%;
  }

  .column.q-2-3-wide {
    flex: none;
    width: 66.6666%;
  }

  .column.q-1-2-wide {
    flex: none;
    width: 50%;
  }

  .column.q-1-3-wide {
    flex: none;
    width: 33.3333%;
  }

  .column.q-1-4-wide {
    flex: none;
    width: 25%;
  }

  .column.q-offset-3-4-wide {
    margin-left: 75%;
  }

  .column.q-offset-2-3-wide {
    margin-left: 66.6666%;
  }

  .column.q-offset-1-2-wide {
    margin-left: 50%;
  }

  .column.q-offset-1-3-wide {
    margin-left: 33.3333%;
  }

  .column.q-offset-1-4-wide {
    margin-left: 25%;
  }

  .column.q-1-wide {
    flex: none;
    width: 8.33333%;
  }

  .column.q-offset-1-wide {
    margin-left: 8.33333%;
  }

  .column.q-2-wide {
    flex: none;
    width: 16.66667%;
  }

  .column.q-offset-2-wide {
    margin-left: 16.66667%;
  }

  .column.q-3-wide {
    flex: none;
    width: 25%;
  }

  .column.q-offset-3-wide {
    margin-left: 25%;
  }

  .column.q-4-wide {
    flex: none;
    width: 33.33333%;
  }

  .column.q-offset-4-wide {
    margin-left: 33.33333%;
  }

  .column.q-5-wide {
    flex: none;
    width: 41.66667%;
  }

  .column.q-offset-5-wide {
    margin-left: 41.66667%;
  }

  .column.q-6-wide {
    flex: none;
    width: 50%;
  }

  .column.q-offset-6-wide {
    margin-left: 50%;
  }

  .column.q-7-wide {
    flex: none;
    width: 58.33333%;
  }

  .column.q-offset-7-wide {
    margin-left: 58.33333%;
  }

  .column.q-8-wide {
    flex: none;
    width: 66.66667%;
  }

  .column.q-offset-8-wide {
    margin-left: 66.66667%;
  }

  .column.q-9-wide {
    flex: none;
    width: 75%;
  }

  .column.q-offset-9-wide {
    margin-left: 75%;
  }

  .column.q-10-wide {
    flex: none;
    width: 83.33333%;
  }

  .column.q-offset-10-wide {
    margin-left: 83.33333%;
  }

  .column.q-11-wide {
    flex: none;
    width: 91.66667%;
  }

  .column.q-offset-11-wide {
    margin-left: 91.66667%;
  }

  .column.q-12-wide {
    flex: none;
    width: 100%;
  }

  .column.q-offset-12-wide {
    margin-left: 100%;
  }
}

.columns.q-centered {
  justify-content: center;
}

.columns.q-gapless {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
}

.columns.q-gapless:last-child {
  margin-bottom: 0;
}

.columns.q-gapless:not(:last-child) {
  margin-bottom: 1.5rem;
}

.columns.q-gapless > .column {
  margin: 0;
  padding: 0;
}

@media screen and (min-width: 769px) {
  .columns.q-grid {
    flex-wrap: wrap;
  }

  .columns.q-grid > .column {
    max-width: 33.3333%;
    padding: 0.75rem;
    width: 33.3333%;
  }

  .columns.q-grid > .column + .column {
    margin-left: 0;
  }
}

.columns.q-mobile {
  display: flex;
}

.columns.q-multiline {
  flex-wrap: wrap;
}

.columns.q-vcentered {
  align-items: center;
}

@media screen and (min-width: 769px) {
  .columns:not(.q-desktop) {
    display: flex;
    justify-content: center;
  }
}

@media screen and (min-width: 1000px) {
  .columns.q-desktop {
    display: flex;
  }
}

/*! Flickity v2.0.10
http://flickity.metafizzy.co
---------------------------------------------- */
.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: 0;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

.flickity-prev-next-button {
  position: absolute;
  top: 50%;
  width: 44px;
  height: 44px;
  border: none;
  border-radius: 50%;
  background: #fff;
  background: rgba(255, 255, 255, 0.75);
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.flickity-prev-next-button:hover {
  background: #fff;
}

.flickity-prev-next-button:focus {
  outline: 0;
  box-shadow: 0 0 0 5px #09f;
}

.flickity-prev-next-button:active {
  opacity: 0.6;
}

.flickity-prev-next-button.previous {
  left: 10px;
}

.flickity-prev-next-button.next {
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.previous {
  left: auto;
  right: 10px;
}

.flickity-rtl .flickity-prev-next-button.next {
  right: auto;
  left: 10px;
}

.flickity-prev-next-button:disabled {
  opacity: 0.3;
  cursor: auto;
}

.flickity-prev-next-button svg {
  position: absolute;
  left: 20%;
  top: 20%;
  width: 60%;
  height: 60%;
}

.flickity-prev-next-button .arrow {
  fill: #333;
}

.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.flickity-page-dots .dot {
  display: inline-block;
  width: 10px;
  height: 10px;
  margin: 0 8px;
  background: #333;
  border-radius: 50%;
  opacity: 0.25;
  cursor: pointer;
}

.flickity-page-dots .dot.is-selected {
  opacity: 1;
}

/*!
Animate.css - http://daneden.me/animate
Licensed under the MIT license

Copyright (c) 2013 Daniel Eden

Permission is hereby granted, free of charge, to any person obtaining a copy of this software and associated documentation files (the "Software"), to deal in the Software without restriction, including without limitation the rights to use, copy, modify, merge, publish, distribute, sublicense, and/or sell copies of the Software, and to permit persons to whom the Software is furnished to do so, subject to the following conditions:

The above copyright notice and this permission notice shall be included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY, WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
*/
.animated {
  -webkit-animation-duration: 1s;
  animation-duration: 1s;
  -webkit-animation-fill-mode: both;
  animation-fill-mode: both;
}

.animated.hinge {
  -webkit-animation-duration: 2s;
  animation-duration: 2s;
}

@-webkit-keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

@keyframes bounce {
  0%,
  20%,
  50%,
  80%,
  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  40% {
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  60% {
    -webkit-transform: translateY(-15px);
    -ms-transform: translateY(-15px);
    transform: translateY(-15px);
  }
}

.bounce {
  -webkit-animation-name: bounce;
  animation-name: bounce;
}

@-webkit-keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

@keyframes flash {
  0%,
  50%,
  100% {
    opacity: 1;
  }

  25%,
  75% {
    opacity: 0;
  }
}

.flash {
  -webkit-animation-name: flash;
  animation-name: flash;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  50% {
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.pulse {
  -webkit-animation-name: pulse;
  animation-name: pulse;
}

@-webkit-keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }
}

@keyframes shake {
  0%,
  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  10%,
  30%,
  50%,
  70%,
  90% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  20%,
  40%,
  60%,
  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }
}

.shake {
  -webkit-animation-name: shake;
  animation-name: shake;
}

@-webkit-keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

@keyframes swing {
  20% {
    -webkit-transform: rotate(15deg);
    -ms-transform: rotate(15deg);
    transform: rotate(15deg);
  }

  40% {
    -webkit-transform: rotate(-10deg);
    -ms-transform: rotate(-10deg);
    transform: rotate(-10deg);
  }

  60% {
    -webkit-transform: rotate(5deg);
    -ms-transform: rotate(5deg);
    transform: rotate(5deg);
  }

  80% {
    -webkit-transform: rotate(-5deg);
    -ms-transform: rotate(-5deg);
    transform: rotate(-5deg);
  }

  100% {
    -webkit-transform: rotate(0deg);
    -ms-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}

.swing {
  -webkit-transform-origin: top center;
  -ms-transform-origin: top center;
  transform-origin: top center;
  -webkit-animation-name: swing;
  animation-name: swing;
}

@-webkit-keyframes tada {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

@keyframes tada {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  10%,
  20% {
    -webkit-transform: scale(0.9) rotate(-3deg);
    -ms-transform: scale(0.9) rotate(-3deg);
    transform: scale(0.9) rotate(-3deg);
  }

  30%,
  50%,
  70%,
  90% {
    -webkit-transform: scale(1.1) rotate(3deg);
    -ms-transform: scale(1.1) rotate(3deg);
    transform: scale(1.1) rotate(3deg);
  }

  40%,
  60%,
  80% {
    -webkit-transform: scale(1.1) rotate(-3deg);
    -ms-transform: scale(1.1) rotate(-3deg);
    transform: scale(1.1) rotate(-3deg);
  }

  100% {
    -webkit-transform: scale(1) rotate(0);
    -ms-transform: scale(1) rotate(0);
    transform: scale(1) rotate(0);
  }
}

.tada {
  -webkit-animation-name: tada;
  animation-name: tada;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    transform: translateX(0%);
  }
}

@keyframes wobble {
  0% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }

  15% {
    -webkit-transform: translateX(-25%) rotate(-5deg);
    -ms-transform: translateX(-25%) rotate(-5deg);
    transform: translateX(-25%) rotate(-5deg);
  }

  30% {
    -webkit-transform: translateX(20%) rotate(3deg);
    -ms-transform: translateX(20%) rotate(3deg);
    transform: translateX(20%) rotate(3deg);
  }

  45% {
    -webkit-transform: translateX(-15%) rotate(-3deg);
    -ms-transform: translateX(-15%) rotate(-3deg);
    transform: translateX(-15%) rotate(-3deg);
  }

  60% {
    -webkit-transform: translateX(10%) rotate(2deg);
    -ms-transform: translateX(10%) rotate(2deg);
    transform: translateX(10%) rotate(2deg);
  }

  75% {
    -webkit-transform: translateX(-5%) rotate(-1deg);
    -ms-transform: translateX(-5%) rotate(-1deg);
    transform: translateX(-5%) rotate(-1deg);
  }

  100% {
    -webkit-transform: translateX(0%);
    -ms-transform: translateX(0%);
    transform: translateX(0%);
  }
}

.wobble {
  -webkit-animation-name: wobble;
  animation-name: wobble;
}

@-webkit-keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

@keyframes bounceIn {
  0% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.05);
    -ms-transform: scale(1.05);
    transform: scale(1.05);
  }

  70% {
    -webkit-transform: scale(0.9);
    -ms-transform: scale(0.9);
    transform: scale(0.9);
  }

  100% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }
}

.bounceIn {
  -webkit-animation-name: bounceIn;
  animation-name: bounceIn;
}

@-webkit-keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(30px);
    -ms-transform: translateY(30px);
    transform: translateY(30px);
  }

  80% {
    -webkit-transform: translateY(-10px);
    -ms-transform: translateY(-10px);
    transform: translateY(-10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInDown {
  -webkit-animation-name: bounceInDown;
  animation-name: bounceInDown;
}

@-webkit-keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(30px);
    -ms-transform: translateX(30px);
    transform: translateX(30px);
  }

  80% {
    -webkit-transform: translateX(-10px);
    -ms-transform: translateX(-10px);
    transform: translateX(-10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInLeft {
  -webkit-animation-name: bounceInLeft;
  animation-name: bounceInLeft;
}

@-webkit-keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes bounceInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateX(-30px);
    -ms-transform: translateX(-30px);
    transform: translateX(-30px);
  }

  80% {
    -webkit-transform: translateX(10px);
    -ms-transform: translateX(10px);
    transform: translateX(10px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.bounceInRight {
  -webkit-animation-name: bounceInRight;
  animation-name: bounceInRight;
}

@-webkit-keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes bounceInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  60% {
    opacity: 1;
    -webkit-transform: translateY(-30px);
    -ms-transform: translateY(-30px);
    transform: translateY(-30px);
  }

  80% {
    -webkit-transform: translateY(10px);
    -ms-transform: translateY(10px);
    transform: translateY(10px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.bounceInUp {
  -webkit-animation-name: bounceInUp;
  animation-name: bounceInUp;
}

@-webkit-keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    transform: scale(0.3);
  }
}

@keyframes bounceOut {
  0% {
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1);
  }

  25% {
    -webkit-transform: scale(0.95);
    -ms-transform: scale(0.95);
    transform: scale(0.95);
  }

  50% {
    opacity: 1;
    -webkit-transform: scale(1.1);
    -ms-transform: scale(1.1);
    transform: scale(1.1);
  }

  100% {
    opacity: 0;
    -webkit-transform: scale(0.3);
    -ms-transform: scale(0.3);
    transform: scale(0.3);
  }
}

.bounceOut {
  -webkit-animation-name: bounceOut;
  animation-name: bounceOut;
}

@-webkit-keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes bounceOutDown {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.bounceOutDown {
  -webkit-animation-name: bounceOutDown;
  animation-name: bounceOutDown;
}

@-webkit-keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes bounceOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.bounceOutLeft {
  -webkit-animation-name: bounceOutLeft;
  animation-name: bounceOutLeft;
}

@-webkit-keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes bounceOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.bounceOutRight {
  -webkit-animation-name: bounceOutRight;
  animation-name: bounceOutRight;
}

@-webkit-keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes bounceOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  20% {
    opacity: 1;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.bounceOutUp {
  -webkit-animation-name: bounceOutUp;
  animation-name: bounceOutUp;
}

@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

@keyframes fadeIn {
  0% {
    opacity: 0;
  }

  100% {
    opacity: 1;
  }
}

.fadeIn {
  -webkit-animation-name: fadeIn;
  animation-name: fadeIn;
}

@-webkit-keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDown {
  -webkit-animation-name: fadeInDown;
  animation-name: fadeInDown;
}

@-webkit-keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInDownBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInDownBig {
  -webkit-animation-name: fadeInDownBig;
  animation-name: fadeInDownBig;
}

@-webkit-keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeft {
  -webkit-animation-name: fadeInLeft;
  animation-name: fadeInLeft;
}

@-webkit-keyframes revealAnimate {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

@keyframes revealAnimate {
  0% {
    width: 100%;
  }

  100% {
    width: 0;
  }
}

.revealAnimate {
  -webkit-animation-name: revealAnimate;
  animation-name: revealAnimate;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

@-webkit-keyframes slines {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

@keyframes slines {
  0% {
    width: 0;
  }

  100% {
    width: 100%;
  }
}

.slines {
  -webkit-animation-name: slines;
  animation-name: slines;
  animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-animation-timing-function: cubic-bezier(0.86, 0, 0.07, 1);
}

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

  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

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

  100% {
    transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
  }
}

.splitText {
  -webkit-animation-name: splitText;
  animation-name: splitText;
}

@-webkit-keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInLeftBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInLeftBig {
  -webkit-animation-name: fadeInLeftBig;
  animation-name: fadeInLeftBig;
}

@-webkit-keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRight {
  -webkit-animation-name: fadeInRight;
  animation-name: fadeInRight;
}

@-webkit-keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes fadeInRightBig {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.fadeInRightBig {
  -webkit-animation-name: fadeInRightBig;
  animation-name: fadeInRightBig;
}

@-webkit-keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUp {
  0% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUp {
  -webkit-animation-name: fadeInUp;
  animation-name: fadeInUp;
}

@-webkit-keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes fadeInUpBig {
  0% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.fadeInUpBig {
  -webkit-animation-name: fadeInUpBig;
  animation-name: fadeInUpBig;
}

@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }

  100% {
    opacity: 0;
  }
}

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

  100% {
    opacity: 0;
  }
}

.fadeOut {
  -webkit-animation-name: fadeOut;
  animation-name: fadeOut;
}

@-webkit-keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    transform: translateY(20px);
  }
}

@keyframes fadeOutDown {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(20px);
    -ms-transform: translateY(20px);
    transform: translateY(20px);
  }
}

.fadeOutDown {
  -webkit-animation-name: fadeOutDown;
  animation-name: fadeOutDown;
}

@-webkit-keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

@keyframes fadeOutDownBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(2000px);
    -ms-transform: translateY(2000px);
    transform: translateY(2000px);
  }
}

.fadeOutDownBig {
  -webkit-animation-name: fadeOutDownBig;
  animation-name: fadeOutDownBig;
}

@-webkit-keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

@keyframes fadeOutLeft {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-20px);
    -ms-transform: translateX(-20px);
    transform: translateX(-20px);
  }
}

.fadeOutLeft {
  -webkit-animation-name: fadeOutLeft;
  animation-name: fadeOutLeft;
}

@-webkit-keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes fadeOutLeftBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.fadeOutLeftBig {
  -webkit-animation-name: fadeOutLeftBig;
  animation-name: fadeOutLeftBig;
}

@-webkit-keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    transform: translateX(20px);
  }
}

@keyframes fadeOutRight {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(20px);
    -ms-transform: translateX(20px);
    transform: translateX(20px);
  }
}

.fadeOutRight {
  -webkit-animation-name: fadeOutRight;
  animation-name: fadeOutRight;
}

@-webkit-keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes fadeOutRightBig {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.fadeOutRightBig {
  -webkit-animation-name: fadeOutRightBig;
  animation-name: fadeOutRightBig;
}

@-webkit-keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

@keyframes fadeOutUp {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-20px);
    -ms-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}

.fadeOutUp {
  -webkit-animation-name: fadeOutUp;
  animation-name: fadeOutUp;
}

@-webkit-keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes fadeOutUpBig {
  0% {
    opacity: 1;
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.fadeOutUpBig {
  -webkit-animation-name: fadeOutUpBig;
  animation-name: fadeOutUpBig;
}

@-webkit-keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

@keyframes flip {
  0% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(0) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  40% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(170deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(170deg) scale(1);
    -webkit-animation-timing-function: ease-out;
    animation-timing-function: ease-out;
  }

  50% {
    -webkit-transform: perspective(400px) translateZ(150px) rotateY(190deg)
      scale(1);
    -ms-transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    transform: perspective(400px) translateZ(150px) rotateY(190deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  80% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg)
      scale(0.95);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(0.95);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }

  100% {
    -webkit-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -ms-transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    transform: perspective(400px) translateZ(0) rotateY(360deg) scale(1);
    -webkit-animation-timing-function: ease-in;
    animation-timing-function: ease-in;
  }
}

.animated.flip {
  -webkit-backface-visibility: visible;
  -ms-backface-visibility: visible;
  backface-visibility: visible;
  -webkit-animation-name: flip;
  animation-name: flip;
}

@-webkit-keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

@keyframes flipInX {
  0% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateX(-10deg);
    -ms-transform: perspective(400px) rotateX(-10deg);
    transform: perspective(400px) rotateX(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateX(10deg);
    -ms-transform: perspective(400px) rotateX(10deg);
    transform: perspective(400px) rotateX(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }
}

.flipInX {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInX;
  animation-name: flipInX;
}

@-webkit-keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

@keyframes flipInY {
  0% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }

  40% {
    -webkit-transform: perspective(400px) rotateY(-10deg);
    -ms-transform: perspective(400px) rotateY(-10deg);
    transform: perspective(400px) rotateY(-10deg);
  }

  70% {
    -webkit-transform: perspective(400px) rotateY(10deg);
    -ms-transform: perspective(400px) rotateY(10deg);
    transform: perspective(400px) rotateY(10deg);
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }
}

.flipInY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipInY;
  animation-name: flipInY;
}

@-webkit-keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

@keyframes flipOutX {
  0% {
    -webkit-transform: perspective(400px) rotateX(0deg);
    -ms-transform: perspective(400px) rotateX(0deg);
    transform: perspective(400px) rotateX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateX(90deg);
    -ms-transform: perspective(400px) rotateX(90deg);
    transform: perspective(400px) rotateX(90deg);
    opacity: 0;
  }
}

.flipOutX {
  -webkit-animation-name: flipOutX;
  animation-name: flipOutX;
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
}

@-webkit-keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

@keyframes flipOutY {
  0% {
    -webkit-transform: perspective(400px) rotateY(0deg);
    -ms-transform: perspective(400px) rotateY(0deg);
    transform: perspective(400px) rotateY(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: perspective(400px) rotateY(90deg);
    -ms-transform: perspective(400px) rotateY(90deg);
    transform: perspective(400px) rotateY(90deg);
    opacity: 0;
  }
}

.flipOutY {
  -webkit-backface-visibility: visible !important;
  -ms-backface-visibility: visible !important;
  backface-visibility: visible !important;
  -webkit-animation-name: flipOutY;
  animation-name: flipOutY;
}

@-webkit-keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

@keyframes lightSpeedIn {
  0% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }

  60% {
    -webkit-transform: translateX(-20%) skewX(30deg);
    -ms-transform: translateX(-20%) skewX(30deg);
    transform: translateX(-20%) skewX(30deg);
    opacity: 1;
  }

  80% {
    -webkit-transform: translateX(0%) skewX(-15deg);
    -ms-transform: translateX(0%) skewX(-15deg);
    transform: translateX(0%) skewX(-15deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }
}

.lightSpeedIn {
  -webkit-animation-name: lightSpeedIn;
  animation-name: lightSpeedIn;
  -webkit-animation-timing-function: ease-out;
  animation-timing-function: ease-out;
}

@-webkit-keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

@keyframes lightSpeedOut {
  0% {
    -webkit-transform: translateX(0%) skewX(0deg);
    -ms-transform: translateX(0%) skewX(0deg);
    transform: translateX(0%) skewX(0deg);
    opacity: 1;
  }

  100% {
    -webkit-transform: translateX(100%) skewX(-30deg);
    -ms-transform: translateX(100%) skewX(-30deg);
    transform: translateX(100%) skewX(-30deg);
    opacity: 0;
  }
}

.lightSpeedOut {
  -webkit-animation-name: lightSpeedOut;
  animation-name: lightSpeedOut;
  -webkit-animation-timing-function: ease-in;
  animation-timing-function: ease-in;
}

@-webkit-keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateIn {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(-200deg);
    -ms-transform: rotate(-200deg);
    transform: rotate(-200deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateIn {
  -webkit-animation-name: rotateIn;
  animation-name: rotateIn;
}

@-webkit-keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownLeft {
  -webkit-animation-name: rotateInDownLeft;
  animation-name: rotateInDownLeft;
}

@-webkit-keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInDownRight {
  -webkit-animation-name: rotateInDownRight;
  animation-name: rotateInDownRight;
}

@-webkit-keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpLeft {
  -webkit-animation-name: rotateInUpLeft;
  animation-name: rotateInUpLeft;
}

@-webkit-keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

@keyframes rotateInUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }
}

.rotateInUpRight {
  -webkit-animation-name: rotateInUpRight;
  animation-name: rotateInUpRight;
}

@-webkit-keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

@keyframes rotateOut {
  0% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: center center;
    -ms-transform-origin: center center;
    transform-origin: center center;
    -webkit-transform: rotate(200deg);
    -ms-transform: rotate(200deg);
    transform: rotate(200deg);
    opacity: 0;
  }
}

.rotateOut {
  -webkit-animation-name: rotateOut;
  animation-name: rotateOut;
}

@-webkit-keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutDownLeft {
  -webkit-animation-name: rotateOutDownLeft;
  animation-name: rotateOutDownLeft;
}

@-webkit-keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutDownRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutDownRight {
  -webkit-animation-name: rotateOutDownRight;
  animation-name: rotateOutDownRight;
}

@-webkit-keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpLeft {
  0% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: left bottom;
    -ms-transform-origin: left bottom;
    transform-origin: left bottom;
    -webkit-transform: rotate(-90deg);
    -ms-transform: rotate(-90deg);
    transform: rotate(-90deg);
    opacity: 0;
  }
}

.rotateOutUpLeft {
  -webkit-animation-name: rotateOutUpLeft;
  animation-name: rotateOutUpLeft;
}

@-webkit-keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

@keyframes rotateOutUpRight {
  0% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    opacity: 1;
  }

  100% {
    -webkit-transform-origin: right bottom;
    -ms-transform-origin: right bottom;
    transform-origin: right bottom;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    opacity: 0;
  }
}

.rotateOutUpRight {
  -webkit-animation-name: rotateOutUpRight;
  animation-name: rotateOutUpRight;
}

@-webkit-keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}

@keyframes slideInDown {
  0% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }

  100% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}

.slideInDown {
  -webkit-animation-name: slideInDown;
  animation-name: slideInDown;
}

@-webkit-keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInLeft {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInLeft {
  -webkit-animation-name: slideInLeft;
  animation-name: slideInLeft;
}

@-webkit-keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}

@keyframes slideInRight {
  0% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }

  100% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
}

.slideInRight {
  -webkit-animation-name: slideInRight;
  animation-name: slideInRight;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(-2000px);
    -ms-transform: translateX(-2000px);
    transform: translateX(-2000px);
  }
}

.slideOutLeft {
  -webkit-animation-name: slideOutLeft;
  animation-name: slideOutLeft;
}

@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(2000px);
    -ms-transform: translateX(2000px);
    transform: translateX(2000px);
  }
}

.slideOutRight {
  -webkit-animation-name: slideOutRight;
  animation-name: slideOutRight;
}

@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

@keyframes slideOutUp {
  0% {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateY(-2000px);
    -ms-transform: translateY(-2000px);
    transform: translateY(-2000px);
  }
}

.slideOutUp {
  -webkit-animation-name: slideOutUp;
  animation-name: slideOutUp;
}

@-webkit-keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

@keyframes hinge {
  0% {
    -webkit-transform: rotate(0);
    -ms-transform: rotate(0);
    transform: rotate(0);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  20%,
  60% {
    -webkit-transform: rotate(80deg);
    -ms-transform: rotate(80deg);
    transform: rotate(80deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  40% {
    -webkit-transform: rotate(60deg);
    -ms-transform: rotate(60deg);
    transform: rotate(60deg);
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  80% {
    -webkit-transform: rotate(60deg) translateY(0);
    -ms-transform: rotate(60deg) translateY(0);
    transform: rotate(60deg) translateY(0);
    opacity: 1;
    -webkit-transform-origin: top left;
    -ms-transform-origin: top left;
    transform-origin: top left;
    -webkit-animation-timing-function: ease-in-out;
    animation-timing-function: ease-in-out;
  }

  100% {
    -webkit-transform: translateY(700px);
    -ms-transform: translateY(700px);
    transform: translateY(700px);
    opacity: 0;
  }
}

.hinge {
  -webkit-animation-name: hinge;
  animation-name: hinge;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

@keyframes rollIn {
  0% {
    opacity: 0;
    -webkit-transform: translateX(-100%) rotate(-120deg);
    -ms-transform: translateX(-100%) rotate(-120deg);
    transform: translateX(-100%) rotate(-120deg);
  }

  100% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }
}

.rollIn {
  -webkit-animation-name: rollIn;
  animation-name: rollIn;
}

/* originally authored by Nick Pettit - https://github.com/nickpettit/glide */
@-webkit-keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

@keyframes rollOut {
  0% {
    opacity: 1;
    -webkit-transform: translateX(0px) rotate(0deg);
    -ms-transform: translateX(0px) rotate(0deg);
    transform: translateX(0px) rotate(0deg);
  }

  100% {
    opacity: 0;
    -webkit-transform: translateX(100%) rotate(120deg);
    -ms-transform: translateX(100%) rotate(120deg);
    transform: translateX(100%) rotate(120deg);
  }
}

.rollOut {
  -webkit-animation-name: rollOut;
  animation-name: rollOut;
}

/* @font-face {
  font-family: 'Open Sans';
  src: url("../fonts/OpenSans/Open Sans Light.eot");
  src: url("../fonts/OpenSans/Open Sans Light.eot?#iefix") format("embedded-opentype"), url("../fonts/OpenSans/Open Sans Light.woff2") format("woff2"), url("../fonts/OpenSans/Open Sans Light.woff") format("woff"), url("../fonts/OpenSans/Open Sans Light.svg#Open Sans Light") format("svg");
  font-weight: 300;
  font-style: normal;
  font-stretch: normal;
  unicode-range: U+0020-2212;
} */

@font-face {
  font-family: "icon";
  src: url(../fonts/icomoon/icomoon.eot?k85ljq);
  src: url("../fonts/icomoon/icomoon.eot?k85ljq#iefix")
      format("embedded-opentype"),
    url(../fonts/icomoon/icomoon.ttf?k85ljq) format("truetype"),
    url(../fonts/icomoon/icomoon.woff?k85ljq) format("woff"),
    url("../fonts/icomoon/icomoon.svg?k85ljq#icomoon") format("svg");
  font-weight: 400;
  font-style: normal;
}

.icon {
  /* use !important to prevent issues with browser extensions that change fonts */
  font-family: "icon" !important;
  speak: none;
  font-style: normal;
  font-weight: normal;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  /* Better Font Rendering =========== */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-minus:before {
  content: "\e900";
}

.icon-plus:before {
  content: "\e901";
}

.icon-envelope-o:before {
  content: "\f003";
}

.icon-angle-down:before {
  content: "\e902";
}

.icon-angle-up:before {
  content: "\e903";
}

.icon-angle-right:before {
  content: "\e904";
}

.icon-angle-left:before {
  content: "\e905";
}

.icon-google-plus:before {
  content: "\ea8b";
}

.icon-facebook:before {
  content: "\ea90";
}

.icon-instagram:before {
  content: "\ea92";
}

.icon-whatsapp:before {
  content: "\ea93";
}

.icon-twitter:before {
  content: "\ea96";
}

.icon-youtube:before {
  content: "\ea9d";
}

.icon-user:before {
  content: "\e906";
}

.icon-road:before {
  content: "\e907";
}

.icon-runner:before {
  content: "\e908";
}

.icon-clock:before {
  content: "\e909";
}

.icon-calendar:before {
  content: "\e90a";
}

.button {
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 35px;
  display: inline-block;
}

.button.bg-orange {
  background-color: #ff8600;
  color: #fff;
}

.button.bg-orange:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
  background-color: #ffa100;
}

.button.bg-black {
  background-color: #000;
  color: #fff;
}

.button.bg-black:hover {
  box-shadow: rgba(99, 99, 99, 0.2) 0px 2px 8px 0px;
}

.button.bg-yellow {
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  color: #592e2c;
  background-color: #ffdd00;
  border-radius: 50px;
}

.button.bg-yellow:hover {
  box-shadow: 0 10px 50px #ffdd00b6;
}

.button.button-main-register {
  background: #fff;
  color: #000;
  padding: 10px 55px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 38px;
  font-weight: 500;
  line-height: 1;
  border-radius: 60px;
}

@media screen and (max-width: 768px) {
  .button.button-main-register {
    font-size: 28px;
    padding: 10px 35px;
  }
}

@media screen and (max-width: 540px) {
  .button.button-main-register {
    font-size: 20px;
  }

  .button.bg-yellow{
    font-size: 22px;
  }
}

.section-headline .section-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 52px;
  margin: 0 0 20px;
  text-transform: uppercase;
}

@media screen and (max-width: 1024px) {
  .section-headline .section-title {
    font-size: 42px;
    line-height: 52px;
  }
}

@media screen and (max-width: 540px) {
  .section-headline .section-title {
    font-size: 32px;
    line-height: 38px;
    margin: 0 0 5px;
  }
}

.section-headline p {
  margin: 25px 0;
}

@media screen and (max-width: 768px) {
  .section-headline p {
    margin: 15px 0;
  }
}

.lines-bg {
  position: relative;
  overflow: hidden;
}

.lines-bg:before,
.lines-bg:after {
  content: "";
  display: block;
  background-color: #ffa100;
  height: 150%;
  width: 2px;
  top: 0;
  bottom: 0;
  right: 40%;
  position: absolute;
  opacity: 0.25;
}

@media screen and (max-width: 768px) {
  .lines-bg:before,
  .lines-bg:after {
    right: 80%;
  }
}

@media screen and (max-width: 540px) {
  .lines-bg:before,
  .lines-bg:after {
    right: 100%;
  }
}

.lines-bg:before {
  -webkit-transform: rotate(35deg) translateY(-15%);
  -moz-transform: rotate(35deg) translateY(-15%);
  -ms-transform: rotate(35deg) translateY(-15%);
  -o-transform: rotate(35deg) translateY(-15%);
  transform: rotate(35deg) translateY(-15%);
}

.lines-bg:after {
  -webkit-transform: rotate(-40deg) translateY(-25%);
  -moz-transform: rotate(-40deg) translateY(-25%);
  -ms-transform: rotate(-40deg) translateY(-25%);
  -o-transform: rotate(-40deg) translateY(-25%);
  transform: rotate(-40deg) translateY(-25%);
  right: 0;
}

@media screen and (max-width: 768px) {
  .lines-bg:after {
    right: -70%;
  }
}

@media screen and (max-width: 540px) {
  .lines-bg:after {
    right: -100%;
  }
}

.lines-bg .q-container {
  position: relative;
  z-index: 1;
}

html,
body {
  font-family: "Nunito Sans", sans-serif;
  font-size: 14px;
  line-height: 24px;
  font-weight: 400;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 540px) {
  html,
  body {
    font-size: 12px;
    line-height: 20px;
  }
}

html a,
body a {
  text-decoration: none !important;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.container-fluid {
  padding: 0;
}

.container-inner {
  /* padding: 0 2rem; */
}

@media screen and (max-width: 1024px) {
  .container-inner {
    /* padding: 0 5rem; */
  }
}

.q-container {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 540px) {
  .q-container {
    padding: 0 10px;
  }
}

@media screen and (max-width: 320px) {
  .q-container {
    /* padding: 0 15px; */
  }
}

img {
  max-width: 100%;
}

.grid-reveal .image-wrap {
  position: relative;
}

.grid-reveal .grid-reveal__image {
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  height: 100%;
}

/* @media screen and (max-width: 540px) {
  .grid-reveal .grid-reveal__image {
    height: 340px;
  }
}

@media screen and (max-width: 320px) {
  .grid-reveal .grid-reveal__image {
    height: 300px;
  }
}

.grid-reveal .overlay-wrap {
  position: absolute;
  right: 0;
  bottom: -35px;
  height: 100%;
  width: 70%;
} */

@media screen and (max-width: 540px) {
  .grid-reveal .overlay-wrap {
    bottom: -20px;
  }
}

@media screen and (max-width: 320px) {
  .grid-reveal .overlay-wrap {
    bottom: -10px;
  }
}

.grid-reveal .overlay-inner {
  position: relative;
  height: 100%;
  width: 100%;
}

.grid-reveal .overlay {
  height: 100%;
}

.grid-reveal .grid-reveal__mask,
.grid-reveal .overlay__mask {
  position: absolute;
  height: 100%;
  top: 0;
  right: 0;
  z-index: 1;
  transform-origin: left;
  -webkit-transform-origin: left;
  -moz-transform-origin: left;
}

.splited-block .splited-line {
  overflow: hidden;
  display: block;
}

.splited-block .splited-line__wrapper {
  display: block;
}

.lines {
  height: 5px;
}

.lines.bg-orange {
  background-color: #ffa100;
}

.lines.bg-yellow {
  background-color: #ffdd00;
}

.lines.bg-white {
  background-color: #fff;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  width: 100%;
  z-index: 1050;
  background-color: #fff;
  padding: 10px 0;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
  font-family: "Nunito Sans", sans-serif;
}

@media screen and (max-width: 540px) {
  .header {
    padding: 10px 0;
  }
}

.header .q-container{
  padding: 0;
}

.header.scroll {
  padding: 5px 0;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.05);
}

@media screen and (max-width: 320px) {
  .header.scroll {
    padding: 0;
  }
}

.header.scroll .site-logo {
  max-width: 180px;
}

@media screen and (max-width: 1024px) {
  .header.scroll .site-logo {
    width: 180px;
  }
}

@media screen and (max-width: 768px) {
  .header.scroll .site-logo {
    width: 160px;
  }
}

@media screen and (max-width: 540px) {
  .header.scroll .site-logo {
    width: 70px;
  }
}

@media screen and (max-width: 320px) {
  .header.scroll .site-logo {
    width: 60px;
  }
}

.header.scroll .main-navigation li {
  opacity: 0;
  visibility: hidden;
}

.header.scroll .main-navigation li.signin {
  opacity: 1;
  visibility: visible;
}

.header .columns {
  align-items: center;
  -webkit-align-items: center;
}

@media screen and (max-width: 768px) {
  .header .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

.header .header-left {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

/* .header .header-right {
  padding-right: 6rem;
} */

@media screen and (max-width: 540px) {
  .header .header-right {
    display: none;
  }
}

.site-logo {
  display: inline-block;
  width: 100%;
		height: 100%;
		max-width: 250px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1024px) {
  .site-logo {
    max-width: 200px;
  }
}

@media screen and (max-width: 540px) {
  .site-logo {
    width: 80px;
  }
}

@media screen and (max-width: 320px) {
  .site-logo {
    width: 70px;
    height: 40px;
  }
}

.lang {
  /* font-size: 12px; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 540px) {
  .lang {
    padding-left: 25px;
    font-size: 10px;
  }
}

.lang li {
  list-style: none;
}

.lang li:after {
  content: "|";
  display: inline-block;
  margin: 0 3px;
}

.lang li:last-child:after {
  content: none;
}

.lang a {
  font-size: 12px;
  line-height: 1;
  color: #ddd;
}

.lang a:hover {
  color: #592e2c;
}

.lang a.active {
  color: #592e2c;
}

@media screen and (max-width: 540px) {
  .lang a {
    font-size: 10px;
  }
}

.header-columns {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-right: 50px;
}

.header-columns .header-column{
  flex: 1;
  display: flex;
  align-items: center;
  justify-content: space-evenly;
}

.header-columns .header-column .nav-mobile{
  display: none;
}

@media screen and (max-width: 768px){
  .header-columns .header-column{
    flex: auto;
  }

  .header-columns .header-column:first-child{
    display: none;
  }

  .header-columns .header-column .nav-mobile{
    display: flex;
  }

  .hide-mobile{
    display: none;
  }

  .header-column a, .header-column li{
    font-size: 14px !important;
  }
}

@media screen and (max-width: 540px) {
  .header-columns{
    margin-right: 10px;
  }
}

.header-column a,
.header-column li {
  text-transform: uppercase;
  color: #592e2c;
  font-size: 18px;
}

.header-column a:hover{
  font-weight: 800;
}

.header-columns .header-column ul {
  list-style: none;
}

.main-navigation {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
}

.main-navigation ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 0;
  padding: 0;
}

.main-navigation li {
  list-style: none;
  margin-left: 35px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1024px) {
  .main-navigation li {
    display: none;
    margin: 0;
  }

  .main-navigation li.signin {
    display: inline-block;
  }
}

@media screen and (max-width: 1024px) and (max-width: 1024px) {
  .main-navigation li.signin {
    margin-right: 40px;
  }
}

@media screen and (max-width: 1024px) and (max-width: 320px) {
  .main-navigation li.signin {
    margin-right: 35px;
  }
}

.main-navigation a {
  font-size: 20px;
  font-weight: 800;
  letter-spacing: 1px;
  line-height: 1.5;
  font-family: "Nunito Sans", sans-serif;
  text-transform: uppercase;
  text-decoration: none;
  color: #592e2c;
}

.main-navigation a:hover {
  color: #ffa100;
}

.menubar {
  position: absolute;
  top: 50%;
  right: 50px;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 1024px) {
  .menubar {
    position: relative;
    right: 0;
    top: auto;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.menubar .menu {
  height: 35px;
  width: 35px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  cursor: pointer;
}

@media screen and (max-width: 1024px) {
  .menubar .menu {
    width: 25px;
  }
}

@media screen and (max-width: 320px) {
  .menubar .menu {
    width: 20px;
  }
}

.menubar .menu:hover .line {
  width: 100%;
}

.menubar .menu.active .line {
  background: 0 0;
}

.menubar .menu.active .line:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menubar .menu.active .line:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menubar .menu .line {
  width: 100%;
  height: 4px;
  background: #ffa100;
  position: relative;
  -webkit-transition: background 0.4s ease;
  -moz-transition: background 0.4s ease;
  -o-transition: background 0.4s ease;
  -ms-transition: background 0.4s ease;
  transition: background 0.4s ease;
}

.menubar .menu .line:before,
.menubar .menu .line:after {
  content: "";
  display: block;
  height: 4px;
  width: 100%;
  position: absolute;
  right: 0;
  background-color: #ffa100;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menubar .menu .line:before {
  top: -9px;
}

.menubar .menu .line:after {
  bottom: -9px;
}

.menu-navigation {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1060;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  align-items: center;
  -webkit-align-items: center;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.menu-navigation.open {
  opacity: 1;
  visibility: visible;
}

.menu-navigation.open:after {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  opacity: 1;
}

.menu-navigation.open .overlay {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.menu-navigation.open .nav-menu {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
  -moz-transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
  -o-transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
  -ms-transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
  transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
}

.menu-navigation.open .lines {
  width: 100%;
  max-width: 85%;
  -webkit-transition: all 1.5s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
  -moz-transition: all 1.5s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
  -o-transition: all 1.5s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
  -ms-transition: all 1.5s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
  transition: all 1.5s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
}

.menu-navigation.open .nav-footer {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.6s;
  -moz-transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.6s;
  -o-transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.6s;
  -ms-transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.6s;
  transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.6s;
}

.menu-navigation:after {
  content: "";
  position: absolute;
  right: 0;
  height: 100vh;
  width: 35%;
  background-color: rgba(74, 74, 74, 0.9);
  opacity: 0;
  z-index: -1;
  -webkit-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  -moz-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  -o-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  -ms-transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  transition: all 1s cubic-bezier(0.86, 0, 0.07, 1);
  -webkit-transform: translate3d(100%, 0, 0);
  -moz-transform: translate3d(100%, 0, 0);
  -ms-transform: translate3d(100%, 0, 0);
  -o-transform: translate3d(100%, 0, 0);
  transform: translate3d(100%, 0, 0);
  box-shadow: 0 5px 30px rgba(0, 0, 0, 0.5);
}

@media screen and (max-width: 1024px) {
  .menu-navigation:after {
    width: 45%;
  }
}

@media screen and (max-width: 768px) {
  .menu-navigation:after {
    width: 60%;
  }
}

@media screen and (max-width: 540px) {
  .menu-navigation:after {
    width: 90%;
  }
}

.menu-navigation .close {
  width: 25px;
  height: 30px;
  position: absolute;
  top: 35px;
  right: 50px;
  z-index: 10;
  cursor: pointer;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
}

@media screen and (max-width: 1024px) {
  .menu-navigation .close {
    width: 25px;
    top: 35px;
    right: 80px;
  }
}

@media screen and (max-width: 540px) {
  .menu-navigation .close {
    top: 20px;
    right: 25px;
  }
}

@media screen and (max-width: 320px) {
  .menu-navigation .close {
    top: 16px;
    right: 15px;
    width: 20px;
  }
}

.menu-navigation .close .line {
  width: 100%;
  height: 2px;
  background: 0 0;
  position: relative;
}

.menu-navigation .close .line:before,
.menu-navigation .close .line:after {
  content: "";
  display: block;
  height: 2px;
  width: 120%;
  position: absolute;
  right: 0;
  background-color: #fff;
}

.menu-navigation .close .line:before {
  top: 0;
  -webkit-transform: rotate(-45deg);
  -moz-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  -o-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.menu-navigation .close .line:after {
  bottom: 0;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
}

.menu-navigation .overlay {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.3);
  z-index: -1;
}

.menu-navigation .nav-menu li,
.menu-navigation .social li {
  list-style: none;
}

.menu-navigation .nav-menu {
  position: relative;
  padding-right: 130px;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
  -moz-transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
  -o-transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
  -ms-transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
  transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
}

@media screen and (max-width: 540px) {
  .menu-navigation .nav-menu {
    padding-right: 90px;
  }
}

@media screen and (max-width: 320px) {
  .menu-navigation .nav-menu {
    padding-right: 50px;
  }
}

.menu-navigation .nav-menu ul {
  margin: 0;
  padding: 0;
}

.menu-navigation .nav-menu li {
  margin-bottom: 15px;
}

@media screen and (max-width: 540px) {
  .menu-navigation .nav-menu li {
    text-align: right;
  }
}

.menu-navigation .nav-menu .active a:before {
  background-color: #ffa100;
  width: 50px;
}

.menu-navigation .nav-menu a {
  color: #fff;
  text-transform: uppercase;
  font-weight: 600;
  position: relative;
}

@media screen and (max-width: 540px) {
  .menu-navigation .nav-menu a {
    font-size: 14px;
    line-height: 24px;
  }
}

@media screen and (max-width: 320px) {
  .menu-navigation .nav-menu a {
    font-size: 13px;
    line-height: 23px;
  }
}

.menu-navigation .nav-menu a:before {
  content: "";
  display: block;
  position: absolute;
  height: 1px;
  width: 0;
  background-color: transparent;
  top: 50%;
  right: calc(100% + 15px);
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 540px) {
  .menu-navigation .nav-menu a:before {
    width: 100px;
    left: auto;
    right: -90px;
  }
}

@media screen and (max-width: 320px) {
  .menu-navigation .nav-menu a:before {
    right: -70px;
  }
}

.menu-navigation .nav-menu a:hover:before {
  background-color: #ffa100;
  width: 50px;
}

.menu-navigation .lines {
  height: 1px;
  width: 0%;
  background-color: #fff;
  margin: 25px 0;
  -webkit-transition: all 1.5s cubic-bezier(0.69, 0, 0.27, 1);
  -moz-transition: all 1.5s cubic-bezier(0.69, 0, 0.27, 1);
  -o-transition: all 1.5s cubic-bezier(0.69, 0, 0.27, 1);
  -ms-transition: all 1.5s cubic-bezier(0.69, 0, 0.27, 1);
  transition: all 1.5s cubic-bezier(0.69, 0, 0.27, 1);
}

@media screen and (max-width: 540px) {
  .menu-navigation .lines {
    float: right;
  }
}

.menu-navigation .social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 0;
  margin: 25px 0;
}

.menu-navigation .social li {
  margin-right: 10px;
}

.menu-navigation .social a {
  color: #fff;
}

.menu-navigation .nav-footer {
  padding-right: 100px;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
  -moz-transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
  -o-transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
  -ms-transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
  transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
}

@media screen and (max-width: 540px) {
  .menu-navigation .nav-footer {
    display: none;
  }
}

.menu-navigation .nav-footer p,
.menu-navigation .nav-footer a {
  color: #fff;
  font-size: 14px;
  line-height: 24px;
  margin: 0;
}

.menu-navigation .nav-footer a .icon {
  margin-right: 10px;
}

.menu-navigation .nav-footer p {
  margin-bottom: 10px;
}

.menu-navigation .nav-footer .column {
  padding-right: 70px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-navigation .nav-footer .column:last-child {
  padding-right: 0;
}

.form-login {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1060;
  background-color: rgba(74, 74, 74, 0.9);
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translate3d(0, 100px, 0);
  -moz-transform: translate3d(0, 100px, 0);
  -ms-transform: translate3d(0, 100px, 0);
  -o-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  -webkit-transition: all 0.5s cubic-bezier(0.69, 0, 0.27, 1);
  -moz-transition: all 0.5s cubic-bezier(0.69, 0, 0.27, 1);
  -o-transition: all 0.5s cubic-bezier(0.69, 0, 0.27, 1);
  -ms-transition: all 0.5s cubic-bezier(0.69, 0, 0.27, 1);
  transition: all 0.5s cubic-bezier(0.69, 0, 0.27, 1);
}

.form-login.open {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.form-login.open .form-container {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  -webkit-transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
  -moz-transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
  -o-transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
  -ms-transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
  transition: all 0.95s cubic-bezier(0.69, 0, 0.27, 1) 0.3s;
}

.form-login .form-container {
  position: fixed;
  top: 100px;
  right: 175px;
  opacity: 0;
  -webkit-transform: translate3d(0, 30px, 0);
  -moz-transform: translate3d(0, 30px, 0);
  -ms-transform: translate3d(0, 30px, 0);
  -o-transform: translate3d(0, 30px, 0);
  transform: translate3d(0, 30px, 0);
  -webkit-transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
  -moz-transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
  -o-transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
  -ms-transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
  transition: all 1s cubic-bezier(0.69, 0, 0.27, 1);
}

@media screen and (max-width: 1024px) {
  .form-login .form-container {
    top: 90px;
    right: 148px;
  }
}

@media screen and (max-width: 540px) {
  .form-login .form-container {
    top: 75px;
    right: 30px;
    left: 30px;
  }
}

@media screen and (max-width: 320px) {
  .form-login .form-container {
    top: 70px;
    right: 20px;
    left: 20px;
  }
}

.form-login .close {
  position: absolute;
  top: -55px;
  right: -10px;
  font-size: 30px;
  font-weight: 300;
  color: white;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  cursor: pointer;
}

@media screen and (max-width: 540px) {
  .form-login .block-form-wrap {
    position: relative;
    top: 100px;
  }
}

.form-login .block-form-wrap .not-register {
  background-color: #fff;
  text-transform: uppercase;
  font-size: 14px;
  line-height: 19px;
  padding: 15px 25px;
  letter-spacing: 1px;
}

@media screen and (max-width: 540px) {
  .form-login .block-form-wrap .not-register {
    font-size: 13px;
    line-height: 18px;
  }
}

@media screen and (max-width: 320px) {
  .form-login .block-form-wrap .not-register {
    font-size: 12px;
    line-height: 16px;
  }
}

.form-login .block-form-wrap .not-register a {
  color: #000;
  border-bottom: solid 2px #ffa100;
}

.form-login .block-form-wrap .form input {
  width: 100%;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 25px;
  font-size: 13px;
  letter-spacing: 1px;
  color: #000;
  outline: none;
}

.form-login .block-form-wrap .form input::-webkit-input-placeholder {
  /* Chrome/Opera/Safari */
  color: #000;
}

.form-login .block-form-wrap .form input::-moz-placeholder {
  /* Firefox 19+ */
  color: #000;
}

.form-login .block-form-wrap .form input:-ms-input-placeholder {
  /* IE 10+ */
  color: #000;
}

.form-login .block-form-wrap .form input:-moz-placeholder {
  /* Firefox 18- */
  color: #000;
}

.form-login .block-form-wrap .form .button {
  font-size: 13px;
  padding: 8px 50px;
}

#footer {
  padding: 60px 0 0;
}

@media screen and (max-width: 540px) {
  #footer {
    padding: 50px 0 0px;
  }
}

@media screen and (max-width: 320px) {
  #footer {
    padding: 40px 0 0px;
  }
}

.footer-menu {
  margin-bottom: 60px;
}

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

.footer-menu ul {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  justify-content: flex-end;
  -webkit-justify-content: flex-end;
  padding: 0;
  margin: 0;
}

.footer-menu li {
  list-style: none;
  margin-left: 30px;
}

.footer-menu a {
  color: #592e2c;
}

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

.footer-item {
  padding: 0 25px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 768px) {
  .footer-item {
    margin-bottom: 50px;
  }

  .footer-item:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 540px) {
  .footer-item {
    padding: 0 !important;
  }
}

.footer-item:first-child {
  padding-left: 0;
}

@media screen and (max-width: 768px) {
  .footer-item:first-child {
    padding-left: 25px;
    margin: 0;
  }
}

.footer-item:last-child {
  padding-right: 0;
}

@media screen and (max-width: 768px) {
  .footer-item:last-child {
    padding-right: 25px;
  }
}

@media screen and (max-width: 768px) {
  .footer-item .inner {
    text-align: center;
  }
}

.footer-item .title {
  text-transform: uppercase;
  font-family: "Nunito Sans", sans-serif;
  font-size: 38px;
  font-weight: 600;
  line-height: 1;
  margin: 0 0 10px;
  color: #592e2c;
}

@media screen and (max-width: 768px) {
  .footer-item .title {
    font-size: 34px;
  }

  .footer-item .lines {
    max-width: 150px;
    margin: 0 auto 25px;
  }
}

.footer-item p,
.footer-item a {
  font-size: 12px;
  line-height: 16px;
  color: #000;
}

.footer-item p .icon,
.footer-item a .icon {
  margin-right: 8px;
}

.footer-item p a:hover,
.footer-item a a:hover {
  color: #ffa100;
}

.footer-item .copyright {
  color: #666;
  font-size: 12px;
  line-height: 1;
}

.footer-logo {
  -webkit-box-flex: 0 0 155px;
  -moz-box-flex: 0 0 155px;
  -webkit-flex: 0 0 155px;
  -ms-flex: 0 0 155px;
  flex: 0 0 155px;
}

@media screen and (max-width: 768px) {
  .footer-logo {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    -webkit-justify-content: center;
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
  }
}

.footer-logo a {
  display: block;
  position: relative;
}

@media screen and (max-width: 540px) {
  .footer-logo a {
    max-width: 120px;
  }
}

@media screen and (max-width: 320px) {
  .footer-logo a {
    max-width: 100px;
  }
}

.footer-logo img {
  max-width: 125px;
}

.footer-logo .footer-menu {
  display: none;
}

@media screen and (max-width: 768px) {
  .footer-logo .footer-menu {
    display: block;
    margin: 50px 0 0;
  }
}

.footer-logo .footer-menu li {
  margin: 0 20px;
}

@media screen and (max-width: 540px) {
  .footer-logo .footer-menu li {
    margin: 0 15px;
  }
}

.footer-social {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin: 15px 0 20px;
  padding: 0;
}

.footer-social li a {
  color: #ffa100;
}

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

@media screen and (max-width: 768px) {
  .footer-social {
    justify-content: center;
    -webkit-justify-content: center;
    align-items: center;
  }
}

.footer-social li {
  list-style: none;
  margin-right: 15px;
}

@media screen and (max-width: 768px) {
  .footer-social li {
    margin: 0 10px;
  }
}

.footer-social a {
  font-size: 18px;
}

.footer-social a:hover {
  color: #ffa100;
}

.button-sticky {
  position: fixed;
  top: 50%;
  right: -128px;
  min-width: 125px;
  outline: none;
  background-color: #ffa100;
  color: #fff;
  text-align: center;
  font-size: 22px;
  font-weight: 800;
  /* padding: 25px 55px; */
  padding: 15px 45px;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
  z-index: 1060;
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  -o-transform: rotate(-90deg);
  transform: rotate(-90deg);
}

/* .button-sticky {
  position: fixed;
  top: auto;
  bottom: 5%;
  left: 5%;
  right: auto;
  min-width: 125px;
  outline: none;
  background-color: #ffa100;
  color: #fff;
  text-align: center;
  font-family: "Nunito Sans", sans-serif;
  letter-spacing: 1px;
  font-size: 28px;
  font-weight: 800;
  padding: 25px 55px;
  box-shadow: 0 -5px 20px rgba(0, 0, 0, 0.2);
  border-radius: 30rem;
  z-index: 1060;
} */

.button-sticky:hover {
  /* box-shadow: 0 -5px 50px rgba(0, 0, 0, 0.3); */
  background-color: #ffa100;
}

.button-sticky .sticky-extend {
  font-size: 18px;
  font-weight: 600;
  margin-top: 10px;
}

@media screen and (max-width: 540px) {
  .button-sticky {
    top: 60px;
    bottom: auto;
    left: 0;
    right: 0;
    font-size: 18px;
    padding: 10px 5px;
    border-radius: 0;
    box-shadow: none;
    background-color: #19a2be;
    /* box-shadow: 0 5px 20px rgba(0, 0, 0, 0.75); */
    -webkit-transform: rotate(0);
    -moz-transform: rotate(0);
    -ms-transform: rotate(0);
    -o-transform: rotate(0);
    transform: rotate(0);
  }

  .button-sticky.onscroll {
    top: 50px;
  }

  .button-sticky .sticky-extend {
    font-size: 16px;
    font-weight: 600;
    margin-top: 5px;
    transition: all ease-in-out 300ms;
  }

  .button-sticky .sticky-extend.hide {
    display: none;
  }
}

.button-sticky.hide {
  -webkit-transform: rotate(-90deg) translate3d(0, 100%, 0);
  -moz-transform: rotate(-90deg) translate3d(0, 100%, 0);
  -ms-transform: rotate(-90deg) translate3d(0, 100%, 0);
  -o-transform: rotate(-90deg) translate3d(0, 100%, 0);
  transform: rotate(-90deg) translate3d(0, 100%, 0);
  box-shadow: none;
}

@media screen and (max-width: 540px) {
  .button-sticky.hide {
    -webkit-transform: rotate(0) translate3d(0, -200%, 0)
    -moz-transform: rotate(0) translate3d(0, -200%, 0);
    -ms-transform: rotate(0) translate3d(0, -200%, 0);
    -o-transform: rotate(0) translate3d(0, -200%, 0);
    transform: rotate(0) translate3d(0, -200%, 0);
  }
}

#section_top {
  padding: 150px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #section_top {
    padding: 150px 0 125px;
  }
}

@media screen and (max-width: 768px) {
  #section_top {
    padding: 150px 0 75px;
  }
}

@media screen and (max-width: 540px) {
  #section_top {
    padding: 100px 0 50px;
  }
}

@media screen and (max-width: 320px) {
  #section_top {
    padding: 80px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  #section_top .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: column-reverse;
    -moz-box-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#section_top .card-entry {
  -webkit-box-flex: 0 0 40%;
  -moz-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

@media screen and (max-width: 768px) {
  #section_top .card-entry {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 50px;
  }
}

@media screen and (max-width: 540px) {
  #section_top .card-entry {
    margin-top: 45px;
  }
}

#section_top .card-entry .inner {
  text-align: right;
  padding-right: 65px;
  margin-top: 65px;
}

@media screen and (max-width: 1024px) {
  #section_top .card-entry .inner {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  #section_top .card-entry .inner {
    padding-right: 0;
    text-align: center;
    position: relative;
  }
}

@media screen and (max-width: 540px) {
  #section_top .card-entry .inner {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #section_top .card-entry .section-headline {
    padding-top: 90px;
  }
}

@media screen and (max-width: 540px) {
  #section_top .card-entry .section-headline {
    padding-top: 80px;
  }
}

#section_top .card-entry .section-headline .section-title:first-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #section_top .card-entry .button {
    display: block;
    max-width: 120px;
    text-align: center;
    margin: auto;
    padding: 15px 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 540px) {
  #section_top .card-entry .button {
    max-width: 100%;
  }
}

#section_top #countdownTimer {
  margin: 40px 0 35px;
}

@media screen and (max-width: 768px) {
  #section_top #countdownTimer {
    display: inline-block;
    margin: 20px 0 0;
  }
}

@media screen and (max-width: 540px) {
  #section_top #countdownTimer {
    display: block;
  }
}

#section_top #countdownTimer .wrap {
  background-color: #f2f2f2;
  padding: 20px 25px;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 540px) {
  #section_top #countdownTimer .wrap {
    justify-content: center;
    -webkit-justify-content: center;
    padding: 15px;
  }
}

#section_top #countdownTimer p {
  font-family: "Union Rough", sans-serif;
  font-size: 36px;
  position: relative;
  text-align: center;
  margin: 0;
  color: #592e2c;
  padding: 0 10px;
  min-width: 50px;
}

@media screen and (max-width: 375px) {
  #section_top #countdownTimer p {
    font-size: 26px;
  }
}

#section_top #countdownTimer p:last-child:after {
  content: none;
}

#section_top #countdownTimer p:after {
  content: "";
  display: inline-block;
  height: 100%;
  width: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
}

#section_top #countdownTimer p .item {
  font-family: "Union Rough", sans-serif;
  font-size: 36px;
  position: relative;
  text-align: center;
  margin: 0;
  color: #592e2c;
  padding: 0 10px;
  min-width: 50px;
}

#section_top #countdownTimer p span {
  display: block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 13px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 10px;
  color: #000;
}

#section_top .card-picture {
  margin: 0;
  position: relative;
}

#section_top .card-picture .wrapper {
  margin-right: 40px;
  position: relative;
  z-index: 2;
}

@media screen and (max-width: 540px) {
  #section_top .card-picture .wrapper {
    margin-right: 25px;
  }
}

@media screen and (max-width: 320px) {
  #section_top .card-picture .wrapper {
    margin-right: 15px;
  }
}

#section_time {
  padding: 90px 0 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #section_time {
    padding: 83px 0 0;
  }
}

@media screen and (max-width: 768px) {
  #section_time {
    padding: 73px 0 0;
  }
}

@media screen and (max-width: 540px) {
  #section_time {
    padding: 66px 0 0;
  }
}

@media screen and (max-width: 320px) {
  #section_time {
    padding: 80px 0 40px;
  }
}

/* #section_time .main_slider{
  max-width: 1280px;
} */

.video-container {
  position: relative;
  width: 100%;
  height: 100%;
  background-size: cover;
  background-position: center;
  overflow: hidden;
}

.video-container video {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section_time .registration-top-line {
  background-color: #19a2be;
}

#section_time .registration-top-line .wrapper {
  max-width: 1280px;
  margin: 0 auto;
  text-align: center;
}

#section_time .registration-top-line .wrapper .section-headline {
  color: #FFF;
}

#section_time .registration-top-line .wrapper .section-headline h2 {
  letter-spacing: 1px;
  line-height: 2;
  margin: 0;
}

@media screen and (max-width: 768px) {
  #section_time .registration-top-line .wrapper .section-headline h2 {
    letter-spacing: normal;
  }
}

@media screen and (max-width: 540px) {
  #section_time .registration-top-line .wrapper .section-headline {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 57px;
  }

  #section_time .registration-top-line .wrapper .section-headline h2, 
  #section_time .registration-bottom-line.registration-bottom-link .wrapper .section-headline h2 {
    line-height: 1.2;
    font-size: 20px;
    letter-spacing: 1px;
  }
}

#section_time .registration-bottom-line {
  background-color: #ec106f;
}

#section_time .registration-bottom-line .wrapper {
  max-width: 1280px;
  margin: 0 auto 0;
  padding: 10px 0;
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#section_time .registration-bottom-line .wrapper .section-headline {
  color: #FFF;
}

#section_time .registration-bottom-line .wrapper .section-headline h2 {
  letter-spacing: 5px;
  line-height: 1.5;
  margin: 0;
}

#section_time .registration-bottom-line.registration-bottom-link{
  transition: all 500ms ease-in-out;
}

#section_time .registration-bottom-line.registration-bottom-link:hover{
  background-color: #ffdd00;
  /* text-shadow: 5px 5px # */
}

#section_time .registration-bottom-line.registration-bottom-link .wrapper{
  justify-content: center;
}

#section_time .registration-bottom-line.registration-bottom-link:hover .wrapper .section-headline{
  transition: all 500ms ease-in-out;
}

#section_time .registration-bottom-line.registration-bottom-link:hover .wrapper .section-headline{
  color: #FFF;
  text-shadow: 5px 5px #ffa100;
}

@media screen and (max-width: 768px) {
  #section_time .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: column-reverse;
    -moz-box-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

@media screen and (max-width: 540px) {
  #section_time .registration-bottom-line .wrapper {
    flex-direction: column;
  }
}

#section_time .card-entry {
  -webkit-box-flex: 0 0 40%;
  -moz-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

@media screen and (max-width: 768px) {
  #section_time .card-entry {
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
    margin-top: 50px;
  }
}

@media screen and (max-width: 540px) {
  #section_time .card-entry {
    margin-top: 45px;
  }
}

#section_time .card-entry .inner {
  text-align: right;
  padding-right: 65px;
  margin-top: 65px;
}

@media screen and (max-width: 1024px) {
  #section_time .card-entry .inner {
    margin-top: 35px;
  }
}

@media screen and (max-width: 768px) {
  #section_time .card-entry .inner {
    padding-right: 0;
    text-align: center;
    position: relative;
  }
}

@media screen and (max-width: 540px) {
  #section_time .card-entry .inner {
    margin-top: 0;
  }
}

@media screen and (max-width: 768px) {
  #section_time .card-entry .section-headline {
    padding-top: 90px;
  }
}

@media screen and (max-width: 540px) {
  #section_time .card-entry .section-headline {
    padding-top: 80px;
  }
}

#section_time .card-entry .section-headline .section-title:first-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #section_time .card-entry .button {
    display: block;
    max-width: 120px;
    text-align: center;
    margin: auto;
    padding: 15px 50px;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
  }
}

@media screen and (max-width: 540px) {
  #section_time .card-entry .button {
    max-width: 100%;
  }
}

#section_time #countdownTimer {
  margin: 10px 0;
}

@media screen and (max-width: 768px) {
  #section_time #countdownTimer {
    display: inline-block;
  }
}

@media screen and (max-width: 540px) {
  #section_time #countdownTimer {
    display: block;
  }
}

#section_time #countdownTimer .wrap {
  /* background-color: #F2F2F2; */
  /* padding: 20px 25px; */
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
}

@media screen and (max-width: 540px) {
  #section_time #countdownTimer .wrap {
    justify-content: center;
    -webkit-justify-content: center;
    padding: 0px;
  }
}

#section_time #countdownTimer p {
  font-family: "Union Rough", sans-serif;
  font-size: 36px;
  position: relative;
  text-align: center;
  margin: 0;
  color: #592e2c;
  padding: 0 10px;
  min-width: 50px;
}

#section_time #countdownTimer p:last-child:after {
  content: none;
}

/* #section_time #countdownTimer p:after {
  content: '';
  display: inline-block;
  height: 100%;
  width: 1px;
  background-color: #000;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-transform: rotate(20deg);
  -moz-transform: rotate(20deg);
  -ms-transform: rotate(20deg);
  -o-transform: rotate(20deg);
  transform: rotate(20deg);
} */

#section_time #countdownTimer p .item {
  font-family: "Nunito Sans", sans-serif;
  font-size: 52px;
  font-weight: 800;
  position: relative;
  text-align: center;
  margin: 0;
  color: #FFF;
  padding: 0 10px;
  min-width: 50px;
}

#section_time #countdownTimer p span {
  display: inline-block;
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 10px;
  color: #FFF;
}

@media screen and (max-width: 768px) {
  #section_time #countdownTimer p .item {
    font-size: 42px;
  }

  #section_time #countdownTimer p span {
    font-size: 32px;
  }
}

@media screen and (max-width: 540px) {
  /* #section_time #countdownTimer p {
    font-size: 26px;
  } */

  #section_time #countdownTimer p .item {
    font-size: 28px;
  }

  #section_time #countdownTimer p span {
    font-size: 20px;
    margin: 0;
  }
}

#section_time .card-picture {
  margin: 0;
  position: relative;
}

#section_time .card-picture .wrapper {
  position: relative;
  z-index: 2;
}

/* @media screen and (max-width: 540px) {
  #section_time .card-picture .wrapper {
    margin-right: 25px;
  }
}

@media screen and (max-width: 320px) {
  #section_time .card-picture .wrapper {
    margin-right: 15px;
  }
} */

#section_about {
  background-color: #ffff;
  padding: 60px 0;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #section_about {
    padding: 70px 0;
  }
}

@media screen and (max-width: 540px) {
  #section_about {
    padding: 50px 0;
  }
}

@media screen and (max-width: 320px) {
  #section_about {
    padding: 40px 0;
  }
}

#section_about .section-headline {
  text-align: center;
  max-width: 750px;
  margin: 0 auto 80px;
}

@media screen and (max-width: 768px) {
  #section_about .section-headline {
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    position: relative;
    max-width: 100%;
  }
}

@media screen and (max-width: 540px) {
  #section_about .section-headline {
    max-width: 100%;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 320px) {
  #section_about .section-headline {
    margin-bottom: 50px;
  }
}

#section_about .section-headline .section-title {
  color: #ffa100;
  font-weight: 500;
  letter-spacing: 5px;
}

@media screen and (max-width: 768px) {
  #section_about .section-headline .section-title {
    max-width: 450px;
    margin: auto;
    padding-bottom: 10px;
  }
}

@media screen and (max-width: 768px) {
  #section_about .section-headline .lines {
    position: absolute;
    bottom: 0;
    left: 35%;
    right: 35%;
    width: auto;
  }
}

@media screen and (max-width: 540px) {
  #section_about .section-headline .lines {
    right: 20%;
    left: 20%;
  }
}

@media screen and (max-width: 320px) {
  #section_about .section-headline .lines {
    right: 10%;
  }
}

@media screen and (max-width: 768px) {
  .card-celebrate-wrap {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    -webkit-flex-wrap: wrap;
  }
}

.card-celebrate-wrap .card-celebrate {
  text-align: center;
  margin: 0 20px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

.card-celebrate-wrap .card-celebrate .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

@media screen and (max-width: 768px) {
  .card-celebrate-wrap .card-celebrate {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    margin: 0 0 50px;
  }

  .card-celebrate-wrap .card-celebrate:nth-child(even) {
    padding-left: 25px;
  }
}

/* @media screen and (max-width: 768px) and (max-width: 540px) {
  .card-celebrate-wrap .card-celebrate:nth-child(even) {
    padding-left: 10px;
  }
}

@media screen and (max-width: 768px) {
  .card-celebrate-wrap .card-celebrate:nth-child(odd) {
    padding-right: 25px;
  }
}

@media screen and (max-width: 768px) and (max-width: 540px) {
  .card-celebrate-wrap .card-celebrate:nth-child(odd) {
    padding-right: 10px;
  }
}

@media screen and (max-width: 768px) {

  .card-celebrate-wrap .card-celebrate:nth-last-child(2),
  .card-celebrate-wrap .card-celebrate:last-child {
    margin-bottom: 0;
  }
} */

.card-celebrate-wrap .card-celebrate .inner .icon {
  width: 60px;
  margin-bottom: 20px;
}

@media screen and (max-width: 768px) {
  .card-celebrate-wrap .card-celebrate .inner .icon {
    padding-bottom: 15px;
  }
}

@media screen and (max-width: 540px) {
  .card-celebrate-wrap .card-celebrate .inner .icon {
    font-size: 25px;
  }
}

@media screen and (max-width: 320px) {
  .card-celebrate-wrap .card-celebrate .inner .icon {
    font-size: 22px;
    padding-bottom: 10px;
  }
}

.card-celebrate-wrap .card-celebrate .inner .title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 1px;
  color: #592e2c;
  text-transform: uppercase;
  padding: 15px 0;
  margin: 15px 0 0;
}

@media screen and (max-width: 768px) {
  .card-celebrate-wrap .card-celebrate .inner .title {
    border: 0;
    display: inline-block;
    padding: 0;
    margin: 0;
    position: relative;
    top: -7px;
  }
}

@media screen and (max-width: 540px) {
  .card-celebrate-wrap .card-celebrate .inner .title {
    font-size: 16px;
    top: -5px;
  }
}

@media screen and (max-width: 320px) {
  .card-celebrate-wrap .card-celebrate .inner .title {
    font-size: 14px;
    top: -3px;
  }
}

.card-celebrate-wrap .card-celebrate .inner p {
  font-size: 18px;
  font-weight: 600;
  margin: 0;
  color: #592e2c;
}


@media screen and (max-width: 768px) {
  .card-celebrate-wrap .card-celebrate .inner p:first-of-type {
    padding-top: 15px;
  }
}

@media screen and (max-width: 540px) {
  .card-celebrate-wrap .card-celebrate .inner p:first-of-type {
    padding-top: 5px;
  }
}

@media screen and (max-width: 320px) {
  .card-celebrate-wrap .card-celebrate .inner p {
    line-height: 20px;
  }

  .card-celebrate-wrap .card-celebrate .inner p:first-of-type {
    padding-top: 5px;
  }
}

#section_schedule {
  position: relative;
  padding: 60px 0;
}

@media screen and (max-width: 1024px) {
  #section_schedule {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  #section_schedule {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 540px) {
  #section_schedule {
    padding: 55px 0 0 !important;
  }
}

/* @media screen and (max-width: 320px) {
  #section_schedule {
    padding: 35px 0 0;
  }
} */

#section_schedule .q-container{
  max-width: 1400px;
}

#section_schedule .q-container.container-inner{
  padding: 0;
}

#section_schedule .schedule_wrapper {
  /* background: #ffdd00; */
  /* background-image: url("../img/card-background.jpg"); */
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
  /* padding: 25px 15px; */
  border-radius: 30px;
}

#section_schedule .schedule_wrapper .schedule_header {
  margin: 35px 20px 20px;
}

@media screen and (max-width: 540px) {
  #section_schedule .schedule_wrapper .schedule_header {
    text-align: center;
  }
}

#section_schedule .schedule_wrapper .schedule-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-weight: 500;
  letter-spacing: 8px;
  line-height: 68px;
  color: #ec106f;
  text-transform: uppercase;
  text-align: center;
  margin: 0 0 10px;
}

@media screen and (max-width: 540px) {
  #section_schedule .schedule_wrapper .schedule-title {
    font-size: 46px;
  }
}

/* #section_schedule .schedule_wrapper .schedule_body {
  gap: 15px;
} */

#section_schedule .schedule_wrapper .schedule_body .column {
  /* width: 33.33%; */
  overflow: hidden;
}

#section_schedule .schedule_wrapper .schedule_body .schedule-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  position: relative;
  background: #fff;
  height: 200px;
  padding: 55px 0;
  margin: 0;
  transition: all ease-in-out 200ms;
  background-size: cover;
  background-position: center center;
}

#section_schedule .schedule_wrapper .schedule_body .column:hover .schedule-item {
  transform: scale(1.05);
}

#section_schedule .schedule_wrapper .schedule_body .schedule-item-title {
  transition: all ease-in-out 200ms;
  font-family: "Nunito Sans", sans-serif;
  font-size: 32px;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 1;
  text-transform: uppercase;
  color: #FFF;
}

#section_schedule .schedule_wrapper .schedule_body .column:hover .schedule-item-title{
  bottom: 1rem;
  left: 2rem;
  font-weight: 900!important;
  color: #333;
}

#section_schedule .schedule_wrapper .schedule_body .schedule-item-title h2 {
  font-family: inherit;
  font-weight: inherit;
  font-size: inherit;
  letter-spacing: inherit;
  line-height: inherit;
  color: inherit;
  text-align: center;
}

@media screen and (max-width: 540px) {
  #section_schedule .schedule_wrapper .schedule_body .schedule-item-title h2 {
    font-size: 36px;
  }

  #section_schedule .schedule_wrapper .schedule_body .schedule-item {
    height: 150px;
  }
}

#section_schedule .schedule_wrapper .schedule_body .schedule-item-subtitle {
  font-size: 22px;
  font-weight: 400;
  color: #fff;
  border: 1px solid #FFF;
  padding: 5px 10px;
}

#section_schedule .schedule_wrapper .schedule_body .schedule-item-subtitle p{
  margin: 0;
}

.card-overlap-block.type_2 .card-entry-tab {
  background-color: #fff;
}

.card-overlap-block .section-headline {
  position: absolute;
  top: 75px;
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  .card-overlap-block .section-headline {
    position: static;
    max-width: 100%;
    margin-bottom: 70px;
  }
}

@media screen and (max-width: 540px) {
  .card-overlap-block .section-headline {
    max-width: 100%;
    margin-bottom: 50px;
  }
}

@media screen and (max-width: 320px) {
  .card-overlap-block .section-headline {
    margin-bottom: 35px;
  }
}

.card-overlap-block .section-headline .section-title {
  color: #592e2c;
}

@media screen and (max-width: 768px) {
  .card-overlap-block .section-headline .section-title {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .card-overlap-block .section-headline .lines {
    max-width: 70%;
  }
}

.card-overlap-block .card-overlaping {
  padding-bottom: 100px;
}

@media screen and (max-width: 768px) {
  .card-overlap-block .card-overlaping {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: column-reverse;
    -moz-box-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
    padding-bottom: 0;
  }
}

.card-overlap-block .card-picture {
  margin: 0;
}

.card-overlap-block .grid-reveal .grid-reveal__image {
  height: 560px;
}

@media screen and (max-width: 540px) {
  .card-overlap-block .grid-reveal .grid-reveal__image {
    height: 350px;
  }
}

@media screen and (max-width: 320px) {
  .card-overlap-block .grid-reveal .grid-reveal__image {
    height: 280px;
  }
}

.card-overlap-block .card-entry {
  -webkit-box-flex: 0 0 40%;
  -moz-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
  position: relative;
}

@media screen and (max-width: 768px) {
  .card-overlap-block .card-entry {
    top: -80px;
    -webkit-box-flex: 1;
    -moz-box-flex: 1;
    -webkit-flex: 1;
    -ms-flex: 1;
    flex: 1;
  }
}

@media screen and (max-width: 540px) {
  .card-overlap-block .card-entry {
    top: -50px;
  }
}

@media screen and (max-width: 320px) {
  .card-overlap-block .card-entry {
    top: -40px;
  }
}

.card-overlap-block .card-entry .inner {
  padding-right: 80px;
}

@media screen and (max-width: 768px) {
  .card-overlap-block .card-entry .inner {
    padding: 0 20px;
  }
}

@media screen and (max-width: 320px) {
  .card-overlap-block .card-entry .inner {
    padding: 0 15px;
  }
}

.card-overlap-block .card-entry .section-headline {
  padding-top: 50px;
}

.card-overlap-block .card-entry .section-headline p {
  max-width: 75%;
}

.card-overlap-block .card-entry-tab {
  position: absolute;
  left: 0;
  top: 320px;
  background-color: #f2f2f2;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  padding: 50px 25px;
  width: 335px;
  z-index: 5;
  min-height: 180px;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 768px) {
  .card-overlap-block .card-entry-tab {
    position: relative;
    top: 0;
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
  }
}

@media screen and (max-width: 540px) {
  .card-overlap-block .card-entry-tab {
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 25px 35px;
    display: block;
  }
}

@media screen and (max-width: 320px) {
  .card-overlap-block .card-entry-tab {
    padding: 15px 20px;
  }
}

.card-overlap-block .card-entry-tab .tab-title {
  margin: 0;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-flex-direction: column;
  -moz-box-flex-direction: column;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  align-items: flex-start;
  -webkit-align-items: flex-start;
  -webkit-box-flex: 0 0 40%;
  -moz-box-flex: 0 0 40%;
  -webkit-flex: 0 0 40%;
  -ms-flex: 0 0 40%;
  flex: 0 0 40%;
}

@media screen and (max-width: 540px) {
  .card-overlap-block .card-entry-tab .tab-title {
    margin-bottom: 25px;
  }
}

@media screen and (max-width: 320px) {
  .card-overlap-block .card-entry-tab .tab-title {
    margin-bottom: 10px;
  }
}

.card-overlap-block .card-entry-tab .tab-title .tablink {
  background-color: transparent;
  font-size: 14px;
  line-height: 20px;
  border: 0;
  color: #999;
  position: relative;
  padding: 0;
  margin-bottom: 20px;
  font-family: "Nunito Sans", sans-serif;
  outline: none;
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.card-overlap-block .card-entry-tab .tab-title .tablink:hover {
  color: #ffa100;
}

@media screen and (max-width: 540px) {
  .card-overlap-block .card-entry-tab .tab-title .tablink {
    font-size: 12px;
    line-height: 18px;
    margin-bottom: 15px;
  }
}

.card-overlap-block .card-entry-tab .tab-title .tablink.active {
  color: #592e2c;
}

.card-overlap-block .card-entry-tab .tab-title .tablink.active:before {
  background-color: #592e2c;
  width: 150px;
  max-width: 150px;
}

@media screen and (max-width: 1024px) {
  .card-overlap-block .card-entry-tab .tab-title .tablink.active:before {
    width: 70px;
    max-width: none;
    left: -90px;
  }
}

@media screen and (max-width: 540px) {
  .card-overlap-block .card-entry-tab .tab-title .tablink.active:before {
    left: calc(100% + 15px);
  }
}

.card-overlap-block .card-entry-tab .tab-title .tablink:before {
  content: "";
  display: inline-block;
  width: 0;
  height: 1px;
  background-color: transparent;
  position: absolute;
  left: -160px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1024px) {
  .card-overlap-block .card-entry-tab .tab-title .tablink:before {
    width: 70px;
    max-width: none;
    left: -90px;
  }
}

@media screen and (max-width: 540px) {
  .card-overlap-block .card-entry-tab .tab-title .tablink:before {
    left: calc(100% + 15px);
  }
}

.card-overlap-block .card-entry-tab .tab-content {
  padding-left: 40px;
}

@media screen and (max-width: 540px) {
  .card-overlap-block .card-entry-tab .tab-content {
    padding-left: 50px;
  }
}

.card-overlap-block .card-entry-tab .tab-content .tab-panel {
  display: none;
}

.card-overlap-block .card-entry-tab .tab-content .tab-panel.active {
  display: block;
}

.card-overlap-block .card-entry-tab .tab-content .tab-panel p {
  margin: 0;
  line-height: 20px;
}

#section_register {
  padding: 60px 0;
  background-color: #fff;
}

@media screen and (max-width: 1024px) {
  #section_register {
    padding: 65px 0 80px;
  }
}

@media screen and (max-width: 540px) {
  #section_register {
    padding: 55px 0 50px !important;
  }
}

@media screen and (max-width: 320px) {
  #section_register {
    padding: 35px 0 40px;
  }
}

#section_register .section-headline .section-title {
  color: #ffa100;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  #section_register .section-headline .section-title {
    text-align: center;
    margin: 0 0 5px;
  }
}

#section_register .section-headline {
  display: flex;
  flex-direction: column;
  align-items: center;
}

#section_register .section-headline .lines {
  width: 100%;
  max-width: 250px;
}

@media screen and (max-width: 768px) {
  #section_register .section-headline .lines {
    max-width: 70%;
    margin-bottom: 15px;
  }
}

#section_register .card-register-block {
  padding: 0 125px;
  margin-top: 50px;
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media screen and (max-width: 540px) {
  #section_register .card-register-block {
    padding: 0;
  }
}

/* @media screen and (max-width: 320px) {
  #section_register .card-register-block {
    margin-top: 30px;
  }
} */

#section_register .card-register {
  padding: 35px 10px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0;
  margin-bottom: 50px;
  cursor: pointer;
}

#section_register .card-register:nth-child(odd) {
  padding-right: 15px;
}

#section_register .card-register:nth-child(even) {
  padding-left: 15px;
}

#section_register .card-register:nth-last-child(2),
#section_register .card-register:last-child {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  #section_register .card-register {
    padding: 0 !important;
    margin-bottom: 50px;
  }

  #section_register .card-register:nth-last-child(2) {
    margin-bottom: 50px;
  }

  #section_register .card-register:last-child {
    margin-bottom: 0;
  }
}

@media screen and (max-width: 540px) {
  #section_register .card-register {
    margin-bottom: 35px;
  }

  #section_register .card-register:nth-last-child(2) {
    margin-bottom: 35px;
  }
}

@media screen and (max-width: 320px) {
  #section_register .card-register {
    margin-bottom: 25px;
  }

  #section_register .card-register:nth-last-child(2) {
    margin-bottom: 25px;
  }
}

#section_register .card-register .inner {
  background-color: inherit;
  overflow: hidden;
  position: relative;
  padding: 30px;
}

#section_register .card-register.card-5K .inner {
  background-color: #fcba00;
}
#section_register .card-register.card-10K .inner {
  background-color: #f38121;
}
#section_register .card-register.card-C5K .inner {
  background-color: #b97fb6;
}
#section_register .card-register.card-C10K .inner {
  background-color: #19a2be;
}
#section_register .card-register.card-A5K .inner {
  background-color: #ec106f;
}

/* @media screen and (max-width: 540px) {
  #section_register .card-register .inner {
    padding: 25px;
  }
} */

#section_register .card-register .card-header {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  -webkit-align-items: center;
  margin-bottom: 35px;
  position: relative;
  background-color: inherit;
}

#section_register .card-register .card-header p {
  margin: 0;
}

#section_register .card-register .card-header .title {
  position: relative;
  font-family: "Nunito Sans", sans-serif;
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  color: #FFF;
  z-index: 1;
  padding-right: 10px;
  border-right: 3px solid #FFF;

}

@media screen and (max-width: 540px) {
  #section_register .card-register .card-header .title {
    font-size: 62px;
  }
}

#section_register .card-register .card-header .subtitle {
  font-size: 48px;
  font-weight: 400;
  line-height: 1;
  color: #FFF;
  padding-left: 10px;
}

#section_register .card-register .card-header .title span {
  position: absolute;
  font-size: 20px;
  line-height: 25px;
  bottom: 0;
  left: 120%;
  text-transform: uppercase;
}

#section_register .card-register .card-header img {
  width: 180px;
  height: 105px;
  left: 50%;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  transform: translateX(-50%);
}

#section_register .card-register .card-header .price {
  text-align: right;
  position: relative;
  z-index: 1;
}

#section_register .card-register .card-header .price .tag {
  font-size: 20px;
  line-height: 30px;
  border-bottom: solid 1px #000;
  display: block;
  color: #000;
}

@media screen and (max-width: 540px) {
  #section_register .card-register .card-header .price .tag {
    font-size: 16px;
    line-height: 26px;
  }

  #section_register .card-register .card-header .title {
    font-size: 48px;
  }

  #section_register .card-register .card-header .subtitle {
    font-size: 32px;
  }
}

@media screen and (max-width: 320px) {
  #section_register .card-register .card-header .price .tag {
    font-size: 14px;
    line-height: 24px;
  }
}

#section_register .card-register .card-header .price span {
  font-size: 14px;
  line-height: 19px;
  text-transform: uppercase;
  color: #8c8c8c;
}

@media screen and (max-width: 540px) {
  #section_register .card-register .card-header .price span {
    font-size: 12px;
    line-height: 17px;
  }
}

@media screen and (max-width: 320px) {
  #section_register .card-register .card-header .price span {
    font-size: 10px;
    line-height: 15px;
  }
}

#section_register .card-register .card-body {
  margin-bottom: 50px;
  text-align: center;
}

@media screen and (max-width: 540px) {
  #section_register .card-register .card-body {
    margin-bottom: 25px;
  }
}

#section_register .card-register .card-body p {
  font-size: 20px;
  font-weight: 400;
  line-height: 2;
  color: #FFF;
  margin: 0;
}

#section_register .card-register .card-body p strong {
  font-size: 22px;
  font-weight: 800;
}

@media screen and (max-width: 540px) {
  #section_register .card-register .card-body p {
    font-size: 20px;
  }
}

#section_register .card-register .card-footer {
  text-align: center;
}

#section_register .card-register .card-footer .bg-orange {
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  font-weight: 800;
  line-height: 1.5;
  color: #ffff;
  /* border-radius: 50px; */
  border: 1px solid #FFF;
  background-color: transparent;
}

#section_register .card-register .card-footer .bg-orange:hover {
  background-color: #ffffff31;
}

#section_racepack {
  padding: 100px 0;
}

@media screen and (max-width: 1024px) {
  #section_racepack {
    padding: 65px 0;
  }
}

@media screen and (max-width: 540px) {
  #section_racepack {
    padding: 45px 0 50px;
  }

  #section_register .card-register .card-footer .bg-orange {
    font-size: 16px;
  }
}

@media screen and (max-width: 320px) {
  #section_racepack {
    padding: 35px 0 40px;
  }
}

#section_racepack .section-headline {
  text-align: center;
  margin: 50px 0;
  color: #592e2c;
}

@media screen and (max-width: 768px) {
  #section_racepack .section-headline {
    text-align: center;
  }
}

@media screen and (max-width: 540px) {
  #section_racepack .section-headline {
    margin-bottom: 50px;
  }
}

#section_racepack .section-headline .lines {
  max-width: 250px;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  #section_racepack .section-headline .lines {
    max-width: 70%;
  }
}

#section_racepack .section-headline p {
  max-width: 500px;
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  #section_racepack .section-headline p {
    margin-left: 0;
    text-align: left;
  }
}

#section_racepack .racepack_schedule-card{
  width: 100%;
  max-width: 768px;
  margin: 30px auto;
  padding: 2rem;
  /* background-color: #fffde6; */
  border-radius: 30px;
  overflow: hidden;
  text-align: justify;
} 

#section_racepack .racepack_schedule-card.text-center{
  text-align: center;;
}

#section_racepack .racepack_schedule-card .racepack_schedule-title{
  font-size: 32px;
  font-weight: 800;
  line-height: 1.5;
  margin-bottom: 2rem;
  text-align: center;
  text-transform: uppercase;
  color: #592e2c;
  
}

#section_racepack .racepack_schedule-card .racepack_schedule-item{
  margin-bottom: 1.5rem;
}

#section_racepack .racepack_schedule-card .racepack_schedule-item .title{
  font-size: 16px;
  margin-bottom: 10px;
}

#section_racepack .racepack_schedule-card .racepack_schedule-item .content{
  font-size: 18px;
  font-weight: 600;
}

#section_racepack .racepack_schedule-card .racepack_schedule-item .content ul{
  font-size: 16px;
  font-weight: 400;
  list-style: decimal;
}

#section_racepack .racepack_schedule-card .racepack_schedule-item .content .racepack_schedule-action{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-top: 2.5rem;
}

#section_racepack .racepack_schedule-card .racepack_schedule-item .content .racepack_schedule-action .button{
  font-size: 14px;
  font-weight: 600;
  text-align: left;
}

#section_racepack .racepack_schedule-card .racepack_schedule-item .racepack_schedule-location{
  display: block;
  position:relative;
  margin-top: 2rem;
  border-radius: 15px;
  overflow: hidden;
  box-shadow: rgba(0, 0, 0, 0.1) 0px 4px 12px;
  width: 100%;
  height: 350px;
}




@media screen and (max-width: 768px){
  #section_racepack .racepack_schedule-card{
    padding: 0;
  }

  #section_racepack .racepack_schedule-card .racepack_schedule-title{
      font-size: 22px;
      line-height: 1;
  }

  #section_racepack .racepack_schedule-card .racepack_schedule-item .title,
#section_racepack .racepack_schedule-card .racepack_schedule-item .content ul{
    font-size: 13px;
  }

  #section_racepack .racepack_schedule-card .racepack_schedule-item .content .racepack_schedule-action{
    flex-direction: column;
    gap: 1rem;
  }
  
  #section_racepack .racepack_schedule-card .racepack_schedule-item .content .racepack_schedule-action .button{
    width: 100%;
    font-size: 12px;
    text-align: center;
  }
}

#section_prizes {
  padding: 150px 0;
  position: relative;
}

@media screen and (max-width: 1024px) {
  #section_prizes {
    padding: 80px 0;
  }
}

@media screen and (max-width: 768px) {
  #section_prizes {
    padding: 80px 0 0;
  }
}

@media screen and (max-width: 540px) {
  #section_prizes {
    padding: 55px 0 0 !important;
  }
}

@media screen and (max-width: 320px) {
  #section_prizes {
    padding: 40px 0 0;
  }
}

#section_prizes .q-container{
  padding: 0;
}

#section_prizes .section-title{
  text-align: center;
  font-weight: 400;
  letter-spacing: 5px;
  color: #ec106f;
}

#section_prizes .prizes_list-item {
  display: flex;
  align-items: stretch;
  position: relative;
}

@media screen and (max-width: 768px) {
  #section_prizes .prizes_list-item {
    flex-direction: column;
  }
}

@media screen and (max-width: 540px) {
  #section_prizes .prizes_list-item {
    display: flex;
    flex-direction: column;
  }

  #section_prizes .prizes_item .prizes_category {
    font-size: 22px;
  }

  #section_prizes .prizes_item .prizes_positions {
    font-size: 18px;
  }

  #section_prizes .prizes_item .prizes_positions span {
    font-size: 14px;
  }
}

#section_prizes .prizes_item-wrapper {
  position: relative;
  padding: 30px 0;
}

#section_prizes .prizes_item-wrapper.fs{
background-color: #b97fb6;
}

#section_prizes .prizes_item-wrapper.sc{
  background-color: #ffc907;
}

#section_prizes .prizes_item-wrapper.th{
  background-color: #f38121;
}

@media screen and (max-width: 540px) {
  #section_prizes .prizes_item-wrapper {
    padding-bottom: 85px;
  }

  #section_prizes .prizes_item-wrapper:last-child {
    padding-top: 85px;
  }

  #section_prizes .prizes_item{
    margin: 10px auto;
  }
}

/* #section_prizes .prizes_item-wrapper .prizes_item-overflow {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 1;
} */

#section_prizes .prizes_item-wrapper .prizes_item-overflow .overflow_title {
  display: flex;
  justify-content: center;
  align-items: center;
  font-family: "Nunito Sans", sans-serif;
  font-size: 78px;
  font-weight: 400;
  letter-spacing: 1px;
  line-height: 2;
  color: #FFF;
  text-transform: uppercase;
}

#section_prizes .prizes_item {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  text-align: center;
  gap: 10px;
  color: #FFF;
  padding: 5px;
  margin: 0 30px ;
}

#section_prizes .prizes_item .prizes_category {
  font-size: 28px;
  font-weight: 400;
  line-height: 1.5;
  text-transform: uppercase;
}

#section_prizes .prizes_item .prizes_positions {
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
}

#section_prizes .prizes_item .prizes_positions span {
  font-size: 18px;
  line-height: 0.5;
  vertical-align: top;
}

#section_prizes .prizes_trophy {
  display: flex;
  align-items: center;
  justify-content: center;
}

#section_prizes .prizes_trophy .icon {
  width: 100%;
  max-width: 150px;
  margin-bottom: 15px;
}

@media screen and (max-width: 768px) {
  #section_prizes .prizes_trophy{
    width: 100%;
    opacity: .3;
  }
}

@media screen and (max-width: 540px) {
  #section_prizes .prizes_item-wrapper .prizes_item-overflow .overflow_title {
    font-size: 88px;
    line-height: 1.5;
  }

  #section_prizes .prizes_trophy{
    width: 100%;
    opacity: .8;
  }

  #section_prizes .prizes_trophy .icon {
    max-width: 120px;
  }
}

#section_prizes .prizes_trophy .section-headline {
  max-width: 250px;
  margin: 10px auto 0;
}

#section_prizes .prizes_trophy .section-headline h2 {
  font-family: "Nunito Sans", sans-serif;
  font-size: 58px;
  font-weight: 600;
  letter-spacing: 1px;
  line-height: 72px;
  color: #592e2c;
  text-transform: uppercase;
}

@media screen and (max-width: 540px) {
  #section_prizes .prizes_trophy .section-headline h2 {
    font-size: 58px;
  }
}

#section_venue {
  padding: 50px 0;
}

@media screen and (max-width: 540px) {
  #section_venue {
    padding: 50px 0;
  }
}

@media screen and (max-width: 320px) {
  #section_venue {
    padding: 40px 0;
  }
}

#section_venue .section-headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 55px;
}

#section_venue .section-headline .section-title {
  font-family: "Nunito Sans", sans-serif;
  color: #f38121;
  letter-spacing: 5px;
}

#section_venue .section-headline .lines {
  width: 100%;
  max-width: 350px;
}

#section_venue .venue-wrapper {
  display: flex;
}

#section_venue .venue-icon-wrapper {
  max-width: 35%;
  text-align: center;
}

#section_venue .venue-icon-wrapper img {
  width: 100%;
  max-width: 220px;
}

#section_venue .venue-content-wrapper .venue-content {
  max-width: 65%;
  color: #592e2c;
}

#section_venue .venue-content-wrapper .venue-title h3,
#section_venue .venue-content-wrapper .venue-details .detail-item p {
  margin: 0;
}

#section_venue .venue-content-wrapper .venue-title {
  margin-bottom: 10px;
}

#section_venue .venue-content-wrapper .venue-title h3 {
  font-size: 20px;
  text-transform: uppercase;
}

#section_venue .venue-content-wrapper .venue-details .detail-item p {
  font-size: 16px;
  font-weight: 500;
  margin-bottom: 8px;
}

#section_venue
  .venue-content-wrapper
  .venue-content
  .venue-action
  .button.bg-orange {
  font-family: "Nunito Sans", sans-serif;
  font-size: 18px;
  font-weight: 800;
  line-height: 1.5;
  color: #ffff;
}

@media screen and (max-width: 540px) {
  #section_venue .venue-wrapper {
    flex-direction: column;
  }

  #section_venue .venue-icon-wrapper,
  #section_venue .venue-content-wrapper .venue-content {
    max-width: 100%;
    width: 100%;
  }

  #section_venue .venue-content-wrapper .venue-details .detail-item p {
    font-size: 13px;
  }
}

.card-block-hover .card-item {
  background-size: calc(100% + 50px);
  background-position: -50px 0;
  background-repeat: no-repeat;
  position: relative;
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  transition: all 0.75s ease;
  height: 550px;
}

@media screen and (max-width: 1024px) {
  .card-block-hover .card-item {
    background-size: cover;
    height: auto;
    background-position: center;
  }
}

.card-block-hover .card-item:hover {
  background-position: 0 0;
}

@media screen and (max-width: 1024px) {
  .card-block-hover .card-item:hover {
    background-position: center;
  }
}

.card-block-hover .card-item:hover .overlay {
  background-color: rgba(0, 0, 0, 0.65);
}

.card-block-hover .card-item:hover .entry-header .title {
  -webkit-transform: translate3d(100px, 0, 0);
  -moz-transform: translate3d(100px, 0, 0);
  -ms-transform: translate3d(100px, 0, 0);
  -o-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}

@media screen and (max-width: 1024px) {
  .card-block-hover .card-item:hover .entry-header .title {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

.card-block-hover .card-item:hover .entry-header .lines {
  max-width: 300px;
}

@media screen and (max-width: 1024px) {
  .card-block-hover .card-item:hover .entry-header .lines {
    max-width: 100%;
  }
}

.card-block-hover .card-item:hover .entry-content {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  bottom: 70px;
}

@media screen and (max-width: 1024px) {
  .card-block-hover .card-item:hover .entry-content {
    bottom: 0;
  }
}

.card-block-hover .card-item:hover .entry-content .content {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.card-block-hover .card-item .overlay {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.25);
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1024px) {
  .card-block-hover .card-item .overlay {
    background-color: rgba(0, 0, 0, 0.65);
  }
}

.card-block-hover .card-item .inner {
  padding: 50px;
  position: relative;
  z-index: 5;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  overflow: hidden;
}

@media screen and (max-width: 540px) {
  .card-block-hover .card-item .inner {
    padding: 30px;
  }
}

@media screen and (max-width: 320px) {
  .card-block-hover .card-item .inner {
    padding: 15px 15px 25px;
  }
}

@media screen and (max-width: 768px) {
  .card-block-hover .card-item .entry-header {
    margin-left: -50px;
    max-width: 300px;
    text-align: right;
  }
}

@media screen and (max-width: 540px) {
  .card-block-hover .card-item .entry-header {
    margin-left: -50px;
    max-width: 100%;
  }
}

.card-block-hover .card-item .entry-header .title {
  font-family: "Union Rough", sans-serif;
  text-transform: uppercase;
  font-size: 40px;
  line-height: 60px;
  color: #fff;
  margin: 0 0 15px;
  -webkit-transition: all 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 0.75s cubic-bezier(0.645, 0.045, 0.355, 1);
}

.card-block-hover .card-item .entry-header .lines {
  max-width: 225px;
  -webkit-transform: translateX(-50px);
  -moz-transform: translateX(-50px);
  -ms-transform: translateX(-50px);
  -o-transform: translateX(-50px);
  transform: translateX(-50px);
  -webkit-transition: all 0.8s ease;
  -moz-transition: all 0.8s ease;
  -o-transition: all 0.8s ease;
  -ms-transition: all 0.8s ease;
  transition: all 0.8s ease;
}

@media screen and (max-width: 768px) {
  .card-block-hover .card-item .entry-header .lines {
    max-width: 100%;
    -webkit-transform: none;
    -moz-transform: none;
    -ms-transform: none;
    -o-transform: none;
    transform: none;
  }
}

.card-block-hover .card-item .entry-content {
  overflow: hidden;
  position: absolute;
  left: 50px;
  right: 50px;
  bottom: 100px;
  -webkit-transform: translate3d(0, 100%, 0);
  -moz-transform: translate3d(0, 100%, 0);
  -ms-transform: translate3d(0, 100%, 0);
  -o-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  -webkit-transition: all 0.75s ease;
  -moz-transition: all 0.75s ease;
  -o-transition: all 0.75s ease;
  -ms-transition: all 0.75s ease;
  transition: all 0.75s ease;
}

@media screen and (max-width: 1024px) {
  .card-block-hover .card-item .entry-content {
    position: relative;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
    margin-top: 50px;
  }
}

@media screen and (max-width: 540px) {
  .card-block-hover .card-item .entry-content {
    margin-top: 35px;
  }
}

.card-block-hover .card-item .entry-content .sum,
.card-block-hover .card-item .entry-content p {
  color: #fff;
}

.card-block-hover .card-item .entry-content .sum {
  font-size: 24px;
  line-height: 34px;
  margin: 0;
}

@media screen and (max-width: 540px) {
  .card-block-hover .card-item .entry-content .sum {
    font-size: 18px;
    line-height: 34px;
  }
}

.card-block-hover .card-item .entry-content p {
  font-size: 14px;
  line-height: 24px;
}

.card-block-hover .card-item .entry-content p a {
  color: inherit;
  text-decoration: none;
}

@media screen and (max-width: 540px) {
  .card-block-hover .card-item .entry-content p {
    font-size: 12px;
    line-height: 20px;
  }
}

.card-block-hover .card-item .entry-content .button {
  margin-top: 30px;
}

@media screen and (max-width: 540px) {
  .card-block-hover .card-item .entry-content .button {
    margin: 10px 0 10px;
  }
}

.card-block-hover .card-item .entry-content .content {
  opacity: 0;
  -webkit-transform: translate3d(0, 50px, 0);
  -moz-transform: translate3d(0, 50px, 0);
  -ms-transform: translate3d(0, 50px, 0);
  -o-transform: translate3d(0, 50px, 0);
  transform: translate3d(0, 50px, 0);
  -webkit-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -moz-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -o-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -ms-transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  transition: all 1s cubic-bezier(0.645, 0.045, 0.355, 1);
  -webkit-transition-delay: 0.1s;
  -moz-transition-delay: 0.1s;
  -o-transition-delay: 0.1s;
  -ms-transition-delay: 0.1s;
  transition-delay: 0.1s;
}

@media screen and (max-width: 1024px) {
  .card-block-hover .card-item .entry-content .content {
    opacity: 1;
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -ms-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
  }
}

#section_sponsor {
  /* padding: 50px 0; */
  padding: 0;
  background-color: #ffff;
  position: relative;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #section_sponsor {
    padding: 50px 0 25px;
  }
}

@media screen and (max-width: 768px) {
  #section_sponsor {
    padding: 0;
  }
}

#section_sponsor .bg {
  background-size: cover;
  background-repeat: no-repeat;
  background-position: center;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  opacity: 0.8;
}

#section_sponsor .bg.no-fixed {
  background-attachment: scroll !important;
}

#section_sponsor .q-container {
  position: relative;
  z-index: 1;
}

.main-card-sponsor {
  padding: 50px 0;
  position: relative;
  flex-direction: column;
}

@media screen and (max-width: 768px) {
  .main-card-sponsor {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width: 540px) {
  .main-card-sponsor {
    -webkit-box-flex-direction: column;
    -moz-box-flex-direction: column;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    align-items: center;
    -webkit-align-items: center;
    justify-content: center;
    -webkit-justify-content: center;
    overflow: hidden;
  }
}

@media screen and (max-width: 320px) {
  .main-card-sponsor {
    padding: 40px 0;
  }
}

.main-card-sponsor .section-title {
  font-family: "Nunito Sans", sans-serif;
  font-size: 28px;
  color: #6e6f71;
  margin-bottom: 55px;
}

.main-card-sponsor .section-content {
  max-width: 450px;
  display: grid;
  grid-template-columns: repeat(2, 1fr);
  column-gap: 55px;
}

.main-card-sponsor .section-content .sponsor-item {
  width: 100%;
  max-width: 250px;
}

.main-card-sponsor:after {
  content: "";
  width: 125%;
  height: 1px;
  background-color: #fff;
  position: absolute;
  bottom: 0;
}

@media screen and (max-width: 540px) {
  .main-card-sponsor:after {
    content: none;
  }

  .main-card-sponsor .section-content{
    grid-template-columns: repeat(4, 1fr);
    column-gap: 15px;
  }

  .main-card-official-venue .section-content{
    grid-template-columns: repeat(2, 1fr);
    column-gap: 15px;
  }
}

.main-card-sponsor:last-child {
  border-bottom: 0;
}

.main-card-sponsor:last-child:after {
  content: none;
}

@media screen and (max-width: 540px) {
  .main-card-sponsor .section-headline {
    margin-bottom: 50px;
  }
}

.main-card-sponsor .section-headline .section-title {
  color: #fff;
  line-height: 1;
}

@media screen and (max-width: 540px) {
  .main-card-sponsor .section-headline .section-title {
    position: relative;
  }

  .main-card-sponsor .section-headline .section-title:after {
    content: "";
    display: block;
    height: 1px;
    width: 300px;
    background-color: #fff;
    position: absolute;
    bottom: -10px;
    right: 0;
  }
}

.main-card-sponsor .sponsor-logos {
  flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
}

@media screen and (max-width: 768px) {
  .main-card-sponsor .sponsor-logos {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
  }
}

@media screen and (max-width: 540px) {
  .main-card-sponsor .sponsor-logos {
    justify-content: center;
    -webkit-justify-content: center;
  }
}

.main-card-sponsor .sponsor-logos .logo {
  padding: 0 25px;
  margin-bottom: 50px;
  text-align: left;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
}

.main-card-sponsor .sponsor-logos .logo:nth-child(n + 4) {
  margin-bottom: 0;
}

@media screen and (max-width: 768px) {
  .main-card-sponsor .sponsor-logos .logo {
    -webkit-box-flex: 0 0 50%;
    -moz-box-flex: 0 0 50%;
    -webkit-flex: 0 0 50%;
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
  }
}

.main-card-sponsor .sponsor-logos img {
  width: 350px;
  height: 100px;
  max-height: 100px;
  min-height: 100px;
  max-width: 250px;
  min-width: 350px;
}

.main-card-sponsor .sponsor-logos2 img {
  max-height: 120px;
}

.masonry-container {
  overflow: hidden;
  position: relative;
}

.masonry-container .card-masonry {
  margin: 0;
  height: 700px;
  -webkit-transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
  -ms-transition: all 0.5s ease;
  transition: all 0.5s ease;
}

.masonry-container .card-masonry::after {
  clear: both;
  content: "";
  display: block;
}

@media screen and (max-width: 1024px) {
  .masonry-container .card-masonry {
    height: auto;
  }
}

@media screen and (max-width: 540px) {
  .masonry-container .card-masonry {
    -webkit-transform: translateX(0);
    -moz-transform: translateX(0);
    -ms-transform: translateX(0);
    -o-transform: translateX(0);
    transform: translateX(0);
    padding: 0 25px;
  }
}

@media screen and (max-width: 320px) {
  .masonry-container .card-masonry {
    padding: 0 15px;
  }
}

.masonry-container .card-masonry .card {
  width: 400px;
  float: left;
}

.masonry-container .card-masonry .card.landscape {
  width: 400px;
  height: 230px;
}

.masonry-container .card-masonry .card.portrait {
  height: 460px;
}

@media screen and (max-width: 1024px) {
  .masonry-container .card-masonry .card {
    width: 30% !important;
    margin: 0;
    height: 460px !important;
  }
}

@media screen and (max-width: 768px) {
  .masonry-container .card-masonry .card {
    width: 40% !important;
  }
}

@media screen and (max-width: 540px) {
  .masonry-container .card-masonry .card {
    width: 100% !important;
    height: 400px !important;
  }
}

@media screen and (max-width: 320px) {
  .masonry-container .card-masonry .card {
    height: 335px !important;
  }
}

.masonry-container .card-masonry .card .wrap {
  height: 100%;
  width: 100%;
  padding: 15px;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}

@media screen and (max-width: 540px) {
  .masonry-container .card-masonry .card .wrap {
    padding: 0;
  }
}

.masonry-container .card-masonry .card img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

@media screen and (max-width: 540px) {
  .masonry-container .card-masonry .card img {
    object-fit: cover;
  }
}

.masonry-container .card-masonry .flickity-prev-next-button {
  background-color: #fff;
  padding: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  width: 60px;
  height: 60px;
}

@media screen and (max-width: 540px) {
  .masonry-container .card-masonry .flickity-prev-next-button {
    width: 36px;
    height: 36px;
  }
}

@media screen and (max-width: 320px) {
  .masonry-container .card-masonry .flickity-prev-next-button {
    width: 26px;
    height: 26px;
  }
}

.masonry-container .card-masonry .flickity-prev-next-button svg {
  position: static;
  width: 10px;
  height: 10px;
  margin: auto;
}

@media screen and (max-width: 320px) {
  .masonry-container .card-masonry .flickity-prev-next-button svg {
    width: 10px;
    height: 10px;
  }
}

.masonry-container .card-masonry .flickity-prev-next-button:disabled {
  opacity: 0;
}

.masonry-container .card-masonry .flickity-prev-next-button.previous {
  left: 40px;
}

@media screen and (max-width: 320px) {
  .masonry-container .card-masonry .flickity-prev-next-button.previous {
    left: 25px;
  }
}

.masonry-container .card-masonry .flickity-prev-next-button.next {
  right: 40px;
}

@media screen and (max-width: 320px) {
  .masonry-container .card-masonry .flickity-prev-next-button.next {
    right: 25px;
  }
}

.masonry-container .button-direction {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -moz-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 70px;
  height: 70px;
  background-color: #fff;
  color: #000;
  border-radius: 50%;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  align-items: center;
  -webkit-align-items: center;
  justify-content: center;
  -webkit-justify-content: center;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.2);
  cursor: pointer;
  -webkit-transition: all 0.4s ease;
  -moz-transition: all 0.4s ease;
  -o-transition: all 0.4s ease;
  -ms-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

@media screen and (max-width: 1024px) {
  .masonry-container .button-direction {
    display: none;
  }
}

.masonry-container .button-direction:hover {
  background-color: #ffa100;
  color: #fff;
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
}

.masonry-container .button-direction.disabled {
  opacity: 0;
  visibility: hidden;
}

.masonry-container .button-direction.previous {
  left: 50px;
}

.masonry-container .button-direction.next {
  right: 50px;
}

.parallax-lines-indicator-container {
  position: absolute;
  left: 0;
  bottom: 0;
}

@media screen and (max-width: 768px) {
  .parallax-lines-indicator-container {
    display: none;
  }
}

.parallax-lines-indicator-container .lines-container {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  margin-bottom: 15px;
  position: absolute;
  left: 55px;
}

@media screen and (max-width: 1024px) {
  .parallax-lines-indicator-container .lines-container {
    left: 15px;
  }
}

.parallax-lines-indicator-container .lines-container span {
  text-transform: uppercase;
  font-size: 10px;
  line-height: 1;
  display: block;
}

@media screen and (max-width: 1024px) {
  .parallax-lines-indicator-container .lines-container span {
    font-size: 10px;
  }
}

.parallax-lines-indicator-container .parallax-lines-indicator {
  height: 180px;
  width: 1px;
  background-color: #ffa100;
  margin: auto;
  position: relative;
  left: 90px;
  bottom: -25px;
}

@media screen and (max-width: 1024px) {
  .parallax-lines-indicator-container .parallax-lines-indicator {
    height: 150px;
    left: 50px;
  }
}

.parallax-scroll-indicator-container {
  position: absolute;
  left: 90px;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 1024px) {
  .parallax-scroll-indicator-container {
    left: 50px;
  }
}

@media screen and (max-width: 768px) {
  .parallax-scroll-indicator-container {
    display: none;
  }
}

.parallax-scroll-indicator-container .parallax-scroll-indicator {
  width: 1px;
  background-color: #ffa100;
}

.dark {
  color: #ffffff;
}

.dark a {
  color: #fdd250;
  text-decoration: underline;
}

.dark a:hover {
  color: #ffffff;
}

#section_main_gallery {
  padding: 50px 0 10px;
  position: relative;
  overflow: hidden;
}

#section_main_gallery .q-container{
  padding: 0;
}

#section_main_gallery .section-headline {
  display: flex;
  justify-content: center;
}

#section_main_gallery .section-headline .section-title {
  color: #19a2be;
  font-weight: 500;
  letter-spacing: 5px;
  margin: 0;

}

#section_main_gallery .gallery-wrapper {
  max-width: 1280px;
  padding: 55px 0 0;
}

#section_main_gallery .gallery-wrapper .gallery-list {
  overflow: visible;
}

/* #section_main_gallery .gallery-wrapper .gallery-item:first-child {
  margin-left: 25px;
} */

#section_main_gallery .gallery-wrapper .gallery-item {
  max-height: 350px;
}

#section_main_gallery .gallery-wrapper .gallery-item img {
  width: 100%;
}

@media screen and (max-width: 540px) {
  #section_main_gallery .gallery-wrapper {
    padding: 20px 0 0;
  }
}

#section_gallery .section-headline .section-title {
  color: #592e2c;
  margin: 0;
}

/* GALLERY */
#section_gallery {
  padding: 150px 0;
  position: relative;
  background-color: #eff2f4;
  overflow: hidden;
}

@media screen and (max-width: 1024px) {
  #section_gallery {
    padding: 150px 0 125px;
  }
}

@media screen and (max-width: 768px) {
  #section_gallery {
    padding: 150px 0 75px;
  }
}

@media screen and (max-width: 540px) {
  #section_gallery {
    padding: 100px 0 50px;
  }
}

@media screen and (max-width: 320px) {
  #section_gallery {
    padding: 80px 0 40px;
  }
}

@media screen and (max-width: 768px) {
  #section_gallery .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: column-reverse;
    -moz-box-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

#section_gallery .gallery-toolbar {
  display: flex;
  justify-content: space-between;
  margin: 35px 0 55px;
  background-color: #fff;
}

.gallery__category {
  height: 100%;
  padding: 35px 15px;
  position: relative;
}

.gallery__category::before {
  content: "";
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  left: -500px;
  background: #ffdd00;
  transform: skew(-11.5deg, 0);
}

.category__list {
  display: flex;
  flex-direction: row;
  justify-content: flex-end;
  gap: 25px;
  position: relative;
}

.category__item a {
  font-family: "Nunito Sans", sans-serif;
  font-size: 36px;
  line-height: 1;
  font-weight: 700;
  color: #fff;
  text-transform: uppercase;
}

.category__item a:hover {
  color: #592e2c;
}

.category__item.active a {
  color: #592e2c;
}

.gallery__category-wrapper {
  width: 65%;
}

.gallery__search-wrapper {
  width: 35%;
  display: flex;
  flex-direction: column;
  padding: 20px 15px 15px;
}

.gallery__search {
  display: flex;
  height: 100%;
  border-bottom: 1px solid #dadada;
}

.gallery__search input {
  margin-bottom: 0;
  border: 0;
  font-size: 24px;
  font-weight: 600;
}

.gallery__search button {
  width: 20%;
  background-color: transparent;
  border: 0;
}

.gallery__search-wrapper span {
  color: #8a8a8a;
  margin-top: 5px;
  font-size: 11px;
  text-align: right;
}

.card-gallery {
  padding: 0;
}

.card-gallery > div {
  padding: 2px;
  text-align: center;
  overflow: hidden;
}

.card-gallery figure {
  margin: auto;
}

.card-gallery figcaption {
  display: none;
}

.glry-item > figure {
  display: block;
  margin: auto;
  /* 4:3 aspect ratio */
  padding-top: 67%;
  /* center align pt. 1 */
  position: relative;
  cursor: pointer;
}

.glry-item > figure > a > img {
  width: fit-content;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.glry-item .lightbox {
  overflow: hidden;
  transition: 0.4s;
  background-color: #e6eaed;
}

.glry-item .lightbox:before {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -13px;
  margin-left: -13px;
  opacity: 0;
  color: #fff;
  font-size: 26px;
  font-family: "FontAwesome";
  content: "\f06e";
  pointer-events: none;
  z-index: 9000;
}

.glry-item .lightbox:after {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0;
  background-color: rgba(255, 132, 0, 0.85);
  content: "";
  transition: 0.4s;
}

.glry-item .lightbox:hover:after,
.glry-item .lightbox:hover:before {
  opacity: 1;
}

.glry-item .lightbox:hover {
  transform: scale(1.15);
}

.article-gallery-img a:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: rgba(123, 89, 28, 0.1);
}

@media screen and (max-width: 480px) {
  .gallery-toolbar {
    margin: 20px 0 !important;
    flex-direction: column;
  }

  .gallery__category-wrapper {
    width: 100%;
  }

  .gallery__category {
    padding: 20px 10px;
  }

  .gallery__category::before {
    transform: none;
  }

  .category__list {
    justify-content: center;
  }

  .gallery__search-wrapper {
    width: 100%;
    padding: 15px 10px 10px;
  }

  .gallery__search input {
    line-height: 1;
    font-size: 18px;
  }

  .category__item a {
    font-size: 24px;
  }
}

.baguetteBox-button {
  background-color: transparent !important;
}

/* The Modal (background) */
.modal {
  padding-top: 5%;
  /* Location of the box */
  background-color: rgba(0, 0, 0, 0.54);
  /* Black w/ opacity; */
  /* Black w/ opacity */
}

/* Modal Content (image) */
.modal-content {
  display: block;
  margin: auto;
  padding: 3px 5px;
  width: 80%;
  max-width: 700px;
  text-align: center;
  border-radius: 0px;
}

.modal-content > img {
  max-height: 450px;
}

.carousel-control {
  width: 100px;
  height: 100px;
  border-radius: 50%;
  top: 50%;
  background: #191919c4;
}

.carousel-control i {
  position: absolute;
  top: 50%;
  z-index: 5;
  display: inline-block;
  font-size: 30px;
  top: 38% !important;
}

.carousel-control .fa-chevron-right {
  right: 35%;
}

.carousel-control .fa-chevron-left {
  left: 35%;
}

/* Caption of Modal Image */

/* Caption of Modal Image */
#caption {
  margin: auto;
  display: block;
  text-align: center;
  color: #ccc;
  padding: 10px 0;
}

/* Add Animation */
.modal-content,
#caption {
  -webkit-animation-name: zoom;
  -webkit-animation-duration: 0.6s;
  animation-name: zoom;
  animation-duration: 0.6s;
}

@-webkit-keyframes zoom {
  from {
    -webkit-transform: scale(0);
  }

  to {
    -webkit-transform: scale(1);
  }
}

@keyframes zoom {
  from {
    transform: scale(0);
  }

  to {
    transform: scale(1);
  }
}

/* The Close Button */
.closemodal {
  position: absolute;
  top: 15px;
  right: 35px;
  color: #f1f1f1;
  font-size: 40px;
  font-weight: bold;
  transition: 0.3s;
}

.closemodal:hover,
.closemodal:focus {
  color: #bbb;
  text-decoration: none;
  cursor: pointer;
}

.run-tag {
  padding: 5px;
  background-color: #6c2716;
  color: #ffffff;
  border-radius: 5px;
  margin-right: 5px;
  cursor: pointer;
}

a.run-tag:hover {
  color: #fff;
  text-decoration: none;
}

/* 100% Image Width on Smaller Screens */
@media only screen and (max-width: 700px) {
  .modal-content {
    width: 100%;
  }

  .modal {
    padding-top: 20%;
  }
}

/* GALLERY */

/* UPLOAD ADMIN */
.gallery-container p.page-description {
  text-align: center;
  margin: 25px auto;
  font-size: 18px;
  color: #999;
}

canvas#upload-photo {
  max-width: 100%;
}

.rotate-img {
  max-width: 15px;
}

/* UPLOAD ADMIN */

/*SPECIAL BUTTON */
.btn-home {
  text-decoration: none;
  text-transform: uppercase;
  padding: 8px 35px;
  display: inline-block;
  background-color: #ffa100;
  color: #fff;
  trasition: 0.4s;
}

.btn-home:hover {
  color: #fff;
  box-shadow: 0 10px 50px rgba(0, 0, 0, 0.25);
  background-color: #e36122;
}

/* SPECIAL BUTTON */

/* lOADER */
.loader {
  margin: auto;
  border: 10px solid #fff;
  border-radius: 50%;
  border-top: 10px solid #f58652;
  width: 50px;
  height: 50px;
  -webkit-animation: spin 2s linear infinite;
  /* Safari */
  animation: spin 2s linear infinite;
  display: none;
}

/* Safari LOADER */
@-webkit-keyframes spin {
  0% {
    -webkit-transform: rotate(0deg);
  }

  100% {
    -webkit-transform: rotate(360deg);
  }
}

@keyframes spin {
  0% {
    transform: rotate(0deg);
  }

  100% {
    transform: rotate(360deg);
  }
}

/* LOADER */

/* BELLY 20190426 */
.grid-reveal__image img {
  display: none;
}

.grid-reveal__image img .show {
  display: inline;
}

#section_announce {
  padding: 150px 0px 0px 0px;
  position: relative;
}

#section_announce .jcorunvideo {
  width: 80%;
}

@media screen and (max-width: 1024px) {
  #section_announce {
    padding: 150px 0 7px;
  }

  #section_announce .jcorunvideo {
    width: 80%;
  }
}

@media screen and (max-width: 768px) {
  #section_announce {
    padding: 150px 0 7px;
  }

  #section_announce .jcorunvideo {
    width: 80%;
  }
}

@media screen and (max-width: 540px) {
  #section_announce {
    padding: 100px 0 7px;
  }

  #section_announce .jcorunvideo {
    width: 100%;
  }
}

@media screen and (max-width: 320px) {
  #section_announce {
    padding: 80px 0 7px;
  }

  #section_announce .jcorunvideo {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  #section_announce .columns {
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-flex-direction: column-reverse;
    -moz-box-flex-direction: column-reverse;
    -webkit-flex-direction: column-reverse;
    -ms-flex-direction: column-reverse;
    flex-direction: column-reverse;
  }
}

.swiper {
  width: 100%;
  height: 100%;
}

.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;

  /* Center slide text vertically */
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}

#section_winner {
  padding: 55px 25px;
}

#section_winner .columns {
  display: flex;
  gap: 15px;
}

#section_winner .navigation {
  width: 35%;
  max-width: 35%;
}

#section_winner .section-headline {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-bottom: 55px;
}

#section_winner .section-headline h2 {
  margin-bottom: 5px;
  font-weight: 400;
  letter-spacing: 5px;
  color: #b97fb6;
}

#section_winner .winner-navigation {
  list-style: none;
  padding: 0;
  margin: 0;
}

#section_winner .winner-navigation .winner-navigation-class {
  display: block;
  padding: 10px 25px;
  font-size: 26px;
  font-weight: 500;
  line-height: 1.5;
  margin-bottom: 10px;
  color: #FFF;
  
}

#section_winner .winner-navigation .winner-navigation-class:nth-child(1){
  background-color: #e36122;
}
#section_winner .winner-navigation .winner-navigation-class:nth-child(2){
  background-color: #ffa100;
}
#section_winner .winner-navigation .winner-navigation-class:nth-child(3){
  background-color: #19a2be;
}
#section_winner .winner-navigation .winner-navigation-class:nth-child(4){
  background-color: #ec106f;
}

#section_winner .winner-navigation .winner-navigation-class .class-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
}

#section_winner
  .winner-navigation
  .winner-navigation-class
  .class-wrapper
  .class-action {
  display: flex;
  gap: 25px;
  font-family: "Nunito Sans", sans-serif;
  font-size: 34px;
  color: #fff;
  cursor: pointer;
}

#section_winner
  .winner-navigation
  .winner-navigation-class
  .class-wrapper
  .class-action
  .class-button{
    padding: 5px 10px;

  }

#section_winner
  .winner-navigation
  .winner-navigation-class
  .class-wrapper
  .class-action
  .class-button.active{
    background:#ffffff38;
    border-radius: 5px;
  }

#section_winner .slider {
  width: 55%;
  max-width: 55%;
}

#section_winner .slider .slider-wrapper .slider-content {
  position: relative;
  display: block;
  width: 100%;
  height: auto;
  margin-bottom: 35px;
}

/* #section_winner .slider .slider-wrapper .slider-content::after {
  content: " ";
  position: absolute;
  bottom: -25px;
  right: -25px;
  background-color: #ffa100;
  width: 100%;
  height: 100%;
  display: block;
  z-index: 0;
} */

#section_winner .slider .slider-wrapper .swiper-slide img {
  width: 100%;
}

#section_winner .slider .winner-headline {
  text-align: center;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  color: #592e2c;
}

@media screen and (max-width: 540px) {
  #section_winner {
    padding: 55px 0;
  }

  #section_winner .winner-navigation .winner-navigation-class {
    font-size: 22px;
    padding: 5px 20px;
  }

  #section_winner
    .winner-navigation
    .winner-navigation-class
    .class-wrapper
    .class-action {
    font-size: 28px;
  }

  #section_winner .slider .winner-headline {
    font-size: 20px;
  }
}

@media screen and (max-width: 768px) {
  #section_winner .columns {
    flex-direction: column;
  }

  #section_winner .navigation {
    width: 100%;
    max-width: 100%;
  }

  #section_winner .slider {
    width: 100%;
    max-width: 100%;
    padding: 0;
  }
}

.page-headline-wrapper{
  width: 100%;
  max-width: 2480px;
  margin: auto;
  padding: 1.5rem 0;
  text-align: center;
  background-size: cover;
  background-position: center;
}

.page-headline-wrapper .page-headline-content h2{
  font-size: 68px;
  font-weight: 800;
  margin: 0;
  letter-spacing: 3px;
  line-height: 1.5;
  text-transform: uppercase;
}

@media screen and (max-width: 540px) {
  .page-headline-wrapper .page-headline-content h2{
    font-size: 32px;
  }
}

@media screen and (min-width: 541px) and (max-width: 768px) {
  .page-headline-wrapper .page-headline-content h2{
    font-size: 42px;
  }
}

#section_prizes .prizes-wrapper{
  width: 100%;
  max-width: 2480px;
  margin: auto;
  padding: 2rem 0 1rem;
}

#section_prizes .prizes-title-wrapper .prizes-title{
  text-align: center;
  padding: 1rem 0;
  background-color: #ffeb95;
}

#section_prizes .prizes-title-wrapper .prizes-title h2{
  font-size: 48px;
  font-weight: 800;
  margin: 0;
}

#section_prizes .prizes-content .prizes-subtitle{
  text-align: center;
  padding: 2.5rem 0 1.5rem;
}

#section_prizes .prizes-content .prizes-subtitle h3{
  margin: 0;
  font-size: 38px;
  text-transform: uppercase;
}

#section_prizes .prizes-content .prizes-item-list{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  flex-wrap: wrap;
}

#section_prizes .prizes-content .prizes-item-list .prizes-item{
  width: 33.333%;
  padding: 10px;
}

#section_prizes .prizes-content .prizes-item-list.list-2 .prizes-item{
  width: 50%;
}

#section_prizes .prizes-content .prizes-item-list .prizes-item .prizes-item-wrapper{
  background-color: #fff9e6;
  padding: 15px 0;
}

#section_prizes .prizes-content .prizes-item-list .prizes-item .prizes-img{
  width: 100%;
  transition: all ease-in-out 300ms;
}

#section_prizes .prizes-content .prizes-item-list .prizes-item .prizes-item-wrapper:hover .prizes-img{
  transform: translateY(-15px);
}

#section_prizes .prizes-content .prizes-item-list .prizes-item .prizes-content{
  text-align: center;
}

#section_prizes .prizes-content .prizes-item-list .prizes-item .prizes-content h3{
  font-size: 38px;
}

#section_prizes .prizes-content .prizes-item-list .prizes-item .prizes-content .text-bold{
  font-weight: 900;
}

#section_prizes .prizes-content .prizes-item-list.list-2 .prizes-item h2{
  margin: 0;
  text-align: center;
  text-transform: uppercase;
}

@media screen and (max-width: 540px) {
  #section_prizes .prizes-content .prizes-item-list .prizes-item{
    width: 50%;
  }

  #section_prizes .prizes-wrapper{
    padding: 1.5rem 0;
  }

  #section_prizes .prizes-title-wrapper .prizes-title h2{
    font-size: 24px;
  }

  #section_prizes .prizes-content .prizes-subtitle{
    padding: 1.5rem 0 .75rem;
  }

  #section_prizes .prizes-content .prizes-subtitle h3{
    font-size: 28px;
  }

  #section_prizes .prizes-content .prizes-item-list .prizes-item .prizes-content h3{
    font-size: 28px;
  }

  #section_prizes .prizes-content .prizes-item-list.list-2 .prizes-item h2{
    font-size: 18px;
    margin-bottom: 10px;
  }
}

@media screen and (min-width: 541px) and (max-width: 768px) {
  #section_prizes .prizes-title-wrapper .prizes-title h2{
    font-size: 38px;
  }
}

#section_schedule .schedule-wrapper{
  padding: 1rem 0;
}

#section_location .location-wrapper .location-map-list{
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  justify-content: space-between;
}

#section_location .location-wrapper .location-map-list .location-map-item{
  width: 50%;
  padding: 10px;
  overflow: hidden;
  position: relative;
}

#section_location .location-wrapper .location-map-list .location-map-item video{
  display: none;
  width: 100%;
}

#section_location .location-wrapper .title{
  font-family: inherit;
  font-size: 32px;
  font-weight: 800;
  text-transform: uppercase;
  text-align: center;
  margin: 2rem 0 1rem;
}

#section_location .location-wrapper .title span{
  font-family: inherit;
  font-size: 45px;
}

#section_location .location-wrapper .location-map-list .location-map-item.play video{
  display: block;
}

#section_location .location-wrapper .location-map-full{
  width: 80%;
  max-width: 1280px;
  margin: auto;
}

#section_location .location-wrapper .location-map-full.full-w{
  width: 100%;
}

@media screen and (max-width: 540px) {
  #section_location{
    padding: 55px 0 0 !important;
  }

  #section_location .location-wrapper .location-map-list .location-map-item{
    width: 100%;
  }

  #section_location .location-wrapper .location-map-full{
    width: 100%;
    padding: 10px;
  }
}

.cookie-policy {
  position: fixed;
  min-width: 100%;
  height: auto;
  z-index: 100000;
  left: 50%;
  bottom: -100%;
  transform: translate(-50%, 0);
  transition: all 1000ms;
}

.cookie-policy.cookie-policy-visible {
  bottom: 10px;
}

.cookie-policy-wrapper {
  position: relative;
  width: 100%;
  max-width: 640px;
  margin: auto;
}

.cookie-policy-close {
  position: absolute;
  right: 1rem;
  top: 1rem;
  background-color: transparent;
  border: 0;
  cursor: pointer;
}

.cookie-policy-content {
  display: flex;
  flex-direction: row;
  align-items: center;
  position: relative;
  padding: 1.5rem;
  margin: 0 1.5rem;
  background-color: #fffde6;
  border-radius: 1rem;
  box-shadow: rgba(149, 157, 165, 0.2) 0px 8px 24px;
}

.cookie-policy-content .cookie-policy-text p {
  margin: 0;
}

.cookie-policy-content .cookie-policy-text .cookie-policy-title {
  text-transform: uppercase;
  font-size: 22px;
  font-weight: 800;
  color: #592e2d;

}

.cookie-policy-content .cookie-policy-text .cookie-policy-desc {
  margin: 1rem 0;
  line-height: 1.5;
}

.cookie-policy-content .cookie-policy-text .cookie-policy-desc a {
  font-weight: 600;
  color: #ffa100;
}

.cookie-policy-content .cookie-policy-img {
  width: 100%;
  max-width: 125px;
}

.btn-cookie-policy-accept {
  cursor: pointer;
  background-color: #592e2d;
  color: #fff;
  padding: 15px 20px;
  font-size: 16px;
  font-weight: 600;
  outline: none;
  box-shadow: none;
  border: 0;
  border-radius: 8px;
}

@media screen and (max-width: 540px) {
  .cookie-policy-content .cookie-policy-text .cookie-policy-title {
    font-size: 18px;
  }

  .cookie-policy-content .cookie-policy-text .cookie-policy-desc {
    margin: .8rem 0;
    font-size: 13px;
    line-height: 1.2;
  }

  .btn-cookie-policy-accept {
    font-size: 13px;
    padding: 10px 10px;
  }
}

.footer-bottom{
  padding: 25px 0;
  display: flex;
  flex-direction: row;
  justify-content: center;
  gap: 2rem;
  .column-item{
    a{
      color: #4a4a4ae6;
      font-size: 14px;
    }

    a:hover{
      color: #ffa100;
    }
  }
}