@charset "UTF-8";
/*@font-face {
  font-family: "Work Sans";
  font-weight: 400;
  src: url("../fonts/work-sans.regular.ttf");
}*/
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0-modified | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* make sure to set some focus styles for accessibility */
:focus {
  outline: 0;
}

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

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration,
input[type=search]::-webkit-search-results-button,
input[type=search]::-webkit-search-results-decoration {
  -webkit-appearance: none;
  -moz-appearance: none;
}

input[type=search] {
  -webkit-appearance: none;
  -moz-appearance: none;
  -webkit-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}

textarea {
  overflow: auto;
  vertical-align: top;
  resize: vertical;
}

/**
 * Correct `inline-block` display not defined in IE 6/7/8/9 and Firefox 3.
 */
audio,
canvas,
video {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  max-width: 100%;
}

/**
 * Prevent modern browsers from displaying `audio` without controls.
 * Remove excess height in iOS 5 devices.
 */
audio:not([controls]) {
  display: none;
  height: 0;
}

/**
 * Address styling not present in IE 7/8/9, Firefox 3, and Safari 4.
 * Known issue: no IE 6 support.
 */
[hidden] {
  display: none;
}

/**
 * 1. Correct text resizing oddly in IE 6/7 when body `font-size` is set using
 *    `em` units.
 * 2. Prevent iOS text size adjust after orientation change, without disabling
 *    user zoom.
 */
html {
  font-size: 100%;
  /* 1 */
  -webkit-text-size-adjust: 100%;
  /* 2 */
  -ms-text-size-adjust: 100%;
  /* 2 */
}

/**
 * Address `outline` inconsistency between Chrome and other browsers.
 */
a:focus {
  outline: thin dotted;
}

/**
 * Improve readability when focused and also mouse hovered in all browsers.
 */
a:active,
a:hover {
  outline: 0;
}

/**
 * 1. Remove border when inside `a` element in IE 6/7/8/9 and Firefox 3.
 * 2. Improve image quality when scaled in IE 7.
 */
img {
  border: 0;
  /* 1 */
  -ms-interpolation-mode: bicubic;
  /* 2 */
}

/**
 * Address margin not present in IE 6/7/8/9, Safari 5, and Opera 11.
 */
figure {
  margin: 0;
}

/**
 * Correct margin displayed oddly in IE 6/7.
 */
form {
  margin: 0;
}

/**
 * Define consistent border, margin, and padding.
 */
fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

/**
 * 1. Correct color not being inherited in IE 6/7/8/9.
 * 2. Correct text not wrapping in Firefox 3.
 * 3. Correct alignment displayed oddly in IE 6/7.
 */
legend {
  border: 0;
  /* 1 */
  padding: 0;
  white-space: normal;
  /* 2 */
  *margin-left: -7px;
  /* 3 */
}

/**
 * 1. Correct font size not being inherited in all browsers.
 * 2. Address margins set differently in IE 6/7, Firefox 3+, Safari 5,
 *    and Chrome.
 * 3. Improve appearance and consistency in all browsers.
 */
button,
input,
select,
textarea {
  font-size: 100%;
  /* 1 */
  margin: 0;
  /* 2 */
  vertical-align: baseline;
  /* 3 */
  *vertical-align: middle;
  /* 3 */
}

/**
 * Address Firefox 3+ setting `line-height` on `input` using `!important` in
 * the UA stylesheet.
 */
button,
input {
  line-height: normal;
}

/**
 * Address inconsistent `text-transform` inheritance for `button` and `select`.
 * All other form control elements do not inherit `text-transform` values.
 * Correct `button` style inheritance in Chrome, Safari 5+, and IE 6+.
 * Correct `select` style inheritance in Firefox 4+ and Opera.
 */
button,
select {
  text-transform: none;
}

/**
 * 1. Avoid the WebKit bug in Android 4.0.* where (2) destroys native `audio`
 *    and `video` controls.
 * 2. Correct inability to style clickable `input` types in iOS.
 * 3. Improve usability and consistency of cursor style between image-type
 *    `input` and others.
 * 4. Remove inner spacing in IE 7 without affecting normal text inputs.
 *    Known issue: inner spacing remains in IE 6.
 */
button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  /* 2 */
  cursor: pointer;
  /* 3 */
  *overflow: visible;
  /* 4 */
}

/**
 * Re-set default cursor for disabled elements.
 */
button[disabled],
html input[disabled] {
  cursor: default;
}

/**
 * 1. Address box sizing set to content-box in IE 8/9.
 * 2. Remove excess padding in IE 8/9.
 * 3. Remove excess padding in IE 7.
 *    Known issue: excess padding remains in IE 6.
 */
input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  /* 1 */
  padding: 0;
  /* 2 */
  *height: 13px;
  /* 3 */
  *width: 13px;
  /* 3 */
}

/**
 * 1. Address `appearance` set to `searchfield` in Safari 5 and Chrome.
 * 2. Address `box-sizing` set to `border-box` in Safari 5 and Chrome
 *    (include `-moz` to future-proof).
 */
input[type=search] {
  -webkit-appearance: textfield;
  /* 1 */
  -moz-box-sizing: content-box;
  -webkit-box-sizing: content-box;
  /* 2 */
  box-sizing: content-box;
}

/**
 * Remove inner padding and search cancel button in Safari 5 and Chrome
 * on OS X.
 */
input[type=search]::-webkit-search-cancel-button,
input[type=search]::-webkit-search-decoration {
  -webkit-appearance: none;
}

/**
 * Remove inner padding and border in Firefox 3+.
 */
button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

/**
 * 1. Remove default vertical scrollbar in IE 6/7/8/9.
 * 2. Improve readability and alignment in all browsers.
 */
textarea {
  overflow: auto;
  /* 1 */
  vertical-align: top;
  /* 2 */
}

/**
 * Remove most spacing between table cells.
 */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

html,
button,
input,
select,
textarea {
  color: #222;
}

::-moz-selection {
  background: #b3d4fc;
  text-shadow: none;
}

::selection {
  background: #b3d4fc;
  text-shadow: none;
}

img {
  vertical-align: middle;
}

fieldset {
  border: 0;
  margin: 0;
  padding: 0;
}

textarea {
  resize: vertical;
}

.chromeframe {
  margin: 0.2em 0;
  background: #ccc;
  color: #000;
  padding: 0.2em 0;
}

/* width */
::-webkit-scrollbar {
  width: 4px;
}

/* Track */
::-webkit-scrollbar-track {
  background: #f1f1f1;
}

/* Handle */
::-webkit-scrollbar-thumb {
  background: #888;
}

/* Handle on hover */
::-webkit-scrollbar-thumb:hover {
  background: #555;
}

body {
  max-width: 100vw;
  overflow-x: hidden;
  background: black;
  font-family: "Work Sans";
}

* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

.textTransformNone {
  text-transform: none;
}

.button {
  background: #EA5B0C;
  display: flex;
  box-shadow: 0px 0px 0px #EA5B0C;
  border-radius: 100px;
  color: white;
  text-decoration: none;
  height: 60px;
  align-items: center;
  justify-content: center;
  text-align: center;
  width: 100%;
  max-width: 475px;
  flex-shrink: 0;
  transition-duration: 0.4s;
  font-size: 18px;
  letter-spacing: 1px;
  margin-left: auto;
  margin-right: auto;
  font-weight: 700;
  text-transform: uppercase;
  margin-bottom: 15px;
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .button {
    height: 6.6vh;
    max-width: 63vh;
    font-size: 2vh;
    margin-bottom: 2vh;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .button {
    border-radius: 12.5vh;
    margin-bottom: 2vh;
    height: 7.5vh;
    font-size: 2.2vh;
  }
}
@media (max-height: 500px) {
  .button {
    height: 40px;
    font-size: 14px;
  }
}
.button:hover {
  background-color: #ff6d1e;
}

.loader-wrapper {
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  background-color: #000;
  z-index: 99;
  visibility: visible;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  transition-duration: 0.4s;
}
.loader-wrapper .loader {
  max-width: 320px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.loader-wrapper .logo {
  margin-right: -32px;
  margin-bottom: 32px;
}
.loader-wrapper .logo svg {
  width: 100%;
}
.loader-wrapper .dots {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.loader-wrapper .dots span {
  -webkit-box-flex: 0;
  -ms-flex: 0 0 16px;
  flex: 0 0 16px;
  max-width: 16px;
  height: 16px;
  border-radius: 50%;
  background: #EA5B0C;
  background-size: 100% 100%;
  margin: 0 8px;
}
.loader-wrapper .dots span:nth-of-type(1) {
  -webkit-animation: loaderanim 2.3s linear alternate infinite;
  animation: loaderanim 2.3s linear alternate infinite;
  -webkit-animation-delay: 0.3s;
  animation-delay: 0.3s;
}
.loader-wrapper .dots span:nth-of-type(2) {
  -webkit-animation: loaderanim 2.3s linear alternate infinite;
  animation: loaderanim 2.3s linear alternate infinite;
  -webkit-animation-delay: 0.8s;
  animation-delay: 0.8s;
}
.loader-wrapper .dots span:nth-of-type(3) {
  -webkit-animation: loaderanim 2.3s linear alternate infinite;
  animation: loaderanim 2.3s linear alternate infinite;
  -webkit-animation-delay: 1.3s;
  animation-delay: 1.3s;
}

.loaded .loader-wrapper {
  opacity: 0;
  visibility: hidden;
}

.container {
  max-width: 1450px;
  margin: auto;
  padding: 0 15px;
}
@media (max-width: 577px) {
  .container {
    max-width: 320px;
    padding: 0 15px;
  }
}

.hero {
  overflow: hidden;
  padding: 15px;
  background: url(../img/bg.jpg) center no-repeat;
  background-attachment: fixed;
  background-size: cover;
  min-height: 100vh;
  padding-bottom: 100px;
  padding-top: 40px;
  position: relative;
  box-sizing: border-box;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}
@media (max-width: 1500px), (max-height: 900px) {
  .hero {
    padding-bottom: 50px;
    padding-top: 20px;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero {
    padding-top: 1.2vh;
  }
}
@media (max-height: 500px) {
  .hero {
    padding-top: 20px;
  }
}
.hero__bg * {
  position: absolute;
  object-fit: contain;
  height: auto;
}
.hero__bg .coin1 {
  left: 3%;
  top: 5%;
  -webkit-animation: coin 2s -1.2s ease-in-out infinite alternate;
  animation: coin 2s -1.2s ease-in-out infinite alternate;
}
@media (max-width: 1650px), (max-height: 900px) {
  .hero__bg .coin1 {
    width: 130px;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__bg .coin1 {
    left: 10px;
    width: 80px;
  }
}
@media (max-height: 500px) {
  .hero__bg .coin1 {
    display: none;
  }
}
.hero__bg .el1 {
  left: 4%;
  top: 10%;
}
@media (max-width: 1650px), (max-height: 900px) {
  .hero__bg .el1 {
    width: 170px;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__bg .el1 {
    left: -40px;
    display: none;
  }
}
.hero__bg .coin2 {
  right: 2%;
  bottom: 10%;
  -webkit-animation: coin 2s 0s ease-in-out infinite alternate;
  animation: coin 2s 0s ease-in-out infinite alternate;
}
@media (max-width: 1650px), (max-height: 900px) {
  .hero__bg .coin2 {
    width: 100px;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__bg .coin2 {
    right: -20px;
    bottom: 40%;
  }
}
.hero__bg .lemon {
  display: none;
  width: 130px;
  right: -40px;
  bottom: 30%;
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__bg .lemon {
    display: block;
    bottom: 10px;
  }
}
.hero__bg .el2 {
  right: 3%;
  top: 5%;
  -webkit-animation: coin 2s -2s ease-in-out infinite alternate;
  animation: coin 2s -2s ease-in-out infinite alternate;
}
@media (max-width: 1650px), (max-height: 900px) {
  .hero__bg .el2 {
    width: 230px;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__bg .el2 {
    display: none;
  }
}
.hero__bg .el3 {
  right: 5%;
  bottom: 10%;
}
@media (max-width: 1650px), (max-height: 900px) {
  .hero__bg .el3 {
    width: 190px;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__bg .el3 {
    right: auto;
    left: -30px;
    bottom: auto;
    top: 50px;
    width: 120px;
  }
}
.hero__bg .el4 {
  left: 4%;
  bottom: 5%;
  -webkit-animation: coin 2s -1.7s ease-in-out infinite alternate;
  animation: coin 2s -1.7s ease-in-out infinite alternate;
}
@media (max-width: 1650px), (max-height: 900px) {
  .hero__bg .el4 {
    width: 208px;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__bg .el4 {
    display: none;
  }
}
.hero__body {
  position: relative;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: auto;
}
@media (max-width: 991px) {
  .hero__body {
    padding-top: 20px;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero__body {
    padding-top: 6vh;
  }
}
@media (max-height: 500px) {
  .hero__body {
    padding-top: 20px;
  }
}
.hero__logo {
  margin-bottom: 73px;
}
@media (max-width: 1500px), (max-height: 900px) {
  .hero__logo {
    margin-bottom: 20px;
  }
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .hero__logo {
    margin-bottom: 2vh;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__logo {
    position: absolute;
    left: 0;
    right: 0;
    top: 18px;
    text-align: center;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero__logo {
    top: 1.2vh;
  }
}
@media (max-height: 500px) {
  .hero__logo {
    top: 10px;
  }
}
@media (max-width: 991px) {
  .hero__logo-img {
    width: 120px;
  }
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .hero__logo-img {
    width: 24vh;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero__logo-img {
    width: 15vh;
  }
}
@media (max-height: 500px) {
  .hero__logo-img {
    width: 80px;
  }
}
.hero__content {
  color: white;
  background: rgba(0, 0, 0, 0.7);
  border-radius: 20px;
  padding: 32px 55px;
  position: relative;
  width: 780px;
  flex-shrink: 0;
  margin-bottom: 32px;
  min-height: 350px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .hero__content {
    margin-bottom: 3vh;
    padding: 3.5vh 6vh;
    border-radius: 2vh;
    width: 87vh;
    min-height: 41vh;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__content {
    align-items: center;
    justify-content: center;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    padding: 16px;
    padding-bottom: 200px;
    min-height: 0px;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero__content {
    border-radius: 2.5vh;
    padding: 2vh 2vh 21vh;
    margin-bottom: 3vh;
  }
}
@media (max-height: 500px) {
  .hero__content {
    padding-bottom: 15px;
    margin-bottom: 10px;
  }
}
.hero__text1 {
  font-weight: 700;
  font-size: 30px;
  text-transform: uppercase;
  color: #FAD514;
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .hero__text1 {
    font-size: 3.3vh;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__text1 {
    font-size: 18px;
    margin-bottom: 20px;
    color: white;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero__text1 {
    font-size: 2.2vh;
    margin-bottom: 2vh;
  }
}
@media (max-height: 500px) {
  .hero__text1 {
    font-size: 14px;
    margin-bottom: 5px;
  }
}
.hero__text2 {
  font-weight: 700;
  text-transform: uppercase;
  display: flex;
  align-items: center;
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__text2 {
    flex-direction: column;
    justify-content: center;
    color: #FAD514;
    margin-bottom: 30px;
  }
  .hero__text2 br {
    display: none;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero__text2 {
    margin-bottom: 3.2vh;
  }
}
.hero__text2-1 {
  font-size: 120px;
  margin-right: 12px;
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .hero__text2-1 {
    font-size: 13vh;
    margin-right: 1.3vh;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__text2-1 {
    font-size: 90px;
    margin-right: 0;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero__text2-1 {
    font-size: 11.5vh;
  }
}
@media (max-height: 500px) {
  .hero__text2-1 {
    font-size: 55px;
  }
}
.hero__text2-2 {
  font-size: 44px;
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .hero__text2-2 {
    font-size: 5vh;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__text2-2 {
    font-size: 32px;
    text-align: center;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero__text2-2 {
    font-size: 4vh;
  }
}
@media (max-height: 500px) {
  .hero__text2-2 {
    font-size: 25px;
  }
}
.hero__text3 {
  margin-bottom: 50px;
  font-weight: 700;
  text-transform: uppercase;
  font-size: 42px;
  color: #FAD514;
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .hero__text3 {
    font-size: 5vh;
    margin-bottom: 5.5vh;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__text3 {
    font-size: 19px;
    margin-bottom: 30px;
    text-align: center;
    color: white;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero__text3 {
    font-size: 2.5vh;
    margin-bottom: 3.5vh;
  }
}
@media (max-height: 500px) {
  .hero__text3 {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.hero__text4 {
  position: relative;
  z-index: 1;
  font-weight: 700;
  font-size: 20px;
  margin-bottom: 60px;
  text-transform: uppercase;
  color: white;
  text-align: center;
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .hero__text4 {
    font-size: 2.2vh;
    margin-bottom: 6.5vh;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__text4 {
    font-size: 14px;
    margin-bottom: 20px;
    padding-top: 50px;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero__text4 {
    margin-bottom: 3vh;
    padding-top: 1vh;
    font-size: 1.6vh;
  }
}
@media (max-height: 500px) {
  .hero__text4 {
    padding-top: 0;
    margin-bottom: 5px;
  }
}
.hero__text4 a {
  background: rgba(255, 255, 255, 0.2);
  padding: 5px;
  display: inline-block;
  border-radius: 5px;
  position: relative;
  top: -3px;
  margin-left: 5px;
  margin-right: 5px;
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__text4 a {
    top: -1px;
  }
}
.hero__text4-logo {
  width: 320px;
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .hero__text4-logo {
    width: 35vh;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__text4-logo {
    width: 120px;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero__text4-logo {
    width: 15vh;
  }
}
.hero .copyCode {
  font-size: 20px;
  display: flex;
  align-items: center;
  font-weight: 700;
  text-transform: uppercase;
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .hero .copyCode {
    font-size: 2.2vh;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero .copyCode {
    font-size: 18px;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero .copyCode {
    font-size: 2.2vh;
  }
}
.hero .copyCode__code {
  margin-left: 10px;
  background: rgba(37, 170, 214, 0.3);
  border-radius: 80px;
  height: 44px;
  display: flex;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  text-align: center;
  justify-content: center;
  position: relative;
  cursor: pointer;
  transition-duration: 0.4s;
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .hero .copyCode__code {
    margin-left: 1vh;
    border-radius: 9vh;
    height: 5vh;
    padding-left: 2.2vh;
    padding-right: 2.2vh;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero .copyCode__code {
    margin-left: 1.2vh;
    border-radius: 8vh;
    height: 5.5vh;
    padding-left: 2.5vh;
    padding-right: 2.5vh;
  }
}
@media (max-height: 500px) {
  .hero .copyCode__code {
    height: 26px;
    padding-left: 10px;
    padding-right: 10px;
  }
}
.hero .copyCode__code::before {
  position: absolute;
  content: "Copied!";
  color: #fff;
  font-weight: 400;
  font-size: 12px;
  line-height: 20px;
  right: 0;
  left: 0;
  top: 0px;
  text-transform: none;
  text-align: center;
  opacity: 0;
  -webkit-transition: 0.1s;
  transition: 0.1s;
  border-radius: 3px;
  padding: 4px 10px;
  display: flex;
  justify-content: center;
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .hero .copyCode__code::before {
    font-size: 1.4vh;
    line-height: 2.2vh;
    border-radius: 0.3vh;
    padding: 0.4vh 1vh;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero .copyCode__code::before {
    font-size: 1.5vh;
    line-height: 2.5vh;
    border-radius: 0.5vh;
    padding: 0.5vh 1.3vh;
  }
}
.hero .copyCode__code.active {
  background: rgba(37, 170, 214, 0.6);
}
.hero .copyCode__code.active::before {
  opacity: 1;
  top: -30px;
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .hero .copyCode__code.active::before {
    top: -3.3vh;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero .copyCode__code.active::before {
    top: -3.6vh;
  }
}
.hero .copyCode__code:hover {
  background: rgba(37, 170, 214, 0.6);
}
.hero__imgContainer {
  position: absolute;
  bottom: 0;
  right: -71px;
  width: 468px;
}
@media (max-height: 900px) and (min-height: 501px) and (min-width: 992px) {
  .hero__imgContainer {
    right: -8vh;
    width: 52vh;
  }
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__imgContainer {
    left: 5%;
    height: 189px;
    width: 100%;
    overflow: hidden;
    max-width: 100%;
    background: url(../img/characterDesktop.png) center top no-repeat;
    background-size: auto 100%;
    -webkit-animation: coin2 2s -1.2s ease-in-out infinite alternate;
    animation: coin2 2s -1.2s ease-in-out infinite alternate;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 501px) {
  .hero__imgContainer {
    height: 21vh;
    background-size: auto 116%;
  }
}
@media (max-height: 500px) {
  .hero__imgContainer {
    display: none;
  }
}
.hero__img {
  display: block;
  width: 100%;
  height: auto;
}
@media (max-width: 991px), (max-height: 500px) {
  .hero__img {
    display: none;
  }
}
.hero .accordion__el {
  padding: 15px;
  padding-bottom: 0;
  border-radius: 15px;
  max-width: 600px;
}
@media (min-width: 992px) and (max-height: 811px) and (min-height: 450px) {
  .hero .accordion__el {
    max-width: 75vh;
    padding: 1.4vh;
    border-radius: 1.9vh;
  }
}
@media (max-width: 991px), (max-height: 449px) {
  .hero .accordion__el {
    padding: 7px;
    text-align: center;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 450px) {
  .hero .accordion__el {
    padding: 1vh;
  }
}
.hero .accordion__el-toggle {
  font-size: 16px;
  font-family: "Work Sans";
  color: white;
  padding: 0;
  border: none;
  background: none;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  margin-bottom: 15px;
  cursor: pointer;
}
@media (min-width: 992px) and (max-height: 811px) and (min-height: 450px) {
  .hero .accordion__el-toggle {
    margin-bottom: 1.9vh;
    font-size: 2vh;
  }
}
@media (max-width: 991px), (max-height: 449px) {
  .hero .accordion__el-toggle {
    font-size: 16px;
    margin-bottom: 15px;
    justify-content: center;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 450px) {
  .hero .accordion__el-toggle {
    font-size: 2vh;
    margin-bottom: 2vh;
  }
}
.hero .accordion__el-toggle::after {
  transition: transform 0.3s;
  width: 10px;
  height: 10px;
  content: "";
  border: 1px solid white;
  border-top: 0;
  border-left: 0;
  transform: rotate(45deg) translateY(-5px);
  flex-shrink: 0;
  margin-left: 5px;
  position: relative;
}
@media (max-height: 811px) and (min-height: 450px) {
  .hero .accordion__el-toggle::after {
    width: 1.2vh;
    height: 1.2vh;
    transform: rotate(45deg) translateY(-0.6vh);
    margin-left: 0.6vh;
  }
}
.hero .accordion__el-toggle:hover::after {
  transform: rotate(45deg) translateY(-5px) scale(1.3);
}
@media (max-height: 811px) and (min-height: 450px) {
  .hero .accordion__el-toggle:hover::after {
    transform: rotate(45deg) translateY(-0.6vh) scale(1.3);
  }
}
.hero .accordion__el.active {
  background: rgba(0, 0, 0, 0.3);
  padding-bottom: 15px;
}
@media (max-height: 811px) and (min-height: 450px) {
  .hero .accordion__el.active {
    padding-bottom: 1.9vh;
  }
}
.hero .accordion__el.active .accordion__el-toggle::after {
  transform: rotate(225deg);
  left: 7px;
  top: 4px;
}
@media (max-height: 811px) and (min-height: 450px) {
  .hero .accordion__el.active .accordion__el-toggle::after {
    left: 1vh;
    top: 0.5vh;
  }
}
@media (max-width: 991px), (max-height: 449px) {
  .hero .accordion__el.active .accordion__el-toggle::after {
    top: 3px;
  }
}
.hero .accordion__el.active .accordion__el-toggle:hover::after {
  transform: rotate(225deg) translateY(0px) scale(1.3);
}
.hero .accordion__el.active .accordion__el-panel {
  height: auto;
}
.hero .accordion__el-panel {
  overflow: hidden;
  max-height: 0;
  transition: max-height 0.5s ease-out;
}
.hero .accordion__el-text {
  font-weight: 400;
  color: white;
  text-transform: none;
  font-size: 12px;
  line-height: 1.5;
}
@media (max-height: 811px) and (min-height: 450px) {
  .hero .accordion__el-text {
    font-size: 1.5vh;
  }
}
.bottomLine {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  padding-top: 20px;
  padding-bottom: 20px;
  overflow: visible;
  z-index: 0;
}
@media (min-width: 992px) and (max-height: 811px) and (min-height: 450px) {
  .bottomLine {
    padding-top: 2.5vh;
    padding-bottom: 2.5vh;
  }
}
@media (max-width: 991px), (max-height: 449px) {
  .bottomLine {
    padding-top: 5px;
    padding-bottom: 5px;
    z-index: 1;
  }
}
@media (max-width: 991px) and (max-height: 811px) and (min-height: 450px) {
  .bottomLine {
    padding-top: 0.6vh;
    padding-bottom: 0.6vh;
  }
}
.bottomLine .swiper-wrapper {
  transition-timing-function: linear !important;
  height: 40px;
}
@media (min-width: 992px) and (max-height: 811px) and (min-height: 450px) {
  .bottomLine .swiper-wrapper {
    height: 5vh;
  }
}
@media (max-width: 991px), (max-height: 449px) {
  .bottomLine .swiper-wrapper {
    height: 20px;
  }
}
.bottomLine .swiper-slide {
  width: auto;
  opacity: 0.5;
}
.bottomLine .swiper-slide img {
  height: 100%;
  width: auto;
}

@-webkit-keyframes coin {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@keyframes coin {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(-20px);
    transform: translateY(-20px);
  }
}
@-webkit-keyframes coin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes coin2 {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
  100% {
    -webkit-transform: translateY(10px);
    transform: translateY(10px);
  }
}
@keyframes pulse {
  10%, 90% {
    transform: translate3d(-1px, 0px, 0px);
  }
  0% {
    transform: scale(1);
  }
  70% {
    transform: scale(1);
    box-shadow: rgba(90, 153, 212, 0) 0px 0px 0px 30px;
  }
  100% {
    transform: scale(1);
    box-shadow: rgba(90, 153, 212, 0) 0px 0px 0px 0px;
  }
}
.pulse {
  animation: 1.5s ease 0s infinite normal none running pulse;
}

.de .copyCode__code::before {
  content: "Kopiert!";
}

.fr .copyCode__code::before {
  content: "Copié!";
}

@-webkit-keyframes loaderanim {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}
@keyframes loaderanim {
  0% {
    opacity: 0.3;
  }
  50% {
    opacity: 1;
  }
  100% {
    opacity: 0.3;
  }
}