/*!
 * ============================================================
 * powder v1.0.0
 * (c) 2019 - Jeremy FAGIS - http://www.fagis.fr
 * ============================================================
 */

.visuallyhidden {
  position: absolute;
  overflow: hidden;
  clip: rect(0 0 0 0);
  height: 1px;
  width: 1px;
  margin: -1px;
  padding: 0;
  border: 0; }

.flexCenter {
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  flex-direction: column;
  -webkit-box-pack: center;
  justify-content: center;
  -webkit-box-align: left;
  align-items: left; }

.pRelative {
  position: relative; }

.text-left {
  text-align: left; }

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

.text-right {
  text-align: right; }

.show-md-f, .show-md-ib, .show-md,
.show-sm-f, .show-sm-ib, .show-sm,
.show-xs-f, .show-xs-ib, .show-xs {
  display: none; }

@media (max-width: 1024px) {
  .show-md-f {
    display: -webkit-box !important;
    display: flex !important; }
  .show-md-ib {
    display: inline-block; }
  .show-md {
    display: block; }
  .hide-md {
    display: none; } }

@media (max-width: 899px) {
  .show-sm-f {
    display: -webkit-box !important;
    display: flex !important; }
  .show-sm-ib {
    display: inline-block; }
  .show-sm {
    display: block; }
  .hide-sm {
    display: none; } }

@media (max-width: 767px) {
  .show-xs-f {
    display: -webkit-box !important;
    display: flex !important; }
  .show-xs-ib {
    display: inline-block; }
  .show-xs {
    display: block; }
  .hide-xs {
    display: none; } }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans.woff2") format("woff2"), url("../fonts/IBMPlexSans.woff") format("woff");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'IBM Plex Sans';
  src: url("../fonts/IBMPlexSans-Bold.woff2") format("woff2"), url("../fonts/IBMPlexSans-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-SemiBold.woff2") format("woff2"), url("../fonts/Roobert-SemiBold.woff") format("woff");
  font-weight: 600;
  font-style: normal; }

@font-face {
  font-family: 'Roobert';
  src: url("../fonts/Roobert-Bold.woff2") format("woff2"), url("../fonts/Roobert-Bold.woff") format("woff");
  font-weight: bold;
  font-style: normal; }

*, *::before, *::after, *:before, *:after, *:focus, *:active {
  box-sizing: border-box;
  outline: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  -ms-interpolation-mode: bicubic;
  /*cursor: none;*/ }

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0;
-webkit-font-smoothing: antialiased;
-moz-osx-font-smoothing: grayscale;
}

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

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

/* Grouping content
   ========================================================================== */
/**
 * 1. Add the correct box sizing in Firefox.
 * 2. Show the overflow in Edge and IE.
 */
hr {
  box-sizing: content-box;
  /* 1 */
  height: 0;
  /* 1 */
  overflow: visible;
  /* 2 */ }

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

html {
  font-size: 19px;
  line-height: 1.5; }
  @media (max-width: 1299px) {
    html {
      font-size: 17px; } }
  @media (max-width: 1024px) {
    html {
      font-size: 15px; } }
  @media (max-width: 767px) {
    html {
      font-size: 13px; } }

body {
  background: #000000;
  font-family: "IBM Plex Sans", -apple-system, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: 0;
  color: #FFFFFF;
  /*cursor: none;*/ }

*::selection {
  background: #B382EC;
  color: #FFF; }

*::-moz-selection {
  background: #B382EC;
  color: #FFF; }

*::-webkit-selection {
  background: #B382EC;
  color: #FFF; }
  
.banner-pc {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: auto;
	padding: 12px 0px;
	z-index: 9999;
	background: linear-gradient(89.2deg, #801CFF 0.69%, #9748F2 99.31%);
	background-color: #801CFF;
	text-align: center;
}

.banner-pc a {
	font-weight: 700;
	text-decoration: none;
	font-family: "Roobert", -apple-system, "Helvetica Neue", Arial, sans-serif;
	font-size: 16px;
	line-height: 22px;
}

.banner-pc a:hover {
	text-decoration: underline;
}

img {
  max-width: 100%; }

a:not([class]), a:not([class]):visited {
  color: currentColor;
  text-decoration: none; }

a:not([class]):hover, a:not([class]):focus {
  text-decoration: underline; }

p {
  margin: 0; }
  p + p {
    margin-top: 1.5rem; }

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

h1, h2, h3, h4, h5, h6 {
  margin: 0;
  font-weight: normal;
  font-size: 1rem; }

.st1 {
  font-size: 16.31579rem;
  line-height: 0.83871;
  font-weight: 700;
  font-family: "Roobert", -apple-system, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.03em;
  margin-left: -15px; }
  @media (max-width: 1299px) {
    .st1 {
      font-size: 13.68421rem;
      line-height: 0.84615; } }
  @media (max-width: 767px) {
    .st1 {
      margin-left: -5px;
      font-size: 6.15385rem;
      line-height: 0.875;
      text-align: center; } }

.st2 {
  position: relative;
  font-size: 13.68421rem;
  line-height: 0.84615;
  font-weight: 700;
  font-family: "Roobert", -apple-system, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.02em; }
  @media (max-width: 1299px) {
    .st2 {
      font-size: 10.52632rem;
      line-height: 0.8; } }
  @media (max-width: 767px) {
    .st2 {
      font-size: 6.92308rem;
      line-height: 0.83333;
      text-align: center; } }
  .st2 .textGradient--header3 {
    font-size: 3.68421rem;
    line-height: 1;
    letter-spacing: -0.03em; }
    @media (max-width: 767px) {
      .st2 .textGradient--header3 {
        font-size: 1.92308rem;
        line-height: 1; } }
  .st2 > div:nth-child(2) {
    position: absolute;
    top: 50%;
    right: calc(100% + 10px); }
    @media (max-width: 767px) {
      .st2 > div:nth-child(2) {
        right: calc(50% + 95px);
        top: 55%; } }
  @media (max-width: 767px) {
    .st2 > div:nth-child(3) {
      padding-left: 30px; } }

.st3 {
  font-size: 2.31579rem;
  line-height: 1.18182;
  font-weight: 600;
  font-family: "Roobert", -apple-system, "Helvetica Neue", Arial, sans-serif;
  letter-spacing: -0.03em;
  margin-top: 15px;
  margin-bottom: 80px; }
  @media (max-width: 1299px) {
    .st3 {
      font-size: 2rem;
      line-height: 1.21053; } }
  @media (max-width: 767px) {
    .st3 {
      font-size: 1.53846rem;
      line-height: 1.3;
      margin-bottom: 25px;
      margin-top: 10px;
      text-align: center; } }

.site {
  position: relative;
  min-height: 100vh;
  overflow: hidden;
  padding-top: 46px;
  }

.loadingMask {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10000;
  background: #FFF; }

.loadingScreen {
  position: fixed;
  z-index: 1000;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  overflow: hidden; }
  .loadingScreen::before {
    content: "";
    position: absolute;
    z-index: 0;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background: #EEE; }
  .loadingScreen_inner {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    flex-direction: column;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    height: 100%;
    color: #333;
    font-size: 0.94737rem;
    line-height: 1.66667;
    font-weight: 600;
    letter-spacing: 1px; }
  .loadingScreen_progress {
    position: relative;
    width: 90%;
    max-width: 300px;
    height: 3px;
    margin-top: 40px;
    margin-bottom: 10px;
    overflow: hidden;
    background: #E5E5E5; }
    .loadingScreen_progress_bar {
      position: absolute;
      top: 0;
      left: 0;
      bottom: 0;
      width: 0;
      background: #333; }

.container {
  width: 100%;
  max-width: 1390px;
  padding-left: 30px;
  padding-right: 30px;
  margin-left: auto;
  margin-right: auto; }
  @media (max-width: 767px) {
    .container {
      padding-left: 20px;
      padding-right: 20px; } }
  .container--full {
    max-width: none;
    padding-left: 0;
    padding-right: 0; }

.row {
  display: -webkit-box;
  display: flex;
  -webkit-box-flex: 0;
  flex: 0 1 auto;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  flex-wrap: wrap;
  margin-left: -5px;
  margin-right: -5px; }
  .row--noGutter {
    margin: 0 !important; }
    .row--noGutter > div[class^='col'] {
      padding: 0 !important; }

.row--start {
  -webkit-box-pack: start;
  justify-content: flex-start;
  text-align: start; }

.row--center {
  -webkit-box-pack: center;
  justify-content: center; }

.row--end {
  -webkit-box-pack: end;
  justify-content: flex-end;
  text-align: end; }

.row--top {
  -webkit-box-align: start;
  align-items: flex-start; }

.row--middle {
  -webkit-box-align: center;
  align-items: center; }

.row--bottom {
  -webkit-box-align: end;
  align-items: flex-end; }

.row--around {
  justify-content: space-around; }

.row--between {
  -webkit-box-pack: justify;
  justify-content: space-between; }

.row--reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  flex-direction: row-reverse; }

.col--first {
  -webkit-box-ordinal-group: 0;
  order: -1; }

.col--last {
  -webkit-box-ordinal-group: 2;
  order: 1; }

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

.col-1 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 4.16667%;
  flex: 0 0 4.16667%; }

.offset-1 {
  margin-left: 4.16667%; }

.col-2 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 8.33333%;
  flex: 0 0 8.33333%; }

.offset-2 {
  margin-left: 8.33333%; }

.col-3 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 12.5%;
  flex: 0 0 12.5%; }

.offset-3 {
  margin-left: 12.5%; }

.col-4 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 16.66667%;
  flex: 0 0 16.66667%; }

.offset-4 {
  margin-left: 16.66667%; }

.col-5 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 20.83333%;
  flex: 0 0 20.83333%; }

.offset-5 {
  margin-left: 20.83333%; }

.col-6 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 25%;
  flex: 0 0 25%; }

.offset-6 {
  margin-left: 25%; }

.col-7 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 29.16667%;
  flex: 0 0 29.16667%; }

.offset-7 {
  margin-left: 29.16667%; }

.col-8 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 33.33333%;
  flex: 0 0 33.33333%; }

.offset-8 {
  margin-left: 33.33333%; }

.col-9 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 37.5%;
  flex: 0 0 37.5%; }

.offset-9 {
  margin-left: 37.5%; }

.col-10 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 41.66667%;
  flex: 0 0 41.66667%; }

.offset-10 {
  margin-left: 41.66667%; }

.col-11 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 45.83333%;
  flex: 0 0 45.83333%; }

.offset-11 {
  margin-left: 45.83333%; }

.col-12 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 50%;
  flex: 0 0 50%; }

.offset-12 {
  margin-left: 50%; }

.col-13 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 54.16667%;
  flex: 0 0 54.16667%; }

.offset-13 {
  margin-left: 54.16667%; }

.col-14 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 58.33333%;
  flex: 0 0 58.33333%; }

.offset-14 {
  margin-left: 58.33333%; }

.col-15 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 62.5%;
  flex: 0 0 62.5%; }

.offset-15 {
  margin-left: 62.5%; }

.col-16 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 66.66667%;
  flex: 0 0 66.66667%; }

.offset-16 {
  margin-left: 66.66667%; }

.col-17 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 70.83333%;
  flex: 0 0 70.83333%; }

.offset-17 {
  margin-left: 70.83333%; }

.col-18 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 75%;
  flex: 0 0 75%; }

.offset-18 {
  margin-left: 75%; }

.col-19 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 79.16667%;
  flex: 0 0 79.16667%; }

.offset-19 {
  margin-left: 79.16667%; }

.col-20 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 83.33333%;
  flex: 0 0 83.33333%; }

.offset-20 {
  margin-left: 83.33333%; }

.col-21 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 87.5%;
  flex: 0 0 87.5%; }

.offset-21 {
  margin-left: 87.5%; }

.col-22 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 91.66667%;
  flex: 0 0 91.66667%; }

.offset-22 {
  margin-left: 91.66667%; }

.col-23 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 95.83333%;
  flex: 0 0 95.83333%; }

.offset-23 {
  margin-left: 95.83333%; }

.col-24 {
  -webkit-box-flex: 0;
  flex: 0 0 auto;
  padding: 5px 5px;
  max-width: 100%;
  flex: 0 0 100%; }

.offset-24 {
  margin-left: 100%; }

@media (min-width: 1300px) {
  .row--start-xl {
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .row--center-xl {
    -webkit-box-pack: center;
    justify-content: center; }
  .row--end-xl {
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .row--top-xl {
    -webkit-box-align: start;
    align-items: flex-start; }
  .row--middle-xl {
    -webkit-box-align: center;
    align-items: center; }
  .row--bottom-xl {
    -webkit-box-align: end;
    align-items: flex-end; }
  .row--around-xl {
    justify-content: space-around; }
  .row--between-xl {
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .row--reverse-xl {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; }
  .col--first-xl {
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .col--last-xl {
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .col-xl {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px; }
  .offset-xl-0 {
    margin-left: 0%; }
  .col-xl-1 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 4.16667%;
    flex: 0 0 4.16667%; }
  .offset-xl-1 {
    margin-left: 4.16667%; }
  .col-xl-2 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 8.33333%;
    flex: 0 0 8.33333%; }
  .offset-xl-2 {
    margin-left: 8.33333%; }
  .col-xl-3 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 12.5%;
    flex: 0 0 12.5%; }
  .offset-xl-3 {
    margin-left: 12.5%; }
  .col-xl-4 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 16.66667%;
    flex: 0 0 16.66667%; }
  .offset-xl-4 {
    margin-left: 16.66667%; }
  .col-xl-5 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 20.83333%;
    flex: 0 0 20.83333%; }
  .offset-xl-5 {
    margin-left: 20.83333%; }
  .col-xl-6 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 25%;
    flex: 0 0 25%; }
  .offset-xl-6 {
    margin-left: 25%; }
  .col-xl-7 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 29.16667%;
    flex: 0 0 29.16667%; }
  .offset-xl-7 {
    margin-left: 29.16667%; }
  .col-xl-8 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 33.33333%;
    flex: 0 0 33.33333%; }
  .offset-xl-8 {
    margin-left: 33.33333%; }
  .col-xl-9 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 37.5%;
    flex: 0 0 37.5%; }
  .offset-xl-9 {
    margin-left: 37.5%; }
  .col-xl-10 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 41.66667%;
    flex: 0 0 41.66667%; }
  .offset-xl-10 {
    margin-left: 41.66667%; }
  .col-xl-11 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 45.83333%;
    flex: 0 0 45.83333%; }
  .offset-xl-11 {
    margin-left: 45.83333%; }
  .col-xl-12 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 50%;
    flex: 0 0 50%; }
  .offset-xl-12 {
    margin-left: 50%; }
  .col-xl-13 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 54.16667%;
    flex: 0 0 54.16667%; }
  .offset-xl-13 {
    margin-left: 54.16667%; }
  .col-xl-14 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 58.33333%;
    flex: 0 0 58.33333%; }
  .offset-xl-14 {
    margin-left: 58.33333%; }
  .col-xl-15 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 62.5%;
    flex: 0 0 62.5%; }
  .offset-xl-15 {
    margin-left: 62.5%; }
  .col-xl-16 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 66.66667%;
    flex: 0 0 66.66667%; }
  .offset-xl-16 {
    margin-left: 66.66667%; }
  .col-xl-17 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 70.83333%;
    flex: 0 0 70.83333%; }
  .offset-xl-17 {
    margin-left: 70.83333%; }
  .col-xl-18 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 75%;
    flex: 0 0 75%; }
  .offset-xl-18 {
    margin-left: 75%; }
  .col-xl-19 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 79.16667%;
    flex: 0 0 79.16667%; }
  .offset-xl-19 {
    margin-left: 79.16667%; }
  .col-xl-20 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 83.33333%;
    flex: 0 0 83.33333%; }
  .offset-xl-20 {
    margin-left: 83.33333%; }
  .col-xl-21 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 87.5%;
    flex: 0 0 87.5%; }
  .offset-xl-21 {
    margin-left: 87.5%; }
  .col-xl-22 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 91.66667%;
    flex: 0 0 91.66667%; }
  .offset-xl-22 {
    margin-left: 91.66667%; }
  .col-xl-23 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 95.83333%;
    flex: 0 0 95.83333%; }
  .offset-xl-23 {
    margin-left: 95.83333%; }
  .col-xl-24 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 100%;
    flex: 0 0 100%; }
  .offset-xl-24 {
    margin-left: 100%; } }

@media (max-width: 1299px) {
  .row--start-lg {
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .row--center-lg {
    -webkit-box-pack: center;
    justify-content: center; }
  .row--end-lg {
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .row--top-lg {
    -webkit-box-align: start;
    align-items: flex-start; }
  .row--middle-lg {
    -webkit-box-align: center;
    align-items: center; }
  .row--bottom-lg {
    -webkit-box-align: end;
    align-items: flex-end; }
  .row--around-lg {
    justify-content: space-around; }
  .row--between-lg {
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .row--reverse-lg {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; }
  .col--first-lg {
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .col--last-lg {
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .col-lg {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px; }
  .offset-lg-0 {
    margin-left: 0%; }
  .col-lg-1 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 4.16667%;
    flex: 0 0 4.16667%; }
  .offset-lg-1 {
    margin-left: 4.16667%; }
  .col-lg-2 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 8.33333%;
    flex: 0 0 8.33333%; }
  .offset-lg-2 {
    margin-left: 8.33333%; }
  .col-lg-3 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 12.5%;
    flex: 0 0 12.5%; }
  .offset-lg-3 {
    margin-left: 12.5%; }
  .col-lg-4 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 16.66667%;
    flex: 0 0 16.66667%; }
  .offset-lg-4 {
    margin-left: 16.66667%; }
  .col-lg-5 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 20.83333%;
    flex: 0 0 20.83333%; }
  .offset-lg-5 {
    margin-left: 20.83333%; }
  .col-lg-6 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 25%;
    flex: 0 0 25%; }
  .offset-lg-6 {
    margin-left: 25%; }
  .col-lg-7 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 29.16667%;
    flex: 0 0 29.16667%; }
  .offset-lg-7 {
    margin-left: 29.16667%; }
  .col-lg-8 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 33.33333%;
    flex: 0 0 33.33333%; }
  .offset-lg-8 {
    margin-left: 33.33333%; }
  .col-lg-9 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 37.5%;
    flex: 0 0 37.5%; }
  .offset-lg-9 {
    margin-left: 37.5%; }
  .col-lg-10 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 41.66667%;
    flex: 0 0 41.66667%; }
  .offset-lg-10 {
    margin-left: 41.66667%; }
  .col-lg-11 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 45.83333%;
    flex: 0 0 45.83333%; }
  .offset-lg-11 {
    margin-left: 45.83333%; }
  .col-lg-12 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 50%;
    flex: 0 0 50%; }
  .offset-lg-12 {
    margin-left: 50%; }
  .col-lg-13 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 54.16667%;
    flex: 0 0 54.16667%; }
  .offset-lg-13 {
    margin-left: 54.16667%; }
  .col-lg-14 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 58.33333%;
    flex: 0 0 58.33333%; }
  .offset-lg-14 {
    margin-left: 58.33333%; }
  .col-lg-15 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 62.5%;
    flex: 0 0 62.5%; }
  .offset-lg-15 {
    margin-left: 62.5%; }
  .col-lg-16 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 66.66667%;
    flex: 0 0 66.66667%; }
  .offset-lg-16 {
    margin-left: 66.66667%; }
  .col-lg-17 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 70.83333%;
    flex: 0 0 70.83333%; }
  .offset-lg-17 {
    margin-left: 70.83333%; }
  .col-lg-18 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 75%;
    flex: 0 0 75%; }
  .offset-lg-18 {
    margin-left: 75%; }
  .col-lg-19 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 79.16667%;
    flex: 0 0 79.16667%; }
  .offset-lg-19 {
    margin-left: 79.16667%; }
  .col-lg-20 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 83.33333%;
    flex: 0 0 83.33333%; }
  .offset-lg-20 {
    margin-left: 83.33333%; }
  .col-lg-21 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 87.5%;
    flex: 0 0 87.5%; }
  .offset-lg-21 {
    margin-left: 87.5%; }
  .col-lg-22 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 91.66667%;
    flex: 0 0 91.66667%; }
  .offset-lg-22 {
    margin-left: 91.66667%; }
  .col-lg-23 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 95.83333%;
    flex: 0 0 95.83333%; }
  .offset-lg-23 {
    margin-left: 95.83333%; }
  .col-lg-24 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 100%;
    flex: 0 0 100%; }
  .offset-lg-24 {
    margin-left: 100%; } }

@media (max-width: 1024px) {
  .row--start-md {
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .row--center-md {
    -webkit-box-pack: center;
    justify-content: center; }
  .row--end-md {
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .row--top-md {
    -webkit-box-align: start;
    align-items: flex-start; }
  .row--middle-md {
    -webkit-box-align: center;
    align-items: center; }
  .row--bottom-md {
    -webkit-box-align: end;
    align-items: flex-end; }
  .row--around-md {
    justify-content: space-around; }
  .row--between-md {
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .row--reverse-md {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; }
  .col--first-md {
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .col--last-md {
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .col-md {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px; }
  .offset-md-0 {
    margin-left: 0%; }
  .col-md-1 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 4.16667%;
    flex: 0 0 4.16667%; }
  .offset-md-1 {
    margin-left: 4.16667%; }
  .col-md-2 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 8.33333%;
    flex: 0 0 8.33333%; }
  .offset-md-2 {
    margin-left: 8.33333%; }
  .col-md-3 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 12.5%;
    flex: 0 0 12.5%; }
  .offset-md-3 {
    margin-left: 12.5%; }
  .col-md-4 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 16.66667%;
    flex: 0 0 16.66667%; }
  .offset-md-4 {
    margin-left: 16.66667%; }
  .col-md-5 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 20.83333%;
    flex: 0 0 20.83333%; }
  .offset-md-5 {
    margin-left: 20.83333%; }
  .col-md-6 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 25%;
    flex: 0 0 25%; }
  .offset-md-6 {
    margin-left: 25%; }
  .col-md-7 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 29.16667%;
    flex: 0 0 29.16667%; }
  .offset-md-7 {
    margin-left: 29.16667%; }
  .col-md-8 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 33.33333%;
    flex: 0 0 33.33333%; }
  .offset-md-8 {
    margin-left: 33.33333%; }
  .col-md-9 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 37.5%;
    flex: 0 0 37.5%; }
  .offset-md-9 {
    margin-left: 37.5%; }
  .col-md-10 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 41.66667%;
    flex: 0 0 41.66667%; }
  .offset-md-10 {
    margin-left: 41.66667%; }
  .col-md-11 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 45.83333%;
    flex: 0 0 45.83333%; }
  .offset-md-11 {
    margin-left: 45.83333%; }
  .col-md-12 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 50%;
    flex: 0 0 50%; }
  .offset-md-12 {
    margin-left: 50%; }
  .col-md-13 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 54.16667%;
    flex: 0 0 54.16667%; }
  .offset-md-13 {
    margin-left: 54.16667%; }
  .col-md-14 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 58.33333%;
    flex: 0 0 58.33333%; }
  .offset-md-14 {
    margin-left: 58.33333%; }
  .col-md-15 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 62.5%;
    flex: 0 0 62.5%; }
  .offset-md-15 {
    margin-left: 62.5%; }
  .col-md-16 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 66.66667%;
    flex: 0 0 66.66667%; }
  .offset-md-16 {
    margin-left: 66.66667%; }
  .col-md-17 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 70.83333%;
    flex: 0 0 70.83333%; }
  .offset-md-17 {
    margin-left: 70.83333%; }
  .col-md-18 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 75%;
    flex: 0 0 75%; }
  .offset-md-18 {
    margin-left: 75%; }
  .col-md-19 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 79.16667%;
    flex: 0 0 79.16667%; }
  .offset-md-19 {
    margin-left: 79.16667%; }
  .col-md-20 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 83.33333%;
    flex: 0 0 83.33333%; }
  .offset-md-20 {
    margin-left: 83.33333%; }
  .col-md-21 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 87.5%;
    flex: 0 0 87.5%; }
  .offset-md-21 {
    margin-left: 87.5%; }
  .col-md-22 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 91.66667%;
    flex: 0 0 91.66667%; }
  .offset-md-22 {
    margin-left: 91.66667%; }
  .col-md-23 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 95.83333%;
    flex: 0 0 95.83333%; }
  .offset-md-23 {
    margin-left: 95.83333%; }
  .col-md-24 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 100%;
    flex: 0 0 100%; }
  .offset-md-24 {
    margin-left: 100%; } }

@media (max-width: 899px) {
  .row--start-sm {
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .row--center-sm {
    -webkit-box-pack: center;
    justify-content: center; }
  .row--end-sm {
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .row--top-sm {
    -webkit-box-align: start;
    align-items: flex-start; }
  .row--middle-sm {
    -webkit-box-align: center;
    align-items: center; }
  .row--bottom-sm {
    -webkit-box-align: end;
    align-items: flex-end; }
  .row--around-sm {
    justify-content: space-around; }
  .row--between-sm {
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .row--reverse-sm {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; }
  .col--first-sm {
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .col--last-sm {
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .col-sm {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px; }
  .offset-sm-0 {
    margin-left: 0%; }
  .col-sm-1 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 4.16667%;
    flex: 0 0 4.16667%; }
  .offset-sm-1 {
    margin-left: 4.16667%; }
  .col-sm-2 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 8.33333%;
    flex: 0 0 8.33333%; }
  .offset-sm-2 {
    margin-left: 8.33333%; }
  .col-sm-3 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 12.5%;
    flex: 0 0 12.5%; }
  .offset-sm-3 {
    margin-left: 12.5%; }
  .col-sm-4 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 16.66667%;
    flex: 0 0 16.66667%; }
  .offset-sm-4 {
    margin-left: 16.66667%; }
  .col-sm-5 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 20.83333%;
    flex: 0 0 20.83333%; }
  .offset-sm-5 {
    margin-left: 20.83333%; }
  .col-sm-6 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 25%;
    flex: 0 0 25%; }
  .offset-sm-6 {
    margin-left: 25%; }
  .col-sm-7 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 29.16667%;
    flex: 0 0 29.16667%; }
  .offset-sm-7 {
    margin-left: 29.16667%; }
  .col-sm-8 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 33.33333%;
    flex: 0 0 33.33333%; }
  .offset-sm-8 {
    margin-left: 33.33333%; }
  .col-sm-9 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 37.5%;
    flex: 0 0 37.5%; }
  .offset-sm-9 {
    margin-left: 37.5%; }
  .col-sm-10 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 41.66667%;
    flex: 0 0 41.66667%; }
  .offset-sm-10 {
    margin-left: 41.66667%; }
  .col-sm-11 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 45.83333%;
    flex: 0 0 45.83333%; }
  .offset-sm-11 {
    margin-left: 45.83333%; }
  .col-sm-12 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 50%;
    flex: 0 0 50%; }
  .offset-sm-12 {
    margin-left: 50%; }
  .col-sm-13 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 54.16667%;
    flex: 0 0 54.16667%; }
  .offset-sm-13 {
    margin-left: 54.16667%; }
  .col-sm-14 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 58.33333%;
    flex: 0 0 58.33333%; }
  .offset-sm-14 {
    margin-left: 58.33333%; }
  .col-sm-15 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 62.5%;
    flex: 0 0 62.5%; }
  .offset-sm-15 {
    margin-left: 62.5%; }
  .col-sm-16 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 66.66667%;
    flex: 0 0 66.66667%; }
  .offset-sm-16 {
    margin-left: 66.66667%; }
  .col-sm-17 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 70.83333%;
    flex: 0 0 70.83333%; }
  .offset-sm-17 {
    margin-left: 70.83333%; }
  .col-sm-18 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 75%;
    flex: 0 0 75%; }
  .offset-sm-18 {
    margin-left: 75%; }
  .col-sm-19 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 79.16667%;
    flex: 0 0 79.16667%; }
  .offset-sm-19 {
    margin-left: 79.16667%; }
  .col-sm-20 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 83.33333%;
    flex: 0 0 83.33333%; }
  .offset-sm-20 {
    margin-left: 83.33333%; }
  .col-sm-21 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 87.5%;
    flex: 0 0 87.5%; }
  .offset-sm-21 {
    margin-left: 87.5%; }
  .col-sm-22 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 91.66667%;
    flex: 0 0 91.66667%; }
  .offset-sm-22 {
    margin-left: 91.66667%; }
  .col-sm-23 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 95.83333%;
    flex: 0 0 95.83333%; }
  .offset-sm-23 {
    margin-left: 95.83333%; }
  .col-sm-24 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 100%;
    flex: 0 0 100%; }
  .offset-sm-24 {
    margin-left: 100%; } }

@media (max-width: 767px) {
  .row--start-xs {
    -webkit-box-pack: start;
    justify-content: flex-start;
    text-align: start; }
  .row--center-xs {
    -webkit-box-pack: center;
    justify-content: center; }
  .row--end-xs {
    -webkit-box-pack: end;
    justify-content: flex-end;
    text-align: end; }
  .row--top-xs {
    -webkit-box-align: start;
    align-items: flex-start; }
  .row--middle-xs {
    -webkit-box-align: center;
    align-items: center; }
  .row--bottom-xs {
    -webkit-box-align: end;
    align-items: flex-end; }
  .row--around-xs {
    justify-content: space-around; }
  .row--between-xs {
    -webkit-box-pack: justify;
    justify-content: space-between; }
  .row--reverse-xs {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
    flex-direction: row-reverse; }
  .col--first-xs {
    -webkit-box-ordinal-group: 0;
    order: -1; }
  .col--last-xs {
    -webkit-box-ordinal-group: 2;
    order: 1; }
  .col-xs {
    -webkit-box-flex: 1;
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px; }
  .offset-xs-0 {
    margin-left: 0%; }
  .col-xs-1 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 4.16667%;
    flex: 0 0 4.16667%; }
  .offset-xs-1 {
    margin-left: 4.16667%; }
  .col-xs-2 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 8.33333%;
    flex: 0 0 8.33333%; }
  .offset-xs-2 {
    margin-left: 8.33333%; }
  .col-xs-3 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 12.5%;
    flex: 0 0 12.5%; }
  .offset-xs-3 {
    margin-left: 12.5%; }
  .col-xs-4 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 16.66667%;
    flex: 0 0 16.66667%; }
  .offset-xs-4 {
    margin-left: 16.66667%; }
  .col-xs-5 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 20.83333%;
    flex: 0 0 20.83333%; }
  .offset-xs-5 {
    margin-left: 20.83333%; }
  .col-xs-6 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 25%;
    flex: 0 0 25%; }
  .offset-xs-6 {
    margin-left: 25%; }
  .col-xs-7 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 29.16667%;
    flex: 0 0 29.16667%; }
  .offset-xs-7 {
    margin-left: 29.16667%; }
  .col-xs-8 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 33.33333%;
    flex: 0 0 33.33333%; }
  .offset-xs-8 {
    margin-left: 33.33333%; }
  .col-xs-9 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 37.5%;
    flex: 0 0 37.5%; }
  .offset-xs-9 {
    margin-left: 37.5%; }
  .col-xs-10 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 41.66667%;
    flex: 0 0 41.66667%; }
  .offset-xs-10 {
    margin-left: 41.66667%; }
  .col-xs-11 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 45.83333%;
    flex: 0 0 45.83333%; }
  .offset-xs-11 {
    margin-left: 45.83333%; }
  .col-xs-12 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 50%;
    flex: 0 0 50%; }
  .offset-xs-12 {
    margin-left: 50%; }
  .col-xs-13 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 54.16667%;
    flex: 0 0 54.16667%; }
  .offset-xs-13 {
    margin-left: 54.16667%; }
  .col-xs-14 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 58.33333%;
    flex: 0 0 58.33333%; }
  .offset-xs-14 {
    margin-left: 58.33333%; }
  .col-xs-15 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 62.5%;
    flex: 0 0 62.5%; }
  .offset-xs-15 {
    margin-left: 62.5%; }
  .col-xs-16 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 66.66667%;
    flex: 0 0 66.66667%; }
  .offset-xs-16 {
    margin-left: 66.66667%; }
  .col-xs-17 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 70.83333%;
    flex: 0 0 70.83333%; }
  .offset-xs-17 {
    margin-left: 70.83333%; }
  .col-xs-18 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 75%;
    flex: 0 0 75%; }
  .offset-xs-18 {
    margin-left: 75%; }
  .col-xs-19 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 79.16667%;
    flex: 0 0 79.16667%; }
  .offset-xs-19 {
    margin-left: 79.16667%; }
  .col-xs-20 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 83.33333%;
    flex: 0 0 83.33333%; }
  .offset-xs-20 {
    margin-left: 83.33333%; }
  .col-xs-21 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 87.5%;
    flex: 0 0 87.5%; }
  .offset-xs-21 {
    margin-left: 87.5%; }
  .col-xs-22 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 91.66667%;
    flex: 0 0 91.66667%; }
  .offset-xs-22 {
    margin-left: 91.66667%; }
  .col-xs-23 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 95.83333%;
    flex: 0 0 95.83333%; }
  .offset-xs-23 {
    margin-left: 95.83333%; }
  .col-xs-24 {
    -webkit-box-flex: 0;
    flex: 0 0 auto;
    padding: 5px 5px;
    max-width: 100%;
    flex: 0 0 100%; }
  .offset-xs-24 {
    margin-left: 100%; } }

.header {
  position: relative;
  z-index: 5;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 40px 0; }
  @media (max-width: 767px) {
    .header {
      padding: 20px 0; } }
  .header_logo {
    width: 164px;
    height: 32px; }

.footer {
  border-top: 2px solid #252525;
  display: -webkit-box;
  font-size: 16px;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
  flex-direction: row;
  -webkit-box-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  align-items: center;
  padding: 50px 0; }
  @media (max-width: 767px) {
    .footer {
      display: block;
      padding: 30px 0; } }
  @media (max-width: 767px) {
    .footer_left {
      margin-bottom: 20px; } }
  .footer_left img, .footer_left span {
    display: inline-block;
    vertical-align: middle; }
  .footer_left img {
    margin-right: 10px; }
    @media (max-width: 767px) {
      .footer_left img {
        width: 30px; } }
  .footer_left span {
    font-size: 0.84211rem;
    line-height: 1.25;
    color: rgb(255 255 255 / 40%);
    margin-left: 20px; }
  .footer > ul li {
    display: inline-block;
    vertical-align: middle; }
    .footer > ul li a {
      padding: 5px; }
    .footer > ul li + li {
      margin-left: 10px; }

.button {
  background: linear-gradient(60deg, #B382EC, #B382EC);
  font-size: 1rem;
  line-height: 1.05263;
  color: #FFF;
  font-weight: 700;
  font-family: "Roobert", -apple-system, "Helvetica Neue", Arial, sans-serif;
  padding: 18px 30px 22px 30px;
  border: 0;
  border-radius: 60px;
  outline: 0;
  /*cursor: none; */}
  @media (max-width: 767px) {
    .button {
      padding: 10px 20px 12px 20px;
      font-size: 0.84615rem;
      line-height: 1.81818; } }

.textGradient--header1 {
  background: linear-gradient(60deg, #b87af8, #d0a7ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.textGradient--header2 {
  background: linear-gradient(50deg, #b87af8 20%, #d0a7ff 65%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.textGradient--header3 {
  background: linear-gradient(80deg, #b87af8, #d0a7ff);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.textGradient--record {
  background: linear-gradient(60deg, #FF00D6 20%, #801CFF 98%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.textGradient--create {
  background: linear-gradient(75deg, #CCFF00 30%, #FAFF00 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.textGradient--share {
  background: linear-gradient(75deg, #FAFF00 30%, #E47434 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.textGradient--famous1 {
  background: linear-gradient(70deg, #79F1FF 30%, #88D6FE 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.textGradient--famous2 {
  background: linear-gradient(70deg, #17EDD3 30%, #B382EC 100%);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent; }

.contentBloc {
  margin-bottom: 60px; }
  @media (max-width: 1024px) {
    .contentBloc {
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
      flex-direction: row;
      -webkit-box-align: center;
      align-items: center;
      margin-bottom: 30px; } }
  .contentBloc_picto {
    position: relative;
    width: 90px;
    height: 90px;
    min-width: 90px;
    max-width: 90px;
    border-radius: 20px;
    background: #222;
    display: -webkit-box;
    display: flex;
    -webkit-box-align: center;
    align-items: center;
    -webkit-box-pack: center;
    justify-content: center;
    margin-bottom: 30px; }
    @media (max-width: 1024px) {
      .contentBloc_picto {
        margin-bottom: 0;
        margin-right: 15px; } }
    @media (max-width: 767px) {
      .contentBloc_picto {
        width: 70px;
        height: 70px;
        min-width: 70px;
        max-width: 70px; }
        .contentBloc_picto img {
          -webkit-transform: scale(0.7);
          transform: scale(0.7); } }
  .contentBloc_title {
    font-size: 1.26316rem;
    line-height: 1.08333;
    font-weight: 700;
    font-family: "Roobert", -apple-system, "Helvetica Neue", Arial, sans-serif;
    margin-bottom: 25px; }
    @media (max-width: 1024px) {
      .contentBloc_title {
        margin-bottom: 10px; } }
  .contentBloc_content {
    color: rgba(250, 250, 250, 0.6); }
  .contentBloc--record .contentBloc_picto {
    background-color: rgb(255 0 214 / 0.15); }
  .contentBloc--create .contentBloc_picto {
    background-color: rgb(204 255 0 / 0.15); }
  .contentBloc--share .contentBloc_picto {
    background-color: rgb(204 255 0 / 0.15); }
  .contentBloc--famous .contentBloc_picto {
    background-color: rgb(23 237 211 / 0.15); }

/*.cursorPointer {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%) scale(0);
  transform: translate(-50%, -50%) scale(0);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  background: #FF7387;
  mix-blend-mode: multiply;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .cursorPointer[data-theme="record"] {
    background: #FF8979; }
  .cursorPointer[data-theme="create"] {
    background: #15FDBE; }
  .cursorPointer[data-theme="share"] {
    background: #FECE7B; }
  .cursorPointer[data-theme="famous"] {
    background: #79F1FF; }

.cursorBorder {
  position: fixed;
  pointer-events: none;
  z-index: 9999;
  top: 0;
  left: 0;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  -webkit-transform-origin: center center;
  transform-origin: center center;
  border: 2px solid #B87AF8;
  mix-blend-mode: multiply;
  -webkit-backface-visibility: hidden;
  backface-visibility: hidden; }
  .cursorBorder[data-theme="record"] {
    border-color: #B87AF8; }
  .cursorBorder[data-theme="create"] {
    border-color: #B87AF8; }
  .cursorBorder[data-theme="share"] {
    border-color: #FF64BC; }
  .cursorBorder[data-theme="famous"] {
    border-color: #B87AF8; }

.isTouch .cursorPointer, .isTouch .cursorBorder {
  display: none; }*/

.s-record,
.s-create,
.s-share,
.s-famous,
.s-newsletter {
  position: relative;
  padding: 12vh 0; }

.heroContent {
  position: relative;
  z-index: 4;
  padding: 6vh 0; }
  @media (max-width: 767px) {
    .heroContent {
      padding-top: 220px; } }
  .heroContent_title {
    position: relative;
    margin-bottom: 5vh;
    z-index: 3; }
    @media (max-width: 767px) {
      .heroContent_title {
        margin-bottom: 10px; } }
  .heroContent .gradientWrap {
    display: inline-block; }
  .heroContent_baseline {
    position: relative;
    z-index: 3; }
    .heroContent_baseline .st3 {
      margin: 0; }
    @media (max-width: 767px) {
      .heroContent_baseline {
        text-align: center; } }
  .heroContent_dots {
    position: absolute;
    z-index: 0;
    width: 100%;
    height: 100%;
    top: 0;
    left: 2%;
    background-image: url(../images/dots-hero.svg);
    background-repeat: no-repeat;
    pointer-events: none; }
  .heroContent_ellipse {
    position: absolute;
    bottom: 0;
    right: 100px;
    z-index: 0;
    background: rgb(179 130 236 / 0.10);
    width: 1500px;
    border-radius: 100%; }
    .heroContent_ellipse::before {
      content: "";
      display: block;
      padding-top: 100%; }
    @media (max-width: 767px) {
      .heroContent_ellipse {
        width: 600px;
        top: -160px;
        right: 0;
        bottom: auto; } }
  .heroContent_footer {
    margin-top: 8vh; }
    @media (max-width: 767px) {
      .heroContent_footer {
        text-align: center;
        margin-top: 20px;
        margin-bottom: 40px; } }
    .heroContent_footer ul li {
      display: inline-block;
      vertical-align: middle; }
      .heroContent_footer ul li + li {
        margin-left: 30px; }
        @media (max-width: 1024px) {
          .heroContent_footer ul li + li {
            margin-left: 0px; } }
        @media (max-width: 767px) {
          .heroContent_footer ul li + li {
            margin-left: 12px; } }
      @media (max-width: 1024px) {
        .heroContent_footer ul li img {
          -webkit-transform: scale(0.7);
          transform: scale(0.7); } }
      @media (max-width: 767px) {
        .heroContent_footer ul li img {
          -webkit-transform: scale(1);
          transform: scale(1);
          max-width: 60px;
          max-height: 25px; } }
  .heroContent_ball {
    position: absolute;
    z-index: 1;
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none; }
    .heroContent_ball--1 {
      top: 4vh;
      right: 72%;
      width: 162px;
      height: 162px;
      background-image: url(../images/ball-1.png); }
      @media (max-width: 1024px) {
        .heroContent_ball--1 {
          width: 114px;
          height: 114px;
          right: 72%; } }
      @media (max-width: 767px) {
        .heroContent_ball--1 {
          display: none; } }
    .heroContent_ball--2 {
      top: 0vh;
      right: 15%;
      width: 130px;
      height: 130px;
      background-image: url(../images/ball-2.png);
      -webkit-transform: rotate(0deg);
      transform: rotate(0deg); }
      @media (max-width: 1024px) {
        .heroContent_ball--2 {
          width: 70px;
          height: 70px; } }
      @media (max-width: 767px) {
        .heroContent_ball--2 {
          width: 60px;
          height: 60px;
          top: 120px;
          right: 15px; } }
    .heroContent_ball--3 {
      bottom: -60px;
      right: 20%;
      width: 110px;
      height: 110px;
      background-image: url(../images/ball-1.png);
      -webkit-transform: rotate(60deg);
      transform: rotate(60deg); }
      @media (max-width: 1024px) {
        .heroContent_ball--3 {
          width: 77px;
          height: 77px; } }
      @media (max-width: 767px) {
        .heroContent_ball--3 {
          width: 55px;
          height: 55px;
          top: auto;
          right: auto;
          left: 0;
          bottom: 0; } }
  .heroContent_leftIllustration {
    position: absolute;
    right: 70%;
    bottom: -150px;
    z-index: 1;
    width: 499px;
    height: 591px;
    background-image: url(../images/hero-fortnite.png);
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none; }
    @media (max-width: 1024px) {
      .heroContent_leftIllustration {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: bottom center;
        transform-origin: bottom center;
        right: 65%;
        bottom: -200px; } }
    @media (max-width: 767px) {
      .heroContent_leftIllustration {
        right: auto;
        bottom: auto;
        top: 0;
        left: 0;
        -webkit-transform: scale(0.5);
        transform: scale(0.5);
        -webkit-transform-origin: top left;
        transform-origin: top left;
        z-index: 0; } }
  .heroContent_phone {
    position: absolute;
    right: -130px;
    top: 0;
    z-index: 2;
    width: 681px;
    height: 840px;
    background-image: url(../images/hero-phone.png);
    background-repeat: no-repeat;
    background-size: cover;
    pointer-events: none; }
    @media (max-width: 1024px) {
      .heroContent_phone {
        -webkit-transform: scale(0.7);
        transform: scale(0.7);
        -webkit-transform-origin: top center;
        transform-origin: top center;
        left: 43%;
        right: auto;
        top: -20px; } }
    @media (max-width: 767px) {
      .heroContent_phone {
        display: none; } }
  .heroContent_footerMobile {
    display: none;
    font-size: 0.92308rem;
    line-height: 1.66667;
    min-height: 323px; }
    @media (max-width: 767px) {
      .heroContent_footerMobile {
        display: block; } }
    .heroContent_footerMobile_logo {
      margin-top: 40px;
      width: 50px; }
    .heroContent_footerMobile .st3 {
      text-align: left;
      margin: 30px 0 5px 0; }
    .heroContent_footerMobile_content {
      opacity: 0.8; }
    .heroContent_footerMobile_illus {
      position: absolute;
      top: 0;
      left: 0;
      width: 166px;
      max-width: none; }

.s-background {
  opacity: 0.1;
  position: absolute;
  top: calc(12vh + 180px);
  left: 0;
  right: 0;
  bottom: 0;
  z-index: -1; }
  .s-background::before, .s-background::after {
    content: "";
    position: absolute;
    top: 0;
    bottom: 0;
    width: 40%; }
  .s-background::before {
    left: -15%;
    background: -webkit-gradient(linear, right top, left top, color-stop(7.54%, rgba(255, 137, 121, 0)), color-stop(92.25%, #FFFFFF));
    background: linear-gradient(-90deg, rgba(255, 137, 121, 0) 7.54%, #FFFFFF 92.25%); }
  .s-background::after {
    right: -15%;
    background: -webkit-gradient(linear, left top, right top, color-stop(7.54%, rgba(255, 137, 121, 0)), color-stop(92.25%, #FFFFFF));
    background: linear-gradient(90deg, rgba(255, 137, 121, 0) 7.54%, #FFFFFF 92.25%); }

	.s-record .s-background {
	  background: radial-gradient(100% 100% at 50% 100%, #ff00d6 5%, #ff00d6 50%, rgba(255, 142, 127, 0) 100%);
	}
	
	.s-create .s-content_right {
		z-index: 0!important;
	}
	
	.s-create .s-background {
		z-index: 1;
	}
	
  .s-record .s-background_dots {
    position: absolute;
    width: 1100px;
    height: 387px;
    bottom: 40px;
    left: 60%;
    background-image: url(../images/dots.svg);
    pointer-events: none; }

.s-record .illusRecord {
  position: absolute;
  z-index: 5;
  width: 1162px;
  right: -600px;
  bottom: calc(-12vh - 80px); }
  .s-record .illusRecord::before {
    content: "";
    display: block;
    padding-top: 74.6988%; }
  @media (max-width: 1024px) {
    .s-record .illusRecord {
      -webkit-transform: scale(0.6);
      transform: scale(0.6);
      -webkit-transform-origin: center bottom;
      transform-origin: center bottom;
      right: -520px;
      bottom: 0; } }
  @media (max-width: 767px) {
    .s-record .illusRecord {
      position: relative;
      right: auto;
      -webkit-transform: scale(1);
      transform: scale(1);
      -webkit-transform-origin: center center;
      transform-origin: center center;
      width: 120%;
      margin-left: -6%;
      margin-bottom: 30px; } }
  .s-record .illusRecord_display {
    position: absolute;
    z-index: 5;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/3D-display.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    pointer-events: none; }
  .s-record .illusRecord_content {
    position: absolute;
    z-index: 4;
    top: 8%;
    left: 9.7%;
    width: 73.5%;
    height: 59.10%;
    border-radius: 20px;
    overflow: hidden;
    background: #FFF; }
    @media (max-width: 767px) {
      .s-record .illusRecord_content {
        border-radius: 10px; } }
    .s-record .illusRecord_content video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
      object-fit: cover; }

.s-create .container {
  position: relative;
   }

.s-create .s-background {
  opacity: 0.05;
  background: radial-gradient(100% 100% at 50% 100%, #CCFF00 5%, #CCFF00 50%, rgba(0, 0, 0, 1) 100%); }

.s-create .createVideo {
  position: absolute;
  z-index: 0;
  bottom: -12vh;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%); }
  @media (max-width: 1024px) {
    .s-create .createVideo {
      -webkit-transform: scale(0.7) translateX(30%);
      transform: scale(0.7) translateX(30%);
      -webkit-transform-origin: bottom right;
      transform-origin: bottom right;
      left: auto;
      right: 0; } }
  @media (max-width: 767px) {
    .s-create .createVideo {
      position: relative;
      bottom: auto;
      left: auto;
      right: auto;
      -webkit-transform: none;
      transform: none;
      width: 240%;
      margin-left: -79%;
      margin-top: -30%; } }

.s-share .s-background {
  background: radial-gradient(100% 100% at 50% 100%, #FECE7B 1.04%, #FECE7B 49.82%, rgba(254, 206, 123, 0) 100%); }

.s-share .illusShare {
  position: absolute;
  z-index: 5;
  width: 826px;
  left: 0;
  bottom: calc(-12vh - 30px); }
  .s-share .illusShare::before {
    content: "";
    display: block;
    padding-top: 83.29298%; }
  @media (max-width: 1024px) {
    .s-share .illusShare {
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      -webkit-transform-origin: bottom left;
      transform-origin: bottom left;
      left: -60px; } }
  @media (max-width: 767px) {
    .s-share .illusShare {
      position: relative;
      left: auto;
      bottom: auto;
      -webkit-transform: none;
      transform: none;
      width: 100%;
      margin-top: 30px;
      margin-bottom: 30px; } }
  .s-share .illusShare_char1 {
    position: absolute;
    z-index: 1;
    left: -2.17918%;
    top: 10.90116%;
    width: 29.17676%;
    height: 74.56395%;
    background-image: url(../images/share-toxin.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    pointer-events: none; }
    @media (max-width: 1024px) {
      .s-share .illusShare_char1 {
        left: 6.05327%; } }
  .s-share .illusShare_char2 {
    position: absolute;
    z-index: 3;
    left: 15.3753%;
    top: 4.65116%;
    width: 27.72397%;
    height: 90.84302%;
    background-image: url(../images/share-hazard.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    pointer-events: none; }
    @media (max-width: 1024px) {
      .s-share .illusShare_char2 {
        left: 18.15981%; } }
  .s-share .illusShare_char3 {
    position: absolute;
    z-index: 4;
    right: 24.69734%;
    top: 0;
    width: 46.00484%;
    height: 100.2907%;
    background-image: url(../images/share-riptide.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    pointer-events: none; }
  .s-share .illusShare_char4 {
    position: absolute;
    z-index: 2;
    right: -6.05327%;
    top: 48px;
    width: 53.99516%;
    height: 79.79651%;
    background-image: url(../images/share-sludge.png);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
    pointer-events: none; }

.s-share .shareInsta, .s-share .shareSnapchat, .s-share .shareTiktok {
  position: absolute;
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  z-index: 4; }

.s-share .shareInsta {
  top: -350px;
  right: -120px;
  width: 131px;
  height: 109px;
  background-image: url(../images/share-instagram.png);
  pointer-events: none; }
  @media (max-width: 1024px) {
    .s-share .shareInsta {
      top: -210px;
      left: 74%;
      right: auto;
      width: 91.7px;
      height: 76.3px; } }
  @media (max-width: 767px) {
    .s-share .shareInsta {
      top: -180px;
      left: 80%;
      width: 52.4px;
      height: 43.6px; } }

.s-share .shareSnapchat {
  top: -260px;
  left: 50%;
  width: 174px;
  height: 143px;
  background-image: url(../images/share-snapchat.png);
  pointer-events: none; }
  @media (max-width: 1024px) {
    .s-share .shareSnapchat {
      top: -150px;
      left: 35%;
      width: 121.8px;
      height: 100.1px; } }
  @media (max-width: 767px) {
    .s-share .shareSnapchat {
      top: 20px;
      left: 60%;
      width: 69.6px;
      height: 57.2px; } }

.s-share .shareTiktok {
  top: -390px;
  left: 0px;
  width: 155px;
  height: 144px;
  -webkit-transform: rotate(12deg);
  transform: rotate(12deg);
  background-image: url(../images/share-tiktok.png);
  pointer-events: none; }
  @media (max-width: 1024px) {
    .s-share .shareTiktok {
      top: -240px;
      width: 108.5px;
      height: 100.8px; } }
  @media (max-width: 767px) {
    .s-share .shareTiktok {
      top: -50px;
      width: 62px;
      height: 57.6px; } }

.s-share .s-content_left {
  z-index: 7; }

.s-share .s-content_right {
  z-index: 6; }

.s-famous .s-background {
  background: radial-gradient(100% 100% at 50% 100%, #79F1FF 1.04%, #79F1FF 49.82%, rgba(121, 241, 255, 0) 100%); }

.s-famous .famousCar {
  position: absolute;
  z-index: 10;
  width: 711px;
  height: 752px;
  top: -130px;
  left: 33%;
  background-image: url(../images/Octane-car-RL.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none; }
  @media (max-width: 1024px) {
    .s-famous .famousCar {
      width: 497.7px;
      height: 526.4px;
      left: 43%; } }
  @media (max-width: 767px) {
    .s-famous .famousCar {
      width: 298.62px;
      height: 315.84px;
      left: -80px;
      top: -170px; } }

.s-famous .famousBall {
  position: absolute;
  z-index: 9;
  width: 248px;
  height: 248px;
  top: 50px;
  right: 16%;
  background-image: url(../images/ball-1.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none; }
  @media (max-width: 1024px) {
    .s-famous .famousBall {
      width: 173.6px;
      height: 173.6px;
      right: 6%; } }
  @media (max-width: 767px) {
    .s-famous .famousBall {
      width: 74.4px;
      height: 74.4px; } }

.s-famous .illusFamous {
  position: absolute;
  z-index: 5;
  width: 581px;
  left: 50%;
  top: -60px;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  background-image: url(../images/famous-illus.png);
  background-repeat: no-repeat;
  background-position: center center;
  background-size: cover;
  pointer-events: none; }
  .s-famous .illusFamous::before {
    content: "";
    display: block;
    padding-top: 168.6747%; }
  @media (max-width: 1024px) {
    .s-famous .illusFamous {
      -webkit-transform: scale(0.7);
      transform: scale(0.7);
      -webkit-transform-origin: top right;
      transform-origin: top right;
      left: auto;
      right: 0; } }
  @media (max-width: 767px) {
    .s-famous .illusFamous {
      position: relative;
      right: auto;
      top: auto;
      -webkit-transform: none;
      transform: none;
      width: 90%;
      margin-left: auto;
      margin-right: auto; } }

.s-newsletter {
  padding: 15vh 0;
  text-align: center; }
  .s-newsletter .st3 {
    margin: 0 0 15px 0; }
  .s-newsletter p {
    opacity: 0.8; }
  .s-newsletter .newsletterFormWrap {
    position: relative;
    max-width: 700px;
    margin: 60px auto 0 auto; }
    .s-newsletter .newsletterFormWrap--posted .newsletterForm {
      visibility: hidden;
      opacity: 0;
      -webkit-transform: translateY(-40px);
      transform: translateY(-40px);
      -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s, -webkit-transform 0.3s ease-out;
      transition: visibility 0s linear 0.3s, opacity 0.3s, -webkit-transform 0.3s ease-out;
      transition: visibility 0s linear 0.3s, opacity 0.3s, transform 0.3s ease-out;
      transition: visibility 0s linear 0.3s, opacity 0.3s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .s-newsletter .newsletterFormWrap--posted .newsletterMessage {
      visibility: visible;
      opacity: 1;
      -webkit-transform: translateY(0);
      transform: translateY(0);
      -webkit-transition: visibility 0s linear 0s, opacity 0.3s, -webkit-transform 0.3s ease-out;
      transition: visibility 0s linear 0s, opacity 0.3s, -webkit-transform 0.3s ease-out;
      transition: visibility 0s linear 0s, opacity 0.3s, transform 0.3s ease-out;
      transition: visibility 0s linear 0s, opacity 0.3s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
  .s-newsletter .newsletterForm {
    position: relative;
    display: -webkit-box;
    display: flex;
    border-radius: 90px;
    height: 90px;
    padding: 15px 15px 15px 25px;
    background: #FFFFFF;
    visibility: visible;
    opacity: 1;
    -webkit-transition: visibility 0s linear 0s, opacity 0.3s, -webkit-transform 0.3s ease-out;
    transition: visibility 0s linear 0s, opacity 0.3s, -webkit-transform 0.3s ease-out;
    transition: visibility 0s linear 0s, opacity 0.3s, transform 0.3s ease-out;
    transition: visibility 0s linear 0s, opacity 0.3s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    @media (max-width: 767px) {
      .s-newsletter .newsletterForm {
        height: 60px;
        padding: 10px; } }
    .s-newsletter .newsletterForm input {
      -webkit-box-flex: 1;
      flex-grow: 1;
      background: none;
      border: 0;
      padding: 0 10px;
      margin-right: 10px; }
  .s-newsletter .newsletterButton {
    position: relative; }
    .s-newsletter .newsletterButton--loading .newsletterButton_spinner {
      opacity: 1; }
    .s-newsletter .newsletterButton--loading .newsletterButton_label {
      opacity: 0; }
    .s-newsletter .newsletterButton_spinner {
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      width: 30px;
      height: 30px;
      margin-top: -15px;
      margin-left: -15px;
      -webkit-transform: translate(-50%, -50%);
      transform: translate(-50%, -50%);
      border-top: 3px solid #FFF;
      border-bottom: 3px solid transparent;
      border-left: 3px solid #FFF;
      border-right: 3px solid transparent;
      border-radius: 30px;
      -webkit-animation: rotate 0.5s linear infinite;
      animation: rotate 0.5s linear infinite; }
      @media (max-width: 767px) {
        .s-newsletter .newsletterButton_spinner {
          width: 20px;
          height: 20px;
          margin-top: -10px;
          margin-left: -10px; } }
  .s-newsletter .newsletterMessage {
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    right: 0;
    visibility: hidden;
    opacity: 0;
    -webkit-transform: translateY(40px);
    transform: translateY(40px);
    -webkit-transition: visibility 0s linear 0.3s, opacity 0.3s, -webkit-transform 0.3s ease-out;
    transition: visibility 0s linear 0.3s, opacity 0.3s, -webkit-transform 0.3s ease-out;
    transition: visibility 0s linear 0.3s, opacity 0.3s, transform 0.3s ease-out;
    transition: visibility 0s linear 0.3s, opacity 0.3s, transform 0.3s ease-out, -webkit-transform 0.3s ease-out; }
    .s-newsletter .newsletterMessage_title {
      font-weight: 700;
      font-size: 1.15789rem;
      line-height: 1.27273;
      margin-bottom: 10px; }
    .s-newsletter .newsletterMessage_content img {
      display: inline-block;
      vertical-align: middle;
      margin-right: 5px; }
    .s-newsletter .newsletterMessage_content + .newsletterMessage_content {
      margin-top: 30px; }
    .s-newsletter .newsletterMessage_content a {
      -webkit-transition: opacity 0.15s linear;
      transition: opacity 0.15s linear; }
      .s-newsletter .newsletterMessage_content a:hover {
        text-decoration: none;
        opacity: 0.6; }
      .s-newsletter .newsletterMessage_content a span {
        position: relative;
        display: inline-block;
        font-weight: 700; }
        .s-newsletter .newsletterMessage_content a span::after {
          content: "";
          position: absolute;
          bottom: 2px;
          left: 0;
          right: 0;
          height: 2px;
          background: currentColor; }

@-webkit-keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg); }
  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); } }

@keyframes rotate {
  0% {
    -webkit-transform: rotateZ(-360deg);
    transform: rotateZ(-360deg); }
  100% {
    -webkit-transform: rotateZ(0deg);
    transform: rotateZ(0deg); } }

.s-header {
  position: relative;
  z-index: 5; }

.s-content_left {
  position: relative;
  z-index: 4; }

.s-content_right {
  position: relative;
  z-index: 3; }
  @media (max-width: 767px) {
    .s-content_right {
      -webkit-box-ordinal-group: 0;
      order: -1; } }


/* To fix the button Join Community */
.fixedElement {
    position: absolute;
    top: 40px;
    right: 0px;
    z-index: 99999;
}

@media (max-width: 767px) {
	.fixedElement {
    	top: 20px;
	}
	.site {
		padding-top: 0px;
	}
}

.download-links {
	float: none;
    clear: both;
    margin-top: 20vh;
    padding-top: 40px;
    margin-bottom: 12vh;
    padding-bottom: 40px;
}

.download-links .duo-buttons {
	text-align: center;
	display: block;
	width: 100%;
	margin: 0 auto;
	float: none;
}

.download-links .duo-buttons li {
	display: inline-block;
	margin: 0px 10px;
    width: 35%;
}

.download-links .duo-buttons a {
	width: 100%;
	padding: 32px;
	float: left;
	border-radius: 16px;
	background-color: #252525;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
	text-decoration: none;
	color: white;
	font-family: "Roobert", -apple-system, "Helvetica Neue", Arial, sans-serif;
}

.download-links .duo-buttons a:hover {
	background-color: #333;
	-webkit-transition: background-color 200ms ease;
	transition: background-color 200ms ease;
}

.download-links h3 {
	margin-bottom: 10px;
	text-align: center;
}

.download-links .subtitle {
	margin-bottom: 56px;
	text-align: center;
	color: #AAAAAA;
}

.download-links .duo-buttons .text-left {
	float: left;
}

.download-links .duo-buttons .text-left .text-big {
	color: white;
	font-style: normal;
	font-weight: bold;
	font-size: 26px;
	line-height: 31px;
	margin-bottom: 6px;
}

.download-links .duo-buttons .text-left .text-small {
	color: #AAAAAA;
	font-style: normal;
	font-weight: 400;
	font-size: 16px;
	line-height: 19px;
	letter-spacing: 1px;
	text-transform: uppercase;
}

.download-links .duo-buttons .icon-right {
	float: right;
}

.download-links .clear {
	clear: both;
	float: none;
}

@media (max-width: 1024px) {
	.download-links .duo-buttons li {
    	width: 45%;
	}
}

@media (max-width: 767px) {
	.download-links {
	    margin-top: 40px;
	    margin-bottom: 40px;
	}
	.download-links .duo-buttons li {
    	width: 100%;
    	display: block;
    	margin: 0px 0px 20px 0px;
    	float: left;
	}
	.download-links .subtitle {
    	font-size: 18px;
	}
	.download-links h3 {
		font-size: 24px;
	}
}