.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.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: column;
  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 {
  width: 30px;
  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;
}

.right-menu {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto;
  grid-auto-flow: row;
  align-items: center;
  display: flex;
}

.progress-bar {
  height: .75rem;
  border: 1px solid #e2e2e2;
  border-radius: .5rem;
}

.buy-info-block {
  z-index: 2;
  width: 100%;
  max-width: 58rem;
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  transition: all 1s ease-in;
  display: flex;
  overflow: hidden;
  box-shadow: 0 30px 80px -40px #000;
}

.buy-info-block.js-hide {
  display: none;
  overflow: hidden;
}

.category-dropdown-hidden {
  z-index: 2;
  width: 100%;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  padding: 7.5rem 2rem 4.5rem;
  display: none;
  position: absolute;
  top: 0;
  box-shadow: 0 50px 110px -20px rgba(0, 0, 0, .5);
}

.search-input {
  height: 16rem;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  color: #000;
  letter-spacing: -.5rem;
  border: 1px #000;
  border-radius: 1.25rem;
  padding-left: 2.5rem;
  font-size: 10rem;
  box-shadow: 0 80px 50px -30px rgba(0, 0, 0, .32);
}

.table-bottom-line {
  border-top: 1px solid #e2e2e2;
}

.back-arrow {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 3.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: .75rem;
  display: block;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.back-arrow:hover {
  background-color: rgba(0, 0, 0, .05);
  border-color: rgba(0, 0, 0, 0);
}

.back-arrow.js-hide {
  display: none;
}

.unlim-button {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  color: #000;
  border: 1px solid #e2e2e2;
  border-radius: .5rem;
  align-items: center;
  padding: .5625rem 1rem;
  text-decoration: none;
  display: flex;
}

.unlim-button:hover {
  background-color: #f8f8f8;
  border-color: rgba(226, 226, 226, 0);
  text-decoration: none;
}

.field-label {
  z-index: 2;
  color: rgba(0, 0, 0, .51);
  font-weight: 500;
  position: absolute;
  top: 1rem;
  left: 1rem;
}

.login {
  width: 1.25rem;
  margin-right: .5rem;
}

.text-block-2 {
  display: block;
}

.checkbox {
  width: 1.5rem;
  height: 1.5rem;
  border: .1rem solid rgba(117, 117, 117, .52);
  border-radius: .4rem;
  margin-top: 0;
  margin-left: 0;
}

.checkbox.w--redirected-checked {
  background-color: #aac900;
  background-size: 1rem 1rem;
  border-color: #aac900;
}

.checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #aac900;
}

.auth {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-351 {
  grid-row-gap: .2rem;
  flex-direction: column;
  justify-content: center;
  display: flex;
}

.spacer {
  width: 100%;
  height: 1px;
  background-color: #e2e2e2;
}

.search-hidden {
  z-index: 999;
  width: 100%;
  cursor: pointer;
  background-color: rgba(0, 0, 0, .4);
  justify-content: center;
  padding-top: 15rem;
  padding-left: 2rem;
  padding-right: 2rem;
  display: none;
  position: fixed;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.purchase-line {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 5rem;
  display: flex;
  position: relative;
  overflow: scroll;
}

.price-content {
  width: 43.125rem;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  margin-bottom: 1rem;
  display: grid;
}

.text-field {
  height: auto;
  min-width: 22rem;
  color: #000;
  border: 1px solid rgba(0, 0, 0, .22);
  border-radius: .75rem;
  margin-bottom: 0;
  padding: 1rem 1.5rem;
  font-size: 1rem;
  line-height: 1.4rem;
  display: block;
}

.text-field:hover {
  outline-offset: 0px;
  outline: 2px solid rgba(170, 201, 0, .36);
}

.text-field:active {
  background-color: #fff;
}

.text-field:focus {
  outline-offset: 0px;
  outline: .1rem solid #aac900;
}

.text-field:focus-visible {
  background-color: rgba(170, 201, 0, .02);
  border: 1px solid #aac900;
}

.text-field[data-wf-focus-visible] {
  background-color: rgba(170, 201, 0, .02);
  border: 1px solid #aac900;
}

.text-field::-ms-input-placeholder {
  background-color: #fff;
}

.text-field::placeholder {
  background-color: #fff;
}

.form-block-3 {
  width: 15rem;
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  background-color: #f8f8f8;
  border: 1px #e2e2e2;
  border-radius: 1.1rem;
  flex-flow: wrap;
  flex: 1;
  align-items: center;
  margin-bottom: 0;
  padding: .3rem 1rem;
  display: flex;
  position: relative;
}

.form-block-3.delete-coupon {
  display: none;
}

.div-block-417 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #f8f8f8;
  border-radius: .5rem;
  align-items: center;
  padding: 5px 12px 5px 4px;
  text-decoration: none;
  display: flex;
}

.div-block-417:hover {
  background-color: #e6e6e6;
  text-decoration: none;
}

.transparent-form {
  width: 100%;
  height: 2rem;
  color: rgba(0, 0, 0, .5);
  background-color: rgba(255, 255, 255, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-bottom-color: #e2e2e2;
  margin-bottom: 0;
  padding: 0 0 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.transparent-form:focus {
  color: #000;
  border-style: solid;
  border-color: rgba(255, 255, 255, 0) rgba(0, 0, 0, 0) rgba(0, 0, 0, .1) rgba(255, 255, 255, 0);
}

.transparent-form::-ms-input-placeholder {
  color: rgba(0, 0, 0, .5);
  font-weight: 500;
}

.transparent-form::placeholder {
  color: rgba(0, 0, 0, .5);
  font-weight: 500;
}

.table {
  width: 100%;
  max-width: 28.75rem;
  border: 1px solid #e2e2e2;
  border-radius: .75rem;
  margin-bottom: 2rem;
  display: block;
}

.table.js-hide {
  flex-direction: column;
  display: none;
}

.success-message {
  background-color: #f8f8f8;
  padding: 0 0 0;
}

.div-block-402 {
  display: flex;
}

.div-block-402.hide {
  display: none;
}

.green-pro {
  background-color: #deff16;
  border-radius: .125rem;
  padding: .125rem .25rem;
  font-size: .7rem;
  font-weight: 500;
  line-height: .7rem;
}

.loader {
  width: 2.2rem;
  justify-content: center;
  display: flex;
}

.loader.abs {
  position: absolute;
}

.div-block-378 {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  align-items: flex-start;
  display: flex;
}

.text-32 {
  color: #000;
  letter-spacing: -.05rem;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.6rem;
}

.text-32.bold {
  font-weight: 500;
  display: flex;
}

.lottie-animation-4 {
  width: 52px;
}

.lottie-animation-4._2 {
  width: 3.75rem;
  margin-top: .3rem;
  margin-right: .5rem;
}

.image-1087 {
  width: 4.375rem;
  height: 4.375rem;
  border-radius: 5.625rem;
}

.search-button {
  display: none;
}

.link-block-54 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  border-radius: .375rem;
  flex-flow: row;
  align-items: center;
  padding: .5rem;
  text-decoration: none;
  display: flex;
}

.link-block-54:hover {
  background-color: #f8f8f8;
}

.header-logo-menu {
  grid-column-gap: .375rem;
  grid-row-gap: .375rem;
  border: 1px solid #e2e2e2;
  border-radius: .5rem;
  padding: .375rem .625rem;
  display: flex;
}

.notification-2 {
  width: 400px;
  height: auto;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  color: #000;
  background-color: rgba(255, 68, 0, .2);
  border-radius: .4rem;
  align-items: center;
  padding: 1rem 2rem 1rem 1.875rem;
  text-decoration: none;
  display: flex;
  position: fixed;
  top: 5rem;
  right: 2rem;
}

.notification-2.js-hide {
  width: 4px;
  display: none;
}

.checkbox-field {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 0;
  padding-left: 0;
  display: flex;
}

.js-auth-popup {
  z-index: 2;
  width: 100%;
  max-width: 58rem;
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  transition: all 1s ease-in;
  display: flex;
  overflow: hidden;
  box-shadow: 0 30px 80px -40px #000;
}

.js-auth-popup.js-hide {
  display: none;
}

.category-expand {
  color: #000;
  align-items: center;
  text-decoration: none;
  display: none;
}

.category-expand:hover {
  text-decoration: none;
}

.link-block-45 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-45.mobile-hide {
  align-items: flex-start;
}

.search {
  z-index: 2;
  width: 100%;
  max-width: 87.5rem;
  margin-bottom: 0;
  position: relative;
}

.div-block-352 {
  height: auto;
  grid-row-gap: .2rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: .375rem;
  padding-bottom: 0;
  display: flex;
}

.div-block-318 {
  height: 100%;
  border: 1px solid rgba(0, 0, 0, .1);
  border-radius: .5rem;
  flex-direction: column;
  justify-content: space-between;
  padding: 1rem;
  text-decoration: none;
  transition: all .25s;
  display: flex;
}

.div-block-318:hover {
  border-color: rgba(0, 0, 0, 0);
  box-shadow: 0 51px 40px -30px rgba(0, 0, 0, .39);
}

.div-block-318.mobile-only {
  display: none;
}

.div-block-371 {
  width: 28.875rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-direction: column;
  display: none;
}

.form {
  grid-row-gap: 1rem;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  display: flex;
  position: relative;
}

.link {
  color: #000;
  text-decoration: underline;
  display: inline-block;
}

.link:hover {
  text-decoration: none;
}

.backdrop {
  z-index: 0;
  width: 100%;
  height: 100%;
  cursor: pointer;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.close-pop-up {
  z-index: 2;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 3.75rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 2rem;
  margin-left: 2rem;
  padding: .75rem;
  display: block;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.close-pop-up:hover {
  background-color: rgba(0, 0, 0, .05);
  border-color: rgba(0, 0, 0, 0);
}

.table-top-line {
  grid-row-gap: .75rem;
  flex-direction: column;
  padding: 1rem 1.5rem;
  display: flex;
}

.text-14 {
  color: #000;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.125rem;
}

.text-14.gray {
  color: rgba(0, 0, 0, .5);
  font-weight: 400;
}

.text-14.bold {
  font-family: Inter, sans-serif;
  font-weight: 500;
  text-decoration: none;
}

.text-14.bold:hover {
  color: rgba(0, 0, 0, .71);
  text-decoration: none;
}

.text-14.reddish {
  color: #f40;
}

.div-block-370 {
  margin-top: 20px;
  margin-bottom: 20px;
}

.row-block {
  width: 100%;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  flex-direction: column;
  padding-left: 1rem;
  padding-right: 1rem;
  display: flex;
}

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

.row-block.gap-0-25 {
  grid-column-gap: .3rem;
  grid-row-gap: .3rem;
  display: flex;
}

.row-block.gap-0-25.subscriptionblock {
  display: flex;
}

.profile {
  width: 1.25rem;
  margin-right: .5rem;
  display: none;
}

.div-block-315 {
  z-index: 2;
  cursor: pointer;
  border: 1px solid rgba(0, 0, 0, .05);
  border-radius: 3.75rem;
  padding: .75rem;
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.div-block-315:hover {
  background-color: rgba(0, 0, 0, .05);
  border-color: rgba(0, 0, 0, 0);
}

.image-1122 {
  width: 1.5rem;
  height: 1.5rem;
  min-width: 1.5rem;
}

.image-1071 {
  cursor: pointer;
}

.search-icon {
  width: 1.25rem;
  margin-right: .5rem;
  display: block;
}

.link-block-42 {
  color: #000;
  text-decoration: none;
  display: flex;
}

.link-block-42:hover {
  color: #000;
  text-decoration: none;
}

.link-block-42.js-hide {
  display: none;
}

.link-block-42.free {
  border-left: 1px solid #e2e2e2;
  padding-left: 1rem;
}

.div-block-350 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.profile-dropdown {
  grid-column-gap: .85rem;
  grid-row-gap: .85rem;
  background-color: #fff;
  border-radius: .75rem;
  flex-direction: column;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: none;
  position: absolute;
  top: 4.375rem;
  bottom: auto;
  left: auto;
  right: .8rem;
  box-shadow: 0 20px 40px -10px rgba(0, 0, 0, .2);
}

.auth-form {
  flex-direction: column;
  display: flex;
}

.image-1073 {
  width: 6.25rem;
  border-radius: 210px;
  margin-bottom: 2.625rem;
}

.image-1063 {
  width: 1.5rem;
}

.form-3 {
  grid-column-gap: .5px;
  grid-row-gap: .5px;
  flex-wrap: nowrap;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-accent {
  z-index: 0;
  min-height: 3.5rem;
  min-width: 10rem;
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  background-color: #000;
  border: .1rem solid #000;
  border-radius: .75rem;
  flex: none;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  line-height: 1.25rem;
  text-decoration: none;
  display: flex;
  position: relative;
}

.button-accent:hover {
  background-color: #373737;
  border-color: #373737;
}

.button-accent._100-percent {
  align-items: center;
}

.product-line {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 2rem;
  padding-bottom: 1rem;
  display: flex;
  overflow: hidden;
}

.hidden-product-page {
  z-index: 3999;
  width: 100%;
  height: auto;
  min-height: 100%;
  grid-column-gap: .695652rem;
  grid-row-gap: .695652rem;
  background-color: rgba(0, 0, 0, .4);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: all 1s;
  display: flex;
  position: fixed;
  top: 0%;
  left: 0%;
  right: 0%;
  overflow: scroll;
}

.hidden-product-page.js-hide {
  display: none;
  overflow: hidden;
}

.div-block-379 {
  overflow: hidden;
}

.box-2 {
  width: 100%;
  max-width: 37.5rem;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  background-color: #fff;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.box-2.js-hide {
  display: none;
}

.header-menu {
  z-index: 99;
  width: 100%;
  background-color: rgba(255, 255, 255, .11);
  position: relative;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.dropdown-list-2 {
  padding: .5rem;
}

.dropdown-list-2.w--open {
  width: 13.125rem;
  background-color: #fff;
  border-radius: .5rem;
  flex-direction: column;
  display: flex;
  box-shadow: -2px 1px 20px -7px rgba(0, 0, 0, .2);
}

.image-1086 {
  margin-right: .5rem;
}

.paddle-block {
  z-index: 2;
  width: 100%;
  max-width: 58rem;
  border-radius: 1.5rem;
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: stretch;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-bottom: 0;
  transition: all 1s ease-in;
  display: none;
  overflow: hidden;
  box-shadow: 0 30px 80px -40px #000;
}

.text-16 {
  color: #000;
  text-align: left;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4rem;
}

.text-16:hover {
  color: #4d4d4d;
  text-decoration: none;
}

.text-16.w--current:hover {
  text-decoration: none;
}

.text-16.bold {
  margin-bottom: 0;
  display: block;
}

.text-16.gray {
  color: rgba(0, 0, 0, .5);
  font-weight: 400;
}

.text-16.gray:hover {
  text-decoration: none;
}

.button-3 {
  height: 2rem;
  background-color: #000;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  padding: 0 1rem;
  font-size: 1rem;
  display: flex;
}

.left-menu {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr auto auto auto;
  grid-auto-flow: row;
  align-items: center;
  display: flex;
}

.image-1092 {
  display: block;
}

.unlim-line {
  min-height: 2.25rem;
  background-color: #fafafa;
  justify-content: center;
  align-items: center;
  display: flex;
}

.unlim-line.mobile-hide.js-hide {
  display: none;
}

.div-block-366 {
  display: flex;
}

.div-block-318-copy {
  height: 100%;
  background-color: #f8f9f9;
  border: 1px rgba(0, 0, 0, .1);
  border-radius: .5rem;
  flex-flow: column wrap;
  justify-content: space-between;
  padding: 1rem;
  text-decoration: none;
  display: flex;
}

.div-block-318-copy:hover {
  border-color: rgba(0, 0, 0, 0);
}

.error-message-2 {
  background-color: rgba(255, 222, 222, 0);
  margin-top: 0;
  padding: 0;
}

.table-top-line-copy {
  grid-row-gap: .75rem;
  flex-direction: column;
  padding: 1rem 1.5rem;
  display: flex;
}

.image-1094 {
  width: 1.4rem;
}

.files-big {
  width: 100%;
  max-width: 28.75rem;
  border-radius: .75rem;
  flex-direction: column;
  padding: 1.25rem 0;
  display: block;
}

.text-12 {
  cursor: default;
  font-size: .75rem;
  font-weight: 400;
  line-height: 1rem;
}

.text-12.grey {
  z-index: 2;
  color: #707070;
  display: block;
}

.text-12.grey.left {
  text-align: left;
}

.text-12.green {
  background-color: #d4f70f;
  border-radius: .375rem;
  flex-direction: row;
  margin-bottom: auto;
  padding: 0 .3rem;
  font-size: .6rem;
  font-weight: 700;
  text-decoration: none;
  display: flex;
  position: relative;
  bottom: .375rem;
  left: .1rem;
}

.text-12.green:hover {
  text-decoration: none;
}

.div-block-348 {
  padding-bottom: .5rem;
}

.text-26 {
  color: #000;
  letter-spacing: -.02rem;
  font-size: 1.625rem;
  font-weight: 400;
  line-height: 2.4rem;
}

.text-26.bold {
  font-weight: 500;
}

.text-line, .header-inner {
  justify-content: space-between;
  display: flex;
}

.link-block-48 {
  position: absolute;
  top: 6px;
  right: 6px;
}

.mobile-burger {
  display: none;
}

.main-12-grid {
  width: 100%;
  max-width: 87.5rem;
  grid-column-gap: .625rem;
  grid-row-gap: .625rem;
  grid-template: "."
                 "."
                 / 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.error-text {
  color: #f40;
  font-size: .75rem;
  line-height: 1rem;
}

.div-block-373 {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  display: flex;
}

.div-block-362 {
  width: 10%;
  height: 100%;
  background-color: #ffe100;
  border-radius: .5rem;
}

.header-wrapper {
  z-index: 3;
  width: 100%;
  background-color: #fff;
  border-bottom: 1px solid rgba(216, 216, 216, .5);
  padding: .6rem 1rem;
  position: relative;
}

@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%;
  }

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

  .category-dropdown-hidden {
    z-index: 1;
    width: 100%;
    min-height: 300px;
    background-color: #fff;
    padding: 5rem 2rem 2rem;
    display: none;
    position: absolute;
    top: 0;
    box-shadow: 0 30px 120px rgba(0, 0, 0, .52);
  }

  .search-input {
    height: 11.8rem;
    letter-spacing: -.2rem;
    font-size: 6.9rem;
  }

  .price-content {
    width: 100%;
  }

  .notification-2 {
    height: 100%;
  }

  .category-expand {
    display: flex;
  }

  .search {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-318.mobile-only {
    display: none;
  }

  .div-block-315 {
    right: 3rem;
  }

  .link-block-42 {
    display: none;
  }

  .div-block-350 {
    align-items: flex-start;
  }

  .logo-3 {
    min-width: 3.75rem;
  }

  .logo-3.w--current {
    min-width: auto;
  }

  .product-line, .hidden-product-page {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .header-menu {
    -webkit-backdrop-filter: blur(200px);
    backdrop-filter: blur(200px);
    background-color: rgba(255, 255, 255, .29);
  }

  .text-16.gray {
    white-space: normal;
  }

  .left-menu {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    flex-wrap: wrap;
    align-items: center;
  }

  .unlim-line {
    padding: 1rem 2rem;
  }

  .main-12-grid {
    grid-template-columns: 1fr 1fr;
  }

  .header-wrapper {
    z-index: 2;
    padding-left: 1rem;
    padding-right: 1rem;
    position: relative;
  }
}

@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;
  }

  .right-menu {
    display: none;
  }

  .category-dropdown-hidden {
    z-index: 999;
    width: 100%;
    grid-row-gap: .625rem;
    background-color: #fff;
    flex-direction: column;
    padding-top: 2rem;
    display: none;
    position: absolute;
    top: 3.8125rem;
    left: 0;
    box-shadow: 0 60px 60px -10px rgba(0, 0, 0, .34);
  }

  .search-input {
    height: 6rem;
    letter-spacing: -.05rem;
    font-size: 2.5rem;
  }

  .back-arrow {
    top: 1.4rem;
  }

  .unlim-button {
    display: none;
  }

  .auth {
    padding: 2rem;
  }

  .div-block-319 {
    padding-left: 0;
  }

  .div-block-351 {
    align-items: center;
  }

  .purchase-line {
    padding: 2rem;
  }

  .price-content {
    width: 100%;
    flex-direction: column;
    grid-template-columns: 1fr;
    justify-content: center;
    display: flex;
  }

  .form-block-3 {
    border-style: none;
    border-radius: .5rem;
    padding-left: .5rem;
    padding-right: .5rem;
  }

  .text-32 {
    letter-spacing: -.03rem;
    font-size: 1.625rem;
    line-height: 2.25rem;
  }

  .lottie-animation-4 {
    width: 4.1rem;
    cursor: pointer;
  }

  .search-button {
    display: none;
  }

  .header-logo-menu {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
  }

  .notification-2 {
    height: auto;
    padding: 1.25rem;
  }

  .category-expand {
    display: none;
  }

  .search {
    width: 100%;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-318 {
    width: 100%;
    grid-column-gap: 1.875rem;
    grid-row-gap: 1.875rem;
    flex-direction: column;
    align-items: flex-start;
    padding-top: .6rem;
    padding-bottom: .6rem;
    display: flex;
  }

  .backdrop {
    display: flex;
  }

  .close-pop-up {
    top: 1.4rem;
  }

  .text-14 {
    font-size: .75rem;
  }

  .text-14.bold {
    margin-bottom: 0;
  }

  .div-block-315 {
    top: 1.4rem;
  }

  .link-block-42 {
    display: none;
  }

  .div-block-405 {
    width: 100%;
    grid-column-gap: .625rem;
    display: flex;
  }

  .logo-3 {
    width: 2rem;
  }

  .image-1073 {
    width: 4.5rem;
    margin-bottom: 0;
  }

  .image-1063 {
    width: 1.5rem;
    display: block;
  }

  .hidden-product-page {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .text-16 {
    font-size: 1rem;
  }

  .text-16.gray {
    white-space: normal;
  }

  .left-menu {
    grid-template-columns: 1fr;
  }

  .text-12.green {
    display: none;
  }

  .text-26 {
    letter-spacing: -.01rem;
    font-size: 1.25rem;
    line-height: 1.75rem;
  }

  .header-inner {
    z-index: 2;
    position: relative;
  }

  .mobile-burger {
    align-items: center;
    display: flex;
  }

  .main-12-grid {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .header-wrapper {
    z-index: 2;
    background-color: #fff;
    position: relative;
  }
}

@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;
  }

  .right-menu {
    display: none;
  }

  .category-dropdown-hidden {
    padding: 1rem;
    display: none;
  }

  .search-input {
    letter-spacing: -.03rem;
    font-size: 1.6rem;
  }

  .checkbox {
    min-width: 1.5rem;
  }

  .auth {
    padding: 1rem;
  }

  .div-block-351.mobile-hide {
    display: none;
  }

  .purchase-line {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .price-content {
    flex-direction: column;
    grid-template-columns: 1fr;
    align-items: center;
    margin-bottom: 0;
    padding: .5rem 0;
    display: flex;
  }

  .text-field {
    min-width: auto;
  }

  .table {
    border-style: none;
    margin-bottom: 1rem;
  }

  .image-1087.mobile-hide {
    display: none;
  }

  .header-logo-menu {
    padding-top: .3rem;
    padding-bottom: .3rem;
  }

  .link-block-45.mobile-hide {
    display: none;
  }

  .div-block-352 {
    padding-top: 0;
  }

  .div-block-318.mobile-only {
    display: flex;
  }

  .form {
    width: 100%;
  }

  .table-top-line {
    padding: .5rem 0;
  }

  .div-block-405 {
    grid-row-gap: .625rem;
    flex-direction: column;
  }

  .profile-dropdown {
    display: none;
  }

  .logo-3 {
    min-width: 2.125rem;
  }

  .form-3 {
    width: 100%;
  }

  .product-line {
    border-radius: 4px;
    padding: 0;
  }

  .box-2 {
    padding: 5rem 0 2rem;
  }

  .unlim-line.mobile-hide {
    display: none;
  }

  .table-top-line-copy {
    padding: .5rem 0;
  }

  .files-big {
    display: none;
  }

  .text-12.grey.mobile-center {
    text-align: center;
  }

  .text-12.grey.mobile-center.mobile-hide {
    display: none;
  }

  .text-26 {
    letter-spacing: 0;
    font-size: 1rem;
    line-height: 1.5rem;
  }
}

#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;
}


