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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

img {
  max-width: 100%;
  border-radius: 6px;
  display: inline-block;
}

.wrapper {
  width: 100%;
  max-width: 1320px;
  padding: 20px 20px 0;
}

.top-line {
  width: 100%;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.logo {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  border-radius: 15px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.logo-2 {
  object-fit: cover;
}

.landing-16b {
  color: #000;
  font-size: 16px;
  font-weight: 700;
  line-height: 22px;
}

.menu {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 600;
  line-height: 18px;
}

.button {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid rgba(227, 227, 227, .75);
  border-radius: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 18px;
  text-decoration: none;
  display: flex;
}

.button:hover {
  background-color: #f5f5f5;
  border-color: rgba(227, 227, 227, 0);
}

.body {
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 60px;
  display: flex;
}

.landing-90 {
  width: 800px;
  text-align: center;
  -webkit-text-fill-color: inherit;
  background-clip: content-box;
}

.landing-26 {
  max-width: 640px;
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 38px;
}

.button-2 {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  background-color: #000;
  border-radius: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding: 20px 32px;
  text-decoration: none;
  display: flex;
}

.button-2:hover {
  background-color: #292929;
}

.text-2 {
  color: #fff;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.type-14 {
  color: rgba(0, 0, 0, .5);
  text-align: center;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.landing-90-2 {
  color: #000;
  text-align: center;
  letter-spacing: -5px;
  font-family: Inter, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.landing-90-3 {
  text-align: center;
  letter-spacing: -5px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#ffec49, #ff00a1);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.screen {
  width: 100%;
  min-height: 200px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f9f9f9;
  border-radius: 18px;
  justify-content: center;
  align-items: center;
  display: flex;
  overflow: hidden;
  transform: rotate(0);
}

.lottie-animation {
  max-width: 1200px;
}

.glory {
  width: 100%;
  grid-column-gap: 0px;
  grid-row-gap: 40px;
  perspective: 913px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 140px;
  padding-bottom: 80px;
  display: flex;
}

.small-header {
  width: 100%;
  max-width: 884px;
  margin-top: 0;
  margin-bottom: 0;
}

.small-header-2 {
  color: #000;
  letter-spacing: -3px;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
}

.small-header-gradient {
  letter-spacing: -3px;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(356deg, #00a47e, #fcff5e);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Inter, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 66px;
}

.banner {
  width: 100%;
  height: 923px;
  max-width: 1096px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 21px;
  margin-bottom: 20px;
  padding: 64px 108px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .06);
}

.banner._1 {
  margin-bottom: 0;
}

.banner._2 {
  height: auto;
  padding-bottom: 20px;
}

.landing-20 {
  color: #b5b5b5;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.landing-20-2 {
  max-width: 420px;
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.nothing-phone-1 {
  width: 993px;
  object-fit: cover;
  position: absolute;
  top: 70px;
  left: 25px;
}

.div-block {
  width: 100%;
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.banner-2 {
  width: 100%;
  height: 730px;
  max-width: 1096px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  padding: 74px 108px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .06);
}

.vectors-wrapper {
  height: 116px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid {
  width: 2956px;
  max-width: 2956px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 40px;
  display: flex;
  position: relative;
  top: 0;
  left: -108px;
  overflow: hidden;
}

._1-line {
  width: 100%;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-wrap: nowrap;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  padding-right: 12px;
  display: flex;
}

.vectors-wrapper-2 {
  width: 200px;
  height: 150px;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  display: flex;
}

.features {
  width: 100%;
  max-width: 1096px;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.banner-3 {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .06);
}

.text-3 {
  width: 100%;
  max-width: 400px;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.landing-20-3 {
  color: #7d7d7d;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.landing-20-4 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
}

.landing-20-4.w {
  width: 440px;
}

.mainpage {
  object-fit: cover;
  background-color: #fff;
  border-radius: 13px;
  position: absolute;
  top: 193px;
  left: 69px;
  box-shadow: -32px 21px 35px rgba(77, 77, 77, .15);
}

.banner-4 {
  width: 100%;
  height: 625px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 34px 38px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .06);
}

.text-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.type-20 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 26px;
  text-decoration: underline;
}

.vectors-wrapper-3 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  object-fit: cover;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  top: 235.78px;
  left: 38px;
}

.surface {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 80px;
  padding-bottom: 60px;
  display: flex;
}

.land {
  max-width: 800px;
  color: #000;
  text-align: center;
  letter-spacing: -5px;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.row {
  width: 100%;
  max-width: 980px;
  grid-column-gap: 10px;
  grid-row-gap: 16px;
  border: 1px rgba(0, 0, 0, .42);
  border-top-color: rgba(218, 218, 218, .42);
  flex-direction: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-top: 40px;
  padding-top: 20px;
  display: flex;
}

.type-20-2 {
  letter-spacing: 0;
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 24px;
}

.type-20-2.black {
  color: #000;
}

.latest-grid {
  width: 100%;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  padding: 0;
}

.latest-preview {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  padding: 0;
}

.image-86 {
  width: 100%;
  border-radius: 8px;
}

.type-14-2 {
  color: rgba(0, 0, 0, .5);
  margin-bottom: 0;
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 18px;
}

.animation-container {
  width: 100%;
  height: 830px;
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: relative;
  overflow: hidden;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .06);
}

.feature {
  width: 100%;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  background-color: #fff;
  border-radius: 18px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  padding: 120px 20px;
  display: flex;
  box-shadow: -1px 1px 2px rgba(0, 0, 0, .1);
}

.landing-90-4 {
  max-width: 640px;
  color: #000;
  text-align: center;
  letter-spacing: -5px;
  font-family: Inter, sans-serif;
  font-size: 90px;
  font-weight: 700;
  line-height: 90px;
}

.landing-26-2 {
  color: #000;
  text-align: center;
  letter-spacing: -.5px;
  font-family: Inter, sans-serif;
  font-size: 26px;
  font-weight: 700;
  line-height: 34px;
}

.type-14-3 {
  color: rgba(0, 0, 0, .5);
  font-family: Inter, sans-serif;
  font-size: 14px;
  font-weight: 500;
  line-height: 18px;
}

.footer {
  width: 100%;
  max-width: 1319px;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 32px;
  padding-bottom: 32px;
  display: flex;
}

.footer-link {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
  text-decoration: none;
}

.footer-link:hover {
  color: rgba(0, 0, 0, .57);
  text-decoration: none;
}

.footer-link.nounderline:hover {
  color: #000;
  text-decoration: none;
}

.footer-link.grey {
  color: rgba(0, 0, 0, .5);
}

.footer-link.grey:hover {
  color: #000;
}

.links {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-2 {
  color: #000;
  font-family: Inter, sans-serif;
  font-size: 15px;
  font-weight: 500;
  line-height: 19px;
}

.div-block-2 {
  width: auto;
  grid-column-gap: 10px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

._2-line {
  width: auto;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
  overflow: hidden;
}

.image-87, .image-88 {
  border-radius: 8px;
}

.small-header-copy {
  width: 100%;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
}

.device-1 {
  width: 600px;
  display: block;
  position: relative;
  left: 11px;
}

.dev-1-scre {
  position: absolute;
  top: 10px;
  left: 13px;
}

.device-2 {
  z-index: 2;
  width: 600px;
  display: block;
  position: absolute;
  top: -90px;
  left: 201px;
}

.composition {
  width: 3000px;
  padding-top: 112px;
  position: relative;
  top: 111px;
  left: -94px;
  overflow: visible;
}

.device-3 {
  z-index: 3;
  position: absolute;
  top: -236px;
  left: 351px;
}

.dev-3 {
  z-index: -1;
  display: block;
  position: relative;
}

.image-90 {
  position: absolute;
  top: 11px;
  left: 115px;
}

.dev-3-screen {
  position: absolute;
  top: 11px;
  left: 116px;
}

.div-block-3 {
  width: 100%;
  max-width: 874px;
  padding-left: 0;
  padding-right: 0;
}

.div-block-4 {
  grid-column-gap: 0px;
  grid-row-gap: 10px;
  flex-direction: column;
  display: flex;
}

.div-block-5 {
  width: 100%;
  min-height: 630px;
  transform-style: preserve-3d;
  justify-content: center;
  align-items: center;
  padding-bottom: 60px;
  display: flex;
}

.image-91 {
  z-index: 5;
  border-radius: 8px;
  position: relative;
  box-shadow: -28px 28px 50px rgba(0, 0, 0, .2);
}

.image-92 {
  z-index: 4;
  border-radius: 8px;
  position: absolute;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, .2);
}

.image-93 {
  z-index: 5;
  border-radius: 8px;
  position: absolute;
  box-shadow: -28px 28px 50px rgba(0, 0, 0, .2);
}

.image-94 {
  z-index: 4;
  border-radius: 8px;
  position: absolute;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, .2);
}

.image-95, .image-97 {
  z-index: 3;
  border-radius: 8px;
  position: absolute;
  box-shadow: -1px 1px 1px rgba(0, 0, 0, .2);
}

.surfaces-1 {
  width: 400px;
  border-radius: 12px;
  position: absolute;
  top: auto;
  bottom: 8%;
  right: 52%;
  box-shadow: -1px 1px 2px -1px rgba(0, 0, 0, .22);
}

.surfaces-2 {
  width: 400px;
  border-radius: 12px;
  box-shadow: -53px 27px 60px -10px rgba(0, 0, 0, .2);
}

.div-block-6 {
  position: absolute;
  top: 8%;
  left: 51%;
}

.surfaces-screen {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: 127px;
}

.screen-absolute {
  z-index: 1;
  width: 400px;
  position: absolute;
  left: 0;
}

.screen-absolute._2 {
  z-index: 2;
}

.screen-absolute._3 {
  z-index: 3;
}

.screen-absolute._4 {
  z-index: 4;
}

.screen-absolute._5 {
  z-index: 5;
}

.screen-absolute._6 {
  z-index: 6;
}

.screen-main {
  z-index: 1;
  width: 400px;
  position: relative;
}

.mainanimation {
  width: 100%;
  height: 100%;
  max-width: 1200px;
}

.text-span {
  display: inline;
}

.body-change-color {
  width: 100%;
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.surf-generation {
  position: relative;
}

.surf-gen-plasticine, .surf-panel-plasticine {
  z-index: 1;
  border-radius: 0;
  position: relative;
}

.surf-panel-bas-relief {
  z-index: 5;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.surf-gen-patch {
  z-index: 1;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.background {
  z-index: 0;
  border-radius: 0;
  position: absolute;
  left: 0;
}

.surf-panel-patch {
  z-index: 2;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.surf-panel-inflated {
  z-index: 3;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.surf-panel-iridiscent, .surf-panel-enamel {
  z-index: 4;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.surf-gen-clone-copy {
  z-index: 1;
  z-index: 1;
  z-index: 1;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.surf-gen-bas-relief {
  z-index: 5;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.surf-gen-inflated {
  z-index: 2;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.surf-gen-clone-copy {
  z-index: 1;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.surf-gen-paper-art {
  z-index: 6;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.surf-panel-paper {
  z-index: 6;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
}

.surf-gen-iridescent {
  z-index: 999;
  border-radius: 0;
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.lottie {
  width: 100%;
  height: 100%;
  min-height: 0;
}

.div-block-7 {
  width: 100%;
  padding: 36px 40px;
}

.div-block-8 {
  width: 400px;
  min-height: 310px;
  border-radius: 12px 12px 0 0;
  padding-top: 0;
  padding-left: 0;
  box-shadow: -24px 32px 60px rgba(0, 0, 0, .18);
}

.div-block-8.noshadow {
  box-shadow: none;
}

.lottie-animation-2 {
  width: 100%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
}

.text-span-2, .text-span-3, .text-span-4, .text-span-5, .text-span-6, .text-span-7, .text-span-8 {
  white-space: nowrap;
}

.lottie-animation-3 {
  width: 100%;
}

.div-block-8-copy {
  width: 400px;
  min-height: 310px;
  border-radius: 12px 12px 0 0;
  padding-top: 0;
  padding-left: 0;
}

.div-block-8-copy.noshadow {
  box-shadow: none;
}

.image-98 {
  border-radius: 10px;
  box-shadow: -1px 1px 1px -1px rgba(0, 0, 0, .2);
}

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

.div-block-9 {
  width: 100%;
  height: 6px;
  background-color: #bef200;
  position: relative;
}

.link-new-2 {
  grid-column-gap: 10px;
  align-items: center;
  text-decoration: none;
  display: flex;
}

@media screen and (max-width: 991px) {
  .landing-90 {
    width: 100%;
    max-width: 800px;
  }

  .banner {
    margin-top: 20px;
    padding: 40px;
  }

  .banner._2 {
    padding-bottom: 20px;
  }

  .banner-2 {
    height: 680px;
    padding: 40px;
  }

  .grid {
    top: 0;
  }

  .features {
    flex-direction: column;
  }

  .animation-container {
    align-items: center;
  }

  .feature {
    overflow: hidden;
  }

  .div-block-4 {
    margin-bottom: 26px;
  }

  .surfaces-1 {
    display: none;
  }

  .div-block-6 {
    position: relative;
    top: 10%;
    left: 0%;
  }
}

@media screen and (max-width: 767px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .top-line {
    justify-content: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu {
    display: none;
  }

  .header {
    grid-row-gap: 16px;
    padding: 80px 20px 40px;
  }

  .landing-26 {
    max-width: 420px;
    letter-spacing: -.1px;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .landing-90-2 {
    letter-spacing: -1.8px;
    font-size: 45px;
    line-height: 48px;
  }

  .landing-90-3 {
    letter-spacing: -1px;
    font-size: 45px;
    line-height: 48px;
  }

  .screen {
    border-radius: 0;
  }

  .glory {
    grid-row-gap: 0px;
    padding-top: 80px;
    padding-bottom: 0;
  }

  .glory._2 {
    padding-left: 0;
    padding-right: 0;
  }

  .small-header {
    text-align: center;
  }

  .small-header-2, .small-header-gradient {
    letter-spacing: -1.2px;
    font-size: 32px;
    line-height: 36px;
  }

  .banner {
    height: auto;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    border-radius: 0;
    margin-top: 0;
    margin-bottom: 0;
    padding: 40px 0 20px;
  }

  .banner._1 {
    height: 660px;
    margin-top: 20px;
    padding-top: 60px;
  }

  .banner._2 {
    height: auto;
    padding-top: 60px;
  }

  .grid {
    margin-top: 20px;
    position: relative;
    top: 0;
  }

  .vectors-wrapper-2 {
    height: 150px;
  }

  .features {
    grid-row-gap: 0px;
    flex-direction: column;
  }

  .banner-3 {
    height: auto;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    border-radius: 0;
    padding: 40px 20px 0;
  }

  .text-3 {
    max-width: 100%;
    align-items: center;
  }

  .landing-20-3 {
    font-size: 18px;
    line-height: 22px;
  }

  .landing-20-4 {
    text-align: center;
    font-size: 18px;
    line-height: 22px;
  }

  .landing-20-4.s {
    padding-left: 20px;
  }

  .banner-4 {
    height: auto;
    box-shadow: none;
    border-bottom: 1px solid rgba(0, 0, 0, .08);
    border-radius: 0;
    padding: 60px 20px 20px;
  }

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

  .surface {
    grid-column-gap: 0px;
    grid-row-gap: 16px;
    padding: 40px 20px;
  }

  .land {
    letter-spacing: -1.8px;
    font-size: 45px;
    line-height: 48px;
  }

  .row {
    grid-row-gap: 8px;
    margin-top: 20px;
    padding-top: 0;
    overflow: scroll;
  }

  .latest-grid {
    width: 800px;
    margin-left: 20px;
    padding-right: 20px;
    overflow: scroll;
  }

  .latest-preview {
    width: 100%;
  }

  .animation-container {
    height: auto;
    box-shadow: none;
    border-radius: 0;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .feature {
    grid-row-gap: 16px;
    border-radius: 0;
    margin-top: 20px;
    padding-top: 60px;
    padding-bottom: 60px;
  }

  .footer {
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    padding: 20px;
  }

  .small-header-copy.s {
    padding-left: 20px;
    padding-right: 20px;
  }

  .device-2 {
    left: 160px;
  }

  .composition {
    width: 971px;
    padding-top: 0;
    top: 0;
    left: -246px;
    transform: scale(.6);
  }

  .device-3 {
    left: 310px;
  }

  .div-block-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-4 {
    width: 100%;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-5 {
    transform: scale3d(1none, 1none, 1none);
    padding-bottom: 20px;
  }

  .div-block-6 {
    top: auto;
    transform: scale(.9);
  }

  .div-block-7 {
    padding-top: 20px;
  }
}

@media screen and (max-width: 479px) {
  .wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .header {
    padding-left: 20px;
    padding-right: 20px;
  }

  .landing-26 {
    letter-spacing: 0;
    font-size: 18px;
    font-weight: 500;
    line-height: 24px;
  }

  .lottie-animation {
    width: 100%;
  }

  .glory {
    padding-top: 60px;
  }

  .small-header-2 {
    letter-spacing: -1px;
    font-size: 32px;
    line-height: 36px;
  }

  .small-header-gradient {
    font-size: 32px;
    line-height: 36px;
  }

  .grid {
    grid-row-gap: 6px;
  }

  ._1-line {
    grid-column-gap: 6px;
    margin-top: 0;
  }

  .vectors-wrapper-2 {
    width: 120px;
    height: 80px;
  }

  .banner-3 {
    grid-row-gap: 0px;
    padding-top: 60px;
  }

  .landing-20-3 {
    text-align: center;
  }

  .landing-20-4.s {
    text-align: left;
  }

  .landing-20-4.w {
    width: 100%;
  }

  .land {
    letter-spacing: -1.8px;
    font-size: 45px;
    line-height: 48px;
  }

  .animation-container {
    padding-top: 20px;
    padding-bottom: 20px;
    overflow: visible;
  }

  .feature {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .footer {
    grid-row-gap: 10px;
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .links {
    grid-row-gap: 4px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .composition {
    left: -370px;
  }

  .div-block-5 {
    min-height: auto;
    transform: scale(.8);
  }

  .div-block-6 {
    transform: none;
  }

  .surfaces-screen {
    top: 20%;
  }

  .surf-panel-paper {
    width: 100%;
  }

  .div-block-7 {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .div-block-8 {
    width: 100%;
    min-height: auto;
  }

  .lottie-animation-2 {
    width: 100%;
    margin-top: 0;
  }

  .div-block-8-copy {
    width: 100%;
    min-height: auto;
  }
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d597-4d19d58d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d598-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d599-4d19d58d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d59a-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d59c-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d59e-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5a0-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5a2-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5a5-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5a6-4d19d58d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5a7-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5a9-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5ab-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5ad-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5af-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5b2-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5b3-4d19d58d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5b4-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5b6-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5b8-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5ba-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5bc-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5c2-4d19d58d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5c3-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5c4-4d19d58d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5c5-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5c7-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5c9-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5cb-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5cd-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5d0-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5d1-4d19d58d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5d2-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5d4-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5d6-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5d8-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5da-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5dd-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5de-4d19d58d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5df-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5e1-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5e3-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5e5-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5e7-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5ed-4d19d58d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5ee-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5ef-4d19d58d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5f0-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5f2-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5f4-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5f6-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5f8-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5fb-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5fc-4d19d58d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5fd-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d5ff-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d601-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d603-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d605-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d608-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d609-4d19d58d {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d60a-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d60c-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d60e-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d610-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d612-4d19d58d {
  grid-area: span 1 / span 3 / span 1 / span 3;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d618-4d19d58d {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d619-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d61a-4d19d58d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d61b-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d61d-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d620-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d621-4d19d58d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d622-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d624-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d627-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d628-4d19d58d {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

#w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d629-4d19d58d, #w-node-_80ed9cd2-64ef-aa2b-abf7-87ff4d19d62b-4d19d58d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


