/*!************************************************************************************************************************************************************************************!*\
  !*** 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: 180px;
      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);
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 1280px) {
            header .nav_container .nav .nav_list a {
              margin: 0 15px;
              font-size: 0.75em; } }
          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: 180px;
      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 .current-page {
        color: #FF006E; }
      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 .info_container {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    margin-bottom: 24px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      footer .info_container {
        margin-bottom: 0;
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    footer .info_container .info_box {
      width: calc(33% - 13px);
      /* -- @include break(mobile)-- */
      background-color: #FFFFFF;
      padding: 30px;
      border-radius: 12px;
      color: #0E0E0E; }
      @media only screen and (max-width: 768px) {
        footer .info_container .info_box {
          width: 100%;
          margin-bottom: 24px; } }
      footer .info_container .info_box .title {
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-align: center;
            -ms-flex-align: center;
                align-items: center;
        margin-bottom: 20px;
        text-transform: uppercase;
        color: #FF006E;
        line-height: 1em; }
        footer .info_container .info_box .title h6 {
          font-family: "Gantari", sans-serif;
          font-weight: 900;
          line-height: 1em;
          padding-bottom: 0px; }
        footer .info_container .info_box .title svg {
          margin-right: 8px; }
      footer .info_container .info_box .text {
        font-size: 0.875rem; }
        footer .info_container .info_box .text a {
          display: block;
          color: #0E0E0E;
          -webkit-transition: all 0.3s;
          transition: all 0.3s; }
          footer .info_container .info_box .text a:hover {
            color: #FF006E; }
      footer .info_container .info_box.info_mail a:first-of-type {
        padding-bottom: 15px; }
  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 fieldset {
        padding: 0;
        margin: 0;
        border: none; }
      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_fields .frm_form_field {
            margin-bottom: 15px;
            position: relative; }
            footer .contact_form .form .form_container .col_fields .frm_form_field: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, footer .contact_form .form .form_container .col_message .textarea_field {
            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, footer .contact_form .form .form_container .col_message .textarea_field textarea, footer .contact_form .form .form_container .col_message .textarea_field p, footer .contact_form .form .form_container .col_message .textarea_field label {
              height: 100%; }
            footer .contact_form .form .form_container .col_message .message label, footer .contact_form .form .form_container .col_message .textarea_field label {
              height: 0 !important; }
          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 .col_message .frm_button_submit {
            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);
            width: 100%;
            border: none;
            margin-top: 15px;
            margin-bottom: 0; }
            footer .contact_form .form .form_container .col_message .frm_button_submit:hover {
              -webkit-transform: scale(0.95);
                      transform: scale(0.95); }
        footer .contact_form .form .form_container .frm_required {
          color: #FF006E; }
        footer .contact_form .form .form_container .frm_error {
          color: #FF006E;
          font-size: 12px; }
        footer .contact_form .form .form_container .iti.iti--container.iti--inline-dropdown.iti--country-search {
          top: 100% !important;
          left: 0 !important; }
        footer .contact_form .form .form_container .form-field {
          margin-bottom: 0; }
        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 {
  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; }

@-webkit-keyframes loaderBg {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

@keyframes loaderBg {
  0% {
    -webkit-transform: translateY(100%);
            transform: translateY(100%); }
  100% {
    -webkit-transform: translateY(0%);
            transform: translateY(0%); } }

.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; } }

.tablet {
  display: none;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .tablet {
      display: block; } }

.desktop-tablet {
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    .desktop-tablet {
      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; } }

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

h6, .title-h6 {
  font-family: "Roboto", sans-serif;
  font-weight: 500;
  font-size: 1.11em;
  line-height: 120%;
  margin: 0;
  padding-bottom: 8px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
    h6, .title-h6 {
      font-size: 1.125em; } }

.grecaptcha-badge {
  visibility: hidden; }

.bg_white {
  background-color: #FFFFFF; }

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

.bg_pink {
  background-color: #FF006E;
  color: #FFFFFF; }

.bg_gradient {
  background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.74%, #ED196F), color-stop(38.81%, #EF3A52), color-stop(96.83%, #F26430));
  background: linear-gradient(180deg, #ED196F -14.74%, #EF3A52 38.81%, #F26430 96.83%); }

.text-white {
  color: #FFFFFF; }

.text-black, .text-dark {
  color: #0E0E0E; }

.text-grey {
  color: #666; }

.text-pink {
  color: #FF006E; }

: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, .btn {
  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, .btn .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, .btn .btn-bounce-text {
    z-index: 1;
    display: block;
    position: relative;
    pointer-events: none; }
  .btn-bounce .btn-bounce-text__wrap, .btn .btn-bounce-text__wrap {
    padding-top: 1.25em;
    padding-bottom: 1.25em;
    overflow: hidden;
    pointer-events: none; }
  .btn-bounce.btn-blue .btn-bounce-bg, .btn.btn-blue .btn-bounce-bg {
    background-color: #0E032A; }

.btn-bounce, .btn,
.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) !important;
  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) !important;
  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) !important;
  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) !important;
  -webkit-transition: -webkit-transform 0.65s var(--ease-elastic) !important;
  transition: -webkit-transform 0.65s var(--ease-elastic) !important;
  transition: transform 0.65s var(--ease-elastic) !important;
  transition: transform 0.65s var(--ease-elastic), -webkit-transform 0.65s var(--ease-elastic) !important; }

.btn-bounce-text {
  --text-duplicate-distance: 3em;
  text-shadow: 0px var(--text-duplicate-distance) currentColor; }

.btn-bounce:hover, .btn:hover {
  -webkit-transform: scale(0.92) rotate(-3deg) !important;
          transform: scale(0.92) rotate(-3deg) !important; }

.btn-bounce:hover .btn-bounce-text__wrap, .btn:hover .btn-bounce-text__wrap {
  -webkit-transform: rotate(3deg) !important;
          transform: rotate(3deg) !important; }

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; }

.transition {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 999999;
  pointer-events: none; }
  .transition .rect {
    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%); }

.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;
    z-index: 8;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-hero .arrow {
        display: none; } }
  .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 h4.text-white {
      color: #FFFFFF; }
    .module-01-hero h4.text-black {
      color: #0E0E0E; }
    .module-01-hero h4.text-pink {
      color: #FF006E; }
  .module-01-hero .hero_title {
    position: relative;
    z-index: 3;
    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_title.text-white {
      color: #FFFFFF; }
    .module-01-hero .hero_title.text-black {
      color: #0E0E0E; }
    .module-01-hero .hero_title.text-pink {
      color: #FF006E; }
    .module-01-hero .hero_title br {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-hero .hero_title br {
          display: none; } }
  .module-01-hero .hero_text {
    position: relative;
    z-index: 3;
    padding-top: 60px;
    color: #FFFFFF;
    font-size: 1.5rem;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-01-hero .hero_text {
        font-size: 1rem; } }
    .module-01-hero .hero_text.text-white {
      color: #FFFFFF; }
    .module-01-hero .hero_text.text-black {
      color: #0E0E0E; }
    .module-01-hero .hero_text.text-pink {
      color: #FF006E; }
    .module-01-hero .hero_text br {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-hero .hero_text br {
          display: none; } }
  .module-01-hero .hero_video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .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 .hero_image {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }
    .module-01-hero .hero_image img {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      -o-object-fit: cover;
         object-fit: cover; }
  .module-01-hero .filter {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    pointer-events: none; }
  .module-01-hero.hero-type_none {
    height: auto;
    padding-top: 205px;
    background-color: #FFFFFF;
    padding-right: 35%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-01-hero.hero-type_none {
        padding-top: 160px;
        padding-bottom: 40px;
        padding-right: 5%;
        padding-left: 5%; } }
    .module-01-hero.hero-type_none .hero_title {
      color: #0E0E0E;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-01-hero.hero-type_none .hero_title {
          font-size: 16px;
          position: relative;
          bottom: auto; } }
      .module-01-hero.hero-type_none .hero_title.text-black {
        color: #0E0E0E; }
      .module-01-hero.hero-type_none .hero_title.text-pink {
        color: #FF006E; }
    .module-01-hero.hero-type_none h4 {
      padding-right: 40%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-01-hero.hero-type_none h4 {
          padding-right: 0%; } }
      .module-01-hero.hero-type_none h4.text-black {
        color: #0E0E0E; }
      .module-01-hero.hero-type_none h4.text-pink {
        color: #FF006E; }
    .module-01-hero.hero-type_none .hero_text {
      color: #0E0E0E; }
      .module-01-hero.hero-type_none .hero_text.text-black {
        color: #0E0E0E; }
      .module-01-hero.hero-type_none .hero_text.text-pink {
        color: #FF006E; }
    .module-01-hero.hero-type_none .arrow {
      display: none; }

.module-01-hero.fixed {
  position: sticky;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  margin-bottom: 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-text-image .container_lg, .module-03-text-image .container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-03-text-image .container_lg, .module-03-text-image .container {
      -webkit-box-orient: vertical !important;
      -webkit-box-direction: normal !important;
          -ms-flex-direction: column !important;
              flex-direction: column !important; } }

.module-03-text-image .content {
  width: 42%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-03-text-image .content {
      width: 100% !important; } }
  .module-03-text-image .content h6 {
    padding-top: 20px; }
  .module-03-text-image .content .txt {
    padding-top: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-03-text-image .content .txt {
        padding-top: 32px; } }
  .module-03-text-image .content .btn {
    margin-top: 32px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-03-text-image .content .btn {
        margin-top: 20px; } }

.module-03-text-image .media {
  width: 50%;
  border-radius: 16px;
  overflow: hidden;
  position: relative;
  padding-bottom: 50%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-03-text-image .media {
      width: 100% !important;
      padding-bottom: 100% !important; }
    .module-03-text-image .media {
      margin-top: 40px; } }
  .module-03-text-image .media img, .module-03-text-image .media video {
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover; }

.module-03-text-image.layout_left .container_lg, .module-03-text-image.layout_left .container {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse; }

.module-03-text-image.layout_left.size_leftSmall .media {
  width: 37%;
  padding-bottom: 37%; }

.module-03-text-image.layout_left.size_leftSmall .content {
  width: 55%; }

.module-03-text-image.layout_right.size_leftSmall .media {
  width: 55%;
  padding-bottom: 55%; }

.module-03-text-image.layout_right.size_leftSmall .content {
  width: 37%; }

.module-03-text-image.layout_right.size_leftBig .media {
  width: 37%;
  padding-bottom: 37%; }

.module-03-text-image.layout_right.size_leftBig .content {
  width: 55%; }

.module-03-text-image.layout_left.size_leftBig .media {
  width: 55%;
  padding-bottom: 55%; }

.module-03-text-image.layout_left.size_leftBig .content {
  width: 37%; }

.module-04-text-2-col .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) {
    .module-04-text-2-col .container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-04-text-2-col .container .col {
    width: 46%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-04-text-2-col .container .col {
        width: 100%; }
        .module-04-text-2-col .container .col:first-of-type {
          margin-bottom: 60px; } }
    .module-04-text-2-col .container .col .title {
      font-family: "Roboto", sans-serif;
      font-weight: 400;
      padding-bottom: 35px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-04-text-2-col .container .col .title {
          padding-bottom: 30px; } }
    .module-04-text-2-col .container .col .btn {
      margin-top: 32px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-04-text-2-col .container .col .btn {
          margin-top: 20px; } }

.module-05-txt .text_container .title {
  padding-bottom: 35px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-05-txt .text_container .title {
      padding-bottom: 30px; } }

.module-05-txt .text_container .btn {
  margin-top: 32px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-05-txt .text_container .btn {
      margin-top: 20px; } }

.module-05-txt .text_container.size_half.align_left {
  padding-right: 46%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-05-txt .text_container.size_half.align_left {
      padding-right: 0; } }

.module-05-txt .text_container.size_big.align_left {
  padding-right: 30%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-05-txt .text_container.size_big.align_left {
      padding-right: 0; } }

.module-05-txt .text_container.size_half.align_right {
  padding-left: 46%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-05-txt .text_container.size_half.align_right {
      padding-left: 0; } }

.module-05-txt .text_container.size_big.align_right {
  padding-left: 30%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-05-txt .text_container.size_big.align_right {
      padding-left: 0; } }

.module-05-txt .text_container.size_big.align_center {
  padding-right: 15%;
  padding-left: 15%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-05-txt .text_container.size_big.align_center {
      padding-left: 0;
      padding-right: 0; } }

.module-05-txt .text_container.size_half.align_center {
  padding-right: 23%;
  padding-left: 23%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-05-txt .text_container.size_half.align_center {
      padding-left: 0;
      padding-right: 0; } }

.module-05-txt .text_container.align_center {
  text-align: center; }

.module-05-txt .text_container.align_left {
  text-align: left; }

.module-05-txt .text_container.align_right {
  text-align: right; }

.module-06-video {
  overflow: visible; }
  .module-06-video .video_container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    line-height: 0; }
    .module-06-video .video_container video {
      width: 100%;
      height: auto; }
    .module-06-video .video_container .placeholder {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 2; }
      .module-06-video .video_container .placeholder video, .module-06-video .video_container .placeholder img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .module-06-video .video_container .video_overlay {
      position: absolute;
      top: 0;
      left: 0;
      width: 100%;
      height: 100%;
      z-index: 3; }
      .module-06-video .video_container .video_overlay .bg {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        background: rgba(0, 0, 0, 0.4); }
      .module-06-video .video_container .video_overlay .play_btn {
        position: absolute;
        top: 50%;
        left: 50%;
        -webkit-transform: translate(-50%, -50%);
                transform: translate(-50%, -50%);
        z-index: 4;
        width: 108px;
        height: 108px;
        border-radius: 50%;
        background-color: #FF006E;
        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;
        cursor: pointer;
        -webkit-transition: all 0.4s ease-in-out;
        transition: all 0.4s ease-in-out; }
        .module-06-video .video_container .video_overlay .play_btn svg {
          width: 33px;
          height: 33px;
          -webkit-transition: all 0.4s ease-in-out;
          transition: all 0.4s ease-in-out; }
        .module-06-video .video_container .video_overlay .play_btn:hover {
          -webkit-transform: translate(-50%, -50%) scale(0.9);
                  transform: translate(-50%, -50%) scale(0.9); }
          .module-06-video .video_container .video_overlay .play_btn:hover svg {
            -webkit-transform: scale(1.3);
                    transform: scale(1.3); }
  .module-06-video .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 7px; }
    .module-06-video .caption .left {
      width: 49%;
      font-size: 1.75em;
      font-family: "Gantari", sans-serif;
      font-weight: 900;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-06-video .caption .left {
          font-size: 1.05em; } }
    .module-06-video .caption .right {
      width: 49%;
      font-size: 0.875rem;
      text-align: right;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-06-video .caption .right {
          font-size: 0.75rem; } }

.module-07-image {
  overflow: visible; }
  .module-07-image .image_container {
    position: relative;
    border-radius: 16px;
    overflow: hidden;
    line-height: 0; }
    .module-07-image .image_container img {
      width: 100%;
      height: auto; }
  .module-07-image .caption {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    padding-top: 7px; }
    .module-07-image .caption .left {
      width: 49%;
      font-size: 1.75em;
      font-family: "Gantari", sans-serif;
      font-weight: 900;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-07-image .caption .left {
          font-size: 1.05em; } }
    .module-07-image .caption .right {
      width: 49%;
      font-size: 0.875rem;
      text-align: right;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-07-image .caption .right {
          font-size: 0.75rem; } }

.module-08-media-2-col .col_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) {
    .module-08-media-2-col .col_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }

.module-08-media-2-col .col {
  width: 49.5%;
  line-height: 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-08-media-2-col .col {
      width: 100%; }
      .module-08-media-2-col .col:last-of-type {
        margin-top: 20px; } }
  .module-08-media-2-col .col .col_inner {
    border-radius: 16px;
    overflow: hidden;
    line-height: 0; }
  .module-08-media-2-col .col img {
    width: 100%; }
  .module-08-media-2-col .col video {
    width: 100%; }
  .module-08-media-2-col .col:last-of-type {
    /* -- @include break(mobile)-- */ }
    @media only screen and (min-width: 768px) {
      .module-08-media-2-col .col:last-of-type .col_inner {
        height: 100%;
        position: relative; }
        .module-08-media-2-col .col:last-of-type .col_inner img, .module-08-media-2-col .col:last-of-type .col_inner video {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; } }

.module-09-text-media .content {
  position: relative;
  border-radius: 16px;
  overflow: hidden;
  min-height: 80vh;
  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;
  padding: 100px 0;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-09-text-media .content {
      padding: 80px 0; } }

.module-09-text-media .media_container {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 0; }
  .module-09-text-media .media_container img, .module-09-text-media .media_container video {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
    z-index: 0; }
  .module-09-text-media .media_container .overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1; }

.module-09-text-media .text_container {
  position: relative;
  z-index: 1;
  text-align: center;
  width: 60%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-09-text-media .text_container {
      width: 90%; } }
  .module-09-text-media .text_container .txt.ptop {
    padding-top: 40px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-09-text-media .text_container .txt.ptop {
        padding-top: 30px; } }
  .module-09-text-media .text_container .btn {
    margin-top: 32px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-09-text-media .text_container .btn {
        margin-top: 20px; } }

.module-10-logo .title_container {
  padding-bottom: 55px;
  padding-right: 30%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-10-logo .title_container {
      padding-right: 0;
      padding-bottom: 35px; } }

.module-10-logo .bandeau_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: normal;
      -ms-flex-direction: row;
          flex-direction: row;
  -ms-flex-wrap: nowrap;
      flex-wrap: nowrap;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center; }
  .module-10-logo .bandeau_container .bandeau {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    width: -webkit-fit-content;
    width: -moz-fit-content;
    width: fit-content;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -ms-flex-pack: distribute;
        justify-content: space-around;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-transform-style: preserve-3d;
            transform-style: preserve-3d;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    /* -- @include break(mobile)-- */ }
    .module-10-logo .bandeau_container .bandeau .logo {
      width: 230px;
      height: 230px;
      overflow: hidden;
      border: 1px solid rgba(255, 255, 255, 0.3);
      border-radius: 16px;
      margin-left: 12px;
      margin-right: 12px;
      -ms-flex-negative: 0;
          flex-shrink: 0;
      padding: 20px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-10-logo .bandeau_container .bandeau .logo {
          width: 127px;
          height: 127px;
          border-radius: 10px;
          padding: 10px; } }
      .module-10-logo .bandeau_container .bandeau .logo img {
        width: 100%;
        height: 100%;
        -o-object-fit: contain;
           object-fit: contain; }

.module-11-what-we-do {
  background-color: #0E0E0E;
  color: #FFFFFF;
  text-align: center; }
  .module-11-what-we-do .text_container {
    max-width: 716px;
    padding-bottom: 75px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-11-what-we-do .text_container {
        padding-bottom: 60px; } }
    .module-11-what-we-do .text_container .txt {
      font-size: 1.5em;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-11-what-we-do .text_container .txt {
          font-size: 1em; } }
    .module-11-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-11-what-we-do .text_container .subtitle {
          font-size: 1em;
          padding-top: 65px; } }
  .module-11-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-11-what-we-do .content_container .content_wrap {
      padding-bottom: 80px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-11-what-we-do .content_container .content_wrap {
          padding-bottom: 60px; } }
      .module-11-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-11-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-11-what-we-do .content_container .content_wrap .words_wrap:last-of-type {
              padding-bottom: 0; } }
        .module-11-what-we-do .content_container .content_wrap .words_wrap .word_ghost {
          position: absolute;
          top: 0;
          left: 0;
          opacity: 0; }
          .module-11-what-we-do .content_container .content_wrap .words_wrap .word_ghost:first-of-type {
            position: relative;
            opacity: 1; }

.module-12-key-figures .title_container {
  padding-bottom: 55px;
  padding-right: 30%;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-12-key-figures .title_container {
      padding-right: 0;
      padding-bottom: 35px; } }

.module-12-key-figures .keys_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-left: calc((100vw - 1205px) / 2);
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-12-key-figures .keys_container {
      -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;
      padding-right: 5%; } }
  @media only screen and (max-width: 1460px) {
    .module-12-key-figures .keys_container {
      padding-left: 5%; } }
  .module-12-key-figures .keys_container .key {
    width: 462px;
    height: 462px;
    border-radius: 16px;
    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: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    color: #fff;
    background-color: #000;
    -ms-flex-negative: 0;
        flex-shrink: 0;
    margin-right: 24px;
    padding: 35px;
    /* -- @include break(mobile)-- */ }
    .module-12-key-figures .keys_container .key .key_number {
      font-size: 5em;
      font-family: "Gantari", sans-serif;
      font-weight: 900; }
    .module-12-key-figures .keys_container .key .key_txt {
      font-size: 2em; }
    .module-12-key-figures .keys_container .key:nth-child(odd) {
      background: -webkit-gradient(linear, left top, left bottom, color-stop(-14.74%, #ED196F), color-stop(38.81%, #EF3A52), color-stop(96.83%, #F26430));
      background: linear-gradient(180deg, #ED196F -14.74%, #EF3A52 38.81%, #F26430 96.83%); }
    @media only screen and (max-width: 768px) {
      .module-12-key-figures .keys_container .key {
        width: 100%;
        height: auto;
        max-width: 335px;
        min-height: 335px;
        padding: 20px;
        margin-right: 0px;
        margin-bottom: 20px; }
        .module-12-key-figures .keys_container .key:last-of-type {
          margin-bottom: 0; }
        .module-12-key-figures .keys_container .key .key_number {
          font-size: 3em; }
        .module-12-key-figures .keys_container .key .key_txt {
          font-size: 1.5em; } }

.module-13-cards .cards_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-transform: translateX(25%);
          transform: translateX(25%);
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-13-cards .cards_container {
      -webkit-transform: translateX(0);
              transform: translateX(0);
      -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; } }
  .module-13-cards .cards_container .card {
    width: 415px;
    height: 630px;
    font-size: 0.9em;
    border-radius: 16px;
    background-color: #FF006E;
    color: #fff;
    padding: 30px;
    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;
    position: relative;
    -webkit-transform: rotate(-3deg);
            transform: rotate(-3deg);
    z-index: 2;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 1280px) {
      .module-13-cards .cards_container .card {
        width: 341px;
        font-size: 0.85em;
        min-height: 600px;
        height: auto;
        padding: 25px; } }
    @media only screen and (max-width: 768px) {
      .module-13-cards .cards_container .card {
        width: 100%;
        max-width: 335px;
        min-height: 0px;
        height: auto;
        -webkit-transform: rotate(0);
                transform: rotate(0);
        margin-bottom: 20px;
        padding: 20px; }
        .module-13-cards .cards_container .card:last-of-type {
          margin-bottom: 0; } }
    .module-13-cards .cards_container .card h6 {
      font-size: 1.5em;
      padding-top: 14px; }
    .module-13-cards .cards_container .card .txt {
      padding-top: 30px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-13-cards .cards_container .card .txt {
          padding-top: 20px; } }
    .module-13-cards .cards_container .card .img {
      width: 100%;
      padding-bottom: 64.25%;
      border-radius: 16px;
      overflow: hidden;
      position: relative;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-13-cards .cards_container .card .img {
          margin-top: 30px; } }
      .module-13-cards .cards_container .card .img img {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover; }
    .module-13-cards .cards_container .card:nth-child(3n) {
      background-color: #FF541A; }
    .module-13-cards .cards_container .card:nth-child(3n+2) {
      background-color: #0E0E0E; }
    .module-13-cards .cards_container .card:nth-child(2n) {
      -webkit-transform: rotate(3deg);
              transform: rotate(3deg);
      z-index: 1;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-13-cards .cards_container .card:nth-child(2n) {
          -webkit-transform: rotate(0);
                  transform: rotate(0); } }

.module-14-banner .banner {
  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;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-14-banner .banner {
      -webkit-box-orient: vertical;
      -webkit-box-direction: reverse;
          -ms-flex-direction: column-reverse;
              flex-direction: column-reverse;
      -webkit-box-align: center;
          -ms-flex-align: center;
              align-items: center; } }
  .module-14-banner .banner .img {
    width: 33%;
    margin-left: 5%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-14-banner .banner .img {
        width: 100%;
        margin-left: 0;
        margin-top: 20px; } }
    .module-14-banner .banner .img img {
      width: 100%;
      height: auto; }
  .module-14-banner .banner .content {
    width: 46%;
    color: #fff;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-14-banner .banner .content {
        width: 100%; } }
    .module-14-banner .banner .content .txt {
      padding-top: 32px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-14-banner .banner .content .txt {
          padding-top: 20px; } }
    .module-14-banner .banner .content .btn {
      margin-top: 32px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-14-banner .banner .content .btn {
          margin-top: 20px; } }

.module-15-team {
  /* -- @include break(mobile)-- */
  /* -- @include break(mobile)-- */ }
  @media only screen and (min-width: 768px) {
    .module-15-team {
      height: 90vh;
      position: relative;
      overflow: hidden; }
      .module-15-team .text_container {
        width: 100%;
        height: 100%;
        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;
        padding-left: 10%;
        padding-right: 10%;
        position: relative;
        z-index: 0;
        /* -- @include break(mobile)-- */ } }
    @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
      .module-15-team .text_container {
        padding-left: 5%;
        padding-right: 5%; } }
  @media only screen and (min-width: 768px) {
        .module-15-team .text_container .title-h1 {
          font-size: 8rem;
          line-height: 80%;
          text-transform: uppercase;
          text-align: center; }
      .module-15-team .team_container {
        position: absolute;
        z-index: 1;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%; }
        .module-15-team .team_container .team {
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 0;
          pointer-events: none; }
        .module-15-team .team_container .team_avatar {
          cursor: pointer;
          pointer-events: all;
          z-index: 2;
          position: absolute;
          top: 0;
          left: 0;
          width: 149px; }
          .module-15-team .team_container .team_avatar img {
            width: 100%;
            height: auto; }
        .module-15-team .team_container .team_info {
          pointer-events: none;
          opacity: 0;
          position: absolute;
          top: 0;
          left: 0;
          width: 100%;
          height: 100%;
          z-index: 1;
          display: none;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          -webkit-box-align: center;
              -ms-flex-align: center;
                  align-items: center;
          -webkit-box-pack: center;
              -ms-flex-pack: center;
                  justify-content: center;
          padding-left: 10%;
          padding-right: 10%;
          text-align: center;
          background: rgba(0, 0, 0, 0.3);
          -webkit-backdrop-filter: blur(18.5px);
                  backdrop-filter: blur(18.5px);
          /* -- @include break(mobile)-- */ } }
      @media only screen and (min-width: 768px) and (max-width: 991px), only screen and (min-width: 768px) and (max-width: 1024px) and (orientation: portrait) {
        .module-15-team .team_container .team_info {
          padding-left: 5%;
          padding-right: 5%; } }
  @media only screen and (min-width: 768px) {
          .module-15-team .team_container .team_info .text {
            width: 60%;
            padding-top: 30px; } }
  @media only screen and (max-width: 768px) {
    .module-15-team {
      overflow: hidden; }
      .module-15-team .title-h1 {
        font-size: 2rem; }
        .module-15-team .title-h1 br {
          display: none; }
      .module-15-team .team_container {
        padding-top: 60px;
        width: 100%;
        overflow-y: hidden;
        overflow-x: scroll;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -ms-flex-wrap: nowrap;
            flex-wrap: nowrap;
        padding-right: 5%;
        -ms-scroll-snap-type: x mandatory;
            scroll-snap-type: x mandatory;
        scroll-behavior: smooth;
        scroll-padding-left: 5%;
        -ms-overflow-style: none; }
        .module-15-team .team_container::-webkit-scrollbar {
          width: 0 !important; }
        .module-15-team .team_container .team {
          -ms-flex-negative: 0;
              flex-shrink: 0;
          width: 197px;
          height: 277px;
          border-radius: 20px;
          border: 1px solid rgba(255, 255, 255, 0.3);
          padding: 16px 24px;
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-orient: vertical;
          -webkit-box-direction: normal;
              -ms-flex-direction: column;
                  flex-direction: column;
          margin-right: 20px;
          scroll-snap-align: start; }
          .module-15-team .team_container .team:first-child {
            margin-left: 5%; }
          .module-15-team .team_container .team .team_avatar {
            width: 149px;
            height: 149px; }
            .module-15-team .team_container .team .team_avatar img {
              width: 100%;
              height: auto; }
          .module-15-team .team_container .team .team_info {
            width: 100%;
            height: 100%;
            text-align: center;
            padding-top: 10px;
            height: 100%;
            -ms-flex-negative: 1;
                flex-shrink: 1;
            overflow-y: scroll;
            overflow-x: hidden;
            -ms-overflow-style: none; }
            .module-15-team .team_container .team .team_info::-webkit-scrollbar {
              width: 0 !important; }
            .module-15-team .team_container .team .team_info .text {
              width: 100%;
              padding-top: 14px;
              font-size: 0.625em; }
            .module-15-team .team_container .team .team_info .title-h2 {
              font-size: 0.875em; }
            .module-15-team .team_container .team .team_info .title-h3 {
              font-size: 0.625em; } }

.module-16-case-studies {
  overflow: visible;
  overflow: initial;
  background-color: #0E0E0E; }
  .module-16-case-studies .case-study {
    height: 245vh;
    position: relative;
    margin-top: -100vh;
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-16-case-studies .case-study {
        height: 200vh; } }
    .module-16-case-studies .case-study:first-of-type {
      margin-top: 0;
      -webkit-transform: translateY(0);
              transform: translateY(0); }
    .module-16-case-studies .case-study.hidden {
      display: none; }
    .module-16-case-studies .case-study .bg {
      position: sticky;
      top: 0;
      left: 0;
      right: 0;
      width: 100%;
      height: 100vh;
      z-index: 1; }
      .module-16-case-studies .case-study .bg .filter {
        position: absolute;
        top: 0;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 100%;
        background: -webkit-gradient(linear, left top, right top, from(rgba(0, 0, 0, 0.5)), color-stop(40%, rgba(0, 0, 0, 0)), color-stop(60%, rgba(0, 0, 0, 0)), to(rgba(0, 0, 0, 0.5)));
        background: linear-gradient(90deg, rgba(0, 0, 0, 0.5) 0%, rgba(0, 0, 0, 0) 40%, rgba(0, 0, 0, 0) 60%, rgba(0, 0, 0, 0.5) 100%);
        z-index: 2;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-16-case-studies .case-study .bg .filter {
            display: none; } }
      .module-16-case-studies .case-study .bg .filter {
        position: absolute;
        top: auto;
        left: 0;
        bottom: 0;
        width: 100%;
        height: 45%;
        background: -webkit-gradient(linear, left bottom, left top, from(rgba(255, 0, 110, 0.3)), to(rgba(255, 0, 110, 0)));
        background: linear-gradient(0deg, rgba(255, 0, 110, 0.3) 0%, rgba(255, 0, 110, 0) 100%);
        z-index: 3;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-16-case-studies .case-study .bg .filter {
            display: none; } }
      .module-16-case-studies .case-study .bg video, .module-16-case-studies .case-study .bg img {
        z-index: 1;
        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-16-case-studies .case-study .bg .gradient {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        width: 100%;
        height: 200%;
        background: -webkit-gradient(linear, left top, left bottom, from(rgba(255, 0, 110, 0)), color-stop(25%, #ff006e), color-stop(65%, #ff541a), to(rgba(255, 84, 26, 0)));
        background: linear-gradient(180deg, rgba(255, 0, 110, 0) 0%, #ff006e 25%, #ff541a 65%, rgba(255, 84, 26, 0) 100%);
        z-index: 4; }
    .module-16-case-studies .case-study .container_full {
      width: 90%;
      margin: 0 auto;
      z-index: 4;
      position: absolute;
      top: 0;
      left: 0;
      right: 0;
      bottom: 0;
      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: #fff;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
        .module-16-case-studies .case-study .container_full {
          -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: start;
              -ms-flex-align: start;
                  align-items: flex-start; } }
      .module-16-case-studies .case-study .container_full .title {
        width: 60%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-16-case-studies .case-study .container_full .title {
            width: 100%; } }
      .module-16-case-studies .case-study .container_full .description_container {
        position: sticky;
        top: 0vh;
        height: 100vh;
        margin-top: -145vh;
        display: -webkit-box;
        display: -ms-flexbox;
        display: flex;
        -webkit-box-pack: center;
            -ms-flex-pack: center;
                justify-content: center;
        -webkit-box-align: end;
            -ms-flex-align: end;
                align-items: flex-end;
        padding-bottom: 80px;
        width: 35%;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
          .module-16-case-studies .case-study .container_full .description_container {
            height: auto;
            position: relative;
            margin-top: 0;
            -webkit-box-align: center;
                -ms-flex-align: center;
                    align-items: center;
            width: 100%;
            padding-bottom: 60px; } }
      .module-16-case-studies .case-study .container_full .description {
        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;
        width: 100%; }
        .module-16-case-studies .case-study .container_full .description .txt {
          margin-bottom: 32px;
          /* -- @include break(mobile)-- */ }
          @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
            .module-16-case-studies .case-study .container_full .description .txt {
              margin-top: 22px; } }
        .module-16-case-studies .case-study .container_full .description .btn {
          margin-left: auto;
          display: block;
          width: -webkit-fit-content;
          width: -moz-fit-content;
          width: fit-content; }
    .module-16-case-studies .case-study:first-of-type .gradient {
      display: none; }
  .module-16-case-studies .load_more {
    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; }
    .module-16-case-studies .load_more .load_more-btn {
      width: 95%;
      margin: 30px auto 60px auto;
      background-color: #FF006E;
      color: #fff;
      padding: 32px;
      border-radius: 40px;
      cursor: pointer;
      font-size: 14px;
      font-family: "Gantari", sans-serif;
      font-weight: 900;
      text-transform: uppercase;
      text-align: center;
      -webkit-transition: all 0.3s ease;
      transition: all 0.3s ease; }
      .module-16-case-studies .load_more .load_more-btn:hover {
        background-color: #FFFFFF;
        color: #FF006E; }

.module-nxt-project {
  overflow: visible; }
  .module-nxt-project .container_lg {
    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) {
      .module-nxt-project .container_lg {
        -webkit-box-orient: vertical;
        -webkit-box-direction: normal;
            -ms-flex-direction: column;
                flex-direction: column; } }
    .module-nxt-project .container_lg .content {
      width: 40%;
      max-width: 375px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-nxt-project .container_lg .content {
          width: 100%; } }
      .module-nxt-project .container_lg .content .btn {
        margin-top: 32px;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-nxt-project .container_lg .content .btn {
            margin-top: 20px; } }
    .module-nxt-project .container_lg .project_container {
      width: 55%;
      max-width: 575px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-nxt-project .container_lg .project_container {
          width: 100%;
          margin-top: 50px; } }
      .module-nxt-project .container_lg .project_container .project {
        -webkit-transition: -webkit-transform 0.6s ease;
        transition: -webkit-transform 0.6s ease;
        transition: transform 0.6s ease;
        transition: transform 0.6s ease, -webkit-transform 0.6s ease;
        width: 100%; }
        .module-nxt-project .container_lg .project_container .project .project_link .project_media {
          position: relative;
          border-radius: 16px;
          overflow: hidden;
          padding-bottom: 56.25%; }
          .module-nxt-project .container_lg .project_container .project .project_link .project_media img, .module-nxt-project .container_lg .project_container .project .project_link .project_media video {
            position: absolute;
            top: 0;
            left: 0;
            width: 100%;
            height: 100%;
            -o-object-fit: cover;
               object-fit: cover;
            -webkit-transition: -webkit-transform 0.6s ease;
            transition: -webkit-transform 0.6s ease;
            transition: transform 0.6s ease;
            transition: transform 0.6s ease, -webkit-transform 0.6s ease; }
        .module-nxt-project .container_lg .project_container .project .caption {
          display: -webkit-box;
          display: -ms-flexbox;
          display: flex;
          -webkit-box-pack: justify;
              -ms-flex-pack: justify;
                  justify-content: space-between;
          -webkit-box-align: start;
              -ms-flex-align: start;
                  align-items: flex-start;
          padding-top: 7px; }
          .module-nxt-project .container_lg .project_container .project .caption .left {
            width: 49%;
            font-size: 1.75em;
            font-family: "Gantari", sans-serif;
            font-weight: 900;
            -webkit-transition: color 0.6s ease;
            transition: color 0.6s ease;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .module-nxt-project .container_lg .project_container .project .caption .left {
                font-size: 1.05em; } }
          .module-nxt-project .container_lg .project_container .project .caption .right {
            width: 49%;
            font-size: 0.875rem;
            text-align: right;
            /* -- @include break(mobile)-- */ }
            @media only screen and (max-width: 768px) {
              .module-nxt-project .container_lg .project_container .project .caption .right {
                font-size: 0.75rem; } }
        .module-nxt-project .container_lg .project_container .project:hover {
          -webkit-transform: scale(1.05);
                  transform: scale(1.05); }
          .module-nxt-project .container_lg .project_container .project:hover .project_media img, .module-nxt-project .container_lg .project_container .project:hover .project_media video {
            -webkit-transform: scale(1.15);
                    transform: scale(1.15); }
          .module-nxt-project .container_lg .project_container .project:hover .caption .left {
            color: #FF006E; }

.module-archive .project_wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
      -ms-flex-direction: row-reverse;
          flex-direction: row-reverse;
  margin-top: 100px;
  /* -- @include break(mobile)-- */ }
  @media only screen and (max-width: 768px) {
    .module-archive .project_wrapper {
      margin-top: 50px !important; }
    .module-archive .project_wrapper {
      width: 100%; } }
  .module-archive .project_wrapper .project {
    -webkit-transition: all 0.6s;
    transition: all 0.6s;
    width: 35%;
    max-width: 460px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-archive .project_wrapper .project {
        width: 100%;
        max-width: 100%; } }
    .module-archive .project_wrapper .project .project_link .project_media {
      position: relative;
      border-radius: 16px;
      overflow: hidden;
      padding-bottom: 56.25%; }
      .module-archive .project_wrapper .project .project_link .project_media img, .module-archive .project_wrapper .project .project_link .project_media video {
        position: absolute;
        top: 0;
        left: 0;
        width: 100%;
        height: 100%;
        -o-object-fit: cover;
           object-fit: cover;
        -webkit-transition: all 0.4s;
        transition: all 0.4s; }
    .module-archive .project_wrapper .project .caption {
      display: -webkit-box;
      display: -ms-flexbox;
      display: flex;
      -webkit-box-pack: justify;
          -ms-flex-pack: justify;
              justify-content: space-between;
      -webkit-box-align: start;
          -ms-flex-align: start;
              align-items: flex-start;
      padding-top: 7px; }
      .module-archive .project_wrapper .project .caption .left {
        width: 49%;
        font-size: 1.75em;
        -webkit-transition: all 0.4s;
        transition: all 0.4s;
        font-family: "Gantari", sans-serif;
        font-weight: 900;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-archive .project_wrapper .project .caption .left {
            font-size: 1.05em; } }
      .module-archive .project_wrapper .project .caption .right {
        width: 49%;
        font-size: 0.875rem;
        text-align: right;
        /* -- @include break(mobile)-- */ }
        @media only screen and (max-width: 768px) {
          .module-archive .project_wrapper .project .caption .right {
            font-size: 0.75rem; } }
    .module-archive .project_wrapper .project:hover {
      -webkit-transform: scale(1.05);
              transform: scale(1.05); }
      .module-archive .project_wrapper .project:hover .project_media img, .module-archive .project_wrapper .project:hover .project_media video {
        -webkit-transform: scale(1.15);
                transform: scale(1.15); }
      .module-archive .project_wrapper .project:hover .caption .left {
        color: #FF006E; }
    .module-archive .project_wrapper .project.small {
      width: 35% !important;
      max-width: 460px !important; }
    .module-archive .project_wrapper .project.small {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-archive .project_wrapper .project.small {
          width: 100% !important;
          max-width: 100% !important; } }
    .module-archive .project_wrapper .project.med {
      width: 55% !important;
      max-width: 575px !important; }
    .module-archive .project_wrapper .project.med {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-archive .project_wrapper .project.med {
          width: 100% !important;
          max-width: 100% !important; } }
    .module-archive .project_wrapper .project.large {
      width: 100% !important;
      max-width: 100% !important; }
    .module-archive .project_wrapper .project.large {
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-archive .project_wrapper .project.large {
          width: 100% !important;
          max-width: 100% !important; } }
  .module-archive .project_wrapper:first-of-type {
    margin-top: 0px;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-archive .project_wrapper:first-of-type {
        margin-top: 0px !important; } }
  .module-archive .project_wrapper:nth-child(3n) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row; }
    .module-archive .project_wrapper:nth-child(3n) .project {
      width: 100%;
      max-width: 100%;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-archive .project_wrapper:nth-child(3n) .project {
          width: 100%;
          max-width: 100%; } }
  .module-archive .project_wrapper:nth-child(3n+2) {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: normal;
        -ms-flex-direction: row;
            flex-direction: row;
    margin-top: -30px; }
    .module-archive .project_wrapper:nth-child(3n+2) .project {
      width: 55%;
      max-width: 575px;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-archive .project_wrapper:nth-child(3n+2) .project {
          width: 100%;
          max-width: 100%; } }

.module-archive .load-more-wrapper {
  margin-top: 100px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center; }
  .module-archive .load-more-wrapper .btn {
    cursor: pointer; }

.module-archiv-news .container_lg {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly; }
  .module-archiv-news .container_lg .article_wrapper {
    width: 33%;
    margin-bottom: 24px;
    padding: 0 12px;
    max-width: 440px;
    min-width: 380px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-archiv-news .container_lg .article_wrapper {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .module-archiv-news .container_lg .article_wrapper {
        width: 100%;
        min-width: 0px; } }
    .module-archiv-news .container_lg .article_wrapper .article {
      width: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      padding-bottom: 130.5%; }
      .module-archiv-news .container_lg .article_wrapper .article .article_img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .module-archiv-news .container_lg .article_wrapper .article .article_img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .module-archiv-news .container_lg .article_wrapper .article .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-2.96%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) -2.96%, rgba(0, 0, 0, 0) 100%); }
      .module-archiv-news .container_lg .article_wrapper .article .article_content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        padding: 30px;
        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;
        color: #fff; }
        .module-archiv-news .container_lg .article_wrapper .article .article_content .desc {
          font-size: 1.25em;
          padding-top: 16px; }
        .module-archiv-news .container_lg .article_wrapper .article .article_content .btn .btn-bounce-text__wrap {
          padding-top: 1em;
          padding-bottom: 1em; }
      .module-archiv-news .container_lg .article_wrapper .article:hover .article_img {
        -webkit-transform: scale(1.075);
                transform: scale(1.075); }
      .module-archiv-news .container_lg .article_wrapper .article:hover .btn {
        -webkit-transform: scale(0.92) rotate(-3deg) !important;
                transform: scale(0.92) rotate(-3deg) !important; }
      .module-archiv-news .container_lg .article_wrapper .article:hover .btn .btn-bounce-text__wrap {
        -webkit-transform: rotate(3deg) !important;
                transform: rotate(3deg) !important; }
    .module-archiv-news .container_lg .article_wrapper.ghost {
      opacity: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-archiv-news .container_lg .article_wrapper.ghost {
          display: none; } }

.module-archiv-news .load-more-wrapper {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-top: 100px; }
  .module-archiv-news .load-more-wrapper .btn {
    cursor: pointer; }

.module-17-news .title_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) {
    .module-17-news .title_container {
      -webkit-box-orient: vertical;
      -webkit-box-direction: normal;
          -ms-flex-direction: column;
              flex-direction: column; } }
  .module-17-news .title_container .title {
    width: 45%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-17-news .title_container .title {
        width: 100%; } }
  .module-17-news .title_container .content {
    width: 40%;
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 768px) {
      .module-17-news .title_container .content {
        width: 100%; } }
    .module-17-news .title_container .content .txt {
      margin-bottom: 32px; }

.module-17-news .news_container {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: space-evenly;
      -ms-flex-pack: space-evenly;
          justify-content: space-evenly;
  padding-top: 60px; }
  .module-17-news .news_container .article_wrapper {
    width: 33%;
    margin-bottom: 24px;
    padding: 0 12px;
    max-width: 440px;
    min-width: 380px;
    /* -- @include break(mobile)-- */
    /* -- @include break(mobile)-- */ }
    @media only screen and (max-width: 991px), screen and (max-width: 1024px) and (orientation: portrait) {
      .module-17-news .news_container .article_wrapper {
        width: 50%; } }
    @media only screen and (max-width: 768px) {
      .module-17-news .news_container .article_wrapper {
        width: 100%;
        min-width: 0px; } }
    .module-17-news .news_container .article_wrapper .article {
      width: 100%;
      position: relative;
      overflow: hidden;
      border-radius: 16px;
      padding-bottom: 130.5%; }
      .module-17-news .news_container .article_wrapper .article .article_img {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 1;
        -webkit-transition: all 0.5s;
        transition: all 0.5s; }
        .module-17-news .news_container .article_wrapper .article .article_img img {
          width: 100%;
          height: 100%;
          -o-object-fit: cover;
             object-fit: cover; }
      .module-17-news .news_container .article_wrapper .article .overlay {
        width: 100%;
        height: 100%;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 2;
        background: -webkit-gradient(linear, left top, left bottom, color-stop(-2.96%, rgba(0, 0, 0, 0.5)), to(rgba(0, 0, 0, 0)));
        background: linear-gradient(180deg, rgba(0, 0, 0, 0.5) -2.96%, rgba(0, 0, 0, 0) 100%); }
      .module-17-news .news_container .article_wrapper .article .article_content {
        position: absolute;
        top: 0;
        left: 0;
        right: 0;
        bottom: 0;
        z-index: 3;
        padding: 30px;
        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;
        color: #fff; }
        .module-17-news .news_container .article_wrapper .article .article_content .desc {
          font-size: 1.25em;
          padding-top: 16px; }
        .module-17-news .news_container .article_wrapper .article .article_content .btn .btn-bounce-text__wrap {
          padding-top: 1em;
          padding-bottom: 1em; }
      .module-17-news .news_container .article_wrapper .article:hover .article_img {
        -webkit-transform: scale(1.075);
                transform: scale(1.075); }
      .module-17-news .news_container .article_wrapper .article:hover .btn {
        -webkit-transform: scale(0.92) rotate(-3deg) !important;
                transform: scale(0.92) rotate(-3deg) !important; }
      .module-17-news .news_container .article_wrapper .article:hover .btn .btn-bounce-text__wrap {
        -webkit-transform: rotate(3deg) !important;
                transform: rotate(3deg) !important; }
    .module-17-news .news_container .article_wrapper.ghost {
      opacity: 0;
      /* -- @include break(mobile)-- */ }
      @media only screen and (max-width: 768px) {
        .module-17-news .news_container .article_wrapper.ghost {
          display: none; } }


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