/*
! tailwindcss v3.0.18 | MIT License | https://tailwindcss.com
*//*
1. Prevent padding and border from affecting element width. (https://github.com/mozdevs/cssremedy/issues/4)
2. Allow adding a border to an element by just adding a border-width. (https://github.com/tailwindcss/tailwindcss/pull/116)
*/

*,
::before,
::after {
  box-sizing: border-box; /* 1 */
  border-width: 0; /* 2 */
  border-style: solid; /* 2 */
  border-color: #e5e7eb; /* 2 */
}

::before,
::after {
  --tw-content: '';
}

/*
1. Use a consistent sensible line-height in all browsers.
2. Prevent adjustments of font size after orientation changes in iOS.
3. Use a more readable tab size.
4. Use the user's configured `sans` font-family by default.
*/

html {
  line-height: 1.5; /* 1 */
  -webkit-text-size-adjust: 100%; /* 2 */
  -moz-tab-size: 4; /* 3 */
  tab-size: 4; /* 3 */
  font-family: ui-sans-serif, system-ui, -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, "Helvetica Neue", Arial, "Noto Sans", sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol", "Noto Color Emoji"; /* 4 */
}

/*
1. Remove the margin in all browsers.
2. Inherit line-height from `html` so users can set them as a class directly on the `html` element.
*/

body {
  margin: 0; /* 1 */
  line-height: inherit; /* 2 */
}

/*
1. Add the correct height in Firefox.
2. Correct the inheritance of border color in Firefox. (https://bugzilla.mozilla.org/show_bug.cgi?id=190655)
3. Ensure horizontal rules are visible by default.
*/

hr {
  height: 0; /* 1 */
  color: inherit; /* 2 */
  border-top-width: 1px; /* 3 */
}

/*
Add the correct text decoration in Chrome, Edge, and Safari.
*/

abbr:where([title]) {
  text-decoration: underline dotted;
}

/*
Remove the default font size and weight for headings.
*/

h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: inherit;
  font-weight: inherit;
}

/*
Reset links to optimize for opt-in styling instead of opt-out.
*/

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

/*
Add the correct font weight in Edge and Safari.
*/

b,
strong {
  font-weight: bolder;
}

/*
1. Use the user's configured `mono` font family by default.
2. Correct the odd `em` font sizing in all browsers.
*/

code,
kbd,
samp,
pre {
  font-family: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, "Liberation Mono", "Courier New", monospace; /* 1 */
  font-size: 1em; /* 2 */
}

/*
Add the correct font size in all browsers.
*/

small {
  font-size: 80%;
}

/*
Prevent `sub` and `sup` elements from affecting the line height in all browsers.
*/

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

sub {
  bottom: -0.25em;
}

sup {
  top: -0.5em;
}

/*
1. Remove text indentation from table contents in Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=999088, https://bugs.webkit.org/show_bug.cgi?id=201297)
2. Correct table border color inheritance in all Chrome and Safari. (https://bugs.chromium.org/p/chromium/issues/detail?id=935729, https://bugs.webkit.org/show_bug.cgi?id=195016)
3. Remove gaps between table borders by default.
*/

table {
  text-indent: 0; /* 1 */
  border-color: inherit; /* 2 */
  border-collapse: collapse; /* 3 */
}

/*
1. Change the font styles in all browsers.
2. Remove the margin in Firefox and Safari.
3. Remove default padding in all browsers.
*/

button,
input,
optgroup,
select,
textarea {
  font-family: inherit; /* 1 */
  font-size: 100%; /* 1 */
  line-height: inherit; /* 1 */
  color: inherit; /* 1 */
  margin: 0; /* 2 */
  padding: 0; /* 3 */
}

/*
Remove the inheritance of text transform in Edge and Firefox.
*/

button,
select {
  text-transform: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Remove default button styles.
*/

button,
[type='button'],
[type='reset'],
[type='submit'] {
  -webkit-appearance: button; /* 1 */
  background-color: transparent; /* 2 */
  background-image: none; /* 2 */
}

/*
Use the modern Firefox focus style for all focusable elements.
*/

:-moz-focusring {
  outline: auto;
}

/*
Remove the additional `:invalid` styles in Firefox. (https://github.com/mozilla/gecko-dev/blob/2f9eacd9d3d995c937b4251a5557d95d494c9be1/layout/style/res/forms.css#L728-L737)
*/

:-moz-ui-invalid {
  box-shadow: none;
}

/*
Add the correct vertical alignment in Chrome and Firefox.
*/

progress {
  vertical-align: baseline;
}

/*
Correct the cursor style of increment and decrement buttons in Safari.
*/

::-webkit-inner-spin-button,
::-webkit-outer-spin-button {
  height: auto;
}

/*
1. Correct the odd appearance in Chrome and Safari.
2. Correct the outline style in Safari.
*/

[type='search'] {
  -webkit-appearance: textfield; /* 1 */
  outline-offset: -2px; /* 2 */
}

/*
Remove the inner padding in Chrome and Safari on macOS.
*/

::-webkit-search-decoration {
  -webkit-appearance: none;
}

/*
1. Correct the inability to style clickable types in iOS and Safari.
2. Change font properties to `inherit` in Safari.
*/

::-webkit-file-upload-button {
  -webkit-appearance: button; /* 1 */
  font: inherit; /* 2 */
}

/*
Add the correct display in Chrome and Safari.
*/

summary {
  display: list-item;
}

/*
Removes the default spacing and border for appropriate elements.
*/

blockquote,
dl,
dd,
h1,
h2,
h3,
h4,
h5,
h6,
hr,
figure,
p,
pre {
  margin: 0;
}

fieldset {
  margin: 0;
  padding: 0;
}

legend {
  padding: 0;
}

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

/*
Prevent resizing textareas horizontally by default.
*/

textarea {
  resize: vertical;
}

/*
1. Reset the default placeholder opacity in Firefox. (https://github.com/tailwindlabs/tailwindcss/issues/3300)
2. Set the default placeholder color to the user's configured gray 400 color.
*/

input::placeholder,
textarea::placeholder {
  opacity: 1; /* 1 */
  color: #9ca3af; /* 2 */
}

/*
Set the default cursor for buttons.
*/

button,
[role="button"] {
  cursor: pointer;
}

/*
Make sure disabled buttons don't get the pointer cursor.
*/
:disabled {
  cursor: default;
}

/*
1. Make replaced elements `display: block` by default. (https://github.com/mozdevs/cssremedy/issues/14)
2. Add `vertical-align: middle` to align replaced elements more sensibly by default. (https://github.com/jensimmons/cssremedy/issues/14#issuecomment-634934210)
   This can trigger a poorly considered lint error in some tools but is included by design.
*/

img,
svg,
video,
canvas,
audio,
iframe,
embed,
object {
  display: block; /* 1 */
  vertical-align: middle; /* 2 */
}

/*
Constrain images and videos to the parent width and preserve their intrinsic aspect ratio. (https://github.com/mozdevs/cssremedy/issues/14)
*/

img,
video {
  max-width: 100%;
  height: auto;
}

/*
Ensure the default browser behavior of the `hidden` attribute.
*/

[hidden] {
  display: none;
}

*, ::before, ::after {
  --tw-translate-x: 0;
  --tw-translate-y: 0;
  --tw-rotate: 0;
  --tw-skew-x: 0;
  --tw-skew-y: 0;
  --tw-scale-x: 1;
  --tw-scale-y: 1;
  --tw-pan-x:  ;
  --tw-pan-y:  ;
  --tw-pinch-zoom:  ;
  --tw-scroll-snap-strictness: proximity;
  --tw-ordinal:  ;
  --tw-slashed-zero:  ;
  --tw-numeric-figure:  ;
  --tw-numeric-spacing:  ;
  --tw-numeric-fraction:  ;
  --tw-ring-inset:  ;
  --tw-ring-offset-width: 0px;
  --tw-ring-offset-color: #fff;
  --tw-ring-color: rgb(59 130 246 / 0.5);
  --tw-ring-offset-shadow: 0 0 #0000;
  --tw-ring-shadow: 0 0 #0000;
  --tw-shadow: 0 0 #0000;
  --tw-shadow-colored: 0 0 #0000;
  --tw-blur:  ;
  --tw-brightness:  ;
  --tw-contrast:  ;
  --tw-grayscale:  ;
  --tw-hue-rotate:  ;
  --tw-invert:  ;
  --tw-saturate:  ;
  --tw-sepia:  ;
  --tw-drop-shadow:  ;
  --tw-backdrop-blur:  ;
  --tw-backdrop-brightness:  ;
  --tw-backdrop-contrast:  ;
  --tw-backdrop-grayscale:  ;
  --tw-backdrop-hue-rotate:  ;
  --tw-backdrop-invert:  ;
  --tw-backdrop-opacity:  ;
  --tw-backdrop-saturate:  ;
  --tw-backdrop-sepia:  ;
}
.fixed {
  position: fixed;
}
.absolute {
  position: absolute;
}
.relative {
  position: relative;
}
.top-0 {
  top: 0px;
}
.left-0 {
  left: 0px;
}
.-z-10 {
  z-index: -10;
}
.block {
  display: block;
}
.inline-block {
  display: inline-block;
}
.flex {
  display: flex;
}
.table {
  display: table;
}
.h-full {
  height: 100%;
}
.min-h-screen {
  min-height: 100vh;
}
.w-full {
  width: 100%;
}
.w-max {
  width: max-content;
}
.rotate-180 {
  --tw-rotate: 180deg;
  transform: translate(var(--tw-translate-x), var(--tw-translate-y)) rotate(var(--tw-rotate)) skewX(var(--tw-skew-x)) skewY(var(--tw-skew-y)) scaleX(var(--tw-scale-x)) scaleY(var(--tw-scale-y));
}
.flex-col {
  flex-direction: column;
}
.items-start {
  align-items: flex-start;
}
.items-center {
  align-items: center;
}
.justify-center {
  justify-content: center;
}
.justify-between {
  justify-content: space-between;
}
.gap-3 {
  gap: 0.75rem;
}
.bg-black {
  --tw-bg-opacity: 1;
  background-color: rgb(0 0 0 / var(--tw-bg-opacity));
}
.object-contain {
  object-fit: contain;
}
.object-cover {
  object-fit: cover;
}
.font-normal {
  font-weight: 400;
}
.text-white {
  --tw-text-opacity: 1;
  color: rgb(255 255 255 / var(--tw-text-opacity));
}
.text-black {
  --tw-text-opacity: 1;
  color: rgb(0 0 0 / var(--tw-text-opacity));
}
.shadow {
  --tw-shadow: 0 1px 3px 0 rgb(0 0 0 / 0.1), 0 1px 2px -1px rgb(0 0 0 / 0.1);
  --tw-shadow-colored: 0 1px 3px 0 var(--tw-shadow-color), 0 1px 2px -1px var(--tw-shadow-color);
  box-shadow: var(--tw-ring-offset-shadow, 0 0 #0000), var(--tw-ring-shadow, 0 0 #0000), var(--tw-shadow);
}
.filter {
  filter: var(--tw-blur) var(--tw-brightness) var(--tw-contrast) var(--tw-grayscale) var(--tw-hue-rotate) var(--tw-invert) var(--tw-saturate) var(--tw-sepia) var(--tw-drop-shadow);
}
/*!
 * fullPage 3.1.2
 * https://github.com/alvarotrigo/fullPage.js
 *
 * @license GPLv3 for open source use only
 * or Fullpage Commercial License for commercial use
 * http://alvarotrigo.com/fullPage/pricing/
 *
 * Copyright (C) 2018 http://alvarotrigo.com/fullPage - A project by Alvaro Trigo
 */
.fp-enabled body, html.fp-enabled {
  margin: 0;
  padding: 0;
  overflow: hidden;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0); }

.fp-section {
  position: relative;
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box; }

.fp-slide {
  float: left; }

.fp-slide, .fp-slidesContainer {
  height: 100%;
  display: block; }

.fp-slides {
  z-index: 1;
  height: 100%;
  overflow: hidden;
  position: relative;
  -webkit-transition: all .3s ease-out;
  transition: all .3s ease-out; }

.fp-section.fp-table, .fp-slide.fp-table {
  display: table;
  table-layout: fixed;
  width: 100%; }

.fp-tableCell {
  display: table-cell;
  vertical-align: middle;
  width: 100%;
  height: 100%; }

.fp-slidesContainer {
  float: left;
  position: relative; }

.fp-controlArrow {
  -webkit-user-select: none;
  -moz-user-select: none;
  -khtml-user-select: none;
  -ms-user-select: none;
  position: absolute;
  z-index: 4;
  top: 50%;
  cursor: pointer;
  width: 0;
  height: 0;
  border-style: solid;
  margin-top: -38px;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0); }

.fp-controlArrow.fp-prev {
  left: 15px;
  width: 0;
  border-width: 38.5px 34px 38.5px 0;
  border-color: transparent #fff transparent transparent; }

.fp-controlArrow.fp-next {
  right: 15px;
  border-width: 38.5px 0 38.5px 34px;
  border-color: transparent transparent transparent #fff; }

.fp-scrollable {
  overflow: hidden;
  position: relative; }

.fp-scroller {
  overflow: hidden; }

.iScrollIndicator {
  border: 0 !important; }

.fp-notransition {
  -webkit-transition: none !important;
  transition: none !important; }

#fp-nav {
  position: fixed;
  z-index: 100;
  top: 50%;
  opacity: 1;
  transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  -webkit-transform: translate3d(0, -50%, 0); }

#fp-nav.fp-right {
  right: 17px; }

#fp-nav.fp-left {
  left: 17px; }

.fp-slidesNav {
  position: absolute;
  z-index: 4;
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  left: 0 !important;
  right: 0;
  margin: 0 auto !important; }

.fp-slidesNav.fp-bottom {
  bottom: 17px; }

.fp-slidesNav.fp-top {
  top: 17px; }

#fp-nav ul, .fp-slidesNav ul {
  margin: 0;
  padding: 0; }

#fp-nav ul li, .fp-slidesNav ul li {
  display: block;
  width: 14px;
  height: 13px;
  margin: 7px;
  position: relative; }

.fp-slidesNav ul li {
  display: inline-block; }

#fp-nav ul li a, .fp-slidesNav ul li a {
  display: block;
  position: relative;
  z-index: 1;
  width: 100%;
  height: 100%;
  cursor: pointer;
  text-decoration: none; }

#fp-nav ul li a.active span, #fp-nav ul li:hover a.active span, .fp-slidesNav ul li a.active span, .fp-slidesNav ul li:hover a.active span {
  height: 12px;
  width: 12px;
  margin: -6px 0 0 -6px;
  border-radius: 100%; }

#fp-nav ul li a span, .fp-slidesNav ul li a span {
  border-radius: 50%;
  position: absolute;
  z-index: 1;
  height: 4px;
  width: 4px;
  border: 0;
  background: #333;
  left: 50%;
  top: 50%;
  margin: -2px 0 0 -2px;
  -webkit-transition: all .1s ease-in-out;
  -moz-transition: all .1s ease-in-out;
  -o-transition: all .1s ease-in-out;
  transition: all .1s ease-in-out; }

#fp-nav ul li:hover a span, .fp-slidesNav ul li:hover a span {
  width: 10px;
  height: 10px;
  margin: -5px 0 0 -5px; }

#fp-nav ul li .fp-tooltip {
  position: absolute;
  top: -2px;
  color: #fff;
  font-size: 14px;
  font-family: arial,helvetica,sans-serif;
  white-space: nowrap;
  max-width: 220px;
  overflow: hidden;
  display: block;
  opacity: 0;
  width: 0;
  cursor: pointer; }

#fp-nav ul li:hover .fp-tooltip, #fp-nav.fp-show-active a.active + .fp-tooltip {
  -webkit-transition: opacity .2s ease-in;
  transition: opacity .2s ease-in;
  width: auto;
  opacity: 1; }

#fp-nav ul li .fp-tooltip.fp-right {
  right: 20px; }

#fp-nav ul li .fp-tooltip.fp-left {
  left: 20px; }

.fp-auto-height .fp-slide, .fp-auto-height .fp-tableCell, .fp-auto-height.fp-section {
  height: auto !important; }

.fp-responsive .fp-auto-height-responsive .fp-slide, .fp-responsive .fp-auto-height-responsive .fp-tableCell, .fp-responsive .fp-auto-height-responsive.fp-section {
  height: auto !important; }

.fp-sr-only {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0; }

@font-face {
  font-family: 'FoundersGrotesk';
  src: url("fonts/founders-grotesk-regular.woff2") format("woff2");
  font-weight: 400;
  font-display: swap; }

@font-face {
  font-family: 'FoundersGrotesk';
  src: url("fonts/founders-grotesk-light.woff2") format("woff2");
  font-weight: 300;
  font-display: swap; }

@font-face {
  font-family: 'FoundersGrotesk';
  src: url("fonts/founders-grotesk-medium.woff2") format("woff2");
  font-weight: 500;
  font-display: swap; }

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

html {
  font-size: 10px;
  font-weight: 300;
  font-family: 'FoundersGrotesk'; }

* {
  margin: 0; }

html,
body {
  height: 100%;
  background-color: #000; }

body {
  line-height: 1.5;
  -webkit-font-smoothing: antialiased; }

img,
picture,
video,
canvas,
svg {
  display: block;
  max-width: 100%; }

input,
button,
textarea,
select {
  font: inherit; }

p,
h1,
h2,
h3,
h4,
h5,
h6 {
  overflow-wrap: break-word; }

#root,
#__next {
  isolation: isolate; }

strong {
  font-weight: 500; }

.under-animation {
  display: block;
  overflow: hidden;
  position: relative; }
  .under-animation::after {
    content: '';
    margin-top: 0.4rem;
    width: 100%;
    height: 0.2rem;
    display: block;
    background-color: #000;
    transform: scaleX(0);
    transform-origin: right;
    transition: transform ease 0.35s; }
  @media (hover: hover) {
    .under-animation:hover::after {
      transform: scale(1);
      transform-origin: left; } }
.opacity-animation {
  opacity: 1;
  transition: opacity linear 0.25s; }
  @media (hover: hover) {
    .opacity-animation:hover {
      opacity: 0.6; } }
footer {
  height: 12rem;
  background-color: #a7a7a7;
  padding-left: 6rem;
  padding-right: 6rem; }
  @media screen and (max-width: 1366px) {
    footer {
      height: 9rem;
      padding-left: 4.2rem;
      padding-right: 4.2rem; } }
  @media screen and (max-width: 991px) {
    footer {
      height: 7rem;
      padding-left: 3.6rem;
      padding-right: 3.6rem; } }
  @media screen and (max-width: 640px) {
    footer {
      height: auto;
      padding-left: 2.3rem;
      padding-right: 2.3rem;
      padding-bottom: 1.3rem;
      padding-top: 1.3rem; } }
  @media screen and (max-width: 640px) {
    footer .links {
      margin-top: 3rem; } }
  footer .logo-container {
    width: 19rem;
    height: auto; }
    @media screen and (max-width: 1366px) {
      footer .logo-container {
        width: 13.5rem; } }
    @media screen and (max-width: 991px) {
      footer .logo-container {
        width: 11rem; } }
    @media screen and (max-width: 640px) {
      footer .logo-container {
        width: 8rem; } }
    footer .logo-container img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  footer nav ul {
    font-size: 3rem;
    line-height: 4rem; }
    @media screen and (max-width: 1366px) {
      footer nav ul {
        font-size: 1.9rem;
        line-height: 2.5rem; } }
    @media screen and (max-width: 991px) {
      footer nav ul {
        font-size: 1.9rem;
        line-height: 1.8rem; } }
    @media screen and (max-width: 640px) {
      footer nav ul {
        font-size: 1.4rem;
        line-height: 1.9rem; } }
    footer nav ul li a {
      white-space: nowrap; }
    footer nav ul li + li {
      margin-left: 6rem; }
      @media screen and (max-width: 1366px) {
        footer nav ul li + li {
          margin-left: 4.6rem; } }
      @media screen and (max-width: 991px) {
        footer nav ul li + li {
          margin-left: 4.1rem; } }
      @media screen and (max-width: 640px) {
        footer nav ul li + li {
          margin-left: 0rem;
          margin-top: 1.4rem; }
          footer nav ul li + li:last-of-type {
            margin-top: 1.9rem; } }
    @media screen and (max-width: 640px) {
      footer nav ul li {
        height: 1.9rem; }
        footer nav ul li > a {
          height: 1.9rem; } }
    footer nav ul .linkedin-logo {
      width: 2.1rem;
      height: 2.1rem;
      margin-bottom: 0.4rem; }
      @media screen and (max-width: 1366px) {
        footer nav ul .linkedin-logo {
          width: 1.4rem;
          height: 1.4rem; } }
      @media screen and (max-width: 991px) {
        footer nav ul .linkedin-logo {
          width: 1.4rem;
          height: 1.4rem; } }
      @media screen and (max-width: 640px) {
        footer nav ul .linkedin-logo {
          width: 1.4rem;
          height: 1.4rem; } }
      footer nav ul .linkedin-logo img {
        width: 100%;
        height: 100%;
        object-fit: contain; }

.homepage {
  animation-name: opacity;
  animation-duration: 0.05s;
  animation-timing-function: ease; }

@keyframes opacity {
  0% {
    opacity: 0; }
  100% {
    opacity: 1; } }
  .homepage .section:last-child .fp-tableCell {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center; }
    .homepage .section:last-child .fp-tableCell .content {
      margin: auto; }
    .homepage .section:last-child .fp-tableCell footer.footer {
      width: 100%; }
  .homepage section:last-of-type .fp-scroller {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    height: 100%; }
  .homepage section .content > .logo {
    width: 100%;
    height: 23.7rem; }
    @media screen and (max-width: 991px) {
      .homepage section .content > .logo {
        width: 41.5rem;
        height: 8.7rem; } }
    @media screen and (max-width: 640px) {
      .homepage section .content > .logo {
        width: 22.1rem;
        height: 4.7rem; } }
    .homepage section .content > .logo img {
      width: 100%;
      height: 100%;
      object-fit: contain; }
  .homepage section .text-content {
    font-size: 8.2rem;
    line-height: 9.6rem; }
    .homepage section .text-content span.no-wrap {
      white-space: nowrap; }
    @media screen and (max-width: 1366px) {
      .homepage section .text-content {
        font-size: 6rem;
        line-height: 6.9rem; } }
    @media screen and (max-width: 991px) {
      .homepage section .text-content {
        font-size: 3.8rem;
        line-height: 4.4rem; } }
    @media screen and (max-width: 640px) {
      .homepage section .text-content {
        font-size: 2.2rem;
        line-height: 3.1rem; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 844px) and (orientation: landscape) {
      .homepage section .text-content {
        font-size: 2.2rem;
        line-height: 3.1rem; } }
  .homepage #fp-nav {
    position: fixed;
    top: 50%;
    transform: translateY(-50%);
    color: white;
    transition-property: top;
    transition-duration: 0.6s; }
    @media screen and (max-width: 640px) {
      .homepage #fp-nav {
        display: none; } }
    @media only screen and (min-device-width: 375px) and (max-device-width: 844px) and (orientation: landscape) {
      .homepage #fp-nav {
        display: none; } }
    .homepage #fp-nav.fp-left {
      left: 5.85rem; }
      @media screen and (max-width: 1366px) {
        .homepage #fp-nav.fp-left {
          left: 3.75rem; } }
    .homepage #fp-nav ul li {
      height: 6.3rem;
      width: 0.3rem;
      border-radius: 0px;
      margin: 0; }
      @media screen and (max-width: 1366px) {
        .homepage #fp-nav ul li {
          height: 4.2rem; } }
      @media screen and (max-width: 991px) {
        .homepage #fp-nav ul li {
          height: 3.5rem; } }
      .homepage #fp-nav ul li a {
        display: block;
        width: 100%;
        height: 100%;
        transition: background-color linear 0.25s;
        background-color: #707070; }
        @media (hover: hover) {
          .homepage #fp-nav ul li a:hover {
            background-color: #fff; } }
        .homepage #fp-nav ul li a span {
          display: none; }
        .homepage #fp-nav ul li a.active {
          background-color: #fff; }
      .homepage #fp-nav ul li + li {
        margin-top: 2.4rem; }
        @media screen and (max-width: 1366px) {
          .homepage #fp-nav ul li + li {
            margin-top: 1.55rem; } }
        @media screen and (max-width: 991px) {
          .homepage #fp-nav ul li + li {
            margin-top: 1.1rem; } }
  .homepage .video video {
    opacity: 0;
    transition: opacity ease-out 0.4s; }
    .homepage .video video.active {
      opacity: 1;
      position: fixed; }
    .homepage .video video:last-child {
      height: calc(100% - 12rem);
      object-fit: fill; }
      @media screen and (max-width: 1366px) {
        .homepage .video video:last-child {
          height: calc(100% - 9rem); } }
      @media screen and (max-width: 1279px) {
        .homepage .video video:last-child {
          object-fit: cover;
          height: calc(100% - 9rem); } }
      @media screen and (max-width: 991px) {
        .homepage .video video:last-child {
          height: calc(100% - 7rem); } }
      @media screen and (max-width: 640px) {
        .homepage .video video:last-child {
          height: calc(100% - 22rem); } }
  .homepage .fp-section.active .video {
    opacity: 1; }
  .homepage.is-last #fp-nav {
    top: calc(50% - 12rem); }
    @media screen and (max-width: 1366px) {
      .homepage.is-last #fp-nav {
        top: calc(50% - 9rem); } }
    @media screen and (max-width: 991px) {
      .homepage.is-last #fp-nav {
        top: calc(50% - 7rem); } }
  .homepage.is-last .logo-rounded {
    bottom: calc(4.8rem + 12rem); }
    @media screen and (max-width: 1366px) {
      .homepage.is-last .logo-rounded {
        bottom: calc(2.7rem + 9rem); } }
    @media screen and (max-width: 991px) {
      .homepage.is-last .logo-rounded {
        bottom: calc(2.5rem + 7rem); } }
    @media screen and (max-width: 640px) {
      .homepage.is-last .logo-rounded {
        bottom: calc(2.5rem + 19rem); } }
.contact #fp-nav {
  display: none; }

.contact #symbol {
  font-size: 0.9em;
  position: relative;
  bottom: 0.15em; }

.contact .logo-rounded {
  position: absolute;
  bottom: 4.8rem; }
  @media screen and (max-width: 1366px) {
    .contact .logo-rounded {
      bottom: 3rem; } }
  @media screen and (max-width: 991px) {
    .contact .logo-rounded {
      bottom: 3.5rem; } }
  @media screen and (max-width: 640px) {
    .contact .logo-rounded {
      bottom: 2.6rem; } }
.contact section .content {
  max-width: 100%;
  text-align: center;
  color: #fff; }
  @media screen and (max-width: 640px) {
    .contact section .content {
      max-width: 23.3rem; } }
.contact section .text-content {
  font-size: 8.2rem;
  line-height: 10rem; }
  @media screen and (max-width: 1366px) {
    .contact section .text-content {
      font-size: 6.2rem;
      line-height: 10rem; } }
  @media screen and (max-width: 991px) {
    .contact section .text-content {
      font-size: 4rem;
      line-height: 4.7rem; } }
  @media screen and (max-width: 640px) {
    .contact section .text-content {
      font-size: 2.6rem;
      line-height: 2.7rem; } }
.internal-server-error #fp-nav {
  display: none; }

.internal-server-error .logo-rounded {
  position: sticky;
  top: calc(100vh - 4.8rem - 5.9rem);
  margin-bottom: 4.8rem; }
  @media screen and (max-width: 1366px) {
    .internal-server-error .logo-rounded {
      top: calc(100vh - 4.1rem - 5.9rem);
      margin-bottom: 4.1rem; } }
  @media screen and (max-width: 991px) {
    .internal-server-error .logo-rounded {
      top: calc(100vh - 3.7rem - 5.9rem);
      margin-bottom: 3.7rem; } }
.internal-server-error #error-code {
  font-size: 10rem;
  line-height: 9.6rem; }
  @media screen and (max-width: 1366px) {
    .internal-server-error #error-code {
      font-size: 6rem; } }
  @media screen and (max-width: 640px) {
    .internal-server-error #error-code {
      font-size: 4.4rem; } }
.internal-server-error #error-message {
  margin-top: 5.3rem;
  font-size: 4.5rem;
  line-height: 6.1rem; }
  @media screen and (max-width: 1366px) {
    .internal-server-error #error-message {
      margin-top: 3.6rem;
      font-size: 3rem;
      line-height: 4.2rem; } }
  @media screen and (max-width: 640px) {
    .internal-server-error #error-message {
      margin-top: 3.2rem;
      font-size: 2.4rem;
      line-height: 3.4rem; } }
.internal-server-error #assistance a {
  border-bottom: 1px solid #fff;
  line-height: 1.2; }

.internal-server-error #take-home {
  margin-top: 7.4rem;
  font-size: 2.5rem;
  line-height: 1; }
  @media screen and (max-width: 1366px) {
    .internal-server-error #take-home {
      margin-top: 4.5rem;
      font-size: 2rem; } }
  @media screen and (max-width: 640px) {
    .internal-server-error #take-home {
      margin-top: 4rem;
      font-size: 1.6rem; } }
  .internal-server-error #take-home a .arrow-container {
    width: 1.75rem;
    height: 1.4rem; }
    @media screen and (max-width: 1366px) {
      .internal-server-error #take-home a .arrow-container {
        width: 1.42rem;
        height: 1.13rem; } }
    @media screen and (max-width: 640px) {
      .internal-server-error #take-home a .arrow-container {
        width: 1.1rem;
        height: 0.9rem; } }
.internal-server-error .logo-rounded {
  bottom: 4.8rem; }
  @media screen and (max-width: 1366px) {
    .internal-server-error .logo-rounded {
      bottom: 3rem; } }
  @media screen and (max-width: 991px) {
    .internal-server-error .logo-rounded {
      bottom: 3.5rem; } }
  @media screen and (max-width: 640px) {
    .internal-server-error .logo-rounded {
      bottom: 2.6rem; } }
.not-found #fp-nav {
  display: none; }

.not-found #error-code {
  font-size: 10rem;
  line-height: 9.6rem; }
  @media screen and (max-width: 1366px) {
    .not-found #error-code {
      font-size: 6rem; } }
  @media screen and (max-width: 640px) {
    .not-found #error-code {
      font-size: 4.4rem; } }
.not-found #error-message {
  margin-top: 5.3rem;
  font-size: 4.5rem;
  line-height: 6.1rem; }
  @media screen and (max-width: 1366px) {
    .not-found #error-message {
      margin-top: 3.6rem;
      font-size: 3rem;
      line-height: 4.2rem; } }
  @media screen and (max-width: 640px) {
    .not-found #error-message {
      margin-top: 3.2rem;
      font-size: 2.4rem;
      line-height: 3.4rem; } }
.not-found #assistance a {
  border-bottom: 1px solid #fff;
  line-height: 1.2; }

.not-found #take-home {
  margin-top: 7.4rem;
  font-size: 2.5rem;
  line-height: 1; }
  @media screen and (max-width: 1366px) {
    .not-found #take-home {
      margin-top: 4.5rem;
      font-size: 2rem; } }
  @media screen and (max-width: 640px) {
    .not-found #take-home {
      margin-top: 4rem;
      font-size: 1.6rem; } }
  .not-found #take-home a .arrow-container {
    width: 1.75rem;
    height: 1.4rem;
    margin-top: 3px; }
    @media screen and (max-width: 1366px) {
      .not-found #take-home a .arrow-container {
        width: 1.42rem;
        height: 1.13rem; } }
    @media screen and (max-width: 640px) {
      .not-found #take-home a .arrow-container {
        margin-top: 0;
        width: 1.1rem;
        height: 0.9rem; } }
.not-found .logo-rounded {
  position: sticky;
  top: calc(100vh - 4.8rem - 5.9rem);
  margin-bottom: 4.8rem; }
  @media screen and (max-width: 1366px) {
    .not-found .logo-rounded {
      top: calc(100vh - 4.1rem - 5.9rem);
      margin-bottom: 4.1rem; } }
  @media screen and (max-width: 991px) {
    .not-found .logo-rounded {
      top: calc(100vh - 3.7rem - 5.9rem);
      margin-bottom: 3.7rem; } }
.legal .back-arrow {
  z-index: 1; }

.legal .logo-rounded {
  position: sticky;
  top: calc(100vh - 4.8rem - 5.9rem);
  margin-bottom: 4.8rem; }
  @media screen and (max-width: 1366px) {
    .legal .logo-rounded {
      top: calc(100vh - 4.1rem - 5.9rem);
      margin-bottom: 4.1rem; } }
  @media screen and (max-width: 991px) {
    .legal .logo-rounded {
      top: calc(100vh - 3.7rem - 5.9rem);
      margin-bottom: 3.7rem; } }
@media screen and (max-width: 640px) {
  .legal .content {
    max-width: 24.1rem; } }

.legal #fp-nav {
  display: none; }

.legal #legal {
  padding-top: 0rem;
  padding-bottom: 25rem; }
  @media screen and (max-width: 1366px) {
    .legal #legal {
      padding-top: 16rem;
      padding-bottom: 16.7rem; } }
  @media screen and (max-width: 991px) {
    .legal #legal {
      padding-top: 14rem;
      padding-bottom: 10rem; } }
  @media screen and (max-width: 640px) {
    .legal #legal {
      padding-top: 10rem;
      padding-bottom: 11.4rem; } }
  .legal #legal .title {
    font-size: 6rem;
    line-height: 4.4rem;
    font-weight: 500; }
    @media screen and (max-width: 1366px) {
      .legal #legal .title {
        font-size: 5rem; } }
    @media screen and (max-width: 991px) {
      .legal #legal .title {
        font-size: 3.8rem; } }
    @media screen and (max-width: 640px) {
      .legal #legal .title {
        font-size: 2.8rem; } }
  .legal #legal .legal-content {
    margin-top: 5.3rem;
    font-size: 2rem;
    line-height: 3rem; }
    @media screen and (max-width: 1366px) {
      .legal #legal .legal-content {
        margin-top: 3.6rem;
        font-size: 2.4rem; } }
    @media screen and (max-width: 991px) {
      .legal #legal .legal-content {
        margin-top: 2.5rem;
        font-size: 2rem;
        line-height: 2.4rem; } }
    @media screen and (max-width: 640px) {
      .legal #legal .legal-content {
        margin-top: 2.6rem;
        font-size: 1.8rem;
        line-height: 2.1rem; } }
    .legal #legal .legal-content ul,
    .legal #legal .legal-content ol {
      list-style: disc;
      padding-left: 2.4rem; }
    .legal #legal .legal-content a {
      text-decoration: underline; }

.logo-rounded {
  position: fixed;
  width: 5.9rem;
  height: 5.9rem;
  bottom: 4.8rem;
  left: 4.3rem;
  z-index: 1;
  opacity: 1;
  transition: bottom ease 0.6s, transform ease 0.6s; }
  @media screen and (max-width: 1366px) {
    .logo-rounded {
      width: 4.1rem;
      height: 4.1rem;
      left: 2.7rem;
      bottom: 2.7rem; } }
  @media screen and (max-width: 991px) {
    .logo-rounded {
      width: 3.7rem;
      height: 3.7rem;
      left: 2.5rem;
      bottom: 2.5rem; } }
  @media screen and (max-width: 640px) {
    .logo-rounded {
      left: 1.8rem; } }
  @media (hover: hover) {
    .logo-rounded:hover {
      transform: scale(1.08); } }
  .logo-rounded.cookies-bar-visible {
    display: none; }

.back-arrow {
  width: 2.5rem;
  height: 2rem;
  left: 6rem;
  top: 6rem;
  transition: transform ease 0.3s; }
  @media screen and (max-width: 1366px) {
    .back-arrow {
      width: 1.7rem;
      height: 1.36rem;
      left: 3.4rem;
      top: 3.4rem; } }
  @media screen and (max-width: 640px) {
    .back-arrow {
      left: 2.9rem;
      top: 2.9rem; } }
  @media (hover: hover) {
    .back-arrow:hover {
      transform: scale(1.2); } }
.content {
  max-width: 107rem;
  margin-left: auto;
  margin-right: auto; }
  @media screen and (max-width: 1366px) {
    .content {
      max-width: 75.3rem; } }
  @media screen and (max-width: 991px) {
    .content {
      max-width: 49.1rem; } }
  @media screen and (max-width: 640px) {
    .content {
      max-width: 23.3rem; } }
#take-home .arrow-container {
  left: 0;
  transition: left ease 0.3s; }

@media (hover: hover) {
  #take-home a:hover .arrow-container {
    left: 0.6rem; } }

#cookie-law-info-bar {
  box-shadow: none !important;
  opacity: 0.7 !important; }

.cli-modal-open #cookie-law-info-bar ~ .cli-modal-content.cli-bar-popup {
  position: fixed;
  left: 50%;
  top: 50%;
  width: calc(min(90%, 400px));
  transform: translateY(-50%) translateX(-50%);
  height: max-content;
  z-index: 10001; }

.cli-switch input:checked + .cli-slider {
  background-color: #000 !important; }

.cli-tab-footer .wt-cli-privacy-accept-btn {
  background-color: #000 !important; }

#cookie-law-info-bar ~ .cli-modal-content.cli-bar-popup .cli-modal-close {
  width: 16px;
  align-self: flex-end; }

#cookie-law-info-bar .cli-style-v2 .cli-bar-btn_container .cli-plugin-button {
  background-color: transparent !important;
  color: #fff !important;
  text-decoration: underline;
  font-size: 14px; }

  @media (min-width: 640px) {

    .sm\:flex-row {
      flex-direction: row;
    }

    .sm\:items-center {
      align-items: center;
    }
  }
