@font-face {
  font-family: 'Platform Regular';
  font-display: auto;
  src: url("/assets/fonts/platform-regular/platform-regular.eot");
  src: url("/assets/fonts/platform-regular/platform-regular.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/platform-regular/platform-regular.woff2") format("woff2"), url("/assets/fonts/platform-regular/platform-regular.woff") format("woff"), url("/assets/fonts/platform-regular/platform-regular.ttf") format("truetype"), url("/assets/fonts/platform-regular/platform-regular.svg#FontFamily") format("svg");
  font-weight: normal;
  font-style: normal; }

@font-face {
  font-family: 'Platform Medium';
  font-display: auto;
  src: url("/assets/fonts/platform-medium/platform-medium.eot");
  src: url("/assets/fonts/platform-medium/platform-medium.eot?#iefix") format("embedded-opentype"), url("/assets/fonts/platform-medium/platform-medium.woff2") format("woff2"), url("/assets/fonts/platform-medium/platform-medium.woff") format("woff"), url("/assets/fonts/platform-medium/platform-medium.ttf") format("truetype"), url("/assets/fonts/platform-medium/platform-medium.svg#FontFamily") format("svg");
  font-weight: normal;
  font-style: normal; }

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 12px;
  font: inherit;
  vertical-align: baseline; }

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block; }

body {
  line-height: 1; }

ol, ul {
  list-style: none; }

blockquote, q {
  quotes: none; }

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

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

a {
  color: inherit;
  text-decoration: none; }

button {
  padding: 0;
  background: transparent;
  border: none; }

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

html {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%; }

body {
  position: relative;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  font-family: "Platform Regular", sans-serif;
  -webkit-overflow-scrolling: touch;
  -ms-overflow-style: -ms-autohiding-scrollbar; }
  body #__next {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    body #__next .App {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      body #__next .App main {
        position: relative;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 5;
        pointer-events: none; }
        body #__next .App main .page {
          position: relative;
          z-index: 10;
          width: 100%;
          pointer-events: auto; }

::-moz-selection {
  background-color: rgba(0, 69, 229, 0.5); }

::selection {
  background-color: rgba(0, 69, 229, 0.5); }

::-webkit-scrollbar {
  width: 12px;
  background-color: #EAEAEA; }

::-webkit-scrollbar-thumb {
  border-radius: 6px;
  background-color: #828282; }

a:focus, button:focus {
  outline: #0E3293 auto 5px; }

button {
  cursor: pointer; }
  button[tabindex="-1"] {
    outline: none !important; }

.js-focus-visible :focus:not(.focus-visible) {
  outline: none !important; }

.dg.main, .stats {
  z-index: 10000; }
  .dg.main.hide, .stats.hide {
    display: none; }

.dg.main {
  position: fixed;
  top: 15px;
  right: 15px; }

.Cube {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  -webkit-transform-style: preserve-3d;
          transform-style: preserve-3d;
  -webkit-transform: translateZ(-25px);
          transform: translateZ(-25px);
  -webkit-transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1);
  transition: transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1), -webkit-transform 300ms cubic-bezier(0.215, 0.61, 0.355, 1); }
  .Cube--front {
    -webkit-transform: translateZ(-25px) rotateY(0deg);
            transform: translateZ(-25px) rotateY(0deg); }
  .Cube--right {
    -webkit-transform: translateZ(-25px) rotateY(-90deg);
            transform: translateZ(-25px) rotateY(-90deg); }
  .Cube--back {
    -webkit-transform: translateZ(-25px) rotateY(-180deg);
            transform: translateZ(-25px) rotateY(-180deg); }
  .Cube--left {
    -webkit-transform: translateZ(-25px) rotateY(90deg);
            transform: translateZ(-25px) rotateY(90deg); }
  .Cube--top {
    -webkit-transform: translateZ(-25px) rotateX(-90deg);
            transform: translateZ(-25px) rotateX(-90deg); }
  .Cube--bottom {
    -webkit-transform: translateZ(-25px) rotateX(90deg);
            transform: translateZ(-25px) rotateX(90deg); }
  .Cube_face {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden; }
    .Cube_face--right {
      -webkit-transform: rotateY(90deg) translateZ(25px);
              transform: rotateY(90deg) translateZ(25px); }
    .Cube_face--left {
      -webkit-transform: rotateY(-90deg) translateZ(25px);
              transform: rotateY(-90deg) translateZ(25px); }
    .Cube_face--top {
      -webkit-transform: rotateX(90deg) translateZ(25px);
              transform: rotateX(90deg) translateZ(25px); }
    .Cube_face--bottom {
      -webkit-transform: rotateX(-90deg) translateZ(25px);
              transform: rotateX(-90deg) translateZ(25px); }
    .Cube_face--front {
      -webkit-transform: rotateX(0deg) translateZ(25px);
              transform: rotateX(0deg) translateZ(25px); }
    .Cube_face--back {
      -webkit-transform: rotateY(180deg) translateZ(25px);
              transform: rotateY(180deg) translateZ(25px); }

.MenuLink {
  position: absolute;
  z-index: 1000;
  top: 70px;
  left: 80px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-perspective: 200px;
          perspective: 200px; }
  .MenuLink .Cube {
    -webkit-transition: -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
    transition: -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
    transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s;
    transition: transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s, -webkit-transform 500ms cubic-bezier(0.215, 0.61, 0.355, 1) 1.5s; }
  .MenuLink_open--light, .MenuLink_close--light {
    background-color: #FFFFFF !important; }
    .MenuLink_open--light .MenuLink_open_line,
    .MenuLink_open--light .MenuLink_close_line, .MenuLink_close--light .MenuLink_open_line,
    .MenuLink_close--light .MenuLink_close_line {
      background-color: #1E1F19 !important; }
  .MenuLink_open {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-align: center;
            align-items: center;
    -webkit-box-pack: center;
            justify-content: center;
    background-color: #1E1F19;
    -webkit-transition: background 500ms linear 1.5s;
    transition: background 500ms linear 1.5s; }
    .MenuLink_open_line {
      position: relative;
      display: block;
      width: 18px;
      height: 2px;
      margin: 1px 0;
      background-color: #FFFFFF;
      -webkit-transition: background 500ms linear 1.5s;
      transition: background 500ms linear 1.5s; }
  .MenuLink_close {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: #1E1F19;
    -webkit-transition: background 500ms linear 1.5s;
    transition: background 500ms linear 1.5s; }
    .MenuLink_close_line {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      width: 18px;
      height: 2px;
      -webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 45deg);
              transform: translate(-50%, -50%) rotate3d(0, 0, 1, 45deg);
      -webkit-transform-origin: center;
              transform-origin: center;
      background-color: #FFFFFF;
      -webkit-transition: background 500ms linear 1.5s;
      transition: background 500ms linear 1.5s; }
      .MenuLink_close_line:last-child {
        -webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, -45deg);
                transform: translate(-50%, -50%) rotate3d(0, 0, 1, -45deg); }
  @media (max-width: 1024px) {
    .MenuLink {
      position: absolute !important;
      top: 50px;
      left: 50px; } }
  @media (max-width: 560px) {
    .MenuLink {
      top: 20px;
      left: 20px; } }

.Overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 100;
  pointer-events: none;
  overflow: hidden; }
  .Overlay_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #000000;
    -webkit-transform: scale(0);
            transform: scale(0); }

.WebglCanvas {
  position: fixed;
  z-index: 1;
  top: 0;
  left: 0;
  display: none;
  visibility: hidden;
  opacity: 0; }

.Error {
  height: 100%;
  overflow: hidden;
  background-color: #1E1F19; }
  .Error_wrapper {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 100%;
    padding: 10%;
    text-align: center; }
  .Error_title {
    font-family: "Platform Regular", sans-serif;
    font-size: 85px;
    letter-spacing: 0.85px;
    line-height: 82px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF; }
    @media (max-width: 1024px) {
      .Error_title {
        font-size: 62px; } }
    @media (max-width: 560px) {
      .Error_title {
        font-size: 52px; } }
    @media (max-width: 1024px) {
      .Error_title {
        letter-spacing: 0.62px; } }
    @media (max-width: 560px) {
      .Error_title {
        letter-spacing: 0.52px; } }
    @media (max-width: 1024px) {
      .Error_title {
        line-height: 60px; } }
    @media (max-width: 560px) {
      .Error_title {
        line-height: 50px; } }
  .Error_link {
    position: relative;
    display: inline-block;
    padding: 10px;
    margin-top: 20px;
    font-family: "Platform Regular", sans-serif;
    font-size: 26px;
    letter-spacing: 0.26px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF; }
    @media (max-width: 1024px) {
      .Error_link {
        font-size: 20px; } }
    @media (max-width: 560px) {
      .Error_link {
        font-size: 24px; } }
    @media (max-width: 1024px) {
      .Error_link {
        letter-spacing: 0.2px; } }
    @media (max-width: 560px) {
      .Error_link {
        letter-spacing: 0.24px; } }
    @media (max-width: 1024px) {
      .Error_link {
        line-height: 25px; } }
    @media (max-width: 560px) {
      .Error_link {
        line-height: 30px; } }
    .Error_link_labelWrapper {
      display: inline-block; }
    .Error_link_icon {
      position: absolute;
      right: -0.5em;
      top: 50%;
      display: inline-block;
      width: 1em;
      height: 1em;
      vertical-align: middle;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translateX(15%) translateY(-50%) rotate(-135deg) scale(1.5);
              transform: translateX(15%) translateY(-50%) rotate(-135deg) scale(1.5); }
      .Error_link_icon > .icon {
        width: 100%;
        height: 100%; }
      .Error_link_icon--mouseIn {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        right: auto;
        left: -5px; }

.Home {
  height: 100%;
  overflow: hidden;
  pointer-events: none !important; }
  .Home > * {
    pointer-events: auto; }
  .Home_logo {
    position: absolute;
    z-index: 100; }
    .Home_logo--gobelins {
      position: absolute;
      left: 50%;
      -webkit-transform: translate(-50%, 0%);
              transform: translate(-50%, 0%);
      top: 70px;
      width: 100px; }
    .Home_logo--cci {
      right: 80px;
      bottom: 120px;
      width: 150px; }
    .Home_logo img {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none; }
  .Home_infos {
    position: absolute;
    z-index: 100;
    top: 70px;
    left: 130px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: center;
            align-items: center;
    height: 50px;
    padding: 0 25px;
    background-color: #1E1F19;
    overflow: hidden; }
    .Home_infos_label {
      font-family: "Platform Regular", sans-serif;
      font-size: 14px;
      letter-spacing: 0.68px;
      line-height: 20px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #FFFFFF;
      white-space: nowrap; }
  .Home_contentInfos {
    position: absolute;
    z-index: 100;
    top: 120px;
    left: 80px;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    flex-wrap: wrap;
    -webkit-box-align: start;
            align-items: flex-start;
    height: 50px; }
    .Home_contentInfos_icon {
      position: relative;
      width: 50px;
      height: 50px; }
      .Home_contentInfos_icon_circle {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 120;
        width: 20px;
        height: 20px;
        border-radius: 50%;
        background-color: #FFFFFF; }
      .Home_contentInfos_icon .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 130;
        width: 20px;
        height: 20px; }
      .Home_contentInfos_icon_background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 110;
        -webkit-transform-origin: top;
                transform-origin: top; }
    .Home_contentInfos_flex {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column;
      -webkit-box-align: start;
              align-items: flex-start; }
    .Home_contentInfos_item {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      -webkit-box-pack: start;
              justify-content: flex-start;
      min-height: 50px;
      padding: 15px 25px;
      overflow: hidden; }
      .Home_contentInfos_item_dot {
        position: relative;
        z-index: 120;
        display: block;
        width: 3px;
        height: 3px;
        margin-right: 15px;
        border-radius: 50%; }
      .Home_contentInfos_item_label {
        position: relative;
        z-index: 120;
        font-family: "Platform Regular", sans-serif;
        font-size: 14px;
        letter-spacing: 0.68px;
        line-height: 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #1E1F19;
        white-space: nowrap; }
      .Home_contentInfos_item_background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 110;
        background-color: #FFFFFF;
        border-top: 1px solid #EAEAEA;
        -webkit-transform-origin: left;
                transform-origin: left; }
    .Home_contentInfos_close {
      position: relative;
      width: 50px;
      height: 50px;
      border-left: 1px solid #D8D8D8;
      margin-left: auto;
      background-color: #FFFFFF; }
      .Home_contentInfos_close_line {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        width: 20px;
        height: 2px;
        background-color: #1E1F19;
        -webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, 45deg);
                transform: translate(-50%, -50%) rotate3d(0, 0, 1, 45deg);
        -webkit-transform-origin: center;
                transform-origin: center; }
        .Home_contentInfos_close_line:last-child {
          -webkit-transform: translate(-50%, -50%) rotate3d(0, 0, 1, -45deg);
                  transform: translate(-50%, -50%) rotate3d(0, 0, 1, -45deg); }
    .Home_contentInfos_link {
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none;
      position: relative;
      display: block;
      width: 100%;
      height: 50px;
      color: #FFFFFF; }
      .Home_contentInfos_link_label {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        display: block;
        width: 100%;
        padding: 0 25px;
        font-family: "Platform Regular", sans-serif;
        font-size: 14px;
        letter-spacing: 0.68px;
        line-height: 20px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        text-transform: uppercase;
        text-align: center; }
        .Home_contentInfos_link_label > .icon {
          display: inline-block;
          width: 1em;
          height: 1em;
          vertical-align: middle;
          -webkit-transform-origin: center;
                  transform-origin: center;
          -webkit-transform: translateX(15%) rotate(-135deg) scale(2.5);
                  transform: translateX(15%) rotate(-135deg) scale(2.5); }
      .Home_contentInfos_link_labelContainer {
        position: relative; }
        .Home_contentInfos_link_labelContainer::after {
          content: '';
          position: absolute;
          bottom: -2px;
          left: 0;
          width: 100%;
          height: 1px;
          background: #FFFFFF; }
  .Home_support {
    position: absolute;
    z-index: 100;
    top: 70px;
    right: 80px;
    height: 50px; }
    .Home_support_link {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      height: 100%; }
    .Home_support_label {
      position: relative;
      display: block;
      height: 100%;
      padding: 0px 25px;
      font-family: "Platform Regular", sans-serif;
      font-size: 14px;
      letter-spacing: 0.68px;
      line-height: 20px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      -webkit-perspective: 0px;
              perspective: 0px; }
      .Home_support_label .Cube_face {
        display: -webkit-box;
        display: flex;
        -webkit-box-pack: center;
                justify-content: center;
        -webkit-box-align: center;
                align-items: center; }
        .Home_support_label .Cube_face--front {
          background-color: #FFFFFF;
          color: #000000; }
        .Home_support_label .Cube_face--bottom {
          background-color: #1E1F19;
          color: #FFFFFF; }
      .Home_support_label_hidden {
        visibility: hidden;
        opacity: 0; }
    .Home_support_icon {
      position: relative;
      width: 50px;
      height: 50px;
      -webkit-perspective: 200px;
              perspective: 200px; }
      .Home_support_icon .Cube_face--front {
        background-color: #1E1F19; }
        .Home_support_icon .Cube_face--front .Home_support_icon_circle {
          background-color: #FFFFFF; }
          .Home_support_icon .Cube_face--front .Home_support_icon_circle::before {
            background-color: #1E1F19; }
      .Home_support_icon .Cube_face--top {
        background-color: #FFFFFF; }
        .Home_support_icon .Cube_face--top .Home_support_icon_circle {
          background-color: #1E1F19; }
          .Home_support_icon .Cube_face--top .Home_support_icon_circle::before {
            background-color: #FFFFFF; }
      .Home_support_icon_circle {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        display: block;
        width: 30px;
        height: 30px;
        border-radius: 50%; }
        .Home_support_icon_circle::before {
          content: '';
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          display: block;
          width: 22%;
          height: 22%;
          border-radius: 50%; }
  .Home_nav {
    position: absolute;
    z-index: 100;
    right: 80px;
    left: 80px;
    bottom: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-flow: row nowrap;
    -webkit-box-align: stretch;
            align-items: stretch;
    height: 70px;
    background-color: #FFFFFF; }
    .Home_nav:hover .Home_nav_item_background {
      -webkit-transform: scale3d(1, 0, 1);
              transform: scale3d(1, 0, 1); }
    .Home_nav_item {
      position: relative;
      width: 100%;
      height: 100%; }
      .Home_nav_item:hover .Home_nav_item_background {
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        -webkit-transform: scale3d(1, 0.05, 1);
                transform: scale3d(1, 0.05, 1); }
      .Home_nav_item:not(:last-child)::after {
        content: '';
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        z-index: 120;
        right: -2px;
        width: 4px;
        height: 4px;
        border-radius: 50%;
        background-color: #1E1F19; }
      .Home_nav_item_label {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        z-index: 120;
        display: block;
        width: 100%;
        padding: 0 30px;
        text-align: center;
        font-family: "Platform Regular", sans-serif;
        font-size: 13px;
        letter-spacing: 0.56px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale; }
      .Home_nav_item_background {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        z-index: 110;
        display: block;
        -webkit-transform-origin: bottom;
                transform-origin: bottom;
        -webkit-transform: scale3d(1, 0.05, 1);
                transform: scale3d(1, 0.05, 1);
        -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1);
        transition: transform 0.6s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.6s cubic-bezier(0.19, 1, 0.22, 1); }
  @media (max-width: 1024px) {
    .Home_logo--gobelins {
      top: 50px; }
    .Home_logo--cci {
      right: 50px;
      bottom: 110px; }
    .Home_infos {
      top: 50px;
      left: 100px; }
    .Home_contentInfos {
      top: 100px;
      left: 50px; }
    .Home_support {
      top: 50px;
      right: 50px; }
    .Home_nav {
      right: 0;
      left: 0; } }
  @media (max-width: 812px) {
    .Home_nav {
      display: none; }
    .Home_logo--cci {
      bottom: 50px; } }
  @media (max-width: 560px) {
    .Home_logo--gobelins {
      top: 20px; }
    .Home_logo--cci {
      bottom: 20px;
      right: 20px; }
    .Home_infos {
      top: 70px;
      left: 20px; }
    .Home_contentInfos {
      top: 120px;
      left: 20px; }
    .Home_support {
      top: 20px;
      right: 20px; } }
  .Home.isTouch .Home_nav {
    display: none; }
  .Home.isTouch .Home_logo--cci {
    display: none; }
  .Home.isTouch .Home_infos {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    top: unset;
    bottom: 80px;
    min-width: 250px;
    max-width: 450px;
    -webkit-box-pack: center;
            justify-content: center; }
  .Home.isTouch .Home_contentInfos {
    position: absolute;
    left: 50%;
    -webkit-transform: translate(-50%, 0%);
            transform: translate(-50%, 0%);
    top: unset;
    bottom: 80px;
    width: auto;
    min-width: 250px;
    max-width: 450px;
    height: 100px;
    background-color: #FFFFFF; }
    .Home.isTouch .Home_contentInfos_item {
      padding: 0 25px 0 0;
      max-width: calc(100% - 100px); }
      .Home.isTouch .Home_contentInfos_item_label {
        white-space: unset; }
      .Home.isTouch .Home_contentInfos_item_background {
        border-top: 0px; }
  .Home.isTouch .Home_support {
    right: 80px;
    top: 80px; }
  @media (max-width: 1024px) {
    .Home.isTouch .Home_infos,
    .Home.isTouch .Home_contentInfos {
      bottom: 50px; }
    .Home.isTouch .Home_support {
      right: 50px;
      top: 50px; } }
  @media (max-width: 812px) {
    .Home.isTouch .Home_logo--gobelins {
      top: 50px;
      right: 50px;
      left: unset;
      -webkit-transform: unset;
              transform: unset;
      height: 50px; }
    .Home.isTouch .Home_support {
      right: unset;
      left: 100px;
      top: 50px;
      border-left: 1px solid #1E1F19; }
      .Home.isTouch .Home_support_icon {
        display: none; } }
  @media (max-width: 560px) {
    .Home.isTouch .Home_logo--gobelins {
      top: 20px;
      right: 20px; }
    .Home.isTouch .Home_infos,
    .Home.isTouch .Home_contentInfos {
      bottom: 20px;
      right: 20px;
      left: 20px;
      -webkit-transform: unset;
              transform: unset; }
    .Home.isTouch .Home_support {
      left: 70px;
      top: 20px; } }
  @media (max-width: 350px) {
    .Home.isTouch .Home_logo--gobelins {
      width: 50px;
      height: 50px; } }

.Template {
  visibility: hidden;
  opacity: 0;
  overflow: hidden; }
  .Template_container {
    width: 100%;
    padding-right: 43vw; }
    .Template_container_top {
      position: relative;
      z-index: 500;
      width: 100%;
      overflow: visible; }
    .Template_container .Shapes {
      position: relative;
      z-index: 520;
      width: 100%;
      height: 0;
      padding-bottom: 50%; }
  .Template_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 510;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%; }
    .Template_overlay_shapes {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%; }
  .Template_head {
    position: relative;
    z-index: 520;
    width: 100%;
    height: 43vw;
    min-height: 600px;
    padding: 70px 80px; }
    .Template_head_titles {
      position: absolute;
      left: 80px;
      bottom: 70px;
      z-index: 250;
      max-width: calc(100% - 160px - 80px); }
    .Template_head_title {
      display: block;
      font-family: "Platform Regular", sans-serif;
      font-size: 85px;
      letter-spacing: 0.85px;
      line-height: 82px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #FFFFFF; }
      @media (max-width: 1024px) {
        .Template_head_title {
          font-size: 62px; } }
      @media (max-width: 560px) {
        .Template_head_title {
          font-size: 52px; } }
      @media (max-width: 1024px) {
        .Template_head_title {
          letter-spacing: 0.62px; } }
      @media (max-width: 560px) {
        .Template_head_title {
          letter-spacing: 0.52px; } }
      @media (max-width: 1024px) {
        .Template_head_title {
          line-height: 60px; } }
      @media (max-width: 560px) {
        .Template_head_title {
          line-height: 50px; } }
      .Template_head_title_word {
        display: inline-block; }
    .Template_head_subtitle {
      display: block;
      visibility: hidden;
      opacity: 0;
      font-family: "Platform Medium", sans-serif;
      font-size: 16px;
      letter-spacing: 0.8px;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-top: 50px; }
      @media (max-width: 1024px) {
        .Template_head_subtitle {
          font-size: 14px; } }
      @media (max-width: 560px) {
        .Template_head_subtitle {
          font-size: 16px; } }
      @media (max-width: 1024px) {
        .Template_head_subtitle {
          line-height: 21px; } }
      @media (max-width: 560px) {
        .Template_head_subtitle {
          line-height: 22px; } }
    .Template_head .ArrowBtn {
      position: absolute;
      bottom: 65px;
      right: 80px;
      z-index: 250; }
  .Template_fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    width: 43vw;
    height: 100%;
    overflow: hidden;
    background-color: #1E1F19; }
  .Template_media {
    position: relative;
    z-index: 250;
    width: 43vw;
    height: 43vw;
    min-height: 600px;
    background-color: #000000;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%; }
    .Template_media--full {
      height: 100%; }
    .Template_media_photo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 510;
      overflow: hidden; }
      .Template_media_photo img {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-touch-callout: none; }
        @supports ((-o-object-fit: cover) or (object-fit: cover)) {
          .Template_media_photo img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; } }
        @supports not ((-o-object-fit: cover) or (object-fit: cover)) {
          .Template_media_photo img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: auto;
            height: 100%; } }
    .Template_media_podcast {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 550;
      background-color: rgba(30, 31, 25, 0.4); }
      .Template_media_podcast_visualizer {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 550;
        width: 70px;
        height: 70px; }
        .Template_media_podcast_visualizer span {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background-color: #FFFFFF;
          -webkit-transform-origin: center;
                  transform-origin: center;
          -webkit-transform: scale3d(0.99, 0.99, 1);
                  transform: scale3d(0.99, 0.99, 1); }
          .Template_media_podcast_visualizer span:nth-child(1) {
            z-index: 551;
            opacity: 1; }
          .Template_media_podcast_visualizer span:nth-child(2) {
            z-index: 552;
            opacity: 0.2; }
          .Template_media_podcast_visualizer span:nth-child(3) {
            z-index: 553;
            opacity: 0.2; }
      .Template_media_podcast_icon {
        position: absolute;
        z-index: 555;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        border-radius: 50%; }
        .Template_media_podcast_icon .icon {
          width: 100%;
          height: 100%; }
    .Template_media_video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 550;
      background-color: #000000;
      visibility: hidden;
      opacity: 0; }
      .Template_media_video video {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-touch-callout: none; }
        @supports ((-o-object-fit: cover) or (object-fit: cover)) {
          .Template_media_video video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; } }
        @supports not ((-o-object-fit: cover) or (object-fit: cover)) {
          .Template_media_video video {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: auto;
            height: 100%; } }
    .Template_media_timeline {
      position: absolute;
      top: calc(100% - 34px);
      left: 0;
      z-index: 650;
      width: 100%;
      height: 40px;
      cursor: pointer; }
      .Template_media_timeline::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background-color: rgba(255, 255, 255, 0.04); }
      .Template_media_timeline_current {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background-color: #828282;
        -webkit-transform-origin: left;
                transform-origin: left; }
      .Template_media_timeline_cursor {
        position: absolute;
        bottom: -4px;
        left: -7px;
        width: 14px;
        height: 14px;
        background-color: #EAEAEA;
        border-radius: 50%; }
    .Template_media_icons {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 600;
      height: calc(100% - $hitbox);
      cursor: pointer;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 300ms cubic-bezier(0.39, 0.575, 0.565, 1), opacity 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: visibility 300ms cubic-bezier(0.39, 0.575, 0.565, 1), opacity 300ms cubic-bezier(0.39, 0.575, 0.565, 1); }
      .Template_media_icons.\--show {
        visibility: visible;
        opacity: 1; }
      .Template_media_icons_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        border-radius: 50%; }
        .Template_media_icons_icon .icon {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 20px;
          height: 20px; }
  .Template_baseline {
    position: relative;
    z-index: 210;
    width: 100%;
    height: calc(100% - 600px);
    max-height: calc(100% - 43vw); }
    .Template_baseline_label {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      width: 100%;
      padding: 0 80px;
      text-align: center;
      font-family: "Platform Medium", sans-serif;
      font-size: 16px;
      letter-spacing: 0.8px;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media (max-width: 1024px) {
        .Template_baseline_label {
          font-size: 14px; } }
      @media (max-width: 560px) {
        .Template_baseline_label {
          font-size: 16px; } }
      @media (max-width: 1024px) {
        .Template_baseline_label {
          line-height: 21px; } }
      @media (max-width: 560px) {
        .Template_baseline_label {
          line-height: 22px; } }
  .Template_content {
    position: relative;
    z-index: 500;
    width: 100%;
    padding: 120px 80px 150px;
    overflow: visible; }
    .Template_content_background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 210;
      background-color: #FFFFFF;
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%; }
  .Template .Description,
  .Template .Interview,
  .Template .Slider,
  .Template .Formations,
  .Template .Jobs {
    position: relative;
    z-index: 220; }
    .Template .Description:not(:first-child),
    .Template .Interview:not(:first-child),
    .Template .Slider:not(:first-child),
    .Template .Formations:not(:first-child),
    .Template .Jobs:not(:first-child) {
      margin-top: 95px; }
  .Template_next, .Template_support {
    position: relative;
    z-index: 200;
    width: 100%;
    height: 50vh;
    overflow: hidden; }
    .Template_next.Template_support, .Template_support.Template_support {
      background-color: #1E1F19; }
    .Template_next_link, .Template_support_link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 530; }
    .Template_next_label, .Template_support_label {
      position: absolute;
      bottom: 60px;
      left: 80px;
      font-family: "Platform Regular", sans-serif;
      font-size: 26px;
      letter-spacing: 0.26px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #FFFFFF; }
      @media (max-width: 1024px) {
        .Template_next_label, .Template_support_label {
          font-size: 20px; } }
      @media (max-width: 560px) {
        .Template_next_label, .Template_support_label {
          font-size: 24px; } }
      @media (max-width: 1024px) {
        .Template_next_label, .Template_support_label {
          letter-spacing: 0.2px; } }
      @media (max-width: 560px) {
        .Template_next_label, .Template_support_label {
          letter-spacing: 0.24px; } }
      .Template_next_label > .icon, .Template_support_label > .icon {
        display: inline-block;
        width: 1em;
        height: 1em;
        vertical-align: middle;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: translateX(15%) rotate(-135deg) scale(1.5);
                transform: translateX(15%) rotate(-135deg) scale(1.5); }
    .Template_next .Shapes,
    .Template_next > .icon, .Template_support .Shapes,
    .Template_support > .icon {
      position: absolute;
      width: 50vh;
      height: 50vh;
      top: 0;
      right: 0;
      -webkit-transform: translateX(50%);
              transform: translateX(50%); }
  @media (max-width: 1024px) {
    .Template_head {
      padding: 50px; }
      .Template_head_titles {
        left: 50px;
        max-width: calc(100% - 100px - 80px); }
      .Template_head_subtitle {
        margin-top: 30px; }
      .Template_head .ArrowBtn {
        right: 50px; }
    .Template_baseline_label {
      padding: 0 50px; }
    .Template_content {
      padding: 100px 50px 130px; }
    .Template_next, .Template_support {
      height: 300px; }
      .Template_next_label, .Template_support_label {
        left: 50px;
        bottom: 50px;
        height: 20px; }
      .Template_next .Shapes,
      .Template_next > .icon, .Template_support .Shapes,
      .Template_support > .icon {
        width: 300px;
        height: 300px; } }
  @media (max-width: 812px) {
    .Template_container {
      width: 100%;
      padding-right: 0; }
      .Template_container .Shapes {
        height: 50vw; }
    .Template_head {
      height: 660px; }
      .Template_head_titles {
        max-width: calc(100% - 100px - 80px); }
    .Template_fixed {
      position: relative;
      z-index: 510;
      width: 100%;
      height: unset;
      overflow: visible; }
    .Template_media {
      width: 100%;
      height: 100vw; }
      .Template_media_timeline {
        top: unset;
        bottom: 0; }
        .Template_media_timeline_cursor {
          background-color: #828282; }
    .Template_baseline {
      width: 100%;
      height: 160px; }
    .Template_content {
      padding: 120px 50px; }
    .Template_next, .Template_support {
      height: 400px; }
      .Template_next .Shapes,
      .Template_next > .icon, .Template_support .Shapes,
      .Template_support > .icon {
        width: 400px;
        height: 400px; } }
  @media (max-width: 560px) {
    .Template_head {
      height: 80vh;
      min-height: auto;
      padding: 20px; }
      .Template_head_titles {
        bottom: 30px;
        left: 20px;
        max-width: calc(100% - 80px); }
      .Template_head_subtitle {
        margin-top: 45px; }
      .Template_head .ArrowBtn {
        bottom: 30px;
        right: 20px; }
      .Template_head_job {
        display: block; }
      .Template_head_hyphen {
        display: none; }
      .Template_head_compagny {
        display: block; }
    .Template_baseline {
      height: auto;
      padding: 60px 0; }
      .Template_baseline_label {
        padding: 0 20px; }
    .Template_content {
      padding: 80px 20px 100px; }
    .Template_next, .Template_support {
      height: 200px; }
      .Template_next_label, .Template_support_label {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        left: 30px; }
      .Template_next .Shapes,
      .Template_next > .icon, .Template_support .Shapes,
      .Template_support > .icon {
        width: 200px;
        height: 200px; } }

.Department .Template_head_title_word {
  display: inline-block; }

.Legals_head {
  position: relative;
  width: 100%;
  height: 500px;
  max-height: 100vw;
  padding: 60px 80px 60px 210px;
  background-color: #1E1F19; }
  .Legals_head h1 {
    max-width: 960px;
    margin: 0 auto;
    font-family: "Platform Regular", sans-serif;
    font-size: 85px;
    letter-spacing: 0.85px;
    line-height: 82px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #FFFFFF; }
    @media (max-width: 1024px) {
      .Legals_head h1 {
        font-size: 62px; } }
    @media (max-width: 560px) {
      .Legals_head h1 {
        font-size: 52px; } }
    @media (max-width: 1024px) {
      .Legals_head h1 {
        letter-spacing: 0.62px; } }
    @media (max-width: 560px) {
      .Legals_head h1 {
        letter-spacing: 0.52px; } }
    @media (max-width: 1024px) {
      .Legals_head h1 {
        line-height: 60px; } }
    @media (max-width: 560px) {
      .Legals_head h1 {
        line-height: 50px; } }

.Legals_content {
  position: relative;
  padding: 180px 80px 180px 210px;
  background-color: #FFFFFF; }
  .Legals_content .Description {
    position: relative;
    max-width: 960px;
    margin: 0 auto; }
    .Legals_content .Description:not(:first-child) {
      margin-top: 95px; }

.Legals_footer {
  position: relative;
  width: 100%;
  height: 550px;
  max-height: 100vw;
  background-color: #1E1F19; }
  .Legals_footer_link {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 200px;
    max-width: 40vw; }
    .Legals_footer_link img {
      position: relative;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -webkit-user-select: none;
         -moz-user-select: none;
          -ms-user-select: none;
              user-select: none;
      -webkit-touch-callout: none; }

@media (max-width: 1024px) {
  .Legals_head {
    padding: 50px; }
    .Legals_head h1 {
      position: absolute;
      bottom: 50px;
      left: 50px; }
  .Legals_content {
    max-width: 80%;
    padding: 100px 50px; } }

@media (max-width: 560px) {
  .Legals_head {
    padding: 20px; }
    .Legals_head h1 {
      bottom: 20px;
      left: 20px; }
  .Legals_content {
    padding: 50px 20px; } }

.Template {
  visibility: hidden;
  opacity: 0;
  overflow: hidden; }
  .Template_container {
    width: 100%;
    padding-right: 43vw; }
    .Template_container_top {
      position: relative;
      z-index: 500;
      width: 100%;
      overflow: visible; }
    .Template_container .Shapes {
      position: relative;
      z-index: 520;
      width: 100%;
      height: 0;
      padding-bottom: 50%; }
  .Template_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 510;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%; }
    .Template_overlay_shapes {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%; }
  .Template_head {
    position: relative;
    z-index: 520;
    width: 100%;
    height: 43vw;
    min-height: 600px;
    padding: 70px 80px; }
    .Template_head_titles {
      position: absolute;
      left: 80px;
      bottom: 70px;
      z-index: 250;
      max-width: calc(100% - 160px - 80px); }
    .Template_head_title {
      display: block;
      font-family: "Platform Regular", sans-serif;
      font-size: 85px;
      letter-spacing: 0.85px;
      line-height: 82px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #FFFFFF; }
      @media (max-width: 1024px) {
        .Template_head_title {
          font-size: 62px; } }
      @media (max-width: 560px) {
        .Template_head_title {
          font-size: 52px; } }
      @media (max-width: 1024px) {
        .Template_head_title {
          letter-spacing: 0.62px; } }
      @media (max-width: 560px) {
        .Template_head_title {
          letter-spacing: 0.52px; } }
      @media (max-width: 1024px) {
        .Template_head_title {
          line-height: 60px; } }
      @media (max-width: 560px) {
        .Template_head_title {
          line-height: 50px; } }
      .Template_head_title_word {
        display: inline-block; }
    .Template_head_subtitle {
      display: block;
      visibility: hidden;
      opacity: 0;
      font-family: "Platform Medium", sans-serif;
      font-size: 16px;
      letter-spacing: 0.8px;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: uppercase;
      color: #FFFFFF;
      margin-top: 50px; }
      @media (max-width: 1024px) {
        .Template_head_subtitle {
          font-size: 14px; } }
      @media (max-width: 560px) {
        .Template_head_subtitle {
          font-size: 16px; } }
      @media (max-width: 1024px) {
        .Template_head_subtitle {
          line-height: 21px; } }
      @media (max-width: 560px) {
        .Template_head_subtitle {
          line-height: 22px; } }
    .Template_head .ArrowBtn {
      position: absolute;
      bottom: 65px;
      right: 80px;
      z-index: 250; }
  .Template_fixed {
    position: fixed;
    top: 0;
    right: 0;
    z-index: 200;
    width: 43vw;
    height: 100%;
    overflow: hidden;
    background-color: #1E1F19; }
  .Template_media {
    position: relative;
    z-index: 250;
    width: 43vw;
    height: 43vw;
    min-height: 600px;
    background-color: #000000;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%; }
    .Template_media--full {
      height: 100%; }
    .Template_media_photo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 510;
      overflow: hidden; }
      .Template_media_photo img {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-touch-callout: none; }
        @supports ((-o-object-fit: cover) or (object-fit: cover)) {
          .Template_media_photo img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; } }
        @supports not ((-o-object-fit: cover) or (object-fit: cover)) {
          .Template_media_photo img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: auto;
            height: 100%; } }
    .Template_media_podcast {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 550;
      background-color: rgba(30, 31, 25, 0.4); }
      .Template_media_podcast_visualizer {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 550;
        width: 70px;
        height: 70px; }
        .Template_media_podcast_visualizer span {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          border-radius: 50%;
          background-color: #FFFFFF;
          -webkit-transform-origin: center;
                  transform-origin: center;
          -webkit-transform: scale3d(0.99, 0.99, 1);
                  transform: scale3d(0.99, 0.99, 1); }
          .Template_media_podcast_visualizer span:nth-child(1) {
            z-index: 551;
            opacity: 1; }
          .Template_media_podcast_visualizer span:nth-child(2) {
            z-index: 552;
            opacity: 0.2; }
          .Template_media_podcast_visualizer span:nth-child(3) {
            z-index: 553;
            opacity: 0.2; }
      .Template_media_podcast_icon {
        position: absolute;
        z-index: 555;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 50px;
        height: 50px;
        border-radius: 50%; }
        .Template_media_podcast_icon .icon {
          width: 100%;
          height: 100%; }
    .Template_media_video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 550;
      background-color: #000000;
      visibility: hidden;
      opacity: 0; }
      .Template_media_video video {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-touch-callout: none; }
        @supports ((-o-object-fit: cover) or (object-fit: cover)) {
          .Template_media_video video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; } }
        @supports not ((-o-object-fit: cover) or (object-fit: cover)) {
          .Template_media_video video {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: auto;
            height: 100%; } }
    .Template_media_timeline {
      position: absolute;
      top: calc(100% - 34px);
      left: 0;
      z-index: 650;
      width: 100%;
      height: 40px;
      cursor: pointer; }
      .Template_media_timeline::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background-color: rgba(255, 255, 255, 0.04); }
      .Template_media_timeline_current {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background-color: #828282;
        -webkit-transform-origin: left;
                transform-origin: left; }
      .Template_media_timeline_cursor {
        position: absolute;
        bottom: -4px;
        left: -7px;
        width: 14px;
        height: 14px;
        background-color: #EAEAEA;
        border-radius: 50%; }
    .Template_media_icons {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 600;
      height: calc(100% - $hitbox);
      cursor: pointer;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 300ms cubic-bezier(0.39, 0.575, 0.565, 1), opacity 300ms cubic-bezier(0.39, 0.575, 0.565, 1);
      transition: visibility 300ms cubic-bezier(0.39, 0.575, 0.565, 1), opacity 300ms cubic-bezier(0.39, 0.575, 0.565, 1); }
      .Template_media_icons.\--show {
        visibility: visible;
        opacity: 1; }
      .Template_media_icons_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        border-radius: 50%; }
        .Template_media_icons_icon .icon {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 20px;
          height: 20px; }
  .Template_baseline {
    position: relative;
    z-index: 210;
    width: 100%;
    height: calc(100% - 600px);
    max-height: calc(100% - 43vw); }
    .Template_baseline_label {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      width: 100%;
      padding: 0 80px;
      text-align: center;
      font-family: "Platform Medium", sans-serif;
      font-size: 16px;
      letter-spacing: 0.8px;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media (max-width: 1024px) {
        .Template_baseline_label {
          font-size: 14px; } }
      @media (max-width: 560px) {
        .Template_baseline_label {
          font-size: 16px; } }
      @media (max-width: 1024px) {
        .Template_baseline_label {
          line-height: 21px; } }
      @media (max-width: 560px) {
        .Template_baseline_label {
          line-height: 22px; } }
  .Template_content {
    position: relative;
    z-index: 500;
    width: 100%;
    padding: 120px 80px 150px;
    overflow: visible; }
    .Template_content_background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 210;
      background-color: #FFFFFF;
      -webkit-transform-origin: 0% 0%;
              transform-origin: 0% 0%; }
  .Template .Description,
  .Template .Interview,
  .Template .Slider,
  .Template .Formations,
  .Template .Jobs {
    position: relative;
    z-index: 220; }
    .Template .Description:not(:first-child),
    .Template .Interview:not(:first-child),
    .Template .Slider:not(:first-child),
    .Template .Formations:not(:first-child),
    .Template .Jobs:not(:first-child) {
      margin-top: 95px; }
  .Template_next, .Template_support {
    position: relative;
    z-index: 200;
    width: 100%;
    height: 50vh;
    overflow: hidden; }
    .Template_next.Template_support, .Template_support.Template_support {
      background-color: #1E1F19; }
    .Template_next_link, .Template_support_link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 530; }
    .Template_next_label, .Template_support_label {
      position: absolute;
      bottom: 60px;
      left: 80px;
      font-family: "Platform Regular", sans-serif;
      font-size: 26px;
      letter-spacing: 0.26px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #FFFFFF; }
      @media (max-width: 1024px) {
        .Template_next_label, .Template_support_label {
          font-size: 20px; } }
      @media (max-width: 560px) {
        .Template_next_label, .Template_support_label {
          font-size: 24px; } }
      @media (max-width: 1024px) {
        .Template_next_label, .Template_support_label {
          letter-spacing: 0.2px; } }
      @media (max-width: 560px) {
        .Template_next_label, .Template_support_label {
          letter-spacing: 0.24px; } }
      .Template_next_label > .icon, .Template_support_label > .icon {
        display: inline-block;
        width: 1em;
        height: 1em;
        vertical-align: middle;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: translateX(15%) rotate(-135deg) scale(1.5);
                transform: translateX(15%) rotate(-135deg) scale(1.5); }
    .Template_next .Shapes,
    .Template_next > .icon, .Template_support .Shapes,
    .Template_support > .icon {
      position: absolute;
      width: 50vh;
      height: 50vh;
      top: 0;
      right: 0;
      -webkit-transform: translateX(50%);
              transform: translateX(50%); }
  @media (max-width: 1024px) {
    .Template_head {
      padding: 50px; }
      .Template_head_titles {
        left: 50px;
        max-width: calc(100% - 100px - 80px); }
      .Template_head_subtitle {
        margin-top: 30px; }
      .Template_head .ArrowBtn {
        right: 50px; }
    .Template_baseline_label {
      padding: 0 50px; }
    .Template_content {
      padding: 100px 50px 130px; }
    .Template_next, .Template_support {
      height: 300px; }
      .Template_next_label, .Template_support_label {
        left: 50px;
        bottom: 50px;
        height: 20px; }
      .Template_next .Shapes,
      .Template_next > .icon, .Template_support .Shapes,
      .Template_support > .icon {
        width: 300px;
        height: 300px; } }
  @media (max-width: 812px) {
    .Template_container {
      width: 100%;
      padding-right: 0; }
      .Template_container .Shapes {
        height: 50vw; }
    .Template_head {
      height: 660px; }
      .Template_head_titles {
        max-width: calc(100% - 100px - 80px); }
    .Template_fixed {
      position: relative;
      z-index: 510;
      width: 100%;
      height: unset;
      overflow: visible; }
    .Template_media {
      width: 100%;
      height: 100vw; }
      .Template_media_timeline {
        top: unset;
        bottom: 0; }
        .Template_media_timeline_cursor {
          background-color: #828282; }
    .Template_baseline {
      width: 100%;
      height: 160px; }
    .Template_content {
      padding: 120px 50px; }
    .Template_next, .Template_support {
      height: 400px; }
      .Template_next .Shapes,
      .Template_next > .icon, .Template_support .Shapes,
      .Template_support > .icon {
        width: 400px;
        height: 400px; } }
  @media (max-width: 560px) {
    .Template_head {
      height: 80vh;
      min-height: auto;
      padding: 20px; }
      .Template_head_titles {
        bottom: 30px;
        left: 20px;
        max-width: calc(100% - 80px); }
      .Template_head_subtitle {
        margin-top: 45px; }
      .Template_head .ArrowBtn {
        bottom: 30px;
        right: 20px; }
      .Template_head_job {
        display: block; }
      .Template_head_hyphen {
        display: none; }
      .Template_head_compagny {
        display: block; }
    .Template_baseline {
      height: auto;
      padding: 60px 0; }
      .Template_baseline_label {
        padding: 0 20px; }
    .Template_content {
      padding: 80px 20px 100px; }
    .Template_next, .Template_support {
      height: 200px; }
      .Template_next_label, .Template_support_label {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        left: 30px; }
      .Template_next .Shapes,
      .Template_next > .icon, .Template_support .Shapes,
      .Template_support > .icon {
        width: 200px;
        height: 200px; } }

.Portrait .Template_head_title_word {
  visibility: hidden;
  opacity: 0;
  display: block; }

.Support {
  visibility: hidden;
  opacity: 0;
  background-color: #161616;
  overflow: hidden; }
  .Support_main {
    position: relative;
    z-index: 510;
    width: 57vw;
    margin-left: 43vw; }
  .Support_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 510;
    -webkit-transform-origin: 100% 0%;
            transform-origin: 100% 0%;
    background: #FFFFFF; }
    .Support_overlay_shapes {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%;
      background: #000000; }
  .Support_head {
    position: relative;
    z-index: 520;
    padding: 60px 80px; }
    .Support_head_push {
      margin-bottom: 70px; }
      .Support_head_push_text {
        font-family: "Platform Regular", sans-serif;
        font-size: 26px;
        letter-spacing: 0.26px;
        line-height: 32px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        margin-bottom: 20px; }
        @media (max-width: 1024px) {
          .Support_head_push_text {
            font-size: 20px; } }
        @media (max-width: 560px) {
          .Support_head_push_text {
            font-size: 24px; } }
        @media (max-width: 1024px) {
          .Support_head_push_text {
            letter-spacing: 0.2px; } }
        @media (max-width: 560px) {
          .Support_head_push_text {
            letter-spacing: 0.24px; } }
        @media (max-width: 1024px) {
          .Support_head_push_text {
            line-height: 25px; } }
        @media (max-width: 560px) {
          .Support_head_push_text {
            line-height: 30px; } }
    .Support_head_infos {
      font-family: "Platform Medium", sans-serif;
      font-size: 16px;
      letter-spacing: 0.8px;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      line-height: 19px;
      text-transform: uppercase;
      color: #1E1F19; }
      @media (max-width: 1024px) {
        .Support_head_infos {
          font-size: 14px; } }
      @media (max-width: 560px) {
        .Support_head_infos {
          font-size: 16px; } }
      @media (max-width: 1024px) {
        .Support_head_infos {
          line-height: 21px; } }
      @media (max-width: 560px) {
        .Support_head_infos {
          line-height: 22px; } }
      .Support_head_infos a {
        color: #1E1F19; }
    .Support_head .ArrowBtn {
      position: absolute;
      bottom: 65px;
      right: 80px;
      z-index: 250; }
  .Support_pushLink {
    font-family: "Platform Regular", sans-serif;
    font-size: 14px;
    letter-spacing: 0.68px;
    line-height: 20px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    display: inline-block;
    padding: 20px 50px 20px 25px;
    background: #161616;
    color: #FFFFFF; }
    .Support_pushLink_labelWrapper {
      display: inline-block; }
    .Support_pushLink_icon {
      display: inline-block;
      width: 1em;
      height: 1em;
      vertical-align: middle;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: rotate(-135deg) scale(2.5);
              transform: rotate(-135deg) scale(2.5); }
      .Support_pushLink_icon--mouseOut {
        position: absolute;
        top: 26px;
        right: 30px; }
      .Support_pushLink_icon > .icon {
        width: 100%;
        height: 100%; }
      .Support_pushLink_icon--mouseIn {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        top: 26px;
        left: 24px; }
    .Support_pushLink--white {
      background: #FFFFFF;
      color: #161616; }
  .Support_title {
    font-family: "Platform Regular", sans-serif;
    font-size: 85px;
    letter-spacing: 0.85px;
    line-height: 82px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 160px;
    color: #1E1F19; }
    @media (max-width: 1024px) {
      .Support_title {
        font-size: 62px; } }
    @media (max-width: 560px) {
      .Support_title {
        font-size: 52px; } }
    @media (max-width: 1024px) {
      .Support_title {
        letter-spacing: 0.62px; } }
    @media (max-width: 560px) {
      .Support_title {
        letter-spacing: 0.52px; } }
    @media (max-width: 1024px) {
      .Support_title {
        line-height: 60px; } }
    @media (max-width: 560px) {
      .Support_title {
        line-height: 50px; } }
    .Support_title_word {
      display: block; }
  .Support_fixed {
    position: fixed;
    top: 200px;
    left: 0;
    z-index: 500;
    width: 43vw;
    height: 100%;
    -webkit-transform-origin: 50% 0%;
            transform-origin: 50% 0%; }
    .Support_fixed--isUnpinded {
      position: absolute;
      top: auto !important;
      bottom: 100vh;
      -webkit-transform: translateY(0) !important;
              transform: translateY(0) !important; }
  .Support_media {
    position: relative;
    width: 43vw;
    height: 43vw;
    min-height: 600px;
    background-color: #000000;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%; }
    .Support_media_photo {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 510;
      overflow: hidden; }
      .Support_media_photo img {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-touch-callout: none; }
        @supports ((-o-object-fit: cover) or (object-fit: cover)) {
          .Support_media_photo img {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; } }
        @supports not ((-o-object-fit: cover) or (object-fit: cover)) {
          .Support_media_photo img {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: auto;
            height: 100%; } }
    .Support_media_video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 550;
      background-color: #000000;
      visibility: hidden;
      opacity: 0; }
      .Support_media_video video {
        -webkit-user-select: none;
           -moz-user-select: none;
            -ms-user-select: none;
                user-select: none;
        -webkit-touch-callout: none; }
        @supports ((-o-object-fit: cover) or (object-fit: cover)) {
          .Support_media_video video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover; } }
        @supports not ((-o-object-fit: cover) or (object-fit: cover)) {
          .Support_media_video video {
            position: absolute;
            top: 50%;
            left: 50%;
            -webkit-transform: translate(-50%, -50%);
                    transform: translate(-50%, -50%);
            width: auto;
            height: 100%; } }
    .Support_media_timeline {
      position: absolute;
      top: calc(100% - 34px);
      left: 0;
      z-index: 650;
      width: 100%;
      height: 40px;
      cursor: pointer; }
      .Support_media_timeline::before {
        content: '';
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6px;
        background-color: rgba(255, 255, 255, 0.04); }
      .Support_media_timeline_current {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 6px;
        -webkit-transform-origin: left;
                transform-origin: left;
        background-color: #828282; }
      .Support_media_timeline_cursor {
        position: absolute;
        bottom: -4px;
        left: -7px;
        width: 14px;
        height: 14px;
        border-radius: 50%;
        background-color: #EAEAEA; }
    .Support_media_icons {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 600;
      height: calc(100% - $hitbox);
      cursor: pointer;
      visibility: hidden;
      opacity: 0;
      -webkit-transition: visibility 100ms ease-out, opacity 100ms ease-out;
      transition: visibility 100ms ease-out, opacity 100ms ease-out; }
      .Support_media_icons.\--show {
        visibility: visible;
        opacity: 1; }
      .Support_media_icons_icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 70px;
        height: 70px;
        border-radius: 50%;
        background: #FFFFFF; }
        .Support_media_icons_icon .icon {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 20px;
          height: 20px; }
  .Support_mediaCaption {
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    height: calc(100% - 600px);
    max-height: calc(100% - 43vw);
    padding: 0 15px;
    text-align: center;
    background: #1E1F19; }
    .Support_mediaCaption_speakerName {
      font-family: "Platform Medium", sans-serif;
      font-size: 16px;
      letter-spacing: 0.8px;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-transform: uppercase;
      color: #FFFFFF; }
      @media (max-width: 1024px) {
        .Support_mediaCaption_speakerName {
          font-size: 14px; } }
      @media (max-width: 560px) {
        .Support_mediaCaption_speakerName {
          font-size: 16px; } }
      @media (max-width: 1024px) {
        .Support_mediaCaption_speakerName {
          line-height: 21px; } }
      @media (max-width: 560px) {
        .Support_mediaCaption_speakerName {
          line-height: 22px; } }
    .Support_mediaCaption_speakerJob {
      color: #828282;
      letter-spacing: 0.6px; }
  .Support_shapes {
    position: relative;
    z-index: 520;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    padding-bottom: 50%;
    overflow: hidden; }
    .Support_shapes_wrapper {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 20; }
    .Support_shapes_background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 10;
      background: #161616; }
  .Support_shape {
    position: relative;
    display: inline-block;
    width: 50%;
    height: 0;
    padding-bottom: 50%;
    background: #000000; }
    .Support_shape svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .Support_content {
    position: relative;
    z-index: 520;
    width: 57vw;
    margin-left: 43vw;
    padding: 120px 80px 150px;
    overflow: visible; }
    .Support_content:first-child {
      margin-top: 0; }
    .Support_content_background {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 210;
      background-color: #FFFFFF;
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%; }
  .Support_footer {
    position: relative;
    height: 100vh;
    background: #161616; }
    .Support_footer_contact {
      font-family: "Platform Regular", sans-serif;
      font-size: 26px;
      letter-spacing: 0.26px;
      line-height: 32px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      position: absolute;
      top: 90px;
      left: 90px;
      max-width: 660px;
      color: #FFFFFF; }
      @media (max-width: 1024px) {
        .Support_footer_contact {
          font-size: 20px; } }
      @media (max-width: 560px) {
        .Support_footer_contact {
          font-size: 24px; } }
      @media (max-width: 1024px) {
        .Support_footer_contact {
          letter-spacing: 0.2px; } }
      @media (max-width: 560px) {
        .Support_footer_contact {
          letter-spacing: 0.24px; } }
      @media (max-width: 1024px) {
        .Support_footer_contact {
          line-height: 25px; } }
      @media (max-width: 560px) {
        .Support_footer_contact {
          line-height: 30px; } }
      .Support_footer_contact_text {
        margin-bottom: 30px; }
      .Support_footer_contact_info .icon {
        display: inline-block;
        vertical-align: middle;
        margin-left: -10px;
        -webkit-transform: rotate(-90deg) scale(1.2);
                transform: rotate(-90deg) scale(1.2); }
      .Support_footer_contact .Support_pushLink {
        margin-top: 40px; }
    .Support_footer_shapes {
      position: absolute;
      width: 100%;
      bottom: 0;
      left: 0; }
      .Support_footer_shapes svg {
        display: block; }
  @media (max-width: 812px) {
    .Support_main {
      width: 100%;
      margin-left: 0; }
    .Support_head {
      height: 760px;
      padding: 50px; }
      .Support_head_titles {
        position: absolute;
        bottom: 60px;
        max-width: calc(100% - 100px - 80px); }
      .Support_head_push {
        margin-bottom: 50px; }
      .Support_head .ArrowBtn {
        right: 50px;
        bottom: 60px; }
    .Support_title {
      margin-bottom: 50px; }
    .Support_fixed {
      position: static;
      top: 0;
      left: 0;
      width: 100%;
      -webkit-transform-origin: 50% 0%;
              transform-origin: 50% 0%; }
    .Support_media {
      width: 100%;
      height: 100vw; }
      .Support_media_timeline {
        top: unset;
        bottom: 0; }
    .Support_mediaCaption {
      height: 160px; }
    .Support_content {
      width: 100%;
      margin-left: 0;
      padding: 120px 50px; }
    .Support_footer_contact {
      top: 50px;
      left: 50px;
      width: 75%; }
      .Support_footer_contact_text {
        margin-bottom: 30px; } }
  @media (max-width: 560px) {
    .Support_head {
      height: 85vh;
      padding: 20px; }
      .Support_head_titles {
        position: absolute;
        bottom: 30px;
        left: 20px;
        max-width: calc(100% - 40px); }
      .Support_head_infos {
        width: calc(100% - 40px); }
        .Support_head_infos_label {
          display: none; }
        .Support_head_infos_mail, .Support_head_infos_phone {
          display: block; }
        .Support_head_infos_hyphen {
          display: none; }
      .Support_head .ArrowBtn {
        bottom: 30px;
        right: 20px; }
    .Support_title {
      margin-bottom: 50px; }
    .Support_content {
      padding: 80px 20px 100px; }
    .Support_footer_contact {
      width: 85%;
      top: 40px;
      left: 20px; } }

.Description {
  position: relative;
  z-index: 300;
  padding-right: 140px;
  color: #1E1F19; }
  .Description .icon {
    position: relative;
    display: inline-block;
    width: 1em;
    height: 1em; }
    .Description .icon:not(:first-child) {
      -webkit-transform: rotate3d(0, 0, 1, 180deg);
              transform: rotate3d(0, 0, 1, 180deg); }
  .Description p {
    font-family: "Platform Regular", sans-serif;
    font-size: 26px;
    letter-spacing: 0.26px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 1024px) {
      .Description p {
        font-size: 20px; } }
    @media (max-width: 560px) {
      .Description p {
        font-size: 24px; } }
    @media (max-width: 1024px) {
      .Description p {
        letter-spacing: 0.2px; } }
    @media (max-width: 560px) {
      .Description p {
        letter-spacing: 0.24px; } }
    @media (max-width: 1024px) {
      .Description p {
        line-height: 25px; } }
    @media (max-width: 560px) {
      .Description p {
        line-height: 30px; } }
  .Description a {
    position: relative; }
    .Description a:before {
      content: '';
      position: absolute;
      bottom: 1px;
      left: 0;
      width: 100%;
      height: 2px;
      background: #1E1F19; }
  .Description h2, .Description h3 {
    padding-left: 2.5em;
    font-family: "Platform Medium", sans-serif;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase; }
    @media (max-width: 1024px) {
      .Description h2, .Description h3 {
        font-size: 14px; } }
    @media (max-width: 560px) {
      .Description h2, .Description h3 {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .Description h2, .Description h3 {
        line-height: 21px; } }
    @media (max-width: 560px) {
      .Description h2, .Description h3 {
        line-height: 22px; } }
    .Description h2::before, .Description h3::before {
      content: '';
      position: absolute;
      display: block;
      left: 0;
      top: 0.5em;
      width: 8px;
      height: 8px;
      background-color: #1E1F19;
      border-radius: 50%; }
  .Description ul {
    font-family: "Platform Regular", sans-serif;
    font-size: 26px;
    letter-spacing: 0.26px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 1024px) {
      .Description ul {
        font-size: 20px; } }
    @media (max-width: 560px) {
      .Description ul {
        font-size: 24px; } }
    @media (max-width: 1024px) {
      .Description ul {
        letter-spacing: 0.2px; } }
    @media (max-width: 560px) {
      .Description ul {
        letter-spacing: 0.24px; } }
    @media (max-width: 1024px) {
      .Description ul {
        line-height: 25px; } }
    @media (max-width: 560px) {
      .Description ul {
        line-height: 30px; } }
    .Description ul li {
      position: relative;
      display: block;
      margin-top: 1em;
      padding-left: 1.5em; }
      .Description ul li::before {
        content: '';
        position: absolute;
        display: block;
        left: 0;
        top: 0.5em;
        width: 8px;
        height: 8px;
        background-color: #1E1F19;
        border-radius: 50%; }
  .Description p, .Description h2, .Description h3, .Description ul {
    position: relative;
    display: block; }
    .Description p:not(:first-child), .Description h2:not(:first-child), .Description h3:not(:first-child), .Description ul:not(:first-child) {
      margin-top: 1.5em; }
  .Description--photography h2::before, .Description--photography h3::before {
    background-color: #D61D7D; }
  .Description--photography a::after {
    background-color: #D61D7D; }
  .Description--cross-media h2::before, .Description--cross-media h3::before {
    background-color: #DB434E; }
  .Description--cross-media a::after {
    background-color: #DB434E; }
  .Description--interactive-design h2::before, .Description--interactive-design h3::before {
    background-color: #E98B3A; }
  .Description--interactive-design a::after {
    background-color: #E98B3A; }
  .Description--animation h2::before, .Description--animation h3::before {
    background-color: #159A51; }
  .Description--animation a::after {
    background-color: #159A51; }
  .Description--motion-design h2::before, .Description--motion-design h3::before {
    background-color: #1AA4D8; }
  .Description--motion-design a::after {
    background-color: #1AA4D8; }
  .Description--video-game h2::before, .Description--video-game h3::before {
    background-color: #422C62; }
  .Description--video-game a::after {
    background-color: #422C62; }
  @media (max-width: 1024px) {
    .Description {
      padding-right: 40px; } }
  @media (max-width: 812px) {
    .Description {
      padding-right: 130px; } }
  @media (max-width: 560px) {
    .Description {
      padding-right: 0px; } }

.Formations {
  position: relative;
  z-index: 300; }
  .Formations_head {
    position: relative;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-align: start;
            align-items: flex-start;
    -webkit-box-pack: justify;
            justify-content: space-between; }
  .Formations_title {
    font-family: "Platform Medium", sans-serif;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #1E1F19; }
    @media (max-width: 1024px) {
      .Formations_title {
        font-size: 14px; } }
    @media (max-width: 560px) {
      .Formations_title {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .Formations_title {
        line-height: 21px; } }
    @media (max-width: 560px) {
      .Formations_title {
        line-height: 22px; } }
  .Formations_captions {
    font-family: "Platform Medium", sans-serif;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #BBBBBB; }
    @media (max-width: 1024px) {
      .Formations_captions {
        font-size: 14px; } }
    @media (max-width: 560px) {
      .Formations_captions {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .Formations_captions {
        line-height: 21px; } }
    @media (max-width: 560px) {
      .Formations_captions {
        line-height: 22px; } }
    .Formations_captions_caption {
      position: relative;
      margin-left: 45px; }
      .Formations_captions_caption .Formations_circle {
        margin-right: 1.125em;
        background-color: #BBBBBB; }
        .Formations_captions_caption .Formations_circle--alternship span {
          background-color: #D8D8D8; }
  .Formations_circle {
    position: relative;
    display: inline-block;
    width: 8px;
    height: 8px;
    border-radius: 50%;
    overflow: hidden; }
    .Formations_circle--alternship span {
      display: block;
      position: absolute;
      left: 50%;
      width: 50%;
      height: 100%; }
  .Formations_items {
    margin-top: 35px; }
    .Formations_items_item {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      min-height: 95px;
      padding: 30px 0; }
      .Formations_items_item:first-child {
        border-top: 1px solid #D8D8D8; }
      .Formations_items_item_label {
        display: block;
        width: 100%;
        font-family: "Platform Regular", sans-serif;
        font-size: 26px;
        letter-spacing: 0.26px;
        line-height: 32px;
        -webkit-font-smoothing: antialiased;
        -moz-osx-font-smoothing: grayscale;
        color: #1E1F19;
        padding: 0 36px; }
        @media (max-width: 1024px) {
          .Formations_items_item_label {
            font-size: 20px; } }
        @media (max-width: 560px) {
          .Formations_items_item_label {
            font-size: 24px; } }
        @media (max-width: 1024px) {
          .Formations_items_item_label {
            letter-spacing: 0.2px; } }
        @media (max-width: 560px) {
          .Formations_items_item_label {
            letter-spacing: 0.24px; } }
        @media (max-width: 1024px) {
          .Formations_items_item_label {
            line-height: 25px; } }
        @media (max-width: 560px) {
          .Formations_items_item_label {
            line-height: 30px; } }
      .Formations_items_item_line {
        position: absolute;
        bottom: 0;
        left: 0;
        width: 100%;
        height: 1px;
        background: #D8D8D8; }
        .Formations_items_item_line--hover {
          z-index: 2;
          -webkit-transform-origin: 0% 50%;
                  transform-origin: 0% 50%;
          -webkit-transform: scaleX(0);
                  transform: scaleX(0); }
  @media (max-width: 1024px) {
    .Formations {
      padding-right: 15px; }
      .Formations_captions_caption {
        margin-left: 35px; }
      .Formations_circle {
        width: 9px;
        height: 9px; }
      .Formations_items {
        margin-top: 25px; }
        .Formations_items_item {
          min-height: 70px;
          padding: 20px 0; }
          .Formations_items_item_label {
            padding: 0 28px; } }
  @media (max-width: 560px) {
    .Formations {
      padding-right: 0; }
      .Formations_captions_caption {
        display: block;
        min-width: 110px;
        text-align: right; }
        .Formations_captions_caption .Formations_circle {
          position: absolute;
          top: 50%;
          -webkit-transform: translate(0%, -50%);
                  transform: translate(0%, -50%);
          left: 0;
          margin-right: 0; }
      .Formations_items {
        margin-top: 40px; }
        .Formations_items_item {
          min-height: 55px; }
          .Formations_items_item_label {
            padding: 0 20px; } }

.Jobs {
  position: relative;
  z-index: 300; }
  .Jobs_title {
    font-family: "Platform Medium", sans-serif;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #1E1F19; }
    @media (max-width: 1024px) {
      .Jobs_title {
        font-size: 14px; } }
    @media (max-width: 560px) {
      .Jobs_title {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .Jobs_title {
        line-height: 21px; } }
    @media (max-width: 560px) {
      .Jobs_title {
        line-height: 22px; } }
  .Jobs_items {
    margin-top: 30px; }
    .Jobs_items_item {
      position: relative;
      display: inline-block;
      padding: 12px 28px;
      border-radius: 50px;
      font-family: "Platform Regular", sans-serif;
      font-size: 26px;
      letter-spacing: 0.26px;
      line-height: 32px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #FFFFFF;
      margin-right: 5px;
      margin-bottom: 5px; }
      @media (max-width: 1024px) {
        .Jobs_items_item {
          font-size: 20px; } }
      @media (max-width: 560px) {
        .Jobs_items_item {
          font-size: 24px; } }
      @media (max-width: 1024px) {
        .Jobs_items_item {
          letter-spacing: 0.2px; } }
      @media (max-width: 560px) {
        .Jobs_items_item {
          letter-spacing: 0.24px; } }
      @media (max-width: 1024px) {
        .Jobs_items_item {
          line-height: 25px; } }
      @media (max-width: 560px) {
        .Jobs_items_item {
          line-height: 30px; } }
      .Jobs_items_item:last-child {
        margin-right: 0;
        margin-bottom: 0; }
      .Jobs_items_item--link {
        background-color: #FFFFFF;
        border: 2px solid #1E1F19;
        color: #1E1F19; }
        .Jobs_items_item--link .icon {
          position: relative;
          display: inline-block;
          width: 1em;
          height: 1em;
          margin-left: 0.5em;
          vertical-align: middle;
          font-size: 1em;
          -webkit-transform: scale(1.5);
                  transform: scale(1.5); }
  @media (max-width: 1024px) {
    .Jobs_items {
      margin-top: 25px; }
      .Jobs_items_item {
        padding: 8px 20px;
        margin-right: 4px;
        margin-bottom: 4px; } }

.Interview {
  position: relative;
  z-index: 300; }
  .Interview_container {
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    width: 100%;
    padding-top: 62px; }
  .Interview_text {
    display: inline-block;
    position: relative;
    width: auto;
    padding: 22px 25px;
    margin-top: 25px;
    margin-bottom: 5px;
    border-radius: 12px;
    font-family: "Platform Regular", sans-serif;
    font-size: 20px;
    letter-spacing: 0.4px;
    line-height: 26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale; }
    @media (max-width: 1024px) {
      .Interview_text {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .Interview_text {
        letter-spacing: 0.32px; } }
    @media (max-width: 1024px) {
      .Interview_text {
        line-height: 20px; } }
    .Interview_text:first-child, .Interview_text:not(.first-of-monologue) {
      margin-top: 0px; }
    .Interview_text:last-child {
      margin-bottom: 0px; }
    .Interview_text_picture {
      position: absolute;
      top: -62px;
      width: 50px;
      height: 50px;
      border-radius: 50%;
      overflow: hidden; }
      .Interview_text_picture .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 80%;
        height: 80%; }
      @supports ((-o-object-fit: cover) or (object-fit: cover)) {
        .Interview_text_picture img {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }
      @supports not ((-o-object-fit: cover) or (object-fit: cover)) {
        .Interview_text_picture img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: auto;
          height: 100%; } }
    .Interview_text--interviewer {
      max-width: 50%;
      margin-right: auto;
      margin-left: 0;
      background-color: #EAEAEA;
      color: #1E1F19; }
      .Interview_text--interviewer.first-of-type {
        border-top-left-radius: 0; }
      .Interview_text--interviewer .Interview_text_picture {
        left: 0; }
    .Interview_text--interviewee {
      max-width: 65%;
      margin-left: auto;
      margin-right: 0;
      color: #FFFFFF; }
      .Interview_text--interviewee.first-of-type {
        border-top-right-radius: 0; }
      .Interview_text--interviewee .Interview_text_picture {
        right: 0; }
  @media (max-width: 1024px) {
    .Interview_text {
      padding: 15px 20px; }
      .Interview_text--interviewer {
        max-width: 65%; }
      .Interview_text--interviewee {
        max-width: 85%; } }
  @media (max-width: 560px) {
    .Interview_text {
      padding: 8px 10px;
      margin-top: 20px;
      margin-bottom: 5px; } }

.Slider {
  position: relative;
  z-index: 300; }
  .Slider_title {
    font-family: "Platform Medium", sans-serif;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    text-transform: uppercase;
    color: #1E1F19; }
    @media (max-width: 1024px) {
      .Slider_title {
        font-size: 14px; } }
    @media (max-width: 560px) {
      .Slider_title {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .Slider_title {
        line-height: 21px; } }
    @media (max-width: 560px) {
      .Slider_title {
        line-height: 22px; } }
  .Slider_counter {
    position: absolute;
    top: 0;
    right: 0;
    font-family: "Platform Medium", sans-serif;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    color: #1E1F19; }
    @media (max-width: 1024px) {
      .Slider_counter {
        font-size: 14px; } }
    @media (max-width: 560px) {
      .Slider_counter {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .Slider_counter {
        line-height: 21px; } }
    @media (max-width: 560px) {
      .Slider_counter {
        line-height: 22px; } }
  .Slider_images {
    position: relative;
    z-index: 300;
    width: 100%;
    padding-bottom: 65%;
    margin-top: 20px;
    overflow: hidden; }
    .Slider_images_slide:first-child {
      z-index: 350; }
    @supports ((-o-object-fit: cover) or (object-fit: cover)) {
      .Slider_images_slide {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; } }
    @supports not ((-o-object-fit: cover) or (object-fit: cover)) {
      .Slider_images_slide {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: auto;
        height: 100%; } }
  .Slider_arrows {
    position: absolute;
    bottom: 0;
    left: 0;
    z-index: 400;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row; }
    .Slider_arrows_arrow {
      position: relative;
      width: 60px;
      height: 60px;
      background-color: #FFFFFF; }
      .Slider_arrows_arrow--left {
        -webkit-transform: rotate(90deg);
                transform: rotate(90deg); }
      .Slider_arrows_arrow--right {
        -webkit-transform: rotate(-90deg);
                transform: rotate(-90deg); }
      .Slider_arrows_arrow .icon {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        width: 80%;
        height: 80%; }
  @media (max-width: 1024px) {
    .Slider_arrows_arrow {
      width: 45px;
      height: 45px; } }
  @media (max-width: 560px) {
    .Slider {
      padding-bottom: 65px; }
      .Slider_images {
        width: calc(100% + 40px);
        margin-left: -20px;
        padding-bottom: 80%;
        overflow: visible; }
      .Slider_arrows {
        top: 100%;
        bottom: unset;
        right: 0;
        left: unset; }
        .Slider_arrows_arrow {
          width: 65px;
          height: 65px; } }

.KeyPoints {
  position: relative;
  z-index: 300;
  margin-top: 80px; }
  .KeyPoints_label {
    font-family: "Platform Medium", sans-serif;
    font-size: 16px;
    letter-spacing: 0.8px;
    line-height: 24px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    margin-bottom: 20px;
    line-height: 19px;
    text-transform: uppercase;
    color: #1E1F19; }
    @media (max-width: 1024px) {
      .KeyPoints_label {
        font-size: 14px; } }
    @media (max-width: 560px) {
      .KeyPoints_label {
        font-size: 16px; } }
    @media (max-width: 1024px) {
      .KeyPoints_label {
        line-height: 21px; } }
    @media (max-width: 560px) {
      .KeyPoints_label {
        line-height: 22px; } }
  .KeyPoints_list_item {
    font-family: "Platform Regular", sans-serif;
    font-size: 26px;
    letter-spacing: 0.26px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
            flex-direction: row;
    -webkit-box-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
            align-items: flex-start;
    border-top: 1px solid #D8D8D8;
    padding: 40px 0 80px 0;
    color: #1E1F19; }
    @media (max-width: 1024px) {
      .KeyPoints_list_item {
        font-size: 20px; } }
    @media (max-width: 560px) {
      .KeyPoints_list_item {
        font-size: 24px; } }
    @media (max-width: 1024px) {
      .KeyPoints_list_item {
        letter-spacing: 0.2px; } }
    @media (max-width: 560px) {
      .KeyPoints_list_item {
        letter-spacing: 0.24px; } }
    @media (max-width: 1024px) {
      .KeyPoints_list_item {
        line-height: 25px; } }
    @media (max-width: 560px) {
      .KeyPoints_list_item {
        line-height: 30px; } }
    .KeyPoints_list_item:last-child {
      padding-bottom: 0; }
  .KeyPoints_number {
    width: 12%; }
  .KeyPoints_text {
    width: 78%; }
  @media (max-width: 560px) {
    .KeyPoints_list_item {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
              flex-direction: column; }
    .KeyPoints_number {
      width: 100%;
      margin-bottom: 15px; }
    .KeyPoints_text {
      width: 100%; } }

.Menu {
  visibility: hidden;
  opacity: 0;
  background: #FFFFFF; }
  .Menu_support {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2;
    width: 32%;
    height: 100%; }
    .Menu_support_container {
      position: absolute;
      bottom: 0;
      left: 0;
      z-index: 2;
      width: 100%;
      height: 50%;
      overflow: hidden; }
    .Menu_support_labelWrapper {
      display: inline-block; }
    .Menu_support_labelIcon {
      display: inline-block;
      width: 1em;
      height: 1em;
      vertical-align: middle;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translateX(15%) rotate(-135deg) scale(1.5);
              transform: translateX(15%) rotate(-135deg) scale(1.5); }
      .Menu_support_labelIcon > .icon {
        width: 100%;
        height: 100%; }
      .Menu_support_labelIcon--mouseIn {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        left: -10px; }
    .Menu_support_icon {
      position: absolute;
      top: 70px;
      left: 80px;
      display: block;
      width: 60px;
      height: 60px; }
      .Menu_support_icon .icon {
        display: block;
        width: 100%;
        height: 100%; }
    .Menu_support_link {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
    .Menu_support_label {
      position: absolute;
      bottom: 60px;
      left: 80px;
      font-family: "Platform Regular", sans-serif;
      font-size: 26px;
      letter-spacing: 0.26px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #FFFFFF; }
      @media (max-width: 1024px) {
        .Menu_support_label {
          font-size: 20px; } }
      @media (max-width: 560px) {
        .Menu_support_label {
          font-size: 24px; } }
      @media (max-width: 1024px) {
        .Menu_support_label {
          letter-spacing: 0.2px; } }
      @media (max-width: 560px) {
        .Menu_support_label {
          letter-spacing: 0.24px; } }
      .Menu_support_label > .icon {
        display: inline-block;
        width: 1em;
        height: 1em;
        vertical-align: middle;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: translateX(15%) rotate(-135deg) scale(1.5);
                transform: translateX(15%) rotate(-135deg) scale(1.5); }
  .Menu_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    background: #FFFFFF;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%; }
    .Menu_overlay_subOverlay {
      position: absolute;
      bottom: 0;
      left: 0;
      width: 100%;
      height: 50%;
      background: #1E1F19;
      -webkit-transform-origin: 0% 100%;
              transform-origin: 0% 100%; }
  .Menu_list {
    position: relative;
    z-index: 1;
    width: 100%;
    padding-left: 32%; }
  .Menu_item {
    position: relative;
    width: 100%;
    height: 355px;
    overflow: hidden;
    padding: 65px 90px;
    color: #FFFFFF; }
    .Menu_item--discover {
      background-color: #EAEAEA;
      color: #1E1F19; }
      .Menu_item--discover .Menu_item_text {
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        max-width: 434px; }
    .Menu_item--credits {
      height: auto !important;
      min-height: 280px;
      padding-bottom: 65px;
      background-color: #FFFFFF;
      color: #1E1F19; }
      .Menu_item--credits .Menu_item_text a::before, .Menu_item--credits .Menu_item_paragraph a::before {
        bottom: -1px;
        height: 1px; }
    .Menu_item_title {
      position: relative;
      z-index: 200;
      font-family: "Platform Regular", sans-serif;
      font-size: 26px;
      letter-spacing: 0.26px;
      line-height: 32px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (max-width: 1024px) {
        .Menu_item_title {
          font-size: 20px; } }
      @media (max-width: 560px) {
        .Menu_item_title {
          font-size: 24px; } }
      @media (max-width: 1024px) {
        .Menu_item_title {
          letter-spacing: 0.2px; } }
      @media (max-width: 560px) {
        .Menu_item_title {
          letter-spacing: 0.24px; } }
      @media (max-width: 1024px) {
        .Menu_item_title {
          line-height: 25px; } }
      @media (max-width: 560px) {
        .Menu_item_title {
          line-height: 30px; } }
      .Menu_item_title > .icon {
        display: none;
        position: absolute;
        top: 50%;
        -webkit-transform: translate(0%, -50%);
                transform: translate(0%, -50%);
        right: 80px;
        width: 40px;
        height: 40px;
        right: 50px;
        -webkit-transform-origin: center;
                transform-origin: center;
        -webkit-transform: translate(0%, -50%) rotate3d(0, 0, 1, -90deg);
                transform: translate(0%, -50%) rotate3d(0, 0, 1, -90deg); }
    .Menu_item_text {
      font-family: "Platform Regular", sans-serif;
      font-size: 26px;
      letter-spacing: 0.26px;
      line-height: 32px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (max-width: 1024px) {
        .Menu_item_text {
          font-size: 20px; } }
      @media (max-width: 560px) {
        .Menu_item_text {
          font-size: 24px; } }
      @media (max-width: 1024px) {
        .Menu_item_text {
          letter-spacing: 0.2px; } }
      @media (max-width: 560px) {
        .Menu_item_text {
          letter-spacing: 0.24px; } }
      @media (max-width: 1024px) {
        .Menu_item_text {
          line-height: 25px; } }
      @media (max-width: 560px) {
        .Menu_item_text {
          line-height: 30px; } }
    .Menu_item_paragraph {
      max-width: 365px;
      margin-top: 15px;
      font-family: "Platform Regular", sans-serif;
      font-size: 16px;
      letter-spacing: 0.64px;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale; }
      @media (max-width: 1024px) {
        .Menu_item_paragraph {
          font-size: 14px; } }
      @media (max-width: 560px) {
        .Menu_item_paragraph {
          font-size: 16px; } }
      @media (max-width: 1024px) {
        .Menu_item_paragraph {
          letter-spacing: 0.56px; } }
      @media (max-width: 560px) {
        .Menu_item_paragraph {
          letter-spacing: 0.8px; } }
      @media (max-width: 1024px) {
        .Menu_item_paragraph {
          line-height: 21px; } }
      @media (max-width: 560px) {
        .Menu_item_paragraph {
          line-height: 22px; } }
    .Menu_item_text, .Menu_item_paragraph {
      position: relative;
      z-index: 200; }
      .Menu_item_text a, .Menu_item_paragraph a {
        position: relative;
        display: inline;
        white-space: nowrap; }
        .Menu_item_text a::before, .Menu_item_paragraph a::before {
          content: '';
          position: absolute;
          bottom: 0px;
          left: 0;
          width: 100%;
          height: 2px;
          background-color: #1E1F19;
          -webkit-transform-origin: 50% 50%;
                  transform-origin: 50% 50%;
          -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1);
          transition: transform 0.4s cubic-bezier(0.19, 1, 0.22, 1), -webkit-transform 0.4s cubic-bezier(0.19, 1, 0.22, 1); }
        .Menu_item_text a.\--icon::before, .Menu_item_paragraph a.\--icon::before {
          left: 1.5em;
          width: calc(100% - 1.5em); }
      .Menu_item_text .icon, .Menu_item_paragraph .icon {
        display: inline-block;
        vertical-align: middle;
        font-size: 1em;
        width: 1.5em;
        height: 1em; }
    .Menu_item_wrapper {
      position: relative;
      width: 100%;
      height: auto;
      overflow: hidden; }
    .Menu_item_contents {
      position: relative;
      z-index: 200;
      display: grid;
      grid-template-columns: repeat(3, 250px);
      grid-template-rows: 14px 14px 14px;
      grid-auto-flow: column;
      grid-gap: 34px;
      padding-bottom: 5px;
      margin-top: 60px; }
    .Menu_item .Shapes, .Menu_item_icon {
      position: absolute;
      z-index: 100;
      top: 0;
      right: 0;
      width: 355px;
      height: 355px; }
    .Menu_item_icon .icon {
      display: block;
      width: 100%;
      height: 100%; }
    .Menu_item_background {
      display: none;
      position: absolute;
      top: 0;
      left: 0;
      z-index: 100;
      width: calc(100% - 20px);
      height: 100%;
      border-radius: 0 60px 60px 0; }
  .Menu_content {
    position: relative;
    display: inline-block; }
    .Menu_content_link {
      position: relative;
      display: -webkit-box;
      display: flex;
      -webkit-box-orient: horizontal;
      -webkit-box-direction: normal;
              flex-direction: row;
      -webkit-box-align: center;
              align-items: center;
      width: 100%;
      height: 100%; }
    .Menu_content_icon {
      position: relative;
      background-color: #FFFFFF;
      display: block;
      width: 18px;
      height: 18px;
      border-radius: 50%; }
      .Menu_content_icon .icon {
        width: 100%;
        height: 100%; }
    .Menu_content_label {
      position: relative;
      margin-left: 14px;
      font-family: "Platform Regular", sans-serif;
      font-size: 16px;
      letter-spacing: 0.64px;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #FFFFFF;
      overflow: visible; }
      @media (max-width: 1024px) {
        .Menu_content_label {
          font-size: 14px; } }
      @media (max-width: 560px) {
        .Menu_content_label {
          font-size: 16px; } }
      @media (max-width: 1024px) {
        .Menu_content_label {
          letter-spacing: 0.56px; } }
      @media (max-width: 560px) {
        .Menu_content_label {
          letter-spacing: 0.8px; } }
      @media (max-width: 1024px) {
        .Menu_content_label {
          line-height: 21px; } }
      @media (max-width: 560px) {
        .Menu_content_label {
          line-height: 22px; } }
      .Menu_content_label_line {
        position: absolute;
        bottom: 3px;
        left: 0;
        width: 100%;
        height: 1px;
        background: #FFFFFF;
        -webkit-transform: scaleX(0);
                transform: scaleX(0);
        -webkit-transform-origin: 0% 50%;
                transform-origin: 0% 50%; }
    .Menu_content_arrow {
      position: absolute;
      top: 50%;
      -webkit-transform: translate(0%, -50%);
              transform: translate(0%, -50%);
      right: 0;
      display: none;
      width: 10px;
      height: 10px;
      border-top: 2px solid rgba(255, 255, 255, 0.4);
      border-right: 2px solid rgba(255, 255, 255, 0.4);
      -webkit-transform: translate(0, -50%) rotate(45deg);
              transform: translate(0, -50%) rotate(45deg); }
  .Menu_footer {
    position: relative;
    width: 100%;
    padding: 14px 90px;
    border-top: 1px solid #EAEAEA; }
    .Menu_footer_text {
      display: inline-block;
      font-family: "Platform Regular", sans-serif;
      font-size: 12px;
      letter-spacing: 0.48px;
      line-height: 18px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #828282; }
      @media (max-width: 560px) {
        .Menu_footer_text {
          font-size: 10px; } }
      @media (max-width: 560px) {
        .Menu_footer_text {
          letter-spacing: 0.4px; } }
      @media (max-width: 560px) {
        .Menu_footer_text {
          line-height: 14px; } }
      .Menu_footer_text--link {
        margin-left: 15px;
        text-decoration: underline; }
  @media (max-width: 1480px) {
    .Menu_item .Shapes_wrapper {
      -webkit-transform: translateX(50%);
              transform: translateX(50%); }
    .Menu_item_icon .icon {
      -webkit-transform: translateX(50%);
              transform: translateX(50%); } }
  @media (max-width: 1024px) {
    .Menu_overlay_subOverlay {
      right: 0;
      left: auto;
      width: 57%;
      height: 100%;
      -webkit-transform-origin: 100% 0%;
              transform-origin: 100% 0%; }
    .Menu_support {
      position: relative;
      width: 100%;
      height: 375px;
      overflow: visible; }
      .Menu_support_container {
        right: 0;
        left: unset;
        width: 57vw;
        height: 100%; }
      .Menu_support_icon {
        top: 60px;
        left: 60px; }
      .Menu_support_label {
        left: 60px; }
    .Menu_list {
      padding-left: 0; }
    .Menu_item {
      height: 340px;
      padding: 60px 90px; }
      .Menu_item--discover .Menu_item_text {
        max-width: 280px; }
      .Menu_item--credits {
        min-height: 285px; }
      .Menu_item_paragraph {
        max-width: 375px;
        margin-top: 30px; }
      .Menu_item_contents {
        margin-top: 55px; }
      .Menu_item .Shapes, .Menu_item_icon {
        width: 340px;
        height: 340px; }
    .Menu_footer {
      padding: 14px 90px; } }
  @media (max-width: 812px) {
    .Menu_support {
      height: 285px; }
      .Menu_support_icon {
        top: 45px;
        left: 45px; }
      .Menu_support_label {
        bottom: 45px;
        left: 45px; }
    .Menu_item {
      height: 285px;
      padding: 60px 50px; }
      .Menu_item--credits {
        min-height: 225px;
        padding-left: 90px; }
      .Menu_item_paragraph {
        max-width: 355px;
        margin-top: 12px; }
      .Menu_item_contents {
        margin-top: 30px; }
      .Menu_item .Shapes, .Menu_item_icon {
        width: 285px;
        height: 285px; } }
  @media (max-width: 560px) {
    .Menu_overlay_subOverlay {
      right: 0;
      left: auto;
      width: 100%;
      height: 250px;
      -webkit-transform-origin: 100% 100%;
              transform-origin: 100% 100%; }
    .Menu_support {
      position: relative;
      height: auto;
      padding-top: 100px; }
      .Menu_support_container {
        position: relative;
        width: 100%;
        height: 250px; }
      .Menu_support_icon {
        top: 20px;
        left: 20px; }
      .Menu_support_label {
        bottom: 25px;
        left: 20px; }
    .Menu_item {
      height: auto;
      padding: 30px 20px; }
      .Menu_item--department {
        height: auto;
        padding: 0; }
        .Menu_item--department .Menu_item_title {
          position: relative;
          height: 120px;
          padding: 20px; }
          .Menu_item--department .Menu_item_title_label {
            position: absolute;
            top: 50%;
            -webkit-transform: translate(0%, -50%);
                    transform: translate(0%, -50%);
            padding-right: 120px; }
          .Menu_item--department .Menu_item_title > .icon {
            display: block; }
        .Menu_item--department .Menu_item_wrapper {
          width: calc(100% - 20px);
          height: 0;
          border-radius: 0px 0px 60px; }
      .Menu_item--discover .Menu_item_text {
        position: relative;
        top: unset;
        left: unset;
        -webkit-transform: unset;
                transform: unset;
        max-width: unset; }
      .Menu_item_paragraph {
        max-width: unset;
        margin-top: 20px; }
      .Menu_item_contents {
        display: block;
        margin-top: 20px;
        padding-bottom: 55px; }
      .Menu_item .Shapes {
        display: none; }
      .Menu_item_icon {
        position: relative;
        width: 60px;
        height: 60px;
        margin-top: 60px; }
        .Menu_item_icon .icon {
          -webkit-transform: translateX(0);
                  transform: translateX(0); }
      .Menu_item_background {
        display: block; }
    .Menu_content {
      width: 100%;
      height: 65px;
      padding: 0 50px 0 20px;
      border-top: 1px solid rgba(255, 255, 255, 0.3); }
      .Menu_content:last-child {
        border-bottom: 1px solid rgba(255, 255, 255, 0.3); }
      .Menu_content_icon {
        width: 24px;
        height: 24px; }
      .Menu_content_arrow {
        display: block; }
    .Menu_footer {
      padding: 20px 20px; }
      .Menu_footer_text--link {
        display: block;
        margin-left: 0; } }
  @media (min-width: 560px) {
    .Menu_item--department .Menu_item_wrapper {
      height: auto !important; } }

.Shapes {
  position: relative;
  display: -webkit-box;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
          flex-direction: row;
  overflow: hidden; }
  .Shapes_wrapper {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 20; }
  .Shapes_shape {
    position: relative;
    display: inline-block;
    width: 100%;
    height: 0;
    padding-bottom: 100%; }
    .Shapes_shape svg {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
      .Shapes_shape svg > * {
        -webkit-transition: fill 0.2s ease-out;
        transition: fill 0.2s ease-out; }

.ArrowBtn {
  visibility: hidden;
  opacity: 0;
  position: relative;
  width: 40px;
  height: 40px;
  border-radius: 50%; }
  .ArrowBtn .icon {
    position: relative;
    z-index: 2;
    width: 100%;
    height: 100%; }
  .ArrowBtn_background {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: block;
    border-radius: 50%; }

.TemplateBtn {
  position: relative;
  z-index: 200;
  width: 100%;
  height: 50vh;
  overflow: hidden;
  -webkit-transition: background 0.2s ease-out;
  transition: background 0.2s ease-out; }
  .TemplateBtn_link {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 530; }
  .TemplateBtn_label {
    font-family: "Platform Regular", sans-serif;
    font-size: 26px;
    letter-spacing: 0.26px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: absolute;
    bottom: 60px;
    left: 80px;
    color: #FFFFFF; }
    @media (max-width: 1024px) {
      .TemplateBtn_label {
        font-size: 20px; } }
    @media (max-width: 560px) {
      .TemplateBtn_label {
        font-size: 24px; } }
    @media (max-width: 1024px) {
      .TemplateBtn_label {
        letter-spacing: 0.2px; } }
    @media (max-width: 560px) {
      .TemplateBtn_label {
        letter-spacing: 0.24px; } }
  .TemplateBtn_labelWrapper {
    display: inline-block; }
  .TemplateBtn_icon {
    display: inline-block;
    width: 1em;
    height: 1em;
    vertical-align: middle;
    -webkit-transform-origin: center;
            transform-origin: center;
    -webkit-transform: rotate(-135deg) scale(1.75);
            transform: rotate(-135deg) scale(1.75); }
    .TemplateBtn_icon--mouseOut {
      position: absolute;
      right: -30px; }
    .TemplateBtn_icon > .icon {
      width: 100%;
      height: 100%; }
    .TemplateBtn_icon--mouseIn {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      left: -10px; }
  .TemplateBtn .Shapes,
  .TemplateBtn > .icon {
    position: absolute;
    width: 50vh;
    height: 50vh;
    top: 0;
    right: 0;
    -webkit-transform: translateX(50%);
            transform: translateX(50%); }
  @media (max-width: 1024px) {
    .TemplateBtn {
      height: 300px; }
      .TemplateBtn_label {
        left: 50px;
        bottom: 50px;
        height: 20px; }
      .TemplateBtn .Shapes,
      .TemplateBtn > .icon {
        width: 300px;
        height: 300px; } }
  @media (max-width: 812px) {
    .TemplateBtn {
      height: 400px; }
      .TemplateBtn .Shapes,
      .TemplateBtn > .icon {
        width: 400px;
        height: 400px; } }
  @media (max-width: 560px) {
    .TemplateBtn {
      height: 200px; }
      .TemplateBtn_label {
        left: 20px;
        bottom: 30px; }
      .TemplateBtn .Shapes,
      .TemplateBtn > .icon {
        width: 200px;
        height: 200px; } }

.Introduction {
  height: 100%;
  overflow: hidden;
  background-color: #1E1F19; }
  .Introduction_header {
    position: absolute;
    top: 0;
    left: 0;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: 100%;
    height: 20%; }
  .Introduction_logo {
    visibility: hidden;
    opacity: 0;
    display: block;
    width: 90px; }
  .Introduction_content {
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    -webkit-box-pack: center;
            justify-content: center;
    -webkit-box-align: center;
            align-items: center;
    width: auto;
    height: 60%; }
    .Introduction_content_hashtag {
      visibility: hidden;
      opacity: 0;
      font-family: "Platform Regular", sans-serif;
      font-size: 26px;
      letter-spacing: 0.26px;
      line-height: 32px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      margin-bottom: 20px;
      text-align: center;
      color: #FF8FD2; }
      @media (max-width: 1024px) {
        .Introduction_content_hashtag {
          font-size: 20px; } }
      @media (max-width: 560px) {
        .Introduction_content_hashtag {
          font-size: 24px; } }
      @media (max-width: 1024px) {
        .Introduction_content_hashtag {
          letter-spacing: 0.2px; } }
      @media (max-width: 560px) {
        .Introduction_content_hashtag {
          letter-spacing: 0.24px; } }
      @media (max-width: 1024px) {
        .Introduction_content_hashtag {
          line-height: 25px; } }
      @media (max-width: 560px) {
        .Introduction_content_hashtag {
          line-height: 30px; } }
    .Introduction_content_text {
      font-family: "Platform Regular", sans-serif;
      font-size: 26px;
      letter-spacing: 0.26px;
      line-height: 32px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      text-align: center;
      color: #FFFFFF; }
      @media (max-width: 1024px) {
        .Introduction_content_text {
          font-size: 20px; } }
      @media (max-width: 560px) {
        .Introduction_content_text {
          font-size: 24px; } }
      @media (max-width: 1024px) {
        .Introduction_content_text {
          letter-spacing: 0.2px; } }
      @media (max-width: 560px) {
        .Introduction_content_text {
          letter-spacing: 0.24px; } }
      @media (max-width: 1024px) {
        .Introduction_content_text {
          line-height: 25px; } }
      @media (max-width: 560px) {
        .Introduction_content_text {
          line-height: 30px; } }
      .Introduction_content_text > span {
        display: block;
        visibility: hidden;
        opacity: 0; }
  .Introduction_media {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 100;
    width: 60vh;
    height: 60vh;
    overflow: visible; }
    .Introduction_media_video {
      height: 100%; }
  .Introduction_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -webkit-transform-origin: 0% 0%;
            transform-origin: 0% 0%;
    -webkit-transform: scale(0);
            transform: scale(0); }
    .Introduction_overlay_loading {
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      visibility: hidden;
      opacity: 0;
      font-family: "Platform Regular", sans-serif;
      font-size: 16px;
      letter-spacing: 0.64px;
      line-height: 24px;
      -webkit-font-smoothing: antialiased;
      -moz-osx-font-smoothing: grayscale;
      color: #FFFFFF; }
      @media (max-width: 1024px) {
        .Introduction_overlay_loading {
          font-size: 14px; } }
      @media (max-width: 560px) {
        .Introduction_overlay_loading {
          font-size: 16px; } }
      @media (max-width: 1024px) {
        .Introduction_overlay_loading {
          letter-spacing: 0.56px; } }
      @media (max-width: 560px) {
        .Introduction_overlay_loading {
          letter-spacing: 0.8px; } }
      @media (max-width: 1024px) {
        .Introduction_overlay_loading {
          line-height: 21px; } }
      @media (max-width: 560px) {
        .Introduction_overlay_loading {
          line-height: 22px; } }
  .Introduction_link {
    visibility: hidden;
    opacity: 0;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    font-family: "Platform Regular", sans-serif;
    font-size: 26px;
    letter-spacing: 0.26px;
    line-height: 32px;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    display: block;
    padding: 10px;
    color: #FFFFFF; }
    @media (max-width: 1024px) {
      .Introduction_link {
        font-size: 20px; } }
    @media (max-width: 560px) {
      .Introduction_link {
        font-size: 24px; } }
    @media (max-width: 1024px) {
      .Introduction_link {
        letter-spacing: 0.2px; } }
    @media (max-width: 560px) {
      .Introduction_link {
        letter-spacing: 0.24px; } }
    @media (max-width: 1024px) {
      .Introduction_link {
        line-height: 25px; } }
    @media (max-width: 560px) {
      .Introduction_link {
        line-height: 30px; } }
    .Introduction_link_labelWrapper {
      display: inline-block; }
    .Introduction_link_icon {
      position: absolute;
      right: -0.5em;
      top: 50%;
      display: inline-block;
      width: 1em;
      height: 1em;
      vertical-align: middle;
      -webkit-transform-origin: center;
              transform-origin: center;
      -webkit-transform: translateX(15%) translateY(-50%) rotate(-135deg) scale(1.5);
              transform: translateX(15%) translateY(-50%) rotate(-135deg) scale(1.5); }
      .Introduction_link_icon > .icon {
        width: 100%;
        height: 100%; }
      .Introduction_link_icon--mouseIn {
        visibility: hidden;
        opacity: 0;
        position: absolute;
        right: auto;
        left: -5px; }
  .Introduction_footer {
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 20%; }
    .Introduction_footer_logo {
      visibility: hidden;
      opacity: 0;
      position: absolute;
      top: 50%;
      left: 50%;
      -webkit-transform: translate(-50%, -50%);
              transform: translate(-50%, -50%);
      display: block;
      width: 170px; }
  @media (max-width: 812px) {
    .Introduction_header, .Introduction_footer {
      height: 25%; }
    .Introduction_content {
      height: 45%; }
    .Introduction_media {
      height: 45vh;
      width: 45vh; } }
  @media (max-width: 560px) {
    .Introduction_header, .Introduction_footer {
      height: auto; }
    .Introduction_header {
      top: 40px; }
    .Introduction_footer {
      bottom: 80px; }
    .Introduction_content {
      width: 90%;
      height: auto; }
    .Introduction_link {
      white-space: nowrap; }
    .Introduction_media {
      width: 80%;
      height: auto; }
      .Introduction_media_video {
        width: 100%;
        height: auto; } }

