@charset "UTF-8";
@import url("https://use.typekit.net/std3xut.css");
@font-face {
  font-family: "Berthold Akzidenz Grotesk BE";
  src: url("../assets/fonts/AkzidenzGroteskBE-BoldEx.eot");
  src: url("../assets/fonts/AkzidenzGroteskBE-BoldEx.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/AkzidenzGroteskBE-BoldEx.woff2") format("woff2"), url("../assets/fonts/AkzidenzGroteskBE-BoldEx.woff") format("woff"), url("../assets/fonts/AkzidenzGroteskBE-BoldEx.ttf") format("truetype"), url("../assets/fonts/AkzidenzGroteskBE-BoldEx.svg#AkzidenzGroteskBE-BoldEx") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "Berthold Akzidenz Grotesk BE";
  src: url("../assets/fonts/AkzidenzGroteskBE-MdEx.eot");
  src: url("../assets/fonts/AkzidenzGroteskBE-MdEx.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/AkzidenzGroteskBE-MdEx.woff2") format("woff2"), url("../assets/fonts/AkzidenzGroteskBE-MdEx.woff") format("woff"), url("../assets/fonts/AkzidenzGroteskBE-MdEx.ttf") format("truetype"), url("../assets/fonts/AkzidenzGroteskBE-MdEx.svg#AkzidenzGroteskBE-MdEx") format("svg");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../assets/fonts/SFProDisplay-Bold.eot");
  src: url("../assets/fonts/SFProDisplay-Bold.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SFProDisplay-Bold.woff2") format("woff2"), url("../assets/fonts/SFProDisplay-Bold.woff") format("woff"), url("../assets/fonts/SFProDisplay-Bold.ttf") format("truetype"), url("../assets/fonts/SFProDisplay-Bold.svg#SFProDisplay-Bold") format("svg");
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: "SF Pro Display";
  src: url("../assets/fonts/SFProDisplay-Regular.eot");
  src: url("../assets/fonts/SFProDisplay-Regular.eot?#iefix") format("embedded-opentype"), url("../assets/fonts/SFProDisplay-Regular.woff2") format("woff2"), url("../assets/fonts/SFProDisplay-Regular.woff") format("woff"), url("../assets/fonts/SFProDisplay-Regular.ttf") format("truetype"), url("../assets/fonts/SFProDisplay-Regular.svg#SFProDisplay-Regular") format("svg");
  font-weight: normal;
  font-style: normal;
  font-display: swap;
}
body {
  font-family: "SF Pro Display", sans-serif;
  font-size: 22px;
  line-height: 1.6;
  font-weight: 400;
  color: white;
}

i.fab::before, i.fas::before {
  width: 20px;
  transform: translateY(2px);
  display: block;
}

i.fab.fa-facebook-f::before {
  width: 13px !important;
  content: url("../assets/svg/facebook-f.svg");
}

i.fab.fa-twitter::before {
  content: url("../assets/svg/twitter.svg");
}

i.fab.fa-x-twitter::before {
  content: url("../assets/svg/x-twitter.svg");
}

i.fab.fa-linkedin-in::before {
  content: url("../assets/svg/linkedin-in.svg");
}

i.fab.fa-instagram::before {
  content: url("../assets/svg/instagram.svg");
}

i.fab.fa-discord::before {
  content: url("../assets/svg/discord.svg");
}

i.fab.fa-tiktok::before {
  content: url("../assets/svg/tiktok.svg");
}

i.fab.fa-youtube::before {
  content: url("../assets/svg/youtube.svg");
}

i.fab.fa-playstation::before {
  content: url("../assets/svg/playstation.svg");
}

i.fab.fa-xbox::before {
  content: url("../assets/svg/xbox.svg");
}

i.fab.fa-steam-symbol::before {
  content: url("../assets/svg/steam-symbol.svg");
}

i.fas.fa-xmark::before {
  content: url("../assets/svg/xmark-solid.svg");
  transform: translateY(2px) translateX(0px) !important;
}

i.fas.fa-copy::before {
  content: url("../svg/copy-solid.svg");
  transform: translateY(2px) translateX(0px) !important;
}

h1,
h2,
h3,
h4,
h5,
h6,
.looks-h1,
.looks-h2,
body.branda-maintenance .overall .page h1,
.looks-h3,
.looks-h4,
.looks-h5 {
  margin: 0;
  font-weight: normal;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  text-transform: uppercase;
}

span.looks-h1, span.looks-h2, span.looks-h3, span.looks-h4, span.looks-h5, span.looks-h6 {
  display: inline-block;
}

h1 em,
.looks-h1 em,
h2 em,
.looks-h2 em,
body.branda-maintenance .overall .page h1 em,
h3 em,
.looks-h3 em,
h4 em,
.looks-h4 em,
h5 em,
.looks-h5 em,
h6 em,
.looks-h6 em {
  position: relative;
  display: inline-block;
  font-style: normal;
}
h1 em svg,
.looks-h1 em svg,
h2 em svg,
.looks-h2 em svg,
body.branda-maintenance .overall .page h1 em svg,
h3 em svg,
.looks-h3 em svg,
h4 em svg,
.looks-h4 em svg,
h5 em svg,
.looks-h5 em svg,
h6 em svg,
.looks-h6 em svg {
  position: absolute;
  overflow: visible;
  display: block;
  left: 50%;
  top: 75%;
  transform: translate(-50%, -50%) rotate(-1deg);
  width: 105%;
  z-index: -1;
  transition: 0.5s cubic-bezier(0.3, 0.02, 0.67, 0.12);
  clip-path: ellipse(0% 50% at 0% 50%);
}
h1 em.add-brush svg,
.looks-h1 em.add-brush svg,
h2 em.add-brush svg,
.looks-h2 em.add-brush svg,
body.branda-maintenance .overall .page h1 em.add-brush svg,
h3 em.add-brush svg,
.looks-h3 em.add-brush svg,
h4 em.add-brush svg,
.looks-h4 em.add-brush svg,
h5 em.add-brush svg,
.looks-h5 em.add-brush svg,
h6 em.add-brush svg,
.looks-h6 em.add-brush svg {
  clip-path: ellipse(120% 100% at 0% 50%);
}

h1:first-child,
h2:first-child,
h3:first-child,
h4:first-child,
h5:first-child,
h6:first-child,
blockquote:first-child,
p:first-child,
ul li:first-child,
ul:first-child,
ol:first-child,
a:first-child {
  margin-top: 0;
}
h1:last-child,
h2:last-child,
h3:last-child,
h4:last-child,
h5:last-child,
h6:last-child,
blockquote:last-child,
p:last-child,
ul li:last-child,
ul:last-child,
ol:last-child,
a:last-child {
  margin-bottom: 0;
}

#main ul {
  list-style: none;
}
#main ul li {
  display: flex;
  align-items: flex-start;
  margin-bottom: 12px;
  align-self: flex-start;
}
#main ul li:last-child {
  margin-bottom: 0;
}
#main ul li:before {
  flex-shrink: 0;
  width: 7px;
  height: 7px;
  border-radius: 20px;
  margin-top: 14px;
  content: "";
  margin-right: 10px;
  background-color: #de7221;
}

h1,
.looks-h1 {
  font-size: calc(70px + 10 * (100vw - 1600px) / 400);
  line-height: 1.29;
  font-weight: bold;
  max-width: 950px;
  margin: 0 auto;
  width: calc(100% - 64px);
}

h2,
.looks-h2,
body.branda-maintenance .overall .page h1 {
  font-size: 56px;
  line-height: 1.3;
  margin: 0 0 60px 0;
  max-width: 840px;
  font-weight: 700;
}
h2.centered,
.looks-h2.centered,
body.branda-maintenance .overall .page h1.centered {
  text-align: center;
  margin: 0 auto 60px auto;
}
h2.centered:after,
.looks-h2.centered:after,
body.branda-maintenance .overall .page h1.centered:after {
  margin: 10px auto;
}

.container-swiper {
  max-width: calc(100% - 290px);
  margin: 0 auto 60px;
}

h2 + p {
  display: block;
  margin: 25px auto;
}

h2 + .cta-container {
  margin-top: 0;
}

h3,
.looks-h3 {
  font-size: 42px;
  line-height: 1.3;
  font-weight: 700;
}

p {
  margin: 0;
}

.team-photo + .container-wysiwyg {
  margin-top: 0;
}

.container-wysiwyg {
  max-width: 850px;
  width: calc(100% - 64px);
  margin: 60px auto 0;
}
.container-wysiwyg.centered {
  text-align: center;
  margin: 60px auto 0;
}

p + * {
  margin-top: 60px;
}

img {
  max-width: 100%;
}

.article-container,
.container-wysiwyg {
  font-size: 22px;
  line-height: 1.65;
}
.article-container ul,
.article-container ol,
.container-wysiwyg ul,
.container-wysiwyg ol {
  padding: 0px;
  padding-left: 30px;
  margin: 40px 0px;
}
.article-container ol,
.container-wysiwyg ol {
  padding: 0;
  padding-left: 50px;
}
.article-container ol li,
.container-wysiwyg ol li {
  counter-increment: li;
  list-style: none;
  position: relative;
  margin-left: 7px;
  margin-bottom: 30px;
}
.article-container ol li:before,
.container-wysiwyg ol li:before {
  font-weight: 900;
  content: counter(li) ". ";
  color: #de7221;
  position: absolute;
  top: 0;
  left: -28px;
}
.article-container img,
.container-wysiwyg img {
  height: auto;
}
.article-container p a,
.container-wysiwyg p a {
  color: #de7221;
}
.article-container p a:hover,
.container-wysiwyg p a:hover {
  text-decoration: underline;
}
.article-container p a.main-cta,
.container-wysiwyg p a.main-cta {
  color: white;
}
.article-container h1,
.container-wysiwyg h1 {
  text-align: left;
}
.article-container h1 + *,
.container-wysiwyg h1 + * {
  margin-top: 60px;
}
.article-container h2,
.container-wysiwyg h2 {
  margin-bottom: 30px;
}
.article-container h3,
.container-wysiwyg h3 {
  margin-bottom: 30px;
  line-height: 1.1;
}
.article-container .main-cta a,
.container-wysiwyg .main-cta a {
  color: white;
}
.article-container .main-cta + *,
.container-wysiwyg .main-cta + * {
  margin-top: 30px;
}
.article-container figure,
.container-wysiwyg figure {
  margin: 60px;
}
.article-container figure:before,
.container-wysiwyg figure:before {
  content: "";
  background: url(../assets/svg/quote.svg) center center no-repeat;
  position: absolute;
  top: -40px;
  left: -50px;
  width: 110px;
  height: 79px;
  background-size: 50%;
  z-index: -1;
}
.article-container figure blockquote,
.container-wysiwyg figure blockquote {
  margin: 0;
}
.article-container figure blockquote p,
.container-wysiwyg figure blockquote p {
  padding-left: 0px;
  font-size: 24px;
  color: white !important;
}
.article-container figure blockquote p:before,
.container-wysiwyg figure blockquote p:before {
  left: 0px !important;
}
.article-container figure figcaption,
.container-wysiwyg figure figcaption {
  margin-top: 40px;
}
.article-container blockquote,
.container-wysiwyg blockquote {
  font-size: 26px;
  font-weight: 400;
  line-height: 1.5;
  position: relative;
  margin: 60px 0;
  padding-left: 40px;
}
.article-container blockquote::before,
.container-wysiwyg blockquote::before {
  content: "";
  display: block;
  width: 3px;
  background-color: #de7221;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
}

figure {
  position: relative;
}
figure img {
  position: absolute;
  top: -110px;
  left: -50px;
  width: 220px;
  height: 158px;
  z-index: -1;
}
figure blockquote {
  margin: 0;
}
figure blockquote p {
  padding-left: 0px;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  color: white !important;
}
figure blockquote p:before {
  left: 0px !important;
}
figure figcaption {
  margin-top: 60px;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  font-size: 22px;
  font-style: normal;
  font-weight: bold;
  display: block;
}
figure figcaption cite {
  font-size: 12px;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  text-transform: uppercase;
  opacity: 0.8;
  font-weight: 400;
  display: block;
  font-style: initial;
}

@media only screen and (max-width: 1440px) {
  p + * {
    margin-top: 40px;
  }
  body {
    font-size: 20px;
  }
  body h1,
  body .looks-h1,
  body .team-hero h1,
  body .game-hero h1 {
    font-size: 60px;
  }
  body h2,
  body .looks-h2,
  body.branda-maintenance .overall .page h1 {
    font-size: 46px;
    line-height: 1.1;
  }
  body h3,
  body .looks-h3 {
    font-size: 36px;
  }
}
@media only screen and (max-width: 1250px) {
  figure figcaption {
    font-size: 20px;
  }
}
@media only screen and (max-width: 1024px) {
  body {
    font-size: 20px;
  }
  body .article-container figure,
  body .container-wysiwyg,
  body .container-article-content {
    font-size: 20px;
  }
  body .article-container figure ul,
  body .article-container figure ol,
  body .container-wysiwyg ul,
  body .container-wysiwyg ol,
  body .container-article-content ul,
  body .container-article-content ol {
    font-size: 20px;
  }
  body .container-swiper {
    max-width: initial;
    margin: 0 auto 60px;
  }
  body h1,
  body .looks-h1,
  body .team-hero h1,
  body .game-hero h1 {
    font-size: 56px;
  }
  body h2,
  body .looks-h2,
  body.branda-maintenance .overall .page h1 {
    font-size: 42px;
  }
  body h3,
  body .looks-h3 {
    font-size: 30px;
  }
  body .article-container figure figure,
  body .container-wysiwyg figure,
  body .container-article-content figure {
    margin: 60px 0;
  }
  body .article-container blockquote {
    font-size: 24px;
  }
}
@media only screen and (max-width: 800px) {
  body .article-container p,
  body .container-wysiwyg p,
  body .container-article-content p {
    font-size: 18px;
  }
  body .article-container ol,
  body .container-wysiwyg ol,
  body .container-article-content ol {
    padding-left: 20px;
  }
  body .article-container ul,
  body .container-wysiwyg ul,
  body .container-article-content ul {
    padding-left: 0px;
  }
  body .article-container ul li,
  body .container-wysiwyg ul li,
  body .container-article-content ul li {
    padding-left: 0px;
  }
  body .article-container ul,
  body .article-container ol,
  body .container-wysiwyg ul,
  body .container-wysiwyg ol,
  body .container-article-content ul,
  body .container-article-content ol {
    font-size: 18px;
  }
  body h1,
  body .looks-h1,
  body .team-hero h1,
  body .game-hero h1 {
    font-size: 50px;
  }
  body h2,
  body .looks-h2,
  body.branda-maintenance .overall .page h1 {
    font-size: 36px;
    line-height: 1.13;
  }
  body #main ul li {
    margin-top: 12px;
  }
}
@media only screen and (max-width: 640px) {
  body {
    font-size: 18px;
  }
  body .article-container figure {
    font-size: 18px;
    line-height: 1.7;
  }
  body .article-container,
  body .container-wysiwyg,
  body .container-article-content {
    font-size: 18px;
  }
  body p + * {
    margin-top: 40px;
  }
  body h1,
  body .looks-h1,
  body .team-hero h1,
  body .game-hero h1 {
    font-size: 32px;
    width: calc(100% - 40px);
  }
  body h2,
  body .looks-h2,
  body.branda-maintenance .overall .page h1 {
    font-size: 36px;
    margin-bottom: 40px;
  }
  body h2 + p {
    margin: 20px auto;
  }
  body h5,
  body .looks-h5 {
    font-size: 22px;
  }
  body p + p {
    margin-top: 30px;
  }
}
.wrapper {
  margin: 0 auto;
  max-width: 1680px;
  width: calc(100% - 84px);
  position: relative;
}

.wrapper-medium {
  margin: 0 auto;
  max-width: 1390px;
  width: calc(100% - 84px);
}

.wrapper-smaller {
  margin: 0 auto;
  max-width: 1300px;
  width: calc(100% - 84px);
}

.wrapper-smallest {
  margin: 0 auto;
  max-width: 950px;
  width: calc(100% - 84px);
}

@media only screen and (max-width: 1280px) {
  .wrapper,
  .wrapper-medium,
  .wrapper-smaller,
  .wrapper-smallest {
    width: calc(100% - 64px);
  }
}
@media only screen and (max-width: 640px) {
  .wrapper,
  .wrapper-medium,
  .wrapper-smaller,
  .wrapper-smallest {
    width: calc(100% - 40px);
  }
}
.container-fluid {
  margin-right: auto;
  margin-left: auto;
  padding-right: 30px;
  padding-left: 30px;
}

.row {
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
  margin-bottom: 100px;
}

.row:last-child {
  margin-bottom: 0;
}

.row.reverse {
  flex-direction: row-reverse;
}

.col {
  flex-direction: column;
}

.col.reverse {
  flex-direction: column-reverse;
}

[class*=col-xxl] {
  flex: 0 0 auto;
  padding-right: 15px;
  padding-left: 15px;
  box-sizing: border-box;
}

.col-xxl-1 {
  flex-basis: 8.3333333333%;
  max-width: 8.3333333333%;
}

.col-xxl-2 {
  flex-basis: 16.6666666667%;
  max-width: 16.6666666667%;
}

.col-xxl-3 {
  flex-basis: 25%;
  max-width: 25%;
}

.col-xxl-4 {
  flex-basis: 33.3333333333%;
  max-width: 33.3333333333%;
}

.col-xxl-5 {
  flex-basis: 41.6666666667%;
  max-width: 41.6666666667%;
}

.col-xxl-6 {
  flex-basis: 50%;
  max-width: 50%;
}

.col-xxl-7 {
  flex-basis: 58.3333333333%;
  max-width: 58.3333333333%;
}

.col-xxl-8 {
  flex-basis: 66.6666666667%;
  max-width: 66.6666666667%;
}

.col-xxl-9 {
  flex-basis: 75%;
  max-width: 75%;
}

.col-xxl-10 {
  flex-basis: 83.3333333333%;
  max-width: 83.3333333333%;
}

.col-xxl-11 {
  flex-basis: 91.6666666667%;
  max-width: 91.6666666667%;
}

.col-xxl-12 {
  flex-basis: 100%;
  max-width: 100%;
}

.col-xxl-offset-1 {
  margin-left: 8.3333333333%;
}

.col-xxl-offset-2 {
  margin-left: 16.6666666667%;
}

.col-xxl-offset-3 {
  margin-left: 25%;
}

.col-xxl-offset-4 {
  margin-left: 33.3333333333%;
}

.col-xxl-offset-5 {
  margin-left: 41.6666666667%;
}

.col-xxl-offset-6 {
  margin-left: 50%;
}

.col-xxl-offset-7 {
  margin-left: 58.3333333333%;
}

.col-xxl-offset-8 {
  margin-left: 66.6666666667%;
}

.col-xxl-offset-9 {
  margin-left: 75%;
}

.col-xxl-offset-10 {
  margin-left: 83.3333333333%;
}

.col-xxl-offset-11 {
  margin-left: 91.6666666667%;
}

.col-xxl-offset-12 {
  margin-left: 100%;
}

.col-xxl {
  flex-grow: 1;
  flex-basis: 0;
  max-width: 100%;
}

.start-xxl {
  justify-content: flex-start;
  text-align: start;
}

.center-xxl {
  justify-content: center;
  text-align: center;
}

.end-xxl {
  justify-content: flex-end;
  text-align: end;
}

.top-xxl {
  align-items: flex-start;
}

.middle-xxl {
  align-items: center;
}

.bottom-xxl {
  align-items: flex-end;
}

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

.between-xxl {
  justify-content: space-between;
}

.first-xxl {
  order: -1;
}

.last-xxl {
  order: 1;
}

@media only screen and (max-width: 90rem) {
  [class*=col-xlg] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xlg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xlg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xlg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xlg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xlg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xlg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xlg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xlg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xlg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xlg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xlg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xlg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xlg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xlg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xlg-offset-3 {
    margin-left: 25%;
  }
  .col-xlg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xlg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xlg-offset-6 {
    margin-left: 50%;
  }
  .col-xlg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xlg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xlg-offset-9 {
    margin-left: 75%;
  }
  .col-xlg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xlg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xlg-offset-12 {
    margin-left: 100%;
  }
  .col-xlg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xlg {
    justify-content: flex-start;
    text-align: start;
  }
  .hidden-xlg {
    display: none;
  }
  .center-xlg {
    justify-content: center;
    text-align: center;
  }
  .end-xlg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xlg {
    align-items: flex-start;
  }
  .middle-xlg {
    align-items: center;
  }
  .bottom-xlg {
    align-items: flex-end;
  }
  .around-xlg {
    justify-content: space-around;
  }
  .between-xlg {
    justify-content: space-between;
  }
  .first-xlg {
    order: -1;
  }
  .last-xlg {
    order: 1;
  }
}
@media only screen and (max-width: 64rem) {
  [class*=col-lg] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-lg-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-lg-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-lg-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-lg-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-lg-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-lg-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-lg-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-lg-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-lg-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-lg-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-lg-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-lg-offset-3 {
    margin-left: 25%;
  }
  .col-lg-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-lg-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-lg-offset-6 {
    margin-left: 50%;
  }
  .col-lg-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-lg-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-lg-offset-9 {
    margin-left: 75%;
  }
  .col-lg-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-lg-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-lg-offset-12 {
    margin-left: 100%;
  }
  .col-lg {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-lg {
    justify-content: flex-start;
    text-align: start;
  }
  .hidden-lg {
    display: none;
  }
  .center-lg {
    justify-content: center;
    text-align: center;
  }
  .end-lg {
    justify-content: flex-end;
    text-align: end;
  }
  .top-lg {
    align-items: flex-start;
  }
  .middle-lg {
    align-items: center;
  }
  .bottom-lg {
    align-items: flex-end;
  }
  .around-lg {
    justify-content: space-around;
  }
  .between-lg {
    justify-content: space-between;
  }
  .first-lg {
    order: -1;
  }
  .last-lg {
    order: 1;
  }
}
@media only screen and (max-width: 50rem) {
  [class*=col-md] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-md-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-md-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-md-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-md-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-md-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-md-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-md-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-md-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-md-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-md-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-md-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-md-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-md-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-md-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-md-offset-3 {
    margin-left: 25%;
  }
  .col-md-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-md-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-md-offset-6 {
    margin-left: 50%;
  }
  .col-md-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-md-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-md-offset-9 {
    margin-left: 75%;
  }
  .col-md-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-md-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-md-offset-12 {
    margin-left: 100%;
  }
  .col-md {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-md {
    justify-content: flex-start;
    text-align: start;
  }
  .hidden-md {
    display: none;
  }
  .center-md {
    justify-content: center;
    text-align: center;
  }
  .end-md {
    justify-content: flex-end;
    text-align: end;
  }
  .top-md {
    align-items: flex-start;
  }
  .middle-md {
    align-items: center;
  }
  .bottom-md {
    align-items: flex-end;
  }
  .around-md {
    justify-content: space-around;
  }
  .between-md {
    justify-content: space-between;
  }
  .first-md {
    order: -1;
  }
  .last-md {
    order: 1;
  }
}
@media only screen and (max-width: 40rem) {
  [class*=col-sm] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-sm-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-sm-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-sm-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-sm-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-sm-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-sm-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-sm-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-sm-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-sm-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-sm-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-sm-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-sm-offset-3 {
    margin-left: 25%;
  }
  .col-sm-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-sm-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-sm-offset-6 {
    margin-left: 50%;
  }
  .col-sm-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-sm-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-sm-offset-9 {
    margin-left: 75%;
  }
  .col-sm-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-sm-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-sm-offset-12 {
    margin-left: 100%;
  }
  .col-sm {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-sm {
    justify-content: flex-start;
    text-align: start;
  }
  .hidden-sm {
    display: none;
  }
  .center-sm {
    justify-content: center;
    text-align: center;
  }
  .end-sm {
    justify-content: flex-end;
    text-align: end;
  }
  .top-sm {
    align-items: flex-start;
  }
  .middle-sm {
    align-items: center;
  }
  .bottom-sm {
    align-items: flex-end;
  }
  .around-sm {
    justify-content: space-around;
  }
  .between-sm {
    justify-content: space-between;
  }
  .first-sm {
    order: -1;
  }
  .last-sm {
    order: 1;
  }
}
@media only screen and (max-width: 25rem) {
  [class*=col-xs] {
    box-sizing: border-box;
    flex: 0 0 auto;
    padding-right: 15px;
    padding-left: 15px;
  }
  .col-xs-1 {
    flex-basis: 8.3333333333%;
    max-width: 8.3333333333%;
  }
  .col-xs-2 {
    flex-basis: 16.6666666667%;
    max-width: 16.6666666667%;
  }
  .col-xs-3 {
    flex-basis: 25%;
    max-width: 25%;
  }
  .col-xs-4 {
    flex-basis: 33.3333333333%;
    max-width: 33.3333333333%;
  }
  .col-xs-5 {
    flex-basis: 41.6666666667%;
    max-width: 41.6666666667%;
  }
  .col-xs-6 {
    flex-basis: 50%;
    max-width: 50%;
  }
  .col-xs-7 {
    flex-basis: 58.3333333333%;
    max-width: 58.3333333333%;
  }
  .col-xs-8 {
    flex-basis: 66.6666666667%;
    max-width: 66.6666666667%;
  }
  .col-xs-9 {
    flex-basis: 75%;
    max-width: 75%;
  }
  .col-xs-10 {
    flex-basis: 83.3333333333%;
    max-width: 83.3333333333%;
  }
  .col-xs-11 {
    flex-basis: 91.6666666667%;
    max-width: 91.6666666667%;
  }
  .col-xs-12 {
    flex-basis: 100%;
    max-width: 100%;
  }
  .col-xs-offset-1 {
    margin-left: 8.3333333333%;
  }
  .col-xs-offset-2 {
    margin-left: 16.6666666667%;
  }
  .col-xs-offset-3 {
    margin-left: 25%;
  }
  .col-xs-offset-4 {
    margin-left: 33.3333333333%;
  }
  .col-xs-offset-5 {
    margin-left: 41.6666666667%;
  }
  .col-xs-offset-6 {
    margin-left: 50%;
  }
  .col-xs-offset-7 {
    margin-left: 58.3333333333%;
  }
  .col-xs-offset-8 {
    margin-left: 66.6666666667%;
  }
  .col-xs-offset-9 {
    margin-left: 75%;
  }
  .col-xs-offset-10 {
    margin-left: 83.3333333333%;
  }
  .col-xs-offset-11 {
    margin-left: 91.6666666667%;
  }
  .col-xs-offset-12 {
    margin-left: 100%;
  }
  .col-xs {
    flex-grow: 1;
    flex-basis: 0;
    max-width: 100%;
  }
  .start-xs {
    justify-content: flex-start;
    text-align: start;
  }
  .hidden-xs {
    display: none;
  }
  .center-xs {
    justify-content: center;
    text-align: center;
  }
  .end-xs {
    justify-content: flex-end;
    text-align: end;
  }
  .top-xs {
    align-items: flex-start;
  }
  .middle-xs {
    align-items: center;
  }
  .bottom-xs {
    align-items: flex-end;
  }
  .around-xs {
    justify-content: space-around;
  }
  .between-xs {
    justify-content: space-between;
  }
  .first-xs {
    order: -1;
  }
  .last-xs {
    order: 1;
  }
}
body.unscrollable {
  overflow: hidden;
}
body .justify-space-between {
  justify-content: space-between;
}

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

.d-flex {
  display: flex;
}

.flex-center {
  justify-content: center;
  display: flex;
}

.margin-auto {
  margin-left: auto;
  margin-right: auto;
}

.no-margin-bottom {
  margin-bottom: 0;
}

.z-index-front {
  position: relative;
  z-index: 40;
}

.w-100 {
  width: 100%;
}

.sticky {
  position: sticky;
}

.ratio-image {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.black-overlay {
  background-color: #1d1c19;
  opacity: 0;
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  transition: 0.3s;
}

#mainMenuBlackOverlay {
  visibility: hidden;
  position: fixed;
  z-index: 4;
  height: 100vh;
  width: 100vw;
}
#mainMenuBlackOverlay.active {
  visibility: visible;
  opacity: 0.65;
}

.show-1024, .show-1440, .show-800 {
  display: none;
}

@media only screen and (max-width: 1440px) {
  body .hide-1440 {
    display: none;
  }
  body .show-1440 {
    display: block;
  }
}
@media only screen and (max-width: 1024px) {
  body .hide-1024 {
    display: none;
  }
  body .show-1024 {
    display: block;
  }
}
@media only screen and (max-width: 800px) {
  body .hide-800 {
    display: none;
  }
  body .show-800 {
    display: block;
  }
}
section {
  padding: 100px 0;
}
section:first-child {
  margin-top: 100px;
}

.secondary-hero + section {
  padding-top: 0px;
  margin-top: 0px;
}

.section__module {
  margin: 100px 0;
}
.section__module:last-child {
  margin-bottom: 0;
}

@media only screen and (max-width: 1024px) {
  .section-main-container {
    border-radius: 0;
    border-right: 0;
    border-left: 0;
    padding: 0;
  }
  section {
    padding: 75px 0;
  }
  section:first-child {
    margin-top: 75px;
  }
}
@media only screen and (max-width: 640px) {
  section {
    padding: 50px 0;
  }
  section:first-child {
    margin-top: 50px;
  }
}
#page__footer {
  padding: 100px 0 80px;
  position: relative;
}
#page__footer .container-image {
  position: absolute;
  bottom: 100%;
  width: 100%;
  padding-bottom: 30.7%;
}
#page__footer .bg-image-footer {
  position: absolute;
  z-index: 0;
  bottom: 0;
  left: 0;
  right: 0;
  top: 0;
  height: 100%;
  width: 100%;
  margin: 0 auto;
}
#page__footer .wrapper-smaller {
  position: relative;
}
#page__footer .credits {
  margin-top: 30px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#page__footer .credits p,
#page__footer .credits a {
  margin-top: 0;
  font-size: 11px;
  font-weight: 500;
  color: white;
  opacity: 0.5;
  letter-spacing: 0.88px;
  text-transform: uppercase;
  display: flex;
  align-items: center;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
}
#page__footer .credits .d-flex {
  align-items: center;
}
#page__footer .credits .line {
  width: 25px;
  height: 1px;
  background: white;
  display: inline-flex;
  margin: 0 5px;
}
#page__footer .credits a:hover {
  opacity: 1;
}
#page__footer #section-menu-newsletter {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #535353;
  border-top: 1px solid #535353;
}
#page__footer #container-menu {
  min-width: 60%;
}
#page__footer #container-menu .menu {
  max-width: 1065px;
  padding: 80px 0 40px;
  margin-bottom: 0;
  border-right: 1px solid #535353;
}
#page__footer #container-menu .menu a {
  font-size: 28px;
  line-height: 1;
  font-weight: 500;
}
#page__footer #container-menu .menu li.with-sub-link .small-number {
  margin-left: 5px;
}
#page__footer #container-menu .menu li.with-sub-link .small-number sup {
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
}
#page__footer #container-newsletter {
  width: 100%;
  padding-left: 40px;
}
#page__footer #container-newsletter span {
  display: block;
  max-width: 410px;
  font-size: 24px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  letter-spacing: 1px;
}
#page__footer #container-newsletter form {
  position: relative;
}
#page__footer #container-newsletter form ul li {
  padding: 0;
}
#page__footer #container-newsletter form .ginput_container {
  overflow: hidden;
  display: flex;
  position: relative;
  border-radius: 2px;
}
#page__footer #container-newsletter form .ginput_container:before {
  position: absolute;
  height: 100%;
  content: "";
  width: 3px;
  background-color: #de7221;
}
#page__footer #container-newsletter form input[type=text] {
  width: 100%;
  font-size: 20px;
  color: #de7221;
  border: 0;
  outline: none;
  padding: 20px;
  background-color: #2E2E2E;
}
#page__footer #container-newsletter form input[type=text] ::placeholder {
  opacity: 0.5;
  color: white;
}
#page__footer #container-newsletter form .gform_footer {
  position: absolute;
  top: 12px;
  right: 8px;
  width: 40px;
  height: 40px;
  padding: 0;
  margin: 0;
}
#page__footer #container-newsletter form .gform_footer:hover .icon-plane {
  opacity: 1;
  color: #de7221;
}
#page__footer #container-newsletter form .gform_footer .icon-plane {
  position: absolute;
  z-index: 0;
  left: 0;
  right: 0;
  top: 2px;
  margin: 0 auto;
  text-align: center;
  opacity: 0.6;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
#page__footer #container-newsletter form .gform_footer input[type=submit] {
  opacity: 0;
  padding: 0;
  margin: 0;
  font-size: 0;
  position: relative;
  z-index: 1;
  width: 40px;
  height: 40px;
}
#page__footer #container-newsletter form label {
  display: none;
}
#page__footer #container-logo-socials {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
#page__footer #container-logo-socials .logo {
  height: 60px;
  vertical-align: middle;
}
#page__footer #container-logo-socials .socials-footer {
  display: flex;
  align-items: center;
}
#page__footer #container-logo-socials .socials-footer span {
  text-transform: uppercase;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 1px;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
}
#page__footer #container-logo-socials .socials-footer span:after {
  content: "";
  width: 70px;
  height: 1px;
  background-color: #535353;
  margin: 0 20px;
  display: inline-block;
  vertical-align: middle;
}
#page__footer #container-logo-socials .socials-footer div a {
  margin-left: 30px;
}
#page__footer #container-logo-socials .socials-footer div a i {
  font-size: 20px;
  transition: all 150ms;
}
#page__footer #container-logo-socials .socials-footer div a i::before {
  filter: brightness(0) invert(1);
}
#page__footer #container-logo-socials .socials-footer div a i:hover {
  opacity: 0.8;
}
#page__footer #container-logo-socials .socials-footer div a:first-child {
  margin-left: 20px;
}
#page__footer #container-logo-socials .socials-footer div a:hover {
  color: #de7221;
}

@media only screen and (max-width: 1100px) {
  #page__footer .credits {
    flex-direction: column;
  }
  #page__footer .credits .d-flex {
    flex-direction: column;
  }
  #page__footer .credits .d-flex a {
    margin: 20px 0;
  }
  #page__footer .credits .d-flex p {
    text-align: center;
  }
  #page__footer .credits .line {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  #page__footer #container-menu .menu-menu-footer-container .menu li a,
  #page__footer #container-menu .menu-menu-footer-en-container .menu li a {
    font-size: 24px;
  }
  #page__footer #container-newsletter span {
    font-size: 16px;
  }
}
@media only screen and (max-width: 640px) {
  .menu-menu-principal-container .menu li,
  .menu-menu-footer-container .menu li,
  .menu-menu-footer-en-container .menu li,
  .menu-main-menu-container .menu li {
    margin-bottom: 25px !important;
  }
  #page__footer {
    padding: 100px 0 30px;
  }
  #page__footer #container-logo-socials .socials-footer span:after {
    width: 25px;
    margin: 0 10px;
  }
  #page__footer #container-logo-socials .socials-footer div a {
    margin-left: 15px;
  }
  #page__footer #container-logo-socials .socials-footer div a:first-child {
    margin-left: 0;
  }
  #page__footer #container-menu .menu {
    padding: 60px 0 35px;
  }
  #page__footer #container-menu .menu-menu-footer-container .menu li,
  #page__footer #container-menu .menu-menu-footer-en-container .menu li {
    width: 100%;
  }
  #page__footer #container-menu .menu-menu-footer-container .menu li a,
  #page__footer #container-menu .menu-menu-footer-en-container .menu li a {
    font-size: 22px;
  }
  #page__footer .bg-image-footer,
  #page__footer .bg-image-footer-superior {
    transform: scaleX(3);
  }
}
@media only screen and (max-width: 800px) {
  #page__footer {
    padding-bottom: 30px;
  }
  #page__footer .credits {
    flex-direction: column;
  }
  #page__footer .credits .line {
    display: none;
  }
  #page__footer .credits .d-flex {
    display: block;
  }
  #page__footer .credits a {
    justify-content: center;
  }
  #page__footer .menu-menu-footer-container .menu li,
  #page__footer .menu-menu-footer-en-container .menu li {
    width: 50%;
    margin-bottom: 16px;
  }
  #page__footer #section-menu-newsletter {
    flex-direction: column-reverse;
  }
  #page__footer #section-menu-newsletter #container-newsletter {
    padding: 60px 0;
    border-bottom: 1px solid #535353;
  }
  #page__footer #section-menu-newsletter #container-newsletter .icon-plane {
    top: 4px;
  }
  #page__footer #section-menu-newsletter #container-newsletter form input[type=text] {
    line-height: 1;
  }
  #page__footer #section-menu-newsletter #container-menu .menu {
    border-right: 0;
  }
}
.menu-opened .hamburger-menu-container .hamburger-menu .line {
  background: #de7221;
}
.menu-opened .hamburger-menu-container .hamburger-menu .line:nth-child(1) {
  transform: rotate(45deg);
  left: 6px;
  top: -4px;
}
.menu-opened .hamburger-menu-container .hamburger-menu .line:nth-child(2) {
  width: 0;
  opacity: 0;
}
.menu-opened .hamburger-menu-container .hamburger-menu .line:nth-child(3) {
  transform: rotate(-45deg);
  left: 6px;
  bottom: -4px;
}

.hamburger-menu-container {
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 40px;
  width: 40px;
  z-index: 20;
  transition: background-color 0.3s;
}
.hamburger-menu-container .hamburger-menu {
  display: inline;
  width: 34px;
  height: 18px;
  position: relative;
  transition: 0.5s ease-in-out;
}
.hamburger-menu-container .hamburger-menu .line {
  width: 100%;
  height: 2px;
  background: white;
  transform: rotate(0deg);
  transform-origin: left center;
  transition: 0.25s ease-in-out;
  position: absolute;
  left: 0;
}
.hamburger-menu-container .hamburger-menu .line:nth-child(1) {
  top: 0;
}
.hamburger-menu-container .hamburger-menu .line:nth-child(2) {
  top: 8px;
}
.hamburger-menu-container .hamburger-menu .line:nth-child(3) {
  bottom: 0;
}

@media only screen and (max-width: 640px) {
  .hamburger-menu-container .hamburger-menu {
    width: 28px;
    height: 16px;
  }
  .hamburger-menu-container .hamburger-menu .line:nth-child(2) {
    top: 7px;
  }
  .menu-opened .hamburger-menu-container .hamburger-menu .line:nth-child(1) {
    left: 4px;
    top: -2px;
  }
  .menu-opened .hamburger-menu-container .hamburger-menu .line:nth-child(3) {
    left: 5px;
  }
}
.advantages-container .container-cards {
  justify-content: space-between;
}
.advantages-container .card-advantage {
  padding-bottom: 21%;
  position: relative;
  border-radius: 3px;
  border-left: 5px solid #de7221;
  overflow: hidden;
  align-self: flex-start;
  margin-bottom: 140px;
}
.advantages-container .card-advantage .black-overlay {
  z-index: 2;
  opacity: 0.6;
  background: rgb(22, 20, 17);
  background: linear-gradient(180deg, rgba(22, 20, 17, 0.3) 0%, #161411 93%);
}
.advantages-container .card-advantage .description {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 4;
  font-size: 24px;
  padding: 40px 30px;
  opacity: 0;
  pointer-events: none;
  transition: 0.3s;
}
.advantages-container .card-advantage span {
  width: calc(100% - 80px);
  line-height: 1.3;
  z-index: 3;
  position: absolute;
  bottom: 40px;
  left: 40px;
  font-size: 30px;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  transition: 0.3s;
}
.advantages-container .card-advantage .container-image {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  transition: 0.3s;
}
.advantages-container .card-advantage:hover {
  cursor: initial;
}
.advantages-container .card-advantage:hover .container-image {
  filter: grayscale(70%);
}
.advantages-container .card-advantage:hover span {
  opacity: 0;
  pointer-events: none;
}
.advantages-container .card-advantage:hover .description {
  opacity: 1;
  pointer-events: all;
}

@media only screen and (max-width: 1440px) {
  .advantages-container .card-advantage span {
    font-size: 26px;
  }
}
@media only screen and (max-width: 1280px) {
  .advantages-container .card-advantage span {
    font-size: 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .advantages-container .card-advantage span {
    width: calc(100% - 60px);
    bottom: 40px;
    left: 30px;
    font-size: 26px;
  }
}
@media only screen and (min-width: 1024px) {
  .advantages-container .card-advantage {
    width: calc(33.333333% - 30px);
  }
  .advantages-container .card-advantage span {
    width: calc(100% - 60px);
    bottom: 30px;
    left: 30px;
  }
  .advantages-container .card-advantage:nth-child(7n-6) {
    margin-top: 150px;
  }
  .advantages-container .card-advantage:nth-child(7n-5) {
    margin-top: 300px;
    padding-bottom: 35%;
    width: 29%;
    margin-left: -5%;
  }
  .advantages-container .card-advantage:nth-child(7n-4) {
    margin-top: 60px;
    margin-bottom: -120px;
    width: 27%;
  }
  .advantages-container .card-advantage:nth-child(7n-3) {
    width: 35%;
    padding-bottom: 23%;
    margin-left: 10%;
  }
  .advantages-container .card-advantage:nth-child(7n-2) {
    padding-bottom: 34%;
    margin-top: -330px;
    width: 25%;
  }
  .advantages-container .card-advantage:nth-child(7n-1) {
    margin-left: 15%;
    padding-bottom: 34%;
    width: 28%;
    margin-top: 5%;
    margin-bottom: 0;
  }
  .advantages-container .card-advantage:nth-child(7n) {
    margin-right: 5%;
    width: 30%;
    padding-bottom: 23%;
    margin-top: -4%;
    margin-bottom: 0;
  }
  .advantages-container .card-advantage:last-child {
    margin-bottom: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .advantages-container .card-advantage {
    width: calc(50% - 30px);
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 35% !important;
    margin-top: 0 !important;
    margin-bottom: 30px !important;
  }
  .advantages-container .card-advantage:nth-child(7n-5) {
    padding-bottom: 40%;
  }
  .advantages-container .card-advantage:nth-child(7n-4) {
    margin-top: -150px;
    padding-bottom: 30%;
  }
  .advantages-container .card-advantage:nth-child(7n-3) {
    margin-top: -30px;
    padding-bottom: 40%;
  }
  .advantages-container .card-advantage:nth-child(7n-2) {
    margin-top: -220px;
    padding-bottom: 60%;
  }
  .advantages-container .card-advantage:nth-child(7n-1) {
    margin-top: 0px;
    padding-bottom: 45%;
  }
  .advantages-container .card-advantage:nth-child(7n) {
    margin-top: -80px;
    padding-bottom: 30%;
  }
}
@media only screen and (max-width: 800px) {
  .advantages-container .card-advantage span {
    font-size: 22px;
    line-height: 1.1;
    bottom: 30px;
    left: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .advantages-container .card-advantage {
    width: 100%;
    padding-bottom: 100% !important;
  }
  .advantages-container .card-advantage span {
    width: calc(100% - 40px);
    bottom: 20px;
    left: 20px;
  }
}
.cta-footer {
  position: relative;
  width: 100%;
  padding-bottom: 54%;
  min-height: 380px;
}
.cta-footer .black-overlay {
  z-index: 1;
  opacity: 0.4;
}
.cta-footer .footer-cta-content {
  width: calc(100% - 32px);
  max-width: 730px;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 3;
  text-align: center;
}
.cta-footer .footer-cta-content a {
  margin-top: 60px;
}
.cta-footer h2,
.cta-footer .looks-h2,
.cta-footer body.branda-maintenance .overall .page h1,
body.branda-maintenance .overall .page .cta-footer h1 {
  margin-bottom: 0;
}
.cta-footer .grid__item-img {
  position: absolute;
}
.cta-footer .black-overlay {
  pointer-events: none;
}

@media only screen and (max-width: 640px) {
  .cta-footer .footer-cta-content a {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 640px) {
  .news-section {
    position: relative;
    margin-bottom: 120px;
  }
  .news-section .cta-container {
    position: absolute;
    top: 100%;
    left: 0;
    width: 100%;
  }
}
.container-title-cta {
  margin-bottom: 60px;
}

.news-section .container-title-cta {
  flex-wrap: wrap;
}

#main-hero {
  height: 100vh;
  overflow: hidden;
  position: relative;
}
#main-hero .black-overlay {
  opacity: 0.4;
  z-index: 3;
}
#main-hero .logo {
  position: absolute;
  z-index: 4;
  top: 50%;
  left: 0;
  right: 0;
  width: 370px;
  margin: 0 auto;
  transform: translate(0%, -50%);
}
#main-hero .fallback-image {
  z-index: -1;
}

@media only screen and (max-width: 1280px) {
  #main-hero .logo {
    width: 280px;
  }
}
@media only screen and (max-width: 768px) {
  video.ratio-image {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #main-hero .logo {
    width: 200px;
  }
}
.single-jeux .secondary-hero {
  min-height: 100vh;
  height: auto;
  padding-top: 350px;
}
.single-jeux .secondary-hero h1 {
  max-width: 1100px;
}
.single-jeux .secondary-hero .description {
  font-size: 16px;
}
.single-jeux .secondary-hero .content-hero {
  bottom: 50px;
}
.single-jeux .secondary-hero .label-btn {
  display: block;
  margin-bottom: 60px;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  font-size: 13px;
  text-transform: uppercase;
  letter-spacing: 1px;
}

.secondary-hero .description {
  max-width: 1010px;
  margin: 0 auto;
  margin-top: 24px;
  margin-bottom: 48px;
}
.secondary-hero .trailer-btn {
  display: none;
}

.single-post .secondary-hero {
  position: relative;
}
.single-post .navigation {
  width: 100%;
  padding: 0 30px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 50%;
  transform: translate(0%, -100%);
  z-index: -1;
  opacity: 1;
  visibility: visible;
  transition: all 0.575s cubic-bezier(0.2, 0, 0.5, 0.8);
}
.single-post .navigation.inactive {
  opacity: 0;
  visibility: hidden;
}
.single-post .navigation .article-button-next,
.single-post .navigation .article-button-prev {
  width: 80px;
  height: 80px;
  margin-top: 0;
  top: 50%;
  position: relative;
}
.single-post .navigation .article-button-next:before, .single-post .navigation .article-button-next:after,
.single-post .navigation .article-button-prev:before,
.single-post .navigation .article-button-prev:after {
  display: none;
}
.single-post .navigation .article-button-next svg,
.single-post .navigation .article-button-prev svg {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
.single-post .navigation .article-button-next img,
.single-post .navigation .article-button-prev img {
  width: 17px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 10;
}
.single-post .navigation .article-button-next .st0,
.single-post .navigation .article-button-prev .st0 {
  fill: #2E2E2E;
  transition: all 0.575s cubic-bezier(0.2, 0, 0.5, 0.8);
}
.single-post .navigation .article-button-next:hover .st0,
.single-post .navigation .article-button-prev:hover .st0 {
  fill: #de7221;
}
.single-post .navigation .article-button-prev {
  transform: rotate(180deg);
}

.team-hero,
.game-hero,
.secondary-hero {
  position: relative;
  text-align: center;
  height: 100vh;
}
.team-hero .fallback,
.game-hero .fallback,
.secondary-hero .fallback {
  z-index: -1;
}
.team-hero .label-btn,
.game-hero .label-btn,
.secondary-hero .label-btn {
  display: none;
}
.team-hero + section,
.game-hero + section,
.secondary-hero + section {
  margin-top: 200px;
}
.team-hero h1 span,
.game-hero h1 span,
.secondary-hero h1 span {
  margin-top: 30px;
  display: block;
  font-size: 16px;
  line-height: 1;
  font-weight: 500;
  letter-spacing: 1.28px;
  text-transform: uppercase;
}
.team-hero .black-overlay,
.game-hero .black-overlay,
.secondary-hero .black-overlay {
  z-index: 2;
  opacity: 1;
  background: rgb(22, 20, 17);
  background: linear-gradient(180deg, rgba(22, 20, 17, 0.4) 0%, #161411 93%);
}
.team-hero .content-hero,
.game-hero .content-hero,
.secondary-hero .content-hero {
  position: absolute;
  z-index: 4;
  bottom: 30px;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.smaller-secondary {
  z-index: 0;
  height: auto;
}
.smaller-secondary .black-overlay {
  background: linear-gradient(180deg, rgba(22, 20, 17, 0.8) 0%, #161411 93%);
}
.smaller-secondary .content-hero {
  position: relative;
  margin: 300px 0 200px;
  bottom: initial;
}
.smaller-secondary .container-image {
  position: absolute;
  top: -300px;
  left: 0;
  height: 100vh;
  width: 100%;
}

@media only screen and (max-width: 900px) {
  .single-post .navigation {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  .container-cards {
    margin-top: 100px !important;
  }
}
body .swiper-container,
body .swiper-medias-container,
body .swiper-quote-container {
  max-width: 1680px;
  position: relative;
  overflow: visible;
}
body .swiper-container .single-media-container,
body .swiper-medias-container .single-media-container,
body .swiper-quote-container .single-media-container {
  border-left: 5px solid #de7221;
  border-radius: 2px;
  overflow: hidden;
  width: 100%;
  max-width: calc(100% - 298px);
  margin: 0 auto;
  padding-bottom: 42%;
  position: relative;
}
body .swiper-container .single-media-container a.trailer-container,
body .swiper-medias-container .single-media-container a.trailer-container,
body .swiper-quote-container .single-media-container a.trailer-container {
  justify-content: center;
  align-items: center;
  display: flex;
}
body .swiper-container .swiper-button-next,
body .swiper-container .swiper-button-prev,
body .swiper-medias-container .swiper-button-next,
body .swiper-medias-container .swiper-button-prev,
body .swiper-quote-container .swiper-button-next,
body .swiper-quote-container .swiper-button-prev {
  width: 80px;
  height: 80px;
  margin-top: 0;
  top: 50%;
}
body .swiper-container .swiper-button-next:before, body .swiper-container .swiper-button-next:after,
body .swiper-container .swiper-button-prev:before,
body .swiper-container .swiper-button-prev:after,
body .swiper-medias-container .swiper-button-next:before,
body .swiper-medias-container .swiper-button-next:after,
body .swiper-medias-container .swiper-button-prev:before,
body .swiper-medias-container .swiper-button-prev:after,
body .swiper-quote-container .swiper-button-next:before,
body .swiper-quote-container .swiper-button-next:after,
body .swiper-quote-container .swiper-button-prev:before,
body .swiper-quote-container .swiper-button-prev:after {
  display: none;
}
body .swiper-container .swiper-button-next svg,
body .swiper-container .swiper-button-prev svg,
body .swiper-medias-container .swiper-button-next svg,
body .swiper-medias-container .swiper-button-prev svg,
body .swiper-quote-container .swiper-button-next svg,
body .swiper-quote-container .swiper-button-prev svg {
  width: 80px;
  height: 80px;
  flex-shrink: 0;
}
body .swiper-container .swiper-button-next img,
body .swiper-container .swiper-button-prev img,
body .swiper-medias-container .swiper-button-next img,
body .swiper-medias-container .swiper-button-prev img,
body .swiper-quote-container .swiper-button-next img,
body .swiper-quote-container .swiper-button-prev img {
  width: 17px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 10;
}
body .swiper-container .swiper-button-next .st0,
body .swiper-container .swiper-button-prev .st0,
body .swiper-medias-container .swiper-button-next .st0,
body .swiper-medias-container .swiper-button-prev .st0,
body .swiper-quote-container .swiper-button-next .st0,
body .swiper-quote-container .swiper-button-prev .st0 {
  fill: #2e2e2e;
}
body .swiper-container .swiper-button-prev,
body .swiper-medias-container .swiper-button-prev,
body .swiper-quote-container .swiper-button-prev {
  transform: rotate(180deg);
}

.swiper-quote-container .single-quote-container {
  overflow: hidden;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.swiper-quote-container .single-quote-container .container-image {
  max-width: 600px;
  width: 100%;
  position: relative;
  padding-bottom: 54%;
  border-radius: 2px;
  border-left: 5px solid #de7221;
  overflow: hidden;
}
.swiper-quote-container .single-quote-container .text-container {
  max-width: 680px;
  width: 100%;
  margin-left: 80px;
}
.swiper-quote-container .single-quote-container .text-container blockquote p {
  font-size: 26px;
  font-family: "SF Pro Display", sans-serif;
}

@media only screen and (max-width: 1280px) {
  body .swiper-quote-container .single-quote-container .text-container blockquote p {
    font-size: 22px;
  }
}
@media only screen and (max-width: 640px) {
  body .swiper-quote-container .single-quote-container {
    margin-bottom: 0;
  }
  body .swiper-quote-container .single-quote-container .text-container blockquote p {
    margin-left: 0;
  }
  body .swiper-quote-container .single-quote-container figure img {
    left: 16px;
    width: 100px;
    height: 100px;
    top: -52px;
  }
  body .swiper-quote-container .single-quote-container figure figcaption {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 1024px) {
  body .swiper-quote-container .single-quote-container {
    flex-direction: column;
    max-width: initial;
  }
  body .swiper-quote-container .single-quote-container .container-image {
    margin-bottom: 60px;
    padding-bottom: 68%;
  }
  body .swiper-quote-container .single-quote-container figure img {
    top: -55px;
    left: -30px;
    width: 149px;
    height: 158px;
  }
  body .swiper-quote-container .single-quote-container .text-container {
    margin-left: 0;
  }
  body .swiper-quote-container .single-quote-container .text-container blockquote p {
    font-size: 20px;
  }
  body .swiper-container,
  body .swiper-medias-container,
  body .swiper-quote-container {
    margin-bottom: 90px;
  }
  body .swiper-container + .cta-container,
  body .swiper-medias-container + .cta-container,
  body .swiper-quote-container + .cta-container {
    margin-top: 120px;
  }
  body .swiper-container .single-media-container,
  body .swiper-medias-container .single-media-container,
  body .swiper-quote-container .single-media-container {
    max-width: initial;
    padding-bottom: 54%;
  }
  body .swiper-container .swiper-button-next,
  body .swiper-container .swiper-button-prev,
  body .swiper-medias-container .swiper-button-next,
  body .swiper-medias-container .swiper-button-prev,
  body .swiper-quote-container .swiper-button-next,
  body .swiper-quote-container .swiper-button-prev {
    width: 60px;
    height: 60px;
    top: calc(100% + 30px);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  body .swiper-container .swiper-button-next svg,
  body .swiper-container .swiper-button-prev svg,
  body .swiper-medias-container .swiper-button-next svg,
  body .swiper-medias-container .swiper-button-prev svg,
  body .swiper-quote-container .swiper-button-next svg,
  body .swiper-quote-container .swiper-button-prev svg {
    width: 60px;
  }
  body .swiper-container .swiper-button-next,
  body .swiper-medias-container .swiper-button-next,
  body .swiper-quote-container .swiper-button-next {
    right: -67.5px;
  }
  body .swiper-container .swiper-button-prev,
  body .swiper-medias-container .swiper-button-prev,
  body .swiper-quote-container .swiper-button-prev {
    left: -67.5px;
  }
}
@media only screen and (max-width: 1440px) {
  body .swiper-news-container .swiper-button-next,
  body .swiper-news-container .swiper-button-prev {
    width: 60px;
    height: 60px;
    top: calc(100% + 30px);
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  body .swiper-news-container .swiper-button-next svg,
  body .swiper-news-container .swiper-button-prev svg {
    width: 60px;
  }
  body .swiper-news-container .swiper-button-next {
    right: -67.5px;
  }
  body .swiper-news-container .swiper-button-prev {
    left: -67.5px;
  }
}
.table {
  margin: 60px 0;
  position: relative;
  border-radius: 3px;
  border-left: 5px solid #de7221;
  background-color: #2E2E2E;
  padding: 60px 60px 40px 60px;
}
.table .line {
  padding: 20px 0;
  border-bottom: 1px solid #535353;
  display: flex;
  justify-content: space-between;
}
.table .line div {
  text-align: left;
  width: 100%;
  font-size: 20px;
  font-weight: 700;
  text-transform: uppercase;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
}
.table .line div.trophy-name, .table .line div.position {
  max-width: 300px;
  font-size: 16px;
  font-weight: 500;
}
.table .line div.desc {
  margin-left: 30px;
  max-width: 700px;
  font-family: "SF Pro Display", sans-serif;
  text-transform: initial;
  font-weight: 400;
}
.table .line div.position {
  margin-left: 30px;
}
.table .line:first-child {
  padding-top: 0;
}
.table .line:last-child {
  border-bottom: 0;
}
.table a {
  color: #de7221;
}
.table a:hover {
  color: #de7221;
  text-decoration: underline;
}

.game-resume {
  position: relative;
}

@media only screen and (max-width: 1200px) {
  body .table,
  body .game-resume .table {
    max-width: initial;
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  body .table .line div {
    font-size: 18px;
  }
}
@media only screen and (max-width: 800px) {
  body .trophies .table .line .trophy-name + .desc {
    margin-top: 20px;
  }
  body .table,
  body .game-resume .table {
    padding: 40px 40px 10px;
  }
  body .table .line,
  body .game-resume .table .line {
    flex-direction: column;
  }
  body .table .line div, body .table .line .position,
  body .game-resume .table .line div,
  body .game-resume .table .line .position {
    margin-left: 0;
  }
  body .table .line .desc,
  body .game-resume .table .line .desc {
    margin-left: 0;
  }
  body .table .line .trophy-name + .desc,
  body .game-resume .table .line .trophy-name + .desc {
    margin: 5px 0;
  }
}
@media only screen and (max-width: 640px) {
  body .table .line .trophy-name + .desc, body .game-resume .table .line .trophy-name + .desc {
    margin: 5px 0 0;
  }
  body .table,
  body .game-resume .table {
    padding: 30px 20px 10px;
  }
  body .table .line div.trophy-name, body .table .line div.position {
    font-size: 14px;
  }
}
.text-image {
  display: flex;
  align-items: center;
  position: relative;
}
.text-image .swiper-container-text-image {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}
.text-image .swiper-pagination-bullet {
  background: white;
}
.text-image .swiper-pagination-bullet-active {
  background: #de7221;
}
.text-image .media-container {
  width: 44%;
  padding-bottom: 28%;
  margin-right: 120px;
  position: relative;
  flex-shrink: 0;
  border-radius: 2px;
  overflow: hidden;
}
.text-image.youtube-video .media-container {
  padding-bottom: 24.8%;
}
.text-image .text-container {
  position: relative;
  z-index: 1;
}
.text-image .container-video {
  width: 100%;
  height: 100%;
  display: flex;
  justify-content: center;
}
.text-image .cta-container {
  margin-top: 40px;
}
.text-image .container-text-cta {
  margin-left: 120px;
  max-width: 560px;
}

@media only screen and (max-width: 1440px) {
  .text-image .container-text-cta {
    margin-left: 0;
  }
  .text-image .media-container {
    margin-right: 60px;
  }
}
@media only screen and (max-width: 1024px) {
  .text-image {
    flex-direction: column-reverse;
    align-items: flex-start;
  }
  .text-image .media-container {
    width: 100%;
    padding-bottom: 62% !important;
    margin-right: 0;
    margin-top: 40px;
  }
  .text-image.youtube-video .media-container {
    padding-bottom: 56.2% !important;
  }
  .text-image .container-text-cta {
    padding-left: 0;
  }
  .text-image .triangle {
    transform: translate(-64%, -4%) scaleX(-1);
    max-width: 74%;
  }
}
@media only screen and (max-width: 800px) {
  .text-image .container-text-cta {
    margin-left: 0;
  }
}
@media only screen and (max-width: 640px) {
  .text-image .container-text-cta {
    margin-left: 0;
  }
  .text-image .container-cta {
    text-align: center;
  }
}
.text-images-gallery .text-container {
  display: flex;
  justify-content: space-between;
  z-index: 1;
  position: relative;
}
.text-images-gallery .text-container div {
  max-width: calc(50% - 85px);
}
.text-images-gallery .slider-low-poly {
  height: 0;
  padding-bottom: 56.25%;
}
.text-images-gallery .left-slider-container {
  width: 20%;
  margin-right: 10%;
}
.text-images-gallery .right-slider-container {
  width: 70%;
}
.text-images-gallery .left-slider {
  padding-bottom: 120%;
  margin-bottom: 32px;
}
.text-images-gallery .sliders {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin-top: 100px;
}
.text-images-gallery .sliders .left-slider,
.text-images-gallery .sliders .right-slider {
  position: relative;
  width: 100%;
  height: 0;
  overflow: hidden;
}
.text-images-gallery .sliders canvas {
  width: 100% !important;
  height: 100% !important;
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  object-fit: cover;
}
.text-images-gallery .sliders .controls {
  display: flex;
  width: 100%;
}
.text-images-gallery .sliders .prev-button,
.text-images-gallery .sliders .next-button {
  display: flex;
  width: 80px;
  height: 80px;
  position: relative;
}
.text-images-gallery .sliders .prev-button svg,
.text-images-gallery .sliders .next-button svg {
  width: 100%;
  height: 100%;
}
.text-images-gallery .sliders .prev-button img,
.text-images-gallery .sliders .next-button img {
  width: 17px;
  height: 10px;
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  left: 50%;
  z-index: 10;
}
.text-images-gallery .sliders .prev-button {
  transform: rotate(180deg);
  margin-right: 12px;
}

@media only screen and (max-width: 1280px) {
  .text-images-gallery .text-container div {
    max-width: calc(50% - 32px);
  }
  .text-images-gallery .left-slider-container {
    width: 100%;
    margin-right: 0;
    order: 1;
    margin-top: 32px;
  }
  .text-images-gallery .left-slider {
    display: none;
  }
  .text-images-gallery .right-slider-container {
    width: 100%;
  }
}
@media only screen and (max-width: 800px) {
  .text-images-gallery .text-container div {
    max-width: 100%;
  }
  .text-images-gallery .sliders .prev-button,
  .text-images-gallery .sliders .next-button {
    width: 60px;
    height: 60px;
  }
}
.card {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  flex-direction: column;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card .black-overlay {
  opacity: 0.6;
  z-index: 2;
}
.card:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  position: absolute;
  bottom: 0px;
  left: 10px;
  display: inline-block;
  background-color: #de7221;
  filter: drop-shadow(0 20px 30px rgba(255, 142, 28, 0.3));
  opacity: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 0;
}
.card:hover {
  z-index: 4;
  cursor: pointer;
}
.card:hover .outer-card {
  top: -10px;
  left: -10px;
  width: calc(100% + 20px);
  height: calc(100% + 20px);
}
.card:hover .outer-card img {
  transform: scale(1);
}
.card:hover:before {
  opacity: 1;
}

.outer-card {
  border-radius: 3px;
  border-left: 5px solid #de7221;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  overflow: hidden;
}
.outer-card img {
  transform: scale(1.05);
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}

.inner-card {
  flex: 0 0 auto;
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  will-change: opacity;
  z-index: 2;
  transition: 0.3s;
}
.inner-card > a {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

.container-cards {
  margin-bottom: -30px;
  justify-content: flex-start;
  margin-left: -15px;
  margin-right: -15px;
  display: flex;
  flex: 0 1 auto;
  flex-direction: row;
  flex-wrap: wrap;
}

.job-section .container-cards {
  margin-top: 60px;
}

@media only screen and (max-width: 1440px) {
  .container-cards .card-news,
  .container-cards .card-teammate {
    width: calc(33.333333% - 30px);
    padding-bottom: 38%;
  }
  .container-cards .card-news:nth-child(4) {
    display: none;
  }
}
@media only screen and (max-width: 1024px) {
  .container-cards .card-news,
  .container-cards .card-teammate {
    width: calc(50% - 30px);
    padding-bottom: 53%;
    margin: 0 15px 30px 15px;
  }
  .container-cards .card-job,
  .container-cards .card-kit {
    width: calc(50% - 30px);
  }
  .container-cards .card-news:nth-child(4) {
    display: flex;
  }
}
@media only screen and (max-width: 640px) {
  .container-cards .card-news,
  .container-cards .card-teammate {
    width: calc(100% - 30px);
    padding-bottom: 105%;
    margin-right: 0 !important;
  }
  .container-cards .card-job,
  .container-cards .card-kit {
    margin-right: 0 !important;
  }
}
.swiper-slide .card-games {
  width: 100%;
  max-width: calc(100% - 298px);
  margin: 90px auto 0;
  border-left: 5px solid #de7221;
}
.swiper-slide .card-games .ratio-image {
  border-top-right-radius: 2px;
  border-bottom-right-radius: 2px;
  overflow: hidden;
}

.card-games {
  border-radius: 2px;
  width: calc(100% - 30px);
  height: 600px;
  margin-bottom: 120px;
  border-left: 5px solid #de7221;
  margin-left: 15px;
}
.card-games:before {
  filter: drop-shadow(0 20px 40px rgba(255, 142, 28, 0.2));
}
.card-games h1 {
  font-size: 42px;
  text-transform: initial;
  max-width: 650px;
  text-align: left;
  line-height: 1.1;
  margin: 0;
}
.card-games .container-image {
  width: 100%;
  position: absolute;
  height: 125%;
  max-height: 650px;
  right: 0;
  bottom: 0;
  overflow: hidden;
  pointer-events: none;
}
.card-games .logo {
  position: absolute;
  left: 60px;
  top: 60px;
  z-index: 3;
  width: 180px;
}
.card-games .overlay-image {
  position: absolute;
  right: -100px;
  max-height: 100%;
  bottom: 0;
  z-index: 3;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-games .content-card {
  position: absolute;
  bottom: 60px;
  left: 60px;
  z-index: 5;
  max-width: 650px;
  width: 100%;
}
.card-games a {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
}
.card-games a:hover {
  cursor: pointer;
  transform: none;
}
.card-games a:hover .overlay-image {
  right: -80px;
}
.card-games a:hover:before {
  opacity: 1;
}

@media only screen and (max-width: 1024px) {
  .card-games {
    height: 450px;
  }
  .card-games h1 {
    font-size: 34px;
  }
  .card-games .container-image {
    height: 105%;
  }
  .card-games .container-image .overlay-image {
    right: -60px;
  }
  .card-games a:hover .container-image .overlay-image {
    right: -40px;
  }
  .card-games .content-card {
    bottom: 40px;
    left: 40px;
  }
  .card-games .logo {
    bottom: 40px;
    left: 40px;
    width: 150px;
  }
  .swiper-slide .card-games {
    margin: 40px auto 0;
    max-width: 100%;
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 800px) {
  .card-games {
    width: calc(100% - 80px);
    margin-left: auto;
    margin-right: auto;
  }
}
@media only screen and (max-width: 640px) {
  .card-games {
    width: calc(100% - 40px);
    height: 500px;
  }
  .card-games h1 {
    font-size: 26px;
    width: 100%;
  }
  .card-games .content-card {
    position: relative;
    bottom: initial;
    left: initial;
    margin: 30px 0 0px 24px;
    width: calc(100% - 48px);
  }
  .card-games .logo {
    position: relative;
    left: initial;
    margin: 30px 0 0 24px;
    top: 0;
  }
  .card-games .container-image {
    height: 50%;
  }
  .card-games .container-image .overlay-image {
    right: 0px;
  }
}
.card-job,
a.card-kit {
  width: calc(33.333333% - 30px);
  margin: 0 15px 30px 15px;
  min-height: 250px;
  position: relative;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-job:last-child,
a.card-kit:last-child {
  margin-bottom: 30px;
}
.card-job .content-card,
a.card-kit .content-card {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}
.card-job .inner-card,
a.card-kit .inner-card {
  position: relative;
  height: 100%;
}
.card-job .department,
a.card-kit .department {
  display: flex;
  z-index: 3;
  font-weight: 600;
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 0.05em;
  padding: 40px;
  align-items: center;
}
.card-job .department .title,
a.card-kit .department .title {
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  margin-right: 10px;
  white-space: nowrap;
  font-size: 10px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 500;
  letter-spacing: 0.05em;
}
.card-job .department .line,
a.card-kit .department .line {
  width: calc(100% - 40px);
  background-color: white;
  height: 1px;
}
.card-job .title-date,
a.card-kit .title-date {
  z-index: 3;
  line-height: 1.1;
  padding: 10px 40px 40px 40px;
}
.card-job .title-date span,
a.card-kit .title-date span {
  opacity: 0.6;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.card-job .title-date .title,
a.card-kit .title-date .title {
  opacity: 1;
  font-size: 24px;
  font-weight: normal;
  text-transform: initial;
  text-align: left;
  max-width: initial;
  width: auto;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
}
.card-job .type-icon,
a.card-kit .type-icon {
  font-size: 18px;
  margin-left: 15px;
}

@media only screen and (max-width: 1440px) {
  .container-cards .card-job .department,
  .container-cards .card-kit .department {
    top: 20px;
  }
}
@media only screen and (max-width: 1200px) {
  .container-cards .card-job,
  .container-cards .card-kit {
    width: calc(50% - 30px);
  }
  .container-cards .card-job .title-date .title,
  .container-cards .card-kit .title-date .title {
    font-size: 22px;
  }
}
@media only screen and (max-width: 1024px) {
  .container-cards .card-job .title-date .title,
  .container-cards .card-kit .title-date .title {
    font-size: 20px;
  }
}
@media only screen and (max-width: 800px) {
  .container-cards .card-job,
  .container-cards .card-kit {
    margin-right: 0;
    width: calc(100% - 30px);
  }
}
@media only screen and (max-width: 640px) {
  .container-cards .card-job .title-date,
  .container-cards .card-kit .title-date {
    padding: 20px 20px 30px;
  }
  .container-cards .card-job .departement,
  .container-cards .card-kit .departement {
    padding: 30px 20px;
  }
}
.container-title-cta {
  display: flex;
  align-items: center;
  justify-content: space-between;
}

.card-news,
.card-teammate {
  margin: 0 15px 30px 15px;
}

.card-news,
.card-teammate {
  width: calc(25% - 30px);
  padding-bottom: calc(30% - 30px);
  position: relative;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.card-news.generated,
.card-teammate.generated {
  transform: translateY(100px);
  opacity: 0;
}
.card-news .icon-video,
.card-teammate .icon-video {
  margin-left: 10px;
}
.card-news > a,
.card-teammate > a {
  position: absolute;
  width: 100%;
  height: 100%;
  bottom: 0;
  z-index: 1;
}
.card-news .category,
.card-teammate .category {
  display: flex;
  position: absolute;
  top: 35px;
  left: 40px;
  z-index: 3;
  letter-spacing: 0.05em;
  width: calc(100% - 80px);
  align-items: center;
}
.card-news .category .title,
.card-teammate .category .title {
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  margin-right: 10px;
  font-size: 10px;
  line-height: 1.1;
  text-transform: uppercase;
  font-weight: 500;
  max-width: calc(100% - 70px);
  flex: 0 1 auto;
}
.card-news .category .line,
.card-teammate .category .line {
  background-color: white;
  height: 1px;
  flex: 1;
}
.card-news .title-date,
.card-teammate .title-date {
  position: absolute;
  z-index: 3;
  bottom: 40px;
  left: 40px;
  line-height: 1.1;
  margin-right: 40px;
}
.card-news .title-date span,
.card-teammate .title-date span {
  opacity: 0.6;
  font-size: 16px;
  margin-bottom: 10px;
  display: block;
}
.card-news .title-date h1,
.card-teammate .title-date h1 {
  font-size: 24px;
  font-weight: normal;
  text-transform: initial;
  text-align: left;
  width: 100%;
}

.swiper-slide .card-news {
  width: 100%;
  padding-bottom: 110%;
}

@media only screen and (max-width: 800px) {
  .card-news .title-date,
  .card-teammate .title-date {
    bottom: 30px;
    left: 30px;
    margin-right: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .card-news .title-date h1,
  .card-teammate .title-date h1 {
    font-size: 20px;
  }
}
.card-teammate {
  margin-bottom: 30px;
  cursor: default !important;
}
.card-teammate .description {
  position: absolute;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
  padding: 32px;
  font-size: 16px;
  opacity: 0;
  pointer-events: none;
  background: rgba(0, 0, 0, 0.7);
  transition: 0.3s;
  height: calc(100% + 20px);
  width: calc(100% + 20px);
  z-index: 9;
}
.card-teammate .description .name-title {
  font-size: 18px;
}
.card-teammate .description .name-title span {
  display: block;
  color: #de7221;
  font-size: 14px;
  margin-bottom: 16px;
}
.card-teammate .content-card {
  position: absolute;
  z-index: 4;
  left: 0;
  right: 0;
  margin: 0 auto;
  bottom: 0;
  text-align: center;
}
.card-teammate .content-card span {
  display: block;
}
.card-teammate .content-card span.title {
  font-size: 10px;
  font-weight: 500;
  opacity: 0.8;
  color: white;
  letter-spacing: 0.05em;
  text-transform: uppercase;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
}
.card-teammate .content-card span.name {
  font-size: 24px;
  font-weight: 700;
  color: white;
  margin-bottom: 30px;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
}
.card-teammate .black-overlay {
  top: initial;
  bottom: 0;
  opacity: 1;
  height: 50%;
  z-index: 2;
  background: linear-gradient(180deg, rgba(255, 255, 255, 0) 0%, #161411 100%);
}

@media only screen and (min-width: 1024px) {
  .card-teammate:hover .description {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .card-teammate:hover .inner-card {
    opacity: 0;
  }
}
@media only screen and (max-width: 1023px) {
  .card-teammate::after {
    content: "✖";
    position: absolute;
    color: black;
    background: white;
    line-height: 1;
    padding: 8px 10px;
    border-radius: 3px;
    top: 0px;
    right: 0px;
    z-index: 10;
    font-size: 14px;
    pointer-events: none;
    opacity: 0;
    transition: 0.3s;
  }
  .card-teammate.active::after {
    opacity: 1;
  }
  .card-teammate.active .description {
    opacity: 1;
    width: 100%;
    height: 100%;
  }
  .card-teammate.active .inner-card {
    opacity: 0;
  }
}
.card-video {
  padding-bottom: 50.5%;
  border-left: 5px solid #de7221;
  overflow: hidden;
  border-radius: 3px;
}
.card-video .black-overlay {
  opacity: 0.3;
}

@media only screen and (max-width: 800px) {
  .card-video {
    padding-bottom: 60%;
  }
}
@media only screen and (max-width: 640px) {
  .card-video {
    padding-bottom: 90%;
  }
}
.hexagon + .hexagon {
  margin-left: 10px;
}

.hexagon-shadow {
  border: 0 !important;
}
.hexagon-shadow::after, .hexagon-shadow:before {
  border: 0 !important;
}

a.hexagon,
.hexagon-shadow {
  font-size: 32px;
  display: inline-flex;
  width: 169px;
  height: 97px;
  border-right: 1px solid #3d3c3c;
  border-left: 1px solid #3d3c3c;
  align-items: center;
  justify-content: center;
  position: relative;
  transition: none;
  margin-top: 59px;
}
a.hexagon .hexagon-bg,
.hexagon-shadow .hexagon-bg {
  width: 169px;
  height: 196px;
  position: absolute;
  top: -49px;
  left: -1px;
  max-width: initial;
  opacity: 0;
  z-index: -1;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.5, 0.8);
  filter: drop-shadow(0 8px 15px rgba(255, 142, 28, 0.4));
}
a.hexagon:after,
.hexagon-shadow:after {
  transform: rotate(-30deg);
  content: "";
  height: 169px;
  width: 97px;
  border-top: 1px solid #3d3c3c;
  border-bottom: 1px solid #3d3c3c;
  position: absolute;
  left: 35px;
  top: -36px;
}
a.hexagon:before,
.hexagon-shadow:before {
  transform: rotate(30deg);
  content: "";
  height: 169px;
  width: 97px;
  border-top: 1px solid #3d3c3c;
  border-bottom: 1px solid #3d3c3c;
  position: absolute;
  right: 35px;
  top: -36px;
}
a.hexagon:hover,
.hexagon-shadow:hover {
  background-color: transparent;
  border-right: 1px solid #de7221;
  border-left: 1px solid #de7221;
}
a.hexagon:hover:after,
.hexagon-shadow:hover:after {
  border-top: 1px solid #de7221;
  border-bottom: 1px solid #de7221;
}
a.hexagon:hover:before,
.hexagon-shadow:hover:before {
  border-top: 1px solid #de7221;
  border-bottom: 1px solid #de7221;
}
a.hexagon:hover .hexagon-bg,
.hexagon-shadow:hover .hexagon-bg {
  opacity: 1;
}

.buying-options .hexagon {
  font-size: 24px;
  width: 52px;
  height: 30px;
  border-right: 1px solid #fff;
  border-left: 1px solid #fff;
}
.buying-options .hexagon .hexagon-bg {
  top: -14px;
  position: absolute;
  width: 52px;
  height: 29px;
  background-color: #de7221;
  margin: 15px 0;
}
.buying-options .hexagon .hexagon-bg:before,
.buying-options .hexagon .hexagon-bg:after {
  content: "";
  position: absolute;
  width: 0;
  border-left: 26px solid transparent;
  border-right: 26px solid transparent;
  left: 0;
}
.buying-options .hexagon .hexagon-bg:before {
  bottom: 100%;
  border-bottom: 15px solid #de7221;
}
.buying-options .hexagon .hexagon-bg:after {
  top: 100%;
  width: 0;
  border-top: 15px solid #de7221;
}
.buying-options .hexagon:after {
  transform: rotate(-30deg);
  content: "";
  height: 52px;
  width: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  left: 10px;
  top: -11px;
}
.buying-options .hexagon:before {
  transform: rotate(30deg);
  content: "";
  height: 52px;
  width: 30px;
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  position: absolute;
  right: 10px;
  top: -11px;
}

.container-socials h2 {
  margin: 0 auto;
  text-align: center;
}
.container-socials.left-right {
  display: flex;
  align-items: center;
}
.container-socials.left-right h2 {
  text-align: left;
  margin-top: 59px;
}
.container-socials.left-right h2 + .hexagons-socials {
  margin-top: 0px;
}
.container-socials a i {
  transition: all 150ms;
}
.container-socials a i::before {
  filter: brightness(0) invert(1);
  width: 25px;
}

.wrapper-negative {
  display: flex;
  flex-shrink: 0;
}

.hexagons-socials {
  display: flex;
  justify-content: center;
  width: 706px;
  flex-wrap: wrap;
  margin: 0 auto;
}
.hexagons-socials .hexagon-shadow {
  width: 169px;
}
.hexagons-socials .hexagon-shadow.half {
  width: 84px;
}

@media only screen and (max-width: 1300px) {
  .single-jeux .container-socials.left-right {
    flex-direction: column;
  }
  .single-jeux .container-socials.left-right h2 {
    text-align: center;
  }
  .single-jeux .container-socials.left-right .hexagons-socials {
    margin-top: 60px;
  }
}
@media only screen and (max-width: 1280px) {
  .hexagons-socials {
    width: 656px;
  }
  .hexagons-socials .hexagon {
    width: 148px;
    height: 84px;
    margin-top: 54px;
  }
  .hexagons-socials .hexagon:before, .hexagons-socials .hexagon:after {
    height: 146px;
    width: 86px;
  }
  .hexagons-socials .hexagon:before {
    top: -31px;
    right: 31px;
  }
  .hexagons-socials .hexagon:after {
    top: -31px;
    left: 29px;
  }
  .hexagons-socials .hexagon .hexagon-bg {
    top: -43px;
    position: absolute;
    width: 170px;
    height: 171px;
    left: -12px;
  }
  .hexagons-socials .hexagon .hexagon-bg:before,
  .hexagons-socials .hexagon .hexagon-bg:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    left: 0;
  }
  .hexagons-socials .hexagon .hexagon-bg:before {
    bottom: 100%;
    border-bottom: 37.53px solid #de7221;
  }
  .hexagons-socials .hexagon .hexagon-bg:after {
    top: 100%;
    width: 0;
    border-top: 37.53px solid #de7221;
  }
  .hexagons-socials .hexagon + .hexagon {
    margin-left: 13px;
  }
}
@media only screen and (max-width: 800px) {
  .hexagons-socials {
    width: 640px;
    margin-top: 30px;
  }
}
@media only screen and (max-width: 640px) {
  .hexagons-socials {
    width: 420px;
  }
  .hexagons-socials .hexagon {
    width: 130px;
    height: 74px;
    margin-top: 48px;
  }
  .hexagons-socials .hexagon:before, .hexagons-socials .hexagon:after {
    height: 130px;
    width: 74px;
  }
  .hexagons-socials .hexagon:before {
    top: -27px;
    right: 27px;
  }
  .hexagons-socials .hexagon:after {
    top: -27px;
    left: 27px;
  }
  .hexagons-socials .hexagon .hexagon-bg {
    top: -37px;
    position: absolute;
    width: 130px;
    height: 150px;
    left: 0;
  }
  .hexagons-socials .hexagon .hexagon-bg:before,
  .hexagons-socials .hexagon .hexagon-bg:after {
    content: "";
    position: absolute;
    width: 0;
    border-left: 65px solid transparent;
    border-right: 65px solid transparent;
    left: 0;
  }
  .hexagons-socials .hexagon .hexagon-bg:before {
    bottom: 100%;
    border-bottom: 37.53px solid #de7221;
  }
  .hexagons-socials .hexagon .hexagon-bg:after {
    top: 100%;
    width: 0;
    border-top: 37.53px solid #de7221;
  }
}
@media only screen and (max-width: 480px) {
  .hexagons-socials {
    width: 345px;
  }
  .hexagons-socials .hexagon {
    font-size: 22px;
    width: 100px;
    height: 57px;
    margin-top: 37px;
  }
  .hexagons-socials .hexagon:before, .hexagons-socials .hexagon:after {
    height: 100px;
    width: 57px;
  }
  .hexagons-socials .hexagon:before {
    top: -21px;
    right: 21px;
  }
  .hexagons-socials .hexagon:after {
    top: -21px;
    left: 21px;
  }
  .hexagons-socials .hexagon .hexagon-bg {
    top: -56px;
    width: 100px;
    height: 115px;
    margin: 28px 0;
    left: -1px;
  }
  .hexagons-socials .hexagon .hexagon-bg:before,
  .hexagons-socials .hexagon .hexagon-bg:after {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
  }
  .hexagons-socials .hexagon .hexagon-bg:before {
    border-bottom: 28px solid #de7221;
  }
  .hexagons-socials .hexagon .hexagon-bg:after {
    border-top: 28px solid #de7221;
  }
}
@media only screen and (max-width: 480px) {
  .hexagons-socials {
    width: 360px;
  }
  .hexagons-socials .hexagon {
    font-size: 22px;
    width: 80px;
    height: 44px;
    margin-top: 40px;
  }
  .hexagons-socials .hexagon:before, .hexagons-socials .hexagon:after {
    height: 80px;
    width: 37px;
  }
  .hexagons-socials .hexagon:before {
    top: -18px;
    right: 17px;
    width: 45px;
  }
  .hexagons-socials .hexagon:after {
    top: -18px;
    left: 16px;
    width: 46px;
    height: 80px;
  }
  .hexagons-socials .hexagon .hexagon-bg {
    top: -48px;
    width: 80px;
    height: 84px;
    margin: 28px 0;
    left: -1px;
  }
  .hexagons-socials .hexagon .hexagon-bg:before,
  .hexagons-socials .hexagon .hexagon-bg:after {
    border-left: 50px solid transparent;
    border-right: 50px solid transparent;
  }
  .hexagons-socials .hexagon .hexagon-bg:before {
    border-bottom: 28px solid #de7221;
  }
  .hexagons-socials .hexagon .hexagon-bg:after {
    border-top: 28px solid #de7221;
  }
}
#main .filter-container {
  margin-bottom: -20px;
}
#main .filter-container .actual-menu {
  display: flex;
  justify-content: center;
  list-style: none;
  padding: 0;
  margin-bottom: 60px;
  flex-wrap: wrap;
}
#main .filter-container .actual-menu li {
  margin: 0 20px 20px 0;
}
#main .filter-container .actual-menu li:before {
  display: none;
}
#main .select-mobile {
  position: relative;
  display: none;
  margin-bottom: 30px;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  z-index: 1;
}
#main .select-mobile label {
  font-size: 16px;
  display: block;
  margin-bottom: 10px;
}
#main .select-mobile select {
  background-color: transparent !important;
  width: 100%;
  color: white;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  border: 0;
  border-left: 2px solid #de7221;
  padding: 15px;
  font-size: 16px;
  line-height: 1;
  position: relative;
  -webkit-appearance: none;
  appearance: none;
  z-index: 1;
  border-radius: 2px;
}
#main .select-mobile select option {
  background-color: #2E2E2E;
}
#main .select-mobile select::-ms-expand {
  display: none;
}
#main .select-mobile:before {
  width: 100%;
  height: 46px;
  background-color: #2E2E2E;
  content: "";
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: -1;
}
#main .select-mobile:after {
  width: 15px;
  height: 8px;
  content: "";
  position: absolute;
  bottom: 20px;
  right: 15px;
  z-index: 0;
  background: url(../assets/svg/arrow-down.svg) no-repeat center center;
  opacity: 0.6;
}

@media only screen and (max-width: 640px) {
  #main #filter-post {
    display: none;
  }
  #main .select-mobile {
    display: block;
  }
}
.triangle {
  position: absolute;
  bottom: 42px;
}
.triangle.triangle-orange-1 {
  transform: translate(-56%, 42%) scaleX(-1);
  max-width: 60%;
}
.triangle.triangle-orange-2 {
  transform: translate(75%, -25%) rotate(99deg);
  right: 0;
}
.triangle.triangle-orange-3 {
  transform: translate(45%, 0%) rotate(58deg);
  max-width: 70%;
  right: 0;
}
.triangle.triangle-gris-1 {
  transform: translate(54%, 27%) scale(-1) rotate(53deg);
  right: 0;
  max-width: 84%;
  bottom: initial;
  top: 42px;
}
.triangle.triangle-gris-2 {
  transform: translate(-58%, 39%) rotate(-67deg);
  max-width: 60%;
}

.page-template-tpl-contact .text-image {
  font-size: 22px;
}
.page-template-tpl-contact .text-image h2 {
  margin-bottom: 30px;
}
.page-template-tpl-contact .text-image .label-contact {
  font-size: 18px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  font-weight: 500;
  display: block;
}
.page-template-tpl-contact .text-image .contact {
  margin-top: 40px;
}
.page-template-tpl-contact .text-image .contact a {
  font-size: 22px;
  color: #de7221;
}
.page-template-tpl-contact .text-image .contact a:hover {
  text-decoration: underline;
}
.page-template-tpl-contact .text-image .media-container {
  padding-bottom: 32%;
}
.page-template-tpl-contact .contact .cta-container {
  margin-top: 0;
}
.page-template-tpl-contact .hexagons-socials {
  margin-top: 60px;
}

@media only screen and (max-width: 1600px) {
  .page-template-tpl-contact .text-image .media-container {
    margin-right: 60px;
    width: 50%;
  }
  .page-template-tpl-contact .text-image .text-container {
    width: 50%;
  }
  .page-template-tpl-contact .text-image .text-container .container-text-cta {
    margin-left: 0;
  }
}
@media only screen and (max-width: 1024px) {
  .page-template-tpl-contact .text-image .media-container {
    margin-right: 0px;
    width: 100%;
  }
  .page-template-tpl-contact .text-image .text-container {
    width: 100%;
  }
  .page-template-tpl-contact .text-image .text-container .container-text-cta {
    margin-left: 0;
  }
}
.team-info-container {
  display: flex;
  position: relative;
  z-index: 3;
}
.team-info-container .team-photo {
  align-self: flex-start;
  flex-shrink: 0;
  position: relative;
  width: 40%;
  margin-right: 120px;
  padding-bottom: 53%;
  border-radius: 2px;
  overflow: hidden;
  margin-top: 10px;
}

@media only screen and (max-width: 1440px) {
  .team-info-container .team-photo {
    margin-right: 80px;
  }
}
@media only screen and (max-width: 1024px) {
  .team-info-container {
    flex-direction: column;
  }
  .team-info-container .team-photo {
    max-width: 850px;
    width: calc(100% - 64px);
    margin-bottom: 30px;
    margin-right: auto;
    margin-left: auto;
  }
}
body.scrolled .buying-options.fixed .black-overlay {
  opacity: 1;
}

.buying-options {
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
  height: 62px;
  margin-bottom: 20px;
  z-index: 5;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  padding-top: 30px;
  transition: 0.3s;
}
.buying-options .black-overlay {
  top: 0;
  height: calc(100% + 30px);
  z-index: -1;
  opacity: 0;
  background: #161411;
  background: linear-gradient(0deg, rgba(22, 20, 17, 0) 0%, #161411 100%);
}
.buying-options.fixed {
  position: fixed;
  top: 0;
  bottom: initial;
  left: 0;
  right: 0;
}
.buying-options.fixed.scolling-up .black-overlay {
  top: -30px;
}
.buying-options .links {
  display: flex;
  align-self: center;
}
.buying-options .links a i {
  transition: all 150ms;
}
.buying-options .links a i::before {
  filter: brightness(0) invert(1);
}
.buying-options a {
  margin-top: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.buying-options a svg {
  height: 23px;
}
.buying-options a .st1 {
  fill: black;
}
.buying-options a .st0 {
  fill: white;
}
.buying-options a .st0,
.buying-options a .st1 {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.buying-options a:hover {
  border-right-color: #de7221;
  border-left-color: #de7221;
}
.buying-options a:hover:after, .buying-options a:hover:before {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  border-top-color: #de7221;
  border-bottom-color: #de7221;
}
.buying-options a:hover .st0 {
  fill: white;
}
.buying-options a:hover .st1 {
  fill: #de7221;
}

.game-hero .label-btn {
  display: block;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  font-size: 13px;
  line-height: 1;
  font-weight: 400;
  color: white;
  margin: 0 auto;
  text-transform: uppercase;
}
.game-hero h1 {
  margin-top: 60px;
}

.game-resume .table {
  max-width: 965px;
}
.game-resume .table .desc {
  margin-left: 60px;
}

.game-info-container {
  position: relative;
  z-index: 2;
  width: 80%;
  margin: 0 auto;
}

@media only screen and (max-width: 1250px) {
  .game-info-container {
    width: calc(100% - 64px);
  }
}
@media only screen and (max-width: 640px) {
  .game-info-container {
    width: calc(100% - 40px);
  }
}
#primary.first-post .navigation {
  justify-content: flex-end;
}
#primary.first-post .card-next-prev {
  justify-content: flex-end;
}

.single-post .secondary-hero {
  z-index: 0;
}
.single-post .secondary-hero .cat {
  font-size: 14px;
  font-weight: 500;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  display: block;
  margin-bottom: 15px;
}
.single-post .secondary-hero .date {
  font-size: 18px;
  opacity: 0.6;
  display: block;
  margin-top: 30px;
}
.single-post .secondary-hero .content-hero {
  bottom: 0;
}
.single-post .card-next-prev {
  justify-content: center;
}
.single-post .container-single-news-image {
  position: relative;
  display: block;
  padding-bottom: 51%;
  overflow: hidden;
}
.single-post .container-article-content {
  max-width: 950px;
  margin: 150px auto 0;
}
.single-post .container-article-content h1 {
  width: 100%;
}
.single-post .secondary-hero + .article-container {
  position: relative;
  z-index: 1;
  margin-top: 100px;
}
.single-post .container-share {
  margin-top: 100px;
}
.single-post .container-share span {
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  display: block;
  font-size: 14px;
  text-transform: uppercase;
  margin-bottom: 20px;
}
.single-post .container-share a i {
  font-size: 26px;
  transition: 0.3s;
}
.single-post .container-share a + a {
  margin-left: 30px;
}
.single-post .container-share a:hover i {
  color: #de7221;
}
.single-post .container-cards {
  margin-top: 200px;
  margin-left: -10px;
  margin-right: -10px;
}
.single-post .container-cards .card-news {
  width: 100%;
  margin: 0;
  min-height: 250px;
  padding-bottom: 0;
}
.single-post .container-cards .card-news:first-child {
  margin-right: 20px;
}
.single-post .navigation-container {
  width: calc(50% - 20px);
  margin: 0 10px;
}
.single-post .navigation-container img {
  transform: translate(180deg);
}
.single-post .navigation-container:hover .navigation-indicator.prev a {
  padding-left: 31px;
}
.single-post .navigation-container:hover .navigation-indicator.next a {
  padding-right: 31px;
}
.single-post .navigation-indicator {
  font-size: 10px;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  text-transform: uppercase;
  overflow: hidden;
  display: flex;
  flex: 1;
  justify-content: flex-end;
  margin-bottom: 20px;
}
.single-post .navigation-indicator a {
  transition: 0.2s;
}
.single-post .navigation-indicator a span {
  position: relative;
}
.single-post .navigation-indicator.prev {
  justify-content: flex-start;
}
.single-post .navigation-indicator.prev a img {
  right: initial;
  left: -31px;
  transform: rotate(-180deg);
}
.single-post .navigation-indicator img {
  position: absolute;
  right: -31px;
  top: 0;
  width: 20px;
  max-height: 12px;
}

@media only screen and (max-width: 640px) {
  .single-post .navigation-container {
    width: calc(100% - 20px);
  }
  .single-post .navigation-container + .navigation-container {
    margin-top: 32px;
  }
  .single-post .navigation-indicator {
    justify-content: flex-start;
  }
  .single-post .navigation-indicator img {
    display: none;
  }
}
body.branda-maintenance .overall .page {
  width: 100%;
}
body.branda-maintenance .overall .page .content {
  max-width: initial;
}
body.branda-maintenance .overall .page h1 {
  max-width: initial;
  margin-left: auto;
  margin-right: auto;
}
body.branda-maintenance .overall .page a {
  color: #de7221;
  transition: all 0.24s ease-out;
}
body.branda-maintenance .overall .page a:hover {
  text-decoration: underline;
}
body.branda-maintenance .overall .page p {
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

@media only screen and (max-width: 1440px) {
  body.branda-maintenance .overall .page h1 {
    font-size: 46px;
  }
}
@media only screen and (max-width: 640px) {
  body.branda-maintenance .overall .page h1 {
    font-size: 36px;
  }
}
.treize-link {
  color: white;
}
.treize-link span {
  font-weight: bold;
}

.cta-container {
  margin-top: 60px;
}
.cta-container.centered {
  text-align: center;
  justify-content: center;
}

.play-button {
  position: absolute;
  top: 50%;
  z-index: 3;
  display: flex;
  align-items: center;
  justify-content: center;
  transform: translate(0%, -50%);
  width: 76px;
  height: 76px;
  transition: all 0.3s cubic-bezier(0.2, 0, 0.5, 0.8);
  background: url("../assets/svg/octogone-orange.svg") no-repeat center center;
  background-size: 88px;
}
.play-button img {
  transform: translateX(2px);
  max-width: 16px;
}

.card-video:hover .play-button {
  background: url("../assets/svg/octogone-black.svg") no-repeat center center;
  background-size: 88px;
}

.container-copy-paster {
  display: flex;
  position: relative;
  border-radius: 2px;
  background-color: #2E2E2E;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  padding: 20px;
  z-index: 0;
  position: relative;
  border-left: 2px solid #de7221;
  font-size: 20px;
  line-height: 1.1;
}
.container-copy-paster .message-copied {
  visibility: hidden;
  opacity: 0;
  position: absolute;
  top: calc(100% + 10px);
  color: white;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 100px;
  background-color: #2E2E2E;
  text-align: center;
  font-size: 12px;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  padding: 5px 10px;
  border-radius: 2px;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.container-copy-paster .message-copied:before {
  content: "";
  position: absolute;
  top: -4px;
  pointer-events: none;
  left: 0;
  right: 0;
  margin: 0 auto;
  width: 9px;
  height: 9px;
  border-radius: 2px;
  z-index: -1;
  transform: rotate(45deg);
  background-color: #2E2E2E;
}
.container-copy-paster span {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
}
.container-copy-paster:hover {
  cursor: pointer;
}
.container-copy-paster:hover span {
  color: #de7221;
}
.container-copy-paster:hover i {
  color: #de7221;
  cursor: pointer;
}
.container-copy-paster .icon {
  position: absolute;
  top: 20px;
  right: 15px;
  width: 24px;
  height: 24px;
  z-index: 2;
  color: #ababab;
}
.container-copy-paster .icon i {
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  font-size: 21px;
}
.container-copy-paster.clicked .message-copied {
  visibility: visible;
  opacity: 1;
}
.container-copy-paster.clicked span {
  color: white;
}

.square-link {
  width: 57px;
  height: 57px;
  background-color: white;
  justify-content: center;
  align-items: center;
  display: flex;
  margin: 5px;
  color: #de7221;
  border-radius: 2px;
}
.square-link:hover {
  color: white;
  background-color: #de7221;
}

.icon-video {
  width: 28px;
  height: 28px;
  background-color: white;
  flex-shrink: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100px;
}
.icon-video .arrow-right {
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #de7221;
  width: 0;
  height: 0;
  border-style: solid;
}

.main-cta {
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  margin: 0;
  position: relative;
  display: inline-block;
  color: white;
  font-size: 12px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  font-weight: 500;
}
.main-cta.smaller {
  font-size: 10px;
}
.main-cta.smaller span {
  min-width: 100px;
  padding: 15px 20px;
  line-height: 1.2;
}
.main-cta:before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  position: absolute;
  bottom: 0;
  left: 10px;
  display: inline-block;
  background-color: #de7221;
  filter: drop-shadow(0 8px 15px rgba(255, 142, 28, 0.4));
  opacity: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 0;
}
.main-cta:hover, .main-cta.active {
  cursor: pointer;
}
.main-cta:hover:before, .main-cta.active:before {
  opacity: 1;
}
.main-cta:hover span, .main-cta.active span {
  background-color: #de7221;
}
.main-cta span {
  min-width: 200px;
  padding: 25px 30px;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #2E2E2E;
  border-radius: 2px;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}
.main-cta.white {
  color: #de7221;
}
.main-cta.white span {
  background-color: white;
}

@media only screen and (max-width: 800px) {
  .play-button {
    width: 60px;
    height: 60px;
    background-size: 70px;
  }
  .play-button img {
    max-width: 12px;
  }
  .card-video:hover .play-button {
    background: url("../assets/svg/octogone-black.svg") no-repeat center center;
    background-size: 70px;
  }
}
@media only screen and (max-width: 640px) {
  .cta-container {
    text-align: center;
    margin-top: 40px;
  }
  .main-cta {
    font-size: 11px;
  }
  .main-cta span {
    padding: 22px;
  }
}
.home #masthead .logo-container-header {
  display: none;
}

#masthead {
  padding: 60px 60px 0 60px;
  transition: 0.3s;
  position: fixed;
  top: 0;
  z-index: 30;
  width: 100%;
}
#masthead .wrapper-header {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  right: 0;
  left: 0;
  margin: 0 auto;
  max-width: 1680px;
  position: relative;
}
#masthead.scrolled, #masthead.menu-opened {
  position: fixed;
}
#masthead.scrolled .logo-container-header, #masthead.menu-opened .logo-container-header {
  display: block;
  z-index: 99;
}
#masthead.scrolled {
  background-color: #161411;
  padding: 40px 60px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
}
#masthead.nav-up {
  top: -100%;
}
#masthead .logo-container-header {
  position: absolute;
  left: 0;
  width: 100px;
  right: 0;
  margin: 0 auto;
}
#masthead .logo-container-header img {
  max-width: 100%;
}
#masthead .hamburger-menu-container {
  position: relative;
  z-index: 999;
  border-radius: 3px;
}
#masthead .hamburger-menu-container #menu-toggler {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-shrink: 0;
  background: url("../assets/svg/bg-hamburger.svg") no-repeat -6px -6px;
  width: 77px;
  height: 77px;
}
#masthead .hamburger-menu-container .hamburger-menu {
  flex-shrink: 0;
  flex-direction: column;
}
#masthead .hamburger-menu-container .hamburger-menu .line {
  background-color: white;
}
#masthead .hamburger-menu-container .hamburger-menu:active .line {
  width: 34px;
  height: 2px;
  background-color: white;
}
#masthead .hidden-menu {
  left: -9999px;
  top: 0;
  position: absolute;
  height: 100vh;
  width: 100%;
  overflow: hidden;
  transition: all 0.575s cubic-bezier(0.2, 0, 0.5, 0.8);
  background-color: #161411;
  z-index: 29;
}
#masthead .hidden-menu.active {
  left: 0;
}
#masthead .hidden-menu .main-menu-container {
  height: calc(100% - 280px);
  max-height: 650px;
  display: flex;
  justify-content: space-between;
  padding: 0 80px;
  max-width: 1840px;
  margin: 180px auto 100px;
  align-items: center;
}
#masthead .hidden-menu .main-menu-container .logo {
  position: absolute;
  top: 46px;
  left: 0;
  right: 0;
  margin: 0 auto;
  max-height: 70px;
}
#masthead .hidden-menu .supportive-images-container {
  width: 32.5%;
  min-width: 500px;
  position: relative;
  height: 100%;
  max-height: 650px;
}

.menu-menu-principal-container,
.menu-menu-footer-container,
.menu-menu-footer-en-container,
.menu-main-menu-container {
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  width: auto;
}
.menu-menu-principal-container .menu,
.menu-menu-footer-container .menu,
.menu-menu-footer-en-container .menu,
.menu-main-menu-container .menu {
  display: flex;
  padding: 0;
  list-style: none;
  max-width: 800px;
  flex-wrap: wrap;
  margin-bottom: -40px;
}
.menu-menu-principal-container .menu li,
.menu-menu-footer-container .menu li,
.menu-menu-footer-en-container .menu li,
.menu-main-menu-container .menu li {
  width: 50%;
  margin-bottom: 40px;
}
.menu-menu-principal-container .menu li a,
.menu-menu-footer-container .menu li a,
.menu-menu-footer-en-container .menu li a,
.menu-main-menu-container .menu li a {
  font-weight: 500;
  font-size: 42px;
}
.menu-menu-principal-container .menu li a:hover,
.menu-menu-footer-container .menu li a:hover,
.menu-menu-footer-en-container .menu li a:hover,
.menu-main-menu-container .menu li a:hover {
  color: #de7221;
}
.menu-menu-principal-container .menu li .small-number,
.menu-menu-footer-container .menu li .small-number,
.menu-menu-footer-en-container .menu li .small-number,
.menu-main-menu-container .menu li .small-number {
  opacity: 0.5;
  margin-left: 15px;
}
.menu-menu-principal-container .menu li .small-number sup,
.menu-menu-footer-container .menu li .small-number sup,
.menu-menu-footer-en-container .menu li .small-number sup,
.menu-main-menu-container .menu li .small-number sup {
  font-size: 20px;
  top: -0.9em;
}
.menu-menu-principal-container .menu li .small-number:hover,
.menu-menu-footer-container .menu li .small-number:hover,
.menu-menu-footer-en-container .menu li .small-number:hover,
.menu-main-menu-container .menu li .small-number:hover {
  opacity: 1;
}

.menu-opened .menu-menu-principal-container .menu {
  opacity: 1;
  transition: opacity 0.5s 0.8s;
}

.language-socials {
  display: flex;
  z-index: 999;
}
.language-socials .language {
  font-size: 12px;
  text-transform: uppercase;
  letter-spacing: 1.28px;
  font-weight: 400;
  margin-right: 30px;
  display: flex;
  align-items: center;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
}
.language-socials .language .wpml-ls-legacy-list-horizontal {
  padding: 0;
}
.language-socials .language:after {
  margin-left: 20px;
  display: inline-flex;
  width: 1px;
  height: 30px;
  content: "";
  background-color: white;
}
.language-socials .language a:hover {
  color: #de7221;
}
.language-socials .socials {
  display: flex;
}
.language-socials .socials a + a {
  margin-left: 24px;
}
.language-socials .socials a i {
  font-size: 20px;
  transition: all 150ms;
}
.language-socials .socials a i::before {
  filter: brightness(0) invert(1);
}
.language-socials .socials a i:hover {
  opacity: 0.8;
}
.language-socials .socials a:hover {
  color: #de7221;
}

@media only screen and (max-width: 1600px) {
  #masthead .hidden-menu .main-menu-container {
    padding: 0 60px;
  }
  #masthead .menu-menu-principal-container .menu li a,
  #masthead .menu-menu-footer-container .menu li a,
  #masthead .menu-menu-footer-en-container .menu li a,
  #masthead .menu-main-menu-container .menu li a {
    font-size: 38px;
  }
}
@media only screen and (max-width: 1440px) {
  #masthead {
    padding: 60px 42px 0 42px;
  }
  #masthead.scrolled {
    padding: 40px 60px;
  }
  #masthead .menu-menu-principal-container,
  #masthead .menu-menu-footer-container,
  #masthead .menu-menu-footer-en-container,
  #masthead .menu-main-menu-container {
    margin-bottom: -30px;
  }
  #masthead .menu-menu-principal-container .menu li,
  #masthead .menu-menu-footer-container .menu li,
  #masthead .menu-menu-footer-en-container .menu li,
  #masthead .menu-main-menu-container .menu li {
    margin-bottom: 30px;
  }
  #masthead .menu-menu-principal-container .menu li a,
  #masthead .menu-menu-footer-container .menu li a,
  #masthead .menu-menu-footer-en-container .menu li a,
  #masthead .menu-main-menu-container .menu li a {
    font-size: 30px;
  }
  #masthead .menu-menu-principal-container .menu li {
    margin-bottom: 16px !important;
  }
}
@media only screen and (max-width: 1250px) {
  #masthead .menu-menu-principal-container .menu li,
  #masthead .menu-menu-footer-container .menu li,
  #masthead .menu-menu-footer-en-container .menu li,
  #masthead .menu-main-menu-container .menu li {
    width: 100%;
  }
}
@media only screen and (max-width: 1024px) {
  #masthead {
    padding: 52px 52px 0 32px;
  }
  #masthead .hamburger-menu-container #menu-toggler {
    width: 68px;
    height: 68px;
    background-size: 81px;
  }
  #masthead .hidden-menu .main-menu-container .logo {
    top: 37px;
  }
  #masthead .wrapper-header {
    justify-content: flex-start;
    flex-direction: row-reverse;
  }
  #masthead .hidden-menu .supportive-images-container {
    display: none;
  }
  #masthead .logo-container-header {
    display: block;
    right: initial;
    margin: initial;
  }
  .language-socials {
    padding-right: 42px;
  }
  .language-socials .language {
    margin-right: 0px;
  }
  .language-socials .socials {
    display: none;
  }
}
@media only screen and (max-width: 640px) {
  #masthead {
    padding: 32px 20px 0 20px;
  }
  #masthead.scrolled {
    padding: 32px 20px;
  }
  #masthead .logo-container-header {
    width: 80px;
  }
  #masthead .hamburger-menu-container #menu-toggler {
    width: 62px;
    height: 62px;
    background-size: 74px;
  }
  #masthead .hidden-menu .main-menu-container {
    padding: 0 20px;
  }
  #masthead .hidden-menu .main-menu-container .logo {
    max-height: 54px;
    left: 80px;
    right: initial;
  }
  #masthead .language-socials {
    padding-right: 25px;
  }
  #masthead .language-socials .language:after {
    display: none;
  }
  #masthead .language-socials .socials {
    display: none;
  }
}
#main .container-form-treize {
  width: 100%;
}
#main .container-form-treize .gform_body {
  margin-bottom: -30px;
  margin-left: -30px;
  width: calc(100% + 30px);
}
#main .container-form-treize .gform_body .gfield {
  margin: 0 0px 30px 30px !important;
  width: calc(50% - 30px);
  padding-right: 0;
}
#main .container-form-treize .gform_body .gfield.w-100 {
  width: calc(100% - 30px);
}
#main .container-form-treize .gform_body .add-item-section {
  margin-left: 30px;
}
#main .container-form-treize .gform_body .add-item-section p {
  margin-left: 25px;
  display: inline-flex;
  font-size: 18px;
  margin-top: 0;
}
#main .container-form-treize .gform_fields {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
  position: relative;
}
#main .container-form-treize .gform_fields.confirmation .gfield {
  width: 100%;
  margin: 0;
}
#main .container-form-treize .gform_fields.deletable .cta-cancel-x {
  position: absolute;
  top: 13px;
  right: -68px;
}
#main .container-form-treize .gfield,
#main .container-form-treize .login-username,
#main .container-form-treize .login-password {
  flex-shrink: 0;
}
#main .container-form-treize .gfield ul,
#main .container-form-treize .login-username ul,
#main .container-form-treize .login-password ul {
  list-style: none;
  padding: 0;
  margin: 0;
}
#main .container-form-treize .gfield select,
#main .container-form-treize .gfield input[type=text],
#main .container-form-treize .gfield input[type=password],
#main .container-form-treize .gfield textarea,
#main .container-form-treize .login-username select,
#main .container-form-treize .login-username input[type=text],
#main .container-form-treize .login-username input[type=password],
#main .container-form-treize .login-username textarea,
#main .container-form-treize .login-password select,
#main .container-form-treize .login-password input[type=text],
#main .container-form-treize .login-password input[type=password],
#main .container-form-treize .login-password textarea {
  width: 100%;
  color: #1e1e1e;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  border: 1px solid red;
  padding: 18px 13px;
  font-size: 20px;
  line-height: 1.4;
  position: relative;
  -moz-appearance: none;
  -webkit-appearance: none;
  appearance: none;
  background-color: transparent;
  transition: 0.3s;
}
#main .container-form-treize .gfield select:focus,
#main .container-form-treize .gfield input[type=text]:focus,
#main .container-form-treize .gfield input[type=password]:focus,
#main .container-form-treize .gfield textarea:focus,
#main .container-form-treize .login-username select:focus,
#main .container-form-treize .login-username input[type=text]:focus,
#main .container-form-treize .login-username input[type=password]:focus,
#main .container-form-treize .login-username textarea:focus,
#main .container-form-treize .login-password select:focus,
#main .container-form-treize .login-password input[type=text]:focus,
#main .container-form-treize .login-password input[type=password]:focus,
#main .container-form-treize .login-password textarea:focus {
  outline: none;
  border-color: #de7221;
}
#main .container-form-treize .gfield input[type=text],
#main .container-form-treize .gfield input[type=password],
#main .container-form-treize .gfield textarea,
#main .container-form-treize .login-username input[type=text],
#main .container-form-treize .login-username input[type=password],
#main .container-form-treize .login-username textarea,
#main .container-form-treize .login-password input[type=text],
#main .container-form-treize .login-password input[type=password],
#main .container-form-treize .login-password textarea {
  background-color: white;
}
#main .container-form-treize .gfield.input-search,
#main .container-form-treize .login-username.input-search,
#main .container-form-treize .login-password.input-search {
  position: relative;
  z-index: 3;
}
#main .container-form-treize .gfield.input-search .fake-container-list,
#main .container-form-treize .login-username.input-search .fake-container-list,
#main .container-form-treize .login-password.input-search .fake-container-list {
  padding: 5px;
  border: 1px solid red;
  position: absolute;
  top: calc(100% + 5px);
  left: 0;
  width: 100%;
  z-index: 3;
  background-color: white;
  visibility: hidden;
  opacity: 0;
}
#main .container-form-treize .gfield.input-search.focus .fake-container-list,
#main .container-form-treize .login-username.input-search.focus .fake-container-list,
#main .container-form-treize .login-password.input-search.focus .fake-container-list {
  visibility: visible;
  opacity: 1;
}
#main .container-form-treize .gfield.input-search .hidden-selectable-list,
#main .container-form-treize .login-username.input-search .hidden-selectable-list,
#main .container-form-treize .login-password.input-search .hidden-selectable-list {
  transition: 0.3s;
  font-size: 20px;
  line-height: 1.4;
  height: 196px;
  overflow-y: auto;
}
#main .container-form-treize .gfield.input-search .hidden-selectable-list .option,
#main .container-form-treize .login-username.input-search .hidden-selectable-list .option,
#main .container-form-treize .login-password.input-search .hidden-selectable-list .option {
  border-bottom: 1px solid red;
  padding: 18px 0;
  margin: 0 13px;
}
#main .container-form-treize .gfield.input-search .hidden-selectable-list .option:last-child,
#main .container-form-treize .login-username.input-search .hidden-selectable-list .option:last-child,
#main .container-form-treize .login-password.input-search .hidden-selectable-list .option:last-child {
  border: 0;
}
#main .container-form-treize .gfield.active .ginput_container_select label,
#main .container-form-treize .gfield.active .ginput_container_text label, #main .container-form-treize .gfield.active.login-username label, #main .container-form-treize .gfield.active.login-password label,
#main .container-form-treize .login-username.active .ginput_container_select label,
#main .container-form-treize .login-username.active .ginput_container_text label,
#main .container-form-treize .login-username.active.login-username label,
#main .container-form-treize .login-username.active.login-password label,
#main .container-form-treize .login-password.active .ginput_container_select label,
#main .container-form-treize .login-password.active .ginput_container_text label,
#main .container-form-treize .login-password.active.login-username label,
#main .container-form-treize .login-password.active.login-password label {
  top: -7px;
  left: 8px;
  z-index: 2;
  font-size: 15px;
  color: red;
  padding: 0 5px;
}
#main .container-form-treize .gfield.active .ginput_container_select label:after,
#main .container-form-treize .gfield.active .ginput_container_text label:after, #main .container-form-treize .gfield.active.login-username label:after, #main .container-form-treize .gfield.active.login-password label:after,
#main .container-form-treize .login-username.active .ginput_container_select label:after,
#main .container-form-treize .login-username.active .ginput_container_text label:after,
#main .container-form-treize .login-username.active.login-username label:after,
#main .container-form-treize .login-username.active.login-password label:after,
#main .container-form-treize .login-password.active .ginput_container_select label:after,
#main .container-form-treize .login-password.active .ginput_container_text label:after,
#main .container-form-treize .login-password.active.login-username label:after,
#main .container-form-treize .login-password.active.login-password label:after {
  width: 100%;
  content: "";
  position: absolute;
  top: 7px;
  left: 0;
  background-color: white;
  height: 1px;
  z-index: -1;
}
#main .container-form-treize .gfield.focus .ginput_container_select label,
#main .container-form-treize .gfield.focus .ginput_container_text label,
#main .container-form-treize .gfield.focus label,
#main .container-form-treize .login-username.focus .ginput_container_select label,
#main .container-form-treize .login-username.focus .ginput_container_text label,
#main .container-form-treize .login-username.focus label,
#main .container-form-treize .login-password.focus .ginput_container_select label,
#main .container-form-treize .login-password.focus .ginput_container_text label,
#main .container-form-treize .login-password.focus label {
  color: #de7221;
}
#main .container-form-treize .gfield.focus .error label,
#main .container-form-treize .login-username.focus .error label,
#main .container-form-treize .login-password.focus .error label {
  color: red;
}
#main .container-form-treize .gfield_checkbox {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  padding: 0;
  margin: 0;
}
#main .container-form-treize .gfield_checkbox li {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  margin-right: 15px;
  max-width: 100%;
}
#main .container-form-treize .gfield_checkbox li label {
  padding-left: 25px;
  transition: 0.3s;
  font-size: 16px;
}
#main .container-form-treize .gfield_checkbox li label:before {
  position: absolute;
  content: "";
  left: 5px;
  top: 5px;
  width: 5px;
  height: 9px;
  border: solid white;
  border-width: 0 2px 2px 0;
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  transform: rotate(45deg);
  z-index: 1;
  display: none;
}
#main .container-form-treize .gfield_checkbox li label:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 0px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid gray;
}
#main .container-form-treize .gfield_checkbox li label:hover {
  color: #de7221;
  cursor: pointer;
}
#main .container-form-treize .gfield_checkbox li label:hover:after {
  border: 1px solid #de7221;
}
#main .container-form-treize .gfield_checkbox li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#main .container-form-treize .gfield_checkbox li input:checked ~ label::before {
  display: block;
}
#main .container-form-treize .gfield_checkbox li input:checked ~ label::after {
  background-color: #de7221;
  border: 1px solid #de7221;
}
#main .container-form-treize .gfield_checkbox li.disabled {
  color: red;
}
#main .container-form-treize .gfield_checkbox li.disabled:hover label {
  cursor: default;
  color: red;
}
#main .container-form-treize .gfield_checkbox li.disabled:hover label:after {
  border-color: gray;
}
#main .container-form-treize .gfield_checkbox li.disabled input:checked ~ label::after {
  background-color: red;
  border: 1px solid red;
}
#main .container-form-treize .gfield_checkbox li.disabled label {
  border-color: gray;
}
#main .container-form-treize .gfield_radio {
  display: flex;
  flex-wrap: wrap;
  width: 100%;
}
#main .container-form-treize .gfield_radio li {
  display: inline-flex;
  position: relative;
  cursor: pointer;
  font-size: 20px;
  line-height: 1.4;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  flex-shrink: 0;
  margin-right: 15px;
}
#main .container-form-treize .gfield_radio li label {
  padding-left: 25px;
  transition: 0.3s;
}
#main .container-form-treize .gfield_radio li label:before {
  position: absolute;
  content: "";
  left: 3px;
  top: 8px;
  width: 9px;
  height: 9px;
  background-color: #de7221;
  z-index: 1;
  display: none;
  border-radius: 50%;
}
#main .container-form-treize .gfield_radio li label:after {
  content: "";
  position: absolute;
  top: 5px;
  left: 0px;
  height: 15px;
  width: 15px;
  background-color: transparent;
  border: 1px solid gray;
  border-radius: 50%;
}
#main .container-form-treize .gfield_radio li label:hover {
  color: #de7221;
  cursor: pointer;
}
#main .container-form-treize .gfield_radio li label:hover:after {
  border: 1px solid #de7221;
}
#main .container-form-treize .gfield_radio li input {
  position: absolute;
  opacity: 0;
  cursor: pointer;
  height: 0;
  width: 0;
}
#main .container-form-treize .gfield_radio li input:checked ~ label::before {
  display: block;
}
#main .container-form-treize .gfield_radio li input:checked ~ label::after {
  border: 1px solid #de7221;
}
#main .container-form-treize .gfield_radio li.disabled {
  color: red;
}
#main .container-form-treize .gfield_radio li.disabled:hover label {
  cursor: default;
  color: red;
}
#main .container-form-treize .gfield_radio li.disabled:hover label:after {
  border-color: gray;
}
#main .container-form-treize .gfield_radio li.disabled input:checked ~ label::after {
  background-color: red;
  border: 1px solid red;
}
#main .container-form-treize .ginput_container_select,
#main .container-form-treize .ginput_container_text,
#main .container-form-treize .login-username,
#main .container-form-treize .login-password {
  position: relative;
  z-index: 1;
}
#main .container-form-treize .ginput_container_select label,
#main .container-form-treize .ginput_container_text label,
#main .container-form-treize .login-username label,
#main .container-form-treize .login-password label {
  font-size: 20px;
  color: red;
  transition: 0.3s;
  z-index: 1;
  text-align: left;
}
#main .container-form-treize .ginput_container_select:hover select,
#main .container-form-treize .ginput_container_select:hover input[type=text],
#main .container-form-treize .ginput_container_text:hover select,
#main .container-form-treize .ginput_container_text:hover input[type=text],
#main .container-form-treize .login-username:hover select,
#main .container-form-treize .login-username:hover input[type=text],
#main .container-form-treize .login-password:hover select,
#main .container-form-treize .login-password:hover input[type=text] {
  border-color: #de7221;
  cursor: pointer;
}
#main .container-form-treize .ginput_container_select.error select,
#main .container-form-treize .ginput_container_select.error input[type=text],
#main .container-form-treize .ginput_container_text.error select,
#main .container-form-treize .ginput_container_text.error input[type=text],
#main .container-form-treize .login-username.error select,
#main .container-form-treize .login-username.error input[type=text],
#main .container-form-treize .login-password.error select,
#main .container-form-treize .login-password.error input[type=text] {
  border-color: red;
}
#main .container-form-treize .ginput_container_select.disabled select,
#main .container-form-treize .ginput_container_select.disabled input[type=text],
#main .container-form-treize .ginput_container_text.disabled select,
#main .container-form-treize .ginput_container_text.disabled input[type=text],
#main .container-form-treize .login-username.disabled select,
#main .container-form-treize .login-username.disabled input[type=text],
#main .container-form-treize .login-password.disabled select,
#main .container-form-treize .login-password.disabled input[type=text] {
  color: red;
  border-color: red;
}
#main .container-form-treize .ginput_container_select.disabled:hover select,
#main .container-form-treize .ginput_container_select.disabled:hover input[type=text],
#main .container-form-treize .ginput_container_text.disabled:hover select,
#main .container-form-treize .ginput_container_text.disabled:hover input[type=text],
#main .container-form-treize .login-username.disabled:hover select,
#main .container-form-treize .login-username.disabled:hover input[type=text],
#main .container-form-treize .login-password.disabled:hover select,
#main .container-form-treize .login-password.disabled:hover input[type=text] {
  cursor: default;
}
#main .container-form-treize .ginput_container_select:before {
  content: "";
  position: absolute;
  top: 0px;
  left: 0px;
  bottom: 0px;
  right: 0px;
  margin: auto;
  background-color: white;
  width: 100%;
  height: 100%;
  z-index: -1;
}
#main .container-form-treize .ginput_container_select:after {
  content: "";
  position: absolute;
  bottom: 0px;
  right: 0px;
  padding: 33px;
  z-index: -1;
  border-left: 1px solid red;
  transition: 0.3s;
}
#main .container-form-treize .ginput_container_select:hover:after {
  border-left: 1px solid #de7221;
}
#main .container-form-treize .ginput_container_select.error:after {
  border-left: 1px solid red;
}
#main .container-form-treize .ginput_container_select.disabled:after {
  border-left: 1px solid red;
  background: url("../assets/images/angle-gray-down.svg") no-repeat center center;
}

@media only screen and (max-width: 640px) {
  #main .container-form-treize .gform_body .gfield {
    width: calc(100% - 30px);
    margin: 0 0 30px 30px;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
main,
nav,
section,
summary {
  display: block;
}

audio,
canvas,
video {
  display: inline-block;
}

audio:not([controls]) {
  display: none;
  height: 0;
}

[hidden] {
  display: none;
}

html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
}

body {
  margin: 0;
}

a:focus {
  outline: thin dotted;
}

a:active,
a:hover {
  outline: 0;
}

abbr[title] {
  border-bottom: 1px dotted;
}

b,
strong {
  font-weight: bold;
}

dfn {
  font-style: italic;
}

hr {
  -moz-box-sizing: content-box;
  box-sizing: content-box;
  height: 0;
}

mark {
  background: #ff0;
  color: #000;
}

code,
kbd,
pre,
samp {
  font-family: monospace, serif;
  font-size: 1em;
}

pre {
  white-space: pre-wrap;
}

q {
  quotes: "“" "”" "‘" "’";
}

small {
  font-size: 80%;
}

sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}

sup {
  top: -0.5em;
}

sub {
  bottom: -0.25em;
}

img {
  border: 0;
}

svg:not(:root) {
  overflow: hidden;
}

figure {
  margin: 0;
}

fieldset {
  border: 1px solid #c0c0c0;
  margin: 0 2px;
  padding: 0.35em 0.625em 0.75em;
}

legend {
  border: 0;
  padding: 0;
}

button,
input,
select,
textarea {
  font-family: inherit;
  font-size: 100%;
  margin: 0;
}

button,
input {
  line-height: normal;
}

button,
select {
  text-transform: none;
}

button,
html input[type=button],
input[type=reset],
input[type=submit] {
  -webkit-appearance: button;
  cursor: pointer;
}

button[disabled],
html input[disabled] {
  cursor: default;
}

input[type=checkbox],
input[type=radio] {
  box-sizing: border-box;
  padding: 0;
}

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

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

button::-moz-focus-inner,
input::-moz-focus-inner {
  border: 0;
  padding: 0;
}

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

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

*,
*::after,
*::before {
  box-sizing: border-box;
}

html {
  background: #fff;
}

/* Page Loader */
.js .loading::before {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: var(--color-bg);
}

.js .loading::after {
  content: "";
  position: fixed;
  z-index: 100000;
  top: 50%;
  left: 50%;
  width: 60px;
  height: 60px;
  margin: -30px 0 0 -30px;
  pointer-events: none;
  border-radius: 50%;
  opacity: 0.4;
  background: var(--color-link);
  animation: loaderAnim 0.7s linear infinite alternate forwards;
}

@keyframes loaderAnim {
  to {
    opacity: 1;
    transform: scale3d(0.5, 0.5, 1);
  }
}
a {
  text-decoration: none;
  color: var(--color-link);
  outline: none;
}

a:hover,
a:focus {
  color: var(--color-link-hover);
  outline: none;
}

.hidden {
  position: absolute;
  overflow: hidden;
  width: 0;
  height: 0;
  pointer-events: none;
}

.message {
  position: relative;
  z-index: 100;
  display: none;
  padding: 1em;
  text-align: center;
  color: var(--color-bg);
  background: var(--color-text);
}

/* Icons */
.icon {
  display: block;
  width: 1.5em;
  height: 1.5em;
  margin: 0 auto;
  fill: currentColor;
}

main {
  position: relative;
  margin: 0 auto;
}

.content {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 auto;
  min-height: 100vh;
}

/* Header */
.codrops-header {
  position: relative;
  z-index: 100;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  align-items: center;
  width: 100%;
  padding: 0 0 2rem 0;
}

.codrops-header__title {
  font-size: 1em;
  font-weight: bold;
  margin: 0;
  padding: 0;
}

.info {
  margin: 0 0 0 1.25em;
  color: var(--color-info);
}

.github {
  display: block;
  margin: 0 0 0 auto;
}

/* Top Navigation Style */
.codrops-links {
  position: relative;
  display: flex;
  justify-content: center;
  margin: 0 1em 0 0;
  text-align: center;
  white-space: nowrap;
}

.codrops-icon {
  display: inline-block;
  margin: 0.15em;
  padding: 0.25em;
}

.grid {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}

.grid__item {
  position: relative;
  display: flex;
  align-items: stretch;
  width: 100vw;
}

.grid__item--bg {
  background-color: var(--item-bg);
  height: 100vw;
}

.grid__item-content {
  width: 100%;
  padding: 8vw;
  display: flex;
  flex-direction: column;
  overflow: hidden;
  pointer-events: none;
  background: var(--item-bg);
}

.grid__item--bg .grid__item-content {
  position: absolute;
  height: 100%;
  width: 100%;
  top: 0;
  left: 0;
}

.grid__item-img,
.slider-low-poly,
.hamburger-low-poly {
  display: block;
  height: 100%;
  width: 100%;
}

.grid__item-img canvas,
.slider-low-poly canvas,
.hamburger-low-poly canvas {
  height: 100%;
}

.grid__item-img img {
  height: 100%;
  display: block;
}

.grid__item-img img:nth-child(2) {
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0;
  transition: opacity 0.3s;
}

.grid__item:hover .grid__item-img img:nth-child(2) {
  opacity: 1;
}

.js .grid__item-img img,
.js .slider-low-poly img,
.js .hamburger-low-poly img {
  display: none;
}

.grid__item-title {
  font-weight: 700;
  font-size: 2.5rem;
  line-height: 1;
  margin: 2rem 0 0 0;
  color: var(--item-title);
}

.grid__item-title--small {
  font-size: 1.5rem;
  line-height: 1.25;
  margin-bottom: 1rem;
}

.grid__item-meta {
  text-transform: uppercase;
  font-weight: 400;
  letter-spacing: 0.25rem;
  font-size: 0.95rem;
  color: var(--item-meta);
}

.grid__item-subtitle {
  display: block;
  margin: auto 0 0 0;
  font-weight: 400;
  font-size: 1.5em;
  color: var(--item-subtitle);
}

.grid__item-subtitle span {
  display: block;
}

.grid__item-text {
  font-size: 1rem;
  line-height: 1.75;
  margin: 2rem 0 0 0;
  color: var(--item-text);
}

.grid__item-link {
  display: inline-block;
  color: currentColor;
  font-weight: 700;
  font-size: 0.95rem;
  position: relative;
  padding: 0 0 0.2rem;
  pointer-events: auto;
  color: var(--item-link);
}

.grid__item-link:focus,
.grid__item-link:hover {
  color: var(--item-link-hover);
}

.grid__item-link::before {
  content: "";
  position: absolute;
  background: currentColor;
  width: 80%;
  height: 1px;
  bottom: 0;
  transform-origin: 0% 50%;
  transform: scale3d(0, 1, 1);
  opacity: 0;
  transition: all 0.3s;
  transition-property: opacity, transform;
}

.grid__item-link:hover::before {
  opacity: 1;
  transform: scale3d(1, 1, 1);
}

.grid__item-link + .grid__item-link {
  margin: 0 0 0 3rem;
}

.grid__item-text + .grid__item-link {
  white-space: nowrap;
  margin-top: 1rem;
  align-self: flex-start;
  margin-top: auto;
}

.grid__item-nav {
  display: flex;
}

.theme-1 {
  --item-bg: #4bb4e7;
  --item-link: #fff;
  --item-link-hover: #0d2936;
  --item-meta: #fff;
  --item-title: #fff;
  --item-subtitle: #fff;
  --item-text: #fff;
}

@media screen and (min-width: 85em) {
  .grid__item-text {
    width: 80%;
  }
}
@media screen and (min-width: 50em) {
  .grid__item {
    height: 50vmax;
    width: 100%;
  }
  .grid__item-subtitle * {
    opacity: 0;
    transform: translate3d(100px, 0, 0);
    transition: all 0.5s cubic-bezier(0.2, 1, 0.7, 1);
    transition-property: transform, opacity;
  }
  .grid__item:hover .grid__item-subtitle * {
    opacity: 1;
    transform: translate3d(0, 0, 0);
  }
  .grid__item:hover .grid__item-subtitle span {
    transition-delay: 0.1s;
  }
  .grid__item:hover .grid__item-subtitle .grid__item-link {
    transition-delay: 0s;
  }
  .grid__item-title {
    font-size: 6vw;
  }
  .grid__item-title--small {
    font-size: 3vw;
  }
  .grid__item-text {
    margin-top: 2.5rem;
  }
}
/* ================== */
div.parent {
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  color: white;
}

.content {
  max-width: 800px;
  display: flex;
  align-items: flex-start;
  flex-direction: column;
}

p.text {
  margin-bottom: 60px;
  font-size: 20px;
  line-height: 1.4;
}

p.button {
  margin: 0;
  position: relative;
  display: inline-block;
  color: white;
  font-size: 14px;
  letter-spacing: 0.08em;
  text-transform: uppercase;
  border-radius: 2px;
  transition: 0.3s;
}

p.button::before {
  content: "";
  width: calc(100% - 20px);
  height: calc(100% - 10px);
  position: absolute;
  bottom: 0;
  left: 10px;
  display: inline-block;
  background-color: #de7221;
  filter: drop-shadow(0 8px 15px rgba(255, 142, 28, 0.4));
  opacity: 0;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 0;
}

p.button span {
  min-width: 200px;
  padding: 20px 25px;
  position: relative;
  display: inline-block;
  text-align: center;
  background-color: #2E2E2E;
  border-radius: 2px;
  pointer-events: none;
  transition: 0.3s cubic-bezier(0.215, 0.61, 0.355, 1);
  z-index: 1;
}

p.button:hover span {
  background-color: #de7221;
}

p.button:hover::before {
  opacity: 1;
}

.scroll {
  position: absolute;
  bottom: 0px;
  left: 0;
  right: 0;
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  align-items: center;
  z-index: 4;
}

.scroll span {
  display: inline-block;
  color: white;
  font-family: "Berthold Akzidenz Grotesk BE", sans-serif;
  font-size: 12px;
  font-weight: 900;
  text-transform: uppercase;
}

.scroll .line {
  margin-top: 15px;
  width: 1px;
  height: 60px;
  position: relative;
  overflow: hidden;
}

.scroll .line::before {
  height: 60px;
  content: "";
  display: block;
  width: 1px;
  position: absolute;
  margin: 0 auto;
  left: 0;
  right: 0;
  background-color: #fff;
  animation: scroll-animation 2s infinite cubic-bezier(0.19, 1, 0.22, 1);
}

@keyframes scroll-animation {
  0% {
    bottom: 60px;
  }
  50% {
    bottom: 0%;
  }
  100% {
    bottom: -60px;
  }
}
@keyframes grain {
  0%, 100% {
    transform: translate(0, 0);
  }
  10% {
    transform: translate(-5%, -10%);
  }
  20% {
    transform: translate(-15%, 5%);
  }
  30% {
    transform: translate(7%, -25%);
  }
  40% {
    transform: translate(-5%, 25%);
  }
  50% {
    transform: translate(-15%, 10%);
  }
  60% {
    transform: translate(15%, 0%);
  }
  70% {
    transform: translate(0%, 15%);
  }
  80% {
    transform: translate(3%, 35%);
  }
  90% {
    transform: translate(-10%, 10%);
  }
}
html {
  overflow-x: hidden;
}

#content {
  position: relative;
  z-index: 1;
}

#shadow-host-companion {
  display: none;
}

.branda-maintenance {
  border-bottom: none;
  background-color: transparent !important;
}
.branda-maintenance .overall {
  position: relative !important;
}
.branda-maintenance .page {
  background-color: transparent !important;
}
.branda-maintenance h1 {
  text-align: center;
  text-align: -webkit-center;
}

.page-404 {
  text-align: center;
}
.page-404 .main-cta {
  margin-top: 48px;
}

body {
  margin: 0;
  padding: 0;
  background-color: #161411;
  position: relative;
  overflow: hidden;
  border-bottom: 5px solid #de7221;
}
body:before {
  display: none;
  content: "";
  width: 200%;
  height: 200%;
  position: absolute;
  top: -100%;
  left: -50%;
  animation: grain 9s steps(10) infinite;
  background-image: url(https://www.rodeofx.com/wp-content/themes/treize/images/noise_texture.jpg);
  background-repeat: repeat;
  background-size: 300px;
  opacity: 0.04;
  pointer-events: none;
  z-index: 1;
}

a.skip-link {
  display: none;
}

* {
  box-sizing: border-box;
}

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

.disabled-element {
  pointer-events: none;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}
.disabled-element *:focus {
  outline: 0;
}

*:focus {
  outline: 0;
}

.spinner-container {
  opacity: 0;
  transition: 0.3s;
  height: 0;
}
.spinner-container svg {
  position: relative;
  top: 35px;
  transform: scale(0.3);
}
.spinner-container.loading {
  opacity: 1;
}

#loadmore {
  margin-top: 100px;
}

a {
  transition: all 0.575s cubic-bezier(0.2, 0, 0.5, 0.8);
  text-decoration: none;
}
a:focus {
  outline: none;
}

/*# sourceMappingURL=main-style.css.map */
