.hyphens {
  -webkit-hyphens: auto;
  -ms-hyphens: auto;
  hyphens: auto;
}
/* ==========================================================================
   Variables
   ========================================================================== */
/* ==========================================================================
   HTML5 display definitions
   ========================================================================== */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
[hidden] {
  display: none;
}
/* ==========================================================================
   Base
   ========================================================================== */
/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -ms-text-size-adjust: 100%;
  /* 2 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
}
html,
button,
input,
select,
textarea {
  font-family: sans-serif;
}
body {
  margin: 0;
}
*,
*:before,
*:after {
  box-sizing: border-box;
}
/* ==========================================================================
   Links
   ========================================================================== */
*:focus {
  outline: none;
}
*:active,
*:hover {
  outline: 0;
}
/* ==========================================================================
   Typography
   ========================================================================== */
h1 {
  font-size: 2em;
  margin: 0.67em 0;
}
h2 {
  font-size: 1.5em;
  margin: 0.83em 0;
}
h3 {
  font-size: 1.17em;
  margin: 1em 0;
}
h4 {
  font-size: 1em;
  margin: 1.33em 0;
}
h5 {
  font-size: 0.83em;
  margin: 1.67em 0;
}
h6 {
  font-size: 0.67em;
  margin: 2.33em 0;
}
abbr[title] {
  border-bottom: 1px dotted;
}
b,
strong {
  font-weight: bold;
}
blockquote {
  margin: 1em 40px;
}
dfn {
  font-style: italic;
}
hr {
  box-sizing: content-box;
  height: 0;
}
mark {
  background: #ff0;
  color: #000;
}
p,
pre {
  margin: 0px;
}
/**
 * Correct font family set oddly in IE 6, Safari 4/5, and Chrome.
 */
code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  _font-family: 'courier new', monospace;
  font-size: 1em;
}
/**
 * Improve readability of pre-formatted text in all browsers.
 */
pre {
  white-space: pre;
  white-space: pre-wrap;
  word-wrap: break-word;
}
/**
 * Address CSS quotes not supported in IE 6/7.
 */
q {
  quotes: none;
}
/**
 * Address `quotes` property not supported in Safari 4.
 */
q:before,
q:after {
  content: '';
  content: none;
}
/**
 * Address inconsistent and variable font size in all browsers.
 */
small {
  font-size: 80%;
}
/**
 * Prevent `sub` and `sup` affecting `line-height` in all browsers.
 */
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sup {
  top: -0.5em;
}
sub {
  bottom: -0.25em;
}
/* ==========================================================================
   Lists
   ========================================================================== */
/**
 * Address margins set differently in IE 6/7.
 */
dl,
menu,
ol,
ul {
  margin: 0;
}
dd {
  margin: 0 0 0 40px;
}
/**
 * Correct list images handled incorrectly in IE 7.
 */
nav ul,
nav ol {
  list-style: none;
  list-style-image: none;
}
/* ==========================================================================
   Embedded content
   ========================================================================== */
/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}
/**
 * Correct overflow displayed oddly in IE 9.
 */
svg:not(:root) {
  overflow: hidden;
}
/* ==========================================================================
   Figures
   ========================================================================== */
/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}
/* ==========================================================================
   Forms
   ========================================================================== */
/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}
/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}
/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}
/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}
/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}
/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}
/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type="button"],
input[type="reset"],
input[type="submit"] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}
/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}
/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type="checkbox"],
input[type="radio"] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}
/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type="search"] {
  -webkit-appearance: textfield;
  /* 1 */
  /* 2 */
  box-sizing: content-box;
}
/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type="search"]::-webkit-search-cancel-button,
input[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}
/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}
/* ==========================================================================
   Tables
   ========================================================================== */
/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* ==========================================================================
   Opinionated defaults
   ========================================================================== */
html {
  font-size: 1em;
  line-height: 1.4;
}
* {
  padding: 0px;
  margin: 0px;
}
img {
  border: none;
}
ul {
  list-style: none;
}
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #ccc;
  margin: 1em 0;
  padding: 0;
}
textarea {
  resize: vertical;
}
fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}
audio,
canvas,
img,
video {
  vertical-align: middle;
}
.browsehappy {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}
::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}
::selection {
  background: #b3d4fc;
  text-shadow: none;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Fonts

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Gotham Pro
   ========================================================================== */
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/subset-GothamPro.eot');
  src: url('../fonts/subset-GothamPro.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-GothamPro.woff2') format('woff2'), url('../fonts/subset-GothamPro.woff') format('woff'), url('../fonts/subset-GothamPro.ttf') format('truetype'), url('../fonts/subset-GothamPro.svg#GothamPro') format('svg');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Gotham Pro';
  src: url('../fonts/subset-GothamPro-Bold.eot');
  src: url('../fonts/subset-GothamPro-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-GothamPro-Bold.woff2') format('woff2'), url('../fonts/subset-GothamPro-Bold.woff') format('woff'), url('../fonts/subset-GothamPro-Bold.ttf') format('truetype'), url('../fonts/subset-GothamPro-Bold.svg#GothamPro-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
/* ==========================================================================
   Bebas Neue
   ========================================================================== */
@font-face {
  font-display: swap;
  font-family: 'Bebas Neue';
  src: url('../fonts/subset-BebasNeueRegular.eot');
  src: url('../fonts/subset-BebasNeueRegular.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-BebasNeueRegular.woff2') format('woff2'), url('../fonts/subset-BebasNeueRegular.woff') format('woff'), url('../fonts/subset-BebasNeueRegular.ttf') format('truetype'), url('../fonts/subset-BebasNeueRegular.svg#BebasNeueRegular') format('svg');
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: 'Bebas Neue';
  src: url('../fonts/subset-BebasNeueBold.eot');
  src: url('../fonts/subset-BebasNeueBold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-BebasNeueBold.woff2') format('woff2'), url('../fonts/subset-BebasNeueBold.woff') format('woff'), url('../fonts/subset-BebasNeueBold.ttf') format('truetype'), url('../fonts/subset-BebasNeueBold.svg#BebasNeueBold') format('svg');
  font-weight: bold;
  font-style: normal;
}
/* ==========================================================================
   Druk Text Wide
   ========================================================================== */
@font-face {
  font-family: 'Druk Text Wide';
  src: url('../fonts/subset-DrukTextWideCyr-HeavyItalic.eot');
  src: url('../fonts/subset-DrukTextWideCyr-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-DrukTextWideCyr-HeavyItalic.woff2') format('woff2'), url('../fonts/subset-DrukTextWideCyr-HeavyItalic.woff') format('woff'), url('../fonts/subset-DrukTextWideCyr-HeavyItalic.ttf') format('truetype'), url('../fonts/subset-DrukTextWideCyr-HeavyItalic.svg#DrukTextWideCyr-HeavyItalic') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Druk Text Wide';
  src: url('../fonts/subset-DrukTextWideCyr-Medium.eot');
  src: url('../fonts/subset-DrukTextWideCyr-Medium.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-DrukTextWideCyr-Medium.woff2') format('woff2'), url('../fonts/subset-DrukTextWideCyr-Medium.woff') format('woff'), url('../fonts/subset-DrukTextWideCyr-Medium.ttf') format('truetype'), url('../fonts/subset-DrukTextWideCyr-Medium.svg#DrukTextWideCyr-Medium') format('svg');
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: 'Druk Text Wide';
  src: url('../fonts/subset-DrukTextWideCyr-MediumItalic.eot');
  src: url('../fonts/subset-DrukTextWideCyr-MediumItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-DrukTextWideCyr-MediumItalic.woff2') format('woff2'), url('../fonts/subset-DrukTextWideCyr-MediumItalic.woff') format('woff'), url('../fonts/subset-DrukTextWideCyr-MediumItalic.ttf') format('truetype'), url('../fonts/subset-DrukTextWideCyr-MediumItalic.svg#DrukTextWideCyr-MediumItalic') format('svg');
  font-weight: 500;
  font-style: italic;
}
/* ==========================================================================
   Druk
   ========================================================================== */
@font-face {
  font-family: 'Druk';
  src: url('../fonts/subset-DrukCyr-BoldItalic.eot');
  src: url('../fonts/subset-DrukCyr-BoldItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-DrukCyr-BoldItalic.woff2') format('woff2'), url('../fonts/subset-DrukCyr-BoldItalic.woff') format('woff'), url('../fonts/subset-DrukCyr-BoldItalic.ttf') format('truetype'), url('../fonts/subset-DrukCyr-BoldItalic.svg#DrukCyr-BoldItalic') format('svg');
  font-weight: 700;
  font-style: italic;
}
@font-face {
  font-family: 'Druk';
  src: url('../fonts/subset-DrukCyr-HeavyItalic.eot');
  src: url('../fonts/subset-DrukCyr-HeavyItalic.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-DrukCyr-HeavyItalic.woff2') format('woff2'), url('../fonts/subset-DrukCyr-HeavyItalic.woff') format('woff'), url('../fonts/subset-DrukCyr-HeavyItalic.ttf') format('truetype'), url('../fonts/subset-DrukCyr-HeavyItalic.svg#DrukCyr-HeavyItalic') format('svg');
  font-weight: 900;
  font-style: italic;
}
@font-face {
  font-family: 'Druk';
  src: url('../fonts/subset-DrukCyr-Bold.eot');
  src: url('../fonts/subset-DrukCyr-Bold.eot?#iefix') format('embedded-opentype'), url('../fonts/subset-DrukCyr-Bold.woff2') format('woff2'), url('../fonts/subset-DrukCyr-Bold.woff') format('woff'), url('../fonts/subset-DrukCyr-Bold.ttf') format('truetype'), url('../fonts/subset-DrukCyr-Bold.svg#DrukCyr-Bold') format('svg');
  font-weight: 700;
  font-style: normal;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Typography

   ==========================================================================
   ==========================================================================
   ========================================================================== */
html,
body,
button,
input,
select,
textarea {
  color: #343235;
  font-family: 'Gotham Pro', sans-serif;
  line-height: 1.4;
  text-rendering: optimizeLegibility;
  -moz-osx-font-smoothing: grayscale;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
html {
  font-size: 20px;
}
@media (min-width: 999px) and (max-width: 1840px) {
  html {
    font-size: 16px;
  }
}
@media (min-width: 999px) and (max-width: 1520px) {
  html {
    font-size: 15px;
  }
}
@media (min-width: 999px) and (max-width: 1400px) {
  html {
    font-size: 13px;
  }
}
@media (min-width: 999px) and (max-width: 1220px) {
  html {
    font-size: 11px;
  }
}
@media (max-width: 1199px) {
  html {
    font-size: 20px;
  }
}
/* ==========================================================================
   Fonts
   ========================================================================== */
.drukBI {
  font-family: 'Druk', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
}
.drukTWMI {
  font-family: 'Druk Text Wide', sans-serif;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
}
.drukTWHI {
  font-family: 'Druk Text Wide', sans-serif;
  font-style: italic;
  font-weight: 900;
  text-transform: uppercase;
  line-height: 1.2;
}
.txt-unln {
  color: #343235;
  text-transform: uppercase;
  font-weight: 500;
  font-size: 1rem;
  line-height: 1.25;
  letter-spacing: 0.06em;
  display: inline;
  border-bottom: solid 1px rgba(52, 50, 53, 0.8);
  position: relative;
}
.txt-unln.white {
  color: #fff;
  border-bottom-color: rgba(255, 255, 255, 0.8);
}
.txt-unln.red {
  color: #d00c08;
  border-bottom-color: rgba(208, 12, 8, 0.8);
}
.txt-unln.metal {
  color: #bbcad2;
  border-bottom-color: rgba(187, 202, 210, 0.8);
}
.txt-unln .color-red {
  border-bottom: solid 1px #d00c08;
  position: relative;
}
.txt-unln sup {
  position: absolute;
  left: 100%;
  top: 0.25em;
}
/* ==========================================================================
   Text
   ========================================================================== */
.strike {
  text-decoration: line-through;
}
.nowrap {
  white-space: nowrap;
}
/* ==========================================================================
   Colors
   ========================================================================== */
.color-white {
  color: #fff !important;
}
.color-red {
  color: #d00c08 !important;
}
/* ==========================================================================
   Links
   ========================================================================== */
a {
  color: #45b7fe;
  text-decoration: none;
  cursor: pointer;
  outline: none !important;
}
.link-border {
  color: #45b7fe;
  border-bottom: solid 1px rgba(69, 183, 254, 0.7);
  cursor: default;
}
@media (min-width: 1200px) {
  a.link-border {
    cursor: pointer;
  }
  a.link-border:hover {
    border-bottom-color: transparent !important;
  }
}
/* ==========================================================================
   Text block
   ========================================================================== */
.typical-txt {
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .typical-txt {
    font-size: 0.7rem;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Tables

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Typical Table
   ========================================================================== */
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Grids

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Common
   ========================================================================== */
body {
  background: #000;
  color: #fff;
}
@media (max-width: 1199px) {
  body {
    text-align: center;
  }
}
/* ==========================================================================
   Grid
   ========================================================================== */
.body-wrapper {
  position: relative;
  width: 100%;
  overflow: hidden;
  margin: 0 auto;
  min-height: 100vh;
}
@media (max-width: 1199px) {
  .body-wrapper {
    min-width: 320px;
    overflow: hidden;
  }
}
/* ==========================================================================
   Container
   ========================================================================== */
.container {
  width: 100%;
  padding: 0 5.2vw;
  margin: 0 auto;
  position: relative;
  min-height: 1px;
  zoom: 1;
  *zoom: 1;
}
.container:before,
.container:after {
  content: " ";
  display: table;
}
.container:after {
  clear: both;
}
@media (max-width: 1199px) {
  .container {
    padding: 0 15px;
    max-width: 600px;
  }
}
/* ==========================================================================
   Screen
   ========================================================================== */
.scr {
  position: relative;
}
@media (min-width: 1200px) {
  .scr {
    min-height: 100vh;
    padding: 6.5vh 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
  }
}
@media (max-width: 1199px) {
  .scr {
    padding: 50px 0;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Buttons

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Js to
   ========================================================================== */
.js-to {
  cursor: pointer;
}
/* ==========================================================================
   Button
   ========================================================================== */
.btn {
  display: inline-block;
  height: 3.5rem;
  line-height: 3.5rem;
  border-radius: 1.75rem;
  overflow: hidden;
  position: relative;
  font-weight: 700;
  font-size: 1rem;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  white-space: nowrap;
  border: none;
  background: #ffc600;
  color: #000;
  text-align: center;
  -webkit-mask-image: url(data:image/png;base64,iVBORw0KGgoAAAANSUhEUgAAAAEAAAABCAIAAACQd1PeAAAAGXRFWHRTb2Z0d2FyZQBBZG9iZSBJbWFnZVJlYWR5ccllPAAAAA5JREFUeNpiYGBgAAgwAAAEAAGbA+oJAAAAAElFTkSuQmCC);
}
.btn:before,
.btn:after {
  content: '';
  display: block;
  position: absolute;
}
.btn:after {
  background: #d00c08;
  padding-top: 100%;
  border-radius: 100%;
  -webkit-transform: translateY(25%);
  -ms-transform: translateY(25%);
  transform: translateY(25%);
  left: -15%;
  right: -15%;
  top: 50%;
  -webkit-transition: -webkit-transform 0.5s;
  transition: -webkit-transform 0.5s;
  transition: transform 0.5s;
  transition: transform 0.5s, -webkit-transform 0.5s;
}
.btn b {
  font-size: 1.7rem;
  letter-spacing: 0.1em;
  vertical-align: middle;
  margin: 0 0 0 0.2em;
}
.btn__in {
  position: relative;
  padding: 0 2em;
  -webkit-transform: translateY(0);
  -ms-transform: translateY(0);
  transform: translateY(0);
}
.btn__hover {
  z-index: 5;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: translateY(100%);
  -ms-transform: translateY(100%);
  transform: translateY(100%);
  color: #fff;
}
.btn__in,
.btn__hover {
  display: block;
  top: 0.1em;
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
}
.btn.btn_block {
  display: block;
  width: 100%;
}
.btn.btn_block .btn__in {
  padding: 0;
}
@media (min-width: 1200px) {
  .btn:hover:after {
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .btn:hover .btn__in {
    -webkit-transform: translateY(-100%);
    -ms-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  .btn:hover .btn__hover {
    -webkit-transform: translateY(0);
    -ms-transform: translateY(0);
    transform: translateY(0);
  }
}
@media (max-width: 1199px) {
  .btn {
    background-color: #ffc600;
    color: #000;
    font-size: 0.8rem;
    letter-spacing: normal;
  }
  .btn.btn_mob-block {
    width: 100%;
    display: block;
  }
  .btn.btn_mob-block .btn__in {
    padding: 0;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Forms

   ==========================================================================
   ==========================================================================
   ========================================================================== */
[placeholder]::-webkit-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
[placeholder]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}
[placeholder]:-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
  opacity: 1 !important;
}
[placeholder]::-moz-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
[placeholder]:-ms-input-placeholder {
  color: rgba(0, 0, 0, 0.5);
}
/* ==========================================================================
   Form Button
   ========================================================================== */
.form-btn {
  margin: 2rem 0 0;
}
/* ==========================================================================
   Group
   ========================================================================== */
.form-group {
  margin: 0 0 1rem;
}
/* ==========================================================================
   Label
   ========================================================================== */
.form-label {
  display: block;
  font-size: 1rem;
  line-height: normal;
  margin: 0 0 0.5em 2rem;
  text-align: left;
}
/* ==========================================================================
   Note
   ========================================================================== */
/* ==========================================================================
   Input
   ========================================================================== */
.form-field {
  display: block;
  width: 100%;
  background: none;
  color: #fff;
  text-align: center;
  font-size: 1.2rem;
  line-height: 1.7;
  height: 4rem;
  border: solid 2px #d7d7d7;
  border-radius: 2rem;
}
div.error-field {
  text-align: left;
  font-size: 0.8rem;
  line-height: normal;
  margin: 0.5em 0 0 2rem;
}
/* ==========================================================================
   Checkbox, Radio
   ========================================================================== */
.form-checkbox {
  position: relative;
  text-align: left;
  margin: 0;
  color: rgba(255, 255, 255, 0.6);
}
.form-checkbox input[type="checkbox"],
.form-checkbox input[type="radio"] {
  opacity: 0;
  visibility: hidden;
  position: absolute;
}
.form-checkbox label {
  display: block;
  position: relative;
  padding: 0 0 0 2rem;
  cursor: pointer;
  font-size: 0.8rem;
  line-height: 1.5;
}
.form-checkbox label:before,
.form-checkbox label:after {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 1rem;
  height: 1rem;
}
.form-checkbox label:before {
  border: solid 3px rgba(255, 255, 255, 0.4);
}
.form-checkbox label:after {
  display: none;
  background: url('../img/x.svg') no-repeat 50% 50%;
  background-size: contain;
}
.form-checkbox input[type="checkbox"]:checked + label:after,
.form-checkbox input[type="radio"]:checked + label:after {
  display: block;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Titles

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   H1
   ========================================================================== */
.h1 {
  font-family: 'Druk', sans-serif;
  font-weight: 700;
  font-style: italic;
  font-size: 10rem;
  line-height: 1;
  text-transform: uppercase;
}
@media (max-width: 1199px) {
  .h1 {
    font-size: 3.5rem;
  }
}
/* ==========================================================================
   H2
   ========================================================================== */
.h2 {
  font-family: 'Druk Text Wide', sans-serif;
  font-size: 2.5rem;
  line-height: 1.2;
  font-weight: 900;
  font-style: italic;
  text-transform: uppercase;
  text-align: center;
  margin: 0;
}
@media (max-width: 1199px) {
  .h2 {
    font-size: 1.1rem;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Interface

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Arrow Down
   ========================================================================== */
.arr-down {
  display: block;
  width: 66px;
  -webkit-animation: arrDown infinite 1s alternate ease-in-out;
  animation: arrDown infinite 1s alternate ease-in-out;
}
@-webkit-keyframes arrDown {
  from {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  to {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
}
@keyframes arrDown {
  from {
    -webkit-transform: translateY(-25%);
    transform: translateY(-25%);
  }
  to {
    -webkit-transform: translateY(25%);
    transform: translateY(25%);
  }
}
@media (max-width: 1199px) {
  .arr-down {
    width: 34px;
    margin: 60px auto 80px;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Modals

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.backdrop {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  z-index: 19;
}
.modal.is-opened + .backdrop {
  opacity: 1;
  pointer-events: auto;
}
/* ==========================================================================
   Modal
   ========================================================================== */
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Slider

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Arrows Button
   ========================================================================== */
/* ==========================================================================
   Dots
   ========================================================================== */
.swiper-pagination-bullet {
  background: #fff;
  opacity: 1;
  width: 0.5rem;
  height: 0.5rem;
  cursor: pointer;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Image  Cover

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.js-bg-cover {
  position: relative;
  background: no-repeat 50% 50%;
  background-size: cover;
  overflow: hidden;
}
.js-bg-cover__img {
  width: 100%;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Animation

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.anim-show {
  opacity: 0;
  -webkit-transform: translateX(50%);
  -ms-transform: translateX(50%);
  transform: translateX(50%);
}
body.loaded .anim-show {
  -webkit-transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, -webkit-transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease;
  transition: opacity 0.7s ease, transform 0.7s ease, -webkit-transform 0.7s ease;
}
.scr.animated .anim-show {
  opacity: 1;
  -webkit-transform: translate(0) !important;
  -ms-transform: translate(0) !important;
  transform: translate(0) !important;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Popups

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Popup Label
   ========================================================================== */
.popup-lbl {
  position: absolute;
  background: #343235;
  color: #fff;
  padding: 0.25rem 0.75em;
  font-size: 1em;
  line-height: 1;
  font-weight: 700;
  white-space: nowrap;
  text-align: center;
}
.popup-lbl:before {
  content: '';
  position: absolute;
  left: 50%;
  top: 100%;
  -webkit-transform: translate(-50%, -1px);
  -ms-transform: translate(-50%, -1px);
  transform: translate(-50%, -1px);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 7px 0 7px;
  border-color: #343235 transparent transparent transparent;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Header

   ==========================================================================
   ==========================================================================
   ========================================================================== */
/* ==========================================================================
   Site Header
   ========================================================================== */
/* ==========================================================================
   Hamburger
   ========================================================================== */
.hamburger {
  display: block;
  cursor: pointer;
  -webkit-transition-property: opacity, -webkit-filter;
  transition-property: opacity, -webkit-filter;
  transition-property: opacity, filter;
  transition-property: opacity, filter, -webkit-filter;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: linear;
  transition-timing-function: linear;
  font: inherit;
  color: inherit;
  text-transform: none;
  background-color: transparent;
  border: 0;
  margin: 0;
  overflow: visible;
}
.hamburger.is-active .hamburger-inner,
.hamburger.is-active .hamburger-inner::before,
.hamburger.is-active .hamburger-inner::after {
  background-color: #fff;
}
.hamburger.is-active .hamburger-inner {
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  -webkit-transition-delay: 0.12s;
  transition-delay: 0.12s;
  -webkit-transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger.is-active .hamburger-inner::before {
  top: 0;
  opacity: 0;
  -webkit-transition: top 0.075s ease, opacity 0.075s 0.12s ease;
  transition: top 0.075s ease, opacity 0.075s 0.12s ease;
}
.hamburger.is-active .hamburger-inner::after {
  bottom: 0;
  -webkit-transform: rotate(-90deg);
  -ms-transform: rotate(-90deg);
  transform: rotate(-90deg);
  -webkit-transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: bottom 0.075s ease, transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 0.075s 0.12s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.hamburger-box {
  width: 25px;
  height: 20px;
  display: block;
  position: relative;
}
.hamburger-inner {
  display: block;
  top: 50%;
  margin-top: -2px;
  -webkit-transition-duration: 0.075s;
  transition-duration: 0.075s;
  -webkit-transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition-timing-function: cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
.hamburger-inner,
.hamburger-inner::before,
.hamburger-inner::after {
  width: 25px;
  height: 3px;
  background-color: #fff;
  border-radius: 2px;
  position: absolute;
  -webkit-transition-property: -webkit-transform;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  -webkit-transition-duration: 0.15s;
  transition-duration: 0.15s;
  -webkit-transition-timing-function: ease;
  transition-timing-function: ease;
}
.hamburger-inner::before,
.hamburger-inner::after {
  content: "";
  display: block;
}
.hamburger-inner::before {
  top: -8px;
  -webkit-transition: top 0.075s 0.12s ease, opacity 0.075s ease;
  transition: top 0.075s 0.12s ease, opacity 0.075s ease;
}
.hamburger-inner::after {
  bottom: -8px;
  -webkit-transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
  transition: bottom 0.075s 0.12s ease, transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19), -webkit-transform 0.075s cubic-bezier(0.55, 0.055, 0.675, 0.19);
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Footer

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.site-footer {
  border-top: solid 1px rgba(255, 255, 255, 0.2);
  padding: 5rem 0 2rem;
}
/* ==========================================================================
   Grid
   ========================================================================== */
.site-footer__grid {
  text-align: left;
}
@media (min-width: 1200px) {
  .site-footer__grid {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    -webkit-box-pack: space-between;
    -ms-flex-pack: space-between;
    -webkit-justify-content: space-between;
    justify-content: space-between;
  }
  .site-footer__grid__col {
    width: 18rem;
    margin: 0 3vw 4rem 0;
  }
  .site-footer__grid__col:nth-child(4n+4) {
    margin-right: 0;
  }
}
@media (max-width: 1199px) {
  .site-footer__grid__col {
    margin: 0 0 2rem;
  }
}
/* ==========================================================================
   Social
   ========================================================================== */
.social-link {
  display: block;
  position: relative;
  padding: 0 0 0 3.2rem;
  color: #fff;
}
.social-link__icon {
  display: block;
  position: absolute;
  left: 0;
  top: 0.35em;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 2rem;
}
.social-link__icon path {
  fill-rule: evenodd;
  fill: #fff;
}
.social-link__icon.fb {
  width: 1.5rem;
}
.social-link__txt {
  font-family: 'Druk Text Wide', sans-serif;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  line-height: 1.4;
  display: block;
  font-size: 1rem;
}
@media (min-width: 1200px) {
  .social-link:hover {
    color: #d00c08;
  }
  .social-link:hover .social-link__icon path {
    fill: #d00c08;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Main

   ==========================================================================
   ==========================================================================
   ========================================================================== */
@media (min-width: 1200px) {
  .scr-main {
    padding: 6.25vh 0;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    text-align: center;
  }
}
@media (max-width: 1199px) {
  .scr-main {
    padding-top: 0;
  }
}
/* ==========================================================================
   Background
   ========================================================================== */
.scr-main__x,
.scr-main__tesla {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.scr-main__x {
  width: 100%;
  opacity: 0.08;
}
@media (min-width: 1200px) {
  .scr-main__tesla {
    max-width: 80%;
    max-height: 90%;
  }
}
@media (max-width: 1199px) {
  .scr-main__x {
    display: none;
  }
  .scr-main__tesla {
    width: 110%;
    max-width: 600px;
    top: 8.2rem;
  }
}
/* ==========================================================================
   Logo
   ========================================================================== */
.scr-main__logo {
  display: block;
}
@media (min-width: 1200px) {
  .scr-main__logo {
    position: absolute;
    left: 5.2vw;
    top: 10.4vh;
    width: 11.7vw;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media (max-width: 1199px) {
  .scr-main__logo {
    margin: 15px auto;
    height: 2rem;
  }
}
/* ==========================================================================
   Title
   ========================================================================== */
.scr-main__sup-title,
.scr-main__title {
  width: 58vw;
}
.scr-main__sup-title {
  position: relative;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  -webkit-box-pack: space-between;
  -ms-flex-pack: space-between;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 1.7rem;
  line-height: 1;
  font-weight: 700;
  font-family: 'Bebas Neue', sans-serif;
  margin: 0 auto;
}
.scr-main__sup-title span {
  width: 16%;
}
.scr-main__title {
  position: relative;
  display: block;
  margin: 0 auto 2rem;
}
@media (min-width: 1200px) {
  .scr-main__sup-title {
    height: 6.5rem;
  }
}
@media (max-width: 1199px) {
  .scr-main__sup-title,
  .scr-main__title {
    width: 90vw;
    max-width: 480px;
  }
  .scr-main__sup-title {
    height: auto;
    font-size: 1rem;
    margin-bottom: 2em;
    margin-top: 2rem;
  }
}
/* ==========================================================================
   Sub Title
   ========================================================================== */
.scr-main__sub-title {
  margin: 0 0 3rem;
}
@media (max-width: 1199px) {
  .scr-main__sub-title {
    margin-bottom: 1.5rem;
  }
}
/* ==========================================================================
   Video
   ========================================================================== */
.scr-main__video {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: left;
  z-index: 5;
}
.scr-main__video__img {
  display: block;
  width: 15.6vw;
  mask: url('../img/mask-video.svg') 50% 50% / cover;
  -webkit-mask: url('../img/mask-video.svg') 50% 50% / cover;
}
.scr-main__video__txt {
  display: block;
  position: absolute;
  left: 2vw;
  top: 100%;
  font-size: 0.7rem;
  line-height: 1.7;
  letter-spacing: 0.06em;
  white-space: nowrap;
  padding: 0.4em 0 0;
  text-transform: uppercase;
}
.scr-main__video__txt span {
  border-bottom: solid 1px rgba(69, 183, 254, 0.7);
}
@media (min-width: 1200px) {
  .scr-main__video:hover .scr-main__video__txt span {
    border-bottom-color: transparent;
  }
}
@media (max-width: 1199px) {
  .scr-main__video {
    position: relative;
    left: auto;
    top: auto;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    margin: 3rem 0 0;
  }
  .scr-main__video__img {
    width: 35vw;
  }
  .scr-main__video__txt {
    top: 50%;
    left: 35%;
    -webkit-transform: translateY(-65%);
    -ms-transform: translateY(-65%);
    transform: translateY(-65%);
    font-size: 0.55rem;
    padding: 0;
  }
}
/* ==========================================================================
   Counter
   ========================================================================== */
.counter {
  position: relative;
  padding: 0 0 0 3.5rem;
  text-align: center;
}
.counter__img {
  display: block;
  position: absolute;
  left: 0;
  top: -0.2rem;
  width: 2.5rem;
}
.counter__num {
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  line-height: 1;
  letter-spacing: 0.16em;
}
.counter__caption {
  font-size: 0.7rem;
  line-height: 1.4;
  letter-spacing: 0.2em;
  text-transform: uppercase;
}
.counter__bar {
  position: absolute;
  bottom: 100%;
  left: 0;
  width: 100%;
  margin: 0 0 1.5rem;
  height: 0.5rem;
  border-radius: 0.25rem;
  background: #343235;
  border: solid 1px #545454;
}
.counter__bar__in {
  width: 0;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  border-radius: 0.25rem;
  background: #dedede;
  -webkit-transition: width 0.5s;
  transition: width 0.5s;
}
.counter__bar__in:after {
  content: '';
  display: block;
  position: absolute;
  top: 50%;
  right: -0.35rem;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 0.7rem 0 0.7rem 0.7rem;
  border-color: transparent transparent transparent #d00c08;
  z-index: 5;
}
.counter__bar__grid {
  height: 0.8rem;
  position: absolute;
  top: 50%;
  left: 12%;
  right: -1px;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  border: solid 2px #fff;
  border-top: none;
  border-bottom: none;
}
.counter__bar__grid:before,
.counter__bar__grid:after {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  height: 100%;
  border: solid 2px #fff;
  border-top: none;
  border-bottom: none;
}
.counter__bar__grid:before {
  left: 15%;
  right: 61%;
}
.counter__bar__grid:after {
  border-right: none;
  left: 63%;
  right: 0;
}
@media (min-width: 1200px) {
  .counter {
    position: absolute;
    left: 5.2vw;
    bottom: 6.25vh;
    z-index: 11;
  }
}
@media (max-width: 1199px) {
  .counter {
    display: inline-block;
    margin-top: 4rem;
  }
}
/* ==========================================================================
   Timer
   ========================================================================== */
.timer {
  position: relative;
  text-align: center;
}
.timer__caption {
  color: #9e9fa6;
  text-transform: uppercase;
  font-size: 0.8rem;
  letter-spacing: 0.2em;
  margin: 0 0 0.5em;
}
.timer__in {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
}
.timer__item {
  margin: 0 0 0 0.5rem;
}
.timer__item:first-child {
  margin-left: 0;
}
.timer__val {
  background: #000;
  height: 3rem;
  line-height: 3.4rem;
  min-width: 3.5rem;
  border-radius: 4px;
  padding: 0 0.1em;
  font-family: 'Bebas Neue', sans-serif;
  font-size: 2.5rem;
  letter-spacing: 0.1em;
  border: solid 1px rgba(255, 255, 255, 0.1);
}
.timer__lbl {
  color: #9e9fa6;
  text-transform: uppercase;
  font-size: 0.6rem;
  line-height: 2;
  letter-spacing: 0.2em;
  margin: 0.75em 0 0;
}
@media (min-width: 1200px) {
  .timer {
    position: absolute;
    right: 5.2vw;
    bottom: 6.25vh;
    z-index: 11;
  }
}
@media (max-width: 1199px) {
  .timer {
    margin: 2rem auto 0;
  }
  .timer__val {
    border-color: rgba(255, 255, 255, 0.15);
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Steps

   ==========================================================================
   ==========================================================================
   ========================================================================== */
@media (min-width: 1200px) {
  .scr-steps {
    padding: 12.5vh 0;
    -webkit-box-pack: stretch;
    -ms-flex-pack: stretch;
    -webkit-justify-content: stretch;
    justify-content: stretch;
  }
}
/* ==========================================================================
   Container
   ========================================================================== */
.scr-steps__container {
  position: relative;
  width: 100%;
}
@media (min-width: 1200px) {
  .scr-steps__container {
    height: 37rem;
  }
}
@media (max-width: 1199px) {
  .scr-steps__container {
    padding: 0 15px;
    max-width: 600px;
    margin: 0 auto;
  }
}
/* ==========================================================================
   Item
   ========================================================================== */
.scr-steps__item {
  position: relative;
  margin: 0 0 -1rem;
}
@media (min-width: 1200px) {
  .scr-steps__item {
    height: 10rem;
  }
  .scr-steps__item:before,
  .scr-steps__item:after {
    content: '';
    display: block;
    position: absolute;
    left: 0;
    width: 100%;
    height: 1rem;
    background: #bbcad2;
  }
  .scr-steps__item:before {
    top: 0;
  }
  .scr-steps__item:after {
    bottom: 0;
  }
  .scr-steps__item.item-1 {
    text-align: center;
  }
  .scr-steps__item.item-1 .scr-steps__txt {
    top: 115%;
    left: 50%;
  }
  .scr-steps__item.item-2 {
    padding-left: 5.2vw;
    text-align: left;
  }
  .scr-steps__item.item-2 .scr-steps__txt {
    top: 115%;
    left: 50%;
  }
  .scr-steps__item.item-3 {
    padding-right: 5.2vw;
    text-align: right;
  }
  .scr-steps__item.item-3 .scr-steps__txt {
    bottom: 115%;
    left: 50%;
  }
  .scr-steps__item.item-4 {
    line-height: 10rem;
    text-align: center;
    padding: 0 5.2vw;
  }
  .scr-steps__item.item-4 .btn {
    vertical-align: middle;
  }
}
@media (max-width: 1199px) {
  .scr-steps__item {
    padding: 0 !important;
    margin: 1.5rem 0 0;
  }
}
@media (min-width: 1200px) {
  body.loaded .scr-steps__item {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .scr-steps__item.unhover {
    opacity: 0;
  }
}
/* ==========================================================================
   Title
   ========================================================================== */
.scr-steps__title {
  display: inline-block;
  height: 10rem;
  line-height: 10rem;
  font-family: 'Druk', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  font-size: 10rem;
  position: relative;
  color: #000;
  padding: 0 0.15em 0 0.1em;
  white-space: nowrap;
  /*cursor: pointer;*/
}
.scr-steps__title:before {
  content: '';
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  background: #bbcad2;
  -webkit-transform: skew(-9deg);
  -ms-transform: skew(-9deg);
  transform: skew(-9deg);
}
.scr-steps__title span {
  position: relative;
}
@media (max-width: 1199px) {
  .scr-steps__title {
    font-size: 2.2rem;
    height: 2.5rem;
    line-height: 2.5rem;
  }
}
/* ==========================================================================
   Text
   ========================================================================== */
.scr-steps__txt {
  font-weight: 100;
  font-size: 3.5rem;
  line-height: 1.25;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  text-align: left;
  white-space: nowrap;
  position: absolute;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
}
@media (max-width: 1199px) {
  .scr-steps__txt {
    text-transform: none;
    position: static;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none;
    white-space: normal;
    font-size: 1rem;
    text-align: center;
    margin: 0.5em 0 2em;
  }
}
/* ==========================================================================
   Preview
   ========================================================================== */
.scr-steps__preview .scr-steps__title {
  height: 19rem;
  line-height: 19rem;
  font-size: 20rem;
}
@media (min-width: 1200px) {
  .scr-steps__preview {
    position: absolute;
    top: 0;
    left: 50%;
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    transform: translateX(-50%);
    z-index: 5;
    pointer-events: none;
  }
  .scr-steps__preview .scr-steps__title:nth-child(2) {
    margin-left: 15vw;
    margin-top: -1rem;
  }
}
@media (max-width: 1199px) {
  .scr-steps__preview .scr-steps__title {
    height: 5rem;
    line-height: 5rem;
    font-size: 5rem;
  }
  .scr-steps__preview .scr-steps__title:first-child {
    margin-bottom: -2px;
  }
}
/* ==========================================================================
   Desktop
   ========================================================================== */
@media (min-width: 1200px) {
  .scr-steps__line.line-2,
  .scr-steps__line.line-4 {
    opacity: 0;
  }
  body.loaded .scr-steps__line.line-2,
  body.loaded .scr-steps__line.line-4 {
    -webkit-transition: opacity 0.5s 1s;
    transition: opacity 0.5s 1s;
  }
  .scr-steps__preview .scr-steps__title {
    -webkit-transform: translateX(0);
    -ms-transform: translateX(0);
    transform: translateX(0);
  }
  body.loaded .scr-steps__preview .scr-steps__title {
    -webkit-transition: opacity 0.5s 1s, -webkit-transform 0.5s 1s;
    transition: opacity 0.5s 1s, -webkit-transform 0.5s 1s;
    transition: opacity 0.5s 1s, transform 0.5s 1s;
    transition: opacity 0.5s 1s, transform 0.5s 1s, -webkit-transform 0.5s 1s;
  }
  .scr-steps.animated .scr-steps__preview .scr-steps__title {
    opacity: 0;
  }
  .scr-steps.animated .scr-steps__preview .scr-steps__title:nth-child(1) {
    -webkit-transform: translateX(100%) !important;
    -ms-transform: translateX(100%) !important;
    transform: translateX(100%) !important;
  }
  .scr-steps.animated .scr-steps__preview .scr-steps__title:nth-child(2) {
    -webkit-transform: translateX(-100%) !important;
    -ms-transform: translateX(-100%) !important;
    transform: translateX(-100%) !important;
  }
  .scr-steps.animated .scr-steps__line.line-2,
  .scr-steps.animated .scr-steps__line.line-4 {
    opacity: 1;
  }
}
@media (min-width: 1200px) {
  .scr-steps__item.item-1 .scr-steps__title,
  .scr-steps__item.item-3 .scr-steps__title {
    -webkit-transform: translateX(-100%);
    -ms-transform: translateX(-100%);
    transform: translateX(-100%);
  }
  .scr-steps__item.item-2 .scr-steps__title,
  .scr-steps__item.item-4 .btn {
    -webkit-transform: translateX(100%);
    -ms-transform: translateX(100%);
    transform: translateX(100%);
  }
  .scr-steps__item .scr-steps__title,
  .scr-steps__item.item-4 .btn {
    opacity: 0;
  }
  body.loaded .scr-steps__item .scr-steps__title,
  body.loaded .scr-steps__item.item-4 .btn {
    -webkit-transition: opacity 0.5s 1.3s, -webkit-transform 0.5s 1.3s;
    transition: opacity 0.5s 1.3s, -webkit-transform 0.5s 1.3s;
    transition: opacity 0.5s 1.3s, transform 0.5s 1.3s;
    transition: opacity 0.5s 1.3s, transform 0.5s 1.3s, -webkit-transform 0.5s 1.3s;
  }
  .scr-steps.animated .scr-steps__title,
  .scr-steps.animated .scr-steps__item.item-4 .btn {
    opacity: 1;
    -webkit-transform: translateX(0) !important;
    -ms-transform: translateX(0) !important;
    transform: translateX(0) !important;
  }
}
@media (min-width: 1200px) {
  .scr-steps__lbl-for,
  .scr-steps__txt {
    opacity: 0;
    pointer-events: none;
  }
  body.loaded .scr-steps__lbl-for,
  body.loaded .scr-steps__txt {
    -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, -webkit-transform 0.3s;
    transition: opacity 0.3s, transform 0.3s;
    transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  }
  .scr-steps__txt {
    -webkit-transform: translate(-50%, 9rem);
    -ms-transform: translate(-50%, 9rem);
    transform: translate(-50%, 9rem);
  }
  .scr-steps__item.hover .scr-steps__lbl-for,
  .scr-steps__item.hover .scr-steps__txt {
    opacity: 1;
  }
  .scr-steps__item.hover .scr-steps__txt {
    -webkit-transform: translate(-50%, 0);
    -ms-transform: translate(-50%, 0);
    transform: translate(-50%, 0);
  }
  .scr-steps__item.item-1 .scr-steps__lbl-for,
  .scr-steps__item.item-2 .scr-steps__lbl-for {
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .scr-steps__item.item-1.hover .scr-steps__lbl-for,
  .scr-steps__item.item-2.hover .scr-steps__lbl-for {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
  .scr-steps__item.item-3 .scr-steps__lbl-for {
    -webkit-transform: translate(-150%, -50%);
    -ms-transform: translate(-150%, -50%);
    transform: translate(-150%, -50%);
  }
  .scr-steps__item.item-3.hover .scr-steps__lbl-for {
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transform: translate(-50%, -50%);
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Steps

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-prizes {
  text-align: center;
}
/* ==========================================================================
   Progressline
   ========================================================================== */
.scr-prizes__progress {
  position: absolute;
  left: 0;
  top: 9.7rem;
  height: 2px;
  width: 100%;
  background: rgba(255, 255, 255, 0.25);
  z-index: 6;
}
.scr-prizes__progress__in {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  background: #0ff;
}
.scr-prizes__progress__gradient {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
  overflow: hidden;
}
.scr-prizes__progress__gradient div {
  position: absolute;
  left: 0;
  top: 0;
  width: 70rem;
  height: 100%;
  background: #07b88c;
  background: -webkit-linear-gradient(left, #07b88c 0%, #ffc600 33%, #f7650a 66%, #eb1514 100%);
  background: linear-gradient(to right, #07b88c 0%, #ffc600 33%, #f7650a 66%, #eb1514 100%);
  filter: progid:DXImageTransform.Microsoft.gradient(startColorstr='#07b88c', endColorstr='#eb1514', GradientType=1);
}
@media (max-width: 1199px) {
  .scr-prizes__progress {
    display: none;
  }
}
/* ==========================================================================
   Pulse dot
   ========================================================================== */
@-webkit-keyframes waves {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
@keyframes waves {
  0% {
    -webkit-transform: scale(0.1, 0.1);
    transform: scale(0.1, 0.1);
    opacity: 0;
  }
  25% {
    opacity: 1;
  }
  80% {
    opacity: 0;
  }
  100% {
    -webkit-transform: scale(2.5, 2.5);
    transform: scale(2.5, 2.5);
    opacity: 0;
  }
}
.pulse-dot {
  width: 1.5rem;
  height: 1.5rem;
  position: absolute;
  right: 0;
  top: 50%;
  border-radius: 50%;
  -webkit-transform: translate(50%, -50%);
  -ms-transform: translate(50%, -50%);
  transform: translate(50%, -50%);
  background: #d00c08;
  pointer-events: none;
}
.pulse-dot .pulse-dot__circle-0,
.pulse-dot .pulse-dot__circle-1,
.pulse-dot .pulse-dot__circle-2,
.pulse-dot .pulse-dot__circle-3,
.pulse-dot .pulse-dot__circle-4 {
  opacity: 0;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  border-radius: 50%;
  background: rgba(208, 12, 8, 0.3);
  -webkit-animation: waves infinite ease-in-out 7.5s;
  animation: waves infinite ease-in-out 7.5s;
  width: 5rem;
  height: 5rem;
  margin-left: -2.5rem;
  margin-top: -2.5rem;
}
.pulse-dot .pulse-dot__circle-1 {
  -webkit-animation-delay: 1.5s;
  animation-delay: 1.5s;
}
.pulse-dot .pulse-dot__circle-2 {
  -webkit-animation-delay: 3s;
  animation-delay: 3s;
}
.pulse-dot .pulse-dot__circle-3 {
  -webkit-animation-delay: 4.5s;
  animation-delay: 4.5s;
}
.pulse-dot .pulse-dot__circle-4 {
  -webkit-animation-delay: 6s;
  animation-delay: 6s;
}
/* ==========================================================================
   Item
   ========================================================================== */
.prize-group {
  text-align: left;
}
.prize-group__head {
  width: 7.5rem;
  height: 7.5rem;
  position: relative;
  margin: 0 0 1.2rem;
}
.prize-group__planet {
  display: block;
  width: 100%;
  position: relative;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}
.prize-group__tesla {
  display: block;
  position: absolute;
  left: 90%;
  bottom: -1rem;
  -webkit-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  width: 8rem;
}
.prize-group__title {
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  white-space: nowrap;
  font-family: 'Druk', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  font-size: 2.5rem;
}
.prize-group__cont {
  position: relative;
}
.prize-group.prize-group_past .prize-group__cont {
  opacity: 0.5;
}
.prize-group.prize-group_current .prize-group__cont {
  opacity: 1;
}
.prize-group__sub-title {
  font-family: 'Druk Text Wide', sans-serif;
  font-style: italic;
  font-weight: 500;
  text-transform: uppercase;
  font-size: 1rem;
  line-height: 1.4;
  padding: 0 0 0.5em;
}
.prize-group__sub-title.for-current {
  display: none;
}
.prize-group.prize-group_current .prize-group__sub-title.for-static {
  display: none;
}
.prize-group.prize-group_current .prize-group__sub-title.for-current {
  display: block;
}
.prize-group__list {
  font-size: 0.8rem;
  line-height: 1.25;
  position: relative;
}
.prize-group__list.prize-group__list_yellow {
  color: #ffc600;
}
.prize-group__list.prize-group__list_yellow li:before {
  content: '+ ';
}
.prize-group.saturn .prize-group__planet {
  width: 164%;
}
@media (min-width: 1200px) {
  .prize-group {
    width: 26%;
  }
  .prize-group.neptun {
    width: 22%;
    z-index: 4;
  }
  .prize-group.saturn {
    z-index: 3;
  }
  .prize-group.moon {
    z-index: 2;
  }
  .prize-group.prize-group_current .prize-group__list {
    font-size: 1rem;
  }
  .prize-group__head {
    margin-bottom: 2.2rem;
  }
  .prize-group__head {
    margin-left: 3rem;
  }
  .prize-group.neptun .prize-group__head {
    margin-left: 0;
  }
  .prize-group__cont {
    padding-left: 3rem;
    border-top: solid 2px rgba(255, 255, 255, 0.25);
  }
  .prize-group__cont:after {
    content: '';
    display: block;
    width: 10px;
    height: 10px;
    background: #fff;
    border-radius: 50%;
    position: absolute;
    top: -1px;
    right: 0;
    -webkit-transform: translate(50%, -50%);
    -ms-transform: translate(50%, -50%);
    transform: translate(50%, -50%);
  }
  .prize-group.neptun .prize-group__cont {
    padding-left: 0;
  }
  .prize-group__sub-title,
  .prize-group__list.prize-group__list_white {
    border-right: solid 1px #fff;
  }
  .prize-group__sub-title {
    padding-top: 2em;
  }
  .prize-group__list.prize-group__list_white:before {
    content: '';
    display: block;
    position: absolute;
    right: 0;
    bottom: 0;
    width: 1rem;
    height: 0;
    border-bottom: solid 1px #fff;
  }
}
@media (max-width: 1199px) {
  .prize-group {
    margin-bottom: 2.5rem;
  }
  .prize-group:last-child {
    margin-bottom: 0;
  }
  .prize-group__head {
    margin-bottom: 0.8rem;
  }
}
/* ==========================================================================
   Grid
   ========================================================================== */
.scr-prizes__grid {
  margin: 0 0 2rem;
}
@media (min-width: 1200px) {
  .scr-prizes__grid {
    width: 100%;
    max-width: 62rem;
    margin: 0 auto 3rem;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
  }
}
@media (max-width: 1199px) {
  .scr-prizes__grid {
    display: inline-block;
  }
}
/* ==========================================================================
   Rocks
   ========================================================================== */
.scr-prizes__rock {
  display: block;
  position: absolute;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
.scr-prizes__rock.rock-1 {
  width: 8.5%;
  left: 5.2%;
  top: 7.3%;
}
.scr-prizes__rock.rock-2 {
  width: 18.8%;
  left: 103.4%;
  top: 9.6%;
}
.scr-prizes__rock.rock-3 {
  width: 30.2%;
  left: -4.5%;
  top: 74%;
}
.scr-prizes__rock.rock-4 {
  width: 7.1%;
  left: 90.4%;
  top: 75%;
}
@media (max-width: 1199px) {
  .scr-prizes__rock {
    display: none;
  }
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Gifts

   ==========================================================================
   ==========================================================================
   ========================================================================== */
.scr-gift {
  z-index: 5;
}
/* ==========================================================================
   Title
   ========================================================================== */
.scr-gift__title {
  position: relative;
  z-index: 5;
  margin: 0 0 -0.13em;
}
/* ==========================================================================
   Card
   ========================================================================== */
.card-box {
  width: 20%;
  height: 19.5vw;
}
.card-box {
  position: relative;
  overflow: hidden;
}
.card-box.black {
  background: #000;
  color: #fff;
}
.card-box.black .card-box__hover {
  background: #000;
}
.card-box.grey {
  background: #272527;
  color: #fff;
}
.card-box.grey .card-box__hover {
  background: #272527;
}
.card-box.red {
  background: #d00c08;
  color: #fff;
}
.card-box.red .card-box__hover {
  background: #d00c08;
}
.card-box.white {
  background: #fff;
  color: #000;
}
.card-box.white .card-box__hover {
  background: #fff;
}
.card-box__pic {
  display: block;
  width: 100%;
}
.card-box__hover {
  position: absolute;
  left: -2px;
  top: -2px;
  right: -2px;
  bottom: -2px;
  opacity: 0;
  -webkit-transition: opacity 0.4s;
  transition: opacity 0.4s;
}
.card-box__txt {
  position: absolute;
  left: -100%;
  top: 0;
  width: 100%;
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  text-align: left;
  font-family: 'Druk', sans-serif;
  font-weight: 700;
  font-style: italic;
  text-transform: uppercase;
  line-height: 1;
  font-size: 4rem;
  line-height: 0.9;
  -webkit-transition: left 0.4s;
  transition: left 0.4s;
  padding: 1vw 1vw 1vw 2vw;
}
.card-box:hover .card-box__hover {
  opacity: 1;
}
.card-box:hover .card-box__txt {
  left: 0;
}
@media (max-width: 1199px) {
  .card-box {
    width: 33.333333%;
    height: 32vw;
  }
  .card-box__txt {
    font-size: 1.3rem;
  }
}
/* ==========================================================================
   Grid
   ========================================================================== */
.scr-gift__grid {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
/* ==========================================================================
/* ==========================================================================
/* ==========================================================================

   Screen Gifts

   ==========================================================================
   ==========================================================================
   ========================================================================== */
@media (min-width: 1200px) {
  .scr-ben .container {
    padding-bottom: 2rem;
  }
}
/* ==========================================================================
   Background
   ========================================================================== */
.scr-ben__bg {
  display: block;
  width: 100%;
  position: absolute;
  left: 0;
  top: 10%;
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  opacity: 0.6;
  pointer-events: none;
}
@media (max-width: 1199px) {
  .scr-ben__bg {
    display: none;
  }
}
/* ==========================================================================
   Content
   ========================================================================== */
@media (min-width: 1200px) {
  .scr-ben__cont {
    margin: 0 0 0 37vw;
    position: relative;
  }
  .scr-ben__cont .h2 {
    text-align: inherit;
  }
}
/* ==========================================================================
   Item
   ========================================================================== */
.scr-ben__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  margin: 0 0 2rem;
  text-align: left;
}
.scr-ben__item__icon {
  width: 7.7rem;
  min-width: 7.7rem;
  text-align: center;
}
.scr-ben__item__icon img {
  max-width: 100%;
}
.scr-ben__item__txt {
  -webkit-box-flex: 1;
  -webkit-flex-grow: 1;
  -ms-flex: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  min-width: 0;
  padding: 0 0 0 2rem;
}
.scr-ben__item__txt a {
  color: #fff;
  border-bottom: solid 1px rgba(255, 255, 255, 0.3);
}
@media (min-width: 1200px) {
  .scr-ben__item__icon img.ship {
    width: 6rem;
  }
  .scr-ben__item__icon img.notebook {
    width: 6.4rem;
  }
  .scr-ben__item__icon img.wallet {
    width: 5rem;
  }
  .scr-ben__item__txt a:hover {
    color: #ffc600;
    border-bottom-color: transparent;
  }
}
@media (max-width: 1199px) {
  .scr-ben__item__icon {
    width: 4rem;
    min-width: 4rem;
  }
  .scr-ben__item__txt {
    padding-left: 0.8rem;
  }
}
/* ==========================================================================
   Button
   ========================================================================== */
@media (min-width: 1200px) {
  .scr-ben__btn {
    margin: 1rem 0 0;
  }
}
/* ==========================================================================
   Tickets
   ========================================================================== */
.scr-ben__tickets {
  display: block;
  position: absolute;
  left: 24.3%;
  top: 40.8%;
  max-width: 29.2vw;
  max-height: 58vh;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  pointer-events: none;
}
@media (max-width: 1199px) {
  .scr-ben__tickets {
    display: none;
  }
}
/* ==========================================================================
   Key
   ========================================================================== */
.key {
  display: block;
  position: absolute;
  left: 24.3%;
  top: 40.8%;
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  max-width: 10vw;
  max-height: 24.7vh;
}
@media (max-width: 1199px) {
  .key {
    display: none;
  }
}
/* ==========================================================================
   Helper classes
   ========================================================================== */
/* Image replacement */
.ir {
  background-color: transparent;
  border: 0;
  overflow: hidden;
  *text-indent: -9999px;
}
.ir:before {
  content: "";
  display: block;
  width: 0;
  height: 150%;
}
/* Hide from both screenreaders and browsers: h5bp.com/u */
.hidden {
  display: none !important;
  visibility: hidden;
}
/* Hide only visually, but have it available for screenreaders: h5bp.com/v */
.visuallyhidden {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}
/* Extends the .visuallyhidden class to allow the element to be focusable when navigated to via the keyboard: h5bp.com/p */
.visuallyhidden.focusable:active,
.visuallyhidden.focusable:focus {
  clip: auto;
  height: auto;
  margin: 0;
  overflow: visible;
  position: static;
  width: auto;
}
/* Hide visually and from screenreaders, but maintain layout */
.invisible {
  visibility: hidden;
}
/* Clear fix */
.clear {
  clear: both;
  height: 0px;
  font-size: 0px;
  line-height: 0px;
  overflow: hidden;
}
.clearfix:before,
.clearfix:after {
  content: " ";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
  *zoom: 1;
}
/* Align */
.text-center {
  text-align: center;
}
.text-left {
  text-align: left;
}
.text-right {
  text-align: right;
}
/* Float */
.float-left {
  float: left;
}
.float-right {
  float: right;
}
.tbl {
  display: table;
  width: 100%;
  border-collapse: collapse;
}
.tbl-row {
  display: table-row;
}
.tbl-cell {
  display: table-cell;
  vertical-align: middle;
}
.overflow-hidden {
  overflow: hidden;
}
.display-inline {
  display: inline;
  margin: 0;
  padding: 0;
  line-height: inherit;
  font-size: inherit;
}
/* ==========================================================================
   Hidden BR
   ========================================================================== */
@media (max-width: 1199px) {
  br.for-desktop {
    display: inline;
    content: ' ';
    clear: none;
  }
  br.for-desktop:after {
    content: ' ';
  }
}
@media (min-width: 1200px) {
  br.for-mobile {
    display: inline;
    content: ' ';
    clear: none;
  }
  br.for-mobile:after {
    content: ' ';
  }
}
@media (max-width: 1199px) {
  .hidden-mob {
    display: none !important;
  }
}
@media (min-width: 1200px) {
  .hidden-desktop {
    display: none !important;
  }
}
/* ==========================================================================
   Lazyload
   ========================================================================== */
.lazyload,
.lazyloading {
  opacity: 0 !important;
}
img.lazyload:not([src]) {
  visibility: hidden;
}
/* ==========================================================================
   Margins EM
   ========================================================================== */
.m-b-0-25-em {
  margin-bottom: 0.25em !important;
}
.m-b-0-5-em {
  margin-bottom: 0.5em !important;
}
.m-b-0-75-em {
  margin-bottom: 0.75em !important;
}
.m-b-1-em {
  margin-bottom: 1em !important;
}
.m-b-1-5-em {
  margin-bottom: 1.5em !important;
}
.m-b-2-em {
  margin-bottom: 2em !important;
}
.m-b-2-5-em {
  margin-bottom: 2.5em !important;
}
.m-b-3-em {
  margin-bottom: 3em !important;
}
.m-t-0-5-em {
  margin-top: 0.5em !important;
}
.m-t-1-em {
  margin-top: 1em !important;
}
.m-t-1-5-em {
  margin-top: 1.5em !important;
}
.m-t-2-em {
  margin-top: 2em !important;
}
.m-t-2-5-em {
  margin-top: 2.5em !important;
}
.m-t-3-em {
  margin-top: 3em !important;
}
.m-t-3-5-em {
  margin-top: 3.5em !important;
}
/* ==========================================================================
   Margins REM
   ========================================================================== */
.m-b-0-5-rem {
  margin-bottom: 0.5rem !important;
}
.m-b-1-rem {
  margin-bottom: 1rem !important;
}
.m-b-1-5-rem {
  margin-bottom: 1.5rem !important;
}
.m-b-2-rem {
  margin-bottom: 2rem !important;
}
.m-b-2-5-rem {
  margin-bottom: 2.5rem !important;
}
.m-b-3-rem {
  margin-bottom: 3rem !important;
}
.m-t-0-5-rem {
  margin-top: 0.5rem !important;
}
.m-t-1-rem {
  margin-top: 1rem !important;
}
.m-t-1-5-rem {
  margin-top: 1.5rem !important;
}
.m-t-2-rem {
  margin-top: 2rem !important;
}
.m-t-3-rem {
  margin-top: 3rem !important;
}
.m-t-4-rem {
  margin-top: 4rem !important;
}
