.loader__wrapper {
  z-index: 99999;
  width: 100%;
  height: 100%;
  background-color: #0036ff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
}

.loader__bar-wrapper {
  width: 20rem;
  height: 2px;
  background-color: rgba(240, 240, 240, .3);
}

.loader__bar {
  width: 20rem;
  height: 2px;
  perspective-origin: 0%;
  transform-origin: 0%;
  transform-style: preserve-3d;
  background-color: #f0f0f0;
  transform: scale3d(0, 1, 1)translate(0);
}

.loader__trigger {
  display: none;
}

.body {
  background-color: #d8d1cb;
}

.div-block {
  height: 300vh;
  background-color: #422;
}

.navbar {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1.5rem;
  margin-right: 1.5rem;
}

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

.nav-menu {
  justify-content: space-around;
  display: flex;
}

.nav-link {
  color: #000;
  border: 1px solid #d1cbc3;
  border-radius: 6.25rem;
  align-content: center;
  justify-content: center;
  align-items: stretch;
  padding: .125rem 2.25rem;
  font-size: 12px;
  font-weight: 400;
  line-height: 100%;
  display: flex;
}

.nav-link.w--current {
  color: #000;
  background-color: #d1cbc3;
  border-color: #fbb192;
}

.nav-link.home {
  border-color: #bbb4ab;
}

.nav-link.home.w--current {
  color: #d1cbc3;
  background-color: #000;
  border-color: #000;
}

.nav-link.home.light {
  color: #f9f3ee;
  border-color: #bbb4ab;
}

.nav-link.about {
  color: #000;
  border-color: #bbb4ab;
}

.nav-link.about.w--current {
  background-color: #c4ecb0;
  border-color: #c4ecb0;
}

.nav-link.about.light {
  color: #f9f3ee;
  border-color: #bbb4ab;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.nav-link.about.light.w--current {
  color: #000;
  border-color: #c4ecb0;
}

.nav-link.about.light.hover-state {
  padding-left: 3rem;
  padding-right: 3rem;
  transition: all .4s cubic-bezier(.645, .045, .355, 1);
}

.nav-link.our-service {
  border-color: #bbb4ab;
}

.nav-link.our-service.w--current {
  color: #000;
  background-color: #fbb192;
}

.nav-link.our-service.light {
  color: #f9f3ee;
}

.nav-link.our-service.light.w--current {
  color: #000;
  border-color: #fbb192;
}

.nav-link.mission {
  border-color: #bbb4ab;
}

.nav-link.mission.w--current {
  color: #f9f3ee;
  background-color: #0036ff;
  border-color: #0036ff;
}

.nav-link.mission.light {
  color: #f9f3ee;
  border-color: #bbb4ab;
}

.nav-link.mission.light.w--current {
  border-color: #0036ff;
}

.nav-link.challenge {
  border-color: #bbb4ab;
}

.nav-link.challenge.light {
  color: #f9f3ee;
  border-color: #bbb4ab;
}

.nav-link.challenge.light.w--current {
  color: #000;
}

.base {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
}

.base._1 {
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: contain;
  background-color: #000;
  border-radius: 0;
  flex-direction: column;
  margin-top: 0;
  position: relative;
}

.base._2 {
  z-index: 3;
  height: auto;
  display: block;
  position: relative;
}

.base._3 {
  z-index: 4;
  position: relative;
  overflow: visible;
}

.base._4 {
  position: relative;
}

.base._5 {
  height: 100vh;
  display: block;
  position: relative;
  top: auto;
  overflow: hidden;
}

.base.marquee {
  z-index: 4;
  width: 100%;
  height: 100%;
  border-radius: 20px;
  position: relative;
}

.base.footer {
  position: relative;
}

.content {
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
}

.content.marquee {
  height: 40vh;
}

.content.marquee.light {
  z-index: 4;
  height: 35vh;
  background-color: #f9f3ee;
  border-radius: 0 0 20px 20px;
  position: relative;
  overflow: hidden;
}

.content.marquee.light.is-mission {
  z-index: 3;
  background-color: #0036ff;
  transform: translate(0, -45px);
}

.content.about.dark {
  width: 100%;
  height: auto;
  background-color: #000;
}

.content.light {
  height: 100vh;
}

.content.services.light {
  height: auto;
  flex-direction: column;
}

.content.mission {
  width: auto;
  height: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.content.challenge.dark {
  width: auto;
  height: auto;
  background-color: #000;
  position: -webkit-sticky;
  position: sticky;
}

.content.challenge.dark.sticky-section {
  width: 100%;
  height: 100vh;
  top: 0;
}

.content.footer.dark {
  height: 110vh;
  background-color: #000;
}

.content-title {
  z-index: 10;
  width: 100%;
  background-color: rgba(0, 0, 0, .44);
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 3px #000;
}

.heading {
  color: #fff;
  margin-top: 10px;
  font-family: Montserrat, sans-serif;
}

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

.home-video {
  width: 100%;
  height: 100%;
}

.marquee-container {
  height: 100%;
  flex: none;
}

.marquee-text {
  height: 100%;
  color: #f9f3ee;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee_is-text {
  color: #ddd7d2;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 11.25rem;
  line-height: 100%;
}

.container {
  width: 100%;
}

.heading_wrap {
  width: 78%;
  color: #c4ecb0;
  margin-top: .5rem;
  margin-left: 2.5rem;
}

.split-lines {
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 101%;
}

.underline {
  width: 100%;
  height: 1px;
  background-color: rgba(255, 255, 255, .3);
  margin-top: 8.9em;
  margin-bottom: 8.9em;
}

.sticky-circle {
  width: 100%;
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.sticky-circle_img {
  width: auto;
  height: auto;
  max-width: none;
  min-height: 100vh;
  min-width: 100vw;
  object-fit: cover;
  background-color: #f9f3ee;
  background-image: url('../images/ikigai-waves-2-1.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  flex: 0 auto;
  position: relative;
}

.header_text-move.is--last {
  padding-bottom: 2.4em;
}

.is--alt-text {
  font-weight: 400;
}

.sticky-circle_wrap {
  height: 300vh;
}

.container-2 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 2.08em;
}

.container-2.is--header {
  text-align: center;
  padding-top: 8.78em;
  padding-bottom: 8.78em;
}

.sticky-circle_element {
  width: 100px;
  height: 100px;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header_text-wrap {
  position: relative;
  overflow: hidden;
}

.heading-wrapper {
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  margin-top: 0;
  display: flex;
}

.top-nav-bar {
  z-index: 100;
  position: fixed;
  top: 0;
  left: 0%;
  right: 0%;
}

.sticky-circle-stroke {
  z-index: 100;
  width: 100%;
  height: 100vh;
  justify-content: center;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: auto;
  left: auto;
  right: auto;
  overflow: hidden;
}

.sticky-circle-stroke_element-1 {
  width: 150px;
  height: 150px;
  border: 1px solid rgba(249, 243, 238, .2);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 -2px 0 -1px rgba(249, 243, 238, .6);
}

.sticky-circle-stroke_element-2 {
  width: 180px;
  height: 180px;
  border: 1px solid rgba(249, 243, 238, .15);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 2px 0 -1px rgba(249, 243, 238, .8);
}

.sticky-circle-stroke_element-3 {
  width: 300px;
  height: 300px;
  border: 1px solid rgba(249, 243, 238, .3);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  overflow: hidden;
  box-shadow: 0 -2px 0 -1px rgba(249, 243, 238, .9);
}

.background-video-2 {
  z-index: 5;
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
}

.home-content {
  z-index: 6;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.home-text {
  width: 100%;
  color: #000;
  letter-spacing: -.3rem;
  text-transform: none;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 7rem;
  font-weight: 400;
  line-height: 120%;
  text-decoration: none;
}

.home-text._2nd {
  text-transform: none;
}

.home-text._1st {
  text-transform: none;
  margin-bottom: 0;
  font-size: 7rem;
  font-weight: 400;
  line-height: 110%;
}

.home-label {
  z-index: 6;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 1.5rem;
}

.home-scroll-down {
  grid-column-gap: 4.625rem;
  grid-row-gap: 4.625rem;
  display: flex;
}

.home-scroll-down_is-text {
  color: #000;
  flex: none;
  font-family: aktiv-grotesk, sans-serif;
  font-size: .75rem;
  line-height: 100%;
  display: none;
}

.home-scroll-down_is-text-copy {
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-size: .75rem;
  line-height: 100%;
  display: none;
}

.main-logo {
  z-index: 100;
  align-items: center;
  margin-top: 0;
  margin-left: 1.2rem;
  text-decoration: none;
  display: flex;
  position: fixed;
}

.main-logo.w--current {
  cursor: pointer;
  margin-top: 1rem;
}

.image {
  height: 12rem;
  display: none;
}

.logo-ikigai {
  color: #000;
  cursor: default;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 5.5rem;
  font-weight: 600;
  line-height: 115%;
}

.logo-ikigai.light {
  color: #000;
}

.heading-category {
  margin-top: 3.75rem;
  margin-bottom: 1.5rem;
  margin-left: 2.5rem;
}

.heading-category_is-text {
  color: rgba(209, 203, 195, .5);
  margin-left: 0;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
}

.heading-category_is-text.is-service {
  color: #000;
  font-size: 16px;
}

.heading-category_is-text.is-service.section-description {
  margin-bottom: 1.9rem;
  margin-left: 0;
  font-size: 20px;
  font-weight: 600;
}

.about-item {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 1.5rem;
  margin-bottom: 0;
  margin-right: 3rem;
  padding-top: 3rem;
  padding-bottom: 0;
  display: flex;
}

.about-single-item {
  width: 60%;
  margin-left: 2.5rem;
}

.about-item_is-label {
  color: rgba(209, 203, 195, .5);
  font-family: aktiv-grotesk, sans-serif;
  font-size: 12px;
  line-height: 100%;
}

.about-item_is-text {
  color: #f9f3ee;
  text-transform: none;
  margin-top: .375rem;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 110%;
}

.home-text-container {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 0;
  display: flex;
  overflow: hidden;
}

.loader-content {
  width: 100%;
  height: 100%;
  grid-column-gap: 8rem;
  grid-row-gap: 8rem;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  display: flex;
}

.loader-logo-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  overflow: hidden;
}

.text-block-2 {
  color: #000;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: .1rem;
  margin-right: .1rem;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 37rem;
  font-weight: 600;
  line-height: 120%;
}

.loader-label {
  justify-content: space-between;
  align-items: center;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: flex;
}

.loader-text-container {
  overflow: hidden;
}

.loader_is-text {
  color: #000;
  flex-wrap: wrap;
  align-content: stretch;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 12px;
  line-height: 100%;
  display: flex;
  overflow: visible;
}

.loader-label-container {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
  position: absolute;
  top: 2.5rem;
  bottom: 2.5rem;
  left: 2.5rem;
  right: 2.5rem;
}

.service-container {
  width: 100%;
  background-color: #f9f3ee;
  border-radius: 0;
  justify-content: flex-end;
  align-self: auto;
  padding-top: 8rem;
  display: block;
}

.service-text-container {
  width: 100%;
  justify-content: flex-start;
  margin-top: 0;
  display: flex;
}

.service_is-text {
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 3rem;
  font-weight: 300;
  line-height: 100%;
}

.service-text-content {
  width: 80%;
  margin-left: 2.5rem;
}

.list-wrapper {
  margin-bottom: 10rem;
}

.item {
  grid-column-gap: 10rem;
  grid-row-gap: 10rem;
  border-bottom: 1px #000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  display: flex;
}

.item.cursor {
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.selected-item {
  width: 4.2rem;
  height: 4.2rem;
  background-color: rgba(251, 177, 146, 0);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.selected-item.is-scrolled {
  margin-left: 2.5rem;
}

.item-number {
  opacity: 1;
  color: #000;
  text-align: center;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 12px;
  font-weight: 400;
  line-height: 12px;
}

.item-title {
  justify-content: center;
  align-self: center;
  align-items: center;
  display: flex;
}

.item_is-title {
  color: #000;
  text-transform: uppercase;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 1.375rem;
  line-height: 120%;
}

.item_label {
  opacity: 0;
  justify-content: center;
  align-items: center;
  display: none;
}

.text-block-3 {
  color: #000;
  text-transform: uppercase;
  font-family: aktiv-grotesk, sans-serif;
  font-size: .875rem;
  line-height: 100%;
}

.item-cta {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  opacity: 0;
  justify-content: center;
  align-items: center;
  margin-right: 6rem;
  display: flex;
}

.text-block-4 {
  color: #000;
  flex: none;
  font-family: aktiv-grotesk, sans-serif;
  font-size: .875rem;
  line-height: 100%;
}

.image-2 {
  height: 4px;
}

.info_item {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  flex-direction: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: center;
  align-items: stretch;
  display: flex;
  position: absolute;
  right: 0;
}

.mobile-menu, .menu-is-open, .menu {
  display: none;
}

.sticky-container {
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.content-text {
  color: #000;
  text-transform: uppercase;
  margin-right: 50rem;
  padding-left: 1.5rem;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 4rem;
  font-weight: 400;
  line-height: 100%;
}

.content-text.step-2 {
  margin-right: 28rem;
  font-size: 4.375rem;
}

.content-text.step-3 {
  text-align: center;
  margin-left: 8.5rem;
  margin-right: 10rem;
  font-size: 2.8125rem;
}

.content-text.step-3.label-mission {
  font-size: 12px;
  font-weight: 400;
}

.content-text.step-3.description-mission {
  margin-left: 26.5rem;
  margin-right: 28rem;
  font-size: 12px;
  position: absolute;
  top: auto;
  bottom: 4.375rem;
  left: 0%;
  right: 0%;
}

.content-text.step-3.mission-large {
  font-size: 4rem;
}

.content-text._1 {
  text-transform: none;
  margin-right: 22rem;
  padding-left: 2.5rem;
  font-size: 4.5rem;
  font-weight: 300;
  line-height: 102%;
}

.content-section {
  z-index: 50;
  width: 100%;
  height: 100vh;
  display: block;
  position: relative;
}

.content-background {
  z-index: 19;
  width: 100%;
  height: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-container-2 {
  z-index: 20;
  position: -webkit-sticky;
  position: sticky;
  top: 1px;
}

.content-text-container {
  z-index: 20;
  width: 100%;
  height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: 0;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-text-wrapper {
  width: 100%;
  height: 100vh;
  color: #fff;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
  display: flex;
  position: absolute;
}

.content-text-wrapper._1 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.content-text-wrapper._2 {
  display: flex;
}

.content-text-wrapper._3 {
  flex-direction: column;
  justify-content: center;
  align-self: center;
  display: flex;
}

.content-text-wrapper._4 {
  display: flex;
}

.content-text-container {
  grid-column-gap: 3.125rem;
  grid-row-gap: 3.125rem;
}

.content-text-container.step-2 {
  margin-left: 0;
}

.content-paragraph {
  color: #000;
  margin-left: 51rem;
  margin-right: 1.5rem;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 100%;
}

.content-paragraph.step-1 {
  color: #000;
  margin-left: 0;
  margin-right: 32rem;
  padding-left: 2.5rem;
  font-size: 24px;
  font-weight: 300;
  line-height: 110%;
}

.content-text-label-text {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.bar-fixed {
  height: 5%;
  background-color: #000;
  border: 1px solid #d1cbc3;
  border-left: 0 solid #000;
  border-right: 0 solid #000;
  justify-content: space-between;
  align-self: auto;
  align-items: center;
  margin-bottom: 1.5rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  padding-left: 0;
  padding-right: 0;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.bar-text {
  color: #d1cbc3;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 12px;
  line-height: 100%;
}

.content-number {
  position: static;
  top: auto;
  bottom: 8rem;
  left: 1.5rem;
  right: auto;
}

.number-container {
  position: absolute;
  bottom: 24rem;
  left: 1.5rem;
}

.number-style {
  color: #696561;
  letter-spacing: 0;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 11.25rem;
  font-weight: 300;
  line-height: 100%;
}

.number-style._01 {
  font-size: 15rem;
  transform: none;
}

.number-style._02, .number-style._03, .number-style._04, .number-style._05 {
  transform: translate(0, 100%);
}

.numer-container-style {
  overflow: hidden;
}

.numer-container-style._01, .numer-container-style._02, .numer-container-style._03, .numer-container-style._04, .numer-container-style._05 {
  display: none;
  position: absolute;
}

.numer-container-style._06 {
  display: block;
  position: absolute;
}

.content-text-challenge {
  width: 44%;
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 8rem;
  left: auto;
  right: 10rem;
}

.content-text-challenge._01 {
  width: 60%;
  flex-direction: column;
  justify-content: flex-end;
  display: flex;
  top: auto;
  bottom: 50%;
  left: 2.5rem;
  right: auto;
  overflow: hidden;
  transform: translate(0, 50%);
}

.content-text-challenge._02, .content-text-challenge._03, .content-text-challenge._04, .content-text-challenge._05 {
  width: 50%;
  display: none;
  right: 6rem;
  overflow: hidden;
}

.content-text-challenge._06, .title-challenge {
  overflow: hidden;
}

.text-block-5 {
  text-transform: uppercase;
  font-size: 4.375rem;
}

.text-block-6 {
  font-size: 4.375rem;
}

.challenge_is-title {
  color: #c4ecb0;
  text-transform: none;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 5rem;
  font-weight: 300;
  line-height: 100%;
  transform: none;
}

.paragraph-challenge {
  width: 96%;
  overflow: hidden;
}

.challenge_is-paragraph {
  color: #d1cbc3;
  text-transform: none;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 110%;
  transform: none;
}

.footer-main-container {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.title-container {
  width: 60%;
  margin-left: auto;
  margin-right: auto;
}

.footer-title {
  color: #d1cbc3;
  text-align: center;
  margin-bottom: 2rem;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 24px;
  font-weight: 200;
  line-height: 100%;
  display: block;
}

.footer-label {
  width: 40%;
  margin-left: auto;
  margin-right: auto;
}

.text-block-7 {
  color: rgba(209, 203, 195, .5);
  text-align: center;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 12px;
  line-height: 100%;
}

.text-block-7.footer-label {
  text-transform: none;
  display: none;
}

.is-magnetic.is-absolut {
  z-index: 100;
  display: none;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: auto;
  right: 2rem;
}

.is-magnetic.is-absolut.is-footer {
  margin-top: 3rem;
  position: relative;
  bottom: auto;
  right: auto;
}

.is-magnetic.is-absolut.is-footer.footer {
  margin-top: 0;
  margin-bottom: 0;
  display: block;
}

.play-wrapper {
  z-index: 3;
  width: 9em;
  height: 9em;
  color: #f8f1e2;
  cursor: pointer;
  background-color: #d1cbc3;
  border-radius: 999em;
  flex: none;
  justify-content: center;
  align-items: center;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  box-shadow: 0 10px 4em rgba(0, 0, 0, .45);
}

.play-wrapper:hover {
  transform: scale(1.15);
}

.play-wrapper.cursor-2 {
  box-shadow: none;
}

.play-wrapper.cursor-2.mission {
  background-color: #c4ecb0;
}

.play-icon {
  width: 24px;
  height: 24px;
  margin-left: .2em;
  font-size: 1.7em;
}

.text-block-8 {
  color: #000;
  flex: none;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 12px;
  text-decoration: none;
}

.link-block {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.svg-shape-container {
  z-index: 4;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: auto;
}

.footer-cta {
  z-index: 5;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 2rem;
  left: 2rem;
  right: 2rem;
}

.text-block-9 {
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 12px;
  line-height: 100%;
}

.main-button {
  color: #f9f3ee;
  background-color: #000;
  border-radius: 500px;
  padding: .2rem 2.25rem;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 12px;
  line-height: 100%;
}

.main-button.cookie-policy {
  display: none;
  overflow: visible;
}

.main-button.privacy-policy {
  display: none;
}

.footer-label-rights {
  color: #000;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 14px;
  line-height: 150%;
  position: static;
}

.lottie-animation {
  width: 100vw;
  margin-bottom: -1rem;
}

.line {
  height: 1px;
  perspective-origin: 0%;
  transform-origin: 0%;
  background-color: #f9f3ee;
  margin-top: 7rem;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.line.service {
  background-color: #000;
  margin-top: 0;
  margin-left: 2.5rem;
  margin-right: 2.5rem;
  position: static;
}

.line.service.service-line {
  display: block;
}

.texture-reveal {
  z-index: 1;
  opacity: 1;
  background-image: url('../images/texture_2-1.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-3 {
  width: 100%;
  opacity: 1;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.background-video-3 {
  width: 80%;
  height: 80%;
  mix-blend-mode: exclusion;
  display: none;
}

.space-mobile {
  background-color: #d1cbc3;
  display: block;
}

.image-4 {
  width: 80%;
  max-width: none;
  display: block;
}

.hero {
  height: 100vh;
  background-color: #000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.subtext {
  color: #fff;
  margin-top: 38px;
}

.visual-challenge {
  z-index: 999999;
  width: 80%;
  height: 100%;
  mix-blend-mode: screen;
  justify-content: flex-start;
  align-items: center;
  margin-left: 2rem;
  margin-right: 2rem;
  position: absolute;
}

.visual-challenge.mission {
  z-index: 1;
  mix-blend-mode: normal;
  justify-content: flex-end;
  margin-right: 4rem;
  display: none;
  left: 0;
}

.visual {
  width: 100%;
  max-width: 100%;
  opacity: 1;
  filter: contrast(123%);
  display: none;
}

.div-block-2 {
  background-color: #000;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.landscape-mobile {
  display: none;
}

.item-link {
  cursor: pointer;
  text-decoration: none;
  display: none;
}

.image-5 {
  z-index: 5;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.mark {
  height: 4.25rem;
  align-self: flex-start;
  margin-top: .9rem;
  margin-left: auto;
  display: block;
}

.mark.white {
  position: absolute;
}

.image-6 {
  height: 110px;
  display: none;
  position: absolute;
}

.image-7 {
  width: 100%;
  height: 100%;
  object-fit: cover;
  padding: 7rem 1.5rem 1.5rem;
  display: none;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.image-8 {
  width: 100%;
  height: 100%;
  opacity: .2;
  object-fit: cover;
}

.logo-tablet-mobile {
  display: none;
}

.home-text-wrapper-text {
  overflow: hidden;
}

.mission-text-block {
  z-index: 999999999;
  color: #000;
  align-self: flex-start;
  margin-bottom: -2rem;
  margin-right: 36rem;
  padding-left: 2.5rem;
  font-family: aktiv-grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
  position: relative;
}

.mission-text-block.challenge-text {
  color: #f9f3ee;
  margin-bottom: 1rem;
  padding-left: .4rem;
  font-size: 20px;
}

.shade-mobile {
  display: none;
}

.background-video-4 {
  width: 100%;
  max-width: 100%;
  overflow: visible;
}

.background-video-5 {
  width: 80rem;
  height: 40rem;
  display: block;
  overflow: visible;
}

.keep-scroll {
  z-index: 40;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-bottom: 6rem;
  margin-right: 1.5rem;
  display: none;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.keep-scroll_is-text {
  color: #d1cbc3;
}

.background-video-6 {
  z-index: 30;
  width: 100%;
  height: 100%;
}

.background-video-7 {
  min-height: 100vh;
  min-width: 100vw;
}

.background-video-8 {
  width: 80rem;
  height: 40rem;
}

.cerchi {
  width: 110%;
  position: absolute;
  top: 51%;
  left: 50%;
  transform: translate(-50%, -50%);
}

.animated-waves {
  width: 70%;
  height: 100%;
}

.waves {
  width: 40%;
  opacity: .5;
  margin-right: 4rem;
  position: absolute;
  top: auto;
  bottom: auto;
  left: auto;
  right: 0%;
}

.sign {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-wrap {
  width: 100vw;
  height: 100vh;
  max-height: 100%;
  max-width: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
}

.utility-page-content {
  width: 260px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.main-logo-ikigai {
  width: 23rem;
}

.link {
  color: #d1cbc3;
  -webkit-text-stroke-color: #d1cbc3;
  mix-blend-mode: normal;
  text-decoration: underline;
}

@media screen and (max-width: 991px) {
  .navbar {
    margin-top: 0;
    margin-right: 0;
    display: none;
    position: relative;
  }

  .nav-wrapper {
    width: 100%;
    height: 100%;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-around;
  }

  .content.marquee.light {
    height: 25vh;
  }

  .menu-button.w--open {
    color: #000;
    background-color: rgba(200, 200, 200, 0);
  }

  .heading_wrap {
    width: 90%;
  }

  .split-lines {
    line-height: 100%;
  }

  .sticky-circle_img {
    width: auto;
    height: auto;
    background-position: 50%;
  }

  .container-2 {
    padding-left: 3em;
    padding-right: 3em;
  }

  .background-video-2 {
    transform-origin: 50%;
  }

  .home-text, .home-text._1st {
    font-size: 5rem;
  }

  .main-logo {
    display: none;
  }

  .main-logo.w--current {
    display: flex;
  }

  .menu-text {
    margin-top: .75rem;
    margin-right: .2rem;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 16px;
  }

  .icon {
    display: none;
  }

  .text-block-2 {
    font-size: 25rem;
    transform: rotate(0);
  }

  .service-container {
    margin-top: 0;
  }

  .item {
    grid-column-gap: 5rem;
    grid-row-gap: 5rem;
  }

  .info_item {
    display: none;
  }

  .mobile-menu {
    z-index: 99998;
    display: block;
    position: fixed;
    top: auto;
    bottom: auto;
    left: auto;
    right: 0%;
  }

  .menu_is-text {
    text-align: right;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.3rem;
    line-height: 100%;
    display: none;
  }

  .menu-text-container {
    margin-top: 2rem;
    margin-right: 1.5rem;
    overflow: hidden;
  }

  .close_is-text {
    text-align: right;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 1.3rem;
    line-height: 100%;
    display: none;
  }

  .menu-is-open {
    z-index: 9997;
    background-color: #000;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .menu-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 5rem;
    display: flex;
  }

  .menu-item {
    border: 0 solid #f9f3ee;
    border-radius: 100px;
    padding: 1rem 2rem;
    text-decoration: none;
  }

  .menu-item.w--current {
    border-width: 1px;
  }

  .menu_name {
    color: #f9f3ee;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 3rem;
    line-height: 100%;
    text-decoration: none;
  }

  .menu {
    z-index: 99996;
    display: none;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .content-text {
    margin-right: 10rem;
    padding-left: 3rem;
  }

  .content-text.step-2 {
    margin-right: 10rem;
    font-size: 3.4rem;
  }

  .content-text.step-3 {
    margin-left: 6.5rem;
    margin-right: 6.5rem;
    padding-left: 0;
  }

  .content-text.step-3.description-mission {
    margin-left: 10rem;
    margin-right: 10rem;
  }

  .content-text._1 {
    margin-right: 20rem;
  }

  .content-text-container {
    justify-content: center;
  }

  .content-text-wrapper._1 {
    justify-content: center;
    display: flex;
    bottom: 10rem;
  }

  .content-text-wrapper._2, .content-text-wrapper._3, .content-text-wrapper._4 {
    display: flex;
  }

  .content-text-container {
    justify-content: flex-end;
    margin-bottom: 3rem;
  }

  .content-paragraph {
    margin-left: 3rem;
    margin-right: 15rem;
  }

  .content-paragraph.step-1 {
    margin-right: 20rem;
    padding-left: 3rem;
  }

  .title-container {
    width: 70%;
  }

  .is-magnetic.is-absolut {
    bottom: 6rem;
  }

  .play-wrapper:active {
    transform: scale(.9);
  }

  .footer-label-rights {
    text-align: center;
  }

  .lottie-animation {
    width: 100%;
  }

  .svg-shape-menu {
    z-index: 9999997;
    position: absolute;
    top: auto;
    bottom: -1rem;
    left: 0%;
    right: 0%;
  }

  .contact-menu {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin-top: 1.5rem;
    display: flex;
  }

  .cta-menu {
    color: rgba(249, 243, 238, .5);
    text-align: center;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 12px;
    line-height: 100%;
  }

  .text-block-10 {
    color: #f9f3ee;
    text-align: center;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 2rem;
  }

  .menu-close-button {
    z-index: 99999999;
    width: 100%;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    top: auto;
    bottom: 7rem;
    left: auto;
    right: auto;
  }

  .close-button {
    width: 9rem;
    height: 9rem;
    border: 1px solid #d1cbc3;
    border-radius: 100rem;
    justify-content: center;
    align-items: center;
    margin-left: auto;
    margin-right: auto;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .text-block-11 {
    color: #d1cbc3;
    text-align: center;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 12px;
  }

  .line {
    margin-top: 10rem;
  }

  .visual-challenge {
    justify-content: center;
    margin-bottom: 10rem;
    margin-right: 2rem;
  }

  .image-7 {
    padding-top: 10rem;
  }

  .logo-tablet-mobile {
    z-index: 1000;
    display: flex;
    position: fixed;
    top: 1.5rem;
    left: 1.5rem;
  }

  .logo-tablet-mobile_black {
    width: 24rem;
  }

  .logo-tablet-mobile_white {
    width: 24rem;
    position: absolute;
  }

  .mission-text-block {
    margin-right: 20rem;
    padding-left: 3rem;
  }

  .background-video-5 {
    width: 90rem;
    height: 50rem;
  }

  .cerchi {
    width: 90%;
  }

  .animated-waves {
    display: none;
  }

  .waves {
    width: 50%;
  }
}

@media screen and (max-width: 767px) {
  .page_wrapper {
    display: none;
  }

  .heading_wrap {
    width: 80%;
    margin-top: .75rem;
  }

  .split-lines {
    font-size: 2.25rem;
    line-height: 100%;
  }

  .heading-wrapper {
    margin-top: 14rem;
  }

  .top-nav-bar {
    display: none;
  }

  .home-text {
    font-size: 2.4rem;
  }

  .home-label {
    margin-bottom: 6rem;
  }

  .main-logo {
    display: none;
  }

  .logo-ikigai {
    font-size: 8rem;
  }

  .logo-ikigai.is-landscape-mobile {
    color: #d1cbc3;
    font-size: 3rem;
  }

  .heading-category_is-text.is-service {
    margin-left: 0;
  }

  .about-item {
    flex-direction: column;
    margin-left: 1.5rem;
  }

  .about-single-item {
    width: 80%;
  }

  .home-text-container {
    margin-bottom: 6rem;
  }

  .text-block-2 {
    font-size: 12rem;
  }

  .service-container {
    border: 1px #000;
    margin-top: -10px;
    padding-top: 2.5rem;
  }

  .service-text-container {
    margin-top: 0;
  }

  .service_is-text {
    font-size: 1.6rem;
  }

  .service-text-content {
    width: 100%;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .item {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .selected-item {
    width: 4.5rem;
  }

  .item_is-title {
    font-size: .8rem;
  }

  .mobile-menu {
    display: none;
  }

  .menu-wrapper {
    grid-column-gap: .25rem;
    grid-row-gap: .25rem;
    margin-top: 4.5rem;
  }

  .menu_name {
    font-size: 1.6rem;
  }

  .contact-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    margin-top: 1rem;
  }

  .text-block-10 {
    font-size: 1rem;
  }

  .menu-close-button {
    bottom: 5rem;
  }

  .close-button {
    width: 5rem;
    height: 5rem;
  }

  .landscape-mobile {
    z-index: 999999;
    width: 100%;
    height: 100%;
    background-color: #000;
    display: block;
    position: fixed;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .landscape-container {
    height: 100%;
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .landscape-title {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .landscape_is-title {
    color: #d1cbc3;
    text-align: center;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 3rem;
    line-height: 100%;
  }
}

@media screen and (max-width: 479px) {
  .base._1 {
    max-width: 100%;
  }

  .base._2 {
    max-width: 100%;
    margin-top: 48px;
  }

  .base._4 {
    max-width: 100%;
  }

  .base._5 {
    height: 90vh;
    max-width: 100%;
  }

  .base.marquee {
    max-width: 100%;
  }

  .base.footer {
    height: 100%;
    max-width: 100%;
  }

  .content.marquee.light {
    height: 25vh;
  }

  .page_wrapper {
    display: block;
  }

  .heading_wrap {
    margin-left: 1.5rem;
  }

  .sticky-circle_img {
    width: auto;
    height: auto;
    background-position: 50%;
    flex: none;
    align-self: center;
  }

  .heading-wrapper {
    height: 100vh;
    justify-content: center;
    margin-top: 0;
  }

  .background-video-2 {
    justify-content: center;
    align-items: center;
  }

  .home-text {
    width: 100%;
    letter-spacing: -.1rem;
    font-size: 3.2rem;
  }

  .home-text._2nd {
    width: 90%;
    font-size: 3.4rem;
  }

  .home-text._1st {
    width: 100%;
    letter-spacing: -.1rem;
    font-size: 3.4rem;
  }

  .main-logo {
    margin-top: 1rem;
    display: none;
  }

  .heading-category {
    margin-left: 1.5rem;
  }

  .heading-category_is-text {
    margin-left: 0;
  }

  .about-item {
    margin-bottom: 5rem;
  }

  .about-single-item {
    width: 100%;
    margin-left: 0;
  }

  .about-item_is-text {
    font-size: 20px;
  }

  .home-text-container {
    margin-bottom: 8rem;
    overflow: visible;
  }

  .loader-label {
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .service-container {
    margin-top: 0;
    padding-top: 8rem;
  }

  .item {
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .selected-item {
    width: 4.6rem;
    height: 4.6rem;
  }

  .item_is-title {
    width: 262px;
    font-size: 1rem;
  }

  .mobile-menu {
    display: block;
  }

  .menu_is-text {
    display: none;
  }

  .menu_name {
    font-size: 2rem;
  }

  .menu {
    display: none;
  }

  .content-text {
    margin-right: 6rem;
    padding-left: 1.5rem;
    font-size: 3rem;
  }

  .content-text.step-2 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    padding-left: 0;
    font-size: 3rem;
  }

  .content-text.step-3 {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
    font-size: 2rem;
  }

  .content-text.step-3.description-mission {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .content-text.step-3.mission-large {
    font-size: 2rem;
  }

  .content-text._1 {
    margin-right: 1.5rem;
    padding-left: 1.5rem;
    font-size: 2.375rem;
  }

  .content-section {
    height: 80vh;
  }

  .content-text-container {
    justify-content: center;
  }

  .content-text-wrapper._1 {
    display: flex;
    top: 0%;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .content-text-wrapper._2 {
    display: flex;
    bottom: 3rem;
  }

  .content-text-wrapper._3, .content-text-wrapper._4 {
    display: flex;
  }

  .content-text-container {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    justify-content: center;
    margin-bottom: 0;
    bottom: 8rem;
  }

  .content-text-container.step-2 {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .content-paragraph {
    margin-left: 1.5rem;
    margin-right: 1.5rem;
  }

  .content-paragraph.step-1 {
    margin-right: 1rem;
    padding-left: 1.5rem;
    font-size: 1.5rem;
  }

  .number-container {
    top: 12rem;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .numer-container-style._01, .numer-container-style._02, .numer-container-style._03, .numer-container-style._04, .numer-container-style._05 {
    margin-left: 1.5rem;
  }

  .content-text-challenge._01 {
    width: 100%;
    justify-content: center;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    position: static;
    top: auto;
    bottom: 24rem;
    left: 0%;
    right: 0%;
  }

  .content-text-challenge._02, .content-text-challenge._03, .content-text-challenge._04, .content-text-challenge._05 {
    width: 100%;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    top: auto;
    bottom: 8rem;
    left: 0%;
    right: 0%;
  }

  .challenge_is-title {
    font-family: aktiv-grotesk, sans-serif;
    font-size: 3rem;
    transform: none;
  }

  .challenge_is-paragraph {
    transform: none;
  }

  .text-container-challenge {
    height: 100%;
  }

  .title-container {
    width: 90%;
  }

  .footer-title {
    font-size: 2rem;
  }

  .is-magnetic.is-absolut {
    position: absolute;
    bottom: 6rem;
  }

  .is-magnetic.is-absolut.is-footer.footer {
    margin-top: 0;
    margin-bottom: 8rem;
  }

  .play-wrapper {
    width: 8em;
    height: 8em;
  }

  .play-wrapper.cursor-2.mission {
    width: 9em;
    height: 9em;
  }

  .text-block-8 {
    flex: none;
  }

  .link-block {
    grid-column-gap: 2px;
    grid-row-gap: 2px;
  }

  .footer-cta {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    justify-content: center;
  }

  .footer-label-rights {
    text-align: center;
  }

  .lottie-animation {
    width: 100%;
    -webkit-backface-visibility: visible;
    backface-visibility: visible;
    transform-origin: 50% 100%;
    margin-bottom: -1rem;
    transform: none;
  }

  .close-button {
    width: 7rem;
    height: 7rem;
  }

  .line {
    display: none;
  }

  .background-video-3 {
    width: 100%;
    height: 60%;
  }

  .space-mobile {
    height: 10rem;
    background-color: #d1cbc3;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
  }

  .visual-challenge {
    margin-bottom: 22rem;
    margin-left: 0;
    margin-right: 0;
  }

  .visual-challenge.mission, .landscape-mobile {
    display: none;
  }

  .logo-tablet-mobile_black {
    width: 16rem;
  }

  .logo-tablet-mobile_white {
    width: 16rem;
    display: none;
  }

  .mission-text-block {
    margin-bottom: -1rem;
    margin-right: 1.5rem;
    padding-left: 1.5rem;
  }

  .mission-text-block.challenge-text {
    margin-bottom: .4rem;
  }

  .shade-mobile {
    z-index: 999;
    width: 100%;
    height: 12rem;
    padding-bottom: 0;
    padding-right: 0;
    display: block;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .background-video-5 {
    width: 70rem;
    height: 30rem;
  }

  .keep-scroll {
    display: none;
  }

  .cerchi {
    width: 170%;
  }

  .waves {
    width: 92%;
    opacity: .2;
    margin-left: 1rem;
    margin-right: 1rem;
    left: auto;
    right: auto;
  }

  .sign {
    align-items: center;
  }

  .hamburger {
    height: 1rem;
  }

  .text-block-12 {
    color: #d1cbc3;
    text-align: center;
    margin-top: 2rem;
    margin-left: 1rem;
    margin-right: 1rem;
    font-family: aktiv-grotesk, sans-serif;
    font-size: 12px;
    line-height: 14px;
  }

  .main-logo-ikigai {
    width: 16rem;
  }
}


