:root {
  --almost-black: #111;
  --white: #fff;
  --black: #000;
  --dark-grey: #5d5d5d;
  --light-grey: #d1d1d1;
  --grey: #9f9f9f;
  --whitesmoke: #f5f5f5;
  --green: #88e800;
  --transparent: #3330;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

h1 {
  letter-spacing: -.3vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 13vw;
  font-weight: 500;
  line-height: 11.5vw;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 6vw;
  font-weight: 500;
  line-height: 6vw;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 4vw;
  font-weight: 500;
  line-height: 4.5vw;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2.5vw;
  font-weight: 500;
  line-height: 3vw;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 2.5vw;
}

h6 {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 1.3vw;
  font-weight: 500;
  line-height: 1.7vw;
}

p {
  margin-bottom: 10px;
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  font-weight: 400;
  line-height: 2.5vw;
}

a {
  color: var(--almost-black);
  text-decoration: none;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

img {
  max-width: 100%;
  display: inline-block;
}

strong {
  font-weight: bold;
}

em {
  font-style: italic;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

figure {
  margin-bottom: 10px;
}

.container-main {
  width: 100%;
  max-width: none;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  position: relative;
}

.container-main.fullwidth-var {
  padding-left: 0;
  padding-right: 0;
}

.section-main {
  background-color: var(--white);
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.section-main.utilities-head {
  background-color: var(--black);
  padding-top: 25vh;
}

.section-main.utility-content {
  background-color: var(--black);
  padding-top: 5vh;
}

.section-main.hero-section {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.section-main.about-section, .section-main.portfolio-section, .section-main.marquee-section {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
}

.section-main.servive-desc, .section-main.service-section {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-main.cta {
  background-color: var(--black);
  padding-top: 0;
  padding-bottom: 0;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.section-main.testimonial-section {
  background-color: var(--black);
  width: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.section-main.footer-section {
  background-color: var(--black);
  padding-bottom: 0;
  overflow: hidden;
}

.section-main.instruction-content {
  background-color: var(--black);
  padding-top: 25vh;
}

.testimonial-emp {
  font-family: Inter Tight, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

.main-button {
  z-index: 2;
  background-color: var(--dark-grey);
  color: #fff;
  border: 0 #000;
  border-radius: 0;
  margin-top: 0;
  padding: 1vw 2vw;
  font-family: Poppins, sans-serif;
  font-size: 1.3vw;
  line-height: 1.8vw;
  transition: color .2s, background-color .2s;
  position: relative;
}

.main-button:hover {
  background-color: var(--white);
  color: var(--almost-black);
}

.navbar {
  z-index: 1;
  color: #d8d8d8;
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  margin-bottom: -5vw;
  padding-top: 2vw;
  font-weight: 500;
  display: block;
  position: sticky;
  top: 0;
}

.utility-title {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  color: var(--white);
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.guide--single-content-group {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.guide--single-content-group.rich-text {
  margin-top: 100px;
}

.color-code {
  font-family: Poppins, sans-serif;
  font-weight: 400;
}

.guide-menu-list-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.guide-menu-head {
  font-family: Poppins, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2rem;
}

.guide-item {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.guide-item.typo {
  grid-column-gap: 1.7rem;
  grid-row-gap: 1.7rem;
  border-bottom: 1px solid #a8a8a8;
  padding-bottom: 50px;
}

.guide-typo-description {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  display: flex;
}

.guide-menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  width: 30%;
  color: var(--white);
  flex-flow: column;
  margin-top: 18px;
  display: flex;
  position: sticky;
  top: 10vw;
}

.guide-color {
  aspect-ratio: 1;
  background-color: #000;
  border-radius: 0;
  width: 100%;
}

.guide-color._5 {
  background-color: var(--light-grey);
}

.guide-color._4 {
  background-color: var(--grey);
}

.guide-color._1 {
  background-color: var(--whitesmoke);
}

.guide-color._2 {
  background-color: var(--black);
  border: 1px solid #a8a8a8;
}

.guide-color._3 {
  background-color: var(--almost-black);
}

.guide-color._6 {
  background-color: var(--white);
}

.guide-color._7 {
  background-color: var(--dark-grey);
}

.guide-single-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.guide-single-content.typo, .guide-single-content.button {
  padding-top: 200px;
}

.guide-content-list {
  flex-flow: column;
  flex: 1;
  display: flex;
}

.guide-item-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  border-top: 1px solid #a8a8a8;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 40px;
  display: grid;
}

.guide-item-list.button {
  flex-flow: column;
  grid-template-columns: 1fr 1fr;
  display: flex;
}

.guide-item-list.typo {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  display: flex;
}

.style-guide {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.guide-menu-list {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  background-color: var(--almost-black);
  color: var(--white);
  border-radius: 0;
  flex-flow: column;
  padding: 20px;
  text-decoration: none;
  transition: all .5s cubic-bezier(.23, 1, .32, 1);
  display: flex;
}

.guide-menu-list.w--current {
  background-color: var(--dark-grey);
  color: #fff;
}

.guide-description {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1rem;
  display: flex;
  position: relative;
}

.guide-text {
  font-family: Poppins, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.1rem;
}

.guide-color-name {
  font-family: Poppins, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.guide-single-title {
  font-family: Poppins, sans-serif;
  font-size: 3rem;
  font-weight: 400;
  line-height: 3rem;
}

.guide-typo-title {
  font-family: Poppins, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2rem;
}

.guide-menu-title {
  font-family: Poppins, sans-serif;
  font-size: 1.3rem;
  font-weight: 400;
  line-height: 1.3rem;
}

.license-block-wrapper {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  border-top: 1px solid #dedede;
  border-bottom: 1px solid #dedede;
  margin-bottom: 60px;
  padding-top: 60px;
  padding-bottom: 60px;
}

.license-block {
  justify-content: space-between;
  width: 100%;
}

.license-type {
  width: 30%;
  color: var(--white);
}

.license-details {
  width: 70%;
  color: var(--light-grey);
}

.link-license {
  color: var(--white);
  font-weight: 600;
}

.license-description {
  width: 60%;
}

.changelog-wrap {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-align: center;
  background-color: #f5f5f5;
  border: 1px #b6b6b6;
  border-radius: 0;
  flex-flow: column;
  padding: 60px;
  display: flex;
}

.utility-page-wrap {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  width: 260px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

._404-wrap {
  grid-row-gap: 15px;
  color: var(--white);
  text-align: center;
  flex-direction: column;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
}

._404-heading {
  margin-bottom: 10px;
  font-size: 17vw;
  font-weight: 500;
  line-height: 14vw;
}

._404-text {
  margin-bottom: 20px;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  font-weight: 500;
  line-height: 2vw;
}

.hero-wrap {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  position: relative;
}

.hero-background {
  z-index: 0;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-background-image {
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  min-height: 100vh;
  position: absolute;
}

.hero-bottom-left {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  color: var(--white);
  flex-flow: column;
  display: flex;
  position: absolute;
  inset: auto auto 2vw 0;
}

.hero-tite-superscript {
  letter-spacing: 0;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 0;
  font-size: 2vw;
  font-weight: 600;
  line-height: 2vw;
  display: inline-flex;
  position: absolute;
  top: 2vw;
}

.hero-title-wrap {
  margin-left: -1vw;
  position: relative;
}

.hero-text-wrap {
  width: 100%;
  padding-left: 0;
  overflow: hidden;
}

.hero-intro {
  flex-flow: column;
  align-items: flex-start;
  display: flex;
}

.hero-tickets-button {
  z-index: 2;
  background-color: #fff;
  color: #111;
  cursor: pointer;
  border-radius: 999px;
  margin-bottom: 2.2vw;
  padding: .85vw 1.8vw;
  font-family: Poppins, sans-serif;
  font-size: 1.05vw;
  font-weight: 500;
  letter-spacing: .04em;
  line-height: 1.4vw;
  white-space: nowrap;
  text-decoration: none;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  transition: background-color .2s, color .2s, transform .2s;
}

.hero-tickets-button:hover {
  background-color: #f5a562;
  color: #111;
  transform: translateY(-2px);
}

.hero-thin-text {
  font-family: Poppins, sans-serif;
  font-size: 2vw;
  font-weight: 200;
  line-height: 2.5vw;
}

.navbar-menu {
  z-index: 9999;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #3330;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0%;
}

.navbar-button-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-bottom: 0;
  display: flex;
}

.navbar-button-wrap.visible {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-right: 0;
}

.navbar-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  place-items: center stretch;
  width: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  display: flex;
  position: relative;
}

.navbar-wrapper.close {
  justify-content: flex-end;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.navbar-open {
  filter: invert();
  border-radius: 0;
  display: block;
}

.navbar-open.white {
  filter: invert();
}

.header-link-wrap {
  margin-top: 25px;
  display: inline-block;
  overflow: hidden;
}

.header-link-wrap.navbar {
  color: var(--light-grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  font-family: Poppins, sans-serif;
  font-weight: 500;
  overflow: visible;
}

.header-link-wrap.navbar:hover {
  color: #fff;
}

.navbar-link {
  justify-content: center;
  align-items: center;
  font-size: 3.2vw;
  line-height: 1.15;
  white-space: nowrap;
}

.menu-image {
  object-fit: cover;
  object-position: 50% 100%;
  width: 70%;
  height: 100vh;
  display: none;
  position: absolute;
  inset: 0%;
}

.menu-icon-text {
  font-family: Poppins, sans-serif;
  font-size: 1.25vw;
  font-weight: 500;
  line-height: 1.45vw;
}

.menu-icon-text.close-menu {
  color: #fff;
  display: none;
}

.menu-icon-text.close-menu:hover {
  color: #9f9f9f;
}

.menu-wrap {
  z-index: 11;
  -webkit-backdrop-filter: blur(.35vw);
  backdrop-filter: blur(.35vw);
  background-color: #3330;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.section-header {
  background-color: #fff;
  width: 100%;
  padding-top: 5vw;
  padding-bottom: 5vw;
}

.section-header.var-1 {
  z-index: 4;
  background-color: #3330;
  margin-bottom: 0;
  padding-top: 2vw;
  padding-bottom: 2vw;
  display: block;
  position: absolute;
  inset: 0% auto auto 0%;
}

.menu-text {
  display: none;
}

.navbar-logo-dark {
  padding-bottom: 0;
}

.link-text {
  text-transform: uppercase;
  flex-flow: row;
  display: flex;
}

.logo-normal {
  filter: none;
  border-radius: 0;
}

.menu-flex {
  z-index: 1;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  background-color: var(--almost-black);
  -webkit-backdrop-filter: blur(2vw);
  backdrop-filter: blur(2vw);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 30%;
  height: 100vh;
  margin-top: 0;
  padding-top: 2vw;
  display: flex;
  position: relative;
}

.navbar-menu-wrapper {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  height: 100%;
  padding-bottom: 2vw;
  padding-left: 4vw;
  padding-right: 4vw;
  display: flex;
}

.navbar-content {
  background-color: #3330;
  border-bottom-width: 1px;
  border-bottom-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding: 0;
}

.navbar-menu-button-dark {
  color: var(--white);
  justify-content: flex-end;
  align-items: center;
  padding: 0;
  display: flex;
}

.navbar-menu-button-dark:hover {
  color: var(--green);
}

.navbar-menu-button-dark.w--open {
  background-color: #3898ec00;
}

.about-wrap {
  justify-content: space-between;
  align-items: center;
  height: 200vh;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
}

.about-sticky-wrap {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.medium-text {
  font-family: Poppins, sans-serif;
  font-size: 3.5vw;
  font-weight: 300;
  line-height: 4vw;
}

.medium-text.about-text {
  word-break: normal;
  display: inline-block;
}

.accent-text,
.accent-text .split-about-char,
.accent-text .split-about-word {
  color: #f5a562;
}

.medium-text.project {
  letter-spacing: -.2vw;
  text-shadow: 0 1px 1px #0003;
  font-size: 5vw;
  font-weight: 500;
  line-height: 5vw;
}

.medium-text.testimonial {
  font-size: 2.75vw;
  line-height: 3.5vw;
}

.portfolio-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.portfolio-title-wrap {
  min-height: 100vh;
  color: var(--white);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: sticky;
  top: 0;
}

.big-text {
  letter-spacing: -.3vw;
  font-family: Poppins, sans-serif;
  font-size: 15vw;
  font-weight: 500;
  line-height: 12vw;
}

.hero-bottom-right {
  z-index: 1;
  color: var(--white);
  position: absolute;
  inset: auto 0 2vw auto;
}

.small-text {
  font-family: Poppins, sans-serif;
  font-size: 1.25vw;
  font-weight: 300;
  line-height: 1.85vw;
}

.container-draggable {
  z-index: 2;
  justify-content: center;
  align-items: center;
  width: 100%;
  min-height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  overflow: hidden;
  pointer-events: none;
}

.drag-image {
  z-index: 5;
  object-fit: cover;
  width: 20vw;
  height: 20vw;
  position: absolute;
  pointer-events: auto;
}

.marquee-wrap {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
  overflow: hidden;
}

.spacer-div {
  z-index: 1;
  min-height: 100vh;
  position: relative;
}

.drag-card {
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: absolute;
  pointer-events: none;
}

.drag-title {
  z-index: 99;
  color: var(--white);
  position: absolute;
  inset: auto auto 3.5vw 3.5vw;
}

.drag-tag {
  position: absolute;
  bottom: 5vw;
  z-index: 3;
  pointer-events: auto;
}

.drag-tag a {
  color: inherit;
}

.drag-detail-service {
  z-index: 99;
  color: var(--white);
  position: absolute;
  top: 3.5vw;
  left: 3.5vw;
  right: auto;
}

.small-medium-text {
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  font-weight: 300;
  line-height: 2vw;
}

.drag-case {
  z-index: 99;
  color: var(--white);
  font-family: Poppins, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.85vw;
  overflow: hidden;
}

.drag-link {
  z-index: 99;
  opacity: 0;
  pointer-events: none;
  min-width: 7vw;
  transition: opacity .3s;
  position: absolute;
  left: 3.5vw;
}

.logo-slider-wrap {
  color: #111;
}

.logo-carousel {
  z-index: 1;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  margin-bottom: 0;
  display: flex;
  position: relative;
}

.logo-carousel.reverse-direction {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  color: var(--white);
  justify-content: flex-end;
  align-items: stretch;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.logo-carousel.normal-direction {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  color: var(--white);
  margin-top: 0;
  margin-bottom: 0;
  display: flex;
  overflow: visible;
}

.scroll-wrap {
  overflow: hidden;
}

.carousel-item-wrap {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.carousel-heading {
  letter-spacing: -.6vw;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Poppins, sans-serif;
  font-size: 11vw;
  font-weight: 500;
  line-height: 9vw;
}

.moving-heading {
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  display: flex;
  transform: none;
}

.square-block {
  background-color: var(--white);
  width: 2vw;
  height: 2vw;
}

.service-title-wrap {
  justify-content: space-between;
  align-items: flex-end;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.nyxell-embed {
  width: 100%;
  min-height: 70vh;
  margin-bottom: 5vw;
}

.nyxell-embed iframe {
  display: block;
  width: 100%;
  min-height: 70vh;
}

.service-title-tag-wrap {
  width: 50%;
}

.service-title-desc {
  width: 75%;
  color: var(--white);
}

.service-title-tag {
  color: var(--white);
}

.about-top-div {
  flex-flow: row;
  justify-content: space-between;
  display: flex;
}

.about-year {
  display: flex;
}

.about-big-paragraph {
  width: 75%;
}

.trail-image {
  pointer-events: none;
  object-fit: cover;
  width: 15vw;
  height: 15vw;
  position: absolute;
  inset: 0%;
}

.trail-image-wrap {
  pointer-events: none;
  width: 15vw;
  height: 15vw;
  position: absolute;
  inset: 0%;
}

.service-bot {
  width: 100%;
  color: var(--white);
  justify-content: space-between;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  display: flex;
}

.service-wrap {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 10vw;
  padding-bottom: 5vw;
  display: flex;
  overflow: hidden;
}

.service-help-tag {
  width: 50%;
}

.service-bot-desc {
  grid-column-gap: 7vw;
  grid-row-gap: 7vw;
  flex-flow: column;
  width: 75%;
  display: flex;
}

.service-gallery {
  justify-content: space-between;
  display: flex;
  position: relative;
  overflow: hidden;
}

.service-gallery-slide {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: space-between;
  padding-left: 3.5vw;
  padding-right: 3.5vw;
  display: flex;
}

.service-slide {
  width: 35vw;
  height: 25vw;
  position: relative;
}

.service-image {
  object-fit: cover;
  height: 25vw;
}

.service-slide-title {
  z-index: 1;
  background-color: var(--black);
  color: var(--white);
  padding: 1.5vw;
  position: absolute;
  inset: auto auto 1vw 1vw;
}

.medium-small-text {
  font-family: Poppins, sans-serif;
  font-size: 1.75vw;
  font-weight: 300;
  line-height: 2.5vw;
}

.service-counter {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  justify-content: space-between;
  align-items: flex-end;
  padding-left: .25vw;
  display: flex;
}

.service-bot-text {
  width: 75%;
}

.counter-wrap {
  grid-column-gap: 1.5vw;
  grid-row-gap: 1.5vw;
  flex-flow: column;
  min-width: 37%;
  min-height: 37%;
  display: flex;
}

.counter-number {
  margin-left: -.5vw;
}

.medium-big-text {
  letter-spacing: -.3vw;
  font-family: Poppins, sans-serif;
  font-size: 10vw;
  font-weight: 500;
  line-height: 10vw;
}

.medium-big-text.var-2 {
  font-size: 5vw;
  line-height: 6vw;
}

.cta-wrap {
  min-height: 100vh;
  color: var(--white);
  padding-top: 3vw;
  padding-bottom: 3vw;
  display: flex;
  position: relative;
}

.cta-background {
  z-index: 0;
  border: 1vw #000;
  border-style: none solid;
  justify-content: center;
  align-items: center;
  max-height: 100vh;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cta-background-image {
  filter: brightness(65%);
  object-fit: cover;
  object-position: 50% 0%;
  width: 100vw;
  min-height: 100vh;
}

.contact-title-tag {
  color: var(--white);
}

.cta-left {
  flex-flow: column;
  justify-content: space-between;
  width: 55%;
  display: flex;
  position: absolute;
  inset: 3vw auto 3vw 0;
}

.cta-right {
  justify-content: flex-end;
  align-items: flex-start;
  width: 50%;
  display: flex;
  position: absolute;
  inset: 3vw 0 3vw auto;
}

.cta-bg-filter {
  z-index: 1;
  -webkit-backdrop-filter: blur(5vw);
  backdrop-filter: blur(5vw);
  position: absolute;
  inset: 0%;
}

.cta-contact {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  text-align: right;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.cta-contact-info {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  padding-bottom: .75vw;
  display: flex;
}

.footer-wrap {
  padding-top: 3vw;
  padding-bottom: 0;
}

.footer-powered {
  color: #d1d1d1;
  font-family: Poppins, sans-serif;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.footer-powered > a {
  color: inherit;
}

.footer-image {
  width: 72vw;
  max-width: 100%;
  height: auto;
  display: block;
  object-fit: contain;
}

.footer-utilities-link {
  justify-content: flex-end;
  align-items: center;
  width: 20%;
  display: flex;
}

.social-buttons {
  background-color: #3330;
  border: 1px gray;
  border-radius: 999px;
  width: 3vw;
  max-width: 100%;
  margin: 0;
  padding: .75vw;
  transition: background-color .2s;
}

.social-buttons:hover {
  background-color: var(--dark-grey);
  border-color: #414141;
}

.footer-text-medium {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 1.5vw;
  line-height: 2.5vw;
}

.footer-in-menu-wrap {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.footer-in-menu {
  grid-column-gap: .75vw;
  grid-row-gap: .75vw;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: space-between;
  justify-items: start;
  display: flex;
}

.footer-in-menu.utility-wrap {
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: auto;
}

.footer-by-brand {
  color: #d9d9d9;
  font-family: Poppins, sans-serif;
  font-size: 1.3vw;
  line-height: 1.5vw;
}

.footer-social {
  flex-flow: column;
  justify-content: space-between;
  width: 60%;
  display: flex;
}

.footer-powered-link {
  color: #f5f5f5;
  font-family: Poppins, sans-serif;
  font-weight: 600;
}

.footer-powered-link:hover {
  color: #fff;
}

.footer-bottom {
  z-index: 1;
  grid-column-gap: 4vw;
  grid-row-gap: 4vw;
  border-top: 1px #483f53;
  flex-flow: wrap;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-top: 2vw;
  font-size: 1rem;
  display: flex;
  position: relative;
}

.social-wraps {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.footer-menu {
  display: flex;
}

.footer-menu-item {
  color: #d1d1d1;
  justify-content: flex-start;
  align-items: center;
  padding: 0;
  font-family: Poppins, sans-serif;
  font-size: 1.2vw;
  font-weight: 400;
  line-height: 1.5vw;
  transition: all .5s cubic-bezier(.215, .61, .355, 1);
  display: flex;
}

.footer-menu-item:hover {
  color: #fff;
}

.footer-page-links {
  justify-content: flex-end;
  align-items: flex-start;
  width: 20%;
  display: flex;
}

.footer-menu-wrap-2 {
  grid-column-gap: 1vw;
  grid-row-gap: 1vw;
  flex-flow: column;
  width: 36%;
  display: flex;
}

.footer-menu-wrap-2.utility {
  width: auto;
}

.footer-logo {
  justify-content: flex-start;
  align-items: center;
  padding-top: 5vw;
  display: flex;
}

.cursor-wrap {
  z-index: 999;
  pointer-events: none;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  margin-top: 0;
  padding: 0;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.cursor-wrap._1 {
  pointer-events: auto;
  margin-top: 0;
  padding-top: 136px;
  inset: 0%;
}

.cursor-core {
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  display: flex;
}

.cursor-pointer {
  aspect-ratio: 1;
  -webkit-backdrop-filter: none;
  backdrop-filter: none;
  width: 7vw;
  color: var(--black);
  background-color: #fff;
  border: 1px solid #0000;
  border-radius: 100vw;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.arrow-icon {
  z-index: 5;
  font-family: Material Icons, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 3vw;
  display: flex;
  position: absolute;
}

.pointer-text {
  z-index: 5;
  font-family: Poppins, sans-serif;
  font-size: 1.25vw;
  font-weight: 400;
  line-height: 1.95vw;
  display: flex;
  position: absolute;
}

.testimonial-wrap {
  grid-column-gap: 10vw;
  grid-row-gap: 10vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  min-height: 100vh;
  padding-top: 5vw;
  padding-bottom: 10vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.single-testimonial {
  min-width: 100%;
  display: flex;
}

.single-testimonial._3 {
  flex: none;
  max-width: 100%;
}

.testimonial-profile {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-flow: column;
  width: 39.75%;
  padding-right: 0;
  display: flex;
}

.testimonial-content {
  flex: none;
  width: 60%;
  padding-right: 5vw;
}

.testimonial-image-wrap {
  padding-right: 9.15vw;
}

.testimonial-image {
  width: 100vw;
}

.testimonial-info {
  grid-column-gap: .5vw;
  grid-row-gap: .5vw;
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.user-testimonial {
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  color: var(--white);
  flex-flow: column;
  display: flex;
}

.next-button {
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 3vw;
  transition: background-color .2s;
  display: flex;
  position: relative;
  top: auto;
  right: auto;
}

.next-button:hover {
  background-color: var(--light-grey);
}

.arrow-icon-testimonial {
  z-index: 5;
  font-family: Material Icons, sans-serif;
  font-size: 3vw;
  font-weight: 400;
  line-height: 3vw;
  display: flex;
  position: absolute;
}

.testimonial-nav {
  display: flex;
  position: absolute;
  bottom: 5vw;
  left: 0;
}

.previous-button {
  background-color: var(--white);
  cursor: pointer;
  justify-content: center;
  align-items: center;
  width: 4vw;
  height: 3vw;
  transition: background-color .2s;
  display: flex;
  position: relative;
  top: auto;
  right: auto;
}

.previous-button:hover {
  background-color: var(--light-grey);
}

.testimonial-track {
  grid-column-gap: 0vw;
  grid-row-gap: 0vw;
  display: flex;
}

.background-image-frame {
  justify-content: center;
  align-items: center;
  width: 20vw;
  height: 20vw;
  display: flex;
  position: absolute;
  inset: auto;
  overflow: hidden;
}

.cta-sticky-wrap {
  height: 150vh;
  position: relative;
}

.click-blocker {
  z-index: 2;
  position: absolute;
  inset: 0%;
}

.license-title {
  font-size: 9vw;
  line-height: 9vw;
}

.changlog-title {
  font-size: 9vw;
  line-height: 9.5vw;
}

.instruction-wrap {
  color: var(--white);
}

.gsap-title {
  padding-bottom: 2rem;
}

.gsap-desc {
  border-bottom: 1px solid var(--light-grey);
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.single-instruction {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid var(--light-grey);
  flex-flow: column;
  margin-bottom: 4rem;
  padding-bottom: 4rem;
  display: flex;
}

.instruction-title {
  font-size: 9vw;
  line-height: 9vw;
}

.protected-image {
  filter: invert();
}

.style-title {
  font-size: 9vw;
  line-height: 9.5vw;
}

.wrapper-close-image {
  filter: invert();
  cursor: pointer;
  width: 1vw;
  margin-bottom: 1vw;
}

.button-sticky {
  pointer-events: auto;
  background-color: #fafafa;
  border-radius: .5vw;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  padding: .65vw 1.2vw;
  display: flex;
}

.button-sticky.v2 {
  color: #fff;
  background-color: #333;
}

.gap-button {
  width: 1vw;
}

.wrapper-cta {
  grid-column-gap: 1.25vw;
  grid-row-gap: 1.25vw;
  pointer-events: auto;
  color: #fff;
  cursor: auto;
  background-color: #1d1d1d;
  border-radius: .5vw;
  flex-flow: column;
  padding: 1vw;
  display: flex;
  position: absolute;
  inset: auto auto 2vw 2vw;
}

.wrapper-close {
  padding-bottom: 0;
}

.pop-up-button {
  color: #fff;
  text-align: center;
  background-color: #1d1d1d;
  border: .1vw solid #fff;
  border-radius: .5vw;
  width: 100%;
  padding: .65vw 1.2vw;
  font-family: Inter Tight, sans-serif;
  font-size: 1.15vw;
  line-height: 1.75vw;
}

.pop-up-button:hover {
  filter: drop-shadow(0 1px 2px #d1d1d1);
}

.icon-button {
  aspect-ratio: 1;
  width: 1.6vw;
}

.icon-button.reverse {
  filter: invert();
}

.wrapper-button {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.block-button-sticky {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-xxs {
  letter-spacing: 0;
  font-family: Inter Tight, sans-serif;
  font-size: 1.15vw;
  line-height: 1.75vw;
}

.wrapper-cta-title {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.text-button {
  white-space: nowrap;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-end;
  font-size: 1.15vw;
  line-height: 1.75vw;
  display: flex;
  overflow: hidden;
}

.wrapper-sticky-button {
  z-index: 999;
  pointer-events: none;
  flex-flow: row;
  justify-content: flex-end;
  align-items: flex-end;
  width: 100%;
  padding-bottom: 2vw;
  padding-left: 2vw;
  padding-right: 2vw;
  display: flex;
  position: fixed;
  inset: 0%;
}

.pop-up-button-2 {
  color: #111;
  text-align: center;
  background-color: #fff;
  border: .1px solid #3330;
  border-radius: .5vw;
  width: 100%;
  padding: .65vw 1.2vw;
  font-family: Inter Tight, sans-serif;
  font-size: 1.15vw;
  line-height: 1.75vw;
  transition: none;
}

.pop-up-button-2:hover {
  filter: drop-shadow(0 1px 2px #d1d1d1);
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: 12vw;
    line-height: 12vw;
  }

  h2 {
    font-size: 7vw;
    line-height: 7.5vw;
  }

  h3 {
    font-size: 4.8vw;
    line-height: 5.5vw;
  }

  h4 {
    font-size: 3vw;
    line-height: 3.5vw;
  }

  h5 {
    font-size: 2vw;
    line-height: 3vw;
  }

  h6 {
    font-size: 1.3vw;
    line-height: 2.5vw;
  }

  p {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  ul, ol, blockquote {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .container-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-main.hero-section {
    overflow: hidden;
  }

  .testimonial-emp {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .main-button {
    padding: 2vw 4vw;
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .navbar {
    margin-bottom: -8.25vw;
    padding-top: 4vw;
    padding-left: 0;
    padding-right: 0;
    display: block;
  }

  .guide-typo-description {
    flex-flow: wrap;
  }

  .guide-menu {
    display: none;
  }

  .guide-single-content.typo, .guide-single-content.button {
    padding-top: 160px;
  }

  .license-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-flow: column;
  }

  .license-type, .license-details {
    width: 100%;
  }

  .changelog-wrap {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: column;
    display: flex;
  }

  ._404-heading {
    font-size: 20vw;
  }

  ._404-text {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .hero-title {
    font-size: 12vw;
    line-height: 12vw;
  }

  .hero-title-wrap {
    margin-left: 0;
  }

  .hero-thin-text {
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .hero-tickets-button {
    margin-bottom: 4vw;
    padding: 1.1vw 2.4vw;
    font-size: 1.6vw;
    line-height: 2vw;
  }

  .navbar-menu {
    justify-content: space-between;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-wrapper {
    grid-template-columns: 1fr 1fr;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-wrapper.close {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-link {
    font-size: 2.2rem;
    line-height: 1.15;
  }

  .menu-icon-text {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .menu-wrap {
    overflow: hidden;
  }

  .menu-flex {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    width: 38%;
    margin-top: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .navbar-menu-wrapper {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
  }

  .navbar-content {
    padding-left: 0;
    padding-right: 0;
  }

  .medium-text {
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .medium-text.project {
    font-size: 5.5vw;
    line-height: 6vw;
  }

  .small-text {
    font-size: 1.75vw;
    line-height: 2.25vw;
  }

  .container-draggable {
    width: 98vw;
  }

  .drag-image {
    width: 30vw;
    height: 30vw;
  }

  .small-medium-text {
    font-size: 2vw;
    line-height: 2.5vw;
  }

  .drag-case {
    font-size: 1.75vw;
    line-height: 2.25vw;
  }

  .logo-carousel {
    margin-bottom: 20px;
  }

  .logo-carousel.reverse-direction {
    margin-bottom: 10px;
  }

  .logo-carousel.normal-direction {
    margin-bottom: 10px;
    overflow: hidden;
  }

  .service-bot {
    overflow: hidden;
  }

  .service-wrap {
    min-height: auto;
  }

  .service-gallery-slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .medium-small-text {
    font-size: 2.5vw;
    line-height: 3.2vw;
  }

  .service-bot-text {
    width: 100%;
  }

  .cta-wrap {
    min-height: auto;
  }

  .cta-left {
    grid-column-gap: 30vw;
    grid-row-gap: 30vw;
    position: static;
  }

  .cta-right {
    position: static;
  }

  .footer-powered {
    font-size: 2vw;
    line-height: 2vw;
  }

  .footer-image {
    width: 85%;
    max-width: 100%;
    height: auto;
  }

  .footer-utilities-link {
    justify-content: flex-start;
    align-items: center;
    width: 30%;
  }

  .social-buttons {
    width: 4vw;
    max-width: 95%;
  }

  .footer-text-medium {
    padding-bottom: 1vw;
    font-size: 2.5vw;
    line-height: 3vw;
  }

  .footer-in-menu-wrap {
    flex: none;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-in-menu {
    flex: 1;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-in-menu.utility-wrap {
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
  }

  .footer-by-brand {
    font-size: 2vw;
    line-height: 2vw;
  }

  .footer-social {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    width: 100%;
    padding-top: 8vw;
    padding-bottom: 5vw;
  }

  .social-wraps {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
    margin-top: 0;
  }

  .footer-menu {
    flex-flow: row-reverse wrap-reverse;
    justify-content: flex-end;
    align-items: flex-end;
  }

  .footer-menu-item {
    font-size: 2vw;
    line-height: 2vw;
  }

  .footer-page-links {
    justify-content: flex-start;
    align-items: center;
    width: 30%;
  }

  .footer-menu-wrap-2 {
    width: 100%;
  }

  .footer-menu-wrap-2.utility {
    justify-content: center;
    align-items: flex-start;
    width: 50%;
  }

  .footer-logo {
    justify-content: flex-start;
    align-items: center;
  }

  .cursor-wrap {
    justify-content: flex-end;
    align-items: flex-end;
  }

  .cursor-wrap._1 {
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    height: auto;
    bottom: 3vw;
    right: 1.5rem;
  }

  .pointer-text {
    font-size: 1.5vw;
    line-height: 2vw;
  }

  .testimonial-wrap {
    min-height: auto;
  }

  .next-button {
    width: 6vw;
    height: 5vw;
  }

  .arrow-icon-testimonial {
    font-size: 4vw;
    line-height: 4vw;
  }

  .previous-button {
    width: 6vw;
    height: 5vw;
  }

  .testimonial-track {
    padding-bottom: 10vw;
  }

  .cta-sticky-wrap {
    height: auto;
  }

  .button-sticky {
    padding: .9vw 1.75vw;
  }

  .wrapper-cta {
    grid-column-gap: 1.5vw;
    grid-row-gap: 1.5vw;
    width: 20rem;
    padding: 1.5vw 2vw 2vw;
  }

  .pop-up-button {
    padding: 1.2vw 1.75vw;
    font-size: 1.4vw;
    line-height: 1.4vw;
  }

  .icon-button {
    width: 2vw;
  }

  .wrapper-button {
    grid-column-gap: 1.7vw;
    grid-row-gap: 1.7vw;
  }

  .text-xxs {
    font-size: 1.4vw;
    line-height: 1.4vw;
  }

  .wrapper-cta-title {
    justify-content: space-between;
  }

  .pop-up-button-2 {
    padding: 1.2vw 1.75vw;
    font-size: 1.4vw;
    line-height: 1.4vw;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2rem;
  }

  h4 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  h5 {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  h6 {
    font-size: .8rem;
    line-height: 1.2rem;
  }

  p {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  ul {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  blockquote {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .container-main {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .section-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-main.footer-section {
    padding-top: 5rem;
    padding-bottom: 0;
  }

  .testimonial-emp {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .main-button {
    text-align: center;
    font-size: 1rem;
    line-height: 1.2rem;
  }

  .navbar {
    z-index: 2;
    margin-bottom: -8.5vw;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .utility-title {
    text-align: left;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
  }

  .guide-single-title {
    font-size: 2rem;
    line-height: 2rem;
  }

  .list {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  ._404-heading {
    font-size: 10rem;
    line-height: 7rem;
  }

  ._404-text {
    font-size: 1rem;
    line-height: 1.5rem;
  }

  .hero-title {
    font-size: 5.5rem;
    line-height: 5.5rem;
  }

  .hero-tite-superscript {
    font-size: .9rem;
    line-height: 1rem;
  }

  .hero-title-wrap {
    margin-left: -1vw;
  }

  .hero-thin-text {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .hero-tickets-button {
    margin-bottom: 1.5rem;
    padding: .7rem 1.35rem;
    font-size: .9rem;
    line-height: 1.15rem;
  }

  .navbar-wrapper {
    grid-auto-columns: 1fr;
    justify-content: space-between;
  }

  .navbar-wrapper.close {
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-link {
    font-size: 1.75rem;
    line-height: 1.2;
  }

  .menu-icon-text {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .section-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-header.var-1 {
    margin-bottom: 0;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .navbar-logo-dark {
    padding-left: 0;
  }

  .menu-flex {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    width: 42%;
    padding-top: 1rem;
  }

  .navbar-menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    place-items: flex-start start;
    display: flex;
  }

  .navbar-content {
    background-color: #3898ec00;
    padding-left: 0;
    padding-right: 0;
  }

  .about-sticky-wrap {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .medium-text.project {
    font-size: 2.5rem;
    line-height: 2.6rem;
  }

  .medium-text.testimonial {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .big-text {
    font-size: 7rem;
    line-height: 6rem;
  }

  .hero-bottom-right {
    display: none;
  }

  .small-text {
    font-size: 1rem;
    line-height: 1.3rem;
  }

  .container-draggable {
    width: 100vw;
  }

  .drag-image {
    width: 35vw;
    height: 35vw;
  }

  .small-medium-text {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .drag-case {
    font-size: .9rem;
    line-height: 1rem;
  }

  .logo-carousel {
    margin-bottom: 0;
  }

  .logo-carousel.reverse-direction {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    margin-top: 0;
  }

  .carousel-heading {
    font-size: 5rem;
    line-height: 5.2rem;
  }

  .square-block {
    width: 1rem;
    height: 1rem;
  }

  .service-title-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .nyxell-embed {
    min-height: 50vh;
    margin-bottom: 3rem;
  }

  .nyxell-embed iframe {
    min-height: 50vh;
  }

  .service-title-desc, .about-big-paragraph {
    width: 100%;
  }

  .service-bot {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .service-wrap {
    padding-top: 6rem;
    padding-bottom: 3rem;
  }

  .service-bot-desc {
    width: 100%;
  }

  .service-gallery-slide {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .service-slide {
    width: 65vw;
    height: auto;
  }

  .service-image {
    height: 45vw;
  }

  .service-slide-title {
    bottom: .75rem;
    left: .75rem;
  }

  .medium-small-text {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .medium-big-text {
    font-size: 4.5rem;
    line-height: 4.5rem;
  }

  .medium-big-text.var-2 {
    font-size: 3rem;
    line-height: 4.5rem;
  }

  .cta-left {
    width: 100%;
  }

  .footer-powered {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .footer-utilities-link {
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
  }

  .social-buttons {
    width: 2rem;
    padding: .4rem;
  }

  .footer-text-medium {
    font-size: 1.2rem;
    line-height: 1.5rem;
  }

  .footer-in-menu-wrap {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .footer-in-menu.utility-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-by-brand {
    font-size: 1.1rem;
    line-height: 1.5rem;
  }

  .footer-social {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
  }

  .footer-bottom {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    justify-content: flex-start;
    align-items: center;
    padding-top: 2rem;
  }

  .social-wraps {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: center;
    margin-top: 0;
    position: static;
  }

  .footer-menu {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column-reverse;
    justify-content: flex-end;
    align-items: flex-start;
  }

  .footer-menu-item {
    font-size: 1.1rem;
    line-height: 1.2rem;
  }

  .footer-page-links {
    justify-content: flex-start;
    align-items: flex-start;
    width: 40%;
  }

  .footer-menu-wrap-2.utility {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-logo {
    justify-content: center;
    align-items: center;
  }

  .cursor-pointer {
    width: 13vw;
  }

  .arrow-icon {
    font-size: 1.3rem;
    line-height: 1.2rem;
  }

  .pointer-text {
    font-size: 1rem;
    line-height: 1rem;
  }

  .testimonial-wrap {
    padding-top: 3rem;
    padding-bottom: 6rem;
  }

  .single-testimonial._1, .single-testimonial._2, .single-testimonial._3 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
  }

  .testimonial-profile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .testimonial-content {
    width: 80%;
  }

  .testimonial-image-wrap {
    padding-right: 0;
  }

  .user-testimonial {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .next-button {
    width: 3rem;
    height: 2.5rem;
  }

  .arrow-icon-testimonial {
    font-size: 2rem;
    line-height: 2rem;
  }

  .previous-button {
    width: 3rem;
    height: 2.5rem;
  }

  .instruction-title {
    font-size: 3.4rem;
    line-height: 4rem;
  }

  .wrapper-close-image {
    width: .8rem;
  }

  .button-sticky {
    padding: .6rem .75rem;
  }

  .wrapper-cta {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    padding: .8rem;
  }

  .pop-up-button {
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: .9rem;
    line-height: .9rem;
  }

  .icon-button {
    width: 2vw;
  }

  .block-button-sticky {
    grid-column-gap: 1vw;
    grid-row-gap: 1vw;
  }

  .text-xxs {
    font-size: .9rem;
    line-height: .9rem;
  }

  .pop-up-button-2 {
    padding-top: .6rem;
    padding-bottom: .6rem;
    font-size: .9rem;
    line-height: .9rem;
  }
}

@media screen and (max-width: 479px) {
  h4 {
    font-size: 1.4rem;
    line-height: 1.7rem;
  }

  .container-main {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .section-main {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-main.cta {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .main-button {
    padding: 1rem 2rem;
  }

  .navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .guide-item-list {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    display: flex;
  }

  .style-guide {
    justify-content: center;
    align-items: center;
  }

  .license-description {
    width: 100%;
  }

  .changelog-wrap {
    text-align: center;
    border-radius: 0;
    padding: 30px;
  }

  ._404-heading {
    font-size: 8rem;
    line-height: 5rem;
  }

  .navbar-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: center;
    align-items: flex-start;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .navbar-button-wrap {
    justify-content: flex-end;
    align-items: center;
  }

  .navbar-button-wrap.visible {
    justify-content: center;
    align-items: center;
  }

  .navbar-wrapper {
    flex-flow: row-reverse;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .navbar-wrapper.close {
    justify-content: flex-end;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
  }

  .header-link-wrap {
    display: inline-block;
  }

  .header-link-wrap.navbar {
    max-width: none;
  }

  .menu-wrap {
    background-color: #111;
  }

  .section-header {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .section-header.var-1 {
    padding-top: 1rem;
  }

  .navbar-logo-dark {
    padding-left: 0;
  }

  .menu-flex {
    grid-column-gap: 49px;
    grid-row-gap: 49px;
    background-color: #00000069;
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    width: 100%;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    padding-top: 1rem;
    position: relative;
  }

  .navbar-menu-wrapper {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .navbar-menu-button-dark {
    margin-left: 0;
  }

  .navbar-menu-button-dark.w--open {
    justify-content: center;
    align-items: center;
  }

  .about-sticky-wrap {
    padding-left: 0%;
    padding-right: 0%;
  }

  .medium-text {
    font-size: 2rem;
  }

  .big-text {
    font-size: 4.4rem;
    line-height: 5rem;
  }

  .hero-bottom-right {
    display: none;
  }

  .hero-tickets-button {
    margin-bottom: 1.25rem;
    padding: .65rem 1.25rem;
    font-size: .85rem;
    line-height: 1.1rem;
  }

  .drag-image {
    width: 65vw;
    height: 65vw;
  }

  .drag-tag {
    bottom: 15vw;
  }

  .logo-carousel {
    margin-bottom: 20px;
  }

  .logo-carousel.reverse-direction, .logo-carousel.normal-direction {
    margin-bottom: 0;
  }

  .carousel-item-wrap {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .carousel-heading {
    font-size: 3rem;
    line-height: 3rem;
  }

  .trail-image, .trail-image-wrap {
    width: 30vw;
    height: 30vw;
  }

  .service-bot, .service-gallery-slide {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-slide {
    width: 70vw;
  }

  .service-counter {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
    padding-top: 2rem;
    padding-left: 0;
  }

  .counter-wrap {
    justify-content: center;
    align-items: flex-start;
  }

  .cta-wrap {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    flex-flow: column;
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .cta-right {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .cta-contact {
    justify-content: space-between;
    align-items: flex-start;
  }

  .social-buttons {
    max-width: 90%;
  }

  .footer-text-medium {
    text-align: center;
    padding-bottom: .5rem;
    font-size: 1.4rem;
  }

  .footer-in-menu-wrap {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

  .footer-in-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    display: flex;
  }

  .footer-in-menu.utility-wrap {
    grid-template-columns: 1fr 1fr;
    width: 100%;
    min-width: auto;
    max-width: none;
    display: flex;
  }

  .footer-social {
    padding-top: 6rem;
  }

  .footer-bottom {
    grid-column-gap: 1.2rem;
    grid-row-gap: 1.2rem;
    justify-content: flex-start;
    align-items: center;
    margin-top: 2rem;
  }

  .social-wraps {
    flex-flow: row;
    margin-top: 0;
    display: flex;
  }

  .footer-menu-wrap-2.utility {
    text-align: center;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .cursor-wrap._1 {
    inset: auto 1rem auto auto;
  }

  .cursor-pointer {
    width: 4rem;
  }

  .testimonial-nav {
    bottom: 3rem;
  }

  .license-title {
    font-size: 5rem;
  }

  .changlog-title {
    font-size: 3.3rem;
    line-height: 4.8rem;
  }

  .instruction-title {
    font-size: 3.4rem;
    line-height: 4rem;
  }

  .button-sticky {
    border-radius: 1.4vw;
    padding: .6rem .8rem;
  }

  .gap-button {
    width: 2vw;
  }

  .wrapper-cta {
    border-radius: 1.4vw;
    width: 43%;
  }

  .wrapper-close {
    justify-content: center;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .pop-up-button {
    border-radius: 1.4vw;
    padding: .6rem .8rem;
    line-height: 1.1rem;
  }

  .icon-button {
    width: 5vw;
  }

  .wrapper-button {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .block-button-sticky {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
  }

  .text-xxs {
    line-height: 1.1rem;
  }

  .wrapper-cta-title {
    justify-content: space-between;
    align-items: flex-start;
  }

  .pop-up-button-2 {
    border-radius: 1.4vw;
    padding: .6rem .8rem;
    font-size: .9rem;
    line-height: 1.1rem;
  }
}

#w-node-_092c09c5-ef01-4037-519e-8e9d4fdce1a3-4fdce1a0 {
  justify-self: center;
}

#w-node-_092c09c5-ef01-4037-519e-8e9d4fdce1a5-4fdce1a0 {
  justify-self: end;
}

@media screen and (max-width: 991px) {
  #w-node-_092c09c5-ef01-4037-519e-8e9d4fdce1a3-4fdce1a0 {
    justify-self: start;
  }
}

@media screen and (max-width: 767px) {
  #w-node-e2ee49b7-2d43-2a86-8af1-642e08a68cf3-3ab11914, #w-node-e2ee49b7-2d43-2a86-8af1-642e08a68cf4-3ab11914, #w-node-e2ee49b7-2d43-2a86-8af1-642e08a68d25-3ab11914, #w-node-e2ee49b7-2d43-2a86-8af1-642e08a68d26-3ab11914, #w-node-_74149eb7-a957-1f10-cb6a-13fbca38dd5f-3ab11914, #w-node-_74149eb7-a957-1f10-cb6a-13fbca38dd60-3ab11914 {
    order: -9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_092c09c5-ef01-4037-519e-8e9d4fdce1a3-4fdce1a0 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_092c09c5-ef01-4037-519e-8e9d4fdce1a5-4fdce1a0 {
    order: -9999;
    grid-area: span 1 / span 3 / span 1 / span 3;
  }
}

.w-webflow-badge {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
  pointer-events: none !important;
}


