/*!************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js!./node_modules/sass-loader/dist/cjs.js!./src/scss/style.scss ***!
  \************************************************************************************************************************************************************************************/
/* --- PADDING SECTION --- */
/*  --- FONT FALL BACK ---  */
/* -- Center Element -- */
/* -- Responsive -- */
/* -- Center Element in Parent with a position relative -- */
/* -- Hidden/Visible -- */
/*  -- Remove Margin and Padding -- */
/* -- Shapes -- */
/* Circle */
/* Triangle */
/* -- Image Filter Effect -- */
/*
// grayscale      ex: filter: grayscale(100%);
// sepia          ex: filter: sepia(100%);
// saturate       ex: filter: saturate(0%);
// hue-rotate     ex: filter: hue-rotate(45deg);
// invert         ex: filter: invert(100%);
// brightness     ex: filter: brightness(15%);
// contrast       ex: filter: contrast(200%);
// blur           ex: filter: blur(2px);
*/
/* Quick Black and White Effect*/
/* Zoom */
/* -- Box-shadow -- */
/* -- Gradient -- */
/* -- Placeholder -- */
/* -- Fluid Font -- */
/* -- FUNCTION --*/
/* -- Calculate width in percent -- */
/* -- Calculate font-size in em -- */
/* -- Quick Color Contrast -- */
/*  --- Variable ---  */
/*  --- Padding ---  */
/*  --- MEDIA QUERIES ---  */
/* Box sizing rules */
*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box; }

/* Remove default padding */
ul[class],
ol[class] {
  padding: 0; }

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
ul[class],
ol[class],
li,
figure,
figcaption,
blockquote,
dl,
dd {
  margin: 0; }

/* Set core body defaults */
body {
  min-height: 100vh;
  scroll-behavior: smooth;
  text-rendering: optimizeSpeed;
  line-height: 1.5; }

/* Remove list styles on ul, ol elements with a class attribute */
ul[class],
ol[class] {
  list-style: none; }

/* A elements that don't have a class get default styles */
a:not([class]) {
  -webkit-text-decoration-skip: ink;
          text-decoration-skip-ink: auto; }

/* Make images easier to work with */
img {
  max-width: 100%;
  display: block; }

/* Natural flow and rhythm in articles by default */
article > * + * {
  margin-top: 1em; }

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit; }

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  * {
    -webkit-animation-duration: 0.01ms !important;
            animation-duration: 0.01ms !important;
    -webkit-animation-iteration-count: 1 !important;
            animation-iteration-count: 1 !important;
    -webkit-transition-duration: 0.01ms !important;
            transition-duration: 0.01ms !important;
    scroll-behavior: auto !important; } }

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

/* Sections
   ========================================================================== */
/**
 * Remove the margin in all browsers.
 */
body {
  margin: 0; }

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

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

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

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

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

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

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

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

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

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

sub {
  bottom: -0.25em; }

sup {
  top: -0.5em; }

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

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

/* !-- WP WYSIWYG Editor Styles -- */
.entry-content img {
  margin: 0 0 1.5em 0; }

.alignleft, img.alignleft {
  margin-right: 1.5em;
  display: inline;
  float: left; }

.alignright, img.alignright {
  margin-left: 1.5em;
  display: inline;
  float: right; }

.aligncenter, img.aligncenter {
  margin-right: auto;
  margin-left: auto;
  display: block;
  clear: both; }

.wp-caption {
  margin-bottom: 1.5em;
  text-align: center;
  padding-top: 5px; }

.wp-caption img {
  border: 0 none;
  padding: 0;
  margin: 0; }

.wp-caption p.wp-caption-text {
  line-height: 1.5;
  font-size: 10px;
  margin: 0; }

.wp-smiley {
  margin: 0 !important; }

.wp-smiley {
  max-height: 1em; }

blockquote.left {
  margin-right: 20px;
  text-align: right;
  margin-left: 0;
  width: 33%;
  float: left; }

blockquote.right {
  margin-left: 20px;
  text-align: left;
  margin-right: 0;
  width: 33%;
  float: right; }

header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
  -webkit-transition: -webkit-transform 1s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
  transition: -webkit-transform 1s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
  transition: transform 1s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
  transition: transform 1s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1), -webkit-transform 1s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
  -webkit-transition: -webkit-transform 1s var(--ease-elastic);
  transition: -webkit-transform 1s var(--ease-elastic);
  transition: transform 1s var(--ease-elastic);
  transition: transform 1s var(--ease-elastic), -webkit-transform 1s var(--ease-elastic); }
  header.up {
    -webkit-transition: -webkit-transform 0.8s;
    transition: -webkit-transform 0.8s;
    transition: transform 0.8s;
    transition: transform 0.8s, -webkit-transform 0.8s;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%); }
  header .nav_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin: 20px auto;
    width: 90%;
    position: relative;
    z-index: 2; }
    header .nav_container .logo {
      width: 250px;
      height: auto; }
      header .nav_container .logo img {
        width: 90px;
        height: auto;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          header .nav_container .logo img {
            width: 69px; } }
    header .nav_container .nav {
      position: relative;
      border-radius: 40px;
      border: 1px solid rgba(255, 255, 255, 0.1);
      background: rgba(0, 0, 0, 0.3);
      -webkit-backdrop-filter: blur(8.5px);
              backdrop-filter: blur(8.5px);
      overflow: hidden;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav_container .nav {
          display: none; } }
      header .nav_container .nav .nav_list {
        position: relative;
        z-index: 2;
        padding: 15px 0px;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex; }
        header .nav_container .nav .nav_list a {
          display: inline;
          color: #FFFFFF;
          margin: 0 25px;
          font-family: "Gantari", sans-serif;
          font-weight: 900;
          font-size: 0.875em;
          text-transform: uppercase;
          -webkit-transition: -webkit-transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
          transition: -webkit-transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
          transition: transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
          transition: transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1), -webkit-transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
          -webkit-transition: -webkit-transform 0.65s var(--ease-elastic);
          transition: -webkit-transform 0.65s var(--ease-elastic);
          transition: transform 0.65s var(--ease-elastic);
          transition: transform 0.65s var(--ease-elastic), -webkit-transform 0.65s var(--ease-elastic); }
          header .nav_container .nav .nav_list a:hover {
            -webkit-transform: scale(0.95);
                    transform: scale(0.95); }
      header .nav_container .nav .bubble {
        position: absolute;
        z-index: 1;
        top: -2px;
        left: -56px;
        width: 56px;
        height: 56px;
        background: #FF006E;
        border-radius: 40px; }
    header .nav_container .cta {
      width: 250px;
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: end;
          -ms-flex-pack: end;
              justify-content: flex-end;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav_container .cta {
          display: none; } }
      header .nav_container .cta .wpml-ls {
        margin-right: 0;
        padding-right: 0;
        border: none; }
        header .nav_container .cta .wpml-ls a {
          border-radius: 50%;
          border: 1px solid rgba(255, 255, 255, 0.1);
          background: rgba(0, 0, 0, 0.3);
          -webkit-backdrop-filter: blur(8.5px);
                  backdrop-filter: blur(8.5px);
          color: #FFFFFF;
          width: 49px;
          height: 49px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          color: #FFFFFF;
          font-family: "Gantari", sans-serif;
          font-weight: 900;
          font-size: 0.875em;
          text-transform: uppercase;
          -webkit-transition: color 0.3s;
          transition: color 0.3s; }
          header .nav_container .cta .wpml-ls a:hover {
            color: #FF006E; }
    header .nav_container .burger {
      display: none;
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        header .nav_container .burger {
          display: block;
          width: 48px;
          height: 48px;
          cursor: pointer;
          background-color: #FF006E;
          border-radius: 50%;
          border: 1px solid rgba(255, 255, 255, 0.1); } }
      header .nav_container .burger .line {
        width: 18px;
        height: 2px;
        background: #FFFFFF;
        -webkit-transition: -webkit-transform 0.3s;
        transition: -webkit-transform 0.3s;
        transition: transform 0.3s;
        transition: transform 0.3s, -webkit-transform 0.3s;
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        -webkit-transform-origin: center;
                transform-origin: center; }
        header .nav_container .burger .line.line_1 {
          -webkit-transform: translate(-50%, -300%);
                  transform: translate(-50%, -300%); }
        header .nav_container .burger .line.line_3 {
          -webkit-transform: translate(-50%, 200%);
                  transform: translate(-50%, 200%); }
      header .nav_container .burger.active .line_1 {
        -webkit-transform: rotate(45deg) translate(-40%, 310%);
                transform: rotate(45deg) translate(-40%, 310%); }
      header .nav_container .burger.active .line_2 {
        width: 0; }
      header .nav_container .burger.active .line_3 {
        -webkit-transform: rotate(-45deg) translate(-30%, -330%);
                transform: rotate(-45deg) translate(-30%, -330%); }
  header .mobile_menu {
    position: fixed;
    top: 0;
    left: 0;
    width: 101%;
    height: 100%;
    background: #0E0E0E;
    color: #FFFFFF;
    z-index: 1;
    display: none; }
    header .mobile_menu .nav_mobile {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      height: 100%;
      padding: 140px 5% 60px 5%; }
    header .mobile_menu .nav_list {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; }
      header .mobile_menu .nav_list a {
        font-size: 32px;
        font-family: "Gantari", sans-serif;
        font-weight: 900;
        text-transform: uppercase;
        margin-bottom: 30px; }
      header .mobile_menu .nav_list .wpml-ls {
        margin-right: 0;
        padding-right: 0;
        border: none; }
        header .mobile_menu .nav_list .wpml-ls a {
          padding: 0;
          margin-bottom: 30px; }
    header .mobile_menu .btn-bounce-text {
      font-size: 32px; }
    header .mobile_menu .btn-bounce-text__wrap {
      padding-top: 20px;
      padding-bottom: 20px; }

footer {
  position: relative;
  background: -webkit-gradient(linear, left top, left bottom, from(#D8004A), color-stop(50%, #FF006F), to(#FF541A));
  background: linear-gradient(180deg, #D8004A 0%, #FF006F 50%, #FF541A 100%);
  color: #FFFFFF;
  overflow: hidden; }
  footer .contact_form {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-top: 90px;
    position: relative;
    z-index: 2; }
    footer .contact_form h2 {
      text-align: center;
      padding-bottom: 40px; }
    footer .contact_form .form {
      background-color: #FFFFFF;
      padding: 40px 10%;
      border-radius: 12px;
      color: #0E0E0E;
      position: relative;
      /* -- @include break(mobile)-- */
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 1280px) {
        footer .contact_form .form {
          padding: 40px; } }
      @media only screen and (max-width: 768px) {
        footer .contact_form .form {
          padding: 20px; } }
      footer .contact_form .form .form_container {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          footer .contact_form .form .form_container {
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column; } }
        footer .contact_form .form .form_container .col_fields {
          width: 37%;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            footer .contact_form .form .form_container .col_fields {
              width: 100%; } }
          footer .contact_form .form .form_container .col_fields > p {
            margin-bottom: 15px; }
            footer .contact_form .form .form_container .col_fields > p:last-of-type {
              margin-bottom: 0; }
        footer .contact_form .form .form_container .col_message {
          width: 60%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            footer .contact_form .form .form_container .col_message {
              width: 100%;
              margin-top: 15px; } }
          footer .contact_form .form .form_container .col_message .message {
            height: 100%;
            -webkit-box-flex: 1;
                -ms-flex: 1;
                    flex: 1;
            margin-bottom: 32px; }
            footer .contact_form .form .form_container .col_message .message textarea, footer .contact_form .form .form_container .col_message .message p, footer .contact_form .form .form_container .col_message .message label {
              height: 100%; }
          footer .contact_form .form .form_container .col_message .submit {
            margin-bottom: -31px; }
            footer .contact_form .form .form_container .col_message .submit input {
              border-radius: 40px;
              background: #FF006E;
              color: #FFFFFF;
              padding: 20px;
              font-size: 0.875rem;
              text-transform: uppercase;
              font-family: "Gantari", sans-serif;
              font-weight: 900;
              cursor: pointer;
              -webkit-transition: -webkit-transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
              transition: -webkit-transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
              transition: transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
              transition: transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1), -webkit-transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
              -webkit-transition: -webkit-transform 0.65s var(--ease-elastic);
              transition: -webkit-transform 0.65s var(--ease-elastic);
              transition: transform 0.65s var(--ease-elastic);
              transition: transform 0.65s var(--ease-elastic), -webkit-transform 0.65s var(--ease-elastic); }
              footer .contact_form .form .form_container .col_message .submit input:hover {
                -webkit-transform: scale(0.95);
                        transform: scale(0.95); }
        footer .contact_form .form .form_container .required-asterisk {
          color: #FF006E; }
        footer .contact_form .form .form_container input, footer .contact_form .form .form_container textarea {
          width: 100%;
          border-radius: 10px;
          background: #F8F8F8;
          outline: none;
          -webkit-box-shadow: none;
                  box-shadow: none;
          border: 1px solid rgba(255, 0, 110, 0);
          -webkit-transition: all 0.3s;
          transition: all 0.3s;
          padding: 15px;
          margin-top: 15px; }
          footer .contact_form .form .form_container input:focus, footer .contact_form .form .form_container textarea:focus {
            border: 1px solid #ff006e; }
          footer .contact_form .form .form_container input::-webkit-input-placeholder, footer .contact_form .form .form_container textarea::-webkit-input-placeholder {
            color: rgba(14, 14, 14, 0.2); }
          footer .contact_form .form .form_container input::-moz-placeholder, footer .contact_form .form .form_container textarea::-moz-placeholder {
            color: rgba(14, 14, 14, 0.2); }
          footer .contact_form .form .form_container input:-ms-input-placeholder, footer .contact_form .form .form_container textarea:-ms-input-placeholder {
            color: rgba(14, 14, 14, 0.2); }
          footer .contact_form .form .form_container input::-ms-input-placeholder, footer .contact_form .form .form_container textarea::-ms-input-placeholder {
            color: rgba(14, 14, 14, 0.2); }
          footer .contact_form .form .form_container input::placeholder, footer .contact_form .form .form_container textarea::placeholder {
            color: rgba(14, 14, 14, 0.2); }
      footer .contact_form .form .wpcf7-response-output {
        padding: 0 !important;
        border: none !important;
        margin-left: 0 !important; }
      footer .contact_form .form .wpcf7 form.sent .wpcf7-response-output {
        position: absolute;
        top: -1em;
        left: 0;
        right: 0;
        bottom: 0;
        background-color: rgba(250, 250, 250, 0.9);
        text-align: center;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        font-size: 2em; }
  footer .canvas_container {
    position: relative; }
    footer .canvas_container canvas {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 1; }
  footer .powerup {
    padding-top: 70px;
    font-family: "Gantari", sans-serif;
    font-weight: 900;
    text-align: center;
    font-size: 23vw;
    line-height: 100%;
    margin-left: -1.5vw;
    letter-spacing: -0.03em; }
  footer .footer_nav {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-top: 50px;
    text-transform: uppercase;
    font-size: 14px;
    z-index: 2;
    position: relative;
    pointer-events: none;
    padding-bottom: 120px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .footer_nav {
        padding-bottom: 80px; } }
    footer .footer_nav a {
      pointer-events: all; }
    footer .footer_nav .socials {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; }
      footer .footer_nav .socials a {
        margin-right: 30px;
        -webkit-transition: -webkit-transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
        transition: -webkit-transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
        transition: transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
        transition: transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1), -webkit-transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
        -webkit-transition: -webkit-transform 0.65s var(--ease-elastic);
        transition: -webkit-transform 0.65s var(--ease-elastic);
        transition: transform 0.65s var(--ease-elastic);
        transition: transform 0.65s var(--ease-elastic), -webkit-transform 0.65s var(--ease-elastic); }
        footer .footer_nav .socials a:last-child {
          margin-right: 0; }
        footer .footer_nav .socials a:hover {
          -webkit-transform: scale(0.95);
                  transform: scale(0.95); }
  footer .canvas_anime {
    width: 100%;
    height: 50vh;
    z-index: 2; }
    footer .canvas_anime .logo_sample {
      display: none;
      opacity: 0; }
  footer .legal {
    background-color: #0E0E0E;
    width: 100%;
    padding-left: 3%;
    padding-right: 3%;
    padding-top: 20px;
    padding-bottom: 35px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    color: #FFFFFF;
    position: relative;
    z-index: 2;
    font-size: 14px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .legal {
        font-size: 8px; } }
    footer .legal .scroll_top {
      cursor: pointer;
      -webkit-transition: all 0.3s;
      transition: all 0.3s;
      display: -webkit-inline-box;
      display: -ms-inline-flexbox;
      display: inline-flex;
      -webkit-box-align: end;
          -ms-flex-align: end;
              align-items: flex-end; }
      footer .legal .scroll_top svg {
        margin-left: 8px;
        margin-bottom: 4px; }
        footer .legal .scroll_top svg path {
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
      footer .legal .scroll_top:hover {
        color: #FF006E; }
        footer .legal .scroll_top:hover svg path {
          fill: #FF006E;
          stroke: #FF006E; }

html {
  overflow-x: hidden;
  overflow-y: scroll;
  width: 100vw;
  background-color: #0E0E0E;
  overflow: -moz-scrollbars-none;
  -ms-overflow-style: none;
  min-height: -webkit-fill-available; }
  html.overflow {
    overflow: hidden; }
  html::-webkit-scrollbar {
    width: 0 !important; }

body:not(.wp-admin) {
  position: relative;
  background-color: #FFFFFF;
  color: #0E0E0E;
  font-size: 16px;
  /* -- @include break(mobile)-- */
  font-family: "Roboto", sans-serif;
  font-weight: 400;
  font-style: normal;
  min-height: 100vh;
  min-height: -webkit-fill-available; }
  body:not(.wp-admin).overflow {
    overflow: hidden; }
  @media only screen and (max-width: 768px) {
    body:not(.wp-admin) {
      position: relative;
      font-size: 16px;
      width: 100vw; } }

.loader {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  height: 100vh;
  z-index: 9999;
  z-index: 9999999999;
  background-color: #0E0E0E; }
  .loader .loader_bg {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }
    .loader .loader_bg .bg {
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      z-index: 1;
      background: -webkit-gradient(linear, left top, left bottom, from(#D8004A), color-stop(50%, #FF006F), to(#FF541A));
      background: linear-gradient(180deg, #D8004A 0%, #FF006F 50%, #FF541A 100%);
      -webkit-transform: translateY(100%);
              transform: translateY(100%); }
  .loader .loader_inner {
    z-index: 2;
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 100%;
    width: 100%; }
    .loader .loader_inner svg {
      width: 190px;
      height: auto; }

.container {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1205px; }

.container_lg {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  max-width: 1360px; }

section {
  overflow: hidden;
  width: 100%; }

.flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between; }
  .flex > * {
    width: 50%; }

.mobile {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .mobile {
      display: block; } }

.desktop {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .desktop {
      display: none; } }

a {
  color: inherit;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }

h1 a, h2 a, h3 a, h4 a {
  color: inherit;
  text-decoration: none; }

.ghost {
  height: 0 !important;
  padding: 0 !important;
  margin: 0 !important;
  border: none !important; }

iframe, .video-stream, .html5-video-player {
  pointer-events: none !important; }

h1, .title-h1 {
  margin: 0;
  padding: 0;
  font-family: "Gantari", sans-serif;
  font-weight: 900;
  font-size: 5.5em;
  line-height: 110%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h1, .title-h1 {
      font-size: 3.75em;
      line-height: 100%; } }

h2, .title-h2 {
  margin: 0;
  padding: 0;
  font-family: "Gantari", sans-serif;
  font-weight: 900;
  font-size: 3em;
  line-height: 120%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h2, .title-h2 {
      font-size: 2em; } }

h3, .title-h3 {
  font-family: "Gantari", sans-serif;
  font-weight: 900;
  font-size: 2em;
  line-height: 120%;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h3, .title-h3 {
      font-size: 1.5em; } }

h4, .title-h4 {
  font-family: "Gantari", sans-serif;
  font-weight: 900;
  font-size: 1.5em;
  line-height: 140%;
  text-transform: uppercase;
  margin: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h4, .title-h4 {
      font-size: 1.15em; } }

.grecaptcha-badge {
  visibility: hidden; }

.bg_white {
  background-color: #FFFFFF; }

.bg_dark {
  background-color: #0E0E0E; }

:root {
  --ease-elastic: linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1); }

.btn-bounce {
  padding: 0px 18px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 42px;
  color: #FFFFFF;
  line-height: 100%;
  font-size: 14px;
  text-transform: uppercase;
  font-family: "Gantari", sans-serif;
  font-weight: 900;
  position: relative; }
  .btn-bounce .btn-bounce-bg {
    z-index: 0;
    background-color: #FF006E;
    border-radius: 42px;
    position: absolute;
    top: 0%;
    right: 0%;
    bottom: 0%;
    left: 0%;
    pointer-events: none; }
  .btn-bounce .btn-bounce-text {
    z-index: 1;
    display: block;
    position: relative;
    pointer-events: none; }
  .btn-bounce .btn-bounce-text__wrap {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    overflow: hidden;
    pointer-events: none; }

.btn-bounce,
.btn-bounce-text,
.btn-bounce-text__wrap {
  -webkit-transition: -webkit-transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
  transition: -webkit-transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
  transition: transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
  transition: transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1), -webkit-transform 0.65s linear(0, 0.55 7.5%, 0.85 12%, 0.95 14%, 1.03 16.5%, 1.09 20%, 1.13 22%, 1.14 23%, 1.15 24.5%, 1.15 26%, 1.13 28%, 1.11 31%, 1.05 39%, 1.02 43%, 0.99 47%, 0.98 52%, 0.97 59%, 1.002 81%, 1);
  -webkit-transition: -webkit-transform 0.65s var(--ease-elastic);
  transition: -webkit-transform 0.65s var(--ease-elastic);
  transition: transform 0.65s var(--ease-elastic);
  transition: transform 0.65s var(--ease-elastic), -webkit-transform 0.65s var(--ease-elastic); }

/* Fake a duplicate text element using text shadow without blur  */
/* We save the distance in a variable for easy use in the CSS animation */
.btn-bounce-text {
  --text-duplicate-distance: 3em;
  text-shadow: 0px var(--text-duplicate-distance) currentColor; }

/* Scale down the button and rotate it slightly */
.btn-bounce:hover {
  -webkit-transform: scale(0.92) rotate(-3deg);
          transform: scale(0.92) rotate(-3deg); }

/* Rotate the text wrapper in the opposite direction so it appears straight */
.btn-bounce:hover .btn-bounce-text__wrap {
  -webkit-transform: rotate(3deg);
          transform: rotate(3deg); }

/* Move up the text span to reveal its text-shadow */
a.link {
  color: #FF006E;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  text-transform: uppercase;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s; }
  a.link svg {
    margin-left: 12px; }
    a.link svg path {
      -webkit-transition: all 0.3s;
      transition: all 0.3s; }

.title_top {
  padding-right: 40%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .title_top {
      padding-right: 0%; } }
  .title_top .txt {
    /* -- @include break(mobile)-- */ }

.ptop-small {
  padding-top: 40px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .ptop-small {
      padding-top: 20px; } }

.ptop-medium {
  padding-top: 70px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .ptop-medium {
      padding-top: 40px; } }

.ptop-big {
  padding-top: 140px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .ptop-big {
      padding-top: 80px; } }

.pbottom-small {
  padding-bottom: 40px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .pbottom-small {
      padding-bottom: 20px; } }

.pbottom-medium {
  padding-bottom: 70px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .pbottom-medium {
      padding-bottom: 40px; } }

.pbottom-big {
  padding-bottom: 140px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .pbottom-big {
      padding-bottom: 80px; } }

.popup {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  display: none;
  z-index: 999999;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .popup .inner {
    position: absolute;
    width: 80%;
    height: 80vh;
    -webkit-transform-origin: center;
            transform-origin: center;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 50%;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    z-index: 2;
    pointer-events: none; }
  .popup .video_wrap {
    pointer-events: all;
    width: 100%;
    position: relative;
    padding-bottom: 56.25%;
    /* 16:9 */
    height: 0; }
    .popup .video_wrap iframe, .popup .video_wrap video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%; }
  .popup .close {
    position: absolute;
    top: 20px;
    right: 20px;
    cursor: pointer;
    z-index: 2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transition: all 0.4s;
    transition: all 0.4s; }
    .popup .close span {
      font-style: italic; }
    .popup .close svg path {
      -webkit-transition: all 0.4s;
      transition: all 0.4s; }
    .popup .close:hover {
      color: #FF006E; }
      .popup .close:hover svg path {
        fill: #FF006E;
        stroke: #FF006E; }
  .popup .bg {
    background: rgba(14, 14, 14, 0.9);
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 1; }

.quatre-cent-quatre .container {
  width: 90%;
  max-width: 1055px;
  margin-left: auto;
  margin-right: auto;
  min-height: calc(100vh - 185px);
  text-align: left;
  height: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }

.quatre-cent-quatre h1 {
  font-size: 10em;
  line-height: 1em;
  margin: 0;
  padding-bottom: 0.3em; }

.quatre-cent-quatre h2 {
  font-size: 2.5em; }

.module-01-hero {
  background-color: #0E0E0E;
  color: #FFFFFF;
  height: 100vh;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  padding-bottom: 60px;
  padding-right: 15%;
  padding-left: 5%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-01-hero {
      padding-bottom: 20vh;
      padding-right: 5%; } }
  .module-01-hero .arrow {
    position: absolute;
    cursor: pointer;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    left: auto;
    right: 5%;
    bottom: 60px;
    width: 15px;
    height: 15px; }
  .module-01-hero h4 {
    padding-top: 40px;
    color: #FF006E;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-hero h4 {
        padding-top: 32px; } }
  .module-01-hero .hero_title {
    position: relative;
    z-index: 2;
    font-size: 1vw;
    /* -- @include break(mobile)-- */ }
    .module-01-hero .hero_title span {
      opacity: 0; }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01-hero .hero_title {
        font-size: 16px;
        position: absolute;
        bottom: 15vh; } }
  .module-01-hero .hero_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%; }
    .module-01-hero .hero_video video {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }

.module-01-hero.fixed {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  z-index: 1; }

.home_container {
  position: relative;
  z-index: 2;
  background-color: #FFFFFF;
  border-radius: 10px 10px 0px 0px;
  width: calc(100% + 1px); }
  .home_container section {
    margin-bottom: -1px; }

.module-02-intro {
  padding: 190px 0;
  font-size: 4em;
  overflow: hidden;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .module-02-intro {
      padding: 80px 0;
      font-size: 2.25em; } }

.module-03-what-we-do {
  background-color: #0E0E0E;
  color: #FFFFFF;
  text-align: center; }
  .module-03-what-we-do .text_container {
    max-width: 716px;
    padding-bottom: 75px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-03-what-we-do .text_container {
        padding-bottom: 60px; } }
    .module-03-what-we-do .text_container .txt {
      font-size: 1.5em;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-03-what-we-do .text_container .txt {
          font-size: 1em; } }
    .module-03-what-we-do .text_container .subtitle {
      font-size: 1.5em;
      color: #FF006E;
      padding-top: 85px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-03-what-we-do .text_container .subtitle {
          font-size: 1em;
          padding-top: 65px; } }
  .module-03-what-we-do .content_container {
    max-width: 90%;
    font-size: max(2em, min(8.4vw, 7.5em));
    line-height: 100%;
    font-family: "Gantari", sans-serif;
    font-weight: 900;
    text-transform: uppercase; }
    .module-03-what-we-do .content_container .content_wrap {
      padding-bottom: 80px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-03-what-we-do .content_container .content_wrap {
          padding-bottom: 60px; } }
      .module-03-what-we-do .content_container .content_wrap .words_wrap {
        position: relative;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.74%, #ED196F), color-stop(38.81%, #EF3A52), color-stop(75%, #F26430));
        background: linear-gradient(180deg, #ED196F -14.74%, #EF3A52 38.81%, #F26430 75%);
        background-clip: text;
        -webkit-background-clip: text;
        -webkit-text-fill-color: transparent; }
        .module-03-what-we-do .content_container .content_wrap .words_wrap:last-of-type {
          padding-bottom: 0;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-03-what-we-do .content_container .content_wrap .words_wrap:last-of-type {
              padding-bottom: 0; } }
        .module-03-what-we-do .content_container .content_wrap .words_wrap .word_ghost {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0; }
          .module-03-what-we-do .content_container .content_wrap .words_wrap .word_ghost:first-of-type {
            position: relative;
            opacity: 1; }

.module-04-case-studies {
  padding-top: 10vh;
  position: relative;
  overflow: visible;
  overflow: initial;
  background-color: #0E0E0E; }
  .module-04-case-studies .markers_wrapper {
    margin-top: -100vh;
    padding-bottom: 100vh;
    -ms-scroll-snap-type: y mandatory;
        scroll-snap-type: y mandatory; }
  .module-04-case-studies .marker {
    scroll-snap-align: center;
    height: 200vh;
    width: 100%; }
    .module-04-case-studies .marker:first-child {
      height: 150vh; }
  .module-04-case-studies .case-studies_container {
    position: sticky;
    top: 0;
    height: 100vh;
    width: 100vw;
    left: 0; }
    .module-04-case-studies .case-studies_container .case-study {
      overflow: hidden;
      height: 100vh;
      width: 100vw;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0; }
      .module-04-case-studies .case-studies_container .case-study .bg {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 100%; }
        .module-04-case-studies .case-studies_container .case-study .bg video, .module-04-case-studies .case-studies_container .case-study .bg img {
          position: absolute;
          top: 50%;
          left: 50%;
          -webkit-transform: translate(-50%, -50%);
                  transform: translate(-50%, -50%);
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .module-04-case-studies .case-studies_container .case-study .content {
        position: relative;
        z-index: 2;
        width: 90%;
        margin-left: auto;
        margin-right: auto;
        height: 100%;
        padding-top: 5vw;
        padding-bottom: 5vw;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column;
        -webkit-box-align: start;
            -ms-flex-align: start;
                align-items: flex-start;
        -webkit-box-pack: justify;
            -ms-flex-pack: justify;
                justify-content: space-between; }
        .module-04-case-studies .case-studies_container .case-study .content .box {
          /* -- @include break(mobile)-- */ }
          .module-04-case-studies .case-studies_container .case-study .content .box .inner {
            border-radius: 10px;
            border: 1px solid rgba(255, 255, 255, 0.1);
            background: rgba(14, 3, 42, 0.3);
            -webkit-backdrop-filter: blur(18.5px);
                    backdrop-filter: blur(18.5px);
            padding: 40px;
            color: #FFFFFF;
            -webkit-perspective: 1000px;
                    perspective: 1000px;
            -webkit-transform-style: preserve-3d;
                    transform-style: preserve-3d;
            opacity: 0; }
          @media only screen and (max-width: 768px) {
            .module-04-case-studies .case-studies_container .case-study .content .box {
              padding: 0px; } }
        .module-04-case-studies .case-studies_container .case-study .content .top_row .box {
          max-width: 550px; }
        .module-04-case-studies .case-studies_container .case-study .content .top_row .title-h2 {
          line-height: 100%; }
        .module-04-case-studies .case-studies_container .case-study .content .top_row .txt {
          padding-top: 30px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-04-case-studies .case-studies_container .case-study .content .top_row .txt {
              padding-top: 55px; } }
        .module-04-case-studies .case-studies_container .case-study .content .bottom_row {
          width: 100%;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: end;
              -ms-flex-pack: end;
                  justify-content: flex-end;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 768px) {
            .module-04-case-studies .case-studies_container .case-study .content .bottom_row {
              width: calc(100% + 12px);
              margin-left: -6px;
              margin-right: -6px;
              -webkit-box-pack: justify;
                  -ms-flex-pack: justify;
                      justify-content: space-between; } }
          .module-04-case-studies .case-studies_container .case-study .content .bottom_row .box {
            max-width: 550px; }
          .module-04-case-studies .case-studies_container .case-study .content .bottom_row .key_box .inner {
            width: 200px;
            height: 200px;
            margin-left: 6px;
            padding: 20px;
            display: -webkit-box;
            display: -ms-flexbox;
            display: flex;
            -webkit-box-orient: vertical;
            -webkit-box-direction: normal;
                -ms-flex-direction: column;
                    flex-direction: column;
            -webkit-box-pack: center;
                -ms-flex-pack: center;
                    justify-content: center;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            text-align: center;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .module-04-case-studies .case-studies_container .case-study .content .bottom_row .key_box .inner {
                width: 100px;
                height: 100px;
                font-size: 0.75em;
                padding: 5px;
                margin-right: 6px; } }
            .module-04-case-studies .case-studies_container .case-study .content .bottom_row .key_box .inner .number {
              line-height: 100%;
              font-size: 2em;
              /* -- @include break(mobile)-- */ }
              @media only screen and (max-width: 768px) {
                .module-04-case-studies .case-studies_container .case-study .content .bottom_row .key_box .inner .number {
                  font-size: 1.7em; } }
            .module-04-case-studies .case-studies_container .case-study .content .bottom_row .key_box .inner .txt {
              padding-top: 15px;
              /* -- @include break(mobile)-- */ }
              @media only screen and (max-width: 768px) {
                .module-04-case-studies .case-studies_container .case-study .content .bottom_row .key_box .inner .txt {
                  padding-top: 6px;
                  line-height: 100%;
                  font-size: 11px; } }
          .module-04-case-studies .case-studies_container .case-study .content .bottom_row .img_box .inner {
            margin-right: 6px;
            margin-left: 6px;
            width: 550px;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .module-04-case-studies .case-studies_container .case-study .content .bottom_row .img_box .inner {
                width: 100%; } }
            .module-04-case-studies .case-studies_container .case-study .content .bottom_row .img_box .inner .media {
              position: relative;
              padding-bottom: 46%;
              border-radius: 12px;
              -webkit-perspective: preserve-3d;
                      perspective: preserve-3d; }
            .module-04-case-studies .case-studies_container .case-study .content .bottom_row .img_box .inner img, .module-04-case-studies .case-studies_container .case-study .content .bottom_row .img_box .inner video {
              -webkit-perspective: preserve-3d;
                      perspective: preserve-3d;
              position: absolute;
              top: 50%;
              left: 50%;
              -webkit-transform: translate(-50%, -50%);
                      transform: translate(-50%, -50%);
              width: 100%;
              height: 100%;
              -o-object-fit: cover;
                 object-fit: cover;
              border-radius: 12px; }
            .module-04-case-studies .case-studies_container .case-study .content .bottom_row .img_box .inner .txt {
              padding-top: 15px; }


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