html {
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: sans-serif;
}

body {
  margin: 0;
}

* {
  box-sizing: border-box;
}

html {
  height: 100%;
}

body {
  color: #333;
  background-color: #fff;
  min-height: 100%;
  margin: 0;
  font-family: Arial, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

img {
  vertical-align: middle;
  max-width: 100%;
  display: inline-block;
}


p {
  margin-top: 0;
  margin-bottom: 10px;
}


.wf-layout-layout {
  display: grid;
}

@font-face {
  font-family: Stormlight;
  src: url("https://cdn.prod.website-files.com/68bc90e1afa2d3baffbde3fa/68bd5593bdd33abdc39a21be_Stormlight.otf") format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

:root {
  --black: #0b0e17;
  --size: 1rem;
  --title: 4.375rem;
  --title-mobile: 4rem;
  --precentage: 3rem;
  --p4: #536493;
  --p2: #95a3ff33;
  --buttons: .75rem;
  --p3: #95a3ff1a;
  --p1: #95a3ff;
  --mobile: .9rem;
  --footer-titles: 1.25rem;
  --precentage-mobile: 2.5rem;
  --title-small-mobiles: 2.3rem;
}

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

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

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

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

.body {
  background-color: var(--black);
  height: 100%;
}

.navbar {
  width: 100%;
}

.navbar-wrapper {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: space-between;
  align-items: center;
  padding: 3rem 6.25rem 5rem;
  display: flex;
}

.link {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.link:hover {
  transform: scale(.98);
}

.link-2 {
  color: #fff;
  font-family: Geist, sans-serif;
  font-size: var(--size);
  text-decoration: none;
}

.link-3 {
  color: #fff;
  font-family: Geist, sans-serif;
  font-size: var(--size);
  font-weight: 400;
  text-decoration: none;
}

.link-4 {
  color: #fff;
  font-family: Geist, sans-serif;
  font-size: var(--size);
  text-decoration: none;
}

.left {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  display: flex;
}

.right {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero {
  justify-content: center;
  align-items: center;
  margin-bottom: 10rem;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  display: flex;
}

.quick-stack {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  height: auto;
  padding: 0;
}

.text-block {
  color: #fff;
  font-family: Stormlight, Arial, sans-serif;
  font-size: var(--title);
  text-align: left;
  line-height: 5rem;
}

.cell {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.chrome-extension-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  color: var(--black);
  background-color: #fff;
  border: 2px solid #00000080;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 14rem;
  height: 3.438rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.chrome-extension-button:hover {
  background-color: #ccc;
  transform: translate(0, -2px);
}

.text-block-2 {
  font-family: Geist, sans-serif;
  font-size: var(--size);
  font-weight: 400;
}

.flex-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
}

.telegram-bot-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px solid var(--p4);
  background-color: var(--p2);
  color: #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 11rem;
  height: 3.438rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.telegram-bot-button:hover {
  background-color: #95a3ff40;
  transform: translate(0, -2px);
}

.text-block-3 {
  color: #ffffff80;
  font-family: Geist, sans-serif;
  font-size: var(--buttons);
  font-weight: 500;
}

.learn-more-button {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  border: 2px solid var(--p4);
  background-color: var(--p3);
  color: #fff;
  border-radius: 9px;
  justify-content: center;
  align-items: center;
  width: 9rem;
  height: 3.438rem;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.learn-more-button:hover {
  background-color: #95a3ff26;
  transform: translate(0, -2px);
}

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

.features {
  background: radial-gradient(100% 50% at 0% 50%, rgba(149, 163, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%), radial-gradient(100% 50% at 100% 50%, rgba(149, 163, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #0B0E17;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15rem;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  display: flex;
}

.mini-title {
  background-color: var(--p3);
  border: 2px solid #5364934d;
  border-radius: 7px;
  justify-content: center;
  align-items: center;
  width: 8.438rem;
  height: 2.5rem;
  display: flex;
}

.mini-title.bigger {
  padding: 20px;
  width: 16rem;
  height: 2.5rem;
}

.text-block-4 {
  color: var(--p1);
  font-family: Geist, sans-serif;
  font-size: 0.9rem;
  font-weight: 500;
}

.lash-signal {
  background: radial-gradient(51.72% 51.72% at 50% 50.07%, rgba(149, 163, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #0B0E17;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15rem;
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
}

.flex-block-3 {
  grid-column-gap: 25px;
  grid-row-gap: 25px;
  justify-content: flex-start;
  align-items: center;
}

.paragraph {
  color: #fff;
  font-family: Geist, sans-serif;
  font-size: var(--size);
}

.grid {
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-flow: row;
  place-items: start center;
  overflow: visible;
}

.feature-card {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 2px solid var(--p4);
  background-color: var(--p2);
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25rem;
  height: 15rem;
  padding: 1rem 2rem;
  transition: all .2s;
  display: flex;
}

.feature-card:hover {
  transform: skew(2deg);
}

.text-block-5 {
  color: var(--p1);
  font-family: Stormlight, Arial, sans-serif;
  font-size: var(--footer-titles);
  line-height: 25px;
}

.flex-block-4 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: flex-start;
  align-items: center;
}

.flex-block-4-copy {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.feature-card-coming-soon {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  border: 2px solid var(--p4);
  background-color: var(--p3);
  box-shadow: 0 0 40px 0 var(--p2);
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 25rem;
  height: 15rem;
  padding: 1rem 2rem;
  display: flex;
}

.flex-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: wrap;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: 80rem;
}

.cell-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
}

.explanantion {
  z-index: 10;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  margin-bottom: 6.25rem;
  display: flex;
  overflow: hidden;
}

.whyus {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 15rem;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  display: flex;
}

.div-block {
  position: absolute;
}

.div-block-2 {
  background-image: linear-gradient(180deg, var(--black) 32%, #0000);
  width: 100%;
  height: 3rem;
}

.stack {
  column-gap: 50px;
  z-index: 100;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 45rem;
  display: flex;
  flex-direction: column;
}

.stack-2 {
  gap: 50px;
  z-index: 100;
  flex-flow: wrap;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 45rem;
  display: flex;
}


.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-blocdsk-32 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  display: flex;
}

.div-block-4 {
  background-color: #ff4141;
  position: absolute;
}

.earn {
  background: radial-gradient(51.72% 51.72% at 50% 50.07%, rgba(149, 163, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #0B0E17;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 25rem;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  display: flex;
}

.div-block-5 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.paragraph-m {
  width: 500px;
  color: #fff;
  font-family: Geist, sans-serif;
  font-size: var(--size);
  margin-bottom: 0;
}

.grid-2 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
}

.div-block-6 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  border: 2px solid var(--p4);
  background-color: var(--p2);
  cursor: pointer;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 11.719rem;
  height: 9.375rem;
  transition: all .2s;
  display: flex;
}

.div-block-6:hover {
  transform: translate(0, -2px);
}

.text-block-6 {
  color: var(--p1);
  font-family: Geist, sans-serif;
  font-size: var(--size);
  text-align: center;
}

.precentage {
  color: #fff;
  font-family: Geist, sans-serif;
  font-size: var(--precentage);
  font-weight: 700;
  line-height: 3rem;
}

.footer {
  background: linear-gradient(180deg, rgba(11, 14, 23, 0.05) 0%, rgba(149, 163, 255, 0.05) 100%), #0B0E17;
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  padding-left: 6.25rem;
  padding-right: 6.25rem;
  display: flex;
}

.text-block-7 {
  color: #fff;
  font-family: Geist, sans-serif;
  font-size: var(--footer-titles);
  font-weight: 500;
}

.div-block-7 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.link-5 {
  color: #fff;
  font-family: Geist, sans-serif;
  font-size: var(--size);
  text-decoration: none;
  transition: transform .2s;
}

.link-5:hover {
  transform: scale(.98);
}

.div-block-8 {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  display: flex;
}

.tag {
  border: 2px solid var(--p3);
  background-color: var(--p3);
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 5rem;
  height: 2rem;
  display: flex;
}

.text-block-8 {
  color: var(--p1);
  font-family: Geist, sans-serif;
  font-size: var(--size);
}

.text-span {
  color: var(--p1);
}

.text-block-copy {
  color: #fff;
  font-family: Stormlight, Arial, sans-serif;
  font-size: var(--title);
  text-align: center;
  line-height: 5rem;
}

.image-3 {
  transform-style: preserve-3d;
  transform: rotateX(0)rotateY(-180deg)rotateZ(0);
}

.link-footer {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  justify-content: flex-start;
  align-items: center;
  transition: transform .2s;
  display: flex;
}

.link-footer:hover {
  transform: scale(.98);
}

.update {
  background-color: var(--p3);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding: .5rem 4rem;
  display: flex;
}

.text-block-9 {
  color: var(--p1);
  text-align: center;
  font-family: Geist, sans-serif;
  font-weight: 500;
}

.image-4 {
  opacity: .2;
}

.close-update {
  transition: transform .2s;
}

.close-update:hover {
  transform: scale(.95);
}

.social {
  opacity: .15;
  transition: opacity .2s;
}

.social:hover {
  opacity: .3;
}

.div-block-9 {
  width: 0;
  height: 0;
}


.div-block-3 {
  height: 600px;
  overflow: hidden;
  position: relative;

  mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
}

.div-block-3 .scroll-container {
  display: flex;
  flex-direction: column;
  gap: 20px; 
  /* animation: verticalLoop 30s linear infinite; */
}

.div-block-3 .scroll-container .feature-card-coming-soon {
  flex-shrink: 0; 
}

.div-blocdsk-32 {
  height: 600px;
  overflow: hidden;
  position: relative;

  mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
  -webkit-mask-image: linear-gradient(to bottom, rgba(0,0,0,0) 0%, rgba(0,0,0,1) 10%, rgba(0,0,0,1) 90%, rgba(0,0,0,0) 100%);
}

.div-blocdsk-32 {
  display: flex;
  flex-direction: column;
  gap: 20px; 
  /* animation: verticalLoop 30s linear infinite; */
}

.div-blocdsk-32{
  flex-shrink: 0; 
}


.div-block-3,
.div-blocdsk-32 {
  height: 600px;
  overflow-y: auto;  /* enable vertical scroll */
  scrollbar-width: none; /* hide scrollbar in Firefox */
  -ms-overflow-style: none; /* hide scrollbar in IE/Edge */
  scroll-behavior: auto;
}

.div-block-3::-webkit-scrollbar,
.div-blocdsk-32::-webkit-scrollbar {
  display: none; /* hide scrollbar in Chrome/Safari */
}

.scroll-container {
  display: flex;
  flex-direction: column;
  gap: 20px;
}


@keyframes verticalLoop {
  from { transform: translateY(0); }
  to { transform: translateY(-50%); }
}

.video-section {
background: radial-gradient(51.72% 51.72% at 50% 50.07%, rgba(149, 163, 255, 0.2) 0%, rgba(0, 0, 0, 0) 100%), #0B0E17;
display: flex;
justify-content: center;
align-items: center;
padding: 60px 20px;
margin-bottom: 15rem;
}

.video-wrapper {
  max-width: 960px;
  width: 100%;
  border-radius: 12px;
  overflow: hidden;
  border-radius: 9px;
  border: 2px solid var(--p4);
  transition: all .2s;
  cursor: pointer;
}

.video-wrapper:hover {
  transform: scale(0.98);
  box-shadow: 0 0 20px 0 var(--p2);
  transition: all .2s;
  
}

.faq {
  font-family: Geist, sans-serif;
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  display: flex;
  justify-content: center;
  align-items: center;
  padding-left: 6.25rem;
  padding-right: 6.25rem;  
  color: #fff;
  margin-bottom: 15rem; 
}

.faq-wrapper {
font-family: Geist, sans-serif;
max-width: 800px;
margin: 0 auto;
}

.faq-title {
  font-family: Stormlight, Arial, sans-serif;
  font-size: var(--title);
  text-align: center;
  line-height: 5rem;
margin-bottom: 40px;
}

.faq-item {
font-family: Geist, sans-serif;
border-bottom: 1px solid var(--p3);
}

.faq-question {
font-family: Geist, sans-serif;
width: 100%;
text-align: left;
background: none;
border: none;
color: #fff;
padding: 20px 0;
font-size: var(--size);
font-weight: 600;
cursor: pointer;
display: flex;
justify-content: space-between;
align-items: center;
}

.faq-answer {
font-family: Geist, sans-serif;
max-height: 0;
overflow: hidden;
transition: max-height 0.3s ease, padding 0.3s ease;
padding: 0;
font-size: var(--size);
}

.faq-answer p {
font-family: Geist, sans-serif;
margin: 0;
padding: 10px 0 20px;
line-height: 1.6;
color: #ccc;
}

.faq-item.active .faq-answer {
max-height: 200px; /* adjust depending on content */
padding: 0 0 10px;
}

.faq-item .arrow {
transition: transform 0.3s;
}

.faq-item.active .arrow {
transform: rotate(45deg); /* turns + into x */
}

.padding-section {
  padding-left: 10rem;
  padding-right: 10rem;
  display: flex;
  flex-flow: column;
}


@media screen and (max-width: 991px) {

  .lash-signal {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .navbar-wrapper {
    padding-left: 4rem;
    padding-right: 4rem;
    overflow: hidden;
  }

  .hero {
    height: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    overflow: hidden;
  }

  .padding-section {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .lash-signal {
    padding-left: 4rem;
    padding-right: 4rem;
    overflow: hidden;
  }

  .quick-stack {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
  }

  .features {
    height: auto;
    padding-left: 4rem;
    padding-right: 4rem;
    overflow: hidden;
  }

  .grid {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-items: start end;
    display: grid;
  }

  .feature-card {
    width: 30rem;
  }

  .feature-card-coming-soon {
    width: 29rem;
  }

  .flex-block-5 {
    flex-flow: wrap;
  }

  .explanantion {
    height: auto;
  }

  .whyus {
    padding-left: 4rem;
    padding-right: 4rem;
    overflow: hidden;
  }

  .stack {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    height: auto;
  }

  .earn {
    justify-content: center;
    align-items: center;
    padding-left: 4rem;
    padding-right: 4rem;
    overflow: hidden;
  }

  .div-block-5 {
    flex-flow: column;
  }

  .image {
    display: none;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    place-items: center;
  }

  .footer {
    justify-content: center;
    align-items: flex-start;
    padding-left: 4rem;
    padding-right: 4rem;
    overflow: hidden;
  }
}

@media screen and (max-width: 767px) {

  .lash-signal {
      padding-left: 2rem;
      padding-right: 2rem;
  }

  .navbar-wrapper, .hero {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .padding-section {
    padding-left: 0rem;
    padding-right: 0rem;
  }

  .lash-signal {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-block {
    font-size: var(--title-mobile);
    line-height: 4.5rem;
  }

  .cell {
    flex-flow: wrap;
  }

  .flex-block {
    flex-flow: wrap;
    justify-content: flex-start;
    align-items: center;
  }

  .flex-block.middle {
    justify-content: center;
    align-items: center;
  }

  .features {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .paragraph {
    text-align: left;
  }

  .feature-card-coming-soon {
    width: 30rem;
  }

  .whyus, .earn {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .image {
    display: none;
  }

  .paragraph-m {
    text-align: center;
    width: auto;
  }

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

  .footer {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .div-block-8 {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    flex-flow: wrap;
  }

  .text-block-copy {
    font-size: var(--title-mobile);
    line-height: 4.5rem;
  }
}

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

  .text-block {
    font-size: var(--precentage);
    line-height: 3rem;
  }

    .padding-section {
    padding-left: 0rem;
    padding-right: 0rem;
  }

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

  .paragraph {
    font-size: var(--mobile);
  }

  .feature-card {
    width: 17.5rem;
    height: 17rem;
  }

  .text-block-5 {
    font-size: var(--size);
  }

  .feature-card-coming-soon {
    width: 17.5rem;
    height: 17rem;
  }

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

  .stack {
    width: auto;
    overflow: visible;
  }

  .div-block-3 {
    justify-content: center;
    align-items: center;
  }

    .div-blocdsk-32 {
    justify-content: center;
    align-items: center;
  }

  .earn {
    margin-bottom: 20rem;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .paragraph-m {
    font-size: var(--mobile);
    flex: 0 auto;
    overflow: visible;
  }

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

  .div-block-6 {
    width: 8rem;
    height: 8rem;
  }

  .precentage {
    font-size: var(--precentage-mobile);
  }

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

  .div-block-8 {
    flex-flow: wrap;
  }

  .text-block-copy {
    font-size: var(--title-small-mobiles);
    line-height: 3rem;
  }

  .link-footer {
    display: flex;
  }

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

  .text-block-9 {
    font-size: var(--buttons);
    text-align: left;
  }

   .lash-signal {
      padding-left: 2rem;
      padding-right: 2rem;
  }
}

#w-node-_59932e5b-02a8-af6f-48cb-f8923883a3bb-ffbde410 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

@media screen and (max-width: 991px) {
  #w-node-_59932e5b-02a8-af6f-48cb-f8923883a3bb-ffbde410 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    display: grid;
  }
}