@font-face {
  font-family: Untyped;
  src: url('../fonts/Untyped.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Pathos;
  src: url('../fonts/Pathos-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Ikaros;
  src: url('../fonts/Ikaros.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Urbanist;
  src: url('../fonts/Urbanist-SemiBold.otf') format("opentype");
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Outfit;
  src: url('../fonts/Outfit-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Kunika;
  src: url('../fonts/Kunika.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

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

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

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

.body {
  background-color: #0a0a0a;
}

.navbar-main {
  z-index: 75000;
  background-color: #000;
  width: 100%;
  height: 100px;
  position: fixed;
}

.map-section {
  background-color: #f2f2f2;
}

.c-map_circle {
  background-color: #fffffb;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 1em;
  height: 1em;
  display: flex;
  position: relative;
}

.c-map_image {
  z-index: 1;
  width: 100%;
  position: relative;
}

.collection-wrapper {
  z-index: 3;
  position: absolute;
  inset: 0%;
}

.section {
  width: 1100px;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 48px 59px;
}

.section.is--hero {
  background-image: linear-gradient(#0003, #0003);
  border: 1px solid #8f8f8f;
  border-radius: 20px;
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  min-height: 80vh;
  margin-top: 125px;
  padding: 50px 25px 25px;
  display: flex;
  box-shadow: inset 0 4.4vw 4.4vw #05050566;
}

.c-hero_map {
  width: 560px;
}

.c-hero_text {
  grid-column-gap: 22px;
  grid-row-gap: 22px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.collection-item {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.c-map_dot {
  z-index: 20;
  justify-content: flex-end;
  align-items: center;
  margin-top: 4.8em;
  margin-left: 4.9em;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.c-map_dot.is--hidden {
  display: none;
}

.button {
  color: #0d0d36;
  background-color: #ff8ad8;
  border-radius: 18px;
  margin-top: 39px;
  padding: 22px 52px;
  font-weight: 500;
}

.c-map_contain {
  position: relative;
}

.collection-list {
  width: 100%;
  height: 100%;
  position: relative;
}

.c-map_fill {
  z-index: -1;
  background-color: #ff8ad8;
  border-radius: 100vw;
  width: 2.5em;
  min-width: 2.5em;
  height: 2.5em;
  min-height: 2.5em;
  position: relative;
}

.c-map_location {
  color: #fff;
  text-align: right;
  white-space: nowrap;
  margin-right: 2.9em;
  font-family: Outfit, Arial, sans-serif;
  font-size: 1.2em;
  line-height: 24px;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: absolute;
  inset: 0% 0% auto auto;
}

.html-embed {
  width: 100%;
  height: 100%;
  font-size: 14px;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Outfit, Arial, sans-serif;
}

.navbar-main-wrapper {
  align-items: center;
  height: 100%;
  padding: 15px 50px 5px;
  display: flex;
}

.navbar-wrapper {
  width: 33%;
  height: 100%;
}

.navbar-wrapper.navbar-left-wrapper {
  align-items: center;
  display: flex;
}

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

.navbar-wrapper.navbar-right-wrapper {
  justify-content: flex-end;
  align-items: center;
  padding-right: 25px;
  display: flex;
}

.div-block-2 {
  justify-content: center;
  align-items: center;
  width: 33%;
  height: 100%;
  display: flex;
}

.navbar-left-wrapper-text-holder {
  width: 33%;
  height: 100%;
}

.navbar-left-wrapper-text-holder.navbar-left-01, .navbar-left-wrapper-text-holder.navbar-left-02, .navbar-left-wrapper-text-holder.navbar-left-03 {
  justify-content: center;
  align-items: center;
  width: 30%;
  display: flex;
}

.navbar-main-text {
  color: #f2f2f2;
  font-family: Ikaros, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  text-decoration: none;
}

.navbar-logo {
  max-width: 25%;
}

.button-7 {
  background-color: #ffe0a80d;
  border: 1px solid #fffc;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 160px;
  height: 45px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-7:active {
  background-color: #ffe0a847;
  border-color: #ffffff8c;
}

.label {
  z-index: 5;
  color: #f2f2f2;
  font-family: Outfit, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
  text-decoration: none;
  position: relative;
}

.button-7_bg {
  z-index: 1;
  background-color: #4c25c9;
  border-radius: 50px;
  width: 100%;
  height: 100%;
  margin: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-2 {
  background-color: #fff;
  height: 1500px;
}

.tablet-and-below-nav {
  z-index: 2147483647;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  padding-top: 50px;
  padding-bottom: 50px;
  padding-left: 50px;
  display: none;
  position: fixed;
}

.tablet-and-below-menu {
  z-index: 99999;
  cursor: pointer;
  width: 60px;
  margin-left: -20px;
  position: static;
  inset: 0% auto 0% 0%;
}

.tablet-and-below-overlay {
  z-index: 88888;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  max-width: 1110px;
  height: 100vh;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0%;
}

.tablet-and-below-menu-bg {
  z-index: 8888;
  background-color: #3a3a3d;
  display: block;
  position: fixed;
  inset: 0%;
}

.tablet-and-below-arrow-icon {
  color: #fff;
  margin-left: 20px;
}

.tablet-and-below-link {
  opacity: .3;
  color: #fff;
  padding-top: 12px;
  padding-bottom: 12px;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
  text-decoration: none;
  transition: opacity .2s;
}

.tablet-and-below-link:hover, .tablet-and-below-link.w--current {
  opacity: 1;
}

.showreel-title {
  margin-bottom: 0;
}

.showreel-title.project {
  color: #fff;
  font-size: 24px;
}

.tablet-and-below-menu-links {
  z-index: 999999;
  flex-direction: column;
  align-items: flex-start;
  margin-left: 65px;
  display: flex;
  position: static;
  left: 65px;
}

.showreel {
  color: #c45af4;
  margin-top: 40px;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
  display: flex;
}

.showreel.project {
  margin-top: 70px;
}

.navbar-hamburger-menu-hm8 {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100px;
  height: 100px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  overflow: hidden;
}

.hamburger-menu-hm8 {
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  padding: 25px;
}

.hamburger-menu-hm8.w--open {
  background-color: #0000;
}

.top-bar-hm8, .middle-bar-hm8, .bottom-bar-hm8 {
  background-color: #f1953a;
  width: 55px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
}

.cross-bar-1-hm8, .cross-bar-2-hm8 {
  background-color: #f1953a;
  width: 55px;
  height: 2px;
  margin-top: 6px;
  margin-bottom: 6px;
  display: none;
  position: absolute;
  inset: auto auto 33px;
}

.button-10 {
  color: #00258b;
  justify-content: flex-start;
  align-items: center;
  width: 265px;
  height: 50px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.circle-color-b10 {
  z-index: 0;
  background-color: #7ecbff;
  border-radius: 50px;
  width: 50px;
  height: 50px;
  position: absolute;
  inset: 0% auto auto 0%;
}

.text-button-b10 {
  z-index: 1;
  margin-left: 30px;
  margin-right: 10px;
  font-family: Exo, sans-serif;
  font-size: 21px;
  font-weight: 800;
  position: relative;
}

.arrow-blue-b10 {
  z-index: 1;
  position: relative;
}

.arrow-white-b10 {
  z-index: 0;
  position: absolute;
  inset: auto 121px auto auto;
}

.text-block {
  color: #2e096a;
  text-align: center;
  font-family: Urbanist, Arial, sans-serif;
  font-size: 20px;
}

.slider-section {
  background-image: linear-gradient(0deg, #000 38%, #f2f2f2);
  width: 100%;
  height: 300vw;
  position: relative;
}

.slider-wrapper {
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-left: 10rem;
  padding-right: 4.5rem;
  display: block;
  position: sticky;
  top: 1vw;
  overflow: hidden;
}

.slider-spacing {
  min-height: 7.8vw;
}

.slider-background-wrapper {
  max-width: none;
  padding-top: 0;
  display: block;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.slider-flex {
  grid-column-gap: 16.66vw;
  grid-row-gap: 16.66vw;
  align-items: center;
  width: 100%;
  margin-left: 23.03vw;
  display: flex;
}

.slider-collection-wrapper {
  display: block;
}

.slider-link-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  border-radius: 24px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  transition: color .3s;
  display: flex;
  position: relative;
}

.slider-image-wrapper {
  perspective: 100vh;
  cursor: pointer;
  border-radius: 24px;
  min-width: 43.9vw;
  max-width: 43.9vw;
  min-height: 29.4vw;
  max-height: 29.4vw;
}

.slider-text-wrapper {
  z-index: 2;
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: left;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
  position: relative;
}

.slider-dynamic-image {
  border-radius: 24px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  box-shadow: 0 4.4vw 4.4vw #05050566;
}

.slider-padding {
  min-height: 25.55vw;
}

.slider-header-wrapper {
  -webkit-backdrop-filter: blur(.5rem);
  backdrop-filter: blur(.5rem);
  cursor: pointer;
  background-color: #ffffff4d;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  margin-bottom: .5vw;
  padding: .6vw 1.1vw;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: flex;
}

.slider-collection-header {
  color: #f2f2f2;
  text-align: left;
  text-transform: none;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Kunika, Arial, sans-serif;
  font-size: 16px;
  font-style: normal;
  font-weight: 400;
  line-height: 20px;
  -webkit-text-decoration: none;
  text-decoration: none;
  position: static;
}

.slider-button-wrapper {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  cursor: pointer;
  justify-content: center;
  align-items: center;
  max-height: 1.11vw;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slider-button-text {
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ikaros, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
}

.slider-button-text-relative {
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Ikaros, Arial, sans-serif;
  font-size: 12px;
  line-height: 16px;
  text-decoration: none;
  display: none;
  position: absolute;
  left: 0;
}

.slider-button-image {
  color: #f2f2f2;
  object-fit: cover;
  min-width: .78vw;
  max-width: .78vw;
  min-height: .78vw;
  max-height: .78vw;
}

.slider-end-image, .slider-start-image {
  max-width: 100%;
  position: absolute;
}

.faq-section {
  background-image: linear-gradient(#000, #fcfcfc 100%, #fff);
  height: 1200px;
}

.header {
  z-index: 99999;
  color: #f2f2f2;
  background-color: #0000;
  border-radius: 0;
  width: 100%;
  padding: 16px 30px;
  font-size: 18px;
  line-height: 150%;
  position: fixed;
  inset: 0% auto auto 0%;
}

.container {
  width: 100%;
  max-width: 1520px;
  margin-left: auto;
  margin-right: auto;
}

.navbar-content-wrapper {
  z-index: 9999;
  -webkit-backdrop-filter: blur(16px);
  backdrop-filter: blur(16px);
  background-color: #ffffff0a;
  border: 1px #fff3;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding-left: 48px;
  padding-right: 48px;
  display: flex;
  position: static;
}

.navbar {
  background-color: #fff0;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.navbar-content-area {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.nav-logo {
  margin-right: 60px;
  padding-left: 0;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.nav-logo-image {
  width: 100px;
  max-width: 100px;
}

.nav-menu-2 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-radius: 50px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.menu-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
}

.nav-megamenu-shape {
  width: 300px;
  display: none;
  position: absolute;
  inset: 0% auto auto 0%;
  overflow: clip;
}

.menu-item {
  padding-top: 0;
  padding-bottom: 0;
  font-size: 14px;
  line-height: 120%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-link {
  color: #f2f2f2;
  text-transform: capitalize;
  cursor: pointer;
  padding: 0;
  font-family: Ikaros, Arial, sans-serif;
  font-size: 18px;
  line-height: 150%;
  text-decoration: none;
  transition: all .4s;
}

.menu-dropdown-toggle {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  perspective: 1000px;
  text-transform: capitalize;
  justify-content: flex-start;
  align-items: center;
  padding: 30px 0;
  font-size: 16px;
  line-height: 120%;
  transition: all .3s;
  display: flex;
}

.dropdown-menu-list {
  background-color: #0a0a0a;
  border: 1px solid #ed202b5e;
  border-radius: 0;
  width: auto;
  padding: 30px 40px;
  display: none;
}

.menu-icon {
  width: 10px;
  min-width: 12px;
  height: auto;
}

.dropdown-menu-text {
  color: #f2f2f2;
  text-transform: capitalize;
  cursor: pointer;
}

.menu-dropdown-list-area {
  z-index: 5;
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.dropdown-menu-wrapper {
  width: 100%;
  padding-bottom: 12px;
}

.dropdown-menu-group {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.dropdown-label {
  text-transform: capitalize;
}

.menu-list {
  grid-column-gap: 12px;
  grid-row-gap: 16px;
  flex-flow: column;
  align-items: flex-start;
  min-width: auto;
  display: flex;
}

.nav-link-2 {
  text-transform: capitalize;
  cursor: pointer;
  padding: 0;
  font-size: 16px;
  line-height: 150%;
  -webkit-text-decoration: none;
  text-decoration: none;
  transition: all .4s;
}

.hamburger-and-button {
  justify-content: center;
  align-items: center;
  display: flex;
}

.hamburger-menu-wrap {
  width: 36px;
  height: 30px;
  padding: 0;
  display: none;
}

.simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0;
  display: none;
  overflow: hidden;
}

.simple-menu-button.w--open {
  background-color: #fff;
}

.line-1 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.line-1.simple {
  top: 18px;
}

.line-5 {
  z-index: 2;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.line-5.simple {
  top: 38px;
}

.scroll-arrow-img {
  float: left;
  clear: right;
  width: 17px;
}

.arrow-button-secondary {
  z-index: 10;
  border: 1px solid #b3b3b3;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  min-width: 50px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: border-color .25s;
  display: flex;
}

.arrow-button-secondary:hover {
  border-color: #b3b3b380;
}

.line-4 {
  z-index: 1;
  background-color: #7a7a7a;
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.line-4.simple {
  top: 28px;
}

.scroll-arrow-txt {
  float: left;
  clear: none;
  color: #f8f8f8;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex: none;
  margin-right: 5px;
  font-family: Outfit, Arial, sans-serif;
  font-size: .7rem;
  font-weight: 400;
  line-height: 1em;
}

.navbar-button-content-holder {
  flex: none;
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 15px;
  display: flex;
}

.nav_button {
  width: 3.1rem;
  height: 5rem;
  padding: 0;
}

.nav_button.w--open {
  color: currentColor;
  background-color: #c8c8c800;
}

.hamburger_10_wrap {
  grid-row-gap: var(--gap);
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.hamburger_10_line {
  width: 100%;
  height: var(--thickness);
  flex: none;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_10_line.is-middle {
  transform-origin: 0%;
  width: 80%;
}

.hamburger_10_inner {
  background-color: currentColor;
  width: 100%;
  height: 100%;
  transition-property: all;
  transition-duration: .2s;
  transition-timing-function: ease;
}

.hamburger_embed {
  position: absolute;
}

.hero {
  margin-top: 0;
  padding-top: 16px;
  padding-left: 16px;
  padding-right: 16px;
}

.hero-container {
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.hero-inner {
  background-image: url('../images/hero-background.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  background-size: cover;
  border-radius: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-top: 60px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.hero-content-wrapper {
  margin-top: 100px;
}

.hero-text-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-header-wrapper {
  grid-row-gap: 42px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 713px;
  margin-top: 12px;
  margin-bottom: 32px;
  display: flex;
}

.hero-header-1 {
  color: #f2f2f2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Outfit, Arial, sans-serif;
  font-size: 72px;
  line-height: 72px;
}

.hero-title-bottom-wrapper {
  grid-column-gap: 16px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-changing-words-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: 80px;
  display: flex;
  overflow: hidden;
}

.hero-changing-word {
  color: #f2f2f2;
  margin-top: 10px;
  font-family: Great Vibes, cursive;
  font-size: 72px;
  line-height: 72px;
}

.hero-description-block {
  max-width: 549px;
}

.text-block-2 {
  color: #f2f2f2;
  font-family: Ikaros, Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.search-wrapper {
  padding-left: 0;
  position: relative;
}

.search-input {
  z-index: 1;
  opacity: 1;
  color: #fff;
  background-color: #ffffff1a;
  border: 1px #000;
  border-radius: 16px;
  width: 340px;
  height: 56px;
  margin-bottom: 0;
  padding: 12px 24px;
  font-family: Outfit, Arial, sans-serif;
  font-size: 22px;
  transition: background-color .2s;
}

.search-input:focus {
  background-color: #ffffff40;
}

.search-input::placeholder {
  color: #999;
}

.search-results {
  z-index: 9999;
  color: #f2f2f2;
  text-align: left;
  background-color: #0a0a0a;
  border-radius: 20px;
  width: 100%;
  margin-top: 0;
  font-family: Outfit, Arial, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 25px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: none;
  position: absolute;
  top: 100%;
  left: 0;
  overflow: visible;
}

.collection-list-wrapper-8 {
  color: #f2f2f2;
  -webkit-text-decoration-skip-ink: auto;
  text-decoration-skip-ink: auto;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
  overflow: visible;
}

.collection-list-10 {
  color: #f2f2f2;
  -webkit-text-decoration: none;
  text-decoration: none;
}

.search-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: #f2f2f2;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  text-decoration: none;
  display: flex;
}

.hero-notification-block {
  grid-column-gap: 12px;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #dc77231f;
  border: 1px #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 4px 12px;
  display: flex;
  box-shadow: 0 0 13px 6px #d9a91633;
}

.live-indicator-dot {
  width: 16px;
  height: 16px;
}

.hero-notification-divider {
  background-color: #dc77231f;
  width: 1px;
  height: 20px;
}

.hero-notification-text {
  color: #f2f2f2;
  font-family: Outfit, Arial, sans-serif;
  font-size: 16px;
  line-height: 16px;
}

.section-social-proof {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: stretch;
  margin-top: 80px;
  padding-left: 128px;
  padding-right: 128px;
  display: flex;
}

.bottom-liner {
  opacity: .8;
  filter: blur(2px);
  background-image: linear-gradient(90deg, #0000, #fff 50%, #0000);
  border-radius: 32px;
  width: 100%;
  max-width: 1600px;
  height: 2px;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
}

.counter-item-1 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 320px;
  display: flex;
}

.counter-label {
  opacity: .6;
  color: #f2f2f2;
  text-transform: uppercase;
  font-family: Urbanist, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.counter-numbers-wrapper {
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  height: 56px;
  display: flex;
  overflow: hidden;
}

.text-block-3 {
  font-size: 32px;
}

.counter-value {
  color: #f2f2f2;
  justify-content: center;
  align-items: flex-start;
  font-family: Urbanist, Arial, sans-serif;
  font-size: 38px;
  line-height: 32px;
  display: flex;
}

.horizontal-liner-01 {
  opacity: 1;
  background-image: linear-gradient(#fff0, #f2f2f2 50%, #fff0);
  flex: none;
  width: 2px;
}

.proof-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  display: flex;
}

.proof-content-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.proof-logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 6%;
  height: 24px;
  display: flex;
}

.proof-text-wrapper {
  justify-content: center;
  align-items: center;
  width: auto;
  height: 32px;
  display: flex;
}

.proof-text {
  color: #f2f2f2;
  font-family: Urbanist, Arial, sans-serif;
}

.section-3 {
  padding-left: 16px;
  padding-right: 16px;
}

.social-proof {
  padding: 20px 16px;
}

.social-proof-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.social-proof-top {
  flex-flow: column;
  display: flex;
}

.social-proof-image-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.image {
  width: 140px;
}

.heading-2 {
  color: #f2f2f2;
  text-align: center;
  font-family: Outfit, Arial, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.dashboard-showcase {
  padding: 20px 16px;
}

.dashboard-showcase-section-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.dashboard-showcase-top-wrapper {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.dashboard-image-content-holder {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 5% 0%;
  display: flex;
  position: relative;
}

.dashboard-image-load-wrapper {
  z-index: 2;
  perspective: 1000px;
  position: relative;
}

.dashboard-3d-wrapper {
  z-index: 6;
  width: 900px;
  max-width: 1300px;
  height: 600px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.dashboard-mockup {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.dashboard-image-sidebar {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
}

.dashboard-image-top {
  z-index: 3;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
}

.dashboard-image-bottom-left {
  z-index: 4;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
}

.dashboard-image-bottom-right {
  z-index: 5;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0 auto auto 0;
}

.heading-3 {
  color: #f2f2f2;
  text-align: center;
  margin-top: 32px;
  font-family: Outfit, Arial, sans-serif;
  position: static;
}

.dashboard-text-wrapper {
  padding-top: 25px;
}

.text-block-4 {
  color: #f2f2f2;
  text-align: center;
  font-family: Ikaros, Arial, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.hero-section-blur-background {
  z-index: -1;
  box-sizing: border-box;
  filter: blur(50px);
  width: 1330px;
  height: 940px;
  transform-style: preserve-3d;
  background-image: radial-gradient(circle, #eb8449 8%, #000 50%, #0000 74%);
  border-radius: 0;
  padding: 0;
  position: absolute;
  inset: 0% auto;
  transform: scale3d(1.4, .6, 1);
}

.app-showcase {
  padding: 20px 16px;
}

.app-showcase-container {
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.app-showcase-inner {
  background-image: url('../images/hero-background.svg');
  background-position: 0 0;
  background-repeat: no-repeat;
  border-radius: 32px;
  height: auto;
  overflow: hidden;
}

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

.app-showcase-top-wrapper {
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 0;
  padding: 40px 20px;
  display: flex;
}

.app-showcase-image-wrapper {
  width: 70%;
}

.app-showcase-text-wrapper {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.app-showcase-top-header-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-4 {
  color: #f2f2f2;
  text-align: center;
  font-family: Outfit, Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.hero-section-animate-on-load {
  z-index: 2;
  flex-flow: column;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.hero-section-blur-background-2 {
  z-index: -1;
  box-sizing: border-box;
  filter: blur(40px);
  width: 1330px;
  height: 940px;
  transform-style: preserve-3d;
  background-image: radial-gradient(circle, #f1db5c 8%, #000 50%, #0000 74%);
  border-radius: 0;
  padding: 0;
  position: absolute;
  inset: -37% auto 0%;
  transform: scale3d(1, .5, 1);
}

.hero-section-main-text-wrapper {
  width: 100%;
  height: 80px;
  padding-left: 10px;
}

.hero-section-main-text {
  color: #f2f2f2;
  font-family: Urbanist, Arial, sans-serif;
  font-size: 12px;
  line-height: 14px;
}

.hero-section-icons {
  z-index: 5;
  width: 100%;
  height: auto;
  min-height: 850px;
  max-height: 850px;
  margin-top: 0;
  position: absolute;
  inset: 0%;
}

.hero-section-text-header-wrapper {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 40px;
  display: flex;
}

.hero-section-main-holder {
  background-color: #0000;
  border: 1px #fff3;
  border-radius: 0;
  width: 80%;
  padding: 22px;
  position: relative;
}

.hero-section-main-wrapper {
  flex-flow: column;
  align-items: center;
  width: 100%;
  margin-top: 50px;
  display: flex;
  position: relative;
}

.hero-section-icon-holder {
  filter: blur(10px);
  background-color: #13141580;
  border: 1px solid #d1aad730;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 120px;
  height: 120px;
  display: flex;
  position: absolute;
}

.hero-section-icon-holder.hero-section-main-class {
  z-index: 5;
  filter: none;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  width: 420px;
  inset: -106px -105px auto auto;
}

.hero-section-icon-holder.hero-section-main-class.hero-01 {
  width: 300px;
  height: 80px;
  top: -20px;
  right: 30px;
}

.hero-section-icon-holder.hero-section-main-class.hero-03 {
  z-index: 4;
  width: 300px;
  height: 80px;
  inset: 0 auto auto 10px;
}

.hero-section-icon-holder.hero-section-main-class.hero-04 {
  width: 300px;
  height: 80px;
  inset: auto auto 450px 30px;
}

.hero-section-icon-holder.hero-section-main-class.hero-02 {
  z-index: 3;
  width: 300px;
  height: 80px;
  inset: auto 0 480px auto;
}

.hero-section-profile-04 {
  z-index: 2;
  width: 100%;
  position: relative;
}

.hero-section-profile-04.hero-s-blur-photo-04 {
  z-index: 1;
  filter: blur(20px);
  width: 25%;
  position: absolute;
  overflow: clip;
}

.hero-section-text-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 300px;
  height: 80px;
  padding: 10px 5px;
  display: flex;
}

.hero-section-main-header {
  color: #f2f2f2;
  font-family: Kunika, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.hero-section-main-header.rewards-badge-text {
  color: #6dd14b;
  margin-left: -12px;
}

.hero-section-content-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  flex: none;
  align-items: center;
  width: 300px;
  height: 80px;
  display: flex;
}

.hero-section-main-image {
  border-radius: 10px;
  width: 100%;
}

.hero-section-picture-wrapper {
  justify-content: center;
  align-items: center;
  height: 120px;
  margin-left: 25px;
  display: flex;
}

.app-showcase-bottom-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding: 60px 20px 0 10px;
  display: flex;
}

.competition-left-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 40%;
  padding-top: 0;
  display: flex;
}

.competition-right-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
}

.competition-right-sde-text-quote {
  padding-bottom: 20px;
  padding-left: 0;
  padding-right: 0;
}

.heading-5 {
  color: #f2f2f2;
  text-align: center;
  font-family: Outfit, Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.competition-text-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 0 20px 15px;
  display: flex;
}

.heading-6 {
  color: #f2f2f2;
  text-align: center;
  font-family: Outfit, Arial, sans-serif;
  font-size: 28px;
  line-height: 32px;
}

.competition-text-facts {
  color: #f2f2f2;
  font-family: Ikaros, Arial, sans-serif;
  font-size: 20px;
  line-height: 18px;
}

.pricing {
  padding: 60px 16px 20px;
}

.pricing-container {
  width: 100%;
  max-width: 75rem;
}

.plans-main-wrapper {
  grid-column-gap: 1.8rem;
  grid-row-gap: 1.8rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing-header-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  max-width: 42.7rem;
  display: flex;
}

.plans-wrapper {
  width: 100%;
}

.heading-7 {
  color: #f2f2f2;
  font-family: Outfit, Arial, sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.tabs-menu {
  background-color: #242424;
  border: 1px solid #142f3c40;
  border-radius: .6rem;
  margin-bottom: 4rem;
  padding: .5rem;
  display: flex;
  box-shadow: 0 0 5.25rem #ffffff26;
}

.tab-link-tab-1 {
  display: flex;
}

.tab-link-tab-1.w--current {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  color: #000;
  background-color: #0000;
  border: 1px solid #0000;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  padding: .75rem 1.5rem;
  transition: color .4s;
}

.tab-link-text {
  z-index: 10;
  color: #0a0a0a;
  font-family: Ikaros, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
  position: relative;
}

.tab-link-background {
  color: #142f3c;
  background-color: #fff;
  border-radius: .3rem;
  min-width: 9.5rem;
  height: 100%;
  font-size: 24px;
  line-height: 24px;
  position: absolute;
}

.tab-link {
  grid-column-gap: .3125rem;
  grid-row-gap: .3125rem;
  background-color: #0000;
  border: 1px solid #0000;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-width: 10rem;
  padding: .75rem 1.5rem;
  transition: color .4s;
  display: flex;
}

.tab-link-text-2 {
  color: #f2f2f2;
  font-family: Ikaros, Arial, sans-serif;
  font-size: 24px;
  line-height: 24px;
}

.tab-link-text-2.tab-link-text-3 {
  color: #67fa50;
  font-size: 12px;
  line-height: 12px;
}

.tabs-content {
  width: 100%;
  overflow: visible;
}

.pricing-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  justify-content: center;
  display: flex;
}

.pricing-tab {
  border: 1px solid #333;
  border-radius: 1.5rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 24.375rem;
  padding: 2rem;
  display: flex;
}

.pricing-tab.pricing-tab-02 {
  background-image: radial-gradient(circle at 100% 100%, #ff6f008a, #0000 63%);
}

.pricing-badge-wrapper {
  background-color: #121212;
  border: 1px solid #333;
  border-radius: .375rem;
  justify-content: flex-start;
  align-items: center;
  padding: .3125rem .375rem;
  display: flex;
}

.text-block-5 {
  color: #33b41a;
  font-size: 24px;
  line-height: 24px;
}

.text-block-5.pricing-top-text-02 {
  color: #f2f2f2;
  font-family: Ikaros, Arial, sans-serif;
  font-size: 28px;
  line-height: 28px;
}

.text-block-5.free-badge {
  font-family: Outfit, Arial, sans-serif;
  font-size: 14px;
  line-height: 14px;
}

.text-block-5.free-badge.badge-02 {
  color: #1ab4aa;
  font-family: Outfit, Arial, sans-serif;
}

.pricing-spacer-1 {
  width: 100%;
  padding-top: 1rem;
}

.pricing-text-below-badge {
  color: #ffffffbf;
  font-family: Urbanist, Arial, sans-serif;
  font-size: 18px;
  line-height: 18px;
}

.pricing-spacer-2 {
  background-color: #f2f1f3;
  width: 100%;
  height: 1px;
  margin-top: 1.5rem;
  margin-bottom: 1.5rem;
}

.price-text {
  color: #f2f2f2;
  font-family: Kunika, Arial, sans-serif;
  font-size: 42px;
  line-height: 42px;
}

.price-span {
  font-size: 28px;
  line-height: 28px;
}

.pricing-content-wrapper {
  grid-column-gap: 1.5625px;
  grid-row-gap: 1.5625px;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: 100%;
  display: flex;
}

.pricing-resources {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.pricing-feature-item {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #f2f2f2;
  justify-content: flex-start;
  align-items: center;
  font-family: Urbanist, Arial, sans-serif;
  font-size: 1rem;
  line-height: 1rem;
  display: flex;
}

.outline-btn {
  z-index: 20;
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  border: 1px solid #f2f2f2;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 65%;
  height: 45px;
  padding: 12px 20px;
  font-size: .65rem;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.secondary-btn-text-2 {
  z-index: 20;
  color: #fff;
  position: relative;
}

.secondary-btn-text-2.button-text-01 {
  color: #fff;
  text-align: center;
  font-family: Ikaros, Arial, sans-serif;
}

.button-hover-circle {
  z-index: 5;
  background-color: #fff;
  background-image: radial-gradient(circle at 100% 0, #000 20%, #b9b731 79%);
  border-radius: 100%;
  width: 125%;
  height: 400%;
  position: absolute;
  inset: auto auto -400% -16px;
}

.button-hover-circle.button-hover-01 {
  background-image: radial-gradient(circle at 0 0, #000 40%, #bd671d 80%);
}

.button-hover-circle.button-hover-02 {
  background-color: #000;
  background-image: none;
}

.button-hover-circle.button-hover-03 {
  background-image: radial-gradient(circle at 0 100%, #c37a1a 40%, #000 80%);
}

.badge-wrapper {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.faq {
  padding: 20px 16px;
}

.faq-container {
  max-width: 1600px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.faq-content-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: static;
}

.faq-header-wrapper {
  padding-left: 72px;
  padding-right: 72px;
}

.heading-8 {
  color: #f2f2f2;
  text-align: center;
  font-family: Outfit, Arial, sans-serif;
  font-size: 38px;
  line-height: 38px;
}

.faq-main-section {
  padding: 0;
  position: static;
}

.faq-list-wrapper {
  justify-content: space-between;
  align-items: stretch;
  display: flex;
  position: static;
}

.faq-item-wrapper {
  grid-row-gap: 16px;
  flex-flow: column;
  width: 50%;
  padding: 24px;
  display: flex;
}

.faq-item {
  border: 1px solid #2f2b2a;
  border-radius: 12px;
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.faq-question-block {
  grid-column-gap: 12px;
  color: #f2f2f2;
  white-space: normal;
  word-break: normal;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: 20px 0;
  display: flex;
}

.faq-answer-block {
  background-color: #0000;
  position: relative;
  overflow: hidden;
}

.faq-heading {
  font-family: Ikaros, Arial, sans-serif;
  font-size: 22px;
  line-height: 22px;
}

.faq-icon-wrapper {
  background-color: #282522;
  border: 1px solid #2f2b2a;
  border-radius: 40px;
  flex-flow: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: flex;
}

.faq-question-bottom-line {
  background-color: #2f2b2a;
  height: 1px;
  position: absolute;
  inset: auto 0% 0%;
}

.faq-answer-wrapper {
  padding-top: 12px;
  padding-bottom: 24px;
}

.faq-answep {
  color: #f2f2f2;
  font-family: Outfit, Arial, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.faq-section-padding {
  height: 100%;
  padding-top: 20px;
  padding-bottom: 0;
}

.faq-main-padding {
  padding: 100px 40px;
  position: relative;
}

.faq-section-divider {
  background-color: #0000;
  background-image: radial-gradient(circle, #2f2b2a, #0000);
  width: 1px;
}

.faq-section-border-block {
  z-index: 2;
  pointer-events: none;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.section-border-01 {
  background-image: linear-gradient(#161616, #2f2b2a 8.6% 90.38%, #161616);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 40px;
}

.section-border-02 {
  background-image: linear-gradient(#161616, #2f2b2a 5% 95%, #161616);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: 100px 0% auto;
}

.section-border-03 {
  background-image: linear-gradient(#161616, #2f2b2a 8.6% 90.38%, #161616);
  width: 1px;
  height: 100%;
  position: absolute;
  inset: 0% 40px 0% auto;
}

.section-border-04 {
  background-image: linear-gradient(90deg, #161616, #2f2b2a 5% 95%, #161616);
  width: 100%;
  height: 1px;
  position: absolute;
  inset: auto 0% 100px;
}

.section-border-dot-01 {
  background-color: #453f39;
  border-radius: 2px;
  width: 9px;
  height: 9px;
  position: absolute;
  inset: 96px auto auto 36px;
}

.section-border-dot-02 {
  background-color: #453f39;
  border-radius: 2px;
  width: 9px;
  height: 9px;
  position: absolute;
  inset: 96px 36px auto auto;
}

.section-border-dot-03 {
  background-color: #453f39;
  border-radius: 2px;
  width: 9px;
  height: 9px;
  position: absolute;
  inset: auto auto 96px 36px;
}

.section-border-dot-04 {
  background-color: #453f39;
  border-radius: 2px;
  width: 9px;
  height: 9px;
  position: absolute;
  inset: auto 36px 96px auto;
}

.cta {
  padding: 20px 16px;
}

.cta-wrapper {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 50px;
  display: flex;
}

.heading-9 {
  color: #f2f2f2;
  font-family: Outfit, Arial, sans-serif;
}

.footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-bottom.py-25 {
  padding-top: 25px;
  padding-bottom: 25px;
}

.navigation-item-list {
  background-color: #16161a;
  flex-direction: column;
  padding-top: 40px;
  padding-bottom: 0;
  display: flex;
}

.footer-parent {
  margin-top: 0;
}

.hr-line {
  background-color: #94a1b240;
  width: 1280px;
  height: 1px;
  margin-left: auto;
  margin-right: auto;
}

.footer-link-wrap {
  flex-wrap: wrap;
  justify-content: flex-start;
  align-self: flex-start;
  padding-bottom: 30px;
  display: flex;
}

.footer-logo-link {
  margin-bottom: 10px;
}

.footer-logo-link.clear-bottom {
  margin-bottom: 0;
}

.footer-logo-link.clear-bottom.mr-25 {
  margin-right: 25px;
}

.footer-link-column {
  flex-direction: column;
  flex: 1;
  align-items: flex-start;
  display: flex;
}

.footer-link-column.footer-column-link--social {
  flex: 0 auto;
}

.footer-link-column.row {
  flex-direction: row;
  align-items: center;
}

.footer-header {
  color: #fffffe;
  margin-top: 0;
  margin-bottom: 35px;
  font-family: Outfit, Arial, sans-serif;
  font-size: 15px;
  font-weight: 600;
  line-height: 18px;
}

.footer-copyright-text {
  color: #fffffe;
  margin-bottom: 0;
  font-size: 15px;
}

.footer-copyright-text.light {
  color: #94a1b2;
}

.footer-copyright-text.light.small {
  font-family: Outfit, Arial, sans-serif;
  font-size: 13px;
}

.footer-wrap {
  flex-direction: column;
  flex: 1;
  display: block;
}

.footer-wrap.complete-footer {
  padding-top: 30px;
}

.footer {
  justify-content: center;
  display: flex;
}

.footer-link-social {
  opacity: .7;
  margin-bottom: 25px;
}

.footer-link-social.fb-icon {
  background-image: url('../images/facebook-box-fill.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px;
  width: 24px;
  height: 24px;
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
}

.footer-link-social.fb-icon:hover {
  opacity: 1;
}

.footer-link-social.fb-icon.inline {
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 13px;
}

.footer-link-social.ig-icon {
  background-image: url('../images/instagram-fill.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-bottom: 25px;
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
}

.footer-link-social.ig-icon:hover {
  opacity: 1;
}

.footer-link-social.ig-icon.inline {
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 13px;
}

.footer-link-social.yt-icon {
  background-image: url('../images/youtube-fill.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: 24px 24px;
  width: 24px;
  height: 24px;
  margin-bottom: 25px;
  transition: opacity .2s cubic-bezier(.215, .61, .355, 1);
}

.footer-link-social.yt-icon:hover {
  opacity: 1;
}

.footer-link-social.yt-icon.inline {
  margin-bottom: 0;
  margin-left: 12px;
  margin-right: 12px;
}

.footer-container {
  flex: 0 auto;
  width: 95%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.footer-logo {
  width: 100px;
}

.footer-link {
  margin-bottom: 30px;
  font-size: 15px;
  font-weight: 500;
  line-height: 18px;
}

.footer-link.light {
  color: #94a1b2;
  flex: none;
  font-family: Outfit, Arial, sans-serif;
  transition: color .2s cubic-bezier(.215, .61, .355, 1);
}

.footer-link.light:hover {
  color: #fffffe;
}

.glowing-wrapper-button {
  z-index: 1;
  color: #fff;
  letter-spacing: -.01em;
  border: 1px solid #ffffff1a;
  border-radius: 62.5rem;
  padding: .5rem 1.5rem;
  font-size: .88rem;
  line-height: 1.42;
  text-decoration: none;
  position: relative;
}

.glowing-wrapper-animations {
  opacity: 0;
  width: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper {
  border-radius: 62.5rem;
  display: inline-block;
  position: relative;
  overflow: hidden;
}

.glowing-wrapper-borders {
  opacity: 1;
  width: 100%;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.glowing-wrapper-mask-wrapper {
  opacity: 1;
}

.glowing-wrapper-borders-masker {
  opacity: 0;
  border-radius: 62.5rem;
  width: 100%;
  padding: .06rem;
  line-height: 100%;
  transition: opacity 1s;
  position: absolute;
  top: 0;
  left: 0;
}

.glowing-wrapper-glow {
  opacity: .12;
  filter: blur(8px);
}

.glowing-wrapper-mask {
  opacity: 1;
}

.button-text {
  z-index: 2;
  color: #0000;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#fff6, #fff);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Outfit, Arial, sans-serif;
  font-weight: 500;
  position: relative;
}

.styles---glowing-button {
  display: none;
}

.div-block-3 {
  z-index: 99999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  pointer-events: none;
  background-color: #fff0;
  min-height: 5%;
  max-height: 80px;
  position: fixed;
  inset: auto 0% 0%;
  -webkit-mask-image: linear-gradient(to top, #000 40%, #0000 100%);
  mask-image: linear-gradient(to top, #000 40%, #0000 100%);
}

@media screen and (min-width: 1440px) {
  .section.is--hero {
    padding-left: 0;
  }

  .button-7 {
    z-index: 1;
    transform: scale(1.2);
  }

  .label {
    z-index: 5;
  }

  .button-7_bg:active {
    width: 90%;
    height: 90%;
  }

  .search-input {
    width: 720px;
  }

  .section-social-proof {
    height: 1000px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-01 {
    top: -88px;
    right: -29px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-03 {
    top: -68px;
    left: -34px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-04 {
    bottom: -71px;
    left: -23px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-02 {
    bottom: -23px;
    right: -34px;
  }

  .hero-section-profile-04 {
    width: 100%;
  }

  .outline-btn {
    border-color: #202020;
  }

  .button-hover-circle.button-hover-01 {
    background-image: radial-gradient(circle at 100% 0, #353535 20%, #b9b731 79%);
  }

  .navigation-item-list {
    background-color: #16161a;
    padding-bottom: 40px;
  }

  .footer-parent {
    border: 1px solid #000;
    width: 100%;
    height: 560px;
  }

  .footer-link-column {
    align-items: center;
  }

  .footer-wrap.complete-footer {
    display: block;
  }
}

@media screen and (min-width: 1920px) {
  .button-7 {
    transform: scale(1.4);
  }

  .navbar-button-content-holder {
    align-items: center;
    margin-left: 20px;
    display: flex;
  }

  .search-input {
    width: 720px;
  }

  .hero-section-blur-background, .hero-section-blur-background-2 {
    overflow: visible;
  }

  .footer-bottom.py-25 {
    max-width: 1920px;
  }

  .navigation-item-list {
    background-color: #16161a;
  }

  .hr-line {
    width: 1640px;
  }

  .footer-header {
    font-family: Ikaros, Arial, sans-serif;
    font-size: 20px;
    line-height: 20px;
  }

  .footer-copyright-text.light.small {
    color: #f2f2f2;
    font-family: Kunika, Arial, sans-serif;
    font-size: 22px;
  }

  .footer-container {
    max-width: 1820px;
  }

  .footer-logo {
    width: 120px;
  }

  .footer-link.light {
    font-family: Outfit, Arial, sans-serif;
    font-size: 18px;
  }
}

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

  .section.is--hero {
    flex-direction: column;
    padding-top: 171px;
    padding-bottom: 96px;
    padding-left: 0;
    display: block;
  }

  .c-hero_map {
    width: 100%;
    margin-top: 75px;
  }

  .c-hero_text {
    text-align: center;
    padding-left: 59px;
    padding-right: 59px;
  }

  .html-embed {
    font-size: 2.5vw;
  }

  .tablet-and-below-nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-image: linear-gradient(0deg, #000 36%, #272727);
    border-bottom: 1px solid #f2f2f2;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    padding: 10px 10px 0;
    display: flex;
    position: fixed;
    left: 0;
  }

  .tablet-and-belowspacing {
    width: 33%;
    display: block;
  }

  .tablet-and-below-logo {
    margin-left: 0;
    position: static;
  }

  .tablet-and-below-overlay {
    height: 85vh;
    display: none;
  }

  .tablet-and-below-menu-bg {
    background-color: #0000;
    background-image: linear-gradient(#000, #000 65% 100%, #fff 103%);
    display: block;
  }

  .tablet-and-below-link {
    color: #f2f2f2;
    font-size: 54px;
  }

  .showreel-title.project {
    color: #f2f2f2;
    font-family: Ikaros, Arial, sans-serif;
  }

  .tablet-and-below-menu-links {
    margin-left: 75px;
  }

  .navbar-hamburger-menu-hm8 {
    justify-content: center;
    align-items: center;
    width: 80px;
    height: 80px;
  }

  .hamburger-menu-hm8 {
    padding: 15px;
  }

  .top-bar-hm8 {
    background-color: #375dad;
    width: 45px;
  }

  .middle-bar-hm8 {
    background-color: #db0e0e;
    width: 45px;
  }

  .bottom-bar-hm8 {
    background-color: #f1ab3a;
    width: 45px;
  }

  .tablet-and-below-logo-wrapper, .tab-and-below-ham-menu-wrapper {
    justify-content: center;
    align-items: center;
    width: 33%;
    display: flex;
  }

  .button-10 {
    width: 180px;
  }

  .circle-color-b10 {
    background-color: #53baff;
  }

  .text-button-b10, .arrow-blue-b10 {
    color: #f2f2f2;
  }

  .arrow-white-b10 {
    right: 37px;
  }

  .header {
    padding-top: 10px;
    padding-bottom: 10px;
    padding-left: 20px;
  }

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

  .navbar {
    border-radius: 12px;
    padding: 12px 0 0;
  }

  .navbar-content-area {
    padding-left: 16px;
    padding-right: 16px;
  }

  .nav-logo-image {
    width: 100px;
    max-width: 80px;
  }

  .nav-menu-2 {
    -webkit-backdrop-filter: blur(20px);
    backdrop-filter: blur(20px);
    background-color: #0a0a0a;
    background-image: url('../images/mega-menu.png');
    background-position: 0 0;
    background-size: cover;
    border: 1px solid #ffffff1f;
    border-radius: 8px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding: 40px;
    display: none;
  }

  .menu-wrapper {
    z-index: 5;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    padding-right: 0;
    position: relative;
  }

  .nav-megamenu-shape {
    width: 200px;
    display: inline-flex;
  }

  .menu-item {
    overflow: hidden;
  }

  .nav-link {
    font-size: 16px;
    line-height: 24px;
  }

  .menu-dropdown {
    width: 100%;
  }

  .menu-dropdown-toggle {
    padding-top: 0;
    padding-bottom: 0;
  }

  .dropdown-menu-list {
    border-width: 0;
    margin-top: 20px;
    padding-top: 20px;
    padding-bottom: 20px;
    position: relative;
  }

  .menu-dropdown-list-area {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .nav-button-wrap {
    align-items: center;
    display: flex;
  }

  .hamburger-menu-wrap {
    width: 30px;
    display: none;
  }

  .nav-button-wrapper {
    display: none;
  }

  .simple-menu-button {
    background-color: #0000;
    padding-right: 20px;
    display: none;
    overflow: visible;
  }

  .line-1.simple {
    background-color: #f2f2f2;
    display: none;
  }

  .line-5.simple {
    display: none;
  }

  .arrow-button-secondary {
    top: 15%;
  }

  .line-4.simple {
    display: none;
  }

  .scroll-arrow-txt {
    font-size: .7rem;
  }

  .lottie-animation {
    color: #fff0;
  }

  .hamburger_10_line {
    color: #f2f2f2;
  }

  .hamburger_10_line.is-middle {
    width: 100%;
    padding-left: 15px;
  }

  .search-input {
    width: 420px;
    padding-left: 50px;
  }

  .search-results {
    position: absolute;
    top: auto;
  }

  .hero-section-blur-background, .hero-section-blur-background-2 {
    width: 100%;
    height: 400px;
    top: -32%;
  }

  .hero-section-main-text {
    font-size: 12px;
    line-height: 15px;
  }

  .hero-section-icons {
    height: 110%;
    min-height: 0;
    max-height: none;
  }

  .hero-section-main-holder {
    padding: 11px;
  }

  .hero-section-main-wrapper {
    margin-top: 100px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-01 {
    width: 300px;
    top: -67px;
    right: -21px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-03 {
    width: 300px;
    top: -110px;
    left: -25px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-04 {
    width: 300px;
    bottom: -14px;
    left: -12px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-02 {
    width: 300px;
    bottom: 12px;
    right: -21px;
  }

  .hero-section-text-wrapper {
    width: 225px;
  }

  .hero-section-main-header {
    font-size: 18px;
    line-height: 18px;
  }

  .hero-section-content-wrapper {
    width: 300px;
  }

  .footer-bottom.py-25 {
    width: 100%;
  }

  .navigation-item-list {
    padding-top: 20px;
  }

  .hr-line {
    width: 100%;
  }

  .footer-link-column {
    text-align: center;
    flex: 0 auto;
    width: 33.33%;
  }

  .footer-link-column.footer-column-link--social.row {
    justify-content: flex-end;
    width: auto;
  }

  .footer-link-column.row {
    width: auto;
  }

  .footer-wrap.complete-footer {
    flex: 0 auto;
    width: 100%;
    padding-top: 38px;
    padding-left: 38px;
  }

  .footer-container {
    flex: 0 auto;
    width: 95%;
  }
}

@media screen and (max-width: 767px) {
  .section, .c-hero_text {
    padding-left: 40px;
    padding-right: 40px;
  }

  .tablet-and-below-nav {
    flex-direction: row;
    justify-content: space-between;
    align-items: center;
    width: 100vw;
    height: auto;
    padding: 20px;
  }

  .tablet-and-below-menu {
    margin-top: 0;
    margin-left: 0;
    margin-right: -20px;
    padding-right: 0;
    inset: 0% 0% auto auto;
  }

  .tablet-and-below-overlay {
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
  }

  .tablet-and-below-menu-bg {
    display: block;
  }

  .tablet-and-below-arrow-icon {
    margin-left: 10px;
  }

  .tablet-and-below-link, .tablet-and-below-link.w--current {
    font-size: 48px;
  }

  .showreel-title.project {
    font-size: 18px;
  }

  .hero-section-blur-background, .hero-section-blur-background-2 {
    top: -45%;
  }

  .hero-section-main-text {
    font-size: 10px;
    line-height: 12px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-01 {
    width: 220px;
    height: 80px;
    top: -49px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-03 {
    width: 220px;
    height: 80px;
    top: -86px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-04 {
    width: 220px;
    height: 80px;
    bottom: 26px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-02 {
    width: 220px;
    height: 80px;
    bottom: 49px;
  }

  .hero-section-text-wrapper {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
    height: 80px;
  }

  .hero-section-main-header {
    font-size: 14px;
    line-height: 14px;
  }

  .hero-section-content-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    width: 220px;
    height: 80px;
  }

  .hero-section-picture-wrapper {
    height: 80px;
    margin-left: 5px;
  }

  .footer-bottom.py-25 {
    flex-direction: column;
    align-items: center;
  }

  .footer-link-column {
    justify-content: flex-start;
    align-items: center;
    width: 33%;
    margin-bottom: 20px;
  }

  .footer-link-column.footer-column-link--social {
    flex-direction: row;
    width: 100%;
    margin-bottom: 0;
  }

  .footer-header {
    margin-bottom: 24px;
    font-size: 12px;
    line-height: 14px;
  }

  .footer-copyright-text.light.small {
    font-size: 12px;
    line-height: 14px;
  }

  .footer-wrap.complete-footer {
    flex: 0 auto;
    width: 100%;
    padding-top: 24px;
    padding-left: 24px;
  }

  .footer-link-social.fb-icon {
    margin-bottom: 0;
    margin-left: 10px;
    margin-right: 5px;
  }

  .footer-link-social.ig-icon {
    margin-bottom: 0;
    margin-left: 5px;
    margin-right: 5px;
  }

  .footer-link-social.yt-icon {
    margin-bottom: 0;
    margin-right: 0;
  }

  .footer-container {
    width: 95%;
  }

  .footer-link.light {
    font-size: 12px;
    line-height: 14px;
  }
}

@media screen and (max-width: 479px) {
  .section, .c-hero_text {
    padding-left: 29px;
    padding-right: 29px;
  }

  .tablet-and-below-nav {
    padding: 10px 20px 0;
  }

  .tablet-and-below-overlay {
    flex-flow: column;
    place-content: flex-start center;
    align-items: stretch;
    height: 80vh;
    inset: 0% auto;
  }

  .tablet-and-below-link {
    font-size: 38px;
  }

  .tablet-and-below-menu-links {
    margin-left: 20px;
    margin-right: 0;
    left: auto;
  }

  .navbar {
    border-radius: 10px;
    padding-top: 8px;
    padding-bottom: 8px;
  }

  .nav-logo-image {
    width: 60px;
    max-width: 80px;
  }

  .scroll-arrow-img {
    width: 20px;
  }

  .arrow-button-secondary {
    height: 25px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .scroll-arrow-txt {
    letter-spacing: 1px;
    font-size: .6rem;
  }

  .nav_button {
    width: 2rem;
  }

  .hamburger_10_line.is-middle {
    width: 100%;
    padding-left: 10px;
  }

  .search-input {
    width: 250px;
    height: 42px;
  }

  .hero-section-blur-background, .hero-section-blur-background-2 {
    width: 130%;
    height: 240px;
    top: -37%;
  }

  .hero-section-main-text-wrapper {
    padding-left: 5px;
  }

  .hero-section-main-text {
    font-size: 7px;
    line-height: 8px;
  }

  .hero-section-icons {
    margin-top: 0;
    padding: 4px;
  }

  .hero-section-main-holder {
    padding: 8px;
  }

  .hero-section-main-wrapper {
    margin-top: 72px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-01 {
    width: 160px;
    height: 60px;
    top: -22px;
    right: -10px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-03 {
    width: 160px;
    height: 60px;
    top: -37px;
    left: -9px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-04 {
    width: 160px;
    height: 60px;
    bottom: -27px;
  }

  .hero-section-icon-holder.hero-section-main-class.hero-02 {
    width: 160px;
    height: 60px;
    bottom: -6px;
    right: -10px;
  }

  .hero-section-profile-04 {
    width: 60%;
  }

  .hero-section-text-wrapper {
    width: 160px;
    height: 60px;
    padding-left: 0;
  }

  .hero-section-main-header {
    font-size: 10px;
    line-height: 10px;
  }

  .hero-section-content-wrapper {
    width: 160px;
    height: 60px;
  }

  .hero-section-picture-wrapper {
    height: 60px;
    margin-left: 2px;
  }

  .outline-btn {
    align-self: center;
    height: 38px;
    margin-top: .5rem;
    margin-bottom: .5rem;
    padding-left: 5px;
    padding-right: 5px;
    display: flex;
  }

  .footer-bottom.py-25 {
    padding-top: 5px;
    padding-bottom: 15px;
  }

  .navigation-item-list {
    padding-top: 12px;
  }

  .footer-link-wrap {
    padding-bottom: 5px;
  }

  .footer-logo-link.clear-bottom.mr-25 {
    margin-right: 0;
  }

  .footer-link-column.footer-column-link--social.row {
    flex-direction: row;
  }

  .footer-link-column.row {
    flex-direction: column;
  }

  .footer-header {
    font-size: 10px;
    line-height: 12px;
  }

  .footer-copyright-text.light.small {
    margin-top: 15px;
  }

  .footer-wrap.complete-footer {
    padding-left: 0;
  }

  .footer-link.light {
    font-size: 10px;
    line-height: 12px;
  }
}


@font-face {
  font-family: 'Untyped';
  src: url('../fonts/Untyped.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Pathos';
  src: url('../fonts/Pathos-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Ikaros';
  src: url('../fonts/Ikaros.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Urbanist';
  src: url('../fonts/Urbanist-SemiBold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Outfit';
  src: url('../fonts/Outfit-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Kunika';
  src: url('../fonts/Kunika.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}