/* Document
   ========================================================================== */
/**
 * 1. Correct the line height in all browsers.
 * 2. Prevent adjustments of font size after orientation changes in iOS.
 */
html {
  line-height: 1.15;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */ }

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

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

/* Grouping content
     ========================================================================== */
/**
   * 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 */ }

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

* {
  box-sizing: border-box; }

body {
  background-color: #0128FF;
  color: #FFF;
  position: relative;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  min-height: 100vh;
  text-rendering: optimizeLegibility;
  -webkit-font-smoothing: antialiased;
  transition: padding cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.125s;
  overflow-x: hidden; }
  @media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 192dpi) {
    body {
      -webkit-font-smoothing: antialiased; } }

html {
  overflow-x: hidden;
  background: #0128FF; }

main {
  overflow-x: hidden;
  opacity: 0;
  transition: opacity cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.125s; }
  main.loaded {
    opacity: 1; }

ul {
  padding: 0 0 0 20px;
  margin: 0 0 8px; }

p {
  margin: 0 0 8px; }

figure {
  margin: 0; }

img {
  display: block;
  max-width: 100%;
  height: auto;
  margin: 0 auto; }

a {
  color: inherit;
  text-decoration: underline; }

/*
@font-face {
  font-family: Brandon;
  src: url(../assets/fonts/BrandonText-Regular.otf);
  font-weight: 400;
  font-display: swap;
}

@font-face {
  font-family: Brandon;
  src: url(../assets/fonts/BrandonText-Medium.otf);
  font-weight: 500;
  font-display: swap;
}

@font-face {
  font-family: Brandon;
  src: url(../assets/fonts/BrandonText-Bold.otf);
  font-weight: 700;
  font-display: swap;
}*/
@font-face {
  font-family: 'Geomanist';
  src: url(../assets/fonts/Geomanist-Black.otf);
  font-weight: 900;
  font-display: auto; }

:root {
  --sm-size: 768px;
  --md-size: 1024px;
  --lg-size: 1200px;
  --gutter-width: 16px;
  --outer-margin: 32px;
  --gutter-compensation: calc((var(--gutter-width) * 0.5) * -1);
  --half-gutter-width: calc((var(--gutter-width) * 0.5)); }

.container-fluid,
.container {
  margin-right: auto;
  margin-left: auto;
  padding-right: var(--half-gutter-width);
  padding-left: var(--half-gutter-width);
  width: calc(100% - var(--gutter-width)); }

.container-fluid {
  max-width: 100%; }

.row {
  box-sizing: border-box;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: var(--gutter-compensation);
  margin-left: var(--gutter-compensation); }

.col,
.col-1,
.col-2,
.col-3,
.col-4,
.col-5,
.col-6,
.col-7,
.col-8,
.col-9,
.col-10,
.col-11,
.col-12,
.col-offset-0,
.col-offset-1,
.col-offset-2,
.col-offset-3,
.col-offset-4,
.col-offset-5,
.col-offset-6,
.col-offset-7,
.col-offset-8,
.col-offset-9,
.col-offset-10,
.col-offset-11,
.col-offset-12 {
  box-sizing: border-box;
  flex: 0 0 auto;
  padding-right: var(--half-gutter-width);
  padding-left: var(--half-gutter-width); }

.col {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%; }

.col-1 {
  flex-basis: 8.33333333%;
  max-width: 8.33333333%; }

.col-2 {
  flex-basis: 16.66666667%;
  max-width: 16.66666667%; }

.col-3 {
  flex-basis: 25%;
  max-width: 25%; }

.col-4 {
  flex-basis: 33.33333333%;
  max-width: 33.33333333%; }

.col-5 {
  flex-basis: 41.66666667%;
  max-width: 41.66666667%; }

.col-6 {
  flex-basis: 50%;
  max-width: 50%; }

.col-7 {
  flex-basis: 58.33333333%;
  max-width: 58.33333333%; }

.col-8 {
  flex-basis: 66.66666667%;
  max-width: 66.66666667%; }

.col-9 {
  flex-basis: 75%;
  max-width: 75%; }

.col-10 {
  flex-basis: 83.33333333%;
  max-width: 83.33333333%; }

.col-11 {
  flex-basis: 91.66666667%;
  max-width: 91.66666667%; }

.col-12 {
  flex-basis: 100%;
  max-width: 100%; }

.col-offset-0 {
  margin-left: 0; }

.col-offset-1 {
  margin-left: 8.33333333%; }

.col-offset-2 {
  margin-left: 16.66666667%; }

.col-offset-3 {
  margin-left: 25%; }

.col-offset-4 {
  margin-left: 33.33333333%; }

.col-offset-5 {
  margin-left: 41.66666667%; }

.col-offset-6 {
  margin-left: 50%; }

.col-offset-7 {
  margin-left: 58.33333333%; }

.col-offset-8 {
  margin-left: 66.66666667%; }

.col-offset-9 {
  margin-left: 75%; }

.col-offset-10 {
  margin-left: 83.33333333%; }

.col-offset-11 {
  margin-left: 91.66666667%; }

@media only screen and (min-width: 768px) {
  .container {
    max-width: calc(var(--sm-size) - var(--outer-margin)); }
  .col-sm,
  .col-sm-1,
  .col-sm-2,
  .col-sm-3,
  .col-sm-4,
  .col-sm-5,
  .col-sm-6,
  .col-sm-7,
  .col-sm-8,
  .col-sm-9,
  .col-sm-10,
  .col-sm-11,
  .col-sm-12,
  .col-sm-offset-0,
  .col-sm-offset-1,
  .col-sm-offset-2,
  .col-sm-offset-3,
  .col-sm-offset-4,
  .col-sm-offset-5,
  .col-sm-offset-6,
  .col-sm-offset-7,
  .col-sm-offset-8,
  .col-sm-offset-9,
  .col-sm-offset-10,
  .col-sm-offset-11,
  .col-sm-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width);
    padding-left: var(--half-gutter-width); }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-sm-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-sm-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-sm-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-sm-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-sm-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-sm-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-sm-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-sm-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-sm-offset-0 {
    margin-left: 0; }
  .col-sm-offset-1 {
    margin-left: 8.33333333%; }
  .col-sm-offset-2 {
    margin-left: 16.66666667%; }
  .col-sm-offset-3 {
    margin-left: 25%; }
  .col-sm-offset-4 {
    margin-left: 33.33333333%; }
  .col-sm-offset-5 {
    margin-left: 41.66666667%; }
  .col-sm-offset-6 {
    margin-left: 50%; }
  .col-sm-offset-7 {
    margin-left: 58.33333333%; }
  .col-sm-offset-8 {
    margin-left: 66.66666667%; }
  .col-sm-offset-9 {
    margin-left: 75%; }
  .col-sm-offset-10 {
    margin-left: 83.33333333%; }
  .col-sm-offset-11 {
    margin-left: 91.66666667%; } }

@media only screen and (min-width: 1024px) {
  .container {
    max-width: calc(var(--md-size) - var(--outer-margin)); }
  .col-md,
  .col-md-1,
  .col-md-2,
  .col-md-3,
  .col-md-4,
  .col-md-5,
  .col-md-6,
  .col-md-7,
  .col-md-8,
  .col-md-9,
  .col-md-10,
  .col-md-11,
  .col-md-12,
  .col-md-offset-0,
  .col-md-offset-1,
  .col-md-offset-2,
  .col-md-offset-3,
  .col-md-offset-4,
  .col-md-offset-5,
  .col-md-offset-6,
  .col-md-offset-7,
  .col-md-offset-8,
  .col-md-offset-9,
  .col-md-offset-10,
  .col-md-offset-11,
  .col-md-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width);
    padding-left: var(--half-gutter-width); }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-md-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-md-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-md-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-md-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-md-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-md-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-md-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-md-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-md-offset-0 {
    margin-left: 0; }
  .col-md-offset-1 {
    margin-left: 8.33333333%; }
  .col-md-offset-2 {
    margin-left: 16.66666667%; }
  .col-md-offset-3 {
    margin-left: 25%; }
  .col-md-offset-4 {
    margin-left: 33.33333333%; }
  .col-md-offset-5 {
    margin-left: 41.66666667%; }
  .col-md-offset-6 {
    margin-left: 50%; }
  .col-md-offset-7 {
    margin-left: 58.33333333%; }
  .col-md-offset-8 {
    margin-left: 66.66666667%; }
  .col-md-offset-9 {
    margin-left: 75%; }
  .col-md-offset-10 {
    margin-left: 83.33333333%; }
  .col-md-offset-11 {
    margin-left: 91.66666667%; } }

@media only screen and (min-width: 1200px) {
  .container {
    max-width: calc(var(--lg-size) - var(--outer-margin)); }
  .col-lg,
  .col-lg-1,
  .col-lg-2,
  .col-lg-3,
  .col-lg-4,
  .col-lg-5,
  .col-lg-6,
  .col-lg-7,
  .col-lg-8,
  .col-lg-9,
  .col-lg-10,
  .col-lg-11,
  .col-lg-12,
  .col-lg-offset-0,
  .col-lg-offset-1,
  .col-lg-offset-2,
  .col-lg-offset-3,
  .col-lg-offset-4,
  .col-lg-offset-5,
  .col-lg-offset-6,
  .col-lg-offset-7,
  .col-lg-offset-8,
  .col-lg-offset-9,
  .col-lg-offset-10,
  .col-lg-offset-11,
  .col-lg-offset-12 {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: var(--half-gutter-width);
    padding-left: var(--half-gutter-width); }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%; }
  .col-lg-1 {
    flex-basis: 8.33333333%;
    max-width: 8.33333333%; }
  .col-lg-2 {
    flex-basis: 16.66666667%;
    max-width: 16.66666667%; }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%; }
  .col-lg-4 {
    flex-basis: 33.33333333%;
    max-width: 33.33333333%; }
  .col-lg-5 {
    flex-basis: 41.66666667%;
    max-width: 41.66666667%; }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%; }
  .col-lg-7 {
    flex-basis: 58.33333333%;
    max-width: 58.33333333%; }
  .col-lg-8 {
    flex-basis: 66.66666667%;
    max-width: 66.66666667%; }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%; }
  .col-lg-10 {
    flex-basis: 83.33333333%;
    max-width: 83.33333333%; }
  .col-lg-11 {
    flex-basis: 91.66666667%;
    max-width: 91.66666667%; }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%; }
  .col-lg-offset-0 {
    margin-left: 0; }
  .col-lg-offset-1 {
    margin-left: 8.33333333%; }
  .col-lg-offset-2 {
    margin-left: 16.66666667%; }
  .col-lg-offset-3 {
    margin-left: 25%; }
  .col-lg-offset-4 {
    margin-left: 33.33333333%; }
  .col-lg-offset-5 {
    margin-left: 41.66666667%; }
  .col-lg-offset-6 {
    margin-left: 50%; }
  .col-lg-offset-7 {
    margin-left: 58.33333333%; }
  .col-lg-offset-8 {
    margin-left: 66.66666667%; }
  .col-lg-offset-9 {
    margin-left: 75%; }
  .col-lg-offset-10 {
    margin-left: 83.33333333%; }
  .col-lg-offset-11 {
    margin-left: 91.66666667%; } }

.db {
  background-color: rgba(245, 245, 245, 0.85);
  color: #000;
  font-size: 1em;
  padding: 0;
  position: fixed;
  left: 0;
  bottom: initial;
  width: 100%;
  z-index: 110;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s;
  opacity: 0;
  top: -100px; }
  .db.loaded {
    opacity: 1;
    top: 0; }
    .db.loaded.db--hidden {
      opacity: 0; }

.db__desc {
  padding: 8px 2.5%; }

.db__btns {
  padding: 0 2.5%;
  margin-bottom: 8px; }

@media (min-width: 992px) {
  .db__btns {
    text-align: right; } }

.db__btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #2B00BF;
  color: #FFF;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #2B00BF;
  text-decoration: none;
  padding: 8px 16px 8px 16px;
  /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */
  transition: color cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s, background cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.125s;
  letter-spacing: 0.07em;
  overflow: hidden;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase; }
  .db__btn:hover {
    background: #F5F5F5;
    color: #2B00BF; }
  @media (max-width: 992px) {
    .db__btn {
      padding: 8px 16px 8px 16px;
      /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */ } }

@media (min-width: 992px) {
  .db__btn {
    width: auto;
    margin: auto; } }

.db--hidden {
  pointer-events: none;
  -webkit-animation-name: invisible;
          animation-name: invisible;
  opacity: 0;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.ds {
  font-size: 13px;
  padding: 13px;
  background-color: #fff;
  color: #010101;
  box-shadow: 0 3px 6px rgba(0, 0, 0, 0.16), 0 3px 6px rgba(0, 0, 0, 0.23);
  position: relative;
  top: 10%;
  margin: 0 auto;
  max-width: 90vw;
  border-radius: 4px;
  z-index: 1000; }

@media (min-width: 992px) {
  .ds {
    width: 600px;
    margin: 0 auto;
    font-size: 14px;
    padding: 14px; } }

.ds__title {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600;
  display: flex;
  border-bottom: 1px solid #010101;
  align-items: baseline;
  justify-content: space-between; }

.ds__stitle {
  padding-top: 13px;
  padding-bottom: 0; }

@media (min-width: 992px) {
  .ds__stitle {
    padding-top: 14px; } }

.ds__wrapper {
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background-color: rgba(0, 0, 0, 0.6);
  z-index: 110; }

.ds__wrapper--hidden {
  pointer-events: none;
  -webkit-animation-name: invisible;
          animation-name: invisible;
  opacity: 0;
  -webkit-animation-duration: 0s;
          animation-duration: 0s;
  -webkit-animation-timing-function: ease-in-out;
          animation-timing-function: ease-in-out; }

.ds__btnscontainer {
  display: flex;
  justify-content: space-between; }

.ds__btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #2B00BF;
  color: #FFF;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 12px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #2B00BF;
  text-decoration: none;
  padding: 8px 16px 8px 16px;
  /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */
  transition: color cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s, background cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.125s;
  letter-spacing: 0.07em;
  overflow: hidden;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase; }
  .ds__btn:hover {
    background: #F5F5F5;
    color: #2B00BF; }
  .ds__btn.ds__submitbtn {
    margin-right: 8px; }
  @media (max-width: 992px) {
    .ds__btn {
      padding: 8px 16px 8px 16px;
      /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */ } }

@media (min-width: 992px) {
  .ds__btn {
    width: auto;
    margin: .5rem 0; } }

.ds__beforeaccept {
  margin: 13px 0; }

@media (min-width: 992px) {
  .ds__beforeaccept {
    margin: 14px 0; } }

.cbx__wrapper {
  margin-right: 10px; }

.cbx__cnt {
  display: flex;
  flex: 1;
  flex-direction: row;
  align-self: center;
  margin: 13px 0; }

@media (min-width: 992px) {
  .cbx__cnt {
    margin: 14px 0; } }

.cbx__desc {
  margin: 4px 0 0; }

.cbx__label {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1;
  font-weight: 600; }

.cbx__input {
  cursor: pointer;
  position: relative; }

.cbx--custom {
  position: absolute;
  height: 1px;
  width: 1px; }

.cbx--custom:checked ~ .cbx__value {
  background-color: #8bc34a; }

.cbx--custom:checked ~ .cbx__value__disabled {
  background-color: grey; }

.cbx--custom:checked ~ .cbx__value:after {
  left: calc(90% - 20px); }

.cbx--custom:checked ~ .cbx__value:before {
  content: "";
  right: 0;
  left: 10px; }

.cbx__value {
  display: inline-block;
  padding: 14px 9px;
  min-width: 64px;
  position: relative;
  background-color: #e53935;
  transition: background-color .18s ease-in; }

.cbx__value:after {
  content: " ";
  width: 20px;
  height: 20px;
  background-color: #fff;
  left: 5%;
  transition: left .15s; }

.cbx__value:after,
.cbx__value:before {
  top: 50%;
  transform: translateY(-50%);
  position: absolute; }

.cbx__value:before {
  content: "";
  color: #fff;
  right: 10px; }

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

@keyframes invisible {
  0% {
    opacity: 1; }
  to {
    opacity: 0; } }

.title {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.2;
  font-weight: 800;
  color: inherit;
  margin: 0; }
  .title--1 {
    font-family: "Geomanist", Arial, Helvetica, sans-serif;
    font-size: 70px;
    line-height: 0.75;
    font-weight: 900; }
    @media (max-width: 992px) {
      .title--1 {
        font-family: "Geomanist", Arial, Helvetica, sans-serif;
        font-size: 42px;
        line-height: 0.75;
        font-weight: 900; } }
  .title--2 {
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 30px;
    line-height: 1.2;
    font-weight: 400; }
  .title--3 {
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 800; }
  .title--4 {
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 1.35;
    font-weight: 400; }
  .title--5 {
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400; }
  .title--6 {
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400; }

.font--main {
  font-family: 'Lato', -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

.font--off, .text.font--off, .link.font--off {
  font-family: 'Roboto', -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

.font--super {
  font-family: 'Geomanist', -apple-system, BlinkMacSystemFont, 'Segoe UI', Oxygen, Cantarell, 'Open Sans', 'Helvetica Neue', sans-serif; }

.text {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.4;
  font-weight: 400;
  color: inherit;
  margin: 0 0 16px; }
  @media (max-width: 767px) {
    .text {
      font-size: 16px;
      line-height: 1.5;
      font-weight: 400; } }
  .text--xl {
    font-size: 30px;
    line-height: 1.6;
    font-weight: 500; }
    @media (max-width: 767px) {
      .text--xl {
        font-size: 26px;
        line-height: 1.6;
        font-weight: 400; } }
  .text--l {
    font-size: 26px;
    line-height: 1.6;
    font-weight: 400; }
    @media (max-width: 767px) {
      .text--l {
        font-size: 21px;
        line-height: 1.4;
        font-weight: 400; } }
  .text--m {
    font-size: 21px;
    line-height: 1.4;
    font-weight: 400; }
    @media (max-width: 767px) {
      .text--m {
        font-size: 18px;
        line-height: 1.5;
        font-weight: 400; } }
  .text--s {
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1.5;
    font-weight: 400; }
  .text--xs {
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1.5;
    font-weight: 400; }
  .text--xxs {
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 12px;
    line-height: 1.15;
    font-weight: 400; }
  .text--center {
    text-align: center; }
  .text--left {
    text-align: left; }
  .text--right {
    text-align: right; }
  .text--uppercase {
    text-transform: uppercase; }
  .text--lowercase {
    text-transform: lowercase; }
  .text--underline {
    text-decoration: underline; }
  .text--italic {
    letter-spacing: 0.03em;
    font-style: italic;
    font-family: "calluna", Arial, Helvetica, sans-serif; }
  .text i {
    font-family: "calluna", Arial, Helvetica, sans-serif;
    font-weight: 700; }

.font-w--xl {
  font-weight: 900; }

.font-w--l {
  font-weight: 700; }

.font-w--m {
  font-weight: 500; }

.font-w--s {
  font-weight: 400; }

h1 {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 44px;
  line-height: 1.35;
  font-weight: 700; }

h2 {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 30px;
  line-height: 1.2;
  font-weight: 500; }

h3 {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 24px;
  line-height: 1.35;
  font-weight: 700; }

h4 {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.35;
  font-weight: 400; }

h5 {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400; }

h6 {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.5;
  font-weight: 400; }

em {
  font-style: initial;
  color: #FFF;
  margin: 0 0 16px;
  padding: 0px 4px 0px 4px;
  /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */ }

a {
  text-decoration: none; }
  a:hover {
    text-decoration: underline; }

.btn {
  display: inline-block;
  position: relative;
  cursor: pointer;
  background: #FF9B04;
  color: #FFF;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 18px;
  line-height: 1;
  font-weight: 600;
  text-align: center;
  vertical-align: middle;
  border: 2px solid #FF9B04;
  text-decoration: none;
  padding: 24px 40px 24px 40px;
  /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */
  transition: color cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s, border-color cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.125s;
  letter-spacing: 0.07em;
  overflow: hidden;
  z-index: 1;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  text-transform: uppercase; }
  @media (max-width: 992px) {
    .btn {
      padding: 12px 24px 12px 24px;
      /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */ } }
  .btn:before {
    content: "";
    position: absolute;
    top: 0;
    left: 100%;
    width: 100%;
    height: 50%;
    background: #0128FF;
    transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.1s;
    z-index: -1; }
  .btn:after {
    content: "";
    position: absolute;
    bottom: 0;
    right: 100%;
    width: 100%;
    height: 50%;
    background: #0128FF;
    transition: all 0.1s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s;
    z-index: -1; }
  .btn:focus {
    outline: none; }
  .btn:hover {
    text-decoration: none;
    color: #FFF; }
    .btn:hover:before {
      left: 0; }
    .btn:hover:after {
      right: 0; }
  .btn--alt {
    background: transparent;
    color: #FF9B04; }
    .btn--alt:hover {
      border-color: #FFF; }
  .btn--simple {
    padding: 12px 24px 12px 24px;
    /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 14px;
    line-height: 1;
    font-weight: 600;
    transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s; }
    .btn--simple:before {
      display: none; }
    .btn--simple:after {
      display: none; }
    .btn--simple:hover {
      background-color: #FFF;
      color: #FF9B04;
      border-color: #FFF; }
  .btn--line {
    color: #000;
    background: transparent; }
  .btn--l {
    padding: 14px 88px 14px 88px;
    /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */ }

.link {
  display: inline-block;
  text-decoration: none;
  text-transform: initial;
  margin-top: auto;
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 1.2;
  font-weight: 500;
  position: relative;
  color: inherit;
  cursor: pointer;
  overflow: hidden;
  z-index: 1; }
  .link:after {
    content: "";
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 2px;
    background: #FFF;
    transform-origin: left;
    transform: scaleX(0);
    transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.2s; }
  .link:hover:after {
    transform: scaleX(1); }
  .link--white {
    color: #FFF; }
    .link--white:after {
      background: #FFF; }
  .link.text--l {
    font-size: 20px;
    line-height: 1.5;
    font-weight: 400; }
  .link.text--m {
    font-size: 16px;
    line-height: 1.8;
    font-weight: 400; }
  .link.text--s {
    font-size: 12px;
    line-height: 1.5;
    font-weight: 400; }
  .link.text--xs {
    font-size: 9px;
    line-height: 1.3;
    font-weight: 400;
    letter-spacing: 0.05em; }
  .link.fw--xl {
    font-weight: 900; }
  .link.fw--l {
    font-weight: 700; }
  .link.fw--m {
    font-weight: 500; }
  .link.fw--s {
    font-weight: 400; }
  .link--arrow {
    transition: color cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s, padding-left cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s, padding-right cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s;
    padding-left: 0;
    padding-right: 16px; }
    .link--arrow:before {
      content: "";
      position: absolute;
      left: initial;
      right: 0;
      top: 50%;
      transform: translateY(-50%) translateX(0);
      border-left: 8px solid #FFF;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      border-left-color: inherit;
      background: transparent;
      transition: none;
      transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s;
      z-index: 0;
      pointer-events: none; }
    .link--arrow:after {
      content: "";
      position: absolute;
      left: initial;
      left: 0;
      top: 50%;
      bottom: initial;
      width: auto;
      height: auto;
      transform: translateY(-50%) translateX(-8px);
      border-left: 8px solid #FFF;
      border-top: 8px solid transparent;
      border-bottom: 8px solid transparent;
      background: transparent;
      transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s;
      z-index: 0; }
    .link--arrow:hover {
      padding-right: 0px;
      padding-left: 16px;
      color: #FFF; }
      .link--arrow:hover:before {
        transform: translateY(-50%) translateX(16px); }
      .link--arrow:hover:after {
        transform: translateY(-50%) translateX(0); }

.header {
  background: rgba(43, 0, 191, 0.48);
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  transform-origin: bottom;
  z-index: 100; }
  .header.pre-moving {
    position: fixed;
    bottom: -100%; }
  .header.moving {
    bottom: 0;
    background: rgba(43, 0, 191, 0.8);
    z-index: 100;
    transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s; }
  .header__logo {
    display: none; }
  .header__hmb {
    display: none; }
  .header__nav {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 12px 0; }
    @media (max-width: 992px) {
      .header__nav {
        padding: 8px 0; } }
  .header__link {
    flex: 1;
    text-align: center;
    text-transform: uppercase;
    position: relative;
    padding: 24px 8px 24px 8px;
    /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */
    text-transform: uppercase;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 16px;
    line-height: 1;
    font-weight: 600;
    letter-spacing: 0.13em;
    color: #FFF; }
  .header__btn {
    flex: 0 0 auto;
    padding: 16px 32px 16px 32px;
    /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */ }
    @media (max-width: 992px) {
      .header__btn {
        padding: 12px 24px 12px 24px;
        /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */
        width: 100%;
        flex: 1; } }

.footer {
  position: absolute;
  top: 0%;
  left: 0;
  width: 100%;
  z-index: 10;
  padding: 48px 0px 48px 0px;
  /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */ }
  @media (max-width: 992px) {
    .footer {
      padding: 24px 0px 24px 0px;
      /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */ } }
  .footer.is-home {
    opacity: 0;
    transition: opacity linear .25s; }
    .footer.is-home.loaded {
      opacity: 1; }
  .footer__core {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: center;
    position: relative; }
    @media (max-width: 992px) {
      .footer__core {
        flex-wrap: wrap;
        justify-content: space-between; }
        .footer__core .header__btn {
          display: none; } }
    .footer__core__end {
      display: flex;
      align-items: center;
      position: absolute;
      right: 0; }
      @media (max-width: 767px) {
        .footer__core__end {
          flex: 0 auto;
          position: static; } }
    .footer__core__mail {
      font-family: "futura-pt", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 1;
      font-weight: 600;
      color: #FFF;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      padding-right: 24px;
      margin-right: 24px;
      position: relative; }
      @media (max-width: 992px) {
        .footer__core__mail {
          padding-right: 8px;
          margin-right: 8px; } }
      @media (max-width: 767px) {
        .footer__core__mail {
          font-family: "futura-pt", Arial, Helvetica, sans-serif;
          font-size: 12px;
          line-height: 1;
          font-weight: 600; } }
      .footer__core__mail:after {
        content: "|";
        position: absolute;
        right: 0%;
        top: 0;
        font-family: "futura-pt", Arial, Helvetica, sans-serif;
        font-size: 12px;
        line-height: 1;
        font-weight: 400;
        width: 12px; }
        @media (max-width: 767px) {
          .footer__core__mail:after {
            display: none; } }
    .footer__core__link {
      font-family: "futura-pt", Arial, Helvetica, sans-serif;
      font-size: 14px;
      line-height: 1;
      font-weight: 600;
      color: #FFF;
      letter-spacing: 0.13em;
      text-transform: uppercase; }
      .footer__core__link.is-left {
        position: absolute;
        left: 0; }
        @media (max-width: 767px) {
          .footer__core__link.is-left {
            margin: 0;
            position: static; } }
        @media (max-width: 767px) {
          .footer__core__link.is-left.is-ras {
            margin: 0;
            position: absolute;
            top: 44px;
            right: 0; } }
      @media (max-width: 992px) {
        .footer__core__link {
          text-align: left; } }
      @media (max-width: 767px) {
        .footer__core__link {
          position: static;
          font-family: "futura-pt", Arial, Helvetica, sans-serif;
          font-size: 12px;
          line-height: 1;
          font-weight: 600;
          flex: 0 1 auto;
          margin-bottom: 16px; }
          .footer__core__link:nth-of-type(2) {
            text-align: right; } }
    .footer__core__social {
      width: 14px;
      height: 14px;
      background-position: center;
      background-repeat: no-repeat;
      background-size: contain;
      display: block; }
      .footer__core__social.facebook {
        background-image: url(../assets/img/svg/facebook.svg); }
  .footer__sider {
    position: absolute;
    top: calc(100% + 33vh);
    left: -16px;
    transform: rotate(-90deg); }
    @media (max-width: 767px) {
      .footer__sider {
        transform: none;
        top: 100%;
        left: 16px; } }
    .footer__sider__link {
      font-family: "futura-pt", Arial, Helvetica, sans-serif;
      font-size: 12px;
      line-height: 1;
      font-weight: 600;
      color: #FFF;
      letter-spacing: 0.13em;
      text-transform: uppercase;
      margin-right: 24px; }
      .footer__sider__link:last-of-type {
        margin-right: 0; }
      @media (max-width: 992px) {
        .footer__sider__link {
          text-align: left; } }
      @media (max-width: 767px) {
        .footer__sider__link {
          font-family: "futura-pt", Arial, Helvetica, sans-serif;
          font-size: 10px;
          line-height: 1;
          font-weight: 600;
          flex: 0 1 auto;
          margin-bottom: 16px; }
          .footer__sider__link:nth-of-type(2) {
            text-align: right; } }

@-webkit-keyframes arrowBouncing {
  0% {
    transform: translateY(-50%);
    @media (max-width: 767px) {
      transform: translateY(10%); } }
  25% {
    transform: translateY(-42.5%);
    @media (max-width: 767px) {
      transform: translateY(2.5%); } }
  50% {
    transform: translateY(-40%);
    @media (max-width: 767px) {
      transform: translateY(0%); } }
  100% {
    transform: translateY(-50%);
    @media (max-width: 767px) {
      transform: translateY(10%); } } }

@keyframes arrowBouncing {
  0% {
    transform: translateY(-50%);
    @media (max-width: 767px) {
      transform: translateY(10%); } }
  25% {
    transform: translateY(-42.5%);
    @media (max-width: 767px) {
      transform: translateY(2.5%); } }
  50% {
    transform: translateY(-40%);
    @media (max-width: 767px) {
      transform: translateY(0%); } }
  100% {
    transform: translateY(-50%);
    @media (max-width: 767px) {
      transform: translateY(10%); } } }

@-webkit-keyframes markerBouncing {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateY(-1px); }
  50% {
    transform: translateY(-3px); }
  100% {
    transform: translateY(0); } }

@keyframes markerBouncing {
  0% {
    transform: translateY(0); }
  25% {
    transform: translateY(-1px); }
  50% {
    transform: translateY(-3px); }
  100% {
    transform: translateY(0); } }

@-webkit-keyframes wrecking {
  0% {
    transform: rotate(0deg) translate(0, 0); }
  50% {
    transform: rotate(-1deg) translate(1px, -1px); }
  100% {
    transform: rotate(0deg) translate(0, 0); } }

@keyframes wrecking {
  0% {
    transform: rotate(0deg) translate(0, 0); }
  50% {
    transform: rotate(-1deg) translate(1px, -1px); }
  100% {
    transform: rotate(0deg) translate(0, 0); } }

@-webkit-keyframes traballa {
  0% {
    transform: rotate(0deg) translate(0, 0); }
  50% {
    transform: rotate(3deg) translate(8px, 4px); }
  100% {
    transform: rotate(0deg) translate(0, 0); } }

@keyframes traballa {
  0% {
    transform: rotate(0deg) translate(0, 0); }
  50% {
    transform: rotate(3deg) translate(8px, 4px); }
  100% {
    transform: rotate(0deg) translate(0, 0); } }

input:focus, textarea:focus {
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.15s;
  outline: none !important; }

.form__row {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  margin-bottom: 16px; }
  @media (max-width: 767px) {
    .form__row {
      display: block; } }

.form__col {
  flex: 1; }
  .form__col--half {
    flex: 1 1 calc(50% - 16px);
    max-width: calc(50% - 16px);
    margin-right: 16px; }
    @media (max-width: 767px) {
      .form__col--half {
        flex: 1;
        max-width: 100%;
        margin-right: 0;
        margin-bottom: 16px; }
        .form__col--half:last-of-type {
          margin-bottom: 0; } }
    .form__col--half:last-of-type {
      margin-right: 0; }
  .form__col--submit {
    display: flex;
    flex-direction: row-reverse;
    justify-content: flex-start; }
    @media (max-width: 767px) {
      .form__col--submit {
        justify-content: center;
        flex-direction: column;
        align-items: center; } }

.form__label {
  font-family: "futura-pt", Arial, Helvetica, sans-serif;
  font-size: 16px;
  line-height: 1.5;
  font-weight: 400;
  margin-bottom: 8px;
  display: block;
  text-transform: uppercase;
  cursor: pointer; }

.form__input {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 28px;
  background: #FFF;
  width: 100%;
  padding: 16px 32px 16px 32px;
  /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */
  color: #000; }
  .form__input::-moz-placeholder {
    color: #000; }
  .form__input:-ms-input-placeholder {
    color: #000; }
  .form__input::placeholder {
    color: #000; }
  .form__input:focus {
    outline-offset: -1px; }

.form__tarea {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  border-radius: 28px;
  background: #FFF;
  width: 100%;
  padding: 16px 32px 16px 32px;
  /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */
  color: #000; }
  .form__tarea::-moz-placeholder {
    color: #000; }
  .form__tarea:-ms-input-placeholder {
    color: #000; }
  .form__tarea::placeholder {
    color: #000; }
  .form__tarea:focus {
    outline-offset: -1px; }

.form__checkbox {
  flex: 1 1 16px;
  max-width: 16px;
  display: inline-block;
  width: 16px;
  height: 16px;
  position: relative;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  border-radius: 100%;
  margin-right: 16px;
  cursor: pointer; }
  .form__checkbox:focus {
    outline: none; }
  .form__checkbox:before {
    content: "";
    position: absolute;
    width: 100%;
    height: 100%;
    top: -1px;
    left: -1px;
    border-radius: 100%; }
  .form__checkbox:after {
    content: "";
    position: absolute;
    left: -1px;
    top: -1px;
    width: calc(100% + 2px);
    height: calc(100% + 2px);
    border-radius: 100%;
    transition: all ease-in-out .2s;
    transform-origin: center;
    transform: scale(0); }
  .form__checkbox:checked:after {
    transform: scale(1); }
  .form__checkbox__label {
    flex: 1;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 9px;
    line-height: 1.3;
    font-weight: 700;
    letter-spacing: 0.05em;
    cursor: pointer; }
  .form__checkbox__outer {
    display: flex;
    justify-content: flex-start;
    align-items: flex-start; }
    @media (max-width: 767px) {
      .form__checkbox__outer {
        padding: 32px 0px 32px 0px;
        /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */ } }

.form--c--white {
  color: #FFF; }

.srev__outer {
  background-color: #01fc1c;
  padding: 2rem; }

.srev__wrapper {
  background-color: #1cf1cf;
  padding: 2rem;
  position: relative;
  /*
    width: 100vw;
    height: 100vw;
    left: 0;
    top: 0;
    overflow-y: scroll;
*/ }

.srev__inner {
  background-color: #f194c4;
  padding: 2rem;
  margin-bottom: 400px; }

.wheel {
  position: relative;
  width: 26px;
  height: 48px;
  background-image: url(../assets/img/svg/mice.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s; }
  .wheel:after {
    content: "";
    width: 6px;
    height: 6px;
    background: #FF9B04;
    position: absolute;
    top: 10px;
    left: 50%;
    transform: translateX(-50%);
    border-radius: 100%; }

.arrow {
  position: relative;
  width: 26px;
  height: 72px;
  background-image: url(../assets/img/svg/arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s;
  opacity: 1;
  cursor: pointer; }
  .arrow.helper {
    position: fixed;
    top: 50%;
    right: 24px;
    transform: translateY(-50%);
    z-index: 10;
    -webkit-animation-name: arrowBouncing;
            animation-name: arrowBouncing;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none; }
    @media (max-width: 767px) {
      .arrow.helper {
        top: 30%;
        transform: translateY(10%); } }
  .arrow.bye {
    opacity: 0; }

.intro {
  padding-top: 136px;
  padding-bottom: 80px;
  position: relative;
  z-index: 1; }
  @media (max-width: 992px) {
    .intro {
      padding-top: 40px;
      padding-bottom: 80px; } }
  .intro__title {
    color: #FF9B04;
    text-transform: uppercase;
    letter-spacing: -0.06em;
    overflow: hidden;
    padding: 8px 0px 8px 0px;
    /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */ }
    .intro__title--1 {
      transition: all linear .375s;
      transform: translateX(200%);
      display: inline-block;
      transform-origin: right; }
      .intro__title--1.active {
        transform: translateZ(0); }
    .intro__title--2 {
      transition: all linear .375s;
      transform: translateX(-200%);
      display: inline-block;
      transform-origin: left; }
      .intro__title--2.active {
        transform: translateZ(0); }
    .intro__title--3 {
      transition: all linear .375s;
      transform: translateX(200%);
      display: inline-block;
      transform-origin: right; }
      .intro__title--3.active {
        transform: translateZ(0); }
  .intro__claim {
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 1;
    font-weight: 600;
    text-transform: uppercase;
    color: #F5F5F5;
    padding-bottom: 40px; }
    @media (max-width: 992px) {
      .intro__claim {
        padding-bottom: 16px;
        font-size: 21px; } }
  .intro__text {
    margin-bottom: 16px;
    line-height: 1.6; }
  .intro__subtitle {
    margin-bottom: 8px; }
    @media (max-width: 992px) {
      .intro__subtitle {
        font-size: 18px; } }
  .intro__content {
    position: relative;
    transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s;
    transform: translateY(20px);
    opacity: 0; }
    .intro__content.active {
      transform: translateZ(0);
      opacity: 1; }
  .intro__wheel {
    position: absolute;
    bottom: calc(100% + 72px);
    left: 0; }
  .intro__arrow {
    position: absolute;
    bottom: calc(100% + 72px);
    left: 0; }
  .intro__label {
    text-transform: uppercase;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 1.2;
    font-weight: 600;
    color: #F5F5F5;
    transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s;
    transform: translateY(20px);
    opacity: 0; }
    .intro__label.active {
      transform: translateZ(0);
      opacity: 1; }
  .intro__afterlabel {
    font-family: "calluna", Arial, Helvetica, sans-serif;
    font-size: 21px;
    line-height: 1.2;
    font-weight: 700;
    color: #F5F5F5;
    letter-spacing: 0.03em;
    transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s;
    transform: translateY(20px);
    opacity: 0; }
    .intro__afterlabel.active {
      transform: translateZ(0);
      opacity: 1; }

main {
  overflow: hidden; }
  main.is-homepage {
    display: flex;
    flex-direction: column-reverse; }

.terra {
  position: relative;
  width: 100%;
  height: 0;
  pointer-events: none; }
  .terra:after {
    content: "";
    background-image: url(../assets/img/svg/terra.svg);
    background-position: center;
    background-size: auto;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 800px;
    top: -350px; }
    @media (max-width: 992px) {
      .terra:after {
        display: none; } }
    @media (max-width: 767px) {
      .terra:after {
        display: block;
        top: initial;
        bottom: 0;
        height: 200px;
        background-size: 140vw; } }
    @media (max-width: 330px) {
      .terra:after {
        background-size: 200vw; } }

.stars {
  position: absolute;
  width: 100%;
  height: 0;
  top: 0;
  left: 0;
  pointer-events: none; }
  @media (max-width: 992px) {
    .stars {
      height: 100%; } }
  .stars:after {
    content: "";
    background-image: url(../assets/img/stars.png);
    background-position: center;
    background-size: auto;
    background-repeat: repeat;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 3000px;
    opacity: .4; }
    @media (max-width: 992px) {
      .stars:after {
        height: 100%; } }
  .stars.is-chi {
    height: 100%; }
    .stars.is-chi:after {
      height: 100%; }

.manif {
  padding: 80px 0px 24px 0px;
  /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */
  position: relative;
  z-index: 1; }
  @media (max-width: 992px) {
    .manif {
      padding: 80px 0px 80px 0px;
      /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */ } }
  .manif:before {
    content: "";
    z-index: -1;
    background-image: url(../assets/img/svg/astronaut.svg);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    pointer-events: none;
    width: 450px;
    height: 450px;
    position: absolute;
    left: 0;
    top: -80px; }
    @media (max-width: 1200px) {
      .manif:before {
        display: none; } }
  .manif__title {
    font-family: "Geomanist", Arial, Helvetica, sans-serif;
    font-size: 70px;
    line-height: 0.75;
    font-weight: 900;
    color: #F5F5F5;
    letter-spacing: -0.06em;
    text-transform: uppercase; }
    @media (max-width: 992px) {
      .manif__title {
        font-size: 42px;
        margin-bottom: 16px; } }
    .manif__title__wrapper {
      display: flex;
      align-items: center;
      height: 100%;
      justify-content: flex-start;
      margin-right: 32px; }
  .manif__subtitle {
    font-family: "calluna", Arial, Helvetica, sans-serif;
    font-size: 26px;
    line-height: 1.6;
    font-weight: 700;
    color: #F5F5F5;
    letter-spacing: 0.03em; }
    @media (max-width: 992px) {
      .manif__subtitle {
        font-size: 21px; } }
  .manif__text {
    color: #F5F5F5; }

.ender {
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 0;
  transition: opacity linear .25s; }
  .ender.loaded {
    opacity: 1; }
  .ender__core {
    display: flex;
    justify-content: center;
    align-items: flex-start; }
  .ender__left {
    position: relative; }
    .ender__left__text {
      font-family: "futura-pt", Arial, Helvetica, sans-serif;
      font-size: 39px;
      line-height: 1;
      font-weight: 600;
      text-transform: uppercase;
      margin-top: 16px;
      display: block;
      color: #FF9B04; }
    .ender__left__subtitle {
      font-family: "calluna", Arial, Helvetica, sans-serif;
      font-size: 21px;
      line-height: 1.2;
      font-weight: 700;
      color: #F5F5F5;
      letter-spacing: 0.03em; }
  .ender__right__firm {
    margin: 8px 0 0 43px; }
  .ender__followup {
    position: absolute;
    top: 100%;
    width: 500px; }
    @media (max-width: 992px) {
      .ender__followup {
        width: 90vw; } }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: flex;
  align-items: center;
  justify-content: center;
  background: #FFF;
  z-index: 1000;
  pointer-events: none;
  overflow: hidden;
  opacity: 1; }
  .loader.colored {
    background: #0128FF; }
  .loader.loaded {
    opacity: 0;
    transition: all linear .5s; }
  .loader__end {
    text-align: center; }
    .loader__end__title {
      font-family: "calluna", Arial, Helvetica, sans-serif;
      font-size: 40px;
      line-height: 1;
      font-weight: 700;
      font-style: italic;
      color: #FF9B04;
      display: block;
      transform: translateX(-50px);
      opacity: 0;
      transform-origin: left;
      transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.375s;
      margin-top: 8px; }
      @media (max-width: 992px) {
        .loader__end__title {
          font-family: "calluna", Arial, Helvetica, sans-serif;
          font-size: 30px;
          line-height: 1;
          font-weight: 700; } }
      .loader__end__title.loaded {
        transform: translateZ(0);
        opacity: 1; }
  .loader__core {
    justify-content: center;
    align-items: flex-start;
    display: none; }
    .loader__core.loaded {
      display: flex; }
  .loader__left {
    transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.375s;
    transform: translateX(-50px);
    opacity: 0;
    transform-origin: left;
    will-change: transform; }
    .loader__left.loaded {
      transform: translateZ(0);
      opacity: 1; }
  .loader__right {
    transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.375s;
    transform: translateX(-50px);
    opacity: 0;
    transform-origin: left;
    will-change: transform; }
    .loader__right.loaded {
      transform: translateZ(0);
      opacity: 1; }
    .loader__right__firm {
      margin: 8px 0 0 43px;
      transition: all 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.375s;
      transform: translateY(25px);
      opacity: 0;
      transform-origin: left;
      will-change: transform; }
      .loader__right__firm.loaded {
        transform: translateZ(0);
        opacity: 1; }

.legal {
  position: relative;
  z-index: 1;
  padding: 160px 0px 160px 0px;
  /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */ }
  @media (max-width: 992px) {
    .legal {
      padding: 112px 0px 112px 0px;
      /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */ } }
  .legal__title {
    margin-bottom: 40px; }
  .legal h2 {
    margin: 16px 0;
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
    color: #F5F5F5; }
  .legal h4 {
    font-family: "futura-pt", Arial, Helvetica, sans-serif;
    font-size: 24px;
    line-height: 1.35;
    font-weight: 600;
    margin: 24px 0 8px;
    color: #FF9B04; }

.chi {
  position: relative;
  z-index: 1;
  padding-top: 160px;
  padding-bottom: 40vh; }
  .chi .row {
    position: relative; }
  .chi.has-bg:after {
    content: "";
    z-index: -1;
    pointer-events: none;
    background-image: url(../assets/img/chisiamo.png);
    background-position: center;
    background-size: contain;
    background-repeat: no-repeat;
    position: absolute;
    width: 900px;
    height: 900px;
    left: -5%;
    bottom: -5%; }
    @media (max-width: 1200px) {
      .chi.has-bg:after {
        width: 300px;
        height: 300px;
        bottom: -1.5%;
        left: 0%; } }
    @media (max-width: 992px) {
      .chi.has-bg:after {
        left: initial;
        right: -10%; } }
    @media (max-width: 767px) {
      .chi.has-bg:after {
        right: -20%; } }
  @media (max-width: 992px) {
    .chi {
      padding-top: 112px;
      padding-bottom: 40vw; } }
  @media (max-width: 767px) {
    .chi {
      padding-bottom: 60vw; } }
  .chi__title {
    text-transform: uppercase;
    word-break: break-word;
    margin-top: 16px; }
    @media (max-width: 767px) {
      .chi__title {
        margin-top: 0;
        margin-bottom: 16px; } }
  .chi__icons {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    position: absolute;
    top: 100%;
    right: 0; }
    @media (max-width: 992px) {
      .chi__icons {
        justify-content: center;
        position: static; } }
  .chi__icon {
    flex: 0 0 200px;
    max-width: 200px;
    height: 200px;
    margin: 0px 16px 0px 16px;
    /*
  @media (max-width: $tablet) {
    margin: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */
    -o-object-fit: contain;
       object-fit: contain;
    -o-object-position: center;
       object-position: center;
    display: flex;
    align-items: center; }
    @media (max-width: 992px) {
      .chi__icon {
        width: 85px;
        max-width: 85px;
        height: 85px;
        margin: 8px 8px 8px 8px;
        /*
  @media (max-width: $tablet) {
    margin: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */
        flex: 0 0 85px;
        display: block; }
        .chi__icon img {
          width: 85px;
          max-width: 85px;
          height: 85px;
          -o-object-fit: contain;
             object-fit: contain;
          -o-object-position: center;
             object-position: center; } }

.nf {
  min-height: 60vh;
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  z-index: 1; }
  .nf__title {
    font-size: 160px; }
  .nf__link {
    font-size: 40px;
    text-decoration: underline; }

.nasc {
  min-height: 99vh;
  display: flex;
  flex-direction: column;
  align-content: flex-start;
  justify-content: flex-end;
  padding-bottom: 8px; }

.icon {
  display: block;
  width: 28px;
  height: 28px;
  border-radius: 100%;
  background-repeat: no-repeat;
  background-position: center;
  background-size: auto;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s; }
  .icon--l {
    width: 54px;
    height: 54px; }
  .icon--bg--l {
    background-size: 16px; }
  .icon--nob {
    border: 0; }
  .icon--white {
    border-color: #FFF; }
    .icon--white:hover {
      background-color: #FFF; }

.ladder__outer {
  padding-bottom: 80px; }
  @media (max-width: 992px) {
    .ladder__outer {
      position: relative;
      padding-top: 240px;
      padding-bottom: 32px;
      overflow: hidden; }
      .ladder__outer:before {
        content: "";
        background-image: url(../assets/img/ladder-full.png);
        background-position: center bottom;
        background-repeat: no-repeat;
        background-size: contain;
        position: absolute;
        bottom: 120px;
        left: initial;
        right: -25%;
        width: 100%;
        height: calc(100% - 120px);
        pointer-events: none; }
      .ladder__outer > .container {
        width: 100%;
        padding: 0; }
        .ladder__outer > .container > .row {
          margin: 0; }
          .ladder__outer > .container > .row > .col-12 {
            padding: 0; } }
  @media (max-width: 767px) {
    .ladder__outer:before {
      left: 0;
      right: initial; } }
  @media (max-width: 330px) {
    .ladder__outer:before {
      background-size: cover; } }

.ladder__wrapper {
  display: flex;
  flex-direction: column-reverse;
  position: relative;
  overflow-y: hidden;
  overflow-x: hidden;
  height: 7000px; }
  @media (max-width: 992px) {
    .ladder__wrapper {
      height: auto;
      overflow: initial; } }

.ladder__title {
  font-family: "Geomanist", Arial, Helvetica, sans-serif;
  font-size: 42px;
  line-height: 0.85;
  font-weight: 900;
  margin: 16px 0 24px;
  color: #FF9B04;
  letter-spacing: -0.06em;
  text-transform: uppercase; }
  @media (max-width: 992px) {
    .ladder__title {
      font-size: 30px;
      margin: 32px 0 8px; } }
  .ladder__title__nmb {
    display: none; }
    @media (max-width: 992px) {
      .ladder__title__nmb {
        display: inline;
        font-family: "Geomanist", Arial, Helvetica, sans-serif;
        font-size: 58px;
        line-height: 0.85;
        font-weight: 900;
        color: #F5F5F5;
        margin-right: 8px;
        float: left;
        position: relative; }
        .ladder__title__nmb:after {
          content: "";
          clear: both; } }

.ladder__text {
  font-family: "calluna", Arial, Helvetica, sans-serif;
  font-size: 21px;
  line-height: 1.6;
  font-weight: 400;
  color: #F5F5F5; }

.ladder__nmb {
  width: 240px;
  height: 140px;
  background-position: left center;
  background-size: contain;
  background-repeat: no-repeat;
  display: block;
  position: absolute;
  transition: all cubic-bezier(0, 0.98, 0.96, 1.03) 0.25s;
  opacity: 0;
  transform-origin: right;
  transform: translateX(50px); }
  @media (max-width: 992px) {
    .ladder__nmb {
      transform: none;
      position: static;
      display: none; } }
  .ladder__nmb.loaded {
    transform: translateZ(0);
    opacity: 1; }
  .ladder__nmb--1 {
    background-image: url(../assets/img/svg/1-full.svg);
    background-position: right center;
    top: 610px;
    right: 0; }
  .ladder__nmb--2 {
    background-image: url(../assets/img/svg/2-full.svg);
    left: 0;
    bottom: 250px; }
  .ladder__nmb--3 {
    background-image: url(../assets/img/svg/3-full.svg);
    background-position: right center;
    right: 0;
    bottom: 270px; }
  .ladder__nmb--4 {
    background-image: url(../assets/img/svg/4-full.svg);
    left: 0;
    bottom: 310px; }
  .ladder__nmb--5 {
    background-image: url(../assets/img/svg/5-full.svg);
    background-position: right center;
    right: 0;
    bottom: -80px; }
  .ladder__nmb--6 {
    background-image: url(../assets/img/svg/6-full.svg);
    left: 0;
    bottom: -140px; }
  .ladder__nmb--7 {
    background-image: url(../assets/img/svg/7-full.svg);
    background-position: right center;
    right: 0;
    bottom: 20px; }

.ladder__extra--7 {
  width: 400px;
  position: absolute;
  top: 200px;
  left: 0; }
  @media (max-width: 992px) {
    .ladder__extra--7 {
      top: initial;
      bottom: calc(100% + 80px); } }

.ladder__extra__title {
  color: #FF9B04;
  text-transform: uppercase;
  letter-spacing: -0.06em; }

.ladder__content {
  display: flex;
  flex-direction: column;
  width: 270px;
  position: absolute;
  transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.5s;
  opacity: 0;
  transform-origin: right;
  transform: translateX(50px); }
  @media (max-width: 992px) {
    .ladder__content {
      transform-origin: top;
      transform: translateY(50px);
      position: static;
      width: 50vw;
      padding: 8px 16px 8px 16px;
      /*
  @media (max-width: $tablet) {
    padding: ($u * $top / 1.5) ($u * $right / 1.5) ($u * $bottom / 1.5) ($u * $left / 1.5);
  }
  */ } }
  @media (max-width: 767px) {
    .ladder__content {
      width: 100%;
      background: rgba(43, 0, 191, 0.9); } }
  .ladder__content.loaded {
    transform: translateZ(0);
    opacity: 1; }
  .ladder__content--1 {
    left: 0;
    top: 450px; }
  .ladder__content--2 {
    right: 0;
    top: 300px;
    transform-origin: left;
    transform: translateX(-50px); }
    @media (max-width: 992px) {
      .ladder__content--2 {
        transform-origin: top;
        transform: translateY(50px); } }
  .ladder__content--3 {
    left: 0;
    bottom: 250px; }
  .ladder__content--4 {
    right: 0;
    top: 850px;
    transform-origin: left;
    transform: translateX(-50px); }
    @media (max-width: 992px) {
      .ladder__content--4 {
        transform-origin: top;
        transform: translateY(50px); } }
  .ladder__content--5 {
    left: 0;
    bottom: -100px; }
  .ladder__content--6 {
    right: 30px;
    top: 700px;
    transform-origin: left;
    transform: translateX(-50px); }
    @media (max-width: 992px) {
      .ladder__content--6 {
        transform-origin: top;
        transform: translateY(50px); } }
  .ladder__content--7 {
    left: 0;
    bottom: 0; }

.ladder__block {
  position: absolute;
  width: 100%;
  left: 0;
  z-index: 1; }
  @media (max-width: 992px) {
    .ladder__block {
      position: static; } }
  .ladder__block--1 {
    height: 1286px;
    bottom: 0;
    left: 0; }
    @media (max-width: 992px) {
      .ladder__block--1 {
        height: auto; } }
  .ladder__block--2 {
    height: 980px;
    bottom: 1187px; }
    @media (max-width: 992px) {
      .ladder__block--2 {
        height: auto; } }
  .ladder__block--3 {
    height: 1510px;
    bottom: 1932px; }
    @media (max-width: 992px) {
      .ladder__block--3 {
        height: auto; } }
  .ladder__block--4 {
    height: 1455px;
    bottom: 2843px; }
    @media (max-width: 992px) {
      .ladder__block--4 {
        height: auto; } }
  .ladder__block--5 {
    height: 1429px;
    bottom: 3977px; }
    @media (max-width: 992px) {
      .ladder__block--5 {
        height: auto; } }
  .ladder__block--6 {
    height: 853px;
    bottom: 4845px; }
    @media (max-width: 992px) {
      .ladder__block--6 {
        height: auto; } }
  .ladder__block--7 {
    height: 1575px;
    bottom: 5440px; }
    @media (max-width: 992px) {
      .ladder__block--7 {
        height: auto; } }

.ladder__figure {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
  pointer-events: none;
  bottom: 0;
  left: 0;
  transition: transform 0.25s cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s, opacity cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s;
  transform: translateY(-500px);
  opacity: 0; }
  .ladder__figure.active {
    transform: translateY(0);
    opacity: 1; }
  .ladder__figure--1 {
    background-image: url(../assets/img/ladder-1.png);
    bottom: 0;
    left: 60px;
    transform: translateY(0);
    opacity: 1; }
    @media (max-width: 992px) {
      .ladder__figure--1 {
        display: none; } }
  .ladder__figure--2 {
    background-image: url(../assets/img/ladder-2.png);
    left: -52px; }
    @media (max-width: 992px) {
      .ladder__figure--2 {
        display: none; } }
  .ladder__figure--3 {
    background-image: url(../assets/img/ladder-3.png);
    left: 51px; }
    @media (max-width: 992px) {
      .ladder__figure--3 {
        display: none; } }
  .ladder__figure--4 {
    background-image: url(../assets/img/ladder-4.png);
    left: -43px; }
    @media (max-width: 992px) {
      .ladder__figure--4 {
        display: none; } }
  .ladder__figure--5 {
    background-image: url(../assets/img/ladder-5.png);
    left: 121px; }
    @media (max-width: 992px) {
      .ladder__figure--5 {
        display: none; } }
  .ladder__figure--6 {
    background-image: url(../assets/img/ladder-6.png);
    left: -56px; }
    @media (max-width: 992px) {
      .ladder__figure--6 {
        display: none; } }
  .ladder__figure--7 {
    background-image: url(../assets/img/ladder-7.png);
    left: -55px;
    transform: translateY(0);
    opacity: 1; }
    @media (max-width: 992px) {
      .ladder__figure--7 {
        display: none; } }

.extra {
  position: absolute;
  pointer-events: none; }
  @media (max-width: 992px) {
    .extra {
      display: none; } }
  .extra--1 {
    background-image: url(../assets/img/svg/extra-1.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 337px;
    height: 583px;
    top: -197px;
    left: 263px;
    z-index: -1; }
  .extra--marker {
    background-image: url(../assets/img/svg/marker-ladder.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 68px;
    height: 113px;
    bottom: 5px;
    left: 375px;
    z-index: 1;
    transition: all cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.25s;
    -webkit-animation-name: markerBouncing;
            animation-name: markerBouncing;
    -webkit-animation-duration: 1s;
            animation-duration: 1s;
    -webkit-animation-timing-function: linear;
            animation-timing-function: linear;
    -webkit-animation-iteration-count: infinite;
            animation-iteration-count: infinite;
    -webkit-animation-fill-mode: none;
            animation-fill-mode: none; }
  .extra--wreckingball {
    background-image: url(../assets/img/extra-4.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 388px;
    height: 398px;
    z-index: 1;
    transition: transform cubic-bezier(0.18, 0.89, 0.32, 1.15) 0.375s, opacity cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.125s;
    opacity: 0;
    right: 380px;
    bottom: -248px;
    transform: rotate(-40deg) translate(100px, 184px); }
    .extra--wreckingball.loaded {
      transform: translateZ(0);
      opacity: 1;
      -webkit-animation-name: wrecking;
              animation-name: wrecking;
      -webkit-animation-delay: .375s;
              animation-delay: .375s;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-fill-mode: none;
              animation-fill-mode: none; }
  .extra--splash {
    background-image: url(../assets/img/splash.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 95px;
    height: 108px;
    opacity: 0;
    bottom: -200px;
    left: 340px;
    transition: transform cubic-bezier(0.18, 0.89, 0.32, 1.15) 0.375s, opacity cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.125s;
    transform: translate(10px, 10px); }
    .extra--splash.loaded {
      transform: translateZ(0);
      opacity: 1;
      -webkit-animation-name: wrecking;
              animation-name: wrecking;
      -webkit-animation-delay: .375s;
              animation-delay: .375s;
      -webkit-animation-duration: 1s;
              animation-duration: 1s;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-fill-mode: none;
              animation-fill-mode: none; }
  .extra--rocket {
    background-image: url(../assets/img/rocket.png);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 205px;
    height: 170px;
    opacity: 0;
    top: 850px;
    right: 100px;
    transition: transform cubic-bezier(0.18, 0.89, 0.32, 1.15) 0.375s, opacity cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.125s;
    transform: translate(10px, 10px); }
    .extra--rocket.loaded {
      transform: translateZ(0);
      opacity: 1;
      -webkit-animation-name: traballa;
              animation-name: traballa;
      -webkit-animation-delay: .375s;
              animation-delay: .375s;
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-fill-mode: none;
              animation-fill-mode: none; }
  .extra--traballa {
    background-image: url(../assets/img/svg/traballa.svg);
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
    width: 325px;
    height: 287px;
    opacity: 0;
    top: 235px;
    right: 350px;
    transition: transform cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.375s, opacity cubic-bezier(0.45, 0.05, 0.55, 0.95) 0.125s;
    transform: translate(-15px, -30px); }
    .extra--traballa.loaded {
      transform: translateZ(0);
      opacity: 1;
      -webkit-animation-name: traballa;
              animation-name: traballa;
      -webkit-animation-delay: .375s;
              animation-delay: .375s;
      -webkit-animation-duration: 2s;
              animation-duration: 2s;
      -webkit-animation-timing-function: linear;
              animation-timing-function: linear;
      -webkit-animation-iteration-count: infinite;
              animation-iteration-count: infinite;
      -webkit-animation-fill-mode: none;
              animation-fill-mode: none; }

.pad-t-0 {
  padding-top: 0px; }

.pad-t-1 {
  padding-top: 8px; }

.pad-t-2 {
  padding-top: 16px; }

.pad-t-3 {
  padding-top: 24px; }

.pad-t-4 {
  padding-top: 32px; }

.pad-t-5 {
  padding-top: 40px; }

.pad-t-6 {
  padding-top: 48px; }

.pad-t-7 {
  padding-top: 56px; }

.pad-t-8 {
  padding-top: 64px; }

.pad-t-9 {
  padding-top: 72px; }

.pad-t-10 {
  padding-top: 80px; }

.pad-t-11 {
  padding-top: 88px; }

.pad-t-12 {
  padding-top: 96px; }

.pad-t-13 {
  padding-top: 104px; }

.pad-t-14 {
  padding-top: 112px; }

.pad-t-15 {
  padding-top: 120px; }

.pad-t-16 {
  padding-top: 128px; }

.pad-t-17 {
  padding-top: 136px; }

.pad-t-18 {
  padding-top: 144px; }

.pad-t-19 {
  padding-top: 152px; }

.pad-t-20 {
  padding-top: 160px; }

.pad-r-0 {
  padding-right: 0px; }

.pad-r-1 {
  padding-right: 8px; }

.pad-r-2 {
  padding-right: 16px; }

.pad-r-3 {
  padding-right: 24px; }

.pad-r-4 {
  padding-right: 32px; }

.pad-r-5 {
  padding-right: 40px; }

.pad-r-6 {
  padding-right: 48px; }

.pad-r-7 {
  padding-right: 56px; }

.pad-r-8 {
  padding-right: 64px; }

.pad-r-9 {
  padding-right: 72px; }

.pad-r-10 {
  padding-right: 80px; }

.pad-r-11 {
  padding-right: 88px; }

.pad-r-12 {
  padding-right: 96px; }

.pad-r-13 {
  padding-right: 104px; }

.pad-r-14 {
  padding-right: 112px; }

.pad-r-15 {
  padding-right: 120px; }

.pad-r-16 {
  padding-right: 128px; }

.pad-r-17 {
  padding-right: 136px; }

.pad-r-18 {
  padding-right: 144px; }

.pad-r-19 {
  padding-right: 152px; }

.pad-r-20 {
  padding-right: 160px; }

.pad-b-0 {
  padding-bottom: 0px; }

.pad-b-1 {
  padding-bottom: 8px; }

.pad-b-2 {
  padding-bottom: 16px; }

.pad-b-3 {
  padding-bottom: 24px; }

.pad-b-4 {
  padding-bottom: 32px; }

.pad-b-5 {
  padding-bottom: 40px; }

.pad-b-6 {
  padding-bottom: 48px; }

.pad-b-7 {
  padding-bottom: 56px; }

.pad-b-8 {
  padding-bottom: 64px; }

.pad-b-9 {
  padding-bottom: 72px; }

.pad-b-10 {
  padding-bottom: 80px; }

.pad-b-11 {
  padding-bottom: 88px; }

.pad-b-12 {
  padding-bottom: 96px; }

.pad-b-13 {
  padding-bottom: 104px; }

.pad-b-14 {
  padding-bottom: 112px; }

.pad-b-15 {
  padding-bottom: 120px; }

.pad-b-16 {
  padding-bottom: 128px; }

.pad-b-17 {
  padding-bottom: 136px; }

.pad-b-18 {
  padding-bottom: 144px; }

.pad-b-19 {
  padding-bottom: 152px; }

.pad-b-20 {
  padding-bottom: 160px; }

.pad-l-0 {
  padding-left: 0px; }

.pad-l-1 {
  padding-left: 8px; }

.pad-l-2 {
  padding-left: 16px; }

.pad-l-3 {
  padding-left: 24px; }

.pad-l-4 {
  padding-left: 32px; }

.pad-l-5 {
  padding-left: 40px; }

.pad-l-6 {
  padding-left: 48px; }

.pad-l-7 {
  padding-left: 56px; }

.pad-l-8 {
  padding-left: 64px; }

.pad-l-9 {
  padding-left: 72px; }

.pad-l-10 {
  padding-left: 80px; }

.pad-l-11 {
  padding-left: 88px; }

.pad-l-12 {
  padding-left: 96px; }

.pad-l-13 {
  padding-left: 104px; }

.pad-l-14 {
  padding-left: 112px; }

.pad-l-15 {
  padding-left: 120px; }

.pad-l-16 {
  padding-left: 128px; }

.pad-l-17 {
  padding-left: 136px; }

.pad-l-18 {
  padding-left: 144px; }

.pad-l-19 {
  padding-left: 152px; }

.pad-l-20 {
  padding-left: 160px; }

.mar-t-0 {
  margin-top: 0px; }

.mar-t-1 {
  margin-top: 8px; }

.mar-t-2 {
  margin-top: 16px; }

.mar-t-3 {
  margin-top: 24px; }

.mar-t-4 {
  margin-top: 32px; }

.mar-t-5 {
  margin-top: 40px; }

.mar-t-6 {
  margin-top: 48px; }

.mar-t-7 {
  margin-top: 56px; }

.mar-t-8 {
  margin-top: 64px; }

.mar-t-9 {
  margin-top: 72px; }

.mar-t-10 {
  margin-top: 80px; }

.mar-t-11 {
  margin-top: 88px; }

.mar-t-12 {
  margin-top: 96px; }

.mar-t-13 {
  margin-top: 104px; }

.mar-t-14 {
  margin-top: 112px; }

.mar-t-15 {
  margin-top: 120px; }

.mar-t-16 {
  margin-top: 128px; }

.mar-t-17 {
  margin-top: 136px; }

.mar-t-18 {
  margin-top: 144px; }

.mar-t-19 {
  margin-top: 152px; }

.mar-t-20 {
  margin-top: 160px; }

.mar-r-0 {
  margin-right: 0px; }

.mar-r-1 {
  margin-right: 8px; }

.mar-r-2 {
  margin-right: 16px; }

.mar-r-3 {
  margin-right: 24px; }

.mar-r-4 {
  margin-right: 32px; }

.mar-r-5 {
  margin-right: 40px; }

.mar-r-6 {
  margin-right: 48px; }

.mar-r-7 {
  margin-right: 56px; }

.mar-r-8 {
  margin-right: 64px; }

.mar-r-9 {
  margin-right: 72px; }

.mar-r-10 {
  margin-right: 80px; }

.mar-r-11 {
  margin-right: 88px; }

.mar-r-12 {
  margin-right: 96px; }

.mar-r-13 {
  margin-right: 104px; }

.mar-r-14 {
  margin-right: 112px; }

.mar-r-15 {
  margin-right: 120px; }

.mar-r-16 {
  margin-right: 128px; }

.mar-r-17 {
  margin-right: 136px; }

.mar-r-18 {
  margin-right: 144px; }

.mar-r-19 {
  margin-right: 152px; }

.mar-r-20 {
  margin-right: 160px; }

.mar-b-0 {
  margin-bottom: 0px; }

.mar-b-1 {
  margin-bottom: 8px; }

.mar-b-2 {
  margin-bottom: 16px; }

.mar-b-3 {
  margin-bottom: 24px; }

.mar-b-4 {
  margin-bottom: 32px; }

.mar-b-5 {
  margin-bottom: 40px; }

.mar-b-6 {
  margin-bottom: 48px; }

.mar-b-7 {
  margin-bottom: 56px; }

.mar-b-8 {
  margin-bottom: 64px; }

.mar-b-9 {
  margin-bottom: 72px; }

.mar-b-10 {
  margin-bottom: 80px; }

.mar-b-11 {
  margin-bottom: 88px; }

.mar-b-12 {
  margin-bottom: 96px; }

.mar-b-13 {
  margin-bottom: 104px; }

.mar-b-14 {
  margin-bottom: 112px; }

.mar-b-15 {
  margin-bottom: 120px; }

.mar-b-16 {
  margin-bottom: 128px; }

.mar-b-17 {
  margin-bottom: 136px; }

.mar-b-18 {
  margin-bottom: 144px; }

.mar-b-19 {
  margin-bottom: 152px; }

.mar-b-20 {
  margin-bottom: 160px; }

.mar-l-0 {
  margin-left: 0px; }

.mar-l-1 {
  margin-left: 8px; }

.mar-l-2 {
  margin-left: 16px; }

.mar-l-3 {
  margin-left: 24px; }

.mar-l-4 {
  margin-left: 32px; }

.mar-l-5 {
  margin-left: 40px; }

.mar-l-6 {
  margin-left: 48px; }

.mar-l-7 {
  margin-left: 56px; }

.mar-l-8 {
  margin-left: 64px; }

.mar-l-9 {
  margin-left: 72px; }

.mar-l-10 {
  margin-left: 80px; }

.mar-l-11 {
  margin-left: 88px; }

.mar-l-12 {
  margin-left: 96px; }

.mar-l-13 {
  margin-left: 104px; }

.mar-l-14 {
  margin-left: 112px; }

.mar-l-15 {
  margin-left: 120px; }

.mar-l-16 {
  margin-left: 128px; }

.mar-l-17 {
  margin-left: 136px; }

.mar-l-18 {
  margin-left: 144px; }

.mar-l-19 {
  margin-left: 152px; }

.mar-l-20 {
  margin-left: 160px; }

.d-f {
  display: flex; }
  .d-f--y--center {
    align-items: center; }
  .d-f--y--start {
    align-items: flex-start; }
  .d-f--y--end {
    align-items: flex-end; }
  .d-f--x--center {
    justify-content: center; }
  .d-f--x--start {
    justify-content: flex-start; }
  .d-f--x--end {
    justify-content: flex-end; }
  .d-f--x--between {
    justify-content: space-between; }
  .d-f--x--around {
    justify-content: space-around; }
  .d-f--x--evenly {
    justify-content: space-evenly; }
  .d-f--col {
    flex-direction: column; }
  .d-f--row {
    flex-direction: row; }
  .d-f--row-reverse {
    flex-direction: row-reverse; }

.d-b {
  display: block; }

.d-i {
  display: inline; }

.d-ib {
  display: inline-block; }

.color--white {
  color: #FFF; }

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

.color--orange {
  color: #FF9B04; }

.bg--white {
  background-color: #FFF; }

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

.bg--smoke {
  background-color: #F5F5F5; }

.w-0 {
  width: 0%; }

.w-10 {
  width: 10%; }

.w-20 {
  width: 20%; }

.w-30 {
  width: 30%; }

.w-40 {
  width: 40%; }

.w-50 {
  width: 50%; }

.w-60 {
  width: 60%; }

.w-70 {
  width: 70%; }

.w-80 {
  width: 80%; }

.w-90 {
  width: 90%; }

.w-100 {
  width: 100%; }

.h-0 {
  height: 0%; }

.h-10 {
  height: 10%; }

.h-20 {
  height: 20%; }

.h-30 {
  height: 30%; }

.h-40 {
  height: 40%; }

.h-50 {
  height: 50%; }

.h-60 {
  height: 60%; }

.h-70 {
  height: 70%; }

.h-80 {
  height: 80%; }

.h-90 {
  height: 90%; }

.h-100 {
  height: 100%; }

.order-0 {
  order: 0; }

.order-1 {
  order: 1; }

.order-2 {
  order: 2; }

.order-3 {
  order: 3; }

.order-4 {
  order: 4; }

.order-5 {
  order: 5; }

.order-6 {
  order: 6; }

@media (max-width: 992px) {
  .order-mob-0 {
    order: 0; } }

@media (max-width: 992px) {
  .order-mob-1 {
    order: 1; } }

@media (max-width: 992px) {
  .order-mob-2 {
    order: 2; } }

@media (max-width: 992px) {
  .order-mob-3 {
    order: 3; } }

@media (max-width: 992px) {
  .order-mob-4 {
    order: 4; } }

@media (max-width: 992px) {
  .order-mob-5 {
    order: 5; } }

@media (max-width: 992px) {
  .order-mob-6 {
    order: 6; } }

