/* Additional Breakpoints */
/* Fonts */
/* Colors */
/* Animations */
/* Grid */
/* Global styles */
@font-face {
  font-family: "Stapel-ExtraBold";
  src: url("../fonts/subset-Stapel-ExtraBold.eot");
  src: url("../fonts/subset-Stapel-ExtraBold.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Stapel-ExtraBold.svg#Stapel-ExtraBold") format("svg"), url("../fonts/subset-Stapel-ExtraBold.ttf") format("truetype"), url("../fonts/subset-Stapel-ExtraBold.woff") format("woff"), url("../fonts/subset-Stapel-ExtraBold.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Stapel-Regular";
  src: url("../fonts/subset-Stapel-Regular.eot");
  src: url("../fonts/subset-Stapel-Regular.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Stapel-Regular.svg#Stapel-Regular") format("svg"), url("../fonts/subset-Stapel-Regular.ttf") format("truetype"), url("../fonts/subset-Stapel-Regular.woff") format("woff"), url("../fonts/subset-Stapel-Regular.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
@font-face {
  font-family: "Stapel-Medium";
  src: url("../fonts/subset-Stapel-Medium.eot");
  src: url("../fonts/subset-Stapel-Medium.eot?#iefix") format("embedded-opentype"), url("../fonts/subset-Stapel-Medium.svg#Stapel-Medium") format("svg"), url("../fonts/subset-Stapel-Medium.ttf") format("truetype"), url("../fonts/subset-Stapel-Medium.woff") format("woff"), url("../fonts/subset-Stapel-Medium.woff2") format("woff2");
  font-weight: normal;
  font-style: normal;
}
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
a,
abbr,
acronym,
address,
applet,
article,
aside,
audio,
b,
big,
blockquote,
body,
canvas,
caption,
center,
cite,
code,
dd,
del,
details,
dfn,
div,
dl,
dt,
em,
embed,
fieldset,
figcaption,
figure,
footer,
form,
h1,
h2,
h3,
h4,
h5,
h6,
header,
hgroup,
html,
i,
iframe,
img,
ins,
kbd,
label,
legend,
li,
mark,
menu,
nav,
object,
ol,
output,
p,
pre,
q,
ruby,
s,
samp,
section,
small,
span,
strike,
strong,
sub,
summary,
sup,
table,
tbody,
td,
tfoot,
th,
thead,
time,
tr,
tt,
u,
ul,
var,
video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
menu,
nav,
section {
  display: block;
}

ol,
ul {
  list-style: none;
}

blockquote,
q {
  quotes: none;
}

blockquote::after, blockquote::before {
  content: "";
  content: none;
}

q::after, q::before {
  content: "";
  content: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

svg {
  display: block;
  overflow: visible;
  position: relative;
}

body,
html {
  background-color: #1e2122;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: #fff;
  font-size: 100%;
  font-family: "Stapel-Regular", "Open Sans", sans-serif;
  font-weight: normal;
  width: 100%;
}

section {
  position: relative;
}

body {
  font-size: 19.2px;
  line-height: 1.4;
}
@media (max-width: 1727.98px) {
  body {
    font-size: 1.1111111111vw;
  }
}
@media (max-width: 1439.98px) {
  body {
    font-size: 16px;
  }
}

.container {
  margin: 0 auto;
  position: relative;
  width: 1464px;
}
@media (max-width: 1727.98px) {
  .container {
    width: 84.7222222222vw;
  }
}
@media (max-width: 1259.98px) {
  .container {
    width: 906px;
  }
}
@media (max-width: 1024px) {
  .container {
    padding-left: 59px;
    padding-right: 59px;
    width: auto;
  }
}
@media (max-width: 896px) {
  .container {
    padding-left: 48px;
    padding-right: 48px;
  }
}
@media (max-width: 767.98px) {
  .container {
    padding-left: 32px;
    padding-right: 32px;
  }
}
@media (max-width: 428px) {
  .container {
    padding-left: 20px;
    padding-right: 20px;
  }
}

.row-flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

.col-3 {
  width: -webkit-calc(78px * 3 + 48px * 2);
  width: calc(78px * 3 + 48px * 2);
}

.col-4 {
  width: -webkit-calc(78px * 4 + 48px * 3);
  width: calc(78px * 4 + 48px * 3);
}

.col-5 {
  width: -webkit-calc(78px * 5 + 48px * 4);
  width: calc(78px * 5 + 48px * 4);
}

.col-6 {
  width: -webkit-calc(78px * 6 + 48px * 5);
  width: calc(78px * 6 + 48px * 5);
}

.col-7 {
  width: -webkit-calc(78px * 7 + 48px * 6);
  width: calc(78px * 7 + 48px * 6);
}

.col-8 {
  width: -webkit-calc(78px * 8 + 48px * 7);
  width: calc(78px * 8 + 48px * 7);
}

.col-9 {
  width: -webkit-calc(78px * 9 + 48px * 8);
  width: calc(78px * 9 + 48px * 8);
}

.col-10 {
  width: -webkit-calc(78px * 10 + 48px * 9);
  width: calc(78px * 10 + 48px * 9);
}

@media (max-width: 1727.98px) {
  .col-3 {
    width: 19.0972222222vw;
  }

  .col-4 {
    width: 26.3888888889vw;
  }

  .col-5 {
    width: 33.6805555556vw;
  }

  .col-6 {
    width: 40.9722222222vw;
  }

  .col-7 {
    width: 48.2638888889vw;
  }

  .col-7 {
    width: 48.2638888889vw;
  }

  .col-8 {
    width: 55.5555555556vw;
  }

  .col-9 {
    width: 62.8472222222vw;
  }

  .col-10 {
    width: 70.1388888889vw;
  }
}
@media (max-width: 1259.98px) {
  .col-3 {
    width: -webkit-calc(48px * 3 + 30px * 2);
    width: calc(48px * 3 + 30px * 2);
  }

  .col-4 {
    width: -webkit-calc(48px * 4 + 30px * 3);
    width: calc(48px * 4 + 30px * 3);
  }

  .col-5 {
    width: -webkit-calc(48px * 5 + 30px * 4);
    width: calc(48px * 5 + 30px * 4);
  }

  .col-6 {
    width: -webkit-calc(48px * 6 + 30px * 5);
    width: calc(48px * 6 + 30px * 5);
  }

  .col-7 {
    width: -webkit-calc(48px * 7 + 30px * 6);
    width: calc(48px * 7 + 30px * 6);
  }

  .col-8 {
    width: -webkit-calc(48px * 8 + 30px * 7);
    width: calc(48px * 8 + 30px * 7);
  }

  .col-9 {
    width: -webkit-calc(48px * 9 + 30px * 8);
    width: calc(48px * 9 + 30px * 8);
  }

  .col-xl-6 {
    width: -webkit-calc(48px * 6 + 30px * 5);
    width: calc(48px * 6 + 30px * 5);
  }

  .col-xl-8 {
    width: -webkit-calc(48px * 8 + 30px * 7);
    width: calc(48px * 8 + 30px * 7);
  }
}
@media (max-width: 1024px) {
  .row-flex {
    margin: 0 -webkit-calc(-30px / 2);
    margin: 0 calc(-30px / 2);
  }

  .col {
    margin: 0 -webkit-calc(30px / 2);
    margin: 0 calc(30px / 2);
  }

  .col-3 {
    width: -webkit-calc(25% - 30px);
    width: calc(25% - 30px);
  }

  .col-4 {
    width: -webkit-calc(33.34% - 30px);
    width: calc(33.34% - 30px);
  }

  .col-5 {
    width: -webkit-calc(41.67% - 30px);
    width: calc(41.67% - 30px);
  }

  .col-6 {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .col-7 {
    width: -webkit-calc(58.33% - 30px);
    width: calc(58.33% - 30px);
  }

  .col-8 {
    width: -webkit-calc(66.67% - 30px);
    width: calc(66.67% - 30px);
  }

  .col-9 {
    width: -webkit-calc(75% - 30px);
    width: calc(75% - 30px);
  }

  .col-xl-6 {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .col-xl-8 {
    width: -webkit-calc(66.67% - 30px);
    width: calc(66.67% - 30px);
  }

  .col-lg-6 {
    width: -webkit-calc(50% - 30px);
    width: calc(50% - 30px);
  }

  .col-lg-8 {
    width: -webkit-calc(66.67% - 30px);
    width: calc(66.67% - 30px);
  }

  .col-lg-12 {
    width: -webkit-calc(100% - 30px);
    width: calc(100% - 30px);
  }

  .col-lg-auto {
    width: auto;
  }
}
@media (max-width: 767.98px) {
  .row-flex {
    margin: 0 -webkit-calc(-20px / 2);
    margin: 0 calc(-20px / 2);
  }

  .col {
    margin: 0 -webkit-calc(20px / 2);
    margin: 0 calc(20px / 2);
  }

  .col-3 {
    width: -webkit-calc(25% - 20px);
    width: calc(25% - 20px);
  }

  .col-4 {
    width: -webkit-calc(33.34% - 20px);
    width: calc(33.34% - 20px);
  }

  .col-5 {
    width: -webkit-calc(41.67% - 20px);
    width: calc(41.67% - 20px);
  }

  .col-6 {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .col-7 {
    width: -webkit-calc(58.33% - 20px);
    width: calc(58.33% - 20px);
  }

  .col-8 {
    width: -webkit-calc(66.67% - 20px);
    width: calc(66.67% - 20px);
  }

  .col-9 {
    width: -webkit-calc(75% - 20px);
    width: calc(75% - 20px);
  }

  .col-xl-6 {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .col-xl-8 {
    width: -webkit-calc(66.67% - 20px);
    width: calc(66.67% - 20px);
  }

  .col-lg-6 {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .col-lg-8 {
    width: -webkit-calc(66.67% - 20px);
    width: calc(66.67% - 20px);
  }

  .col-lg-12 {
    width: -webkit-calc(100% - 20px);
    width: calc(100% - 20px);
  }

  .col-sm-6 {
    width: -webkit-calc(50% - 20px);
    width: calc(50% - 20px);
  }

  .col-sm-8 {
    width: -webkit-calc(66.67% - 20px);
    width: calc(66.67% - 20px);
  }

  .col-lg-auto,
.col-sm-auto {
    width: auto;
  }
}
@media (max-width: 428px) {
  .row-flex {
    margin: 0 -webkit-calc(-10px / 2);
    margin: 0 calc(-10px / 2);
  }

  .col {
    margin: 0 -webkit-calc(10px / 2);
    margin: 0 calc(10px / 2);
  }

  .col-lg-6,
.col-lg-12,
.col-sm-6,
.col-sm-8,
.col-sm-12 {
    width: -webkit-calc(100% - 10px);
    width: calc(100% - 10px);
  }
}
h1 {
  font-family: "Stapel-ExtraBold", "Arial Bold", sans-serif;
  font-size: 77px;
  line-height: 1;
  margin-bottom: 38px;
  text-transform: uppercase;
}
@media (max-width: 1727.98px) {
  h1 {
    font-size: 4.4444444444vw;
    margin-bottom: 2.2222222222vw;
  }
}
@media (max-width: 1259.98px) {
  h1 {
    font-size: 54px;
    margin-bottom: 28px;
  }
}
@media (max-width: 1024px) {
  h1 {
    font-size: 44px;
    margin-bottom: 24px;
  }
}
@media (max-width: 896px) {
  h1 {
    font-size: 38px;
  }
}
@media (max-width: 767.98px) {
  h1 {
    font-size: 36px;
  }
}
@media (max-width: 428px) {
  h1 {
    font-size: 32px;
  }
}

h2 {
  font-family: "Stapel-ExtraBold", "Arial Bold", sans-serif;
  font-size: 67px;
  line-height: 1;
  margin-bottom: 29px;
  text-transform: uppercase;
}
@media (max-width: 1727.98px) {
  h2 {
    font-size: 3.8888888889vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media (max-width: 1259.98px) {
  h2 {
    font-size: 49px;
    margin-bottom: 21px;
  }
}
@media (max-width: 1024px) {
  h2 {
    font-size: 42px;
    margin-bottom: 18px;
  }
}
@media (max-width: 896px) {
  h2 {
    font-size: 36px;
  }
}
@media (max-width: 767.98px) {
  h2 {
    font-size: 32px;
    margin-bottom: 16px;
  }
}
@media (max-width: 428px) {
  h2 {
    font-size: 30px;
  }
}

h3 {
  font-family: "Stapel-ExtraBold", "Arial Bold", sans-serif;
  font-size: 48px;
  line-height: 1;
  margin-bottom: 77px;
  text-transform: uppercase;
}
@media (max-width: 1727.98px) {
  h3 {
    font-size: 2.7777777778vw;
    margin-bottom: 4.4444444444vw;
  }
}
@media (max-width: 1259.98px) {
  h3 {
    font-size: 35px;
    margin-bottom: 56px;
  }
}
@media (max-width: 1024px) {
  h3 {
    font-size: 30px;
    margin-bottom: 48px;
  }
}
@media (max-width: 896px) {
  h3 {
    margin-bottom: 40px;
  }
}
@media (max-width: 767.98px) {
  h3 {
    margin-bottom: 32px;
  }
}
@media (max-width: 428px) {
  h3 {
    margin-bottom: 24px;
  }
}

h1 b, h2 b, h3 b, h4 b, h5 b, h6 b {
  font-weight: 800;
  color: #F2002D;
}

.lead {
  font-size: 24px;
  letter-spacing: 0.05em;
}
@media (max-width: 1727.98px) {
  .lead {
    font-size: 1.3888888889vw;
  }
}
@media (max-width: 1439.98px) {
  .lead {
    font-size: 18px;
  }
}

.big {
  font-size: 22px;
  line-height: 1.3;
  letter-spacing: 0.05em;
  margin-bottom: 58px;
}
@media (max-width: 1727.98px) {
  .big {
    font-size: 1.25vw;
    margin-bottom: 3.3333333333vw;
  }
}
@media (max-width: 1439.98px) {
  .big {
    font-size: 16px;
    margin-bottom: 48px;
  }
}

.button {
  border: 1px solid #F2002D;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Stapel-Medium", "Open Sans", sans-serif;
  font-size: 19px;
  height: 67px;
  letter-spacing: 0.05em;
  margin-top: 58px;
  padding: 0 46px;
  text-decoration: none;
  text-transform: uppercase;
}
@media (max-width: 1727.98px) {
  .button {
    font-size: 1.1111111111vw;
    height: 3.8888888889vw;
    margin-top: 3.3333333333vw;
    padding-left: 2.6388888889vw;
    padding-right: 2.6388888889vw;
  }
}
@media (max-width: 1439.98px) {
  .button {
    font-size: 16px;
    height: 56px;
    padding-left: 38px;
    padding-right: 38px;
  }
}
@media (max-width: 1259.98px) {
  .button {
    margin-top: 42px;
  }
}
@media (max-width: 1024px) {
  .button {
    margin-top: 36px;
  }
}
@media (max-width: 896px) {
  .button {
    margin-top: 32px;
  }
}
@media (max-width: 428px) {
  .button {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    width: 100%;
  }
}

.button-red {
  background: #F2002D;
  color: #fff;
  display: -webkit-inline-box;
  display: -webkit-inline-flex;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Stapel-Medium", "Open Sans", sans-serif;
  font-size: 24px;
  height: 86px;
  margin-top: 67px;
  padding: 0 40px;
  text-decoration: none;
  text-transform: uppercase;
  position: relative;
}
.button-red:before, .button-red:after {
  background: #fff;
  -webkit-clip-path: polygon(0% 35%, 100% 35%, 100% 70%, 0% 70%);
          clip-path: polygon(0% 35%, 100% 35%, 100% 70%, 0% 70%);
  content: "";
  height: 100%;
  position: absolute;
  width: 1px;
}
.button-red:before {
  right: -webkit-calc(100% + 8px);
  right: calc(100% + 8px);
}
.button-red:after {
  left: -webkit-calc(100% + 8px);
  left: calc(100% + 8px);
}
.button-red span {
  display: block;
  margin-right: 38px;
  white-space: nowrap;
}
.button-red svg {
  display: block;
  height: 21.6px;
}
.button-red svg path {
  fill: transparent;
  stroke: #fff;
  stroke-width: 1.5;
}
@media (max-width: 1727.98px) {
  .button-red {
    font-size: 1.3888888889vw;
    height: 5vw;
    margin-top: 3.8888888889vw;
    padding-left: 2.3611111111vw;
    padding-right: 2.3611111111vw;
  }
  .button-red span {
    margin-right: 2.2222222222vw;
  }
  .button-red svg {
    height: 1.25vw;
  }
}
@media (max-width: 1259.98px) {
  .button-red {
    font-size: 17.5px;
    height: 63px;
    margin-top: 49px;
    padding-left: 30px;
    padding-right: 30px;
  }
  .button-red span {
    margin-right: 28px;
  }
  .button-red svg {
    height: 15.75px;
  }
}
@media (max-width: 1024px) {
  .button-red {
    font-size: 16px;
    height: 60px;
    margin-top: 42px;
  }
  .button-red svg {
    height: 14px;
  }
}
@media (max-width: 896px) {
  .button-red {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .button-red {
    margin-top: 36px;
  }
}
@media (max-width: 428px) {
  .button-red {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    padding-left: 40px;
    padding-right: 40px;
  }
  .button-red span {
    margin-right: 32px;
  }
}

.desktop .button {
  -webkit-transition: background 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.desktop .button:hover {
  background: #F2002D;
  -webkit-box-shadow: 0px 10px 40px rgba(242, 0, 45, 0.7);
          box-shadow: 0px 10px 40px rgba(242, 0, 45, 0.7);
}
.desktop .button-red {
  -webkit-transition: -webkit-box-shadow 0.15s ease-in-out;
  transition: -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out;
  transition: box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.desktop .button-red:before, .desktop .button-red:after {
  -webkit-transition: -webkit-clip-path 0.15s ease-in-out;
  transition: -webkit-clip-path 0.15s ease-in-out;
  -o-transition: clip-path 0.15s ease-in-out;
  transition: clip-path 0.15s ease-in-out;
  transition: clip-path 0.15s ease-in-out, -webkit-clip-path 0.15s ease-in-out;
}
.desktop .button-red svg {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.desktop .button-red:hover {
  -webkit-box-shadow: 0px 10px 40px rgba(242, 0, 45, 0.7);
          box-shadow: 0px 10px 40px rgba(242, 0, 45, 0.7);
}
.desktop .button-red:hover:before, .desktop .button-red:hover:after {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.desktop .button-red:hover svg {
  -webkit-transform: translate3d(15%, 0, 0);
          transform: translate3d(15%, 0, 0);
}

.slick-arrow {
  background: #F2002D;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 76px;
  margin-top: -38px;
  position: absolute;
  top: 50%;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
  width: 62px;
}
.slick-arrow svg {
  width: 24px;
}
.slick-arrow svg path {
  fill: #fff;
}
.slick-arrow.slick-disabled {
  pointer-events: none;
  opacity: 0.3;
}

.slick-prev {
  left: 0;
}

.slick-next {
  right: 0;
}

.slick-dots {
  display: none !important;
}

@media (max-width: 1727.98px) {
  .slick-arrow {
    height: 4.4444444444vw;
    margin-top: -2.2222222222vw;
    width: 3.6111111111vw;
  }
  .slick-arrow svg {
    width: 1.3888888889vw;
  }
}
@media (max-width: 1259.98px) {
  .slick-arrow {
    height: 56px;
    margin-top: -28px;
    width: 48px;
  }
  .slick-arrow svg {
    width: 17.5px;
  }
}
@media (max-width: 767.98px) {
  .slick-controls {
    height: 48px;
    margin-top: 16px;
    pointer-events: none;
    position: relative;
  }

  .slick-arrow {
    background: transparent;
    height: 48px;
    margin-top: -24px;
  }
  .slick-arrow svg {
    width: 20px;
  }

  .slick-arrow:not(.slick-disabled) {
    pointer-events: auto;
  }

  .slick-prev {
    left: 32px;
    margin-left: -14px;
  }

  .slick-next {
    margin-right: -14px;
    right: 32px;
  }

  .slick-dots {
    display: -webkit-box !important;
    display: -webkit-flex !important;
    display: -ms-flexbox !important;
    display: flex !important;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 48px;
  }
  .slick-dots li {
    cursor: pointer;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    height: 32px;
    padding: 12px;
    pointer-events: auto;
    width: 32px;
  }
  .slick-dots li:before {
    background: #525252;
    content: "";
    display: block;
    height: 100%;
    -webkit-transition: background 0.15s ease-in-out;
    -o-transition: background 0.15s ease-in-out;
    transition: background 0.15s ease-in-out;
    width: 100%;
  }
  .slick-dots li button {
    display: none;
  }
  .slick-dots li.slick-active {
    pointer-events: none;
  }
  .slick-dots li.slick-active:before {
    background: #F2002D;
  }
}
@media (max-width: 428px) {
  .slick-prev {
    left: 20px;
  }

  .slick-next {
    right: 20px;
  }
}
.desktop .slick-arrow {
  background: rgba(242, 0, 45, 0.75);
  -webkit-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.desktop .slick-arrow:hover {
  background: #F2002D;
}
.desktop .slick-dots li:not(.slick-active):hover:before {
  background: rgba(242, 0, 45, 0.75);
}
@media (max-width: 767.98px) {
  .desktop .slick-arrow {
    background: transparent;
  }
}

/* Blocks */
.header {
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  height: 100px;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
  z-index: 10;
}
.header-logo {
  height: 44px;
  left: 34px;
  margin-top: -22px;
  position: absolute;
  top: 50%;
}
.header-logo img {
  display: block;
  height: 100%;
}
.header-content {
  height: 100%;
  text-align: center;
}
@media (min-width: 1024px) {
  .header-content {
    background-image: none !important;
  }
}
.header-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.header-menu__item {
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: "Stapel-Medium", "Open Sans", sans-serif;
  font-size: 19px;
  line-height: 1.1875;
  margin: 0 24px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
}
.header-menu__item:before {
  background: #F2002D;
  bottom: 0;
  -webkit-clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
          clip-path: polygon(50% 0%, 50% 0%, 50% 100%, 50% 100%);
  height: 5px;
  content: "";
  left: 0;
  position: absolute;
  width: 100%;
}
.header-popup-lang, .header-popup-socials {
  display: none;
}
.header-lang {
  font-family: "Stapel-Medium", "Open Sans", sans-serif;
  font-size: 19px;
  height: 100%;
  position: absolute;
  right: 0;
  top: 0;
  width: 91px;
}
.header-lang-current {
  cursor: pointer;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
}
.header-lang-menu {
  background: #fff;
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  left: 0;
  opacity: 0;
  pointer-events: none;
  position: absolute;
  top: -webkit-calc(100% - 1px);
  top: calc(100% - 1px);
  width: 100%;
}
.header-lang-menu__item {
  color: #1D2122;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 80px;
  text-decoration: none;
}
.header-hamburger {
  display: none;
}
@media (max-width: 1727.98px) {
  .header {
    height: 5.8333333333vw;
  }
  .header-logo {
    height: 2.5vw;
    left: 1.9444444444vw;
    margin-top: -1.25vw;
  }
  .header-menu__item {
    font-size: 1.1111111111vw;
    margin-left: 1.3888888889vw;
    margin-right: 1.3888888889vw;
  }
  .header-menu__item:before {
    height: 0.2777777778vw;
  }
  .header-lang {
    font-size: 1.1111111111vw;
    width: 5.2777777778vw;
  }
  .header-lang-menu__item {
    height: 4.6296291667vw;
  }
}
@media (max-width: 1439.98px) {
  .header-menu__item {
    font-size: 16px;
  }
  .header-menu__item:before {
    height: 4px;
  }
  .header-lang {
    font-size: 16px;
  }
  .header-lang-menu__item {
    height: 66px;
  }
}
@media (max-width: 1259.98px) {
  .header {
    height: 74px;
  }
  .header-logo {
    height: 32px;
    left: 24px;
    margin-top: -16px;
  }
  .header-menu__item {
    margin-left: 17.5px;
    margin-right: 17.5px;
  }
  .header-lang {
    width: 67px;
  }
}
@media (max-width: 1023.98px) {
  .header {
    border-bottom: none;
    height: auto;
  }
  .header-logo {
    height: 30px;
    left: 32px;
    margin-top: 22px;
    z-index: 2;
  }
  .header-content {
    background-position: 50% 50%;
    background-repeat: no-repeat;
    background-size: cover;
    bottom: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    left: 0;
    position: fixed;
    right: 0;
    top: 0;
    -webkit-transform: translate3d(100%, 0, 0);
            transform: translate3d(100%, 0, 0);
    -webkit-transition: -webkit-transform 0.25s ease-in;
    transition: -webkit-transform 0.25s ease-in;
    -o-transition: transform 0.25s ease-in;
    transition: transform 0.25s ease-in;
    transition: transform 0.25s ease-in, -webkit-transform 0.25s ease-in;
  }
  .header-menu {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    height: auto;
    padding-top: 74px;
  }
  .header-menu__item {
    font-size: 20px;
    margin: 12px 0;
    padding: 12px 0;
  }
  .header-popup-lang, .header-popup-socials {
    display: block;
  }
  .header-popup-lang {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
  .header-popup-lang__item {
    border-right: 1px solid rgba(255, 255, 255, 0.2);
    color: rgba(255, 255, 255, 0.8);
    font-family: "Stapel-Medium", "Open Sans", sans-serif;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
    padding: 0 32px;
    text-decoration: none;
    text-transform: uppercase;
  }
  .header-popup-lang__item:last-child {
    border-right: 0;
  }
  .header-popup-lang a.header-popup-lang__item {
    color: #fff;
  }
  .header-popup-socials {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 48px;
    margin-top: 48px;
  }
  .header-popup-socials__item {
    background: rgba(0, 0, 0, 0.8);
    border: 1px solid rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 40px;
    margin: 0 12px;
    width: 40px;
  }
  .header-lang {
    display: none;
  }
  .header-hamburger {
    display: block;
    height: 74px;
    position: absolute;
    right: 0;
    top: 0;
    width: 88px;
    z-index: 2;
  }
  .header-hamburger:before {
    background: #fff;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    top: 30px;
    -webkit-transform-origin: 6px 7px;
        -ms-transform-origin: 6px 7px;
            transform-origin: 6px 7px;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    width: 24px;
  }
  .header-hamburger:after {
    background: #fff;
    bottom: 30px;
    content: "";
    height: 2px;
    left: 50%;
    margin-left: -12px;
    position: absolute;
    -webkit-transform-origin: 5.62px -5px;
        -ms-transform-origin: 5.62px -5px;
            transform-origin: 5.62px -5px;
    -webkit-transition: -webkit-transform 0.25s ease-in-out;
    transition: -webkit-transform 0.25s ease-in-out;
    -o-transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out;
    transition: transform 0.25s ease-in-out, -webkit-transform 0.25s ease-in-out;
    width: 24px;
  }
  .header.open .header-content {
    -webkit-transform: translate3d(0, 0, 0);
            transform: translate3d(0, 0, 0);
    -webkit-transition: -webkit-transform 0.25s ease-out;
    transition: -webkit-transform 0.25s ease-out;
    -o-transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out;
    transition: transform 0.25s ease-out, -webkit-transform 0.25s ease-out;
  }
  .header.open .header-hamburger:before {
    -webkit-transform: rotate(45deg);
        -ms-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .header.open .header-hamburger:after {
    -webkit-transform: rotate(-45deg);
        -ms-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
}
@media (max-width: 959.98px) and (orientation: landscape) {
  .header-menu {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
    -webkit-flex-direction: row;
        -ms-flex-direction: row;
            flex-direction: row;
    -webkit-flex-wrap: wrap;
        -ms-flex-wrap: wrap;
            flex-wrap: wrap;
  }
  .header-menu__item {
    margin-left: 20px;
    margin-right: 20px;
  }
  .header-popup-socials {
    margin-bottom: 32px;
    margin-top: 32px;
  }
}
@media (max-width: 428px) {
  .header-logo {
    left: 20px;
  }
  .header-hamburger {
    width: 64px;
  }
}

.desktop .header-logo {
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.desktop .header-logo:hover {
  opacity: 0.8;
}
.desktop .header-menu__item:before {
  -webkit-transition: -webkit-clip-path 0.15s ease-in-out;
  transition: -webkit-clip-path 0.15s ease-in-out;
  -o-transition: clip-path 0.15s ease-in-out;
  transition: clip-path 0.15s ease-in-out;
  transition: clip-path 0.15s ease-in-out, -webkit-clip-path 0.15s ease-in-out;
}
.desktop .header-menu__item:hover:before {
  -webkit-clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
          clip-path: polygon(0% 0%, 100% 0%, 100% 100%, 0% 100%);
}
.desktop .header-lang {
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}
.desktop .header-lang-menu {
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.desktop .header-lang-menu__item {
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}
.desktop .header-lang-menu__item:hover {
  background: #F2002D;
  color: #fff;
}
.desktop .header-lang:hover {
  background: #fff;
  color: #1D2122;
}
.desktop .header-lang:hover .header-lang-menu {
  opacity: 1;
  pointer-events: auto;
}

.device .header-lang {
  -webkit-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, color 0.15s ease-in-out;
}
.device .header-lang-menu {
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.device .header-lang.open {
  background: #fff;
  color: #1D2122;
}
.device .header-lang.open .header-lang-menu {
  opacity: 1;
  pointer-events: auto;
}

.scrolldown {
  border-left: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  bottom: 89px;
  position: absolute;
  right: 0;
  top: 0;
  width: 91px;
  z-index: 8;
}
.scrolldown-control {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  font-family: "Stapel-Medium", "Open Sans", sans-serif;
  font-size: 14px;
  line-height: 1.16;
  letter-spacing: 0.01em;
  height: -webkit-calc(100% - 100px);
  height: calc(100% - 100px);
  margin-top: 100px;
  padding-bottom: 29px;
  text-align: center;
  text-decoration: none;
  text-transform: uppercase;
}
.scrolldown-control span {
  display: block;
  text-align: left;
  -webkit-transform: rotate(-90deg) translate3d(50%, 0, 0);
          transform: rotate(-90deg) translate3d(50%, 0, 0);
  -webkit-transform-origin: 50% 50%;
      -ms-transform-origin: 50% 50%;
          transform-origin: 50% 50%;
  white-space: nowrap;
}
.scrolldown-control img {
  display: block;
  margin-top: 7px;
  width: 19px;
}
@media (max-width: 1727.98px) {
  .scrolldown {
    bottom: 5.1388888889vw;
    width: 5.2777777778vw;
  }
  .scrolldown-control {
    font-size: 0.8333333333vw;
    height: -webkit-calc(100% - 5.83333333333333vw);
    height: calc(100% - 5.83333333333333vw);
    margin-top: 5.8333333333vw;
    padding-bottom: 1.6666666667vw;
  }
  .scrolldown-control img {
    margin-top: 0.4166666667vw;
    width: 1.1111111111vw;
  }
}
@media (max-width: 1727.98px) {
  .scrolldown-control {
    font-size: 12px;
    padding-bottom: 24px;
  }
  .scrolldown-control img {
    margin-top: 6px;
    width: 16px;
  }
}
@media (max-width: 1259.98px) {
  .scrolldown {
    bottom: 65px;
    width: 67px;
  }
  .scrolldown-control {
    height: -webkit-calc(100% - 74px);
    height: calc(100% - 74px);
    margin-top: 74px;
  }
}
@media (max-width: 1024px) {
  .scrolldown {
    display: none;
  }
}

.desktop .scrolldown-control {
  -webkit-transition: background 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out;
  transition: background 0.15s ease-in-out;
}
.desktop .scrolldown-control img {
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.desktop .scrolldown-control:hover {
  background: rgba(255, 255, 255, 0.1);
}
.desktop .scrolldown-control:hover img {
  -webkit-transform: translate3d(0, 10%, 0);
          transform: translate3d(0, 10%, 0);
}

.device .scrolldown {
  display: none;
}

.section-bg-desktop, .section-bg-device {
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: cover;
  bottom: 0;
  left: 0;
  opacity: 0;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: opacity 0.35s ease-in-out 0.15s;
  -o-transition: opacity 0.35s ease-in-out 0.15s;
  transition: opacity 0.35s ease-in-out 0.15s;
}
.section-bg-desktop.loaded, .section-bg-device.loaded {
  opacity: 1;
}
.section-bg-device {
  display: none;
}
@media (max-width: 767.98px) {
  .section-bg .section-bg-desktop {
    display: none;
  }
  .section-bg .section-bg-device {
    display: block;
  }
}

.section-title {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  font-family: "Stapel-Medium", "Open Sans", sans-serif;
  font-size: 16px;
  height: 13px;
  position: relative;
  text-transform: uppercase;
}
.section-title-before {
  background: url(../img/section-title-before.svg);
  background-position: 100% 50%;
  background-repeat: repeat-x;
  height: 13px;
  position: absolute;
  right: -webkit-calc(100% + 5px);
  right: calc(100% + 5px);
  top: 0;
  width: 100vw;
}
.section-title-border {
  background: #F2002D;
  -webkit-box-shadow: 0px 0px 5px rgba(242, 0, 45, 0.7);
          box-shadow: 0px 0px 5px rgba(242, 0, 45, 0.7);
  height: 13px;
  margin-right: 12px;
  width: 2px;
}
.section-title-num {
  color: #F2002D;
  margin-right: 10px;
  text-shadow: 0px 0px 5px rgba(242, 0, 45, 0.7);
}
@media (max-width: 767.98px) {
  .section-title {
    display: none;
  }
}

/* Sections */
.intro {
  overflow: hidden;
}
.intro-bg .section-bg-device {
  background-position: 15% 15%;
}
.intro-video {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
.intro-content {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 100vh;
  padding-bottom: 100px;
  padding-top: 100px;
}
.intro-bottom {
  bottom: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 89px;
  left: 0;
  overflow: visible;
  position: absolute;
  right: 0;
}
.intro-bottom-platforms {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 132px;
  padding-left: 34px;
  padding-right: 17px;
  position: relative;
}
.intro-bottom-platforms__item {
  height: 26px;
  margin-right: 38px;
  opacity: 0.7;
}
.intro-bottom-platforms__item:last-child {
  margin-right: 0;
}
.intro-bottom-platforms:after {
  background-image: url(../img/intro-bottom-platforms-after.svg);
  background-repeat: no-repeat;
  background-size: auto 52px;
  content: "";
  height: 100%;
  left: 100%;
  position: absolute;
  top: -1px;
  width: 100vw;
}
.intro-bottom-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  height: 89px;
  padding-right: 25px;
  position: relative;
}
.intro-bottom-socials__item {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 48px;
  margin-left: 19px;
  width: 48px;
}
.intro-bottom-socials__item img {
  width: 19px;
}
.intro-bottom-socials__item:first-child {
  margin-left: 0;
}
@media (max-width: 1727.98px) {
  .intro-content {
    padding-bottom: 5.8333333333vw;
    padding-top: 5.8333333333vw;
  }
  .intro-bottom {
    height: 5.1388888889vw;
  }
  .intro-bottom-platforms {
    height: 7.6388888889vw;
    padding-left: 1.9444444444vw;
    padding-right: 0.9722222222vw;
  }
  .intro-bottom-platforms__item {
    height: 1.5277777778vw;
    margin-right: 2.2222222222vw;
  }
  .intro-bottom-platforms:after {
    background-size: auto 2.9861111111vw;
  }
  .intro-bottom-socials {
    height: 5.1388888889vw;
    padding-right: 1.25vw;
  }
  .intro-bottom-socials__item {
    height: 2.7777777778vw;
    margin-left: 1.1111111111vw;
    width: 2.7777777778vw;
  }
  .intro-bottom-socials__item img {
    width: 1.1111111111vw;
  }
}
@media (max-width: 1439.98px) {
  .intro-bottom-socials {
    padding-right: -webkit-calc((5.27777777777778vw - 40px) / 2);
    padding-right: calc((5.27777777777778vw - 40px) / 2);
  }
  .intro-bottom-socials__item {
    height: 40px;
    margin-left: 16px;
    width: 40px;
  }
  .intro-bottom-socials__item img {
    width: 16px;
  }
}
@media (max-width: 1259.98px) {
  .intro-content {
    padding-bottom: 74px;
    padding-top: 74px;
  }
  .intro-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-right: 30px;
  }
  .intro-bottom {
    height: 65px;
  }
  .intro-bottom-platforms {
    height: 96px;
    padding-left: 24px;
    padding-right: 12px;
  }
  .intro-bottom-platforms__item {
    height: 20px;
    margin-right: 28px;
  }
  .intro-bottom-platforms:after {
    background-size: auto 38px;
  }
  .intro-bottom-socials {
    height: 65px;
    padding-right: 17px;
  }
}
@media (max-width: 1024px) {
  .intro {
    overflow: visible;
  }
  .intro-content {
    height: auto;
    padding-bottom: 108px;
    padding-top: 108px;
  }
  .intro-text {
    padding-right: 0;
  }
  .intro-bottom {
    height: 56px;
  }
  .intro-bottom-platforms {
    height: 82px;
    padding-left: 21px;
    padding-right: 10px;
  }
  .intro-bottom-platforms__item {
    height: 16px;
    margin-right: 24px;
  }
  .intro-bottom-platforms:after {
    background-size: auto 32px;
  }
  .intro-bottom-socials {
    height: 56px;
    padding-right: 9px;
  }
}
@media (max-width: 767.98px) {
  .intro-content {
    padding-bottom: 0;
    padding-top: 150px;
  }
  .intro-bottom {
    border-top: none;
    height: auto;
    position: relative;
  }
  .intro-bottom-platforms {
    border-top: none;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: auto;
    padding: 34px 16px;
    width: 100%;
  }
  .intro-bottom-platforms__item {
    height: 22px;
    margin: 0 16px;
  }
  .intro-bottom-platforms__item:last-child {
    margin-right: 16px;
  }
  .intro-bottom-platforms:after {
    display: none;
  }
  .intro-bottom-socials {
    display: none;
  }
}
@media (max-width: 428px) {
  .intro-bottom-platforms {
    padding-left: 4px;
    padding-right: 4px;
  }
}

.desktop .intro-bottom-socials__item {
  -webkit-transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.desktop .intro-bottom-socials__item img {
  opacity: 0.7;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.desktop .intro-bottom-socials__item:hover {
  background: #F2002D;
  border-color: #F2002D;
  -webkit-box-shadow: 0px 10px 40px rgba(242, 0, 45, 0.7);
          box-shadow: 0px 10px 40px rgba(242, 0, 45, 0.7);
}
.desktop .intro-bottom-socials__item:hover img {
  opacity: 1;
}

.device .intro-content {
  height: auto;
  padding-bottom: 144px;
  padding-top: 144px;
}
@media (max-width: 1259.98px) {
  .device .intro-content {
    padding-bottom: 126px;
    padding-top: 126px;
  }
  .device .intro-text {
    padding-right: 0;
  }
}
@media (max-width: 1024px) {
  .device .intro-content {
    padding-bottom: 108px;
    padding-top: 108px;
  }
}
@media (max-width: 767.98px) {
  .device .intro-content {
    padding-bottom: 0;
    padding-top: 150px;
  }
}

.events .section-title {
  position: absolute;
  top: 140px;
  z-index: 2;
}
.events-list .slick-track {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}
.events-list__item {
  float: none;
  height: auto;
  position: relative;
}
.events-list__item-bg {
  bottom: 0;
  left: 0;
  position: absolute;
  right: 0;
  top: 0;
}
.events-list__item-bg-desktop, .events-list__item-bg-device {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.35s ease-in-out 0.15s;
  -o-transition: opacity 0.35s ease-in-out 0.15s;
  transition: opacity 0.35s ease-in-out 0.15s;
  width: 100%;
}
.events-list__item-bg-desktop.loaded, .events-list__item-bg-device.loaded {
  opacity: 1;
}
.events-list__item-bg-device {
  display: none !important;
}
.events-list__item .container {
  height: 100%;
}
.events-list__item-content {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 100%;
}
.events-list__item-content p.big {
  margin-bottom: 0;
}
.events-list__item-image {
  background-image: url(../img/events-image-right.svg);
  background-position: 50% 50%;
  background-repeat: no-repeat;
  background-size: contain;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
      -ms-flex-align: end;
          align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 100%;
  margin-left: -110px;
  padding-top: 74px;
}
.events-list__item-image img {
  height: 790px;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out 0.15s;
  -o-transition: opacity 0.35s ease-in-out 0.15s;
  transition: opacity 0.35s ease-in-out 0.15s;
}
.events-list__item-image img.loaded {
  opacity: 1;
}
.events-list__item-text {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
      -ms-flex-direction: column;
          flex-direction: column;
  padding-bottom: 140px;
  padding-top: 140px;
}
.events-list__item-text img {
  display: block;
  margin-bottom: 29px;
  opacity: 0;
  -webkit-transition: opacity 0.35s ease-in-out 0.15s;
  -o-transition: opacity 0.35s ease-in-out 0.15s;
  transition: opacity 0.35s ease-in-out 0.15s;
  max-width: 100%;
}
.events-list__item-text img.loaded {
  opacity: 1;
}
.events-list__item-center .events-list__item-content {
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.events-list__item-center .events-list__item-content h2,
.events-list__item-center .events-list__item-content p.big {
  margin-left: auto;
  margin-right: auto;
}
.events-list__item-center .events-list__item-text {
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
}
.events-list__item-left .events-list__item-image {
  background-image: url(../img/events-image-left.svg);
  margin-left: 0;
  margin-right: -110px;
  -webkit-box-ordinal-group: 3;
  -webkit-order: 2;
      -ms-flex-order: 2;
          order: 2;
}
.events-list-controls {
  z-index: 2;
}
@media (max-width: 1727.98px) {
  .events .section-title {
    top: 8.0555555556vw;
  }
  .events-list__item-image {
    margin-left: -7.6388888889vw;
    padding-top: 4.3055555556vw;
  }
  .events-list__item-image img {
    height: 45.6944444444vw;
  }
  .events-list__item-text {
    padding-bottom: 8.0555555556vw;
    padding-top: 8.0555555556vw;
  }
  .events-list__item-text img {
    margin-bottom: 1.6666666667vw;
  }
  .events-list__item-left .events-list__item-image {
    margin-left: 0;
    margin-right: -7.6388888889vw;
  }
}
@media (max-width: 1259.98px) {
  .events .section-title {
    top: 102px;
  }
  .events-list__item-image {
    margin-left: -59px;
    padding-top: 54px;
  }
  .events-list__item-image img {
    height: 450px;
  }
  .events-list__item-text {
    padding-bottom: 102px;
    padding-top: 102px;
  }
  .events-list__item-text img {
    margin-bottom: 21px;
  }
  .events-list__item-left .events-list__item-image {
    margin-left: 0;
    margin-right: -59px;
  }
}
@media (max-width: 1024px) {
  .events .section-title {
    top: 87px;
  }
  .events-list__item-image {
    margin-left: 0;
    padding-top: 47px;
    width: 50%;
  }
  .events-list__item-image img {
    height: auto;
    width: 100%;
  }
  .events-list__item-text {
    padding-bottom: 87px;
    padding-top: 87px;
  }
  .events-list__item-text img {
    margin-bottom: 18px;
  }
  .events-list__item-left .events-list__item-image {
    margin-right: 0;
  }
}
@media (max-width: 896px) {
  .events .section-title {
    top: 64px;
  }
  .events-list__item-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding-bottom: 64px;
    padding-right: 30px;
    padding-top: 64px;
  }
  .events-list__item-left .events-list__item-text {
    padding-left: 30px;
    padding-right: 0;
  }
  .events-list__item-center .events-list__item-text {
    padding-right: 0;
  }
}
@media (max-width: 767.98px) {
  .events-list__item {
    overflow: hidden;
  }
  .events-list__item-bg-desktop {
    display: none !important;
  }
  .events-list__item-bg-device {
    display: block !important;
  }
  .events-list__item-content {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
  .events-list__item-image {
    background: none !important;
    -webkit-box-align: start;
    -webkit-align-items: flex-start;
        -ms-flex-align: start;
            align-items: flex-start;
    left: 50%;
    margin-left: -270px;
    margin-right: 0;
    padding-top: 0;
    position: absolute;
    top: 28px;
    width: 540px;
  }
  .events-list__item-image img {
    -webkit-mask: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(40%, black));
    -webkit-mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 40%);
            mask: -webkit-gradient(linear, left bottom, left top, from(rgba(0, 0, 0, 0)), color-stop(40%, black));
            mask: linear-gradient(0deg, rgba(0, 0, 0, 0) 0%, black 40%);
  }
  .events-list__item-text {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin-left: -32px;
    margin-right: -32px;
    margin-top: 386px;
    padding: 0 32px 48px;
    position: relative;
  }
  .events-list__item-text:before {
    background: rgba(242, 0, 45, 0.3);
    bottom: 0;
    -webkit-clip-path: polygon(0% 0%, 100% 20.8333333333vw, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 20.8333333333vw, 100% 100%, 0% 100%);
    content: "";
    left: 0;
    position: absolute;
    right: 0;
    top: -15.625vw;
  }
  .events-list__item-text > * {
    position: relative;
  }
  .events-list__item-left .events-list__item-text {
    padding-left: 32px;
    padding-right: 32px;
  }
  .events-list__item-left .events-list__item-image {
    margin-left: -270px;
    margin-right: 0;
    -webkit-box-ordinal-group: 1;
    -webkit-order: 0;
        -ms-flex-order: 0;
            order: 0;
  }
  .events-list__item-center .events-list__item-text {
    margin-top: 0;
    padding: 48px 32px;
  }
  .events-list__item-center .events-list__item-text:before {
    display: none;
  }
  .events-list.slick-slider .events-list__item-text {
    padding-bottom: 104px;
  }
  .events-list.slick-slider .events-list__item.events-list__item-center .events-list__item-text {
    padding-bottom: 104px;
    padding-top: 104px;
  }
  .events-controls {
    bottom: 40px;
    left: 0;
    position: absolute;
    right: 0;
  }
}
@media (max-width: 428px) {
  .events-list__item-text {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 20px;
    padding-right: 20px;
  }
  .events-list__item-text:before {
    -webkit-clip-path: polygon(0% 0%, 100% 25vw, 100% 100%, 0% 100%);
            clip-path: polygon(0% 0%, 100% 25vw, 100% 100%, 0% 100%);
    top: -20vw;
  }
  .events-list__item-left .events-list__item-text {
    padding-left: 20px;
    padding-right: 20px;
  }
  .events-list__item-center .events-list__item-text {
    padding: 48px 20px;
  }
  .events-list.slick-slider .events-list__item-text {
    padding-bottom: 104px;
  }
  .events-list.slick-slider .events-list__item.events-list__item-center .events-list__item-text {
    padding-bottom: 104px;
    padding-top: 104px;
  }
}

.about {
  padding-top: 144px;
  text-align: center;
  z-index: 2;
}
.about .section-title {
  position: absolute;
}
.about-bg .section-bg-device {
  background-position: 50% 100%;
}
.about-right {
  display: block;
  position: absolute;
  right: 0;
  top: 19px;
  width: 96px;
}
.about h2,
.about .big {
  margin-left: auto;
  margin-right: auto;
}
.about-heroes {
  height: 470px;
  margin-bottom: 46px;
}
.about-heroes img {
  display: block;
  height: 100%;
  margin: 0 auto;
}
.about-down {
  bottom: 165px;
  display: block;
  left: 0;
  position: absolute;
  width: 36px;
}
.about-down img {
  display: block;
  width: 100%;
}
.about-bottom {
  height: 44px;
  pointer-events: none;
  position: relative;
}
.about-bottom-left {
  background: url(../img/about-bottom-left.svg);
  background-position: 100% 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 44px;
  position: absolute;
  right: -webkit-calc(50% + 74px);
  right: calc(50% + 74px);
  top: 0;
  width: -webkit-calc(50% - 74px);
  width: calc(50% - 74px);
}
.about-bottom-center {
  background: url(../img/about-bottom-center.svg);
  background-size: contain;
  height: 36px;
  left: 50%;
  margin-left: -33.5px;
  position: absolute;
  top: 24px;
  width: 67px;
}
.about-bottom-right {
  background: url(../img/about-bottom-right.svg);
  background-position: 0% 0%;
  background-repeat: no-repeat;
  background-size: auto 100%;
  height: 44px;
  position: absolute;
  left: -webkit-calc(50% + 74px);
  left: calc(50% + 74px);
  top: 0;
  width: -webkit-calc(50% - 74px);
  width: calc(50% - 74px);
}
@media (max-width: 1727.98px) {
  .about {
    padding-top: 8.3333333333vw;
  }
  .about-right {
    top: 1.1111111111vw;
    width: 5.5555555556vw;
  }
  .about-heroes {
    height: 27.2222222222vw;
    margin-bottom: 2.6388888889vw;
  }
  .about-down {
    bottom: 11.4583333333vw;
    width: 2.0833333333vw;
  }
}
@media (max-width: 1259.98px) {
  .about {
    padding-top: 105px;
  }
  .about-right {
    top: 14px;
    width: 70px;
  }
  .about-heroes {
    height: 343px;
    margin-bottom: 24px;
  }
  .about-down {
    bottom: 144px;
    width: 26px;
  }
}
@media (max-width: 1024px) {
  .about {
    padding-top: 90px;
  }
  .about-right {
    right: 59px;
    top: 12px;
    width: 60px;
  }
  .about-heroes {
    height: 294px;
    margin-bottom: 16px;
  }
  .about-down {
    bottom: 124px;
    left: 59px;
    width: 22px;
  }
}
@media (max-width: 896px) {
  .about {
    padding-top: 72px;
  }
  .about-right {
    right: 48px;
    top: 10px;
    width: 48px;
  }
  .about-heroes {
    height: 260px;
    margin-bottom: 12px;
  }
  .about-down {
    bottom: 100px;
    left: 48px;
    width: 18px;
  }
}
@media (max-width: 767.98px) {
  .about {
    padding-top: 64px;
  }
  .about-right, .about-down {
    display: none;
  }
  .about-heroes {
    height: 250px;
    margin-left: -32px;
    margin-right: -32px;
    overflow: hidden;
    position: relative;
  }
  .about-heroes img {
    left: 50%;
    position: absolute;
    top: 0;
    -webkit-transform: translate3d(-50%, 0, 0);
            transform: translate3d(-50%, 0, 0);
  }
}
@media (max-width: 428px) {
  .about {
    padding-top: 48px;
  }
  .about-heroes {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.features {
  padding-bottom: 115px;
  padding-top: 92px;
  position: relative;
}
.features:before {
  background: -webkit-gradient(linear, left top, left bottom, from(#1e2122), to(rgba(30, 33, 34, 0)));
  background: -o-linear-gradient(top, #1e2122 0%, rgba(30, 33, 34, 0) 100%);
  background: linear-gradient(180deg, #1e2122 0%, rgba(30, 33, 34, 0) 100%);
  content: "";
  height: 92px;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 1;
}
.features h3 {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}
.features-wrapper {
  position: relative;
}
.features-square {
  background: #F2002D;
  height: 10px;
  left: 0;
  position: absolute;
  top: -50px;
  width: 10px;
}
.features-square:nth-child(2) {
  left: 26px;
}
.features-square:nth-child(3) {
  left: auto;
  right: 26px;
}
.features-square:nth-child(4) {
  left: auto;
  right: 0;
}
.features-list {
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.features-list__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 376px 29px 58px;
  position: relative;
  text-align: center;
}
.features-list__item img {
  -o-object-fit: cover;
     object-fit: cover;
  height: 100%;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 0;
  -webkit-transition: opacity 0.35s ease-in-out 0.15s;
  -o-transition: opacity 0.35s ease-in-out 0.15s;
  transition: opacity 0.35s ease-in-out 0.15s;
  width: 100%;
}
.features-list__item img.loaded {
  opacity: 1;
}
.features-list__item:after {
  background: -webkit-gradient(linear, left top, left bottom, from(rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.9)));
  background: -o-linear-gradient(top, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  background: linear-gradient(180deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0.9) 100%);
  bottom: 0;
  content: "";
  height: 50%;
  left: 0;
  position: absolute;
  right: 0;
  z-index: 1;
}
.features-list__item-content {
  min-height: 240px;
  position: relative;
  z-index: 2;
}
.features-list__item-title {
  font-family: "Stapel-ExtraBold", "Arial Bold", sans-serif;
  font-size: 29px;
  line-height: 120%;
  margin: 0 auto 19px;
  text-transform: uppercase;
  max-width: 80%;
}
.features-list__item-text {
  color: rgba(255, 255, 255, 0.8);
  letter-spacing: 0.05em;
  line-height: 1.3;
}
.features-controls {
  display: none;
}
@media (max-width: 1727.98px) {
  .features {
    padding-bottom: 6.6666666667vw;
    padding-top: 5.3472222222vw;
  }
  .features:before {
    height: 5.3472222222vw;
  }
  .features-square {
    height: 0.5555555556vw;
    top: -3.3333333333vw;
    width: 0.5555555556vw;
  }
  .features-square:nth-child(2) {
    left: 1.5277777778vw;
  }
  .features-square:nth-child(3) {
    right: 1.5277777778vw;
  }
  .features-list__item {
    padding: 21.7361111111vw 1.6666666667vw 3.3333333333vw;
  }
  .features-list__item-content {
    min-height: 13.8888888889vw;
  }
  .features-list__item-title {
    font-size: 1.6666666667vw;
    margin-bottom: 1.1111111111vw;
  }
}
@media (max-width: 1259.98px) {
  .features {
    padding-bottom: 84px;
    padding-top: 67px;
  }
  .features:before {
    height: 67px;
  }
  .features-square {
    height: 7px;
    top: -36px;
    width: 7px;
  }
  .features-square:nth-child(2) {
    left: 19px;
  }
  .features-square:nth-child(3) {
    right: 19px;
  }
  .features-list__item {
    padding: 200px 21px 42px;
  }
  .features-list__item-content {
    min-height: 175px;
  }
  .features-list__item-title {
    font-size: 21px;
    margin-bottom: 14px;
    max-width: none;
  }
}
@media (max-width: 1024px) {
  .features {
    padding-bottom: 72px;
    padding-top: 58px;
  }
  .features:before {
    height: 58px;
  }
  .features-square {
    height: 6px;
    top: -30px;
    width: 6px;
  }
  .features-square:nth-child(2) {
    left: 16px;
  }
  .features-square:nth-child(3) {
    right: 16px;
  }
  .features-list {
    -webkit-flex-wrap: nowrap;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
    margin-left: -59px;
    margin-right: -59px;
    padding-left: 44px;
    padding-right: 44px;
    overflow: auto;
    -ms-overflow-style: none;
    scrollbar-width: none;
  }
  .features-list::-webkit-scrollbar {
    display: none;
  }
  .features-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 0 320px;
        -ms-flex: 0 0 320px;
            flex: 0 0 320px;
    margin: 0 15px;
    padding: 313px 24px 48px;
  }
  .features-list__item-content {
    min-height: 200px;
  }
  .features-list__item-title {
    font-size: 24px;
    margin-bottom: 16px;
  }
}
@media (max-width: 896px) {
  .features {
    padding-bottom: 64px;
    padding-top: 52px;
  }
  .features:before {
    height: 52px;
  }
  .features-list {
    margin-left: -48px;
    margin-right: -48px;
    padding-left: 33px;
    padding-right: 33px;
  }
}
@media (max-width: 767.98px) {
  .features {
    padding-bottom: 40px;
  }
  .features-square {
    display: none;
  }
  .features-list {
    display: block;
    margin-left: -32px;
    margin-right: -32px;
    padding-left: 32px;
    padding-right: 32px;
    overflow: hidden;
  }
  .features-list .slick-list {
    overflow: visible;
  }
  .features-list .slick-track {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: stretch;
    -webkit-align-items: stretch;
        -ms-flex-align: stretch;
            align-items: stretch;
    -webkit-box-pack: start;
    -webkit-justify-content: flex-start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
  .features-list__item {
    float: none;
    height: auto;
    margin-left: 10px;
    margin-right: 10px;
    width: 320px !important;
  }
  .features-controls {
    display: block;
    margin-left: -32px;
    margin-right: -32px;
  }
}
@media (max-width: 428px) {
  .features-list {
    margin-left: -20px;
    margin-right: -20px;
    padding-left: 15px;
    padding-right: 15px;
  }
  .features-list__item {
    -webkit-box-flex: 0;
    -webkit-flex: 0 1 100%;
        -ms-flex: 0 1 100%;
            flex: 0 1 100%;
    margin-left: 5px;
    margin-right: 5px;
    width: auto !important;
  }
  .features-controls {
    margin-left: -20px;
    margin-right: -20px;
  }
}

.gallery {
  overflow: hidden;
  padding-bottom: 160px;
  padding-top: 115px;
  position: relative;
}
.gallery-wrapper {
  position: relative;
}
.gallery-list {
  margin: 38px auto 0;
  overflow: visible;
  position: relative;
  width: -webkit-calc(78px * 10 + 48px * 10);
  width: calc(78px * 10 + 48px * 10);
}
.gallery-list .slick-list {
  overflow: visible;
}
.gallery-list__item {
  height: auto;
  margin: 0 24px;
}
.gallery-list__item img {
  display: block;
  width: 100%;
}
.gallery-pager {
  border-top: 1px dashed rgba(255, 255, 255, 0.2);
  left: 0;
  margin-top: 62px;
  position: absolute;
  width: 100%;
}
.gallery-pager-bar {
  margin: 0 auto;
  width: -webkit-calc(78px * 10 + 48px * 9);
  width: calc(78px * 10 + 48px * 9);
}
.gallery-pager-pane {
  margin-right: 16px;
  overflow: visible;
  position: relative;
}
.gallery-page {
  font-family: "Stapel-Medium", "Open Sans", sans-serif;
  font-size: 11px;
  line-height: 13px;
  position: relative;
  text-transform: uppercase;
  -webkit-transition: left 0.25s ease-in-out;
  -o-transition: left 0.25s ease-in-out;
  transition: left 0.25s ease-in-out;
}
.gallery-page:before {
  background: #F2002D;
  content: "";
  height: 1px;
  position: absolute;
  right: -webkit-calc(100% - 16px);
  right: calc(100% - 16px);
  top: -1px;
  width: 100vw;
}
.gallery-page-current {
  bottom: -webkit-calc(100% + 7px);
  bottom: calc(100% + 7px);
  display: block;
  position: absolute;
  text-align: center;
  width: 16px;
}
.gallery-page svg {
  bottom: -webkit-calc(100% + 1px);
  bottom: calc(100% + 1px);
  height: 2px;
  position: absolute;
  width: 16px;
}
.gallery-page svg path {
  fill: #F2002D;
}
.gallery-page-total {
  color: rgba(255, 255, 255, 0.3);
  display: block;
  padding-top: 4px;
  text-align: center;
  width: 16px;
}
@media (max-width: 1727.98px) {
  .gallery {
    padding-bottom: 9.2361111111vw;
    padding-top: 6.6666666667vw;
  }
  .gallery-list {
    margin-top: 2.2222222222vw;
    width: -webkit-calc(4.5138888888889vw * 10 + 2.7777777777778vw * 10);
    width: calc(4.5138888888889vw * 10 + 2.7777777777778vw * 10);
  }
  .gallery-list__item {
    margin-left: 1.3888888889vw;
    margin-right: 1.3888888889vw;
  }
  .gallery-pager {
    margin-top: 3.6111111111vw;
  }
  .gallery-pager-bar {
    width: -webkit-calc(4.5138888888889vw * 10 + 2.7777777777778vw * 9);
    width: calc(4.5138888888889vw * 10 + 2.7777777777778vw * 9);
  }
}
@media (max-width: 1439.98px) {
  .gallery-list {
    margin-top: 32px;
  }
}
@media (max-width: 1259.98px) {
  .gallery {
    padding-bottom: 116px;
    padding-top: 84px;
  }
  .gallery-list {
    width: -webkit-calc(48px * 10 + 30px * 10);
    width: calc(48px * 10 + 30px * 10);
  }
  .gallery-list__item {
    margin-left: 15px;
    margin-right: 15px;
  }
  .gallery-pager {
    margin-top: 45px;
  }
  .gallery-pager-bar {
    width: -webkit-calc(48px * 10 + 30px * 9);
    width: calc(48px * 10 + 30px * 9);
  }
}
@media (max-width: 1024px) {
  .gallery {
    padding-bottom: 100px;
    padding-top: 72px;
  }
  .gallery-list {
    width: -webkit-calc(100% - 59px * 2 + 30px);
    width: calc(100% - 59px * 2 + 30px);
  }
  .gallery-pager {
    margin-top: 40px;
  }
  .gallery-pager-bar {
    width: -webkit-calc(100% - 59px * 2);
    width: calc(100% - 59px * 2);
  }
}
@media (max-width: 896px) {
  .gallery {
    padding-top: 64px;
  }
  .gallery-list {
    width: -webkit-calc(100% - 48px * 2 + 30px);
    width: calc(100% - 48px * 2 + 30px);
  }
  .gallery-pager-bar {
    width: -webkit-calc(100% - 48px * 2);
    width: calc(100% - 48px * 2);
  }
}
@media (max-width: 767.98px) {
  .gallery {
    padding-bottom: 40px;
    padding-top: 64px;
  }
  .gallery-list {
    margin-top: 0;
    width: -webkit-calc(100% - 32px * 2 + 20px);
    width: calc(100% - 32px * 2 + 20px);
  }
  .gallery-list__item {
    margin-left: 10px;
    margin-right: 10px;
  }
  .gallery-pager {
    display: none;
  }
}
@media (max-width: 428px) {
  .gallery {
    padding-top: 56px;
  }
  .gallery-list {
    width: -webkit-calc(100% - 20px * 2 + 10px);
    width: calc(100% - 20px * 2 + 10px);
  }
  .gallery-list__item {
    height: 360px;
    margin-left: 5px;
    margin-right: 5px;
  }
  .gallery-list__item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 50%;
       object-position: 50% 50%;
    width: 100%;
  }
}

.faq {
  padding-bottom: 115px;
  padding-top: 115px;
}
.faq-bg .section-bg-desktop,
.faq-bg .section-bg-device {
  background-position: 50% 0%;
  background-size: 100% auto;
}
.faq-content {
  padding-top: 67px;
}
.faq-list {
  margin-top: 74px;
}
.faq-list__item-top {
  border-top: 1px solid rgba(255, 255, 255, 0.25);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: rgba(255, 255, 255, 0.5);
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -webkit-align-items: flex-start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 29px 0;
  position: relative;
  text-decoration: none;
  -webkit-transition: color 0.15s ease-in-out;
  -o-transition: color 0.15s ease-in-out;
  transition: color 0.15s ease-in-out;
}
.faq-list__item-top svg {
  width: 38.4px;
  -webkit-transition: -webkit-transform 0.15s ease-in-out;
  transition: -webkit-transform 0.15s ease-in-out;
  -o-transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out;
  transition: transform 0.15s ease-in-out, -webkit-transform 0.15s ease-in-out;
}
.faq-list__item-top svg path {
  fill: rgba(255, 255, 255, 0.3);
  -webkit-transition: fill 0.15s ease-in-out;
  -o-transition: fill 0.15s ease-in-out;
  transition: fill 0.15s ease-in-out;
}
.faq-list__item-top:before {
  border-top: 1px solid #F2002D;
  content: "";
  height: 1px;
  left: 0;
  position: absolute;
  top: -1px;
  -webkit-transition: width 0.35s ease-in-out;
  -o-transition: width 0.35s ease-in-out;
  transition: width 0.35s ease-in-out;
  width: 0%;
}
.faq-list__item-question {
  font-size: 29px;
  line-height: 1;
  margin-right: 20px;
  margin-top: 5px;
  text-transform: uppercase;
}
.faq-list__item-answer {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  display: none;
  letter-spacing: 0.05em;
  padding-bottom: 29px;
}
.faq-list__item.active .faq-list__item-top {
  color: #fff;
}
.faq-list__item.active .faq-list__item-top svg {
  -webkit-transform: rotate(135deg);
      -ms-transform: rotate(135deg);
          transform: rotate(135deg);
  -webkit-transition: -webkit-transform 0.25s ease-in-out 0.05s;
  transition: -webkit-transform 0.25s ease-in-out 0.05s;
  -o-transition: transform 0.25s ease-in-out 0.05s;
  transition: transform 0.25s ease-in-out 0.05s;
  transition: transform 0.25s ease-in-out 0.05s, -webkit-transform 0.25s ease-in-out 0.05s;
}
.faq-list__item.active .faq-list__item-top svg path {
  fill: #F2002D;
  -webkit-transition: fill 0.15s ease-in-out 0.15s;
  -o-transition: fill 0.15s ease-in-out 0.15s;
  transition: fill 0.15s ease-in-out 0.15s;
}
.faq-list__item.active .faq-list__item-top:before {
  width: 100%;
}
@media (max-width: 1727.98px) {
  .faq {
    padding-bottom: 6.6666666667vw;
    padding-top: 6.6666666667vw;
  }
  .faq-content {
    padding-top: 3.8888888889vw;
  }
  .faq-list {
    margin-top: 4.3055555556vw;
  }
  .faq-list__item-top {
    padding-bottom: 1.6666666667vw;
    padding-top: 1.6666666667vw;
  }
  .faq-list__item-top svg {
    width: 2.2222222222vw;
  }
  .faq-list__item-question {
    font-size: 1.6666666667vw;
    margin-right: 1vw;
  }
  .faq-list__item-answer {
    padding-bottom: 1.6666666667vw;
  }
}
@media (max-width: 1439.98px) {
  .faq-list__item-top {
    padding-bottom: 24px;
    padding-top: 24px;
  }
  .faq-list__item-answer {
    padding-bottom: 24px;
    margin-top: -8px;
  }
}
@media (max-width: 1259.98px) {
  .faq {
    padding-bottom: 84px;
    padding-top: 84px;
  }
  .faq-content {
    padding-top: 49px;
  }
  .faq-list {
    margin-top: 54px;
  }
  .faq-list__item-top svg {
    width: 28px;
  }
  .faq-list__item-question {
    font-size: 21px;
    margin-right: 14px;
  }
}
@media (max-width: 1024px) {
  .faq {
    padding-bottom: 72px;
    padding-top: 72px;
  }
  .faq-content {
    padding-top: 42px;
  }
  .faq-list {
    margin-top: 48px;
  }
  .faq-list__item-top svg {
    width: 24px;
  }
  .faq-list__item-question {
    font-size: 18px;
    margin-right: 12px;
    margin-top: 3px;
  }
}
@media (max-width: 896px) {
  .faq {
    padding-bottom: 64px;
    padding-top: 64px;
  }
  .faq-content {
    padding-top: 36px;
  }
  .faq-list {
    margin-top: 40px;
  }
}
@media (max-width: 767.98px) {
  .faq {
    padding-bottom: 32px;
    padding-top: 56px;
  }
  .faq-content {
    padding-top: 0;
  }
  .faq-list {
    margin-top: 32px;
  }
  .faq-list__item-top svg {
    width: 20px;
  }
  .faq-list__item-question {
    margin-top: 1px;
  }
}

.desktop .faq-list__item-top:hover {
  color: #fff;
}
.desktop .faq-list__item-top:hover svg path {
  fill: #F2002D;
}

.final-content {
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 240px;
  padding-top: 240px;
}
.final-heading {
  font-family: "Stapel-ExtraBold", "Arial Bold", sans-serif;
  font-size: 91px;
  line-height: 1;
  margin-bottom: 29px;
  text-transform: uppercase;
}
.final-heading b {
  font-weight: 800;
  color: #F2002D;
}
@media (max-width: 1727.98px) {
  .final-content {
    padding-bottom: 13.8888888889vw;
    padding-top: 13.8888888889vw;
  }
  .final-heading {
    font-size: 5.2777777778vw;
    margin-bottom: 1.6666666667vw;
  }
}
@media (max-width: 1439.98px) {
  .final-heading {
    margin-bottom: 24px;
  }
}
@media (max-width: 1259.98px) {
  .final-content {
    padding-bottom: 175px;
    padding-top: 175px;
  }
  .final-heading {
    font-size: 66px;
  }
}
@media (max-width: 1024px) {
  .final-content {
    padding-bottom: 100px;
    padding-top: 100px;
  }
  .final-heading {
    font-size: 57px;
  }
}
@media (max-width: 896px) {
  .final-content {
    padding-bottom: 80px;
    padding-top: 80px;
  }
  .final-heading {
    font-size: 48px;
  }
}
@media (max-width: 767.98px) {
  .final-heading {
    font-size: 36px;
  }
}
@media (max-width: 428px) {
  .final-content {
    padding-bottom: 45px;
    padding-top: 45px;
  }
  .final-heading {
    font-size: 32px;
  }
}

.footer {
  background: #000;
}
.footer-top {
  padding-top: 58px;
  text-align: center;
}
.footer-logos {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: -11px -20px 45px;
}
.footer-logos__item {
  display: block;
  height: 32px;
  margin: 11px 20px;
}
.footer-logos__item img {
  display: block;
  max-height: 32px;
}
.footer-socials {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -12px 50px;
}
.footer-socials__item {
  background: rgba(169, 169, 169, 0.1);
  border: 1px solid rgba(166, 166, 166, 0.2);
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  height: 40px;
  margin: 0 12px;
  width: 40px;
}
.footer-menu {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin: 0 -15px 18px;
}
.footer-menu__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  color: #fff;
  font-family: "Stapel-Medium", "Open Sans", sans-serif;
  font-size: 12px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  height: 30px;
  margin: 0 15px;
  position: relative;
  text-decoration: none;
  text-transform: uppercase;
  white-space: nowrap;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.2);
  color: #a6a6a6;
  font-size: 12px;
  padding: 20px 0;
  text-align: center;
}
@media (max-width: 1024px) {
  .footer-top {
    padding-top: 44px;
  }
  .footer-logos {
    margin-bottom: 31px;
  }
  .footer-socials {
    margin-bottom: 36px;
  }
}
@media (max-width: 767.98px) {
  .footer-top {
    padding-top: 24px;
  }
  .footer-logos {
    margin-bottom: 21px;
  }
  .footer-socials {
    margin-bottom: 22px;
  }
}

.desktop .footer-logos__item {
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.desktop .footer-logos__item:hover {
  opacity: 0.8;
}
.desktop .footer-socials__item {
  -webkit-transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
  -o-transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out;
  transition: background 0.15s ease-in-out, border-color 0.15s ease-in-out, box-shadow 0.15s ease-in-out, -webkit-box-shadow 0.15s ease-in-out;
}
.desktop .footer-socials__item img {
  opacity: 0.7;
  -webkit-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
.desktop .footer-socials__item:hover {
  background: #F2002D;
  border-color: #F2002D;
  -webkit-box-shadow: 0px 10px 40px rgba(242, 0, 45, 0.7);
          box-shadow: 0px 10px 40px rgba(242, 0, 45, 0.7);
}
.desktop .footer-socials__item:hover img {
  opacity: 1;
}
.desktop .footer-menu__item:before {
  background: #F2002D;
  bottom: 0;
  content: "";
  height: 2px;
  left: 0;
  position: absolute;
  -webkit-transition: width 0.15s ease-in-out;
  -o-transition: width 0.15s ease-in-out;
  transition: width 0.15s ease-in-out;
  width: 0%;
}
.desktop .footer-menu__item:hover:before {
  width: 100%;
}