:root {
  --black: black;
  --white: white;
  --primary: #19f3ff;
  --red\<deleted\|variable-5cdbf98c-d8d3-8aad-fe0d-ee5347746fb5\>: #fd430c;
  --dark: #260c44;
  --background: #fff;
}

body {
  color: var(--black);
  font-family: Inter;
  font-size: 1rem;
  font-weight: 400;
}

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
}

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

.header-section {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: start;
  width: 100%;
  display: grid;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.header-component {
  width: 100%;
  padding-top: 12.13rem;
  padding-left: 8%;
  padding-right: 8%;
  position: relative;
}

.header-content {
  z-index: 4;
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Musedisplay Harmony, sans-serif;
  font-size: 7em;
  font-weight: 400;
  line-height: .8;
}

.h1.text-color-primary {
  color: var(--white);
}

.benefits-list-content {
  grid-column-gap: 2.5em;
  grid-row-gap: 2.5em;
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.background {
  object-fit: cover;
  width: 100%;
  height: 100svh;
}

.navigation {
  z-index: 11;
}

.navbar-content {
  z-index: 4;
  border-bottom: .06em solid var(--primary);
  justify-content: space-between;
  align-items: center;
  width: 42%;
  min-height: 8.13em;
  display: flex;
  position: absolute;
  top: auto;
  bottom: auto;
  left: 4%;
  right: 4%;
}

.logo {
  width: 17rem;
  height: auto;
  padding-bottom: .4rem;
}

.button {
  background-color: var(--red\<deleted\|variable-5cdbf98c-d8d3-8aad-fe0d-ee5347746fb5\>);
  border-radius: 99rem;
  justify-content: center;
  align-items: center;
  min-width: 11.4em;
  padding: 1em 2rem 1.7rem;
  font-size: 1.6em;
  font-weight: 400;
  display: flex;
}

.basic-text-mini {
  margin-bottom: 0;
  font-family: Musesans, sans-serif;
  font-size: 1.5em;
  line-height: 1.4;
}

.h1-mask {
  overflow: hidden;
}

.navbar-content-mob {
  z-index: 4;
  border-bottom: .06em solid var(--primary);
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  min-height: 8.13em;
  display: none;
  position: fixed;
  top: auto;
  bottom: auto;
  left: 4%;
  right: 4%;
}

.button-anim {
  background-color: var(--primary);
  border-radius: 99px;
  justify-content: center;
  align-items: center;
  min-width: 16rem;
  padding: 1.2rem 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button3_text-wrap {
  grid-column-gap: .75em;
  color: #fff;
  align-items: center;
  font-size: 1.5rem;
  line-height: 1.4;
  display: flex;
}

.button3_text-wrap.is-2 {
  z-index: 1;
  opacity: 0;
  color: #1a1a1a;
  position: absolute;
}

.butto3_background {
  background-color: var(--black);
  width: 100%;
  height: 100%;
  position: absolute;
  bottom: 100%;
  left: 0;
}

.butto3_background.yellow-ver {
  background-color: var(--white);
}

.button3_text {
  color: var(--black);
  font-size: 1.5rem;
}

.button3_text.is-sec {
  z-index: 1;
  color: var(--black);
}

.button3_text.is-sec.text-color-black {
  color: var(--black);
}

.icon-arrow-set-mask {
  overflow: hidden;
}

.body {
  background-color: var(--dark);
  color: var(--white);
  font-family: Musesans, sans-serif;
  font-weight: 400;
}

.text-span-4, .text-span-5, .text-span-6, .text-span-7 {
  font-family: Musedisplay Rhythm, sans-serif;
}

@media screen and (max-width: 991px) {
  .header-section {
    grid-template-columns: 1fr;
  }

  .header-component {
    padding: 10.13rem 4% 8%;
  }

  .h1 {
    font-size: 6.9em;
    line-height: .9;
  }

  .benefits-list-content {
    grid-column-gap: 2em;
    grid-row-gap: 2em;
  }

  .background {
    aspect-ratio: 1;
    object-fit: cover;
    width: auto;
    height: auto;
  }

  .navbar-content {
    width: 92%;
  }
}

@media screen and (max-width: 479px) {
  .header-section {
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    display: flex;
    position: relative;
  }

  .header-component {
    padding-top: 7.4rem;
    padding-bottom: 8%;
  }

  .h1 {
    font-size: 5em;
  }

  .benefits-list-content {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-direction: column;
    align-items: flex-start;
  }

  .background {
    width: 100%;
  }

  .navbar-content {
    display: none;
  }

  .logo {
    width: 12em;
  }

  .button {
    padding: .8em 1rem .9rem 1.2rem;
    font-size: 1.3em;
  }

  .button.hide-mobile {
    display: none;
  }

  .basic-text-mini {
    font-size: 1.3em;
  }

  .navbar-content-mob {
    min-height: 6em;
    display: flex;
    position: absolute;
  }

  .button-anim {
    min-width: 16.5rem;
    padding: .8rem 1.2rem .9rem;
  }

  .button3_text {
    font-size: 1.3rem;
  }
}


@font-face {
  font-family: 'Musedisplay Rhythm';
  src: url('../assets/MuseDisplay-Rhythm.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Musedisplay Harmony';
  src: url('../assets/MuseDisplay-Harmony.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Musesans';
  src: url('../assets/MuseSans-Regular.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}