/*! ------------------------------------------------
 * Project Name: Name: Ackley - Portfolio and Landing Page Template
 * Project Description: Ackley - bold and clean portfolio and landing page template to kick-start your project
 * Tags: mix_design, coming soon, under construction, template, landing page, portfolio, one page, responsive, html5, css3, creative, clean, agency, personal page
 * Version: 1.0.2
 * Build Date: June 2023
 * Last Update: April 2025
 * This product is available exclusively on Themeforest
 * Author: mix_design
 * Author URI: https://themeforest.net/user/mix_design */
/*! File name: main.css
 * ------------------------------------------------
 *
 * ------------------------------------------------
 * Table of Contents
 * ------------------------------------------------
 *  1. Template Backgrounds
 *  2. Fonts
 *  3. Base CSS Styles
 *  4. Cursor
 *  5. Transitions
 *  6. Typography
 *  7. Buttons & Controls
 *  8. Forms and Forms Reply Groups
 *  9. Animated Backgrounds
 *  10. Header
 *  11. Main Section
 *  12. Marquee
 *  13. Menu
 *  14. Socials
 *  15. Countdown
 *  16. Swiper Slider
 *  17. Popup Dialogs
 *  18. Inner Sections
 *  19. Skillbars
 *  20. Features
 *  21. Showreel
 *  22. Contact Data
 *  23. Gallery
 * ------------------------------------------------
 * Table of Contents End
 * ------------------------------------------------ */
/* ------------------------------------------------*/
/* Template Backgrounds Start */
/* ------------------------------------------------*/
@import url("https://fonts.googleapis.com/css2?family=DM+Serif+Display:ital@0;1&family=Space+Grotesk:wght@300;400;500;600;700&display=swap");
.svg-layer-1 {
  background-image: url("../img/svg/main-landscape.svg");
}

.svg-layer-2 {
  background-image: url("../img/svg/main-landscape-top.svg");
}

.svg-layer-popup {
  background-image: url("../img/svg/svg-popup.svg");
}

.svg-layer-menu {
  background-image: url("../img/svg/menu-landscape.svg");
}

@media (orientation: landscape) {
  .svg-layer-1 {
    background-image: url("../img/svg/main-landscape.svg");
  }
  .svg-layer-2 {
    background-image: url("../img/svg/main-landscape-top.svg");
  }
}
@media (orientation: portrait) {
  .svg-layer-1 {
    background-image: url("../img/svg/main-portrait.svg");
  }
  .svg-layer-2 {
    background-image: url("../img/svg/main-portrait.svg");
  }
}
.media-image-main {
  background-image: url("https://dummyimage.com/1920x1080/424242/636363");
}

.media-image-1 {
  background-image: url("https://dummyimage.com/1920x800/666694/8281c4");
}

.media-image-2 {
  background-image: url("https://dummyimage.com/1920x800/666694/8281c4");
}

.slide-1 {
  background-image: url("https://dummyimage.com/1920x800/666694/8281c4");
}

.slide-2 {
  background-image: url("https://dummyimage.com/1920x800/545478/8281c4");
}

.slide-3 {
  background-image: url("https://dummyimage.com/1920x800/8080ad/5e5e91");
}

.showreel-image-1 {
  background-image: url("https://dummyimage.com/1400x600/545478/8281c4");
}

.inner-image-1 {
  background-image: url("https://dummyimage.com/1400x600/545478/8281c4");
}

.inner-image-2 {
  background-image: url("https://dummyimage.com/900x1200/545478/8281c4");
}

.media-image-about {
  background-image: url("https://dummyimage.com/1200x1400/545478/8281c4");
}
@media only screen and (min-width: 1200px) {
  .media-image-about {
    background-image: url("https://dummyimage.com/500x1400/545478/8281c4");
  }
}

.media-image-contact {
  background-image: url("https://dummyimage.com/1200x1400/545478/8281c4");
}
@media only screen and (min-width: 1200px) {
  .media-image-contact {
    background-image: url("https://dummyimage.com/500x1400/545478/8281c4");
  }
}

.inner-slide-1 {
  background-image: url("https://dummyimage.com/1200x1400/545478/8281c4");
}
@media only screen and (min-width: 1200px) {
  .inner-slide-1 {
    background-image: url("https://dummyimage.com/500x1400/545478/8281c4");
  }
}

.inner-slide-2 {
  background-image: url("https://dummyimage.com/1200x1400/545478/8281c4");
}
@media only screen and (min-width: 1200px) {
  .inner-slide-2 {
    background-image: url("https://dummyimage.com/500x1400/545478/8281c4");
  }
}

/* ------------------------------------------------*/
/* Template Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Fonts Start */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Fonts End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Base CSS Styles Start */
/* ------------------------------------------------*/
*, *::before, *::after {
  -webkit-box-sizing: border-box;
     -moz-box-sizing: border-box;
          box-sizing: border-box;
}

button:active, button:focus {
  outline: none !important;
}

button::-moz-focus-inner {
  border: 0 !important;
}

input::-moz-focus-inner {
  border: 0 !important;
}

::-moz-selection {
  background-color: rgb(166.1, 164, 245.9);
  color: #141414;
  text-shadow: none;
}

::selection {
  background-color: rgb(166.1, 164, 245.9);
  color: #141414;
  text-shadow: none;
}

::-webkit-scrollbar {
  display: none;
  width: 5px;
  background: rgba(0, 0, 0, 0);
}
@media only screen and (min-width: 768px) {
  ::-webkit-scrollbar {
    display: block;
  }
}

::-webkit-scrollbar-track {
  background-color: rgba(0, 0, 0, 0);
}

::-webkit-scrollbar-thumb {
  background-color: #807df2;
  border-radius: 10px;
}

html,
body {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

html {
  font-family: sans-serif;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

body {
  position: relative;
  min-width: 360px;
  overflow-x: hidden !important;
  font: normal 300 1.8rem/1.6 "Space Grotesk", sans-serif;
  text-rendering: optimizeLegibility;
  background-color: #10102b;
}

section {
  position: relative;
  min-width: 360px;
}

a {
  text-decoration: none;
  outline: 0;
  -webkit-tap-highlight-color: rgba(0, 0, 0, 0);
  -webkit-transition: all 0.6s ease-in-out;
  -o-transition: all 0.6s ease-in-out;
  -moz-transition: all 0.6s ease-in-out;
  transition: all 0.6s ease-in-out;
}

img {
  display: block;
  width: 100%;
  height: auto;
}

.overflow-hidden {
  overflow: hidden !important;
}

.fullheight {
  position: relative;
  height: auto;
}
@media only screen and (min-width: 1200px) {
  .fullheight {
    height: 100%;
  }
}

.fullheight-mobile {
  position: relative;
  height: 100%;
}

.fullscreen-bg {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 360px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
}

.svg-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 360px;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
}

.color-layer {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.layer-dark-03 {
  background-color: rgba(16, 16, 43, 0.3);
  mix-blend-mode: multiply;
}

.layer-black-03 {
  background-color: rgba(0, 0, 0, 0.3);
  mix-blend-mode: multiply;
}

.layer-dark-06 {
  background-color: rgba(128, 125, 242, 0.6);
  mix-blend-mode: multiply;
}

.content-wrapper {
  position: relative;
  padding: 0 2.4rem;
}
@media only screen and (min-width: 768px) {
  .content-wrapper {
    padding: 0 6rem;
  }
}
@media only screen and (min-width: 1400px) {
  .content-wrapper {
    padding: 0 10rem;
  }
}

/* ------------------------------------------------*/
/* Base CSS Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Cursor Styles Start */
/* ------------------------------------------------*/
.cursor {
  display: block;
  position: fixed;
  width: 200px;
  height: 200px;
  margin-top: -100px;
  margin-left: -100px;
  -moz-border-radius: 50%;
       border-radius: 50%;
  background-color: #5B2BE0;
  opacity: 0.6;
  mix-blend-mode: screen;
  pointer-events: none;
  -webkit-transform: scale(0.06);
     -moz-transform: scale(0.06);
      -ms-transform: scale(0.06);
          transform: scale(0.06);
  -webkit-transform-origin: center center;
     -moz-transform-origin: center center;
      -ms-transform-origin: center center;
          transform-origin: center center;
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  transition: -webkit-transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  -o-transition: transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  -moz-transition: transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33), -moz-transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  transition: transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  transition: transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33), -webkit-transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33), -moz-transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  z-index: 9999;
}
.cursor:after {
  content: "";
  display: block;
  position: absolute;
  top: 70px;
  left: 70px;
  width: 60px;
  height: 60px;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
  background-image: url("../img/icons/arrow-up-right.svg");
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
  -webkit-transition: -webkit-transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  transition: -webkit-transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  -o-transition: transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  -moz-transition: transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33), -moz-transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  transition: transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
  transition: transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33), -webkit-transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33), -moz-transform 0.4s cubic-bezier(0.75, -0.27, 0.3, 1.33);
}

@supports not (mix-blend-mode: screen) {
  .cursor {
    opacity: 0.5;
  }
}
@media all and (-ms-high-contrast: none), (-ms-high-contrast: active) {
  .cursor {
    visibility: hidden;
  }
}
html.touch .cursor {
  display: none;
}

.cursor-s {
  -webkit-transform: scale(0.18);
     -moz-transform: scale(0.18);
      -ms-transform: scale(0.18);
          transform: scale(0.18);
  mix-blend-mode: screen;
}

.cursor-m {
  -webkit-transform: scale(0.28);
     -moz-transform: scale(0.28);
      -ms-transform: scale(0.28);
          transform: scale(0.28);
}

.cursor-m-opposite {
  -webkit-transform: scale(0.28);
     -moz-transform: scale(0.28);
      -ms-transform: scale(0.28);
          transform: scale(0.28);
  mix-blend-mode: normal;
  background-color: #807df2;
  opacity: 0.5;
}

.cursor-l {
  -webkit-transform: scale(0.3);
     -moz-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
}
@media only screen and (min-width: 768px) {
  .cursor-l {
    -webkit-transform: scale(0.35);
       -moz-transform: scale(0.35);
        -ms-transform: scale(0.35);
            transform: scale(0.35);
  }
}
@media only screen and (min-width: 1400px) {
  .cursor-l {
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.cursor-l-opposite {
  -webkit-transform: scale(0.3);
     -moz-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  mix-blend-mode: normal;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .cursor-l-opposite {
    -webkit-transform: scale(0.35);
       -moz-transform: scale(0.35);
        -ms-transform: scale(0.35);
            transform: scale(0.35);
  }
}
@media only screen and (min-width: 1400px) {
  .cursor-l-opposite {
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.cursor-l-arrow {
  -webkit-transform: scale(0.3);
     -moz-transform: scale(0.3);
      -ms-transform: scale(0.3);
          transform: scale(0.3);
  mix-blend-mode: normal;
  background-color: #807df2;
  opacity: 1;
}
.cursor-l-arrow::after {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
}
@media only screen and (min-width: 768px) {
  .cursor-l-arrow {
    -webkit-transform: scale(0.35);
       -moz-transform: scale(0.35);
        -ms-transform: scale(0.35);
            transform: scale(0.35);
  }
}
@media only screen and (min-width: 1400px) {
  .cursor-l-arrow {
    -webkit-transform: scale(0.5);
       -moz-transform: scale(0.5);
        -ms-transform: scale(0.5);
            transform: scale(0.5);
  }
}

.link-l-arrow {
  cursor: none;
}

.cursor-xl {
  -webkit-transform: scale(0.5);
     -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
}
@media only screen and (min-width: 768px) {
  .cursor-xl {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media only screen and (min-width: 1400px) {
  .cursor-xl {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

.cursor-xl-opposite {
  -webkit-transform: scale(0.5);
     -moz-transform: scale(0.5);
      -ms-transform: scale(0.5);
          transform: scale(0.5);
  mix-blend-mode: normal;
  opacity: 0.5;
}
@media only screen and (min-width: 768px) {
  .cursor-xl-opposite {
    -webkit-transform: scale(0.8);
       -moz-transform: scale(0.8);
        -ms-transform: scale(0.8);
            transform: scale(0.8);
  }
}
@media only screen and (min-width: 1400px) {
  .cursor-xl-opposite {
    -webkit-transform: scale(1);
       -moz-transform: scale(1);
        -ms-transform: scale(1);
            transform: scale(1);
  }
}

/* ------------------------------------------------*/
/* Cursor Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Transitions Start */
/* ------------------------------------------------*/
body .header {
  opacity: 0;
  -webkit-transition: background-color 0.5s, border-bottom 0.5s, opacity 0.8s 0.5s ease-in;
  -o-transition: background-color 0.5s, border-bottom 0.5s, opacity 0.8s 0.5s ease-in;
  -moz-transition: background-color 0.5s, border-bottom 0.5s, opacity 0.8s 0.5s ease-in;
  transition: background-color 0.5s, border-bottom 0.5s, opacity 0.8s 0.5s ease-in;
}
body .header.header-transparent {
  -webkit-transition: background-color 0.5s, border-bottom 0.5s, opacity 0.8s 0.5s ease-in;
  -o-transition: background-color 0.5s, border-bottom 0.5s, opacity 0.8s 0.5s ease-in;
  -moz-transition: background-color 0.5s, border-bottom 0.5s, opacity 0.8s 0.5s ease-in;
  transition: background-color 0.5s, border-bottom 0.5s, opacity 0.8s 0.5s ease-in;
}
body.loaded .header {
  opacity: 1;
}

.main.main-fullscreen .fullscreen-bg {
  opacity: 0;
}
.main.main-fullscreen .headline__title,
.main.main-fullscreen .media__countdown,
.main.main-fullscreen .headline__btnholder {
  opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.main.main-fullscreen .headline__btnholder {
  opacity: 0;
  -webkit-transform: translateY(10px);
     -moz-transform: translateY(10px);
      -ms-transform: translateY(10px);
          transform: translateY(10px);
}
.main.main-fullscreen .marquee {
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.main.main-large-title .headline {
  opacity: 0;
  -webkit-transform: translateY(-30px);
     -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.main.main-large-title .main__media {
  opacity: 0;
  -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.main.main-large-title .marquee {
  -webkit-transform: translateY(100%);
     -moz-transform: translateY(100%);
      -ms-transform: translateY(100%);
          transform: translateY(100%);
}
.main.main-media-bottom .headline {
  opacity: 0;
  -webkit-transform: translateY(-30px);
     -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}
.main.main-media-bottom .main__media {
  opacity: 0;
  -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.main.main-media-top .headline {
  opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
}
.main.main-media-top .main__media {
  opacity: 0;
  -webkit-transform: translateY(-50px);
     -moz-transform: translateY(-50px);
      -ms-transform: translateY(-50px);
          transform: translateY(-50px);
}
.main .svg-layer,
.main .intro__data {
  opacity: 0;
}
.main .large-trigger {
  -webkit-transform: scale(0);
     -moz-transform: scale(0);
      -ms-transform: scale(0);
          transform: scale(0);
}
.main.animate-in.main-fullscreen .fullscreen-bg {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.main.animate-in.main-fullscreen .headline__title,
.main.animate-in.main-fullscreen .media__countdown {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s ease-in-out;
  -o-transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out;
  -moz-transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out, -moz-transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out, -moz-transform 0.5s 0s ease-in-out;
}
.main.animate-in.main-fullscreen .headline__btnholder {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s ease-in-out;
  -o-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s ease-in-out;
  -moz-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s ease-in-out, -moz-transform 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out, -moz-transform 0.3s 0.3s ease-in-out;
}
.main.animate-in.main-fullscreen .marquee {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s ease-in-out;
  -o-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out;
  -moz-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out, -moz-transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out, -webkit-transform 0.5s 0.5s ease-in-out, -moz-transform 0.5s 0.5s ease-in-out;
}
.main.animate-in.main-fullscreen .svg-layer {
  opacity: 1;
  -webkit-transition: opacity 1.2s 0.8s;
  -o-transition: opacity 1.2s 0.8s;
  -moz-transition: opacity 1.2s 0.8s;
  transition: opacity 1.2s 0.8s;
}
.main.animate-in.main-large-title .headline,
.main.animate-in.main-large-title .main__media {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s ease-in-out;
  -o-transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out;
  -moz-transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out, -moz-transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out, -moz-transform 0.5s 0s ease-in-out;
}
.main.animate-in.main-large-title .large-trigger {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s ease-in-out;
  -o-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out;
  -moz-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out, -moz-transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out, -webkit-transform 0.5s 0.5s ease-in-out, -moz-transform 0.5s 0.5s ease-in-out;
}
.main.animate-in.main-large-title .marquee {
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s ease-in-out;
  -o-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out;
  -moz-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out, -moz-transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out, -webkit-transform 0.5s 0.5s ease-in-out, -moz-transform 0.5s 0.5s ease-in-out;
}
.main.animate-in.main-large-title .svg-layer {
  opacity: 1;
  -webkit-transition: opacity 1.2s 0.8s;
  -o-transition: opacity 1.2s 0.8s;
  -moz-transition: opacity 1.2s 0.8s;
  transition: opacity 1.2s 0.8s;
}
.main.animate-in.main-media-bottom .headline,
.main.animate-in.main-media-bottom .main__media {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s ease-in-out;
  -o-transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out;
  -moz-transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out, -moz-transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out, -moz-transform 0.5s 0s ease-in-out;
}
.main.animate-in.main-media-bottom .large-trigger {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s ease-in-out;
  -o-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out;
  -moz-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out, -moz-transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out, -webkit-transform 0.5s 0.5s ease-in-out, -moz-transform 0.5s 0.5s ease-in-out;
}
.main.animate-in.main-media-bottom .intro__data {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0.8s;
  -o-transition: opacity 0.8s 0.8s;
  -moz-transition: opacity 0.8s 0.8s;
  transition: opacity 0.8s 0.8s;
}
.main.animate-in.main-media-bottom .svg-layer {
  opacity: 1;
  -webkit-transition: opacity 1.2s 0.8s;
  -o-transition: opacity 1.2s 0.8s;
  -moz-transition: opacity 1.2s 0.8s;
  transition: opacity 1.2s 0.8s;
}
.main.animate-in.main-media-top .headline,
.main.animate-in.main-media-top .main__media {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s ease-in-out;
  -o-transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out;
  -moz-transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out, -moz-transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out, -moz-transform 0.5s 0s ease-in-out;
}
.main.animate-in.main-media-top .large-trigger {
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, -webkit-transform 0.5s 0.5s ease-in-out;
  -o-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out;
  -moz-transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out, -moz-transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out;
  transition: opacity 0.5s 0.5s, transform 0.5s 0.5s ease-in-out, -webkit-transform 0.5s 0.5s ease-in-out, -moz-transform 0.5s 0.5s ease-in-out;
}
.main.animate-in.main-media-top .intro__data {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0.8s;
  -o-transition: opacity 0.8s 0.8s;
  -moz-transition: opacity 0.8s 0.8s;
  transition: opacity 0.8s 0.8s;
}
.main.animate-in.main-media-top .svg-layer {
  opacity: 1;
  -webkit-transition: opacity 1.2s 0.8s;
  -o-transition: opacity 1.2s 0.8s;
  -moz-transition: opacity 1.2s 0.8s;
  transition: opacity 1.2s 0.8s;
}
.main.animate-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}
.main.animate-out .fullscreen-bg {
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}

.menu {
  opacity: 0;
  visibility: hidden;
}
.menu .svg-layer,
.menu .menudata__footer {
  opacity: 0;
}
.menu .navigation li {
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  opacity: 0;
}
.menu.animate-in {
  opacity: 1;
  visibility: visible;
}
.menu.animate-in .navigation li {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.menu.animate-in .navigation li:nth-of-type(1) {
  -webkit-transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s ease-in-out;
  transition: opacity 0.3s 0s, -webkit-transform 0.3s 0s ease-in-out;
  -o-transition: opacity 0.3s 0s, transform 0.3s 0s ease-in-out;
  -moz-transition: opacity 0.3s 0s, transform 0.3s 0s ease-in-out, -moz-transform 0.3s 0s ease-in-out;
  transition: opacity 0.3s 0s, transform 0.3s 0s ease-in-out;
  transition: opacity 0.3s 0s, transform 0.3s 0s ease-in-out, -webkit-transform 0.3s 0s ease-in-out, -moz-transform 0.3s 0s ease-in-out;
}
.menu.animate-in .navigation li:nth-of-type(2) {
  -webkit-transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s ease-in-out;
  transition: opacity 0.3s 0.1s, -webkit-transform 0.3s 0.1s ease-in-out;
  -o-transition: opacity 0.3s 0.1s, transform 0.3s 0.1s ease-in-out;
  -moz-transition: opacity 0.3s 0.1s, transform 0.3s 0.1s ease-in-out, -moz-transform 0.3s 0.1s ease-in-out;
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s ease-in-out;
  transition: opacity 0.3s 0.1s, transform 0.3s 0.1s ease-in-out, -webkit-transform 0.3s 0.1s ease-in-out, -moz-transform 0.3s 0.1s ease-in-out;
}
.menu.animate-in .navigation li:nth-of-type(3) {
  -webkit-transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s ease-in-out;
  transition: opacity 0.3s 0.2s, -webkit-transform 0.3s 0.2s ease-in-out;
  -o-transition: opacity 0.3s 0.2s, transform 0.3s 0.2s ease-in-out;
  -moz-transition: opacity 0.3s 0.2s, transform 0.3s 0.2s ease-in-out, -moz-transform 0.3s 0.2s ease-in-out;
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s ease-in-out;
  transition: opacity 0.3s 0.2s, transform 0.3s 0.2s ease-in-out, -webkit-transform 0.3s 0.2s ease-in-out, -moz-transform 0.3s 0.2s ease-in-out;
}
.menu.animate-in .navigation li:nth-of-type(4) {
  -webkit-transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s, -webkit-transform 0.3s 0.3s ease-in-out;
  -o-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s ease-in-out;
  -moz-transition: opacity 0.3s 0.3s, transform 0.3s 0.3s ease-in-out, -moz-transform 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s ease-in-out;
  transition: opacity 0.3s 0.3s, transform 0.3s 0.3s ease-in-out, -webkit-transform 0.3s 0.3s ease-in-out, -moz-transform 0.3s 0.3s ease-in-out;
}
.menu.animate-in .menudata__footer {
  opacity: 1;
  -webkit-transition: opacity 0.8s 0.6s;
  -o-transition: opacity 0.8s 0.6s;
  -moz-transition: opacity 0.8s 0.6s;
  transition: opacity 0.8s 0.6s;
}
.menu.animate-in .svg-layer {
  opacity: 1;
  -webkit-transition: opacity 1.2s 0.8s;
  -o-transition: opacity 1.2s 0.8s;
  -moz-transition: opacity 1.2s 0.8s;
  transition: opacity 1.2s 0.8s;
}
.menu.animate-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.inner {
  opacity: 0;
  visibility: hidden;
}
.inner .inner__media {
  display: none !important;
}
.inner .inner__content {
  opacity: 0;
  -webkit-transform: translateY(50px);
     -moz-transform: translateY(50px);
      -ms-transform: translateY(50px);
          transform: translateY(50px);
}
.inner.animate-in {
  opacity: 1;
  visibility: visible;
}
.inner.animate-in .inner__media {
  display: none !important;
}
.inner.animate-in .inner__content {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  -webkit-transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, -webkit-transform 0.5s 0s ease-in-out;
  -o-transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out;
  -moz-transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out, -moz-transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out;
  transition: opacity 0.5s 0s, transform 0.5s 0s ease-in-out, -webkit-transform 0.5s 0s ease-in-out, -moz-transform 0.5s 0s ease-in-out;
}
.inner.animate-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.header__socials {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: visibility 0s 0s, opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: visibility 0s 0s, opacity 0.5s, -webkit-transform 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: visibility 0s 0s, opacity 0.5s, transform 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: visibility 0s 0s, opacity 0.5s, transform 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: visibility 0s 0s, opacity 0.5s, transform 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: visibility 0s 0s, opacity 0.5s, transform 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09), -webkit-transform 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
.header__socials.animate-in {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}
.header__socials.animate-out {
  opacity: 0;
  -webkit-transform: translateY(-30px);
     -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
  visibility: hidden;
  -webkit-transition: visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: visibility 0s 0.3s, opacity 0.3s 0s, -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: visibility 0s 0.3s, opacity 0.3s 0s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: visibility 0s 0.3s, opacity 0.3s 0s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: visibility 0s 0.3s, opacity 0.3s 0s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: visibility 0s 0.3s, opacity 0.3s 0s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
@media only screen and (min-width: 992px) {
  .header__socials {
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
  }
}

.socials-trigger {
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
  -webkit-transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: color 0.3s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: color 0.3s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: color 0.3s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: color 0.3s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
.socials-trigger.is-hidden {
  -webkit-transform: scale3d(0, 0, 0);
     -moz-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
}

.socials__close {
  -webkit-transform: scale3d(0, 0, 0);
     -moz-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  -webkit-transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: color 0.3s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: color 0.3s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: color 0.3s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: color 0.3s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
.socials__close.is-scaled-up {
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

.popup {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: visibility 0s 0s, opacity 0.3s 0s;
  -o-transition: visibility 0s 0s, opacity 0.3s 0s;
  -moz-transition: visibility 0s 0s, opacity 0.3s 0s;
  transition: visibility 0s 0s, opacity 0.3s 0s;
}
.popup .svg-layer {
  opacity: 0;
}
.popup .popup__content {
  opacity: 0;
  -webkit-transform: translateY(30px);
     -moz-transform: translateY(30px);
      -ms-transform: translateY(30px);
          transform: translateY(30px);
  -webkit-transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: opacity 0.6s, -webkit-transform 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: opacity 0.6s, transform 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: opacity 0.6s, transform 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: opacity 0.6s, transform 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09), -webkit-transform 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
.popup.animate-in {
  opacity: 1;
  visibility: visible;
}
.popup.animate-in .popup__content {
  opacity: 1;
  -webkit-transform: translateY(0);
     -moz-transform: translateY(0);
      -ms-transform: translateY(0);
          transform: translateY(0);
}
.popup.animate-in .svg-layer {
  opacity: 1;
  -webkit-transition: opacity 1.2s 0.6s;
  -o-transition: opacity 1.2s 0.6s;
  -moz-transition: opacity 1.2s 0.6s;
  transition: opacity 1.2s 0.6s;
}
.popup.animate-out {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  -o-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  -moz-transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
  transition: opacity 0.3s 0.6s, visibility 0s 0.9s;
}
.popup.animate-out .popup__content {
  opacity: 0;
  -webkit-transform: translateY(-30px);
     -moz-transform: translateY(-30px);
      -ms-transform: translateY(-30px);
          transform: translateY(-30px);
}

.popup-close {
  -webkit-transform: scale3d(0, 0, 0);
     -moz-transform: scale3d(0, 0, 0);
          transform: scale3d(0, 0, 0);
  -webkit-transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: color 0.3s, -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: color 0.3s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: color 0.3s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: color 0.3s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: color 0.3s, transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
.popup-close.is-scaled-up {
  -webkit-transform: scale3d(1, 1, 1);
     -moz-transform: scale3d(1, 1, 1);
          transform: scale3d(1, 1, 1);
}

/* ------------------------------------------------*/
/* Transitions End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Typography Start */
/* ------------------------------------------------*/
h1 {
  font: normal 400 4rem/1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
h1.large {
  font-size: 5.4rem;
}
@media only screen and (min-width: 768px) {
  h1 {
    font-size: 6rem;
  }
  h1.large {
    font-size: 8rem;
    margin-left: -0.4rem;
  }
}
@media only screen and (min-width: 1400px) {
  h1 {
    font-size: 8rem;
  }
  h1.large {
    font-size: 11rem;
    margin-left: -0.6rem;
  }
}

.typed-cursor {
  position: relative;
  display: inline-block;
  white-space: nowrap;
  color: rgba(255, 255, 255, 0);
}
.typed-cursor::before {
  content: "";
  display: block;
  position: absolute;
  right: -8px;
  bottom: 7px;
  width: 17px;
  height: 3px;
  background-color: #807df2;
}
@media only screen and (min-width: 768px) {
  .typed-cursor::before {
    width: 26px;
    height: 5px;
    position: absolute;
    right: -15px;
    bottom: 10px;
  }
}
@media only screen and (min-width: 1400px) {
  .typed-cursor::before {
    width: 35px;
    height: 6px;
    position: absolute;
    right: -20px;
    bottom: 12px;
  }
}

h1.large .typed-cursor::before {
  position: absolute;
  right: -8px;
  bottom: 9px;
  width: 18px;
  height: 4px;
}
@media only screen and (min-width: 768px) {
  h1.large .typed-cursor::before {
    width: 28px;
    height: 6px;
    position: absolute;
    right: -15px;
    bottom: 12px;
  }
}
@media only screen and (min-width: 1400px) {
  h1.large .typed-cursor::before {
    width: 39px;
    height: 8px;
    position: absolute;
    right: -20px;
    bottom: 17px;
  }
}

.headline__decorated {
  display: inline-block;
  position: relative;
  vertical-align: middle;
}
.headline__decorated::before {
  content: none;
  display: none;
}
.headline__decorated.filled-object-soon::before {
  content: url("../img/svg/50x50-coming-soon-filled.svg");
}
.headline__decorated.outline-object-soon::before {
  content: url("../img/svg/50x50-coming-soon-outline.svg");
}
.headline__decorated.outline-object-hello::before {
  content: url("../img/svg/50x50-hello-outline.svg");
}
@media only screen and (min-width: 768px) {
  .headline__decorated {
    margin-top: -1.4rem;
  }
  .headline__decorated::before {
    content: none;
    display: none;
  }
  .headline__decorated.filled-object-soon::before {
    content: url("../img/svg/80x80-coming-soon-filled.svg");
  }
  .headline__decorated.outline-object-soon::before {
    content: url("../img/svg/80x80-coming-soon-outline.svg");
  }
  .headline__decorated.outline-object-hello::before {
    content: url("../img/svg/80x80-hello-outline.svg");
  }
}
@media only screen and (min-width: 1400px) {
  .headline__decorated {
    margin-top: -2rem;
  }
  .headline__decorated::before {
    content: none;
    display: none;
  }
  .headline__decorated.filled-object-soon::before {
    content: url("../img/svg/110x110-coming-soon-filled.svg");
  }
  .headline__decorated.outline-object-soon::before {
    content: url("../img/svg/110x110-coming-soon-outline.svg");
  }
  .headline__decorated.outline-object-hello::before {
    content: url("../img/svg/110x110-hello-outline.svg");
  }
}

.headline__subtitle {
  display: inline-block;
  height: 2.6rem;
  padding: 0 1.1rem;
  font: normal 500 1.4rem/2.5rem "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  color: #807df2;
  border: 1px solid #807df2;
  -moz-border-radius: 1.3rem;
       border-radius: 1.3rem;
  margin-bottom: 3.4rem;
}
.headline__subtitle i {
  font-size: 1.4rem;
}

.headline__btnholder {
  margin-top: 2.6rem;
}

h2 {
  font: normal 400 4rem/1.1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
  width: 100%;
  max-width: none;
}
@media only screen and (min-width: 768px) {
  h2 {
    font-size: 5.4rem;
  }
}
@media only screen and (min-width: 1400px) {
  h2 {
    font-size: 6.4rem;
  }
}

.section__subtitle {
  display: inline-block;
  height: 2.6rem;
  padding: 0 1.1rem;
  font: normal 500 1.4rem/2.5rem "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  color: rgb(166.1, 164, 245.9);
  border: 1px solid rgb(166.1, 164, 245.9);
  -moz-border-radius: 1.3rem;
       border-radius: 1.3rem;
  margin-bottom: 3.4rem;
}

.section__text {
  font: normal 300 1.8rem/1.4 "Space Grotesk", sans-serif;
  color: #a9a9ca;
  margin-top: 2.2rem;
  width: 100%;
  max-width: none;
}
.section__text a {
  color: #a9a9ca;
}
@media only screen and (min-width: 1400px) {
  .section__text {
    font-size: 2.4rem;
    margin-top: 2rem;
  }
}

h3 {
  font: normal 400 3.4rem/1.1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
  margin-bottom: 2.2rem;
}
@media only screen and (min-width: 1400px) {
  h3 {
    font-size: 4rem;
  }
}

.block__text {
  font: normal 300 1.8rem/1.4 "Space Grotesk", sans-serif;
  color: #a9a9ca;
  margin-bottom: 3.5rem;
}
.block__text a {
  color: #a9a9ca;
}
@media only screen and (min-width: 1400px) {
  .block__text {
    font-size: 2.4rem;
  }
}

h4 {
  font: normal 400 2.6rem/1.1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

h5 {
  font: normal 400 2rem/1.1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

p {
  font: normal 300 1.8rem/1.4 "Space Grotesk", sans-serif;
  color: #a9a9ca;
}
p a {
  color: #a9a9ca;
}
p span {
  font-weight: 500;
  color: #ffffff;
}
p.additional-text {
  font: normal 400 1.4rem/1.2 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
}
p.additional-text a {
  font: normal 400 1.4rem/1.2 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  color: #a9a9ca;
}
.no-touch p.additional-text:hover a {
  color: #ffffff;
}
p.copyright a {
  color: #ffffff;
}

.text-link {
  color: inherit;
  color: #a9a9ca;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(169, 169, 202, 0.5)), to(rgba(169, 169, 202, 0.5))), -webkit-gradient(linear, left top, right top, from(#807df2), to(#807df2));
  background: -moz-linear-gradient(left, rgba(169, 169, 202, 0.5), rgba(169, 169, 202, 0.5)), -moz-linear-gradient(left, #807df2, #807df2);
  background: -o-linear-gradient(left, rgba(169, 169, 202, 0.5), rgba(169, 169, 202, 0.5)), -o-linear-gradient(left, #807df2, #807df2);
  background: linear-gradient(to right, rgba(169, 169, 202, 0.5), rgba(169, 169, 202, 0.5)), linear-gradient(to right, #807df2, #807df2);
  -moz-background-size: 100% 1px, 0 1px;
       background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 400ms, color 300ms;
  -o-transition: background-size 400ms, color 300ms;
  -moz-transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
  transition: background-size 400ms, color 300ms;
  transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}
.no-touch .text-link:hover {
  color: #ffffff;
  -moz-background-size: 0 1px, 100% 1px;
       background-size: 0 1px, 100% 1px;
}

.contact-link {
  color: inherit;
  color: #a9a9ca;
  text-decoration: none;
  background: -webkit-gradient(linear, left top, right top, from(rgba(169, 169, 202, 0)), to(rgba(169, 169, 202, 0))), -webkit-gradient(linear, left top, right top, from(#807df2), to(#807df2));
  background: -moz-linear-gradient(left, rgba(169, 169, 202, 0), rgba(169, 169, 202, 0)), -moz-linear-gradient(left, #807df2, #807df2);
  background: -o-linear-gradient(left, rgba(169, 169, 202, 0), rgba(169, 169, 202, 0)), -o-linear-gradient(left, #807df2, #807df2);
  background: linear-gradient(to right, rgba(169, 169, 202, 0), rgba(169, 169, 202, 0)), linear-gradient(to right, #807df2, #807df2);
  -moz-background-size: 100% 1px, 0 1px;
       background-size: 100% 1px, 0 1px;
  background-position: 100% 100%, 0 100%;
  background-repeat: no-repeat;
  -webkit-transition: background-size 400ms, color 300ms;
  -o-transition: background-size 400ms, color 300ms;
  -moz-transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
  transition: background-size 400ms, color 300ms;
  transition: background-size 400ms, color 300ms, -moz-background-size 400ms;
}
.no-touch .contact-link:hover {
  color: #ffffff;
  -moz-background-size: 0 1px, 100% 1px;
       background-size: 0 1px, 100% 1px;
}

.blockquote p {
  font: normal 400 2.6rem/1.4 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
.blockquote cite {
  display: block;
  font: normal 500 1.4rem/1.2 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #8c8caa;
  margin-top: 2.5rem;
}
.blockquote cite span {
  display: block;
}

.blockquote__icon {
  display: block;
  width: 110px;
  height: 110px;
  margin-bottom: 3rem;
}

.popup-title__subtitle {
  display: inline-block;
  height: 2.6rem;
  padding: 0 1.1rem;
  font: normal 500 1.4rem/2.5rem "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  color: rgb(166.1, 164, 245.9);
  border: 1px solid rgb(166.1, 164, 245.9);
  -moz-border-radius: 1.3rem;
       border-radius: 1.3rem;
  margin-bottom: 3.2rem;
}

.popup-title__title {
  font: normal 400 3.4rem/1.1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

.popup-title__text {
  font: normal 300 1.8rem/1.4 "Space Grotesk", sans-serif;
  color: #a9a9ca;
  margin-top: 2rem;
}
.popup-title__text a {
  color: #a9a9ca;
}
@media only screen and (min-width: 1400px) {
  .popup-title__text {
    font-size: 2.4rem;
    margin-top: 1.9rem;
  }
}

/* ------------------------------------------------*/
/* Typography End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Buttons & Controls Start */
/* ------------------------------------------------*/
.menu-trigger {
  display: block;
  position: relative;
  width: 50px;
  height: 60px;
}
.menu-trigger .menu-objects {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 50px;
  height: 14px;
  background-color: transparent;
  overflow: hidden;
  opacity: 1;
  -webkit-transition: opacity 0.6s 0.3s ease-in-out;
  -o-transition: opacity 0.6s 0.3s ease-in-out;
  -moz-transition: opacity 0.6s 0.3s ease-in-out;
  transition: opacity 0.6s 0.3s ease-in-out;
}
.menu-trigger .menu-objects::before, .menu-trigger .menu-objects::after {
  content: "";
  display: block;
  width: 100%;
  height: 3px;
  background-color: #ffffff;
}
.menu-trigger .menu-objects::before {
  position: absolute;
  top: 0;
  left: 0;
}
.menu-trigger .menu-objects::after {
  position: absolute;
  bottom: 0;
  left: 0;
}
.menu-trigger .menu-close {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  width: 30px;
  height: 3px;
  background-color: transparent;
  -webkit-transform: translateX(-50%) translateY(-50%) scale3d(0, 0, 0);
     -moz-transform: translateX(-50%) translateY(-50%) scale3d(0, 0, 0);
          transform: translateX(-50%) translateY(-50%) scale3d(0, 0, 0);
  -webkit-transition: -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -webkit-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
.menu-trigger .menu-close::before, .menu-trigger .menu-close::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
.menu-trigger .menu-close::before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.menu-trigger .menu-close::after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.menu-trigger.menu-opened .menu-objects {
  opacity: 0;
  -webkit-transition: opacity 0.6s ease-in-out;
  -o-transition: opacity 0.6s ease-in-out;
  -moz-transition: opacity 0.6s ease-in-out;
  transition: opacity 0.6s ease-in-out;
}
.menu-trigger.menu-opened .menu-close {
  -webkit-transform: translateX(-50%) translateY(-50%) scale3d(1, 1, 1);
     -moz-transform: translateX(-50%) translateY(-50%) scale3d(1, 1, 1);
          transform: translateX(-50%) translateY(-50%) scale3d(1, 1, 1);
  -webkit-transition: -webkit-transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: -webkit-transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09), -webkit-transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09), -moz-transform 0.3s 0.6s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
@media only screen and (min-width: 768px) {
  .menu-trigger {
    width: 60px;
    height: 70px;
  }
  .menu-trigger .menu-objects {
    width: 60px;
    height: 16px;
  }
}
@media only screen and (min-width: 1200px) {
  .no-touch .menu-trigger:hover .menu-objects::before {
    -webkit-animation: 0.4s ease-in-out 0s 1 both slideOutRightMenu;
       -moz-animation: 0.4s ease-in-out 0s 1 both slideOutRightMenu;
            animation: 0.4s ease-in-out 0s 1 both slideOutRightMenu;
  }
  .no-touch .menu-trigger:hover .menu-objects::after {
    -webkit-animation: 0.4s ease-in-out 0s 1 both slideOutRightMenu;
       -moz-animation: 0.4s ease-in-out 0s 1 both slideOutRightMenu;
            animation: 0.4s ease-in-out 0s 1 both slideOutRightMenu;
    -webkit-animation-delay: 0.15s;
       -moz-animation-delay: 0.15s;
            animation-delay: 0.15s;
  }
}
@media only screen and (min-width: 1400px) {
  .menu-trigger {
    height: 100px;
  }
}

@-webkit-keyframes slideOutRightMenu {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-moz-keyframes slideOutRightMenu {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(60px);
         transform: translateX(60px);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  52% {
    -moz-transform: translateX(-60px);
         transform: translateX(-60px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}

@keyframes slideOutRightMenu {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(60px);
       -moz-transform: translateX(60px);
            transform: translateX(60px);
    opacity: 1;
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(-60px);
       -moz-transform: translateX(-60px);
            transform: translateX(-60px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
.btn {
  position: relative;
  display: inline-block;
  border: none;
  outline: 0;
  padding: 0;
  font: inherit;
  background-color: transparent;
  cursor: pointer;
  text-decoration: none;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  text-align: center;
}
@media only screen and (min-width: 768px) {
  .btn {
    display: inline-block;
  }
}

.btn-s {
  display: block;
  height: 4rem;
  -moz-border-radius: 2rem;
       border-radius: 2rem;
  text-align: center;
  font: normal 400 1.4rem/4rem "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  margin-bottom: 1.4rem;
}
.btn-s:last-of-type {
  margin-bottom: 0;
}
.btn-s span,
.btn-s i {
  display: inline-block;
}
.btn-s i {
  font-size: 1.3rem;
  margin-left: 0.4rem;
}
.btn-s.btn-light {
  font-weight: 500;
  color: #141414;
  border: 1px solid #807df2;
  background-color: #807df2;
}
.btn-s.btn-mute {
  color: #a9a9ca;
  border: 1px solid #a9a9ca;
}
@media only screen and (min-width: 768px) {
  .btn-s {
    display: inline-block;
    height: auto;
    -moz-border-radius: 0;
         border-radius: 0;
    text-align: left;
    font-size: 1.6rem;
    line-height: 1.2;
    margin-bottom: 0;
    margin-right: 4rem;
  }
  .btn-s:last-of-type {
    margin-bottom: 0;
    margin-right: 0;
  }
  .btn-s i {
    font-size: 1.5rem;
  }
  .btn-s.btn-light {
    font-weight: 400;
    color: #ffffff;
    border: none;
    background-color: transparent;
  }
  .btn-s.btn-mute {
    color: #a9a9ca;
    border: none;
  }
}
@media only screen and (min-width: 1200px) {
  .no-touch .btn-s:hover.btn-mute {
    color: #ffffff;
  }
}

.btn-l {
  display: block;
  height: 5rem;
  padding: 0 2rem;
  -moz-border-radius: 2.5rem;
       border-radius: 2.5rem;
  font: normal 400 1.4rem/4.8rem "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  -webkit-transition: color 0.3s, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s, background-color 0.3s ease-in-out;
  transition: color 0.3s, background-color 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .btn-l {
    display: inline-block;
  }
}

.btn-light-outline {
  background-color: transparent;
  border: 1px solid #807df2;
  color: #ffffff;
}

.btn-light {
  font-weight: 500;
  background-color: #ffffff;
  border: 1px solid #ffffff;
  color: #000000;
}

.btn-dark {
  font-weight: 500;
  background-color: #807df2;
  border: 1px solid #807df2;
  color: #000000;
}

.btn-icon-left {
  position: relative;
}
.btn-icon-left .btn-title {
  margin-right: 0.4rem;
  overflow: hidden;
}
.btn-icon-left .btn-icon-anim {
  display: inline-block;
  width: auto;
  height: 100%;
  overflow: hidden;
}
.no-touch .btn-icon-left:hover i {
  -webkit-animation: 0.4s ease-in-out 0s 1 both slideOutLeft;
     -moz-animation: 0.4s ease-in-out 0s 1 both slideOutLeft;
          animation: 0.4s ease-in-out 0s 1 both slideOutLeft;
}

@-webkit-keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}

@-moz-keyframes slideOutLeft {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(14px);
         transform: translateX(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -moz-transform: translateX(-14px);
         transform: translateX(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}

@keyframes slideOutLeft {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(14px);
       -moz-transform: translateX(14px);
            transform: translateX(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(-14px);
       -moz-transform: translateX(-14px);
            transform: translateX(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-14px);
            transform: translateX(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(14px);
            transform: translateX(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slideOutRight {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateX(-14px);
         transform: translateX(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -moz-transform: translateX(14px);
         transform: translateX(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes slideOutRight {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateX(-14px);
       -moz-transform: translateX(-14px);
            transform: translateX(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateX(14px);
       -moz-transform: translateX(14px);
            transform: translateX(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideOutDown {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slideOutDown {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateY(14px);
         transform: translateY(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -moz-transform: translateY(-14px);
         transform: translateY(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes slideOutDown {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateY(14px);
       -moz-transform: translateY(14px);
            transform: translateY(14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateY(-14px);
       -moz-transform: translateY(-14px);
            transform: translateY(-14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
@-webkit-keyframes slideOutUp {
  0% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateY(14px);
            transform: translateY(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
}
@-moz-keyframes slideOutUp {
  0% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  50% {
    -moz-transform: translateY(-14px);
         transform: translateY(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -moz-transform: translateY(14px);
         transform: translateY(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
}
@keyframes slideOutUp {
  0% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  50% {
    -webkit-transform: translateY(-14px);
       -moz-transform: translateY(-14px);
            transform: translateY(-14px);
  }
  51% {
    opacity: 0;
  }
  52% {
    -webkit-transform: translateY(14px);
       -moz-transform: translateY(14px);
            transform: translateY(14px);
    opacity: 0;
  }
  53% {
    opacity: 1;
  }
  100% {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
}
/* ------------------------------------------------*/
/* Buttons & Controls End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Forms and Forms Reply Groups Start */
/* ------------------------------------------------*/
.form-container {
  position: relative;
}

.form {
  opacity: 1;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.form.is-hidden {
  opacity: 0;
}

form {
  position: relative;
  width: 100%;
}
form input, form textarea {
  position: relative;
  display: block;
  width: 100%;
  border: none;
  outline: none;
  margin: 0;
  padding: 0;
  background-color: transparent;
  padding: 1.3rem 1.6rem 1.2rem 1.6rem;
  -moz-border-radius: 4px;
       border-radius: 4px;
  font: normal 300 1.6rem/1.6 "Space Grotesk", sans-serif;
  -webkit-transition: border 0.3s, background-color 0.3s ease-in-out;
  -o-transition: border 0.3s, background-color 0.3s ease-in-out;
  -moz-transition: border 0.3s, background-color 0.3s ease-in-out;
  transition: border 0.3s, background-color 0.3s ease-in-out;
}
form input.margin-s, form textarea.margin-s {
  margin: 0 0 0.6rem 0;
}
form input {
  height: 5rem;
  margin: 0 0 2.4rem 0;
}
form textarea {
  height: 16rem;
  resize: none;
  margin: 0 0 2.4rem 0;
}
form input.margin-s, form textarea.margin-s {
  margin: 0 0 0.6rem 0;
}
form .inputs-description {
  display: block;
  width: 100%;
  margin-bottom: 0.3rem;
  padding: 0 0.2rem;
  text-align: right;
  font: normal 400 1.3rem/1.2 "Space Grotesk", sans-serif;
}
@media only screen and (min-width: 1400px) {
  form input {
    height: 5rem;
  }
  form textarea {
    height: 18rem;
  }
}

.form-light ::-webkit-input-placeholder {
  font-weight: 300;
  color: #8c8caa;
}
.form-light :-moz-placeholder {
  font-weight: 300;
  color: #8c8caa;
}
.form-light ::-moz-placeholder {
  font-weight: 300;
  color: #8c8caa;
}
.form-light :-ms-input-placeholder {
  font-weight: 300;
  color: #8c8caa;
}
.form-light input:focus:required:invalid,
.form-light textarea:focus:required:invalid {
  color: #ffffff;
}
.form-light input:required:valid,
.form-light textarea:required:valid {
  color: #ffffff;
}
.form-light input, .form-light textarea {
  border: 1px solid #424264;
  color: #ffffff;
}
.form-light input:focus, .form-light textarea:focus {
  background-color: rgba(255, 255, 255, 0.05);
  border: 1px solid #807df2;
}
.form-light .inputs-description {
  color: #8c8caa;
}

.form-dark ::-webkit-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-dark :-moz-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-dark ::-moz-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-dark :-ms-input-placeholder {
  font-weight: 300;
  color: #999999;
}
.form-dark input:focus:required:invalid,
.form-dark textarea:focus:required:invalid {
  color: #141414;
}
.form-dark input:required:valid,
.form-dark textarea:required:valid {
  color: #141414;
}
.form-dark input, .form-dark textarea {
  font: normal 400 1.6rem/1.6 "Space Grotesk", sans-serif;
  border: 1px solid rgba(16, 16, 43, 0.2);
  color: #141414;
}
.form-dark input:focus, .form-dark textarea:focus {
  background-color: rgb(242.3, 242, 253.7);
  border: 1px solid #807df2;
}
.form-dark .inputs-description {
  color: #999999;
}

.reply-group {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 100%;
  max-width: 300px;
  text-align: center;
  opacity: 0;
  -webkit-transition: opacity 0.5s ease-in-out;
  -o-transition: opacity 0.5s ease-in-out;
  -moz-transition: opacity 0.5s ease-in-out;
  transition: opacity 0.5s ease-in-out;
}
.reply-group.is-visible {
  opacity: 1;
}

.notify .reply-group {
  position: absolute;
  top: 0;
  right: auto;
  bottom: auto;
  left: 0;
  -webkit-transform: translateX(0) translateY(0);
     -moz-transform: translateX(0) translateY(0);
      -ms-transform: translateX(0) translateY(0);
          transform: translateX(0) translateY(0);
  text-align: left;
}

.reply-group__icon {
  display: block;
  margin: 0 auto 2rem;
  font-size: 4rem;
  color: #807df2;
}

.reply-group__title {
  font: normal 400 2rem/1.1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
  margin-bottom: 0.4rem;
}

.reply-group__text {
  display: block;
  font: normal 300 1.6rem/1.4 "Space Grotesk", sans-serif;
  color: #a9a9ca;
}

/* ------------------------------------------------*/
/* Forms and Forms Reply Groups End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Animated Backgrounds Start */
/* ------------------------------------------------*/
.video-background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

#video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
}

#main-video,
#inner-video {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center center;
  -moz-background-size: contain;
       background-size: contain;
  -o-object-fit: cover;
     object-fit: cover;
}

/* Mobile video optimizations */
@media only screen and (max-width: 767px) {
  #main-video,
  #inner-video {
    object-fit: cover;
    object-position: center;
    width: 100%;
    height: 100%;
    min-height: 100vh;
    /* iOS specific optimizations */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
  }
  
  .video-background {
    overflow: hidden;
    /* iOS specific */
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
  }
}

/* iOS specific video fixes */
@supports (-webkit-touch-callout: none) {
  #main-video,
  #inner-video {
    -webkit-transform: translateZ(0);
    transform: translateZ(0);
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    will-change: transform;
  }
}

/* ------------------------------------------------*/
/* Animated Backgrounds End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Comparison Table Styles Start */
/* ------------------------------------------------*/
.comparison-table-container {
  overflow-x: auto;
  margin-top: 3rem;
}

.comparison-table {
  width: 100%;
  border-collapse: collapse;
  background: rgba(255,255,255,0.03);
  border-radius: 20px;
  overflow: hidden;
  border: 1px solid rgba(255,255,255,0.15);
  box-shadow: 0 10px 40px rgba(0,0,0,0.3);
}

.comparison-table thead tr {
  background: rgba(128, 129, 196, 0.15);
}

.comparison-table th {
  font-size: 2.4rem;
  font-weight: 700;
  line-height: 1.2;
  padding: 2.5rem 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.15);
  border-left: 1px solid rgba(255,255,255,0.15);
  text-align: center;
}

.comparison-table th:first-child {
  border-left: none;
}

.comparison-table th:nth-child(2) {
  color: #ffffff;
  background: rgba(130, 129, 196, 0.2);
}

.comparison-table th:nth-child(3) {
  color: #ffffff;
  background: rgba(168, 85, 247, 0.2);
}

.comparison-table tbody tr:hover {
  background: rgba(255,255,255,0.03);
  transition: background 0.3s ease;
}

.comparison-table td {
  padding: 2.5rem 2rem;
  border-bottom: 1px solid rgba(255,255,255,0.08);
  border-left: 1px solid rgba(255,255,255,0.08);
  transition: all 0.3s ease;
  font-size: 1.8rem;
  line-height: 1.6;
}

.comparison-table .comparison-category {
  font-weight: 700;
  font-size: 2rem;
  line-height: 1.3;
  color: #ffffff;
  border-left: none;
}

.comparison-table .comparison-adsmood {
  color: #ffffff;
  background: rgba(130, 129, 196, 0.1);
  font-weight: 500;
}

.comparison-table .comparison-others {
  color: #e0e0e0;
}

.comparison-table .comparison-benefit {
  color: #f0f0f0;
  background: rgba(168, 85, 247, 0.15);
  font-weight: 500;
}

.comparison-table tbody tr:last-child td {
  border-bottom: none;
}

/* Mobile responsive styles */
@media only screen and (max-width: 767px) {
  .comparison-table th,
  .comparison-table td {
    padding: 1.8rem 1.2rem;
    font-size: 1.5rem;
  }
  
  .comparison-table th {
    font-size: 1.8rem;
  }
  
  .comparison-table .comparison-category {
    font-size: 1.6rem;
  }
}

@media only screen and (max-width: 480px) {
  .comparison-table th,
  .comparison-table td {
    padding: 1.5rem 1rem;
    font-size: 1.3rem;
  }
  
  .comparison-table th {
    font-size: 1.5rem;
  }
  
  .comparison-table .comparison-category {
    font-size: 1.4rem;
  }
}
/* ------------------------------------------------*/
/* Comparison Table Styles End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* How We Work - Hide Images */
/* ------------------------------------------------*/
/* Hide images only in How We Work section (not Services) */
.inner__content:not(.services-section) .features__image {
  display: none !important;
}

/* Adjust layout for text-only features in How We Work only */
.inner__content:not(.services-section) .features__item {
  text-align: center;
  padding: 2rem;
}

.inner__content:not(.services-section) .features__descr {
  width: 100%;
  padding: 0;
}
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Header Start */
/* ------------------------------------------------*/
.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 360px;
  height: 60px;
  background-color: #10102b;
  border-bottom: 1px solid #424264;
  z-index: 10;
}
.header.header-transparent {
  background-color: transparent;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.header.header-transparent .controls__block {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: border-left 0.5s ease-in-out;
  -o-transition: border-left 0.5s ease-in-out;
  -moz-transition: border-left 0.5s ease-in-out;
  transition: border-left 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .header {
    height: 70px;
  }
}
@media only screen and (min-width: 1400px) {
  .header {
    height: 100px;
  }
}

.header__logo {
  position: relative;
  padding: 0 2.4rem;
  z-index: 1000;
}
.header__logo img {
  display: block !important;
  width: auto;
  max-height: 35px;
  max-width: 140px;
  visibility: visible !important;
  opacity: 1 !important;
  filter: brightness(1.1);
  transition: all 0.3s ease;
  object-fit: contain;
}

.header__logo .logo-link {
  display: block;
  transition: all 0.3s ease;
}

.header__logo .logo-link:hover {
  transform: scale(1.05);
  opacity: 0.8;
}

.header__logo img:hover {
  filter: brightness(1.2);
  transform: scale(1.05);
}

.adsmood-logo {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 2.5rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: 2px !important;
  background: linear-gradient(135deg, #666694 0%, #8281c4 50%, #9695d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none !important;
  display: block !important;
  line-height: 1 !important;
  cursor: pointer;
  transition: all 0.3s ease;
}

.adsmood-logo:hover {
  background: linear-gradient(135deg, #8281c4 0%, #9695d8 50%, #b4b3e8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  transform: scale(1.05);
}

.adsmood-logo-loader {
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 1.8rem !important;
  font-weight: 800 !important;
  color: #ffffff !important;
  letter-spacing: 3px !important;
  background: linear-gradient(135deg, #666694 0%, #8281c4 50%, #9695d8 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  background-clip: text;
  text-decoration: none !important;
  display: block !important;
  line-height: 1 !important;
  text-align: center;
  animation: logoLoader 2s ease-in-out infinite;
}

@keyframes logoLoader {
  0%, 100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.7;
    transform: scale(1.05);
  }
}

/* Override original loader circle animation */
.loader__circle {
  animation: none !important;
  box-shadow: none !important;
  width: auto !important;
  height: auto !important;
}

.custom-loader {
  width: 50px;
  height: 50px;
  border: 4px solid rgba(130, 129, 196, 0.3);
  border-left: 4px solid #8281c4;
  border-radius: 50%;
  animation: customLoaderSpin 1s linear infinite;
}

@keyframes customLoaderSpin {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
@media only screen and (min-width: 768px) {
  .header__logo {
    padding: 0 7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .header__logo {
    padding: 0 10rem;
  }
}

.header__controls {
  position: relative;
  height: 100%;
}

.controls__block {
  position: relative;
  height: 100%;
  border-left: 1px solid #424264;
  padding: 0 1.8rem;
  -webkit-transition: border-left 0.5s ease-in-out;
  -o-transition: border-left 0.5s ease-in-out;
  -moz-transition: border-left 0.5s ease-in-out;
  transition: border-left 0.5s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .controls__block {
    padding: 0 2.5rem;
  }
}
@media only screen and (min-width: 1200px) {
  .controls__block {
    padding: 0 3rem;
  }
}
@media only screen and (min-width: 1400px) {
  .controls__block {
    padding: 0 4rem;
  }
}

.sayhello-trigger {
  display: block;
  position: relative;
  font: normal 400 1.6rem/1.2 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
.sayhello-trigger span {
  display: none;
}
@media only screen and (min-width: 992px) {
  .sayhello-trigger i {
    display: none;
  }
  .sayhello-trigger span {
    display: block;
  }
}
@media only screen and (min-width: 1200px) {
  .sayhello-trigger {
    position: relative;
  }
}

/* Header Navigation Start */
.header__navigation {
  position: relative;
  height: 100%;
}

.header__nav-links {
  height: 100%;
  margin: 0;
  padding: 0;
  list-style: none;
}

.header__nav-links li {
  position: relative;
  height: 100%;
  margin: 0;
  padding: 0;
}

.header__nav-link {
  position: relative;
  display: flex;
  align-items: center;
  height: 100%;
  padding: 0 1.5rem;
  color: #ffffff;
  text-decoration: none;
  font-size: 1.4rem;
  font-weight: 500;
  line-height: 1;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  -webkit-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

.header__nav-link:hover,
.header__nav-link.active-link {
  color: #ffffff;
  background-color: rgba(255, 255, 255, 0.1);
}

.header.header-transparent .header__nav-link {
  border-left: 1px solid rgba(255, 255, 255, 0.3);
  -webkit-transition: border-left 0.5s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -o-transition: border-left 0.5s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  -moz-transition: border-left 0.5s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
  transition: border-left 0.5s ease-in-out, color 0.3s ease-in-out, background-color 0.3s ease-in-out;
}

@media only screen and (max-width: 991px) {
  .header__navigation {
    display: none;
  }
}

@media only screen and (min-width: 992px) {
  .header__nav-link {
    padding: 0 1rem;
    font-size: 1.4rem;
    width: 120px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}

@media only screen and (min-width: 1200px) {
  .header__nav-link {
    padding: 0 1rem;
    font-size: 1.5rem;
    width: 140px;
    text-align: center;
    display: flex;
    align-items: center;
    justify-content: center;
  }
}
/* Header Navigation End */

/* Custom Title Spacing */
.headline__title.large {
  line-height: 1 !important;
  margin-bottom: 0 !important;
}

.headline__title.large div {
  line-height: 0.9 !important;
  margin: 0 !important;
  padding: 0 !important;
  display: block !important;
}

.headline__title.large .headline__decorated {
  line-height: 0.9 !important;
  margin: 0 !important;
  padding: 0 !important;
}

/* ------------------------------------------------*/
/* Header End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Main Section Start */
/* ------------------------------------------------*/
.main {
  position: relative;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #10102b;
  z-index: 1;
}
.main.full {
  padding-top: 0;
}
@media only screen and (min-width: 1200px) {
  .main {
    overflow: hidden;
    padding-top: 0;
  }
}

.fullscreen-wrapper {
  position: relative;
  width: 100%;
  height: 100%;
  min-height: 600px;
}

.main__content {
  position: relative;
  min-height: 100%;
  padding-top: 60px;
}
.main__content.content-fullheight {
  padding: 0;
  height: 100%;
  min-height: 600px;
}
@media only screen and (min-width: 768px) {
  .main__content {
    padding-top: 70px;
  }
  .main__content.content-fullheight {
    padding: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .main__content {
    height: 100%;
    min-height: unset;
  }
}
@media only screen and (min-width: 1400px) {
  .main__content {
    padding-top: 100px;
  }
  .main__content.content-fullheight {
    padding: 0;
  }
}

.main__intro {
  position: relative;
  height: 70vh;
  min-height: 460px;
}
.main__intro.intro-large-title {
  min-height: 580px;
}
.main__intro.intro-fullheight {
  height: 100%;
  min-height: unset;
}
@media only screen and (min-width: 1200px) {
  .main__intro {
    height: auto;
    min-height: unset;
  }
  .main__intro.intro-large-title {
    min-height: unset;
  }
}

.intro__content.content-top {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
.intro__content.content-top-large {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media only screen and (min-width: 1200px) {
  .intro__content.content-top {
    position: relative;
    top: auto;
    bottom: auto;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 6.8rem 0 6rem 0;
    max-height: 310px;
  }
  .intro__content.content-top-large {
    position: relative;
    top: auto;
    bottom: auto;
    -webkit-transform: translateY(0);
       -moz-transform: translateY(0);
        -ms-transform: translateY(0);
            transform: translateY(0);
    padding: 5.8rem 0 6.2rem 0;
    max-height: 326px;
  }
}
@media only screen and (min-width: 1400px) {
  .intro__content.content-top {
    padding: 9.8rem 0 9rem 0;
    max-height: 410px;
  }
  .intro__content.content-top-large {
    padding: 8.4rem 0 9.2rem 0;
    max-height: 441px;
  }
}

.intro__data {
  position: relative;
  padding: 0 2.4rem;
  margin-top: 2.8rem;
}
.intro__data li {
  display: block;
  margin-bottom: 0.6rem;
}
.intro__data li:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 768px) {
  .intro__data {
    padding: 0 7rem;
    margin-top: 2.8rem;
  }
}
@media only screen and (min-width: 1200px) {
  .intro__data {
    margin-top: 0;
  }
  .intro__data li:last-of-type {
    margin-bottom: 0.6rem;
  }
}
@media only screen and (min-width: 1400px) {
  .intro__data {
    padding: 0 10rem;
  }
  .intro__data li:last-of-type {
    margin-bottom: 0.8rem;
  }
}

.headline {
  position: relative;
  padding: 0 2.4rem;
}
.headline.centered-mobile {
  position: absolute;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}
@media only screen and (min-width: 768px) {
  .headline {
    padding: 0 7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .headline {
    padding: 0 10rem;
  }
}

.main__media {
  position: relative;
  height: 60vh;
  min-height: 600px;
}
.main__media.media-bottom {
  height: 35vh;
  min-height: 360px;
}
.main__media.media-bottom .rotate-object {
  position: absolute;
  top: -55px;
  right: 24px;
}
.main__media.media-bottom-l {
  height: 35vh;
  min-height: 360px;
}
.main__media.media-bottom-l .rotate-object {
  position: absolute;
  top: -55px;
  right: 24px;
}
.main__media.media-top-l {
  height: 35vh;
  min-height: 360px;
}
.main__media.media-top-l .rotate-object {
  position: absolute;
  top: -55px;
  right: 24px;
}
.main__media.media-padding {
  left: 24px;
  width: -moz-calc(100% - 48px);
  width: calc(100% - 48px);
}
@media only screen and (min-width: 768px) {
  .main__media {
    min-height: 700px;
  }
  .main__media.media-bottom .rotate-object {
    position: absolute;
    top: -80px;
    right: 70px;
  }
  .main__media.media-bottom-l .rotate-object {
    position: absolute;
    top: -80px;
    right: 70px;
  }
  .main__media.media-top-l .rotate-object {
    position: absolute;
    top: -80px;
    right: 70px;
  }
  .main__media.media-padding {
    left: 70px;
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }
}
@media only screen and (min-width: 1200px) {
  .main__media {
    height: 700px;
  }
  .main__media.media-bottom {
    height: -moz-calc(100% - 326px);
    height: calc(100% - 326px);
    min-height: unset;
  }
  .main__media.media-bottom .rotate-object {
    position: absolute;
    top: -80px;
    right: 130px;
  }
  .main__media.media-bottom-l {
    height: -moz-calc(100% - 310px);
    height: calc(100% - 310px);
    min-height: unset;
  }
  .main__media.media-bottom-l .rotate-object {
    position: absolute;
    top: -80px;
    right: 270px;
  }
  .main__media.media-top-l {
    height: -moz-calc(100% - 310px);
    height: calc(100% - 310px);
    min-height: unset;
  }
  .main__media.media-top-l .rotate-object {
    position: absolute;
    top: auto;
    right: 270px;
    bottom: -80px;
  }
  .main__media.media-padding {
    left: 70px;
    width: -moz-calc(100% - 140px);
    width: calc(100% - 140px);
  }
}
@media only screen and (min-width: 1400px) {
  .main__media.media-bottom {
    height: -moz-calc(100% - 441px);
    height: calc(100% - 441px);
  }
  .main__media.media-bottom .rotate-object {
    position: absolute;
    top: -105px;
    right: 160px;
  }
  .main__media.media-bottom-l {
    height: -moz-calc(100% - 410px);
    height: calc(100% - 410px);
  }
  .main__media.media-bottom-l .rotate-object {
    position: absolute;
    top: -105px;
    right: 360px;
  }
  .main__media.media-top-l {
    height: -moz-calc(100% - 410px);
    height: calc(100% - 410px);
  }
  .main__media.media-top-l .rotate-object {
    position: absolute;
    top: auto;
    right: 360px;
    bottom: -105px;
  }
  .main__media.media-padding {
    left: 100px;
    width: -moz-calc(100% - 200px);
    width: calc(100% - 200px);
  }
}

.rotate-object {
  display: block;
  width: 110px;
  height: 110px;
  z-index: 12;
}
.rotate-object img {
  display: block;
  opacity: 1;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
.rotate-object.is-hidden img {
  opacity: 0;
  -webkit-transition: opacity 0.3s ease-in-out;
  -o-transition: opacity 0.3s ease-in-out;
  -moz-transition: opacity 0.3s ease-in-out;
  transition: opacity 0.3s ease-in-out;
}
@media only screen and (min-width: 768px) {
  .rotate-object {
    width: 160px;
    height: 160px;
  }
}
@media only screen and (min-width: 1400px) {
  .rotate-object {
    width: 210px;
    height: 210px;
  }
}

.large-trigger {
  display: block;
  position: relative;
}

.rotate-img {
  display: block;
  width: 100%;
  height: auto;
}
.rotate-img.rotate-img-s {
  display: block;
}
.rotate-img.rotate-img-m, .rotate-img.rotate-img-xxl {
  display: none;
}
@media only screen and (min-width: 768px) {
  .rotate-img.rotate-img-s, .rotate-img.rotate-img-xxl {
    display: none;
  }
  .rotate-img.rotate-img-m {
    display: block;
  }
}
@media only screen and (min-width: 1400px) {
  .rotate-img.rotate-img-s, .rotate-img.rotate-img-m {
    display: none;
  }
  .rotate-img.rotate-img-xxl {
    display: block;
  }
}

.media__image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center;
  -moz-background-size: cover;
       background-size: cover;
}

/* ------------------------------------------------*/
/* Main Section End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Marquee Start */
/* ------------------------------------------------*/
.marquee {
  position: absolute;
  bottom: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  gap: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 60px;
}
.marquee.marquee-relative {
  position: relative;
  bottom: auto;
  left: auto;
}
.marquee:hover .scroll {
  -webkit-animation-play-state: paused;
     -moz-animation-play-state: paused;
          animation-play-state: paused;
}
@media only screen and (min-width: 768px) {
  .marquee {
    height: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .marquee.marquee-relative {
    position: absolute;
    bottom: auto;
    left: auto;
  }
}
@media only screen and (min-width: 1400px) {
  .marquee {
    height: 100px;
  }
}

.marquee-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 1rem;
}

@-webkit-keyframes scroll {
  from {
    -webkit-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}

@-moz-keyframes scroll {
  from {
    -moz-transform: translateX(0);
         transform: translateX(0);
  }
  to {
    -moz-transform: translateX(-moz-calc(-100% - 1rem));
         transform: translateX(calc(-100% - 1rem));
  }
}

@keyframes scroll {
  from {
    -webkit-transform: translateX(0);
       -moz-transform: translateX(0);
            transform: translateX(0);
  }
  to {
    -webkit-transform: translateX(calc(-100% - 1rem));
       -moz-transform: translateX(-moz-calc(-100% - 1rem));
            transform: translateX(calc(-100% - 1rem));
  }
}
.scroll {
  -webkit-animation: scroll 16s linear infinite;
     -moz-animation: scroll 16s linear infinite;
          animation: scroll 16s linear infinite;
}

.marquee {
  background-color: #f0f0fc;
  border-top: 1px solid #10102b;
}
.marquee span {
  display: block;
  white-space: nowrap;
  font: normal 500 3.6rem/1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #141414;
}
.marquee span::after {
  content: "*";
  display: inline-block;
  padding: 0 0.5rem 0 1.5rem;
  color: #807df2;
}
.marquee.opposite {
  background-color: #10102b;
  border-top: 1px solid #424264;
}
.marquee.opposite span {
  font-weight: 400;
  color: #8c8caa;
}
.marquee.opposite span::after {
  color: #807df2;
}
@media only screen and (min-width: 768px) {
  .marquee span {
    font-size: 4.6rem;
  }
  .marquee span::after {
    padding: 0 1rem 0 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .marquee span {
    font-size: 6.4rem;
  }
  .marquee span::after {
    padding: 0 2rem 0 3rem;
  }
}

/* ------------------------------------------------*/
/* Marquee End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Menu Start */
/* ------------------------------------------------*/
.menu {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #10102b;
  z-index: 9;
}

.menu__content {
  position: relative;
  height: 100%;
  min-height: 600px;
  background-repeat: no-repeat;
  background-position: bottom right;
  -moz-background-size: cover;
       background-size: cover;
}
@media only screen and (min-width: 1200px) {
  .menu__content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.menu__background {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: bottom right;
  -moz-background-size: cover;
       background-size: cover;
}

.menu__data {
  position: relative;
  height: 100%;
}

.menudata__links {
  position: absolute;
  left: 0;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
     -moz-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 100%;
}

.navigation {
  display: block;
}
.navigation li {
  display: block;
  position: relative;
  height: 60px;
  padding: 0 2.4rem;
}
.navigation li a {
  display: block;
  position: absolute;
  top: 0;
  left: 2.4rem;
  height: 60px;
  font: normal 400 3.6rem/60px "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
  z-index: 2;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  -moz-transition: opacity 0s;
  transition: opacity 0s;
}
.navigation li a.active-link {
  color: #B4B4FC;
}
.navigation li a.is-hidden {
  opacity: 0;
  -webkit-transition: opacity 0s;
  -o-transition: opacity 0s;
  -moz-transition: opacity 0s;
  transition: opacity 0s;
}
.navigation li .marquee-link {
  position: absolute;
  top: 0;
  left: 0;
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
     -moz-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  overflow: hidden;
  gap: 1rem;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  height: 60px;
  background-color: #f0f0fc;
  border-top: 1px solid #10102b;
  border-bottom: 1px solid #10102b;
  z-index: 1;
  opacity: 0;
  visibility: hidden;
}
.navigation li .marquee-link.is-visible {
  opacity: 1;
  visibility: visible;
}
.navigation li .marquee-link .marquee-link-content {
  display: -webkit-box;
  display: -moz-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-pack: distribute;
      justify-content: space-around;
  gap: 1rem;
}
.navigation li .marquee-link .marquee-link-content span {
  display: block;
  white-space: nowrap;
  font: normal 500 3.6rem/1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #141414;
}
.navigation li .marquee-link .marquee-link-content span::after {
  content: "*";
  display: inline-block;
  padding: 0 0.5rem 0 1.5rem;
  color: #807df2;
}
@media only screen and (min-width: 768px) {
  .navigation li {
    height: 70px;
    padding: 0 70px;
  }
  .navigation li a {
    left: 7rem;
    height: 70px;
    font-size: 4.6rem;
    line-height: 70px;
  }
  .navigation li .marquee-link {
    height: 70px;
  }
  .navigation li .marquee-link .marquee-link-content span {
    font-size: 4.6rem;
  }
  .navigation li .marquee-link .marquee-link-content span::after {
    padding: 0 1rem 0 2rem;
  }
}
@media only screen and (min-width: 1400px) {
  .navigation li {
    height: 100px;
    padding: 0 100px;
  }
  .navigation li a {
    left: 10rem;
    height: 100px;
    font-size: 6.4rem;
    line-height: 100px;
  }
  .navigation li .marquee-link {
    height: 100px;
  }
  .navigation li .marquee-link .marquee-link-content span {
    font-size: 6.4rem;
  }
  .navigation li .marquee-link .marquee-link-content span::after {
    padding: 0 2rem 0 3rem;
  }
}

.scroll-x2 {
  -webkit-animation: scroll 8s linear infinite;
     -moz-animation: scroll 8s linear infinite;
          animation: scroll 8s linear infinite;
}

.menudata__footer {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  padding: 2.4rem 0;
}
.menudata__footer .copyright {
  margin-top: 0.6rem;
}
@media only screen and (min-width: 768px) {
  .menudata__footer {
    padding: 0;
    height: 70px;
  }
  .menudata__footer .copyright {
    margin-top: 0;
  }
}
@media only screen and (min-width: 1200px) {
  .menudata__footer {
    height: 100px;
  }
}

/* ------------------------------------------------*/
/* Menu End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Socials Start */
/* ------------------------------------------------*/
.socials-trigger {
  font: normal 400 1.6rem/1.2 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .socials-trigger {
    display: none;
  }
}

.header__socials {
  position: fixed;
  top: 60px;
  right: 98px;
  z-index: 10;
  background-color: #10102b;
  border: 1px solid #807df2;
  padding: 2.4rem;
  -webkit-box-shadow: 0 14px 28px rgba(128, 125, 242, 0.25), 0 10px 10px rgba(128, 125, 242, 0.22);
     -moz-box-shadow: 0 14px 28px rgba(128, 125, 242, 0.25), 0 10px 10px rgba(128, 125, 242, 0.22);
          box-shadow: 0 14px 28px rgba(128, 125, 242, 0.25), 0 10px 10px rgba(128, 125, 242, 0.22);
}
@media only screen and (min-width: 768px) {
  .header__socials {
    position: fixed;
    top: 70px;
    right: 201px;
    padding: 3rem;
  }
}
@media only screen and (min-width: 992px) {
  .header__socials {
    position: relative;
    top: auto;
    right: auto;
    opacity: 1;
    visibility: visible;
    background-color: transparent;
    border: none;
    padding: 0;
    -webkit-box-shadow: none;
       -moz-box-shadow: none;
            box-shadow: none;
  }
}

.socials__close {
  display: block;
  position: absolute;
  top: -61px;
  right: 1px;
  width: 60px;
  height: 60px;
}
.socials__close span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 3px;
  background-color: transparent;
  -webkit-transition: width 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: width 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: width 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: width 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
.socials__close span::before, .socials__close span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
.socials__close span::before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.socials__close span::after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .socials__close {
    position: absolute;
    top: -71px;
    right: -1px;
    width: 153px;
    height: 70px;
  }
}
@media only screen and (min-width: 992px) {
  .socials__close {
    display: none;
  }
}

.socials__links {
  display: block;
  font: normal 400 1.6rem/1.2 "Space Grotesk", sans-serif;
}
.socials__links li {
  display: block;
  padding-top: 1rem;
  padding-bottom: 1rem;
  border-bottom: 1px solid #424264;
}
.socials__links li:first-of-type {
  padding-top: 0;
}
.socials__links li:last-of-type {
  padding-bottom: 0;
  border-bottom: none;
}
.socials__links li a {
  display: block;
  font: normal 500 1.4rem/1.4 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  color: #ffffff;
}
@media only screen and (min-width: 992px) {
  .socials__links li {
    display: inline-block;
    padding: 0;
    border-bottom: none;
    margin-right: 2.4rem;
  }
  .socials__links li:last-of-type {
    margin-right: 0;
  }
  .socials__links li a {
    display: block;
    font-size: 1.6rem;
    line-height: 1.2;
    color: #ffffff;
  }
  .socials__links span {
    display: none;
  }
}

/* ------------------------------------------------*/
/* Socials End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Countdown Start */
/* ------------------------------------------------*/
.media__countdown {
  position: relative;
}
.media__countdown #countdown {
  position: relative;
  font: normal 400 5.4rem/1 "Space Grotesk", sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #ffffff;
}
.media__countdown .countdown-period {
  display: inline-block;
  margin-left: 1.4rem;
  letter-spacing: 0.1rem;
}
@media only screen and (min-width: 768px) {
  .media__countdown #countdown {
    font-size: 8rem;
  }
  .media__countdown .countdown-period {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .media__countdown #countdown {
    font-size: 11rem;
  }
  .media__countdown .countdown-period {
    margin-left: 1.6rem;
  }
}

.media__countdown-s {
  position: relative;
}
.media__countdown-s #countdown {
  position: relative;
  font: normal 400 4rem/1 "Space Grotesk", sans-serif;
  letter-spacing: normal;
  text-transform: uppercase;
  color: #ffffff;
}
.media__countdown-s .countdown-period {
  display: inline-block;
  margin-left: 1.4rem;
  letter-spacing: 0.1rem;
}
@media only screen and (min-width: 768px) {
  .media__countdown-s #countdown {
    font-size: 6rem;
  }
  .media__countdown-s .countdown-period {
    margin-left: 1.5rem;
  }
}
@media only screen and (min-width: 1400px) {
  .media__countdown-s #countdown {
    font-size: 8rem;
  }
  .media__countdown-s .countdown-period {
    margin-left: 1.6rem;
  }
}

/* ------------------------------------------------*/
/* Countdown End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Swiper Slider Start */
/* ------------------------------------------------*/
.swiper,
.swiper-carousel,
.swiper-inner {
  width: 100%;
  height: 100%;
}

.swiper .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

.swiper-carousel .swiper-slide {
  width: auto;
}
.swiper-carousel img {
  width: auto;
  height: 100%;
}

.swiper-inner .swiper-slide {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center center;
  background-repeat: no-repeat;
  -moz-background-size: cover;
       background-size: cover;
}

.swiper-nav-block-ackley {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 60px;
  z-index: 1;
  border-top: 1px solid rgba(255, 255, 255, 0.3);
}
.swiper-nav-block-ackley.dark {
  border-top: 1px solid #424264;
}
@media only screen and (min-width: 768px) {
  .swiper-nav-block-ackley {
    height: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .swiper-nav-block-ackley {
    left: auto;
    right: 0;
    width: 200px;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-nav-block-ackley {
    width: 260px;
    height: 100px;
  }
}

.swiper-border-ackley {
  display: none;
}
@media only screen and (min-width: 1200px) {
  .swiper-border-ackley {
    display: block;
    position: absolute;
    top: 0;
    right: 200px;
    width: 1px;
    height: 100%;
    background-color: rgba(255, 255, 255, 0.3);
    z-index: 1;
  }
}
@media only screen and (min-width: 1400px) {
  .swiper-border-ackley {
    right: 260px;
  }
}

.split-slider-btn-ackley-prev,
.split-slider-btn-ackley-next {
  width: auto;
  height: 60px;
  margin-top: 0;
  top: auto;
  bottom: 0;
  color: #ffffff;
  overflow: hidden;
}
.split-slider-btn-ackley-prev i,
.split-slider-btn-ackley-next i {
  font-size: 1.6rem;
  margin: 0 1rem;
}
.split-slider-btn-ackley-prev::after,
.split-slider-btn-ackley-next::after {
  display: none;
}
@media only screen and (min-width: 768px) {
  .split-slider-btn-ackley-prev,
  .split-slider-btn-ackley-next {
    height: 70px;
  }
}
@media only screen and (min-width: 1400px) {
  .split-slider-btn-ackley-prev,
  .split-slider-btn-ackley-next {
    height: 100px;
  }
}

.split-slider-btn-ackley-prev {
  left: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .split-slider-btn-ackley-prev {
    left: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .split-slider-btn-ackley-prev {
    left: 6rem;
  }
  .no-touch .split-slider-btn-ackley-prev.anim-left:hover i {
    -webkit-animation: 0.4s ease-in-out 0s 1 both slideOutRight;
       -moz-animation: 0.4s ease-in-out 0s 1 both slideOutRight;
            animation: 0.4s ease-in-out 0s 1 both slideOutRight;
  }
  .no-touch .split-slider-btn-ackley-prev:hover i {
    -webkit-animation: 0.4s ease-in-out 0s 1 both slideOutDown;
       -moz-animation: 0.4s ease-in-out 0s 1 both slideOutDown;
            animation: 0.4s ease-in-out 0s 1 both slideOutDown;
  }
}
@media only screen and (min-width: 1400px) {
  .split-slider-btn-ackley-prev {
    left: 9rem;
  }
}

.split-slider-btn-ackley-next {
  right: 1.4rem;
}
@media only screen and (min-width: 768px) {
  .split-slider-btn-ackley-next {
    right: 6rem;
  }
}
@media only screen and (min-width: 1200px) {
  .split-slider-btn-ackley-next {
    right: 6rem;
  }
  .no-touch .split-slider-btn-ackley-next.anim-right:hover i {
    -webkit-animation: 0.4s ease-in-out 0s 1 both slideOutLeft;
       -moz-animation: 0.4s ease-in-out 0s 1 both slideOutLeft;
            animation: 0.4s ease-in-out 0s 1 both slideOutLeft;
  }
  .no-touch .split-slider-btn-ackley-next:hover i {
    -webkit-animation: 0.4s ease-in-out 0s 1 both slideOutUp;
       -moz-animation: 0.4s ease-in-out 0s 1 both slideOutUp;
            animation: 0.4s ease-in-out 0s 1 both slideOutUp;
  }
}
@media only screen and (min-width: 1400px) {
  .split-slider-btn-ackley-next {
    right: 9rem;
  }
}

/* ------------------------------------------------*/
/* Swiper Slider End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Popup Dialogs Start */
/* ------------------------------------------------*/
.popup {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  min-width: 360px;
  height: 100%;
  overflow-y: auto;
  background-color: rgba(15.2, 15.2, 40.85, 0.6);
  z-index: 11;
}

.popup__container {
  position: relative;
  padding: 6rem 2.4rem;
}
@media only screen and (min-width: 768px) {
  .popup__container {
    width: 100%;
    padding: 0;
  }
}

.popup__content {
  position: relative;
  width: 100%;
  height: auto;
  background-color: #10102b;
  border: 1px solid #807df2;
  padding: 2.4rem;
  z-index: 1;
}
@media only screen and (min-width: 768px) {
  .popup__content {
    max-width: 500px;
    padding: 3rem;
    margin: 0 auto;
  }
}
@media only screen and (min-width: 1200px) {
  .popup__content {
    max-width: 640px;
  }
}
@media only screen and (min-width: 1400px) {
  .popup__content {
    padding: 4.4rem;
    max-width: 700px;
  }
}

.popup-close {
  display: block;
  position: absolute;
  top: -60px;
  right: 0;
  width: 50px;
  height: 60px;
}
.popup-close span {
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
  width: 30px;
  height: 3px;
  background-color: transparent;
  -webkit-transition: width 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: width 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: width 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: width 0.3s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
.popup-close span::before, .popup-close span::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  -webkit-transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -o-transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  -moz-transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
  transition: background-color 0.5s cubic-bezier(0.23, 0.65, 0.74, 1.09);
}
.popup-close span::before {
  -webkit-transform: rotate(45deg);
     -moz-transform: rotate(45deg);
      -ms-transform: rotate(45deg);
          transform: rotate(45deg);
}
.popup-close span::after {
  -webkit-transform: rotate(-45deg);
     -moz-transform: rotate(-45deg);
      -ms-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
@media only screen and (min-width: 768px) {
  .popup-close {
    width: 26px;
  }
}

.popup-title {
  margin-bottom: 3.2rem;
}
@media only screen and (min-width: 1400px) {
  .popup-title {
    margin-bottom: 3, 2rem;
  }
}

/* ------------------------------------------------*/
/* Popup Dialogs End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Inner Sections Start */
/* ------------------------------------------------*/
.inner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow-y: auto;
  overflow-x: hidden;
  background-color: #10102b;
  z-index: 8;
}
@media only screen and (min-width: 1200px) {
  .inner {
    overflow: hidden;
  }
}

.inner__content {
  position: relative;
  padding-top: 60px;
  background-color: #10102b;
}
@media only screen and (min-width: 768px) {
  .inner__content {
    padding-top: 70px;
  }
}
@media only screen and (min-width: 1200px) {
  .inner__content {
    width: 100%;
    height: 100%;
    min-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
  }
}
@media only screen and (min-width: 1400px) {
  .inner__content {
    width: 100%;
    padding-top: 100px;
  }
}

.inner__container {
  position: relative;
  padding: 6rem 0;
  border-bottom: 1px solid #424264;
}
.inner__container:last-of-type {
  border-bottom: none;
}
.inner__container.no-padding {
  padding: 0;
}
@media only screen and (min-width: 768px) {
  .inner__container {
    padding: 7rem 0;
  }
  .inner__container.no-padding {
    padding: 0;
  }
}
@media only screen and (min-width: 1400px) {
  .inner__container {
    padding: 10rem 0;
  }
  .inner__container.no-padding {
    padding: 0;
  }
}

.content-block {
  position: relative;
  padding: 0 2.4rem;
}
@media only screen and (min-width: 768px) {
  .content-block {
    padding: 0 7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .content-block {
    padding: 0 10rem;
  }
}

.fullwidth-container {
  position: relative;
  width: 100%;
  height: 360px;
}
@media only screen and (min-width: 768px) {
  .fullwidth-container {
    height: 500px;
  }
}
@media only screen and (min-width: 1400px) {
  .fullwidth-container {
    height: 700px;
  }
}

.media-container {
  position: relative;
  width: 100%;
  height: 360px;
}
@media only screen and (min-width: 768px) {
  .media-container {
    height: 500px;
  }
}
@media only screen and (min-width: 992px) {
  .media-container {
    width: 100%;
    height: 100%;
  }
}

.padding-block {
  padding: 6rem 2.4rem;
}
@media only screen and (min-width: 768px) {
  .padding-block {
    padding: 7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .padding-block {
    padding: 10rem;
  }
}

.four-sells-block {
  position: relative;
  border-bottom: 1px solid #424264;
}
.four-sells-block:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .four-sells-block {
    border-right: 1px solid #424264;
  }
  .four-sells-block:nth-of-type(2), .four-sells-block:nth-of-type(4) {
    border-right: none;
  }
  .four-sells-block:nth-of-type(3) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1200px) {
  .four-sells-block {
    border-bottom: none;
  }
  .four-sells-block:nth-of-type(2) {
    border-right: 1px solid #424264;
  }
}

.three-sells-block {
  position: relative;
  border-bottom: 1px solid #424264;
}
.three-sells-block:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .three-sells-block {
    border-bottom: none;
    border-right: 1px solid #424264;
  }
  .three-sells-block:last-of-type {
    border-right: none;
  }
}

.two-sells-block {
  position: relative;
  border-bottom: 1px solid #424264;
}
.two-sells-block:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .two-sells-block {
    border-right: 1px solid #424264;
    border-bottom: none;
  }
  .two-sells-block:last-of-type {
    border-right: none;
  }
}

.two-sells-block-reverse {
  position: relative;
  border-bottom: 1px solid #424264;
}
.two-sells-block-reverse:first-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 992px) {
  .two-sells-block-reverse {
    border-right: 1px solid #424264;
  }
  .two-sells-block-reverse:last-of-type {
    border-right: none;
    border-bottom: none;
  }
}

.inner__image {
  position: relative;
  width: 100%;
  height: 100%;
  background-color: transparent;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
}

.inner__media {
  display: none !important;
}

/* ------------------------------------------------*/
/* Inner Sections End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Skillbars Start */
/* ------------------------------------------------*/
.show-skillbar {
  display: block;
  padding: 0;
  margin-bottom: 3.6rem;
}
.show-skillbar:last-of-type {
  margin-bottom: 0;
}
@media only screen and (min-width: 992px) {
  .show-skillbar:first-of-type {
    margin-top: 1rem;
  }
  .show-skillbar:last-of-type {
    margin-bottom: 1.7rem;
  }
}

.skillbar {
  position: relative;
  width: 100%;
  height: 3rem;
}
.skillbar::after {
  content: "";
  display: block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: rgba(255, 255, 255, 0.1);
}

.skillbar-title {
  position: absolute;
  top: 0;
  left: 0;
  font: normal 400 2rem/1.5 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
  height: 3rem;
}

.skillbar-bar {
  display: inline-block;
  position: absolute;
  bottom: -3px;
  left: 0;
  width: 0px;
  height: 3px;
  background-color: #807df2;
}

.skill-bar-percent {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  font: normal 400 2rem/1.2 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  font-variant-numeric: lining-nums;
  color: #ffffff;
  height: 3rem;
}

/* ------------------------------------------------*/
/* Skillbars End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Features Start */
/* ------------------------------------------------*/
.features__item {
  padding: 6rem 2.4rem;
}
@media only screen and (min-width: 768px) {
  .features__item {
    padding: 7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .features__item {
    padding: 10rem;
  }
}

.features__descr {
  margin-top: 2.2rem;
}

.features__subtitle {
  display: inline-block;
  height: 2.2rem;
  padding: 0 1.1rem;
  margin-bottom: 2.1rem;
  font: normal 500 1.2rem/2.1rem "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  color: rgb(166.1, 164, 245.9);
  border: 1px solid rgb(166.1, 164, 245.9);
  -moz-border-radius: 1.1rem;
       border-radius: 1.1rem;
}

.features__title {
  font: normal 400 2.6rem/1.1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}

.features__text {
  margin-top: 1.1rem;
}

/* ------------------------------------------------*/
/* Features End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Showreel Start */
/* ------------------------------------------------*/
.showreel {
  position: relative;
  width: 100%;
  height: 100%;
  background-repeat: no-repeat;
  background-position: center center;
  -moz-background-size: cover;
       background-size: cover;
  background-color: pink;
}

.showreel__button {
  position: absolute;
  left: 50%;
  top: 50%;
  bottom: auto;
  right: auto;
  -webkit-transform: translateX(-50%) translateY(-50%);
     -moz-transform: translateX(-50%) translateY(-50%);
      -ms-transform: translateX(-50%) translateY(-50%);
          transform: translateX(-50%) translateY(-50%);
}

/* ------------------------------------------------*/
/* Showreel End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Contact Data Start */
/* ------------------------------------------------*/
.contactdata__item {
  padding: 6rem 2.4rem;
}
@media only screen and (min-width: 768px) {
  .contactdata__item {
    padding: 7rem;
  }
}
@media only screen and (min-width: 1400px) {
  .contactdata__item {
    padding: 10rem;
  }
}

.contactdata__text {
  font-size: 1.6rem;
  line-height: 1.6;
  margin-top: 1.6rem;
  white-space: nowrap;
}
.contactdata__text a {
  white-space: nowrap;
}

.contactdata__socials {
  display: block;
  position: relative;
  margin-top: 2.4rem;
}
.contactdata__socials li {
  display: inline-block;
  margin-left: -4px;
  padding-left: 7px;
  padding-right: 7px;
}
.contactdata__socials li:first-of-type {
  padding-left: 0;
}
.contactdata__socials li:last-of-type {
  padding-right: 0;
}
.contactdata__socials li a {
  display: block;
  font-size: 1.6rem;
  width: 42px;
  height: 42px;
  line-height: 42px;
  text-align: center;
  border: 1px solid #8c8caa;
  color: #a9a9ca;
  -moz-border-radius: 50%;
       border-radius: 50%;
}

/* ------------------------------------------------*/
/* Contact Data End */
/* ------------------------------------------------*/
/* ------------------------------------------------*/
/* Gallery Start */
/* ------------------------------------------------*/
.works__gallery {
  position: relative;
}

.my-gallery__item {
  padding: 6rem 2.4rem;
  border-bottom: 1px solid #424264;
}
.my-gallery__item:last-of-type {
  border-bottom: none;
}
@media only screen and (min-width: 768px) {
  .my-gallery__item {
    padding: 7rem;
    border-right: 1px solid #424264;
  }
  .my-gallery__item:nth-of-type(2), .my-gallery__item:nth-of-type(4), .my-gallery__item:last-of-type {
    border-right: none;
  }
  .my-gallery__item:nth-of-type(5) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1200px) {
  .my-gallery__item:nth-of-type(3) {
    border-right: none;
  }
  .my-gallery__item:nth-of-type(2), .my-gallery__item:nth-of-type(4) {
    border-right: 1px solid #424264;
  }
  .my-gallery__item:nth-of-type(4) {
    border-bottom: none;
  }
}
@media only screen and (min-width: 1400px) {
  .my-gallery__item {
    padding: 10rem;
  }
}

.my-gallery__link {
  display: block;
  position: relative;
  width: 100%;
  height: auto;
  overflow: hidden;
}
.no-touch .my-gallery__link:hover .my-gallery__image {
  -webkit-transform: scale(1.05);
     -moz-transform: scale(1.05);
      -ms-transform: scale(1.05);
          transform: scale(1.05);
}

.my-gallery__image {
  display: block;
  width: 100%;
  height: auto;
  -webkit-transform: scale(1);
     -moz-transform: scale(1);
      -ms-transform: scale(1);
          transform: scale(1);
  -webkit-transition: all 0.5s ease-in-out;
  -o-transition: all 0.5s ease-in-out;
  -moz-transition: all 0.5s ease-in-out;
  transition: all 0.5s ease-in-out;
}

.my-gallery__description h4,
.my-gallery__description p {
  display: none;
}

.pswp__caption__center {
  padding: 20px 10px;
}
.pswp__caption__center h4 {
  font: normal 400 2.6rem/1.1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.1rem;
  color: #ffffff;
}
.pswp__caption__center h4 small {
  display: block;
  font: normal 400 1.4rem/1.2 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.06rem;
  color: #a9a9ca;
  margin-top: 0.5rem;
}
.pswp__caption__center p {
  font: normal 300 1.6rem/1.4 "Space Grotesk", sans-serif;
  color: #a9a9ca;
  margin-top: 1.4rem;
}

.pswp__counter {
  font: normal 200 2rem/44px "Space Grotesk", sans-serif;
  letter-spacing: -0.1rem;
  -webkit-font-feature-settings: "lnum";
     -moz-font-feature-settings: "lnum";
          font-feature-settings: "lnum";
}

.pswp__counter {
  font-family: "Space Grotesk", sans-serif;
}

.pswp__button--close {
  opacity: 1;
}

.pswp__button--arrow--left::before, .pswp__button--arrow--right::before {
  width: 44px;
  height: 44px;
}

.pswp__button--arrow--left:before {
  left: 0;
  background-position: -132px -44px;
}

.pswp__button--arrow--right:before {
  right: 0;
  background-position: -88px -44px;
}

.pswp__bg {
  background: #10102b;
}

.pswp__caption, .pswp__top-bar {
  background-color: rgba(0, 0, 0, 0.3);
}

.pswp__button--close {
  background-color: #807df2;
}

/* ------------------------------------------------*/
/* Gallery End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Services Section Start */
/* ------------------------------------------------*/
.service__item {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
}

.service__item:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-10px);
}

.service__icon {
  font-size: 3rem;
  margin-bottom: 1.5rem;
  display: block;
}

.service__title {
  font: normal 600 1.8rem/1.2 "Space Grotesk", sans-serif;
  color: #ffffff;
  margin-bottom: 1rem;
}

.service__credits {
  margin-bottom: 1.5rem;
}

.credits-label {
  background: linear-gradient(135deg, #666694, #8281c4);
  color: #ffffff;
  padding: 0.5rem 1rem;
  border-radius: 20px;
  font: normal 500 0.9rem/1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
}

.service__text {
  font: normal 300 1rem/1.5 "Space Grotesk", sans-serif;
  color: #a9a9ca;
  margin: 0;
}

/* ------------------------------------------------*/
/* Services Section End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Pricing Section Start */
/* ------------------------------------------------*/
.pricing__plan {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 2.5rem 2rem;
  text-align: center;
  transition: all 0.3s ease;
  height: 100%;
  position: relative;
}

.pricing__plan--popular {
  border-color: #8281c4;
  background: rgba(130, 129, 196, 0.1);
  transform: scale(1.05);
}

.pricing__plan:hover {
  background: rgba(255, 255, 255, 0.05);
  border-color: rgba(255, 255, 255, 0.2);
  transform: translateY(-10px);
}

.pricing__plan--popular:hover {
  transform: scale(1.05) translateY(-10px);
}

.plan__badge {
  font-size: 2rem;
  margin-bottom: 1rem;
  display: block;
}

.plan__title {
  font: normal 600 1.8rem/1.2 "Space Grotesk", sans-serif;
  color: #ffffff;
  margin-bottom: 0.5rem;
}

.plan__popular {
  background: linear-gradient(135deg, #666694, #8281c4);
  color: #ffffff;
  padding: 0.3rem 1rem;
  border-radius: 15px;
  font: normal 500 0.8rem/1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  margin-bottom: 1rem;
  display: inline-block;
}

.plan__price {
  font: normal 700 2.5rem/1.2 "Space Grotesk", sans-serif;
  color: #ffffff;
  margin-bottom: 1rem;
}

.plan__price span {
  font: normal 400 1rem/1 "Space Grotesk", sans-serif;
  color: #a9a9ca;
}

.plan__description {
  font: normal 300 1rem/1.4 "Space Grotesk", sans-serif;
  color: #a9a9ca;
  margin-bottom: 2rem;
}

.plan__features ul {
  list-style: none;
  padding: 0;
  margin: 0 0 2rem 0;
  text-align: left;
}

.plan__features li {
  font: normal 300 1rem/1.5 "Space Grotesk", sans-serif;
  color: #a9a9ca;
  padding: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
}

.plan__features li::before {
  content: "✓";
  color: #8281c4;
  font-weight: bold;
  position: absolute;
  left: 0;
}

.plan__cta {
  margin-top: auto;
}

.plan__button {
  background: linear-gradient(135deg, #666694, #8281c4);
  color: #ffffff;
  border: none;
  padding: 1rem 2rem;
  border-radius: 50px;
  font: normal 500 1rem/1 "Space Grotesk", sans-serif;
  text-transform: uppercase;
  letter-spacing: 0.05rem;
  cursor: pointer;
  transition: all 0.3s ease;
  width: 100%;
}

.plan__button:hover {
  background: linear-gradient(135deg, #7a79a8, #9695d8);
  transform: translateY(-3px);
}

.plan__button--popular {
  background: linear-gradient(135deg, #8281c4, #a09fdb);
}

.plan__button--popular:hover {
  background: linear-gradient(135deg, #9695d8, #b4b3ee);
}

/* Credits Calculator */
.calculator__title {
  font: normal 600 2.5rem/1.2 "Space Grotesk", sans-serif;
  color: #ffffff;
  text-align: center;
  margin-bottom: 2rem;
  padding: 0 4rem;
}

.calculator__subtitle {
  font: normal 500 1.6rem/1.4 "Space Grotesk", sans-serif;
  color: #a9a9ca;
  text-align: center;
  margin-bottom: 5rem;
  padding: 0 4rem;
}

/* Credits Calculator responsive spacing */
@media only screen and (min-width: 1200px) {
  .calculator__title {
    font-size: 3rem;
    margin-bottom: 2.5rem;
  }
  
  .calculator__subtitle {
    font-size: 1.8rem;
    margin-bottom: 6rem;
  }
}

.calculator {
  background: rgba(255, 255, 255, 0.03);
  backdrop-filter: blur(10px);
  border: 1px solid rgba(255, 255, 255, 0.1);
  border-radius: 20px;
  padding: 4rem;
  width: 100%;
  margin: 0;
}

.calculator__grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: 2rem;
  margin-bottom: 3rem;
}

.calculator__item {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background: rgba(255, 255, 255, 0.02);
  border: 1px solid rgba(255, 255, 255, 0.05);
  border-radius: 15px;
  padding: 1.5rem;
}

.calculator__service h5 {
  font: normal 600 1.5rem/1.2 "Space Grotesk", sans-serif;
  color: #ffffff;
  margin: 0 0 0.8rem 0;
}

.calculator__credits {
  font: normal 400 1.1rem/1 "Space Grotesk", sans-serif;
  color: #a9a9ca;
}

.calculator__controls {
  display: flex;
  align-items: center;
  gap: 1rem;
}

.calculator__controls button {
  background: linear-gradient(135deg, #666694, #8281c4);
  color: #ffffff;
  border: none;
  width: 50px;
  height: 50px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
}

.calculator__controls button:hover {
  background: linear-gradient(135deg, #7a79a8, #9695d8);
  transform: scale(1.1);
}

.calculator__controls span {
  font: normal 600 1.4rem/1 "Space Grotesk", sans-serif;
  color: #ffffff;
  min-width: 40px;
  text-align: center;
}

.calculator__summary {
  background: rgba(130, 129, 196, 0.1);
  border: 1px solid rgba(130, 129, 196, 0.3);
  border-radius: 15px;
  padding: 1.5rem;
  text-align: center;
}

.summary__total, .summary__recommendation {
  font: normal 400 1.4rem/1.5 "Space Grotesk", sans-serif;
  color: #a9a9ca;
  margin-bottom: 0.8rem;
}

.summary__total strong, .summary__recommendation strong {
  color: #ffffff;
  font-weight: 700;
  font-size: 1.6rem;
}

/* Responsive Design */
@media (min-width: 768px) {
  .calculator__grid {
    grid-template-columns: repeat(2, 1fr);
  }
}

@media (min-width: 992px) {
  .calculator__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 2.5rem;
  }
  
  .calculator__item {
    flex-direction: column;
    text-align: center;
    gap: 1.2rem;
    padding: 1.5rem;
    border-radius: 15px;
    background: rgba(255, 255, 255, 0.02);
    border: 1px solid rgba(255, 255, 255, 0.05);
    transition: all 0.3s ease;
  }
  
  .calculator__item:hover {
    background: rgba(255, 255, 255, 0.05);
    border-color: rgba(130, 129, 196, 0.3);
    transform: translateY(-5px);
  }
  
  .calculator__service {
    margin-bottom: 1rem;
  }
  
  .calculator__service h5 {
    font-size: 1.7rem;
    margin-bottom: 0.8rem;
  }
}

@media (min-width: 1400px) {
  .calculator__grid {
    grid-template-columns: repeat(3, 1fr);
    gap: 3rem;
  }
  
  .calculator__item {
    padding: 2rem;
    flex-direction: column;
    text-align: center;
    gap: 1.5rem;
  }
  
  .calculator__service {
    margin-bottom: 0;
  }
}

/* ------------------------------------------------*/
/* Pricing Section End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* How We Work Styling Start */
/* ------------------------------------------------*/
.skillbar-list {
  list-style: none;
  padding: 0;
  margin: 2rem 0;
}

.skillbar-list li {
  font: normal 300 1rem/1.5 "Space Grotesk", sans-serif;
  color: #a9a9ca;
  padding: 0.5rem 0;
  position: relative;
  padding-left: 1.5rem;
}

.skillbar-list li::before {
  content: "✓";
  color: #8281c4;
  font-weight: bold;
  position: absolute;
  left: 0;
}

/* ------------------------------------------------*/
/* How We Work Styling End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* YouTube Modal Start */
/* ------------------------------------------------*/
.youtube-modal {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.9);
  z-index: 10000;
  align-items: center;
  justify-content: center;
}

.youtube-modal.active {
  display: flex;
}

.youtube-modal__content {
  position: relative;
  width: 90%;
  max-width: 1000px;
  height: 56.25vw;
  max-height: 562px;
}

.youtube-modal__close {
  position: absolute;
  top: -50px;
  right: 0;
  background: #8281c4;
  color: #ffffff;
  border: none;
  width: 40px;
  height: 40px;
  border-radius: 50%;
  font-size: 1.5rem;
  cursor: pointer;
  transition: all 0.3s ease;
  z-index: 10001;
  display: flex;
  align-items: center;
  justify-content: center;
}

.youtube-modal__close:hover {
  background: #9695d8;
  transform: scale(1.1);
}

.youtube-modal__video {
  width: 100%;
  height: 100%;
}

.youtube-modal__video iframe {
  width: 100%;
  height: 100%;
}

.video-thumbnail {
  position: relative;
  cursor: pointer;
  display: block;
  width: 100%;
  height: 100%;
}

.play-button {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(130, 129, 196, 0.9);
  color: #ffffff;
  width: 60px;
  height: 60px;
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1.5rem;
  transition: all 0.3s ease;
  backdrop-filter: blur(10px);
}

.play-button:hover {
  background: rgba(130, 129, 196, 1);
  transform: translate(-50%, -50%) scale(1.1);
}

@media (max-width: 768px) {
  .youtube-modal__content {
    width: 95%;
    height: 53.125vw;
  }
  
  .youtube-modal__close {
    top: -40px;
    width: 35px;
    height: 35px;
    font-size: 1.2rem;
  }
}

/* YouTube Fallback Styling */
.youtube-fallback {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  height: 100%;
  text-align: center;
  color: #ffffff;
  background: rgba(20, 20, 20, 0.9);
  border-radius: 10px;
  padding: 2rem;
}

.youtube-fallback h3 {
  font-size: 1.5rem;
  margin-bottom: 1rem;
  color: #ffffff;
}

.youtube-fallback p {
  font-size: 1rem;
  margin-bottom: 2rem;
  color: #cccccc;
}

.youtube-fallback__button {
  background: #FF0000;
  color: #ffffff;
  padding: 12px 24px;
  text-decoration: none;
  border-radius: 5px;
  font-weight: 600;
  transition: background 0.3s ease;
  display: inline-block;
}

.youtube-fallback__button:hover {
  background: #CC0000;
  color: #ffffff;
  text-decoration: none;
}

.youtube-fallback__buttons {
  display: flex;
  gap: 1rem;
  flex-wrap: wrap;
  justify-content: center;
}

.youtube-fallback__button--secondary {
  background: #666694;
  border: none;
  cursor: pointer;
  font-family: inherit;
}

.youtube-fallback__button--secondary:hover {
  background: #8281c4;
}

/* ------------------------------------------------*/
/* YouTube Modal End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Google Maps Contact Start */
/* ------------------------------------------------*/
.google-maps-container {
  width: 100%;
  height: 100%;
  min-height: 400px;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0 8px 32px rgba(0, 0, 0, 0.1);
}

.google-maps-container iframe {
  filter: grayscale(0.3) contrast(1.1);
  transition: filter 0.3s ease;
}

.google-maps-container:hover iframe {
  filter: grayscale(0) contrast(1);
}

@media (max-width: 991px) {
  .google-maps-container {
    min-height: 300px;
    margin-top: 2rem;
  }
}

/* ------------------------------------------------*/
/* Google Maps Contact End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Watch Reel Button Start */
/* ------------------------------------------------*/
.watch-reel-button {
  display: inline-flex !important;
  align-items: center !important;
  justify-content: center !important;
  padding: 20px 40px !important;
  background: linear-gradient(135deg, #666694 0%, #8281c4 100%) !important;
  border: none !important;
  border-radius: 50px !important;
  color: #ffffff !important;
  text-decoration: none !important;
  font-family: 'Space Grotesk', sans-serif !important;
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  letter-spacing: 1px !important;
  box-shadow: 0 12px 35px rgba(102, 102, 148, 0.4) !important;
  position: relative !important;
  overflow: hidden !important;
  transition: all 0.3s cubic-bezier(0.4, 0, 0.2, 1) !important;
  min-width: 240px !important;
}

.watch-reel-button:before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.15), transparent);
  transition: left 0.6s ease;
}

.watch-reel-button:hover {
  transform: translateY(-3px) scale(1.02) !important;
  box-shadow: 0 20px 45px rgba(102, 102, 148, 0.6) !important;
  background: linear-gradient(135deg, #8281c4 0%, #9695d8 100%) !important;
  color: #ffffff !important;
  text-decoration: none !important;
}

.watch-reel-button:hover:before {
  left: 100%;
}

.watch-reel-button .btn-text {
  font-weight: 700;
  white-space: nowrap;
  font-size: inherit;
}

.watch-reel-button:active {
  transform: translateY(-1px) scale(0.98) !important;
  transition: all 0.1s ease !important;
}

/* Responsive adjustments */
@media (max-width: 768px) {
  .watch-reel-button {
    padding: 18px 35px !important;
    font-size: 1.5rem !important;
    min-width: 220px !important;
  }
}

@media (max-width: 480px) {
  .watch-reel-button {
    padding: 16px 30px !important;
    font-size: 1.3rem !important;
    min-width: 200px !important;
  }
}

/* ------------------------------------------------*/
/* Watch Reel Button End */
/* ------------------------------------------------*/

/* ------------------------------------------------*/
/* Pricing Plan Animations Start */
/* ------------------------------------------------*/

/* Pricing Plan Base Styles */
.pricing-plan {
  background: linear-gradient(135deg, rgba(255, 255, 255, 0.08) 0%, rgba(255, 255, 255, 0.03) 100%);
  backdrop-filter: blur(15px);
  border: 1px solid rgba(255, 255, 255, 0.2) !important;
  position: relative;
  overflow: hidden;
  box-shadow: 0 8px 25px rgba(0, 0, 0, 0.1);
  height: 100%;
  display: flex;
  flex-direction: column;
}

.pricing-plan::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  background: linear-gradient(135deg, rgba(130, 129, 196, 0.12) 0%, rgba(102, 102, 148, 0.08) 100%);
  opacity: 0;
  transition: opacity 0.6s ease;
  z-index: 1;
}

.pricing-plan-popular {
  background: linear-gradient(135deg, rgba(130, 129, 196, 0.4) 0%, rgba(168, 85, 247, 0.35) 50%, rgba(102, 102, 148, 0.3) 100%);
  backdrop-filter: blur(25px);
  border: 2px solid rgba(168, 85, 247, 0.8) !important;
  box-shadow: 0 25px 60px rgba(130, 129, 196, 0.5), 0 0 40px rgba(168, 85, 247, 0.3);
  height: 100%;
  display: flex;
  flex-direction: column;
  position: relative;
}

.pricing-plan-popular::before {
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.15) 0%, rgba(130, 129, 196, 0.12) 100%);
  opacity: 1;
}

/* Pricing Plan Hover Effects */
.pricing-plan {
  transition: all 0.6s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pricing-plan:hover {
  transform: translateY(-8px) scale(1.015);
  box-shadow: 0 25px 50px rgba(130, 129, 196, 0.4);
  border-color: rgba(168, 85, 247, 0.7) !important;
}

.pricing-plan:hover::before {
  opacity: 1;
}

.pricing-plan-popular {
  transition: all 0.7s cubic-bezier(0.25, 0.46, 0.45, 0.94);
}

.pricing-plan-popular:hover {
  transform: translateY(-15px) scale(1.03);
  box-shadow: 0 40px 80px rgba(130, 129, 196, 0.6), 0 0 60px rgba(168, 85, 247, 0.5);
  border-color: rgba(168, 85, 247, 1) !important;
}

.pricing-plan-popular:hover::before {
  opacity: 1;
  background: linear-gradient(135deg, rgba(168, 85, 247, 0.3) 0%, rgba(130, 129, 196, 0.25) 100%);
}

/* Popular Badge Styling */
.popular-badge {
  position: absolute;
  top: -30px;
  left: 50%;
  transform: translateX(-50%);
  background: linear-gradient(135deg, #8281c4 0%, #a855f7 50%, #c084fc 100%);
  color: white;
  padding: 1.5rem 3.5rem;
  border-radius: 60px;
  font-size: 1.4rem;
  font-weight: 900;
  box-shadow: 0 15px 40px rgba(130, 129, 196, 0.6), 0 0 30px rgba(168, 85, 247, 0.4);
  z-index: 10;
  letter-spacing: 1px;
  text-transform: uppercase;
  animation: pulse-glow 3s ease-in-out infinite;
  border: 2px solid rgba(255, 255, 255, 0.3);
  backdrop-filter: blur(10px);
}

.popular-badge::before {
  content: '';
  position: absolute;
  top: -2px;
  left: -2px;
  right: -2px;
  bottom: -2px;
  background: linear-gradient(45deg, #8281c4, #a855f7, #c084fc, #8281c4);
  background-size: 400% 400%;
  border-radius: 50px;
  z-index: -1;
  animation: gradient-border 3s ease infinite;
}

@keyframes gradient-border {
  0% { background-position: 0% 50%; }
  50% { background-position: 100% 50%; }
  100% { background-position: 0% 50%; }
}

@keyframes pulse-glow {
  0% {
    box-shadow: 0 15px 40px rgba(130, 129, 196, 0.6), 0 0 30px rgba(168, 85, 247, 0.4);
    transform: translateX(-50%) scale(1);
  }
  50% {
    box-shadow: 0 20px 50px rgba(130, 129, 196, 0.8), 0 0 40px rgba(168, 85, 247, 0.6);
    transform: translateX(-50%) scale(1.05);
  }
  100% {
    box-shadow: 0 15px 40px rgba(130, 129, 196, 0.6), 0 0 30px rgba(168, 85, 247, 0.4);
    transform: translateX(-50%) scale(1);
  }
}

/* Button Hover Effects */
.pricing-button {
  position: relative;
  overflow: hidden;
  transition: all 0.5s cubic-bezier(0.25, 0.46, 0.45, 0.94);
  padding: 1.8rem 4rem !important;
  font-size: 1.4rem !important;
  font-weight: 800 !important;
  border-radius: 50px !important;
  letter-spacing: 0.5px;
  text-transform: uppercase;
  min-width: 250px;
  width: 100%;
  max-width: 350px;
  margin: 0 auto;
  display: block;
}

.pricing-button::before {
  content: '';
  position: absolute;
  top: 0;
  left: -100%;
  width: 100%;
  height: 100%;
  background: linear-gradient(90deg, transparent, rgba(255,255,255,0.2), transparent);
  transition: left 0.8s ease-out;
}

.pricing-button:hover::before {
  left: 100%;
}

.pricing-button:hover {
  transform: translateY(-4px) scale(1.05);
  box-shadow: 0 20px 40px rgba(130, 129, 196, 0.6);
  background: linear-gradient(135deg, #a855f7 0%, #c084fc 50%, #8281c4 100%) !important;
}

/* Ensure content is above background and fills container */
.pricing-plan .features__descr {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  min-height: 650px;
}

.pricing-plan-popular .features__descr {
  position: relative;
  z-index: 2;
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  padding: 3rem;
  min-height: 650px;
}

/* Ensure all pricing plans have equal height */
.one-sells-block {
  display: flex;
  flex-direction: column;
}

.one-sells-block .features__item {
  flex: 1;
}

/* Plan structure styling */
.plan-header {
  margin-bottom: 1.5rem;
}

.plan-header .features__subtitle {
  font-size: 1.8rem !important;
  font-weight: 700 !important;
  text-transform: uppercase !important;
  letter-spacing: 2px !important;
}

.plan-header .features__title {
  font-size: 4.5rem !important;
  margin: 1.5rem 0 !important;
  font-weight: 800 !important;
}

.plan-header .features__text {
  font-size: 1.8rem !important;
  line-height: 1.7 !important;
  margin: 2rem 0 !important;
}

.plan-features {
  flex: 1;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin: 1.5rem 0;
}

.plan-features ul li {
  font-size: 1.6rem !important;
  padding: 1.2rem 0 !important;
  line-height: 1.6 !important;
  font-weight: 500 !important;
}

.plan-cta {
  margin-top: 1.5rem;
  text-align: center;
}

/* Special styling for popular plan button */
.pricing-plan-popular .pricing-button {
  background: linear-gradient(135deg, #a855f7 0%, #c084fc 50%, #8281c4 100%) !important;
  box-shadow: 0 8px 25px rgba(168, 85, 247, 0.4) !important;
  border: 2px solid rgba(255, 255, 255, 0.2) !important;
}

.pricing-plan-popular .pricing-button:hover {
  transform: translateY(-6px) scale(1.08) !important;
  box-shadow: 0 25px 50px rgba(168, 85, 247, 0.7) !important;
  background: linear-gradient(135deg, #c084fc 0%, #a855f7 50%, #8281c4 100%) !important;
}

/* Larger screens - even bigger text */
@media (min-width: 1200px) {
  .plan-header .features__title {
    font-size: 5.5rem !important;
  }
  
  .plan-header .features__subtitle {
    font-size: 2rem !important;
  }
  
  .plan-header .features__text {
    font-size: 2rem !important;
  }
  
  .plan-features ul li {
    font-size: 1.8rem !important;
    padding: 1.4rem 0 !important;
  }
  
  .pricing-button {
    font-size: 1.6rem !important;
    padding: 2rem 4.5rem !important;
  }
  
  .popular-badge {
    font-size: 1.6rem !important;
    padding: 1.8rem 4rem !important;
  }
}

/* ------------------------------------------------*/
/* Pricing Plan Animations End */
/* ------------------------------------------------*/

/* Mobile Responsive Fixes for Pricing Section */
@media (max-width: 768px) {
  /* Reduce popular badge size on mobile */
  .popular-badge {
    position: absolute;
    top: -20px;
    left: 50%;
    transform: translateX(-50%);
    background: linear-gradient(135deg, #8281c4 0%, #a855f7 50%, #c084fc 100%);
    color: white;
    padding: 1rem 2.5rem;
    border-radius: 40px;
    font-size: 1.1rem;
    font-weight: 700;
    box-shadow: 0 10px 25px rgba(130, 129, 196, 0.5), 0 0 20px rgba(168, 85, 247, 0.3);
    z-index: 10;
    letter-spacing: 0.5px;
    text-transform: uppercase;
    animation: pulse-glow-mobile 3s ease-in-out infinite;
    border: 1px solid rgba(255, 255, 255, 0.3);
    backdrop-filter: blur(10px);
  }

  /* Mobile-specific pulse animation */
  @keyframes pulse-glow-mobile {
    0% {
      box-shadow: 0 10px 25px rgba(130, 129, 196, 0.5), 0 0 20px rgba(168, 85, 247, 0.3);
      transform: translateX(-50%) scale(1);
    }
    50% {
      box-shadow: 0 15px 35px rgba(130, 129, 196, 0.7), 0 0 30px rgba(168, 85, 247, 0.5);
      transform: translateX(-50%) scale(1.03);
    }
    100% {
      box-shadow: 0 10px 25px rgba(130, 129, 196, 0.5), 0 0 20px rgba(168, 85, 247, 0.3);
      transform: translateX(-50%) scale(1);
    }
  }

  /* Increase spacing between pricing blocks on mobile */
  .one-sells-block {
    margin-bottom: 3rem;
  }

  /* Reduce button size on mobile */
  .pricing-button {
    padding: 1.2rem 2.5rem !important;
    font-size: 1.2rem !important;
    min-width: 200px !important;
    max-width: 280px !important;
  }

  /* Adjust plan header spacing on mobile */
  .plan-header .features__title {
    font-size: 3.5rem !important;
    margin: 1rem 0 !important;
  }

  .plan-header .features__subtitle {
    font-size: 1.5rem !important;
  }

  .plan-header .features__text {
    font-size: 1.4rem !important;
    margin: 1.5rem 0 !important;
  }

  /* Adjust plan features on mobile */
  .plan-features ul li {
    font-size: 1.3rem !important;
    padding: 0.8rem 0 !important;
  }

  /* Add extra top margin to popular plan to prevent overlap */
  .pricing-plan-popular {
    margin-top: 2rem;
  }
}

@media (max-width: 480px) {
  /* Even smaller adjustments for very small screens */
  .popular-badge {
    padding: 0.8rem 2rem;
    font-size: 1rem;
    top: -15px;
  }

  .pricing-button {
    padding: 1rem 2rem !important;
    font-size: 1.1rem !important;
    min-width: 180px !important;
    max-width: 250px !important;
  }

  .plan-header .features__title {
    font-size: 3rem !important;
  }

  .plan-header .features__subtitle {
    font-size: 1.3rem !important;
  }

  .plan-header .features__text {
    font-size: 1.2rem !important;
  }

  .plan-features ul li {
    font-size: 1.1rem !important;
    padding: 0.6rem 0 !important;
  }

  /* Increase spacing even more on very small screens */
  .one-sells-block {
    margin-bottom: 4rem;
  }

  .pricing-plan-popular {
    margin-top: 2.5rem;
  }
}