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

body {
  color: #333;
  background-color: #fff;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

p {
  color: #000;
  margin-bottom: 10px;
  font-family: Forma, sans-serif;
  font-size: 30px;
  line-height: 45px;
}

strong {
  font-weight: bold;
}

.nav-top {
  z-index: 1000;
  width: 100vw;
  height: 0;
  min-height: 80px;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-title {
  color: #000;
  font-family: Forma, sans-serif;
  font-size: 72px;
  font-weight: 400;
  line-height: 80px;
  position: relative;
  transform: scale(1);
}

.rule {
  z-index: 100;
  width: 100%;
  height: 3px;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo {
  z-index: 200;
  height: 50px;
  opacity: 1;
  position: relative;
}

.nav-background {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-color: #f2ebdc;
  justify-content: flex-end;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.nav-title-container {
  z-index: 200;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-right: 5vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.title-slider {
  z-index: 200;
  height: 80px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  margin-right: 5vw;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.slider-child {
  height: 80px;
  color: #000;
  justify-content: flex-end;
  align-items: center;
  font-family: Forma, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
  position: relative;
}

.slider-mover {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
}

.content {
  position: relative;
}

.setup {
  width: 100%;
  height: 95vh;
  max-height: 1000px;
  background-color: #f2ebdc;
  margin-bottom: 5vh;
  position: relative;
}

.table-contents {
  width: 100%;
  height: 100vh;
  background-color: #f2ebdc;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.module-section {
  width: 100%;
  background-color: #fff;
}

.module-section.shade {
  background-color: #f8f8f8;
}

.module-section.the-end {
  background-color: #ebebeb;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 200px;
  padding-bottom: 200px;
}

.hidden {
  opacity: 0;
}

.setup-title {
  width: 100%;
  color: #000;
  text-align: right;
  background-color: #f2ebdc;
  border-top: 3px solid #000;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: -5vh;
  padding: 30px 5vw 35px;
  font-family: Forma, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 70px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.content-padder {
  width: 100%;
  height: 10vh;
  background-color: #f2ebdc;
}

.sticky-title {
  z-index: 500;
  width: 100%;
  height: 60px;
  color: #000;
  background-color: #fff;
  justify-content: flex-end;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  font-family: Forma, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 80px;
}

.table {
  width: 100%;
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.table-column {
  width: 100%;
  min-height: 100px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.table-link {
  height: 50px;
  color: #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 15px;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Forma, sans-serif;
  font-size: 1.8vw;
  line-height: 2vw;
  text-decoration: none;
  display: flex;
  position: relative;
}

.contents-title {
  color: #000;
  margin-top: 10vh;
  margin-bottom: 5vh;
  font-family: Forma, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.link-line {
  width: 100%;
  height: 3px;
  opacity: 0;
  background-color: #000;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-container {
  height: 50px;
  color: #000;
  justify-content: center;
  align-items: center;
  font-family: Forma, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
  text-decoration: none;
  display: flex;
  position: relative;
}

.logo-container.w--current {
  z-index: 200;
}

.top-text {
  z-index: 300;
  width: 49.99px;
  height: 50px;
  opacity: 0;
  outline-offset: -2px;
  background-image: url('../images/arrow-up.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  outline: 2px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.logo-holder {
  z-index: 200;
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.mobile {
  z-index: 2000;
  width: 100vw;
  height: 100vh;
  color: #000;
  text-align: center;
  background-color: #d3fb66;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-left: 10vw;
  padding-right: 10vw;
  font-family: Forma, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.logo-mobile {
  width: 50px;
  margin-bottom: 40px;
}

.tag {
  height: 27px;
  color: #000;
  text-transform: uppercase;
  background-color: #d3fb66;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-left: 10px;
  padding: 8px;
  font-size: 12px;
  font-weight: 700;
  display: flex;
}

.tag.done {
  background-color: #e5ddcd;
}

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

.form-content {
  max-width: 600px;
  text-align: center;
  flex-direction: column;
  display: flex;
}

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

.password-label {
  color: #000;
  margin-bottom: 20px;
  font-family: Forma, sans-serif;
  font-size: 30px;
  font-weight: 500;
  line-height: 30px;
}

.form-field {
  width: 90%;
  height: 45px;
  padding-left: 15px;
  padding-right: 15px;
  font-family: Forma, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 20px;
}

.button {
  height: 45px;
  color: #fff;
  background-color: #000;
  padding: 14px 20px;
  font-family: Forma, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 16px;
  transition: color .2s, background-color .2s;
}

.button:hover {
  color: #000;
  background-color: #d3fb66;
}

.button.large {
  height: 55px;
  padding: 17px 30px;
  font-size: 20px;
  line-height: 20px;
}

.button.large.orange:hover {
  background-color: #ffb66c;
}

.button.large.pink:hover {
  background-color: #e29279;
}

.button.large.pink.small {
  height: 45px;
  padding: 12px 20px;
}

.button.dragonfly:hover {
  background-color: #f9c49a;
}

.module-example {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.module-example.align-top {
  align-items: flex-start;
  position: relative;
}

.module-example.align-top.background-pink {
  background-color: #eab2a0;
}

.module-example.vertical {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.module-column {
  width: 50%;
  min-height: 100px;
  margin-top: 100px;
  margin-bottom: 100px;
  position: relative;
}

.module-column.sticky {
  width: 70%;
  position: -webkit-sticky;
  position: sticky;
  top: 140px;
}

.module-column.pad-top {
  padding-top: 150px;
}

.module-column.pad-top.shorty {
  max-width: 500px;
  margin-left: 5vw;
}

.module-column.wide {
  width: 75%;
}

.module-column.full-width {
  width: 70%;
  margin-right: -5vw;
  overflow: hidden;
}

.module-column.full-width.wide {
  width: 85%;
}

.module-column.icons {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.module-column.shorty {
  width: 40%;
  margin-top: 0;
}

.inline-bold {
  font-weight: 700;
}

.section-title {
  font-size: 60px;
}

.video-loop {
  z-index: 0;
  background-color: rgba(0, 0, 0, 0);
  position: relative;
}

.video-loop.hover-play {
  overflow: hidden;
}

.video-image {
  z-index: 100;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: relative;
}

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

.video-mobile-fallback {
  z-index: 300;
  width: 100%;
  display: none;
  position: relative;
}

.green-spacer {
  width: 100%;
  height: 5vh;
  background-color: #d3fb66;
  margin-top: -5vh;
}

.module-cards {
  grid-column-gap: 2vw;
  grid-row-gap: 2vw;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 200px;
  margin-bottom: 200px;
  padding-left: 5vw;
  display: flex;
}

.module-cards.center {
  padding-right: 5vw;
}

.product-column {
  width: 100%;
}

.card-image {
  position: relative;
}

.product-card-title {
  margin-top: 15px;
  margin-bottom: 10px;
  font-family: Forma, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.product-card-sub {
  margin-bottom: 25px;
  font-family: Forma, sans-serif;
  font-size: 20px;
  line-height: 22px;
}

.body-small-column {
  padding-right: 5vw;
}

.module-centered {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.module-centered.pad-100 {
  padding-top: 100px;
  padding-bottom: 100px;
}

.column-text {
  padding-right: 5vw;
}

.category-card {
  position: relative;
  overflow: hidden;
}

.category-label {
  z-index: 100;
  width: 100%;
  color: #000;
  text-align: center;
  background-color: #f2ebdc;
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: Forma, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.parallax-module {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  font-size: 30px;
  line-height: 30px;
  display: flex;
  position: relative;
}

.parallax-module.horizontal {
  flex-direction: column;
  margin-bottom: 100px;
  padding-right: 0;
  overflow: hidden;
}

.parallax-module.settings {
  padding-right: 5vw;
}

.parallax-module.vertical-example {
  height: 100vh;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding-top: 10vh;
  padding-bottom: 10vh;
  display: flex;
  position: relative;
}

.parallax-module.horizonal-example {
  height: 100vh;
  padding-top: 150px;
  overflow: hidden;
}

.parallax-1 {
  position: relative;
}

.parallax-1.example-vertical {
  z-index: 300;
  width: 33.33%;
  height: 500px;
  color: #000;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.parallax-1.example-horizontal {
  width: 80vw;
  height: 200px;
  color: #000;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  font-family: Forma, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.parallax-1.v-01 {
  z-index: 300;
  width: 70%;
  padding-top: 15%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.parallax-1.h-01 {
  z-index: 100;
  width: 45vw;
}

.parallax-2 {
  position: relative;
}

.parallax-2.example-vertical {
  z-index: 200;
  width: 33.33%;
  height: 500px;
  color: #000;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  margin-left: -2px;
  margin-right: -2px;
  display: flex;
  position: relative;
}

.parallax-2.example-horizontal {
  width: 80vw;
  height: 200px;
  color: #000;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  font-family: Forma, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.parallax-2.v-02 {
  z-index: 200;
  width: 50%;
  margin-top: 10vh;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.parallax-2.h-02 {
  z-index: 0;
  width: 85vw;
  margin-top: -9vw;
  position: absolute;
}

.parallax-3 {
  position: relative;
}

.parallax-3.example-vertical {
  z-index: auto;
  width: 33.33%;
  height: 500px;
  color: #000;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.parallax-3.example-horizontal {
  width: 80vw;
  height: 200px;
  color: #000;
  border: 2px solid #000;
  justify-content: center;
  align-items: center;
  margin-top: -2px;
  font-family: Forma, sans-serif;
  font-size: 40px;
  font-weight: 400;
  line-height: 40px;
  display: flex;
}

.parallax-3.v-03 {
  z-index: 100;
  margin-top: 30%;
  margin-bottom: 10%;
  position: absolute;
}

.parallax-3.h-03 {
  z-index: 200;
  width: 45vw;
}

.parallax-container {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.parallax-container.horizontal {
  flex-direction: column;
}

.parallax-settings {
  width: 40%;
  padding-left: 5vw;
  padding-right: 5vw;
}

.parallax-settings.horizontal {
  width: 100%;
  grid-column-gap: 5vw;
  grid-row-gap: 5vw;
  flex-direction: row;
  display: flex;
}

.setting-row {
  width: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.setting-field {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 10px;
  font-family: Forma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  display: flex;
}

.setting-field-box {
  width: 100%;
  height: 50px;
  max-width: 130px;
  border: 1px solid #000;
  border-radius: 4px;
  justify-content: space-between;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Forma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
}

.setting-field-box.parent {
  max-width: 200px;
}

.setting-field-box.large {
  max-width: 250px;
}

.setting-type {
  font-weight: 500;
}

.setting-section {
  margin-bottom: 10px;
  font-family: Forma, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 32px;
}

.arrow-dropdown {
  width: 14px;
  opacity: .5;
}

.image-v-01 {
  margin-left: -7vw;
}

.hotspot-content-viewer {
  width: 90vw;
  justify-content: flex-start;
  align-items: flex-start;
  margin: 100px auto;
  display: flex;
  position: relative;
}

.hotspot-image-container {
  z-index: 200;
  width: 60%;
  height: 100%;
  background-color: #000;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.hotspot-image-container.small {
  width: 50%;
}

.hotspot-card {
  z-index: 100;
  width: 100%;
  min-height: 200px;
  background-color: #ffb66c;
  position: relative;
}

.hotspot-card.fixed {
  width: 40%;
  background-color: rgba(0, 0, 0, 0);
  margin-top: 1vw;
  margin-left: 0%;
  padding-right: 5vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hotspot-card.card-01 {
  margin-left: 36vw;
}

.hotspot-card.card-01.pink {
  width: 100%;
  background-color: #e29279;
  margin-left: 0%;
}

.hotspot-card.card-02 {
  z-index: 200;
  margin-left: 36vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hotspot-card-image {
  width: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  overflow: hidden;
}

.hotspot-card-image.small {
  justify-content: flex-start;
  padding-left: 10px;
}

.hotspot-card-title {
  width: 100%;
  color: #000;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 15px;
  padding-left: 50px;
  padding-right: 50px;
  font-family: Forma, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
  display: flex;
}

.hotspot-card-list {
  background-color: #f8dbb5;
  padding-left: 50px;
  padding-right: 50px;
}

.hotspot-card-list.pink {
  background-color: #eab2a0;
}

.card-list-item {
  border-bottom: 2px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  font-family: Forma, sans-serif;
  font-size: 25px;
  line-height: 30px;
  display: flex;
}

.card-list-item.details {
  padding-top: 20px;
  padding-bottom: 20px;
}

.card-list-item.details.small {
  border-bottom-style: none;
  padding-top: 20px;
  padding-bottom: 10px;
  font-size: 22px;
  line-height: 24px;
}

.card-list-item.last {
  border-bottom-style: none;
}

.hotspot-card-price {
  color: #000;
  background-color: #f8dbb5;
  justify-content: space-between;
  align-items: center;
  padding: 10px 50px 30px;
  font-family: Forma, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 25px;
  display: flex;
}

.hotspot-card-price.pink {
  background-color: #eab2a0;
}

.hotspot-image {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.hotspot-container {
  z-index: 100;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.hotspot-card-product.small {
  height: 250px;
}

.hotspot-headline {
  color: #000;
  margin-bottom: 20px;
  font-family: Forma, sans-serif;
  font-size: 4vw;
  font-weight: 400;
  line-height: 50px;
}

.hotspot-headline.small {
  margin-bottom: 10px;
  font-size: 40px;
  line-height: 40px;
}

.hotspot-name.small {
  font-size: 45px;
  line-height: 45px;
}

.hotspot {
  z-index: 100;
  width: 70px;
  height: 70px;
  cursor: pointer;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-top: 0%;
  margin-left: 0%;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hotspot.orange-01 {
  margin-top: 30%;
  margin-left: 15vw;
}

.hotspot.orange-01.pink {
  margin-top: 48%;
  margin-left: 28vw;
}

.hotspot.orange-02 {
  margin-top: 36%;
  margin-left: 30.5vw;
}

.hotspot-trigger-on {
  z-index: 200;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hotspot-trigger-on.p1 {
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hotspot-trigger-off {
  z-index: 100;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.hotspot-dot {
  z-index: 25;
  width: 35px;
  height: 35px;
  background-color: #fff;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.hotspot-card-container {
  width: 40%;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  position: relative;
  overflow: hidden;
}

.hotspot-card-container.small {
  width: 50%;
  padding-right: 2.5%;
}

.line {
  z-index: 50;
  width: 13px;
  height: 2px;
  background-color: #000;
  position: absolute;
}

.line.rotator {
  transform: rotate(90deg);
}

.hotspot-pulse {
  z-index: 0;
  width: 100%;
  height: 100%;
  position: absolute;
}

.small {
  font-size: 20px;
  line-height: 20px;
}

.body-small {
  width: 90%;
  margin-bottom: 40px;
  font-size: 25px;
  line-height: 32px;
}

.section-scroll-in {
  padding: 100px 5vw;
}

.scroll-example-headline {
  color: #000;
  margin-bottom: 30px;
  font-family: Forma, sans-serif;
  font-size: 70px;
  font-weight: 400;
  line-height: 65px;
}

.scroll-example-body {
  margin-bottom: 40px;
}

.sticky-image {
  padding-right: 5vw;
  position: -webkit-sticky;
  position: sticky;
  top: 100px;
}

.image-column-full {
  width: 100%;
}

.image-column-full.data {
  margin-left: 10vw;
}

.stacked-scroll-container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.scroll-laptop {
  width: 80%;
  margin: 100px auto 50px;
}

.scroll-stacked-lockup {
  width: 650px;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

.subhead {
  color: #afafaf;
  letter-spacing: 2px;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 18px;
}

.section-top-fullscreen {
  width: 100%;
  height: 50vh;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Element-2.png');
  background-position: 0 0, 50%;
  background-size: auto, 50em;
  flex-direction: column;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.fullscreen {
  width: 100%;
  height: 300vh;
  background-color: #000;
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('../images/Element-2.png');
  background-position: 0 0, 50%;
  background-size: auto, 50em;
  background-attachment: scroll, scroll;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.background-video {
  width: 100%;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.fullscreen-frame-1 {
  width: 100%;
  height: 100%;
  background-color: rgba(0, 0, 0, .87);
  background-image: url('../images/chrome.svg');
  background-position: 96% 95%;
  background-repeat: no-repeat;
  background-size: 200px;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-left: 10vw;
  display: flex;
}

.fullscreen-frame-2 {
  width: 600px;
  flex-direction: column;
}

.scroll-lock-headline {
  width: auto;
  max-width: 10em;
  color: #fff;
  margin-top: 10vh;
  margin-bottom: 30px;
  font-family: Forma, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 75px;
}

.scroll-lock-body {
  color: #fff;
  margin-bottom: 30px;
  font-size: 26px;
  line-height: 44px;
}

.fullscreen-progress {
  width: 4px;
  height: 100%;
  background-color: #333;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.progress-bar {
  width: 100%;
  height: 50%;
  background-color: #fff;
}

.header-lockup {
  width: 80%;
  text-align: center;
  margin-bottom: 10vh;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
}

.header-headline {
  color: #fff;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-family: Forma, sans-serif;
  font-size: 100px;
  font-weight: 400;
  line-height: 100px;
}

.header-headline.dark {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.header-subhead {
  color: #fff;
  font-size: 30px;
  font-weight: 400;
  line-height: 30px;
}

.header-subhead.dark {
  color: #000;
  background-color: rgba(0, 0, 0, 0);
}

.header-logo {
  width: 50px;
}

.fullscreen-background-video {
  width: 100%;
  height: 150vh;
  background-color: #000;
  position: relative;
}

.video-full {
  z-index: 0;
  width: 100%;
  height: 100%;
  max-height: 100vh;
  object-fit: cover;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sticky-lockup-header {
  z-index: 100;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 10vh;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.masked-headline {
  width: 100%;
  height: 140px;
  border-bottom: 3px solid #fff;
  justify-content: flex-start;
  align-items: center;
  padding: 15px 5vw;
  display: flex;
  overflow: hidden;
}

.headline-slide {
  color: #fff;
  margin-top: -10px;
  font-family: Forma, sans-serif;
  font-size: 120px;
  line-height: 120px;
}

.logo-scroll-lock {
  width: 70px;
  margin-bottom: 50px;
  margin-left: 5vw;
}

.vertical-spacer {
  height: 100vh;
}

.horizontal-offset {
  width: 0;
  flex: none;
}

.horizontal-section {
  padding-bottom: 100vh;
  position: relative;
}

.inner-card {
  height: 70vh;
  max-width: 1240px;
  background-color: #fff;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  margin: 4rem;
  display: flex;
}

.sticky-frame {
  z-index: 1;
  margin-bottom: -100vh;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.horizontal-item {
  z-index: 100;
  width: 100vw;
  height: 100vh;
  flex-direction: row;
  flex: none;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  display: flex;
  position: relative;
}

.horizontal-strip {
  flex-direction: row;
  flex: none;
  display: flex;
}

.horizontal-strip.bkg-gradient {
  background-color: #ffb66c;
  position: relative;
}

.horizontal-wrap {
  flex: none;
}

.marquee {
  width: 100%;
  grid-column-gap: 1rem;
  background-color: #000;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
  overflow: hidden;
}

.marquee-content {
  min-width: 100%;
  grid-column-gap: 1rem;
  flex: none;
  justify-content: space-around;
  display: flex;
}

.ticker-text {
  color: #fff;
  margin-top: -7px;
  margin-left: 20px;
  margin-right: 40px;
  font-family: Forma, sans-serif;
  font-size: 80px;
  font-weight: 500;
  line-height: 80px;
}

.section-marquee {
  padding-top: 200px;
  padding-bottom: 200px;
}

.logo-ticker {
  width: 50px;
  margin-right: 10px;
}

.section-scroll-horizontal {
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding-top: 50px;
  padding-bottom: 50px;
  display: flex;
  overflow: hidden;
}

.slider-horizontal {
  width: auto;
  height: 100px;
  background-color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-logo {
  height: 40px;
  margin-left: 50px;
  margin-right: 50px;
}

.card-image-horizontal {
  width: 50%;
  height: 100%;
  overflow: hidden;
}

.card-text-horizontal {
  width: 50%;
  height: 100%;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 5vw;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
}

.scroll-card-headline {
  color: #000;
  margin-bottom: 20px;
  font-family: Forma, sans-serif;
  font-size: 45px;
  font-weight: 400;
  line-height: 45px;
}

.image-full {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.scroll-card-body {
  margin-bottom: 20px;
  font-size: 24px;
  line-height: 32px;
}

.header-orange {
  z-index: 100;
  background-color: #ffb66c;
  margin-bottom: -200px;
  position: relative;
}

.chart_bar-key {
  text-align: center;
  padding: 11%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.container {
  width: 100%;
  max-width: 100em;
  min-height: 100vh;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding: 5em 6em;
  display: flex;
}

.range_wrap {
  width: 100%;
  max-width: 40em;
  margin-bottom: 10px;
  margin-left: auto;
  margin-right: auto;
}

.stat-wrapper {
  position: relative;
}

.chart_wrap {
  width: 100%;
  grid-column-gap: 1.25em;
  grid-row-gap: 2.5em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-end;
  margin-top: 20px;
  display: grid;
}

.chart_bar-key-text {
  color: #000;
  font-size: 1.5em;
  font-weight: 600;
  line-height: 1;
}

.range_heading {
  text-align: center;
  font-size: 90px;
  font-weight: 400;
  line-height: 90px;
}

.chart_bar {
  width: 100%;
  height: 100%;
  background-color: #d3fb66;
  border-radius: 10px;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.chart_column-title {
  text-align: center;
  margin-top: .9em;
  line-height: 1.1;
}

.range_key {
  justify-content: space-between;
  align-items: center;
  padding-top: 1.2em;
  display: flex;
}

.chart_bar-wrap {
  width: 100%;
  background-color: #eaeaea;
  border-radius: 10px;
  padding-top: 100%;
  position: relative;
}

.range-slider {
  font-size: 1em;
}

.chart_column {
  width: 100%;
}

.custom {
  width: 0;
  height: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.compare-slider-lockup {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 50px;
  display: flex;
}

.slider-label {
  font-size: 24px;
  line-height: 32px;
}

.section-numbers {
  padding: 200px 5vw;
}

.section-numbers.icon-columns {
  padding-top: 20px;
  padding-bottom: 100px;
}

.row-numbers {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.number-lockup {
  width: 100%;
  margin-left: 2vw;
  margin-right: 2vw;
}

.number-lottie {
  width: 60px;
  margin-bottom: 10px;
  margin-left: -5px;
}

.number-stat {
  color: #000;
  font-family: Forma, sans-serif;
  font-size: 70px;
  font-weight: 500;
  line-height: 70px;
  display: inline;
}

.number-subhead {
  color: #000;
  margin-top: 10px;
  font-family: Forma, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 35px;
}

.number-body {
  margin-top: 10px;
  font-family: Forma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 25px;
}

.product-data-title {
  color: #000;
  margin-bottom: 15px;
  font-family: Forma, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 20px;
}

.product-data-head {
  color: #000;
  margin-bottom: 20px;
  font-family: Forma, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.product-data-body {
  color: #000;
  margin-bottom: 20px;
  font-family: Forma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
}

.line-data {
  margin-top: 25px;
}

.line-container {
  width: 100%;
  height: 10px;
  background-color: #eaeaea;
}

.line-title {
  color: #000;
  margin-bottom: 0;
  font-family: Forma, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 25px;
}

.line-title.chart {
  margin-left: 20px;
}

.chart-line {
  width: 50%;
  height: 100%;
  background-color: #000;
}

.chart-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.keyboard-animation {
  z-index: 200;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.keyboard-lottie {
  width: 100%;
  margin-bottom: -6px;
}

.keyboard-overlay {
  z-index: 100;
  width: 100%;
  opacity: 0;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.footer {
  z-index: 100;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding-top: 70px;
  padding-bottom: 70px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.keyboard-lockup {
  z-index: 200;
  width: 100%;
  color: #fff;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 8vh;
  padding-left: 3vw;
  padding-right: 3vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.column-lock-01 {
  width: 20%;
  padding-top: 14px;
  font-family: Forma, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
}

.column-lock-02 {
  width: 50%;
  font-family: Forma, sans-serif;
  font-size: 75px;
  font-weight: 400;
  line-height: 62px;
}

.column-lock-03 {
  width: 30%;
  padding-top: 14px;
  font-family: Forma, sans-serif;
  font-size: 25px;
  font-weight: 400;
  line-height: 28px;
}

.html-embed {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.icon-row {
  width: 90%;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.icon-example {
  width: 15%;
  max-width: 74px;
}

.section-laptop-icon {
  background-image: linear-gradient(#000, #444);
  padding-top: 70px;
  position: relative;
  overflow: hidden;
}

.icon-laptop {
  width: 70px;
  margin-bottom: -10px;
}

.header-lockup-icon {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 20px;
  display: flex;
}

.headline-icon {
  color: #fff;
  margin-top: 0;
  font-family: Forma, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.icon-subhead {
  color: #fff;
  letter-spacing: .5px;
  font-family: Forma, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 24px;
}

.icon-laptop-image {
  width: 100%;
}

.header-dragonfly {
  z-index: 0;
  width: 100%;
  background-color: #000;
  flex-direction: column;
  align-items: center;
  position: relative;
}

.dragonfly-header-video {
  z-index: 0;
  width: 100%;
  height: 100vh;
  aspect-ratio: auto;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dragonfly-laptop-container {
  z-index: 200;
  width: 100%;
  transform-origin: 50% 0;
  justify-content: center;
  align-items: flex-start;
  position: relative;
}

.dragonfly-lockup-container {
  z-index: 100;
  width: 100%;
  height: 60vh;
  mix-blend-mode: difference;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
  top: 0;
}

.dragonfly-lockup {
  height: 60%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 5vh;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dragonfly-headline {
  color: #fff;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Forma, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 90px;
}

.dragonfly-subhead {
  color: #fff;
  font-family: Forma, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 40px;
}

.dragonfly-logo {
  width: 60px;
}

.laptop-image {
  z-index: 300;
  width: 100%;
  height: 100%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-about {
  z-index: 200;
  background-color: #fff;
  padding-bottom: 100px;
  padding-left: 5vw;
  padding-right: 5vw;
  position: relative;
}

.header-about {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.column-headline-01 {
  width: 65%;
  padding-right: 10vw;
  position: relative;
}

.column-headline-01.ports {
  width: 65%;
  padding-right: 5vw;
}

.column-headline-02 {
  width: 30%;
}

.dragonfly-about-headline {
  color: #000;
  margin-top: -10px;
  font-family: Forma, sans-serif;
  font-size: 80px;
  font-weight: 400;
  line-height: 80px;
}

.dragonfly-about-headline.white {
  color: #fff;
  margin-top: -10px;
}

.dragonfly-about-body.white {
  color: #fff;
}

.bottom-cover {
  z-index: 100;
  width: 100%;
  height: 35%;
  background-color: #fff;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.section-compare {
  z-index: 100;
  height: 110vh;
  position: relative;
}

.swiper-container {
  width: 100%;
  height: 100vh;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
  position: relative;
}

.swiper-left {
  z-index: 200;
  width: 50%;
  height: 100%;
  position: relative;
}

.swiper-right {
  z-index: 201;
  width: 50%;
  height: 100%;
  position: relative;
  overflow: hidden;
}

.swipe-image-parent {
  width: 100vw;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.swipe-image {
  z-index: 100;
  height: 100%;
  aspect-ratio: 20 / 17;
  position: absolute;
}

.swipe-right-parent {
  z-index: 500;
  width: 100vw;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.swiper-lockup {
  z-index: 600;
  width: 30vw;
  background-color: #fff;
  padding-top: 20vh;
  padding-left: 6vw;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  box-shadow: 0 0 80px 80px #fff;
}

.swiper-subhead {
  font-size: 22px;
  line-height: 22px;
}

.swiper-headline {
  color: #000;
  margin-top: 15px;
  margin-bottom: 15px;
  font-family: Forma, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.swiper-body {
  line-height: 34px;
}

.color-legend {
  z-index: 1000;
  cursor: pointer;
  flex-direction: row;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.color-legend.right {
  margin-bottom: 10vh;
  margin-right: 3vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.color-legend.left {
  flex-direction: row-reverse;
  margin-bottom: 10vh;
  margin-left: 3vw;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.legend-color {
  width: 30px;
  height: 30px;
  background-color: #000;
  border-radius: 100%;
}

.legend-color.white {
  background-color: #fff;
  border: 2px solid #d9d9d9;
}

.legend-label {
  margin: 0 15px;
  font-size: 20px;
  line-height: 20px;
}

.section-ports {
  z-index: 200;
  background-color: #fff;
  padding-top: 200px;
  position: relative;
}

.ports-container {
  width: 100%;
  justify-content: center;
  align-items: flex-end;
  margin-bottom: -1px;
  display: flex;
  overflow: hidden;
}

.ports-left {
  width: 100%;
  justify-content: flex-end;
  align-items: flex-end;
  margin-left: -50vw;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.ports-right {
  margin-right: -100vw;
  position: relative;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
}

.laptop-ports-right, .laptop-ports-left {
  width: 100vw;
}

.section-port-info {
  z-index: 800;
  background-color: #1a1a1a;
  padding: 100px 3vw 200px;
  position: relative;
}

.section-battery {
  z-index: 100;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.battery-lockup {
  width: 50%;
  aspect-ratio: 1 / 1;
  color: #fff;
  background-color: #0a0a0a;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 6vw;
  padding-left: 5vw;
  padding-right: 10vw;
  font-family: Forma, sans-serif;
  font-weight: 400;
  display: flex;
}

.battery-image {
  width: 50%;
  aspect-ratio: 1 / 1;
  background-color: #000;
  overflow: hidden;
}

.image-van {
  width: 100%;
  height: 100%;
  object-fit: cover;
}

.battery-headline {
  margin-bottom: 20px;
  font-size: 60px;
  line-height: 60px;
}

.battery-headline.balance {
  font-size: 4vw;
  line-height: 4vw;
}

.battery-subhead {
  font-size: 20px;
  line-height: 27px;
}

.battery-icon {
  width: 80px;
  margin-bottom: 20px;
  margin-left: -15px;
}

.section-tools {
  z-index: 100;
  width: 100%;
  height: 180vh;
  background-color: #1a1a1a;
  justify-content: space-between;
  display: flex;
  position: relative;
}

.tools-animation {
  width: 50%;
  height: 100vh;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.animation-container {
  width: 100%;
  height: 100%;
}

.animation-laptop {
  z-index: 0;
  height: 96%;
  max-height: 1200px;
  position: relative;
}

.animation-stylus {
  z-index: 100;
  height: 96vh;
  max-height: 1200px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.tools-lockup {
  width: 60vw;
  height: 100%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 0;
}

.tools-lockup-01 {
  width: 100%;
  height: 90vh;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-top: 10vh;
  display: flex;
}

.tools-lockup-02 {
  width: 100%;
  height: 90vh;
  color: #fff;
  border-top: 2px solid #242424;
  justify-content: flex-start;
  align-items: center;
  padding-bottom: 10vh;
  display: flex;
}

.sound-container {
  z-index: 200;
  width: 100%;
  aspect-ratio: 1 / 1;
  justify-content: center;
  align-items: center;
  margin-top: -35%;
  margin-left: -2vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
  overflow: hidden;
}

.soundwave {
  z-index: 0;
  width: 100%;
  aspect-ratio: 1 / 1;
  opacity: .1;
  background-color: #fff;
  border-radius: 100%;
  position: relative;
}

.soundwave._01 {
  width: 70%;
  position: absolute;
}

.soundwave._02 {
  width: 40%;
  position: absolute;
}

.tool-lockup {
  width: 85%;
}

.tools-headline {
  color: #fff;
  margin-top: 10px;
  font-family: Forma, sans-serif;
  font-size: 60px;
  font-weight: 400;
  line-height: 60px;
}

.tools-body {
  color: #fff;
  font-size: 20px;
  line-height: 26px;
}

.tools-body.balance {
  width: 80%;
  border-left: 2px solid #292929;
  margin-top: 25px;
  padding-left: 30px;
  font-size: 20px;
  line-height: 28px;
}

.tools-title {
  color: #fff;
  font-family: Forma, sans-serif;
  font-size: 20px;
  line-height: 20px;
}

.tools-padding {
  z-index: 100;
  width: 100%;
  height: 50px;
  background-color: #1a1a1a;
  position: relative;
}

.swiper-line {
  z-index: 300;
  width: 2px;
  height: 100%;
  opacity: .3;
  background-image: linear-gradient(rgba(0, 0, 0, 0), #a5a5a5 20%, rgba(0, 0, 0, .65) 80%, rgba(0, 0, 0, 0));
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.mask-container {
  width: 100%;
  height: 100%;
  position: absolute;
  overflow: hidden;
}

.footer-bg {
  z-index: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  position: absolute;
}

.footer-block {
  z-index: 100;
  width: 90%;
  height: 500px;
  max-width: 1060px;
  min-width: 920px;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  justify-content: flex-start;
  align-items: flex-end;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.text-container {
  width: 45%;
  height: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding-bottom: 3vw;
  padding-left: 3vw;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.footer-block-headline {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Forma, sans-serif;
  font-size: 50px;
  font-weight: 400;
  line-height: 50px;
}

.footer-block-subhead {
  color: #000;
  font-family: Forma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
}

.laptop-footer {
  z-index: 300;
  height: 120%;
  aspect-ratio: 20 / 17;
  margin-bottom: -4%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.laptop-header-container {
  height: 100%;
  justify-content: center;
  align-items: flex-end;
  display: flex;
  position: relative;
}

.laptop-mask {
  z-index: 0;
  width: 100%;
  height: 100%;
  opacity: .65;
  position: relative;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.header-video-container {
  z-index: 0;
  width: 100%;
  height: 100%;
  background-image: linear-gradient(#c92525, #2600ff);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.dark {
  background-color: #000;
}

.swiper-video-container {
  z-index: 100;
  width: 100%;
  height: 100%;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.video-swiper {
  height: 100%;
  aspect-ratio: 20 / 17;
}

.shadow-swiper {
  z-index: 200;
  height: 100%;
  aspect-ratio: 20 / 17;
  margin-top: 70px;
  position: absolute;
}

.shadow-container {
  width: 100%;
  height: 100%;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav {
  z-index: 2000;
  width: 100%;
  height: 80px;
  background-color: #000;
  justify-content: flex-start;
  align-items: center;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.nav-logo {
  width: 50px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.nav-links {
  z-index: 100;
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  margin-left: 30px;
  display: flex;
}

.nav-link {
  height: 100%;
  color: #fff;
  justify-content: center;
  align-items: center;
  margin-right: 35px;
  font-family: Forma, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 22px;
  text-decoration: none;
  transition: opacity .2s;
  display: flex;
}

.nav-link:hover {
  opacity: .7;
}

.nav-button {
  height: 45px;
  color: #fff;
  background-color: #333;
  justify-content: center;
  align-items: center;
  margin-right: 20px;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Forma, sans-serif;
  font-size: 20px;
  line-height: 20px;
  transition: background-color .2s;
  display: flex;
}

.nav-button:hover {
  background-color: #141414;
}

.nav-button.search {
  background-color: rgba(51, 51, 51, 0);
  padding-left: 0;
  padding-right: 0;
}

.nav-utility {
  height: 100%;
  justify-content: flex-end;
  align-items: center;
  padding-top: 2px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.loader {
  z-index: 4000;
  width: 100%;
  height: 100vh;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load-swipe {
  z-index: 0;
  width: 49%;
  height: 100%;
  background-color: #181818;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.loader-logo {
  z-index: 100;
  width: 50px;
  mix-blend-mode: difference;
  position: relative;
}

.nav-rule {
  width: 100%;
  height: 1px;
  opacity: 0;
  background-color: #202020;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.nav-trigger {
  width: 2px;
  height: 200px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.laptop-ui-adobe {
  z-index: 200;
  width: 100%;
  display: none;
  position: absolute;
}

.laptop-ui-taskbar {
  z-index: 100;
  width: 100%;
  margin-bottom: -1px;
  position: absolute;
}

.ai-chat-container {
  z-index: 900;
  width: 400px;
  height: 540px;
  cursor: pointer;
  background-color: #10010b;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 20px;
  margin-right: 20px;
  transition: box-shadow .2s;
  display: none;
  position: fixed;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
  overflow: hidden;
  box-shadow: 0 20px 40px rgba(0, 0, 0, .2);
}

.ai-chat-container:hover {
  box-shadow: 0 20px 40px rgba(0, 0, 0, .5);
}

.chat-button {
  z-index: 100;
  width: 380px;
  height: 55px;
  cursor: pointer;
  background-color: #340f21;
  border-radius: 15px;
  justify-content: flex-end;
  align-items: center;
  margin-bottom: 10px;
  margin-right: 10px;
  padding-right: 10px;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-dot {
  width: 35px;
  height: 35px;
  background-image: linear-gradient(300deg, #942de1, #e74bb2 38%, #fe8b65 69%, #ee5f46);
  border-radius: 35px;
}

.sage {
  z-index: 0;
  height: 360px;
  margin-top: -70px;
  position: relative;
}

.sage.large {
  height: 400px;
  margin-top: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.ai-lockup {
  z-index: 100;
  width: 90%;
  text-align: center;
  margin-top: 207px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.chatbot-headline {
  color: #fff;
  text-align: center;
  margin-bottom: 15px;
  font-family: Forma, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 32px;
}

.chatbot-subhead {
  opacity: .6;
  color: #fff;
  text-align: center;
  font-family: Forma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 24px;
}

.chat-rule {
  width: 90%;
  height: 2px;
  opacity: .1;
  background-color: #ef8e73;
  margin: 20px auto 30px;
}

.input-text {
  height: 100%;
  color: #fff;
  text-align: left;
  letter-spacing: .5px;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  font-family: Forma, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 20px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.suggestion {
  height: 40px;
  cursor: pointer;
  background-color: #ef8e73;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  margin-bottom: 10px;
  padding-left: 20px;
  display: inline-block;
  position: relative;
}

.suggestion-label {
  height: 100%;
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  padding-right: 40px;
  font-family: Forma, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.suggestion-arrow {
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.ai-close {
  z-index: 300;
  width: 40px;
  height: 40px;
  justify-content: center;
  align-items: center;
  margin-top: 10px;
  margin-right: 10px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.lottie-animation {
  opacity: .35;
}

.lighten {
  color: #888;
}

.pad-large {
  height: 100px;
}

.block-loading {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  padding-bottom: 100px;
  display: flex;
}

.load-me-container {
  width: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.load-me {
  z-index: 0;
  width: 65%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.blur {
  z-index: 100;
  width: 100%;
  height: 100%;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.load-icon {
  z-index: 200;
  width: 50px;
  position: absolute;
}

.sage-hello {
  width: 50%;
  height: 690px;
  background-color: #10010b;
  background-image: linear-gradient(to top, #14001d, #000);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.hp-sage-logo {
  margin-bottom: 60px;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.sage-lockup {
  width: 100%;
  height: 400px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-top: -160px;
  display: flex;
  position: relative;
}

.typed-words {
  z-index: 200;
  width: 85%;
  color: #fff;
  text-align: center;
  margin-top: 250px;
  font-family: Forma, sans-serif;
  font-size: 30px;
  font-weight: 400;
  line-height: 36px;
  position: relative;
}

.thanks {
  font-size: 50px;
  font-weight: 500;
  line-height: 70px;
}

.column-4 {
  width: 25%;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-top: 30px;
  padding-bottom: 30px;
  display: flex;
}

.button-example {
  height: 50px;
  color: #fff;
  cursor: pointer;
  background-color: #000;
  justify-content: center;
  align-items: center;
  padding: 10px 20px;
  font-family: Forma, sans-serif;
  font-size: 20px;
  transition: all .2s;
  display: flex;
  position: relative;
}

.button-example:hover {
  background-color: #222;
}

.button-example.background:hover {
  background-color: #000;
}

.button-example.icon {
  padding-right: 50px;
}

.button-swipe {
  z-index: 0;
  width: 100%;
  height: 0%;
  background-color: #e6e6e6;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.button-label {
  z-index: 100;
  color: #fff;
  mix-blend-mode: difference;
  position: relative;
}

.button-lottie {
  width: 50px;
  height: 50px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.button-lottie.small {
  width: 40px;
  margin-right: 5px;
}

@media screen and (max-width: 991px) {
  .mobile {
    display: flex;
  }

  .module-column {
    width: 100%;
  }

  .video-image, .video {
    display: none;
  }

  .video-mobile-fallback {
    z-index: 300;
    display: block;
  }

  .scroll-lock-headline {
    font-size: 3.5em;
    line-height: 1.2;
  }

  .inner-card {
    margin: 3rem;
  }

  .container {
    padding-left: 6vw;
    padding-right: 6vw;
  }
}

@media screen and (max-width: 767px) {
  .table {
    flex-direction: column;
  }

  .scroll-lock-headline {
    font-size: 3em;
  }

  .inner-card {
    border-radius: 3rem;
    margin: 2rem 2rem 2.5rem;
    font-size: 2.5rem;
  }

  .chart_wrap {
    grid-template-columns: 1fr 1fr 1fr;
  }
}

@media screen and (max-width: 479px) {
  .scroll-lock-headline {
    max-width: 11em;
    margin-bottom: 30px;
    font-size: 2.2em;
    line-height: 1.4;
  }

  .inner-card {
    border-radius: 2rem;
    margin: 1.5rem 1.5rem 3rem;
    font-size: 2rem;
  }
}


@font-face {
  font-family: 'Forma';
  src: url('../fonts/FormaDJRUI.woff2') format('woff2'), url('../fonts/FormaDJRUI.woff') format('woff'), url('../fonts/FormaDJRUI.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}