@charset "UTF-8";

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

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

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  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 */
  outline: none;
  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;
}

@font-face {
  font-family: "NeuePlak-Black";
  font-display: block;
  src: url("../fonts/NeuePlak-Black.woff") format("woff"), url("../fonts/NeuePlak-Black.woff2") format("woff2");
}

@font-face {
  font-family: "NeuePlak-Bold";
  font-display: block;
  src: url("../fonts/NeuePlak-Bold.woff") format("woff"), url("../fonts/NeuePlak-Bold.woff2") format("woff2");
}

@font-face {
  font-family: "NeuePlak-NarrowBlack";
  font-display: block;
  src: url("../fonts/NeuePlak-NarrowBlack.woff") format("woff"), url("../fonts/NeuePlak-NarrowBlack.woff2") format("woff2");
}

@font-face {
  font-family: "NeuePlak-Regular";
  font-display: block;
  src: url("../fonts/NeuePlak-Regular.woff") format("woff"), url("../fonts/NeuePlak-Regular.woff2") format("woff2");
}

@font-face {
  font-family: "NeuePlak-SemiBold";
  font-display: block;
  src: url("../fonts/NeuePlak-SemiBold.woff") format("woff"), url("../fonts/NeuePlak-SemiBold.woff2") format("woff2");
}

@font-face {
  font-family: "NeuePlak-CompBlack";
  font-display: block;
  src: url("../fonts/NeuePlak-CompBlack.woff") format("woff"), url("../fonts/NeuePlak-CompBlack.woff2") format("woff2");
}

@font-face {
  font-family: "NeuePlak-CondBlack";
  font-display: block;
  src: url("../fonts/NeuePlak-CondBlack.woff") format("woff"), url("../fonts/NeuePlak-CondBlack.woff2") format("woff2");
}

.svg-image-about-icon-1,
.svg-image-about-icon-1-bl,
.svg-image-about-icon-1-exsm,
.svg-image-about-icon-1-sm,
.svg-image-about-icon-2,
.svg-image-about-icon-2-bl,
.svg-image-about-icon-2-exsm,
.svg-image-about-icon-2-sm,
.svg-image-about-icon-3,
.svg-image-about-icon-3-bl,
.svg-image-about-icon-3-exsm,
.svg-image-about-icon-3-sm,
.svg-image-about-icon-4,
.svg-image-about-icon-4-bl,
.svg-image-about-icon-4-exsm,
.svg-image-about-icon-4-sm,
.svg-image-about-icon-5,
.svg-image-about-icon-5-bl,
.svg-image-about-icon-5-exsm,
.svg-image-about-icon-5-sm,
.svg-image-about-icon-6,
.svg-image-arrow-forward-black,
.svg-image-arrow-top,
.svg-image-back,
.svg-image-goto,
.svg-image-goto-red,
.svg-image-info-icon,
.svg-image-nav-arrow,
.svg-image-nav-arrow-red,
.svg-image-pointinghand,
.svg-image-share,
.svg-image-share-red,
.svg-image-times {
  background: url("../images/sprites/main.svg") no-repeat;
}

.svg-image-about-icon-1 {
  background-position: 90.64748201438849% 0;
  background-size: 1644.44444% auto;
  width: 18px;
}

.svg-image-about-icon-1:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 144.44444%;
}

.svg-image-about-icon-1-dims {
  width: 18px;
  height: 26px;
}

.svg-image-about-icon-1-bl {
  background-position: 96.42857142857143% 41.53225806451613%;
  background-size: 1850% auto;
  width: 16px;
}

.svg-image-about-icon-1-bl:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 137.5%;
}

.svg-image-about-icon-1-bl-dims {
  width: 16px;
  height: 22px;
}

.svg-image-about-icon-1-exsm {
  background-position: 95.07042253521126% 92.46031746031746%;
  background-size: 2466.66667% auto;
  width: 12px;
}

.svg-image-about-icon-1-exsm:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 150%;
}

.svg-image-about-icon-1-exsm-dims {
  width: 12px;
  height: 18px;
}

.svg-image-about-icon-1-sm {
  background-position: 96.42857142857143% 50.403225806451616%;
  background-size: 1850% auto;
  width: 16px;
}

.svg-image-about-icon-1-sm:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 137.5%;
}

.svg-image-about-icon-1-sm-dims {
  width: 16px;
  height: 22px;
}

.svg-image-about-icon-2 {
  background-position: 100% 0;
  background-size: 1138.46154% auto;
  width: 26px;
}

.svg-image-about-icon-2:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-about-icon-2-dims {
  width: 26px;
  height: 26px;
}

.svg-image-about-icon-2-bl {
  background-position: 90.64748201438849% 10.317460317460318%;
  background-size: 1644.44444% auto;
  width: 18px;
}

.svg-image-about-icon-2-bl:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-about-icon-2-bl-dims {
  width: 18px;
  height: 18px;
}

.svg-image-about-icon-2-exsm {
  background-position: 90.64748201438849% 17.46031746031746%;
  background-size: 1644.44444% auto;
  width: 18px;
}

.svg-image-about-icon-2-exsm:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-about-icon-2-exsm-dims {
  width: 18px;
  height: 18px;
}

.svg-image-about-icon-2-sm {
  background-position: 90.64748201438849% 24.603174603174605%;
  background-size: 1644.44444% auto;
  width: 18px;
}

.svg-image-about-icon-2-sm:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-about-icon-2-sm-dims {
  width: 18px;
  height: 18px;
}

.svg-image-about-icon-3 {
  background-position: 100% 10.612244897959183%;
  background-size: 1138.46154% auto;
  width: 26px;
}

.svg-image-about-icon-3:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 96.15385%;
}

.svg-image-about-icon-3-dims {
  width: 26px;
  height: 25px;
}

.svg-image-about-icon-3-bl {
  background-position: 90.64748201438849% 31.620553359683793%;
  background-size: 1644.44444% auto;
  width: 18px;
}

.svg-image-about-icon-3-bl:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 94.44444%;
}

.svg-image-about-icon-3-bl-dims {
  width: 18px;
  height: 17px;
}

.svg-image-about-icon-3-exsm {
  background-position: 90.64748201438849% 38.188976377952756%;
  background-size: 1644.44444% auto;
  width: 18px;
}

.svg-image-about-icon-3-exsm:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 88.88889%;
}

.svg-image-about-icon-3-exsm-dims {
  width: 18px;
  height: 16px;
}

.svg-image-about-icon-3-sm {
  background-position: 90.64748201438849% 44.66403162055336%;
  background-size: 1644.44444% auto;
  width: 18px;
}

.svg-image-about-icon-3-sm:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 94.44444%;
}

.svg-image-about-icon-3-sm-dims {
  width: 18px;
  height: 17px;
}

.svg-image-about-icon-4 {
  background-position: 99.6309963099631% 20.901639344262296%;
  background-size: 1184% auto;
  width: 25px;
}

.svg-image-about-icon-4:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 104%;
}

.svg-image-about-icon-4-dims {
  width: 25px;
  height: 26px;
}

.svg-image-about-icon-4-bl {
  background-position: 90.3225806451613% 51.58730158730159%;
  background-size: 1741.17647% auto;
  width: 17px;
}

.svg-image-about-icon-4-bl:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 105.88235%;
}

.svg-image-about-icon-4-bl-dims {
  width: 17px;
  height: 18px;
}

.svg-image-about-icon-4-exsm {
  background-position: 90% 58.73015873015873%;
  background-size: 1850% auto;
  width: 16px;
}

.svg-image-about-icon-4-exsm:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 112.5%;
}

.svg-image-about-icon-4-exsm-dims {
  width: 16px;
  height: 18px;
}

.svg-image-about-icon-4-sm {
  background-position: 90.3225806451613% 65.87301587301587%;
  background-size: 1741.17647% auto;
  width: 17px;
}

.svg-image-about-icon-4-sm:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 105.88235%;
}

.svg-image-about-icon-4-sm-dims {
  width: 17px;
  height: 18px;
}

.svg-image-about-icon-5 {
  background-position: 100% 31.557377049180328%;
  background-size: 1138.46154% auto;
  width: 26px;
}

.svg-image-about-icon-5:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-about-icon-5-dims {
  width: 26px;
  height: 26px;
}

.svg-image-about-icon-5-bl {
  background-position: 90.64748201438849% 73.01587301587301%;
  background-size: 1644.44444% auto;
  width: 18px;
}

.svg-image-about-icon-5-bl:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-about-icon-5-bl-dims {
  width: 18px;
  height: 18px;
}

.svg-image-about-icon-5-exsm {
  background-position: 90.64748201438849% 80.15873015873017%;
  background-size: 1644.44444% auto;
  width: 18px;
}

.svg-image-about-icon-5-exsm:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-about-icon-5-exsm-dims {
  width: 18px;
  height: 18px;
}

.svg-image-about-icon-5-sm {
  background-position: 90.64748201438849% 87.3015873015873%;
  background-size: 1644.44444% auto;
  width: 18px;
}

.svg-image-about-icon-5-sm:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-about-icon-5-sm-dims {
  width: 18px;
  height: 18px;
}

.svg-image-about-icon-6 {
  background-position: 99.29577464788733% 92.46031746031746%;
  background-size: 2466.66667% auto;
  width: 12px;
}

.svg-image-about-icon-6:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 150%;
}

.svg-image-about-icon-6-dims {
  width: 12px;
  height: 18px;
}

.svg-image-arrow-forward-black {
  background-position: 90% 92.24806201550388%;
  background-size: 1850% auto;
  width: 16px;
}

.svg-image-arrow-forward-black:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 75%;
}

.svg-image-arrow-forward-black-dims {
  width: 16px;
  height: 12px;
}

.svg-image-arrow-top {
  background-position: 21.75438596491228% 97.29729729729729%;
  background-size: 2690.90909% auto;
  width: 11px;
}

.svg-image-arrow-top:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-arrow-top-dims {
  width: 11px;
  height: 11px;
}

.svg-image-back {
  background-position: 97.82608695652173% 57.421875%;
  background-size: 1480% auto;
  width: 20px;
}

.svg-image-back:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 70%;
}

.svg-image-back-dims {
  width: 20px;
  height: 14px;
}

.svg-image-goto {
  background-position: 12.056737588652481% 98.4375%;
  background-size: 2114.28571% auto;
  width: 14px;
}

.svg-image-goto:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-goto-dims {
  width: 14px;
  height: 14px;
}

.svg-image-goto-red {
  background-position: 17.02127659574468% 98.4375%;
  background-size: 2114.28571% auto;
  width: 14px;
}

.svg-image-goto-red:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-goto-red-dims {
  width: 14px;
  height: 14px;
}

.svg-image-info-icon {
  background-position: 0 0;
  background-size: 117.46032% auto;
  width: 252px;
}

.svg-image-info-icon:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-info-icon-dims {
  width: 252px;
  height: 252px;
}

.svg-image-nav-arrow {
  background-position: 97.47292418772564% 77.68924302788845%;
  background-size: 1557.89474% auto;
  width: 19px;
}

.svg-image-nav-arrow:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-nav-arrow-dims {
  width: 19px;
  height: 19px;
}

.svg-image-nav-arrow-red {
  background-position: 97.12230215827338% 85.2589641434263%;
  background-size: 1644.44444% auto;
  width: 18px;
}

.svg-image-nav-arrow-red:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 105.55556%;
}

.svg-image-nav-arrow-red-dims {
  width: 18px;
  height: 19px;
}

.svg-image-pointinghand {
  background-position: 0 100%;
  background-size: 1850% auto;
  width: 16px;
}

.svg-image-pointinghand:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 112.5%;
}

.svg-image-pointinghand-dims {
  width: 16px;
  height: 18px;
}

.svg-image-share {
  background-position: 97.82608695652173% 63.63636363636363%;
  background-size: 1480% auto;
  width: 20px;
}

.svg-image-share:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 85%;
}

.svg-image-share-dims {
  width: 20px;
  height: 17px;
}

.svg-image-share-red {
  background-position: 97.82608695652173% 70.35573122529644%;
  background-size: 1480% auto;
  width: 20px;
}

.svg-image-share-red:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 85%;
}

.svg-image-share-red-dims {
  width: 20px;
  height: 17px;
}

.svg-image-times {
  background-position: 5.755395683453237% 100%;
  background-size: 1644.44444% auto;
  width: 18px;
}

.svg-image-times:before {
  content: "";
  display: block;
  font-size: 0;
  line-height: 0;
  padding-top: 100%;
}

.svg-image-times-dims {
  width: 18px;
  height: 18px;
}

.image-by-height {
  width: auto;
}

.image-by-height:before {
  content: none;
}

.image-by-height>svg {
  height: inherit;
}

.image-by-height>img {
  height: inherit !important;
  vertical-align: top !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  max-height: none !important;
  border: 0 !important;
  opacity: 0 !important;
}

.image-by-width {
  height: auto;
}

.image-by-width>img {
  width: inherit !important;
  vertical-align: top !important;
  margin: 0 !important;
  padding: 0 !important;
  max-width: none !important;
  max-height: none !important;
  border: 0 !important;
}

.qs-datepicker-container {
  font-size: 1rem;
  font-family: sans-serif;
  color: #000;
  position: absolute;
  width: 15.625em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
  z-index: 9001;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  border: 1px solid grey;
  border-radius: .263921875em;
  overflow: hidden;
  background: #fff;
  box-shadow: 0 1.25em 1.25em -0.9375em rgba(0, 0, 0, 0.3);
}

.qs-datepicker-container * {
  box-sizing: border-box;
}

.qs-centered {
  position: fixed;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
}

.qs-hidden {
  display: none;
}

.qs-overlay {
  position: absolute;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.75);
  color: #fff;
  width: 100%;
  height: 100%;
  padding: .5em;
  z-index: 1;
  opacity: 1;
  transition: opacity .3s;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-direction: column;
  -webkit-flex-direction: column;
  flex-direction: column;
}

.qs-overlay.qs-hidden {
  opacity: 0;
  z-index: -1;
}

.qs-overlay .qs-overlay-year {
  background: rgba(0, 0, 0, 0);
  border: none;
  border-bottom: 1px solid #fff;
  border-radius: 0;
  color: #fff;
  font-size: .875em;
  padding: .25em 0;
  width: 80%;
  text-align: center;
  margin: 0 auto;
  display: block;
}

.qs-overlay .qs-overlay-year::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

.qs-overlay .qs-close {
  padding: .5em;
  cursor: pointer;
  position: absolute;
  top: 0;
  right: 0;
}

.qs-overlay .qs-submit {
  border: 1px solid #fff;
  border-radius: .263921875em;
  padding: .5em;
  margin: 0 auto auto;
  cursor: pointer;
  background: rgba(128, 128, 128, 0.4);
}

.qs-overlay .qs-submit.qs-disabled {
  color: grey;
  border-color: grey;
  cursor: not-allowed;
}

.qs-overlay .qs-overlay-month-container {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
}

.qs-overlay .qs-overlay-month {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  width: calc(100% / 3);
  cursor: pointer;
  opacity: .5;
  transition: opacity .15s;
}

.qs-overlay .qs-overlay-month.active,
.qs-overlay .qs-overlay-month:hover {
  opacity: 1;
}

.qs-controls {
  width: 100%;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-pack: justify;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-positive: 1;
  -webkit-flex-grow: 1;
  flex-grow: 1;
  -ms-flex-negative: 0;
  -webkit-flex-shrink: 0;
  flex-shrink: 0;
  background: #d3d3d3;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

.qs-controls.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-arrow {
  height: 1.5625em;
  width: 1.5625em;
  position: relative;
  cursor: pointer;
  border-radius: .263921875em;
  transition: background .15s;
}

.qs-arrow:hover {
  background: rgba(0, 0, 0, 0.1);
}

.qs-arrow:hover.qs-left:after {
  border-right-color: #000;
}

.qs-arrow:hover.qs-right:after {
  border-left-color: #000;
}

.qs-arrow:after {
  content: "";
  border: 0.39062em solid rgba(0, 0, 0, 0);
  position: absolute;
  top: 50%;
  transition: border .2s;
}

.qs-arrow.qs-left:after {
  border-right-color: grey;
  right: 50%;
  -webkit-transform: translate(25%, -50%);
  transform: translate(25%, -50%);
}

.qs-arrow.qs-right:after {
  border-left-color: grey;
  left: 50%;
  -webkit-transform: translate(-25%, -50%);
  transform: translate(-25%, -50%);
}

.qs-month-year {
  font-weight: 700;
  transition: border .2s;
  border-bottom: 1px solid rgba(0, 0, 0, 0);
  cursor: pointer;
}

.qs-month-year:hover {
  border-bottom: 1px solid grey;
}

.qs-month-year:active:focus,
.qs-month-year:focus {
  outline: none;
}

.qs-month {
  padding-right: .5ex;
}

.qs-year {
  padding-left: .5ex;
}

.qs-squares {
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-wrap: wrap;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: .3125em;
  -webkit-filter: blur(0);
  filter: blur(0);
  transition: -webkit-filter .3s;
  transition: filter .3s;
  transition: filter .3s, -webkit-filter .3s;
  transition: filter .3s, -webkit-filter .3s;
}

.qs-squares.qs-blur {
  -webkit-filter: blur(5px);
  filter: blur(5px);
}

.qs-square {
  width: calc(100% / 7);
  height: 1.5625em;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -ms-flex-align: center;
  -webkit-align-items: center;
  align-items: center;
  -ms-flex-pack: center;
  -webkit-justify-content: center;
  justify-content: center;
  cursor: pointer;
  transition: background .1s;
  border-radius: .263921875em;
}

.qs-square:not(.qs-empty):not(.qs-disabled):not(.qs-day):not(.qs-active):hover {
  background: orange;
}

.qs-current {
  font-weight: 700;
  text-decoration: underline;
}

.qs-active,
.qs-range-end,
.qs-range-start {
  background: #add8e6;
}

.qs-range-start:not(.qs-range-6) {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-range-middle {
  background: #d4ebf2;
}

.qs-range-middle:not(.qs-range-0):not(.qs-range-6) {
  border-radius: 0;
}

.qs-range-middle.qs-range-0 {
  border-top-right-radius: 0;
  border-bottom-right-radius: 0;
}

.qs-range-end:not(.qs-range-0),
.qs-range-middle.qs-range-6 {
  border-top-left-radius: 0;
  border-bottom-left-radius: 0;
}

.qs-disabled,
.qs-outside-current-month {
  opacity: .2;
}

.qs-disabled {
  cursor: not-allowed;
}

.qs-day,
.qs-empty {
  cursor: default;
}

.qs-day {
  font-weight: 700;
  color: grey;
}

.qs-event {
  position: relative;
}

.qs-event:after {
  content: "";
  position: absolute;
  width: .46875em;
  height: .46875em;
  border-radius: 50%;
  background: #07f;
  bottom: 0;
  right: 0;
}

.custom-select-container {
  position: relative;
  box-sizing: border-box;
}

.custom-select-container * {
  box-sizing: border-box;
}

.custom-select-container.is-disabled {
  opacity: .333;
}

.custom-select-opener {
  background-color: #ccc;
  padding: 0.5em;
  display: block;
  cursor: pointer;
  width: 100%;
}

.custom-select-container select {
  visibility: hidden;
  position: absolute;
  top: 0;
  left: 0;
}

.custom-select-panel {
  max-height: 0;
  transition: max-height .5s ease-out, overflow-y 0.1s 0.5s;
  overflow: hidden;
  background-color: #e9e9e9;
  position: absolute;
  top: 100%;
  z-index: 1;
  width: 100%;
}

.custom-select-container.is-open .custom-select-panel {
  max-height: 10.7em;
  overflow-y: auto;
}

.custom-select-option {
  padding: 0.5em;
}

.custom-select-option.has-focus {
  background-color: LightBlue;
}

.custom-select-option.is-selected::before {
  content: "✔";
  padding-right: 0.5em;
}

.custom-select-optgroup>.custom-select-option {
  padding-left: 2em;
}

.custom-select-optgroup::before {
  content: attr(data-label);
  display: block;
  padding: 0.5em;
  color: #888;
}

/**
 * Swiper 6.7.5
 * Most modern mobile touch slider and framework with hardware accelerated transitions
 * https://swiperjs.com
 *
 * Copyright 2014-2021 Vladimir Kharlampidi
 *
 * Released under the MIT License
 *
 * Released on: July 1, 2021
 */
@font-face {
  font-family: swiper-icons;
  src: url("data:application/font-woff;charset=utf-8;base64, d09GRgABAAAAAAZgABAAAAAADAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAAABGRlRNAAAGRAAAABoAAAAci6qHkUdERUYAAAWgAAAAIwAAACQAYABXR1BPUwAABhQAAAAuAAAANuAY7+xHU1VCAAAFxAAAAFAAAABm2fPczU9TLzIAAAHcAAAASgAAAGBP9V5RY21hcAAAAkQAAACIAAABYt6F0cBjdnQgAAACzAAAAAQAAAAEABEBRGdhc3AAAAWYAAAACAAAAAj//wADZ2x5ZgAAAywAAADMAAAD2MHtryVoZWFkAAABbAAAADAAAAA2E2+eoWhoZWEAAAGcAAAAHwAAACQC9gDzaG10eAAAAigAAAAZAAAArgJkABFsb2NhAAAC0AAAAFoAAABaFQAUGG1heHAAAAG8AAAAHwAAACAAcABAbmFtZQAAA/gAAAE5AAACXvFdBwlwb3N0AAAFNAAAAGIAAACE5s74hXjaY2BkYGAAYpf5Hu/j+W2+MnAzMYDAzaX6QjD6/4//Bxj5GA8AuRwMYGkAPywL13jaY2BkYGA88P8Agx4j+/8fQDYfA1AEBWgDAIB2BOoAeNpjYGRgYNBh4GdgYgABEMnIABJzYNADCQAACWgAsQB42mNgYfzCOIGBlYGB0YcxjYGBwR1Kf2WQZGhhYGBiYGVmgAFGBiQQkOaawtDAoMBQxXjg/wEGPcYDDA4wNUA2CCgwsAAAO4EL6gAAeNpj2M0gyAACqxgGNWBkZ2D4/wMA+xkDdgAAAHjaY2BgYGaAYBkGRgYQiAHyGMF8FgYHIM3DwMHABGQrMOgyWDLEM1T9/w8UBfEMgLzE////P/5//f/V/xv+r4eaAAeMbAxwIUYmIMHEgKYAYjUcsDAwsLKxc3BycfPw8jEQA/gZBASFhEVExcQlJKWkZWTl5BUUlZRVVNXUNTQZBgMAAMR+E+gAEQFEAAAAKgAqACoANAA+AEgAUgBcAGYAcAB6AIQAjgCYAKIArAC2AMAAygDUAN4A6ADyAPwBBgEQARoBJAEuATgBQgFMAVYBYAFqAXQBfgGIAZIBnAGmAbIBzgHsAAB42u2NMQ6CUAyGW568x9AneYYgm4MJbhKFaExIOAVX8ApewSt4Bic4AfeAid3VOBixDxfPYEza5O+Xfi04YADggiUIULCuEJK8VhO4bSvpdnktHI5QCYtdi2sl8ZnXaHlqUrNKzdKcT8cjlq+rwZSvIVczNiezsfnP/uznmfPFBNODM2K7MTQ45YEAZqGP81AmGGcF3iPqOop0r1SPTaTbVkfUe4HXj97wYE+yNwWYxwWu4v1ugWHgo3S1XdZEVqWM7ET0cfnLGxWfkgR42o2PvWrDMBSFj/IHLaF0zKjRgdiVMwScNRAoWUoH78Y2icB/yIY09An6AH2Bdu/UB+yxopYshQiEvnvu0dURgDt8QeC8PDw7Fpji3fEA4z/PEJ6YOB5hKh4dj3EvXhxPqH/SKUY3rJ7srZ4FZnh1PMAtPhwP6fl2PMJMPDgeQ4rY8YT6Gzao0eAEA409DuggmTnFnOcSCiEiLMgxCiTI6Cq5DZUd3Qmp10vO0LaLTd2cjN4fOumlc7lUYbSQcZFkutRG7g6JKZKy0RmdLY680CDnEJ+UMkpFFe1RN7nxdVpXrC4aTtnaurOnYercZg2YVmLN/d/gczfEimrE/fs/bOuq29Zmn8tloORaXgZgGa78yO9/cnXm2BpaGvq25Dv9S4E9+5SIc9PqupJKhYFSSl47+Qcr1mYNAAAAeNptw0cKwkAAAMDZJA8Q7OUJvkLsPfZ6zFVERPy8qHh2YER+3i/BP83vIBLLySsoKimrqKqpa2hp6+jq6RsYGhmbmJqZSy0sraxtbO3sHRydnEMU4uR6yx7JJXveP7WrDycAAAAAAAH//wACeNpjYGRgYOABYhkgZgJCZgZNBkYGLQZtIJsFLMYAAAw3ALgAeNolizEKgDAQBCchRbC2sFER0YD6qVQiBCv/H9ezGI6Z5XBAw8CBK/m5iQQVauVbXLnOrMZv2oLdKFa8Pjuru2hJzGabmOSLzNMzvutpB3N42mNgZGBg4GKQYzBhYMxJLMlj4GBgAYow/P/PAJJhLM6sSoWKfWCAAwDAjgbRAAB42mNgYGBkAIIbCZo5IPrmUn0hGA0AO8EFTQAA") format("woff");
  font-weight: 400;
  font-style: normal;
}

:root {
  --swiper-theme-color: #007aff;
}

.swiper-container {
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
}

.swiper-container-vertical>.swiper-wrapper {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  z-index: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
  box-sizing: content-box;
}

.swiper-container-android .swiper-slide,
.swiper-wrapper {
  -webkit-transform: translate3d(0px, 0, 0);
  transform: translate3d(0px, 0, 0);
}

.swiper-container-multirow>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.swiper-container-multirow-column>.swiper-wrapper {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.swiper-container-free-mode>.swiper-wrapper {
  transition-timing-function: ease-out;
  margin: 0 auto;
}

.swiper-container-pointer-events {
  -ms-touch-action: pan-y;
  touch-action: pan-y;
}

.swiper-container-pointer-events.swiper-container-vertical {
  -ms-touch-action: pan-x;
  touch-action: pan-x;
}

.swiper-slide {
  -webkit-flex-shrink: 0;
  -ms-flex-negative: 0;
  flex-shrink: 0;
  width: 100%;
  height: 100%;
  position: relative;
  transition-property: -webkit-transform;
  transition-property: transform;
  transition-property: transform, -webkit-transform;
}

.swiper-slide-invisible-blank {
  visibility: hidden;
}

.swiper-container-autoheight,
.swiper-container-autoheight .swiper-slide {
  height: auto;
}

.swiper-container-autoheight .swiper-wrapper {
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  transition-property: height, -webkit-transform;
  transition-property: transform, height;
  transition-property: transform, height, -webkit-transform;
}

.swiper-container-3d {
  -webkit-perspective: 1200px;
  perspective: 1200px;
}

.swiper-container-3d .swiper-cube-shadow,
.swiper-container-3d .swiper-slide,
.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top,
.swiper-container-3d .swiper-wrapper {
  -webkit-transform-style: preserve-3d;
  transform-style: preserve-3d;
}

.swiper-container-3d .swiper-slide-shadow-bottom,
.swiper-container-3d .swiper-slide-shadow-left,
.swiper-container-3d .swiper-slide-shadow-right,
.swiper-container-3d .swiper-slide-shadow-top {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  pointer-events: none;
  z-index: 10;
}

.swiper-container-3d .swiper-slide-shadow-left {
  background-image: linear-gradient(to left, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-right {
  background-image: linear-gradient(to right, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-top {
  background-image: linear-gradient(to top, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-3d .swiper-slide-shadow-bottom {
  background-image: linear-gradient(to bottom, rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0));
}

.swiper-container-css-mode>.swiper-wrapper {
  overflow: auto;
  scrollbar-width: none;
  -ms-overflow-style: none;
}

.swiper-container-css-mode>.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.swiper-container-css-mode>.swiper-wrapper>.swiper-slide {
  scroll-snap-align: start start;
}

.swiper-container-horizontal.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: x mandatory;
  -ms-scroll-snap-type: x mandatory;
  scroll-snap-type: x mandatory;
}

.swiper-container-vertical.swiper-container-css-mode>.swiper-wrapper {
  -webkit-scroll-snap-type: y mandatory;
  -ms-scroll-snap-type: y mandatory;
  scroll-snap-type: y mandatory;
}

:root {
  --swiper-navigation-size: 44px;
}

.swiper-button-next,
.swiper-button-prev {
  position: absolute;
  top: 50%;
  width: calc(var(--swiper-navigation-size)/ 44 * 27);
  height: var(--swiper-navigation-size);
  margin-top: calc(0px - (var(--swiper-navigation-size)/ 2));
  z-index: 10;
  cursor: pointer;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  color: var(--swiper-navigation-color, var(--swiper-theme-color));
}

.swiper-button-next.swiper-button-disabled,
.swiper-button-prev.swiper-button-disabled {
  opacity: .35;
  cursor: auto;
  pointer-events: none;
}

.swiper-button-next:after,
.swiper-button-prev:after {
  font-family: swiper-icons;
  font-size: var(--swiper-navigation-size);
  text-transform: none !important;
  letter-spacing: 0;
  text-transform: none;
  font-variant: initial;
  line-height: 1;
}

.swiper-button-prev,
.swiper-container-rtl .swiper-button-next {
  left: 10px;
  right: auto;
}

.swiper-button-prev:after,
.swiper-container-rtl .swiper-button-next:after {
  content: 'prev';
}

.swiper-button-next,
.swiper-container-rtl .swiper-button-prev {
  right: 10px;
  left: auto;
}

.swiper-button-next:after,
.swiper-container-rtl .swiper-button-prev:after {
  content: 'next';
}

.swiper-button-next.swiper-button-white,
.swiper-button-prev.swiper-button-white {
  --swiper-navigation-color: #ffffff;
}

.swiper-button-next.swiper-button-black,
.swiper-button-prev.swiper-button-black {
  --swiper-navigation-color: #000000;
}

.swiper-button-lock {
  display: none;
}

.swiper-pagination {
  position: absolute;
  text-align: center;
  transition: .3s opacity;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  z-index: 10;
}

.swiper-pagination.swiper-pagination-hidden {
  opacity: 0;
}

.swiper-container-horizontal>.swiper-pagination-bullets,
.swiper-pagination-custom,
.swiper-pagination-fraction {
  bottom: 10px;
  left: 0;
  width: 100%;
}

.swiper-pagination-bullets-dynamic {
  overflow: hidden;
  font-size: 0;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
  position: relative;
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-main {
  -webkit-transform: scale(1);
  transform: scale(1);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-prev-prev {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next {
  -webkit-transform: scale(0.66);
  transform: scale(0.66);
}

.swiper-pagination-bullets-dynamic .swiper-pagination-bullet-active-next-next {
  -webkit-transform: scale(0.33);
  transform: scale(0.33);
}

.swiper-pagination-bullet {
  width: 8px;
  height: 8px;
  display: inline-block;
  border-radius: 50%;
  background: #000;
  opacity: .2;
}

button.swiper-pagination-bullet {
  border: none;
  margin: 0;
  padding: 0;
  box-shadow: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.swiper-pagination-clickable .swiper-pagination-bullet {
  cursor: pointer;
}

.swiper-pagination-bullet-active {
  opacity: 1;
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
}

.swiper-container-vertical>.swiper-pagination-bullets {
  right: 10px;
  top: 50%;
  -webkit-transform: translate3d(0px, -50%, 0);
  transform: translate3d(0px, -50%, 0);
}

.swiper-container-vertical>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 6px 0;
  display: block;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 8px;
}

.swiper-container-vertical>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  display: inline-block;
  transition: .2s transform, .2s top;
}

.swiper-container-horizontal>.swiper-pagination-bullets .swiper-pagination-bullet {
  margin: 0 4px;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic {
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  white-space: nowrap;
}

.swiper-container-horizontal>.swiper-pagination-bullets.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s left;
}

.swiper-container-horizontal.swiper-container-rtl>.swiper-pagination-bullets-dynamic .swiper-pagination-bullet {
  transition: .2s transform, .2s right;
}

.swiper-pagination-progressbar {
  background: rgba(0, 0, 0, 0.25);
  position: absolute;
}

.swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  background: var(--swiper-pagination-color, var(--swiper-theme-color));
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transform-origin: left top;
  transform-origin: left top;
}

.swiper-container-rtl .swiper-pagination-progressbar .swiper-pagination-progressbar-fill {
  -webkit-transform-origin: right top;
  transform-origin: right top;
}

.swiper-container-horizontal>.swiper-pagination-progressbar,
.swiper-container-vertical>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite {
  width: 100%;
  height: 4px;
  left: 0;
  top: 0;
}

.swiper-container-horizontal>.swiper-pagination-progressbar.swiper-pagination-progressbar-opposite,
.swiper-container-vertical>.swiper-pagination-progressbar {
  width: 4px;
  height: 100%;
  left: 0;
  top: 0;
}

.swiper-pagination-white {
  --swiper-pagination-color: #ffffff;
}

.swiper-pagination-black {
  --swiper-pagination-color: #000000;
}

.swiper-pagination-lock {
  display: none;
}

.swiper-scrollbar {
  border-radius: 10px;
  position: relative;
  -ms-touch-action: none;
  background: rgba(0, 0, 0, 0.1);
}

.swiper-container-horizontal>.swiper-scrollbar {
  position: absolute;
  left: 1%;
  bottom: 3px;
  z-index: 50;
  height: 5px;
  width: 98%;
}

.swiper-container-vertical>.swiper-scrollbar {
  position: absolute;
  right: 3px;
  top: 1%;
  z-index: 50;
  width: 5px;
  height: 98%;
}

.swiper-scrollbar-drag {
  height: 100%;
  width: 100%;
  position: relative;
  background: rgba(0, 0, 0, 0.5);
  border-radius: 10px;
  left: 0;
  top: 0;
}

.swiper-scrollbar-cursor-drag {
  cursor: move;
}

.swiper-scrollbar-lock {
  display: none;
}

.swiper-zoom-container {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  text-align: center;
}

.swiper-zoom-container>canvas,
.swiper-zoom-container>img,
.swiper-zoom-container>svg {
  max-width: 100%;
  max-height: 100%;
  -o-object-fit: contain;
  object-fit: contain;
}

.swiper-slide-zoomed {
  cursor: move;
}

.swiper-lazy-preloader {
  width: 42px;
  height: 42px;
  position: absolute;
  left: 50%;
  top: 50%;
  margin-left: -21px;
  margin-top: -21px;
  z-index: 10;
  -webkit-transform-origin: 50%;
  transform-origin: 50%;
  -webkit-animation: swiper-preloader-spin 1s infinite linear;
  animation: swiper-preloader-spin 1s infinite linear;
  box-sizing: border-box;
  border: 4px solid var(--swiper-preloader-color, var(--swiper-theme-color));
  border-radius: 50%;
  border-top-color: transparent;
}

.swiper-lazy-preloader-white {
  --swiper-preloader-color: #fff;
}

.swiper-lazy-preloader-black {
  --swiper-preloader-color: #000;
}

@-webkit-keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes swiper-preloader-spin {
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

.swiper-container .swiper-notification {
  position: absolute;
  left: 0;
  top: 0;
  pointer-events: none;
  opacity: 0;
  z-index: -1000;
}

.swiper-container-fade.swiper-container-free-mode .swiper-slide {
  transition-timing-function: ease-out;
}

.swiper-container-fade .swiper-slide {
  pointer-events: none;
  transition-property: opacity;
}

.swiper-container-fade .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-fade .swiper-slide-active,
.swiper-container-fade .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube {
  overflow: visible;
}

.swiper-container-cube .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
  visibility: hidden;
  -webkit-transform-origin: 0 0;
  transform-origin: 0 0;
  width: 100%;
  height: 100%;
}

.swiper-container-cube .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-cube.swiper-container-rtl .swiper-slide {
  -webkit-transform-origin: 100% 0;
  transform-origin: 100% 0;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-cube .swiper-slide-active,
.swiper-container-cube .swiper-slide-next,
.swiper-container-cube .swiper-slide-next+.swiper-slide,
.swiper-container-cube .swiper-slide-prev {
  pointer-events: auto;
  visibility: visible;
}

.swiper-container-cube .swiper-slide-shadow-bottom,
.swiper-container-cube .swiper-slide-shadow-left,
.swiper-container-cube .swiper-slide-shadow-right,
.swiper-container-cube .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

.swiper-container-cube .swiper-cube-shadow {
  position: absolute;
  left: 0;
  bottom: 0px;
  width: 100%;
  height: 100%;
  opacity: .6;
  z-index: 0;
}

.swiper-container-cube .swiper-cube-shadow:before {
  content: '';
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  -webkit-filter: blur(50px);
  filter: blur(50px);
}

.swiper-container-flip {
  overflow: visible;
}

.swiper-container-flip .swiper-slide {
  pointer-events: none;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
  z-index: 1;
}

.swiper-container-flip .swiper-slide .swiper-slide {
  pointer-events: none;
}

.swiper-container-flip .swiper-slide-active,
.swiper-container-flip .swiper-slide-active .swiper-slide-active {
  pointer-events: auto;
}

.swiper-container-flip .swiper-slide-shadow-bottom,
.swiper-container-flip .swiper-slide-shadow-left,
.swiper-container-flip .swiper-slide-shadow-right,
.swiper-container-flip .swiper-slide-shadow-top {
  z-index: 0;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden;
}

* {
  box-sizing: border-box;
}

html,
body {
  overflow-x: hidden;
}

body {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: #000000;
  font-weight: 400;
  font-family: "Raleway", sans-serif, "Helvetica", Arial;
  width: 100%;
  height: 100%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body.body--bg {
  background-image: url(../images/bg.png);
  background-size: cover;
  background-position: center;
  background-repeat: no-repeat;
}

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

h1,
h2,
h3,
h4,
h5,
h6,
p {
  margin: 0;
}

h1 {
  font-weight: 800;
  font-family: "Raleway", sans-serif;
  font-size: 42px;
  line-height: 52px;
  color: #FFFFFF;
  text-align: center;
}

h2 {
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  text-transform: lowercase;
  color: #FFFFFF;
}

h2.form-title {
  font-size: 24px;
  line-height: 32px;
}

h2.form-title--sm {
  font-size: 21px;
  line-height: 28px;
}

h2.completed-subtitle {
  font-size: 24px;
  line-height: 32px;
}

h2.stack-up-title {
  font-size: 48px;
  line-height: 56px;
  text-align: center;
}

h2.save-image-title {
  color: #000;
  background-color: #fff;
  font-size: 36px;
  line-height: 36px;
  text-align: center;
}

h2 span {
  color: #11D28B;
}

h3 {
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  text-transform: lowercase;
  color: #FFFFFF;
}

h3.note {
  font-weight: 800;
}

p.note {
  margin-top: 12px;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}

a {
  text-decoration: none;
  transition: all 0.3s ease-out;
}

.wrapper {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  height: 100%;
  max-width: 850px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 16px;
}

.btn {
  -webkit-filter: drop-shadow(10px 10px 30px rgba(27, 15, 15, 0.05));
  filter: drop-shadow(10px 10px 30px rgba(27, 15, 15, 0.05));
  border: 0;
  padding: 10px 15px 10px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  max-width: 328px;
  width: 100%;
  margin: auto;
  font-weight: 600;
  font-family: "Raleway", sans-serif;
  font-size: 18px;
  line-height: 28px;
  text-transform: lowercase;
  color: #FFFFFF;
  background: #11D28B;
  border-radius: 8px;
  box-shadow: 10px 10px 30px rgba(27, 15, 15, 0.05);
  transition: all 0.3s ease-out;

  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}

.btn span {
  padding-left: 4px;
}

.btn:hover,
.btn:focus,
.btn:active {
  color: #11D28B;
  background: #FFFFFF;
}

[class^=svg-image-] {
  display: inline-block;
  vertical-align: middle;
}

.header {
  padding-top: 32px;
  padding-bottom: 14px;
  position: fixed;
  width: 100%;
  top: 0;
  left: 0;
  right: 0;
  z-index: 6;
}

.header--nav {
  -webkit-filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.05));
  filter: drop-shadow(4px 4px 20px rgba(0, 0, 0, 0.05));
  background: rgba(255, 255, 255, 0.2);
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  padding: 14px 0;
}

.header--nav .nav-item {
  margin-bottom: 24px;
}

.header--nav .nav-item:last-child {
  margin-bottom: 0;
}

.header--nav .nav-item.active .nav-link .nav-icon--default {
  opacity: 0;
}

.header--nav .nav-item.active .nav-link .nav-icon--hover {
  opacity: 1;
}

.header--nav .nav-link {
  font-weight: 700;
  font-size: 21px;
  line-height: 32px;
  letter-spacing: 0.02em;
  text-transform: lowercase;
  color: #FFFFFF;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.header--nav .nav-link:hover,
.header--nav .nav-link:focus,
.header--nav .nav-link:active {
  color: #dc0019;
}

.header--nav .nav-link:hover .nav-icon--default,
.header--nav .nav-link:focus .nav-icon--default,
.header--nav .nav-link:active .nav-icon--default {
  opacity: 0;
}

.header--nav .nav-link:hover .nav-icon--hover,
.header--nav .nav-link:focus .nav-icon--hover,
.header--nav .nav-link:active .nav-icon--hover {
  opacity: 1;
}

.header--nav .nav-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  width: 19px;
  height: 32px;
  margin-left: 13px;
}

.header--nav .nav-icon i {
  margin-bottom: 6px;
}

.header--nav .nav-icon--hover {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0;
  transition: all 0.3s ease-out;
}

.header--nav .nav-icon--default {
  transition: all 0.3s ease-out;
}

.header-user {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: calc(100% - 30px);
  margin-right: 6px;
}

.header-user__img {
  max-width: 100%;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  display: none;
}

.header-user__img-block {
  width: 24px;
  height: 24px;
  border-radius: 50%;
  background: #11D28B;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-right: 16px;
}

.header-user__img-ex {
  width: auto;
  height: auto;
  border-radius: 0;
  max-width: none;
}

.header-user__name {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.header-logo__line {
  width: 1px;
  height: 24px;
  display: block;
  margin: 0 12px;
  background: #797575;
}

.header-logo img {
  width: 178px;
}

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

.header-navbar {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #000;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding: 40px 16px 24px;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateX(20%);
  transform: translateX(20%);
  -webkit-overflow-scrolling: touch;
  overflow-y: auto;
  transition: all 0.3s ease-out, height 0s;
}

.header-navbar.show {
  opacity: 1;
  visibility: visible;
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.header-navbar__inner {
  min-height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-burger {
  width: 24px;
  height: 24px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  position: relative;
  z-index: 5;
}

.header-burger-inner {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.header-burger-line {
  width: 16px;
  height: 2px;
  background: #FFFFFF;
  border-radius: 2px;
  margin-bottom: 6px;
  transition: all 0.3s ease-out;
}

.header-burger-line:last-child {
  margin-bottom: 0;
}

.header-burger.active .header-burger-line:first-child {
  -webkit-transform: rotate(45deg) translateX(5.5px) translateY(6px);
  transform: rotate(45deg) translateX(5.5px) translateY(6px);
}

.header-burger.active .header-burger-line:last-child {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.header-title {
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.header-bottom {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.header-bottom__txt {
  font-family: "NeuePlak-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #F4F4F4;
  margin-bottom: 14px;
}

.header-bottom__policy a {
  text-decoration: underline;
}

.header-bottom__policy a,
.header-bottom__policy span {
  font-size: 14px;
  line-height: 21px;
  color: #9b9b9b;
}

.header-list {
  margin-bottom: 40px;
}

.header-list:last-child {
  margin-bottom: 0;
}

.main {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main>* {
  width: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.main.active-popup {
  -webkit-filter: blur(2px);
  filter: blur(2px);
}

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

.hero-img {
  height: 100%;
  position: relative;
}

.hero-img img {
  width: 100%;
  height: 100%;
  max-width: 100%;
  position: absolute;
  -o-object-fit: contain;
  object-fit: contain;
  -o-object-position: center;
  object-position: center;
}

.hero-inner {
  position: relative;
  z-index: 1;
}

.hero-btns {
  margin-bottom: 24px;
}

.hero-links {
  text-align: center;
  margin-bottom: 40px;
}

.hero-links__txt {
  font-size: 14px;
  line-height: 21px;
  color: #797575;
}

.hero-link {
  font-size: 14px;
  line-height: 21px;
  color: #11D28B;
  margin-left: 6px;
  position: relative;
}

.hero-link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #11D28B;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-out;
}

.hero-link:hover,
.hero-link:focus,
.hero-link:active {
  color: #dc0019;
}

.hero-link:hover:after,
.hero-link:focus:after,
.hero-link:active:after {
  background: #dc0019;
}

.about {
  padding-top: 26px;
  margin-bottom: 135px;
}

.about-title {
  margin-bottom: 12px;
}

.about-txt {
  font-size: 14px;
  line-height: 21px;
  letter-spacing: 0.5px;
  color: #E0E0E0;
  margin-bottom: 32px;
}

.about-items {
  position: relative;
  counter-reset: item;
}

.about-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 24px;
  counter-increment: item;
}

.about-item:last-child {
  margin-bottom: 0;
}

.about-item__title {
  margin-bottom: 6px;
}

.about-item__title:before {
  content: counter(item) ". ";
}

.about-item__descr {
  font-size: 14px;
  line-height: 21px;
  color: #E0E0E0;
}

.about-info {
  width: calc(100% - 96px);
}

.about-img {
  width: 80px;
  height: 80px;
  margin-right: 16px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #575757;
  border-radius: 4px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.about-img__icon {
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.video {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.video-title {
  text-align: center;
  margin-bottom: 40px;
}

.video-cnt video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.video-btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 0;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  padding: 42px 0 32px;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 40%);
}

.game {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.start {
  padding-top: 16px;
  margin-bottom: 135px;
}

.start-item {
  margin-bottom: 16px;
}

.start-item:last-child {
  margin-bottom: 0;
}

.start-item__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #575757;
  box-sizing: border-box;
  border-radius: 4px;
  padding: 16px;
}

.start-item__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 15px;
}

.start-item__title {
  display: block;
  font-family: "NeuePlak-SemiBold", sans-serif;
  font-size: 21px;
  line-height: 32px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.start-item__img img {
  display: inline-block;
  vertical-align: bottom;
}

.start-item__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.start-item__list-item {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 16px;
}

.start-item__list-item:last-child {
  margin-bottom: 0;
}

.start-item__list-icon {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 24px;
  width: 24px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  margin-right: 12px;
}

.start-item__list-txt {
  font-family: "NeuePlak-NarrowBlack", sans-serif;
  font-size: 16px;
  line-height: 24px;
  text-transform: uppercase;
  color: #FFFFFF;
}

.rotate {
  padding-top: 220px;
}

.rotate-inner {
  max-width: 132px;
  width: 100%;
  margin: auto;
  text-align: center;
}

.rotate-img {
  margin-bottom: 20px;
}

.rotate-txt {
  font-family: "NeuePlak-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #FFFFFF;
}

.completed {
  padding-top: 25px;
  margin-bottom: 135px;
}

.completed--loader {
  margin-bottom: 0;
}

.completed-loader {
  margin-top: auto;
  margin-bottom: 32px;
}

.completed-title {
  font-size: 32px;
  margin-top: 40px;
  margin-bottom: 80px;
}

.completed-img {
  width: 140px;
  margin: 0 auto 19px;
  position: relative;
}

.completed-img:before {
  content: '';
  position: absolute;
  width: 87px;
  height: 87px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
  top: -7px;
  right: 15px;
  z-index: -1;
}

.completed-img img {
  margin-left: 10px;
}

.completed-img--check {
  width: 87px;
  height: 87px;
}

.completed-img--check:before {
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}

.completed-img--check img {
  margin-left: 17px;
  margin-top: 5px;
}

.completed-subtitle {
  text-align: center;
  color: #FFFFFF;
  margin-bottom: 8px;
}

.completed-descr {
  font-size: 16px;
  line-height: 24px;
  text-align: center;
  letter-spacing: 0.2px;
  color: #FFFFFF;
}

.completed-info-title {
  font-family: "NeuePlak-CondBlack", sans-serif;
  font-size: 32px;
  line-height: 42px;
  text-transform: uppercase;
  color: #FFFFFF;
  text-align: center;
  margin-bottom: 8px;
}

.completed--nimg .completed-title {
  margin-bottom: 184px;
}

.index {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: flex-start;
  -ms-flex-align: start;
  align-items: flex-start;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.form-inner {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  width: 100%;
  margin-bottom: 32px;
}

.form-wrap {
  background: #121212;
  border: 1px solid #6A6A6A;
  border-radius: 12px;
  padding: 0 16px 16px;
}

.form-wrap--note {
  position: relative;
  width: 100%;
  margin-bottom: 32px;
  padding-top: 14px;
}

.form-section {
  padding-top: 24px;
}

.form-profile {
  padding-top: 75px;
}

.form-title {
  margin-bottom: 12px;
}

.form-title--mb {
  margin-bottom: 24px;
}

.form-sub-title {
  font-size: 16px;
  line-height: 24px;
  margin-top: -10px;
  margin-bottom: 31px;
  color: #FFFFFF;
}

.form-descr {
  font-size: 16px;
  line-height: 24px;
  margin-bottom: 8px;
  color: #FFFFFF;
}

.form-descr--sm {
  font-size: 14px;
  line-height: 21px;
  margin-bottom: 7px;
}

.form-brand {
  text-align: center;
  margin: 23px 0 13px 0;
}

.form-group {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  padding-top: 16px;
}

.form-group--bd {
  position: relative;
}

.form-group--bd:after {
  content: '';
  position: absolute;
  width: calc(100% + 32px);
  left: -16px;
  right: -16px;
  height: 1px;
  background: #494949;
  bottom: 0;
}

.form-group--skip {
  margin-top: 24px;
}

.form-group--pass .form-label {
  width: 117px;
}

.form-group--pass .form-control {
  width: calc(100% - 117px);
}

.form-group--info i {
  margin-top: 4px;
  cursor: pointer;
  width: 39px;
  -webkit-transform: rotateY(180deg);
  transform: rotateY(180deg);
}

.form-group--btn {
  margin-top: 8px;
}

.form-group--inline {
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}

.form-group--inline .form-control {
  border-right: 0;
  border-radius: 8px 0 0 8px;
}

.form-group--inline .btn {
  display: block;
  width: 48px;
  border-radius: 0 8px 8px 0;
}

.form-label {
  display: block;
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #FFFFFF;
  width: 95px;
  text-transform: capitalize;
}

.form-control {
  width: 100%;
  height: 48px;
  background: #121212;
  border: 1px solid #6A6A6A;
  border-radius: 8px;
  font-size: 14px;
  line-height: 21px;
  color: #535257;
  padding: 0 12px;
}

.form-control--date {
  background-image: url(../images/date.svg);
  background-repeat: no-repeat;
  background-size: auto;
  background-position: 94% 50%;
}

.form-control--date::-webkit-input-placeholder {
  color: #535257;
}

.form-control--date::-moz-placeholder {
  color: #535257;
}

.form-control--date:-ms-input-placeholder {
  color: #535257;
}

.form-control--date::placeholder {
  color: #535257;
}

.form-checkbox {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  padding: 8px 0 0;
}

.form-checkbox input {
  display: none;
}

.form-checkbox input:checked~.form-checkmark:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.form-checkmark {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 24px;
  height: 24px;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #FFFFFF;
  border-radius: 6px;
  margin-right: 16px;
  position: relative;
}

.form-checkmark:after {
  content: '';
  display: block;
  width: 12px;
  height: 12px;
  background: #11D28B;
  border-radius: 6px;
  -webkit-transform: scale(0);
  transform: scale(0);
  opacity: 0;
  transition: all 0.3s ease-out;
}

.form-checktext {
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  width: calc(100% - 40px);
}

.form-checktext--alt {
  white-space: nowrap;
}

.form-checktext a {
  color: #11D28B;
  border-bottom: 1px solid #11D28B;
}

.form-checktext a:hover {
  color: #dc0019;
  border-bottom: 1px solid #dc0019;
}

.form-bottom {
  padding: 16px 0 32px 0;
}

.form-bottom a {
  margin-left: 8px;
}

.form-links {
  width: 100%;
  padding-top: 24px;
  font-size: 14px;
  line-height: 21px;
  color: #797575;
}

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

.form-link {
  font-size: 14px;
  line-height: 21px;
  color: #11D28B;
}

.form-link--center {
  font-size: 14px;
  line-height: 21px;
  color: #11D28B;
  display: inline-block;
  position: relative;
}

.form-link--center:after {
  content: '';
  position: absolute;
  height: 1px;
  width: 100%;
  background: #11D28B;
  bottom: 1px;
  left: 0;
  right: 0;
  margin: auto;
  transition: all 0.3s ease-out;
}

.form-link--center:hover,
.form-link--center:focus,
.form-link--center:active {
  color: #dc0019;
}

.form-link--center:hover:after,
.form-link--center:focus:after,
.form-link--center:active:after {
  background: #dc0019;
}

.form-btns {
  width: 100%;
  padding: 24px 0;
}

.custom-select-container {
  width: 100%;
  height: 48px;
  background: #121212;
  border: 1px solid #6A6A6A;
  border-radius: 8px;
  padding: 0 12px;
}

.custom-select-opener {
  height: 48px;
  background: rgba(255, 255, 255, 0);
  border: 0;
  padding: 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-size: 14px;
  line-height: 21px;
  color: #535257;
  position: relative;
}

.custom-select-opener:after {
  content: '';
  position: absolute;
  width: 9px;
  height: 6px;
  top: 0;
  bottom: 0;
  right: 9px;
  margin: auto;
  background-image: url(../images/arrow.svg);
  background-position: center;
  background-size: contain;
  background-repeat: no-repeat;
  transition: all 0.3s ease-out;
}

.custom-select-opener[aria-expanded="true"]:after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.custom-select-panel {
  background: #000;
  border-radius: 8px;
  margin-top: 10px;
}

.custom-select-option {
  padding: 15px 16px;
  font-family: "NeuePlak-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 18px;
  letter-spacing: 0.001em;
  color: #FFFFFF;
}

.custom-select-option.is-selected:before {
  content: none;
}

.custom-select-option.is-selected.has-focus {
  background: #11D28B;
  color: #121212;
}

.custom-select-container.customSelect:focus,
.custom-select-opener:focus {
  outline: 0;
}

.qs-datepicker-container {
  font-family: "Raleway", sans-serif;
  margin-top: 10px;
  left: 0 !important;
  width: 100%;
  border-radius: 8px;
  border: 1px solid #575757;
}

.qs-controls {
  padding: 8px;
  background: #575757;
}

.qs-squares {
  background: #000;
}

.qs-month-year {
  color: #FFFFFF;
}

.qs-day {
  color: #11D28B;
}

.qs-num {
  color: #FFFFFF;
}

.qs-current {
  font-family: "NeuePlak-SemiBold", sans-serif;
  text-decoration: none;
}

.qs-arrow.qs-right:after {
  border-left-color: #FFFFFF;
}

.qs-arrow.qs-left:after {
  border-right-color: #FFFFFF;
}

.single {
  padding-top: 84px;
  padding-bottom: 50px;
  margin-bottom: 135px;
}

.single-title {
  margin-bottom: 12px;
}

.single-descr {
  font-size: 16px;
  line-height: 24px;
  color: #FFFFFF;
  margin-bottom: 16px;
}

.single-txt {
  font-size: 16px;
  line-height: 21px;
  color: #F4F4F4;
}

.training {
  padding-top: 76px;
  padding-bottom: 41px;
}

.training-back {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
  font-weight: 700;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  color: #FFFFFF;
}

.training-back i {
  margin-right: 9px;
  margin-bottom: -2px;
}

.training-descr {
  font-size: 14px;
  line-height: 21px;
  text-transform: lowercase;
  color: #FFFFFF;
  margin-bottom: 19px;
}

.training-title {
  margin-bottom: 24px;
}

.training-title--sm {
  margin-bottom: 12px;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
}

.training-title--cond {
  margin-bottom: 8px;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
}

.training-section {
  margin-bottom: 40px;
}

.training-section:last-child {
  margin-bottom: 0;
}

.training-item__link {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  background: rgba(255, 255, 255, 0.1);
  padding: 16px 16px 12px;
  width: 172px;
  min-height: 144px;
}

.training-item__img {
  width: 64px;
  margin-bottom: 14px;
}

.training-item__img img {
  width: 100%;
}

.training-item__title {
  font-weight: 800;
  font-size: 18px;
  line-height: 32px;
  text-transform: lowercase;
  color: #FFFFFF;
}

.training-item__descr {
  font-size: 12px;
  line-height: 16px;
  color: #F4F4F4;
}

.training-link__inner {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 172px;
}

.training-link__img {
  padding-top: 81.5%;
  position: relative;
}

.training-link__img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.6) 100%);
}

.training-link__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.training-link__info {
  position: absolute;
  bottom: 15px;
  left: 16px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -o-object-fit: cover;
  object-fit: cover;
  z-index: 1;
}

.training-link__title {
  font-weight: 800;
  font-size: 21px;
  line-height: 32px;
  text-transform: lowercase;
  color: #FFFFFF;
  margin-bottom: 1px;
}

.training-link__descr {
  font-size: 12px;
  line-height: 16px;
  letter-spacing: 0.25px;
  color: #F4F4F4;
}

.training-article {
  position: relative;
}

.training-article__link {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
}

.training-article__img {
  padding-top: 50%;
  position: relative;
}

.training-article__img:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0.2) 0%, rgba(0, 0, 0, 0.8) 100%);
}

.training-article__img img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
}

.training-article__logo {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 164px;
  height: 22px;
}

.training-article__txt {
  position: absolute;
  font-size: 14px;
  line-height: 21px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  color: #FFFFFF;
  bottom: 21px;
  left: 16px;
}

.training-article__txt i {
  margin-left: 8px;
}

.swiper-slide {
  width: auto;
  margin-right: 16px;
}

.swiper-container {
  overflow: auto;
  -webkit-overflow-scrolling: touch;
}

.swiper-wrapper::-webkit-scrollbar {
  display: none;
}

.descr {
  padding-top: 24px;
  padding-bottom: 125px;
}

.descr-name {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 32px;
}

.descr-name__img {
  width: 40px;
  height: 40px;
  margin-right: 16px;
}

.descr-name__img img {
  max-width: 100%;
}

.descr-name__txt {
  width: calc(100% - 56px);
}

.descr-title {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 12px;
}

.descr-title__img {
  width: 32px;
  height: 32px;
  margin-right: 12px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.descr-title__txt {
  width: calc(100% - 44px);
  font-family: "NeuePlak-SemiBold", sans-serif;
}

.descr-txt {
  font-size: 14px;
  line-height: 21px;
  color: #E0E0E0;
  margin-bottom: 24px;
}

.descr-img {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.descr-img img {
  max-width: 100%;
}

.changed {
  padding-top: 0;
}

.changed .wrapper {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.changed .completed-img {
  width: 88px;
}

.changed .completed-img img {
  margin: 0;
}

.changed .completed-img:before {
  content: none;
}

.check-mail {
  padding-top: 0;
  margin-bottom: 160px;
}

.check-mail .wrapper {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
}

.check-mail .completed-img {
  width: 88px;
  height: 88px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.check-mail .completed-img img {
  margin: 0;
}

.check-mail .completed-img:before {
  top: 0;
  left: 0;
  right: auto;
}

.check-mail .form-sub-title {
  text-align: center;
  max-width: 320px;
  margin: 18px auto;
}

.check-mail-footer {
  max-width: 850px;
  min-width: 320px;
  margin: 0 auto;
  padding: 0 30px;
  color: #FFFFFF;
  line-height: 21px;
  text-align: center;
}

.check-mail-footer a {
  color: #11D28B;
}

.stack-up .wrapper {
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding-bottom: 84px;
}

.player {
  padding: 135px 0;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.player-video {
  position: relative;
  padding-top: 57%;
  width: 100%;
}

.player-video iframe {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.desktop {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.desktop .wrapper {
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.footer,
.header,
.section,
.video,
.game,
.index {
  display: none;
}

.mobile .desktop {
  display: none;
}

.mobile .footer,
.mobile .header,
.mobile .section {
  display: block;
}

.mobile .video,
.mobile .game,
.mobile .index {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.loader {
  height: 30px;
  width: 100%;
  border-radius: 20px;
  position: relative;
  font-weight: 300;
  font-size: 18px;
}

.loader:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.2) 50%, rgba(255, 255, 255, 0) 100%);
  position: absolute;
  top: 0;
  left: 0;
}

.loader.active .loader-glow,
.loader.active .loader-underglow {
  width: 100%;
}

.loader--sm {
  max-width: 220px;
  height: 18px;
  margin: 0 auto;
  font-size: 11px;
}

.loader--sm .loader-track {
  line-height: 18px;
}

.loader-track {
  width: 100%;
  height: 100%;
  border-radius: 20px;
  color: #fff;
  text-align: center;
  line-height: 30px;
  overflow: hidden;
  position: relative;
  opacity: 0.99;
}

.loader-glow {
  width: 0%;
  height: 100%;
  background: linear-gradient(to bottom, red 0%, #dc0019 100%);
  box-shadow: 0px 0px 14px 1px #dc0019;
  position: absolute;
  top: 0;
  left: 0;
  -webkit-animation: flicker 5s infinite;
  animation: flicker 5s infinite;
  overflow: hidden;
  transition: width 4s;
  z-index: 2;
}

.loader-underglow {
  width: 0%;
  height: 0%;
  border-radius: 20px;
  box-shadow: 0px 0px 60px 10px #dc0019;
  position: absolute;
  bottom: 0;
  -webkit-animation: flicker 5s infinite;
  animation: flicker 5s infinite;
  transition: width 4s;
}

.loader-front {
  font-family: "NeuePlak-NarrowBlack", sans-serif;
  position: absolute;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
}

.loader-back {
  font-family: "NeuePlak-NarrowBlack", sans-serif;
  color: #222;
  position: relative;
  top: -2px;
  left: 0;
  right: 0;
  margin: auto;
}

.game {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  -webkit-backdrop-filter: blur(8px);
  backdrop-filter: blur(8px);
  background: linear-gradient(154.49deg, rgba(121, 117, 131, 0.2) 5.35%, rgba(54, 53, 103, 0.2) 83.85%), linear-gradient(180deg, rgba(35, 37, 38, 0.3) 0%, rgba(0, 0, 0, 0.3) 100%);
}

.game:before {
  content: '';
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  background-image: url(../images/game-bg--310w-5blur-50pct.png);
  background-repeat: no-repeat;
  background-position-x: center;
  background-position-y: 65%;
  opacity: 100%;
}

@media only screen and (max-height: 820px) {
  .game--2 .game-field {
    max-height: none;
  }
}

.game-field {
  max-width: 414px;
  max-height: 727px;
  width: 100%;
  height: 100%;
  position: relative;
}

@media only screen and (max-width: 767px) {
  .game-field {
    border: 0;
  }
}

@media only screen and (max-height: 800px) {
  .game-field {
    border: 0;
  }
}

.game-item {
  position: absolute;
  cursor: pointer;
  transition: all 0.3s ease-out;
  border-radius: 50%;
}

.game-item img {
  max-width: 100%;
}

.game-item-1 {
  left: 64px;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-69px);
  transform: translateY(-69px);
  margin: auto;
  width: 40px;
  height: 40px;
}

.game-item-2 {
  right: 64px;
  top: 0;
  bottom: 0;
  -webkit-transform: translateY(-69px);
  transform: translateY(-69px);
  margin: auto;
  width: 40px;
  height: 40px;
}

.game-item-3 {
  left: 80px;
  bottom: 64px;
  width: 40px;
  height: 40px;
}

.game-item-4 {
  right: 80px;
  bottom: 64px;
  width: 40px;
  height: 40px;
}

.game-item-5 {
  width: 64px;
  height: 64px;
  top: 64px;
  left: 0;
  right: 0;
  margin: auto;
}

.game-item-6 {
  width: 64px;
  height: 64px;
  left: 64px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}

.game-item-7 {
  width: 64px;
  height: 64px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  right: 52px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: translateY(-80px);
  transform: translateY(-80px);
}

.game-item-8 {
  width: 40px;
  height: 40px;
  bottom: 64px;
  left: 0;
  right: 0;
  margin: auto;
}

.game-item.touched {
  width: 64px;
  height: 64px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0.5) 0%, rgba(255, 255, 255, 0) 100%), #121212;
  border: 1px solid #FFFFFF;
}

.game-item.touched img {
  display: none;
}

.game-message {
  position: absolute;
  font-family: "NeuePlak-SemiBold", sans-serif;
  font-size: 16px;
  line-height: 32px;
  color: #E0E0E0;
  opacity: 0;
  transition: all 0.3s ease-out;
  left: 0;
  right: 0;
  margin: auto;
  text-align: center;
}

.game-message__txt {
  font-size: 16px;
  line-height: 32px;
  padding: 0;
  position: relative;
}

.game-message__point {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: -10px;
  width: 1px;
  height: 1px;
}

.game-message.show {
  opacity: 1;
}

.game-message-arrows {
  opacity: 0;
  transition: all 0.3s ease-out;
}

.game-message-arrows.show {
  opacity: 1;
}

.game-arrow {
  position: absolute;
}

.game-arrow path {
  display: none;
}

.game-arrow-path {
  position: absolute;
}

.game-arrow-path-1 {
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
}

@-webkit-keyframes flicker {
  10% {
    opacity: 0.9;
  }

  30% {
    opacity: 0.86;
  }

  60% {
    opacity: 0.8;
  }

  80% {
    opacity: 0.75;
  }
}

@keyframes flicker {
  10% {
    opacity: 0.9;
  }

  30% {
    opacity: 0.86;
  }

  60% {
    opacity: 0.8;
  }

  80% {
    opacity: 0.75;
  }
}

@-webkit-keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(61, 61, 60, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(61, 61, 60, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(61, 61, 60, 0);
  }
}

@keyframes pulse {
  0% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(61, 61, 60, 0.7);
  }

  70% {
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 0 10px rgba(61, 61, 60, 0);
  }

  100% {
    -webkit-transform: scale(0.95);
    transform: scale(0.95);
    box-shadow: 0 0 0 0 rgba(61, 61, 60, 0);
  }
}

@-webkit-keyframes pulseLink {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

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

@keyframes pulseLink {
  0% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }

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

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

.drills {
  padding-top: 26px;
  margin-bottom: 135px;
}

.drills__title {
  font-size: 24px;
  line-height: 32px;
  margin-bottom: 10px;
}

.drills__items {
  counter-reset: item;
  position: relative;
}

.drills__item {
  counter-increment: item;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 13px 16px 14px;
  margin: 16px 0;
  background: rgba(255, 255, 255, 0.1);
  border: 1px solid #6A6A6A;
  border-radius: 12px;
}

.drills__item h3:before {
  content: counter(item) ". ";
}

.drills__item--completed .drills__info {
  padding-left: 36px;
  position: relative;
}

.drills__item--completed .drills__info:after {
  content: '';
  width: 22px;
  height: 22px;
  background: rgba(255, 255, 255, 0.2);
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
  background-image: url(../images/completed.svg);
  background-repeat: no-repeat;
  background-position: center;
  padding: 2px;
}

.drills__item--completed .drills__info h3 {
  text-decoration: line-through;
}

.drill {
  padding-top: 24px;
  padding-bottom: 125px;
}

.drill__header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drill__icon {
  width: 32px;
}

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

.drill__title {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 16px;
  margin-top: -12px;
  color: #FFFFFF;
}

.drill__list {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}

.drill__item {
  width: 24px;
  height: 24px;
  margin-top: -4px;
  margin-left: 8px;
  background: rgba(255, 255, 255, 0.2);
  border-radius: 50%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.drill__item i {
  width: 14.4px;
}

.drill__subtitle {
  margin-top: 12px;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: lowercase;
  color: #FFFFFF;
}

.drill__how-to {
  margin-top: 18px;
  font-weight: 800;
  font-size: 18px;
  line-height: 28px;
  text-transform: lowercase;
  color: #11D28B;
}

.drill__body {
  margin-top: 12px;
  font-size: 16px;
  line-height: 24px;
  text-transform: lowercase;
  color: #FFFFFF;
}

.drill__img {
  text-align: center;
  margin-top: 16px;
}

.drill__example {
  text-align: center;
  margin-top: 16px;
}

.drill__example video {
  height: 100%;
}

.drill-main {
  padding: 0;
}

.drill-main .wrapper {
  font-size: 60px;
  line-height: 21px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
  height: 100%;
}

.drill-main a {
  color: #FFFFFF;
}

.drill-video__wrap video {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
  object-fit: cover;
}

.drill-video__btns {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  bottom: 24px;
  position: fixed;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
}

.drill-video__btns a {
  font-weight: 600;
  font-size: 24px;
  line-height: 24px;
  text-transform: uppercase;
  opacity: 50%;
  color: #FFFFFF;
}

.cognition {
  padding-top: 76px;
  margin-bottom: 135px;
}

.cognition-wrapp.active .cognition-logo {
  -webkit-transform: translateY(0) scale(1);
  transform: translateY(0) scale(1);
  opacity: 1;
}

.cognition-wrapp.active .cognition-tabs {
  opacity: 1;
}

.cognition-wrapp.active .cognition-cnt {
  opacity: 1;
}

.cognition-pointer {
  position: absolute;
  top: 0;
  left: 0;
}

.cognition-pointer [class^="svg-image-"] {
  width: 18px;
}

.cognition-pointer>div {
  transition: -webkit-transform 0.3s ease;
  transition: transform 0.3s ease;
  transition: transform 0.3s ease, -webkit-transform 0.3s ease;
}

.cognition-pointer-v5 {
  -webkit-transform: translate(5px, 75px);
  transform: translate(5px, 75px);
}

.cognition-pointer-v1 {
  -webkit-transform: translate(92px, 8px);
  transform: translate(92px, 8px);
}

.cognition-pointer-v2 {
  -webkit-transform: translate(178px, 75px);
  transform: translate(178px, 75px);
}

.cognition-pointer-v3 {
  -webkit-transform: translate(140px, 176px);
  transform: translate(140px, 176px);
}

.cognition-pointer-v4 {
  -webkit-transform: translate(38px, 176px);
  transform: translate(38px, 176px);
}

.cognition-tabs {
  position: relative;
  width: 182px;
  height: 174px;
  margin: 0 auto 35px;
  opacity: 0;
  transition: all 2s ease-out;
  transition-delay: 1.5s;
}

.cognition-tab {
  position: absolute;
  width: 32px;
  height: 32px;
}

.cognition-tab .tab-link {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 32px;
  height: 32px;
  border-radius: 50%;
}

.cognition-tab .tab-link:before {
  content: '';
  z-index: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  background: #3D3D3C;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: none;
  -webkit-animation: pulseLink 2s infinite;
  animation: pulseLink 2s infinite;
}

.cognition-tab .tab-link:after {
  content: '';
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  box-shadow: 0 0 0 0 black;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: none;
  -webkit-animation: pulse 2s infinite;
  animation: pulse 2s infinite;
}

.cognition-tab .tab-link-icon {
  position: relative;
  z-index: 1;
  width: 16px;
  height: 22px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cognition-tab .tab-link-icon--active {
  position: absolute;
  opacity: 0;
}

.cognition-tab .tab-link-icon--default,
.cognition-tab .tab-link-icon--active {
  width: 100%;
  height: 100%;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  transition: all 0.3s ease-out;
}

.cognition-tab-1 {
  top: -17px;
  left: 0;
  right: 0;
  margin: auto;
}

.cognition-tab-2 {
  right: -13px;
  top: 50px;
}

.cognition-tab-3 {
  bottom: -9px;
  right: 24px;
}

.cognition-tab-4 {
  bottom: -9px;
  left: 24px;
}

.cognition-tab-5 {
  top: 50px;
  left: -12px;
}

.cognition-tab.active .tab-link {
  background: #FFFFFF;
  -webkit-animation: none;
  animation: none;
  width: 36px;
  height: 36px;
  -webkit-transform: translate(-2px, -2px);
  transform: translate(-2px, -2px);
}

.cognition-tab.active .tab-link:after,
.cognition-tab.active .tab-link:before {
  opacity: 0;
}

.cognition-tab.active .tab-link-icon--default {
  -webkit-animation: none;
  animation: none;
  opacity: 0;
}

.cognition-tab.active .tab-link-icon--active {
  -webkit-animation: none;
  animation: none;
  opacity: 1;
}

.cognition-pentagon {
  background-image: url(../images/pentagon2.png);
  background-size: contain;
  width: 182px;
  height: 174px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.cognition-pentagon canvas {
  margin-top: -12px;
}

.cognition-logo {
  margin-bottom: 22px;
  text-align: center;
  -webkit-transform: translateY(-110px) scale(2);
  transform: translateY(-110px) scale(2);
  opacity: 0;
  transition: -webkit-transform 1s 1s ease-out;
  transition: transform 1s 1s ease-out;
  transition: transform 1s 1s ease-out, -webkit-transform 1s 1s ease-out;
}

.cognition-logo img {
  width: 120px;
  display: inline-block;
  vertical-align: bottom;
}

.cognition-header {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 35px;
}

.cognition-header__logo {
  width: 40px;
  height: 48px;
  padding-top: 15px;
}

.cognition-header__descr {
  margin-top: 12px;
  width: 100%;
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: lowercase;
  color: #FFFFFF;
}

.cognition-cnt {
  position: relative;
  margin-top: 32px;
  opacity: 0;
  transition: opacity 1s 1.5s ease-out;
  overflow: hidden;
}

.cognition-pane {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  background: #121212;
  border: 1px solid #D6525D;
  border-radius: 12px;
}

.cognition-pane.active {
  position: relative;
}

.cognition-pane.active .cognition-pane__inner {
  opacity: 1;
  left: 0;
  transition: left .8s ease-out;
}

.cognition-pane.post-active .cognition-pane__inner {
  left: 100%;
  padding-left: 16px;
  transition: left .8s ease-out;
}

.cognition-pane__inner {
  z-index: 1;
  position: relative;
  opacity: 1;
  min-height: 129px;
  padding-left: 0;
  left: -101%;
  padding: 12px 0 0 12px;
}

.cognition-pane__descr {
  position: relative;
  z-index: 1;
  width: 100%;
}

.cognition-pane__title {
  font-weight: 700;
  font-size: 18px;
  line-height: 28px;
  text-transform: lowercase;
  color: #FFFFFF;
  margin-bottom: 4px;
}

.cognition-pane__title span {
  padding-left: 12px;
  font-size: 24px;
  line-height: 24px;
  color: #D6525D;
}

.cognition-pane__txt {
  max-width: 182px;
  font-size: 14px;
  line-height: 21px;
  text-transform: lowercase;
  color: #F4F4F4;
}

.cognition-pane__chart {
  position: absolute;
  z-index: 0;
  width: 100%;
  top: 12px;
  right: 0;
}

.cognition-links {
  margin-top: 24px;
  text-align: center;
}

.cognition-link {
  font-size: 14px;
  line-height: 21px;
  text-align: center;
  color: #11D28B;
  position: relative;
}

.cognition-link:after {
  content: '';
  height: 1px;
  width: 100%;
  background: #11D28B;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.cognition-link:hover,
.cognition-link:focus,
.cognition-link:active {
  color: #dc0019;
}

.cognition-link:hover:after,
.cognition-link:focus:after,
.cognition-link:active:after {
  background: #dc0019;
}

.chart-wrapp {
  position: relative;
  overflow: hidden;
  max-width: 319px;
  width: 100%;
  margin-left: auto;
}

.chart-full .chart-wrapp {
  max-width: 338px;
  margin: -12px auto 12px;
}

.chart-inner {
  position: relative;
}

.chart-field {
  width: 100%;
  height: 115px;
  position: relative;
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
}

.chart-full .chart-field {
  height: 150px;
}

.chart-gradient {
  -webkit-clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  clip-path: polygon(100% 0, 0% 100%, 100% 100%);
  height: 100%;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  opacity: 0.6;
  background: linear-gradient(180deg, #D6525D 0%, #121212 100%);
  border-radius: 0 0 12px 0;
}

.chart-point,
.chart-indicator {
  height: 1px;
  width: 100%;
  -webkit-transform: rotate(-19.5deg);
  transform: rotate(-19.5deg);
  -webkit-transform-origin: bottom left;
  transform-origin: bottom left;
  bottom: 0;
  left: 0;
  position: absolute;
}

.chart-full .chart-point,
.chart-full .chart-indicator {
  -webkit-transform: rotate(-21deg);
  transform: rotate(-21deg);
}

.chart-point {
  z-index: 3;
}

.chart-point__el {
  width: 5px;
  height: 5px;
  position: absolute;
  background: #FFFFFF;
  top: -2px;
  border-radius: 50%;
}

.chart-indicator__el {
  width: 1px;
  border-left: 1px dashed rgba(255, 255, 255, 0.6);
  height: 82px;
  top: 0;
  left: 0;
  position: absolute;
  -webkit-transform: rotate(19.5deg) translateX(2px);
  transform: rotate(19.5deg) translateX(2px);
  -webkit-transform-origin: top;
  transform-origin: top;
}

.chart-full .chart-indicator__el {
  height: 125px;
  -webkit-transform: rotate(21deg) translateX(2px);
  transform: rotate(21deg) translateX(2px);
}

.chart-info {
  margin-top: -27px;
  margin-right: 12px;
  color: #909090;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
}

.chart-full {
  margin-top: 10px;
  background: #121212;
  border: 1px solid #F1D261;
  border-radius: 12px;
}

.chart-full .chart-info {
  position: absolute;
  z-index: 3;
  bottom: 0;
  right: 0;
  margin-top: 0;
  font-size: 14px;
  line-height: 21px;
  text-align: right;
  color: #909090;
}

.chart-result {
  font-size: 14px;
  line-height: 21px;
  text-transform: lowercase;
  padding-left: 44px;
}

.chart-result-np {
  padding-left: 0;
}

.chart--red .chart-result {
  color: #dc0019;
}

.chart--red .chart-info span {
  color: #D6525D;
}

.chart--yellow .chart-gradient {
  background: linear-gradient(180deg, #F1CE43 0%, rgba(241, 206, 67, 0) 100%);
  opacity: 0.6;
}

.chart--yellow .chart-result {
  padding-left: 16px;
  margin: 14px 0 -28px;
  color: #F1D261;
}

.chart--yellow .chart-result span {
  font-weight: 700;
  font-size: 24px;
  line-height: 24px;
  margin-right: 5px;
}

.chart--yellow .chart-info span {
  color: #F1D261;
}

.smedia {
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  width: 100%;
  max-width: 1080px;
  padding: 0 48px;
  min-height: 1080px;
  margin: 0 auto;
  color: #FFFFFF;
}

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

.smedia__header {
  padding-top: 32px;
}

.smedia__title {
  font-family: "NeuePlak-CompBlack", sans-serif;
  font-size: 96px;
  line-height: 96px;
  text-transform: uppercase;
  color: #dc0019;
}

.smedia__subtitle {
  margin-top: 24px;
  font-family: "NeuePlak-NarrowBlack", sans-serif;
  font-size: 42px;
  line-height: 42px;
  text-transform: uppercase;
  text-align: center;
}

.smedia__pentagon {
  width: 370px;
  height: 360px;
  background: url("../images/smedia-pentagon.png");
  background-size: 370px 360px;
}

.smedia__main {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  margin-top: 80px;
}

.smedia__graphs {
  width: 48.9%;
  max-width: 450px;
  padding-right: 80px;
}

.smedia__list {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
}

.smedia__pentagon {
  background-image: url(../images/smedia-pentagon.png);
  background-repeat: no-repeat;
  background-size: contain;
  width: 370px;
  height: 362px;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 40px;
}

.smedia__pentagon canvas {
  margin-top: 4px;
}

.smedia__brand {
  width: 179px;
  margin: 32px auto;
}

.smedia__item {
  position: relative;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin-bottom: 51px;
}

.smedia__item::after {
  content: '';
  position: absolute;
  left: 0;
  right: 0;
  bottom: -30px;
  height: 2px;
  background: radial-gradient(50% 50% at 50% 50%, rgba(255, 255, 255, 0) 0%, rgba(255, 255, 255, 0.25) 100%);
}

.smedia__ico {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 40px;
  min-width: 40px;
  height: 40px;
  border-radius: 50%;
  background: rgba(255, 255, 255, 0.2);
}

.smedia__name {
  -webkit-flex-grow: 1;
  -ms-flex-positive: 1;
  flex-grow: 1;
  padding-left: 32px;
  font-family: "NeuePlak-NarrowBlack", sans-serif;
  font-size: 32px;
  line-height: 40px;
  text-transform: uppercase;
}

.smedia__val {
  font-family: "NeuePlak-NarrowBlack", sans-serif;
  font-size: 32px;
  line-height: 40px;
  color: #dc0019;
}

.smedia__slogan {
  width: 100%;
  max-width: 600px;
  margin: 5px auto 0;
}

.smedia__logo {
  margin-top: 25px;
  width: 100%;
  max-width: 106px;
  margin: 25px auto 0;
}

.popup {
  position: fixed;
  top: -10px;
  bottom: 0;
  left: 0;
  right: 0;
  background: rgba(0, 0, 0, 0.2);
  z-index: -1;
  opacity: 0;
  pointer-events: none;
  transition: all 0.3s ease;
}

.popup__wrap {
  position: fixed;
  top: 40px;
  bottom: 40px;
  left: 20px;
  right: 20px;
  background: #000000;
  overflow: auto;
}

.popup__close {
  z-index: 10;
  position: fixed;
  top: 50px;
  right: 25px;
  padding: 10px;
  cursor: pointer;
}

.popup__inner {
  padding: 24px;
}

.popup__inner p {
  margin: 24px 0;
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
}

.popup__tab {
  display: none;
}

.popup__tab.pp-open {
  display: block;
}

.active-popup+.popup {
  top: 0;
  z-index: 10;
  opacity: 1;
  pointer-events: auto;
}

.footer {
  padding-bottom: 22px;
  padding-top: 42px;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 40%);
  z-index: 5;
}

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

.footer--btns .footer-btn {
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 9px 0 10px;
  font-size: 14px;
  line-height: 21px;
  text-transform: lowercase;
}

.footer--btns .footer-btn i {
  width: 14px;
  margin-left: 6px;
}

.footer--btns .footer-btn:first-child {
  width: 50%;
  max-width: 158px;
}

.footer--btns .footer-btn:first-child:hover i,
.footer--btns .footer-btn:first-child:focus i,
.footer--btns .footer-btn:first-child:active i {
  background-position: 97.82608695652173% 70.35573122529644%;
}

.footer--btns .footer-btn:last-child {
  width: 50%;
  max-width: 158px;
}

.footer--btns .footer-btn:last-child:hover i,
.footer--btns .footer-btn:last-child:focus i,
.footer--btns .footer-btn:last-child:active i {
  background-position: 17.02127659574468% 98.4375%;
}

.footer-btns {
  margin-bottom: 16px;
}

.footer-btns:last-child {
  margin-bottom: 0;
}

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

.footer-links__txt {
  font-size: 14px;
  line-height: 21px;
  color: #797575;
}

.footer-link {
  font-size: 14px;
  line-height: 21px;
  color: #FFFFFF;
  margin-left: 8px;
  position: relative;
}

.footer-link:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  background: #FFFFFF;
  left: 0;
  right: 0;
  bottom: 0;
  transition: all 0.3s ease-out;
}

.footer-link:hover,
.footer-link:focus,
.footer-link:active {
  color: #dc0019;
}

.footer-link:hover:after,
.footer-link:focus:after,
.footer-link:active:after {
  background: #dc0019;
}

.footer--wlogo {
  padding-top: 8px;
  padding-bottom: 28px;
  background: transparent;
}

.footer-wlogo {
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}

@media only screen and (max-width: 359px) {
  .footer-wlogo {
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-align-items: flex-start;
    -ms-flex-align: start;
    align-items: flex-start;
  }
}

.footer-wlogo__txt {
  font-family: "NeuePlak-SemiBold", sans-serif;
  font-size: 14px;
  line-height: 21px;
  color: #797575;
  margin-right: 30px;
}

@media only screen and (max-width: 359px) {
  .footer-wlogo__txt {
    margin-right: 0;
    margin-bottom: 10px;
  }
}

.footer-wlogo .header-logo__line {
  margin: 0 11px;
  width: 1px;
  height: 24px;
  display: block;
  background: #797575;
}

.footer-wlogo .header-logo img:first-child {
  width: 40px;
}

.footer-wlogo .header-logo img:last-child {
  width: 168px;
}

.fixed-btn .footer {
  padding-top: 42px;
  position: fixed;
  width: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, black 40%);
}

#temporary-hack {
  height: 0.1%;
  width: 0.1%;
  display: none !important;
}

.center-content-main-axis {
  justify-content: center;
}

.simple-text-msg {
  text-align: center;
  font-weight: 800;
  font-size: 24px;
  line-height: 32px;
  text-transform: lowercase;
  color: #FFFFFF;
}

/*# sourceMappingURL=maps/main.css.map */