.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.w-backgroundvideo-backgroundvideoplaypausebutton:focus-visible {
  outline-offset: 2px;
  border-radius: 50%;
  outline: 2px solid #3b79c3;
}

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

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

.hero {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
  position: relative;
}

.background-video {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: absolute;
}

.navbar {
  z-index: 999;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #ddd0;
  justify-content: center;
  align-items: center;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  box-shadow: 0 4px 12px #00000054;
}

.image {
  max-width: 178px;
}

.container {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1600px;
  height: 70px;
  display: flex;
}

.socials {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  filter: contrast(200%);
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  max-width: 6%;
  display: flex;
}

.nav-menu {
  color: #222;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 40%;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: flex;
}

.image-2 {
  max-width: 25px;
}

.image-2._2 {
  filter: contrast(36%);
}

.container-2 {
  width: 100%;
  max-width: 1500px;
  margin-top: 70px;
  padding-left: 90px;
  padding-right: 90px;
}

.text-block {
  transform-origin: 0%;
  color: #222;
  letter-spacing: 1.28px;
  font-family: Outfit, sans-serif;
  font-size: 56px;
  font-weight: 700;
  line-height: 64px;
}

.text-block-2 {
  color: #555;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 125%;
}

.div-block {
  grid-column-gap: 70px;
  grid-row-gap: 70px;
  flex-flow: column;
  display: flex;
}

.buttonknow {
  color: #3a3a3c;
  letter-spacing: .4px;
  cursor: pointer;
  background-color: #fff;
  border-radius: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 163px;
  height: 52px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  line-height: 100%;
  transition: box-shadow .2s;
  display: flex;
  position: relative;
  box-shadow: 0 6px 13px #3a3a3aad;
}

.buttonknow:hover {
  box-shadow: 0 6px 13px #3a3a3a;
}

.buttonknow:active {
  box-shadow: 0 6px 13px #3a3a3a40;
}

.column {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-top: 0;
  padding-left: 0;
  display: flex;
}

.background-video-2 {
  z-index: 10;
  border-radius: 48px;
  width: 100%;
  max-width: 428px;
  height: 500px;
  display: none;
  box-shadow: 0 2px 16px #0000008f;
}

.column-2 {
  justify-content: flex-end;
  align-items: center;
  padding-right: 0;
  display: flex;
}

.background-video-copy {
  z-index: -1;
  width: 100%;
  height: 100%;
  position: fixed;
}

.div-block-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 70px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  overflow: visible;
}

.overlay {
  position: absolute;
  inset: auto 0% 0%;
}

.overlay.about {
  z-index: 10;
  background-color: #ffffffa3;
  border-radius: 20px;
  width: 100vw;
  max-width: 1410px;
  height: 60vh;
  inset: 100% auto auto -50vw;
  transform: translate(50%);
}

.div-block-3 {
  position: relative;
}

.container-3 {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: fixed;
  top: 90px;
  left: 0;
  right: 0;
}

.overlaybox {
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  background-color: #fffff600;
  border-radius: 30px;
  width: 100%;
  height: 80vh;
  max-height: 890px;
  display: flex;
  position: relative;
  box-shadow: 0 0 36px #00000078;
}

.overlaybox.about {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  height: 85vh;
  max-height: 900px;
  display: none;
}

.overlaybox.how, .overlaybox.why, .overlaybox.who {
  height: 85vh;
  max-height: 900px;
  display: none;
}

.overlaybox.know-more {
  display: block;
}

.nav-link {
  z-index: 3;
}

.nav-link.w--current {
  color: #252525;
  background-image: linear-gradient(#434343c7, #fff0);
  border-radius: 10px 10px 0 0;
}

.nav-link.about {
  letter-spacing: .36px;
  font-family: Outfit, sans-serif;
  text-decoration: none;
  transition: filter .2s;
}

.nav-link.about:hover {
  filter: drop-shadow(0 6px 4px #00000070);
}

.nav-link.how {
  letter-spacing: .36px;
  font-family: Outfit, sans-serif;
  text-decoration: none;
  transition: filter .2s;
}

.nav-link.how:hover {
  filter: drop-shadow(0 6px 4px #00000070);
}

.nav-link.how:active {
  filter: drop-shadow(0 6px 4px #0000005e);
}

.nav-link.why {
  letter-spacing: .36px;
  font-family: Outfit, sans-serif;
  text-decoration: none;
  transition: filter .2s;
}

.nav-link.why:hover {
  filter: drop-shadow(0 6px 4px #0000005e);
  border-radius: 3px;
}

.nav-link.who {
  letter-spacing: .36px;
  font-family: Outfit, sans-serif;
  text-decoration: none;
  transition: filter .2s;
}

.nav-link.who:hover {
  filter: drop-shadow(0 6px 4px #0000005e);
}

.div-block-4 {
  background-image: none;
  border-radius: 14px;
  position: relative;
}

.div-block-5 {
  pointer-events: none;
  background-color: #ffffff0f;
  background-image: none;
  border-radius: 4px;
  position: absolute;
  inset: 0%;
  box-shadow: 0 0 5px #0000005c;
}

.overlaybox-how {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fffff600;
  border-radius: 30px;
  width: 100%;
  height: 80vh;
  max-height: 890px;
  display: none;
  position: relative;
  box-shadow: 0 0 36px #00000078;
}

.overlaybox-how.about {
  display: none;
}

.overlaybox-why {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fffff600;
  border-radius: 30px;
  width: 100%;
  height: 80vh;
  max-height: 890px;
  display: none;
  position: relative;
  box-shadow: 0 0 36px #00000078;
}

.overlaybox-why.about {
  display: none;
}

.overlaybox-who {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fffff600;
  border-radius: 30px;
  width: 100%;
  height: 80vh;
  max-height: 890px;
  display: none;
  position: relative;
  box-shadow: 0 0 36px #00000078;
}

.overlaybox-who.about {
  display: none;
}

.nav-link-how {
  z-index: 3;
}

.nav-link-how.w--current {
  color: #252525;
  background-image: linear-gradient(#434343c7, #fff0);
  border-radius: 10px 10px 0 0;
}

.nav-link-why {
  z-index: 3;
}

.nav-link-why.w--current {
  color: #252525;
  background-image: linear-gradient(#434343c7, #fff0);
  border-radius: 10px 10px 0 0;
}

.nav-link-who {
  z-index: 3;
}

.nav-link-who.w--current {
  color: #252525;
  background-image: linear-gradient(#434343c7, #fff0);
  border-radius: 10px 10px 0 0;
}

.overlaybox-about-copy {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fffff600;
  border-radius: 30px;
  width: 100%;
  height: 80vh;
  max-height: 890px;
  display: none;
  position: relative;
  box-shadow: 0 0 36px #00000078;
}

.overlaybox-about-copy.about {
  display: none;
}

.div-block-6 {
  z-index: 1;
  width: auto;
  height: auto;
  display: block;
  position: relative;
  box-shadow: 0 2px 16px #0000008f;
}

.navbar-2 {
  z-index: 9999;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  background-color: #fff0;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1310px;
  display: flex;
  position: fixed;
  inset: 0% 0% auto 50%;
  transform: translate(-50%, 25px);
  box-shadow: inset 0 0 20px 1px #00000014, 0 7px 12px #00000054;
}

.div-block-2-copy {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 70px;
  padding-left: 50px;
  padding-right: 50px;
  display: flex;
  overflow: visible;
}

.container-3-copy {
  z-index: 10;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
}

.container-3-copy.know-more {
  justify-content: center;
  align-items: center;
}

.section {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: auto;
  padding-bottom: 20px;
  display: flex;
}

.container-4 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  display: flex;
}

.code-embed {
  display: none;
}

.play-pause-button {
  z-index: 10;
}

.background-video-3 {
  z-index: 1;
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  mix-blend-mode: multiply;
  border-radius: 18px;
  min-width: 961px;
  max-width: 67%;
  min-height: 600px;
  max-height: 48%;
  box-shadow: 0 5px 17px #00000091;
}

.div-block-7 {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  overflow: visible;
}

.code-embed-2 {
  display: none;
}

.div-block-8 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 80px 100px 100px;
  display: flex;
}

.div-block-8._2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  padding-bottom: 80px;
  padding-left: 90px;
  padding-right: 90px;
}

.div-block-8._2._4 {
  background-image: url('../images/Tarabg.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-attachment: scroll;
  padding-left: 40px;
  padding-right: 40px;
}

.div-block-8.know-more {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  justify-content: center;
  align-items: center;
  padding-top: 100px;
  position: relative;
}

.text-block-3 {
  color: #222;
  text-align: center;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
}

.grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-columns: 1fr 1fr;
}

.grid._2 {
  grid-column-gap: 40px;
  grid-row-gap: 30px;
  grid-auto-flow: row;
  place-items: center;
  height: 100%;
}

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

.div-block-9._2 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
}

.text-block-4 {
  color: #555;
  letter-spacing: .24px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-4._2 {
  font-size: 20px;
}

.image-4 {
  width: 70px;
  height: 70px;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

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

.div-block-11 {
  justify-content: center;
  align-items: center;
  width: 60%;
  height: auto;
  display: flex;
}

.text-block-5 {
  color: #222;
  background-color: #e2e2e2;
  border-radius: 15px;
  padding: 20px 15px;
  font-family: Outfit, sans-serif;
  font-size: 28px;
  line-height: 100%;
  box-shadow: 0 2px 14px #0000004a;
}

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

.div-block-13 {
  background-color: #e2e2e2;
  border-radius: 10px;
  width: 60%;
  height: auto;
  padding: 10px 20px 10px 30px;
  box-shadow: 0 3px 4px #00000047;
}

.text-block-6 {
  letter-spacing: .24px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 100%;
}

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

.div-block-15 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  display: flex;
}

.div-block-16 {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

.heading {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#0000004d, #fff0);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Audiowide, sans-serif;
  font-size: 102px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-7 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-backdrop-filter: blur(.5px);
  backdrop-filter: blur(.5px);
  color: #222;
  text-align: center;
  justify-content: center;
  align-items: flex-end;
  padding-bottom: 10px;
  font-family: Outfit, sans-serif;
  font-size: 40px;
  font-weight: 600;
  line-height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.section-2 {
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 30px;
  display: none;
}

.container-5 {
  width: 100%;
  max-width: 1500px;
  padding-left: 90px;
  padding-right: 90px;
  position: fixed;
  inset: auto 0% 0%;
}

.div-block-17 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.text-block-8 {
  color: #000;
  font-family: Outfit, sans-serif;
  font-size: 18px;
  line-height: 100%;
  text-decoration: none;
}

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

.link-block, .link-block-2 {
  text-decoration: none;
}

.image-5 {
  max-width: 20px;
}

.background-video-4, .div-block-19, .div-block-20, .div-block-21 {
  display: none;
}

.image-6 {
  width: 170px;
  max-width: 80%;
}

.image-6._1 {
  width: 200px;
}

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

.text-block-9 {
  color: #555;
  letter-spacing: .5px;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
}

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

.text-block-10 {
  letter-spacing: 1px;
  font-family: Outfit, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 100%;
}

.text-block-11 {
  letter-spacing: .5px;
  margin-top: 5px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

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

.containerknowmore {
  z-index: 10;
  pointer-events: none;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100vh;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: fixed;
  top: 110px;
  left: 0;
  right: 0;
}

.containerknowmore.know-more {
  pointer-events: none;
  justify-content: center;
  align-items: center;
  top: 40px;
}

.overlayboxknowmore {
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #fffff600;
  border-radius: 30px;
  width: 100%;
  height: 80vh;
  max-height: 890px;
  display: none;
  position: relative;
  box-shadow: 0 0 36px #00000078;
}

.overlayboxknowmore.about, .overlayboxknowmore.how, .overlayboxknowmore.why {
  height: 85vh;
  max-height: 900px;
  display: none;
}

.overlayboxknowmore.who {
  height: 85vh;
  max-height: 900px;
}

.overlayboxknowmore.know-more {
  z-index: 1500;
  -webkit-backdrop-filter: blur(15px);
  backdrop-filter: blur(15px);
  display: none;
}

.code-embed-3 {
  display: block;
}

.text-field {
  border: 1px solid #0000005e;
  border-radius: 5px;
  width: 300px;
  max-width: 300px;
  height: 40px;
  box-shadow: inset 0 0 10px #0000003d;
}

.form {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.submit {
  color: #3a3a3c;
  letter-spacing: .4px;
  background-color: #fff;
  border-radius: 20px;
  width: 130px;
  height: 40px;
  font-size: 20px;
  line-height: 100%;
  box-shadow: 0 0 14px #00000069;
}

.submit:hover {
  background-color: #ebebeb;
  border: 1px solid #00000024;
}

.submit:active {
  box-shadow: none;
  background-color: #c9c9c9;
}

.successmessage {
  border-radius: 12px;
}

.close {
  color: #222;
  cursor: pointer;
  border: 1px #000;
  border-radius: 9px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  font-family: Outfit, sans-serif;
  font-size: 25px;
  line-height: 25px;
  display: flex;
  position: absolute;
  inset: 20px 20px auto auto;
  box-shadow: 0 0 5px #0000004f;
}

.code-embed-4 {
  position: relative;
}

.section-2-copy {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.container-5-copy {
  width: 100%;
  max-width: 1500px;
  padding-bottom: 20px;
  padding-left: 90px;
  padding-right: 90px;
  position: fixed;
  inset: auto 0% 0%;
}

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

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1500px;
  height: 100%;
  padding-left: 90px;
  padding-right: 90px;
  display: flex;
  position: relative;
}

.demos-container {
  z-index: 10;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 20px;
  display: flex;
  position: relative;
}

.background-video-5 {
  z-index: -1;
  width: 100%;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.brand {
  cursor: pointer;
  transition: filter .2s;
}

.brand:hover {
  filter: drop-shadow(0 6px 2px #00000054);
}

.brand.w--current:hover {
  filter: drop-shadow(0 6px 3px #000000b3);
}

.link-block-3 {
  transition: filter .2s;
}

.link-block-3:hover {
  filter: drop-shadow(0 6px 2px #00000070);
}

.text-block-12 {
  color: #222;
  font-family: Outfit, sans-serif;
  font-size: 30px;
  font-weight: 700;
  line-height: 30px;
}

.text-block-13 {
  color: #555;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  font-weight: 500;
}

.div-block-25 {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: column;
  display: flex;
}

.div-block-26 {
  grid-column-gap: 17px;
  grid-row-gap: 17px;
  flex-flow: column;
  display: flex;
}

.text-block-14 {
  color: #555;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

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

.div-block-28 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: stretch stretch;
  width: 100%;
  display: grid;
}

.div-block-29 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-flow: column;
  grid-template-rows: auto auto auto;
  grid-template-columns: .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.text-block-15 {
  color: #555;
  text-align: center;
  font-family: Varela Round, sans-serif;
  font-size: 35px;
  font-weight: 400;
  line-height: 35px;
}

.div-block-30 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: flex;
}

.text-block-16 {
  color: #222;
  text-align: center;
  letter-spacing: .26px;
  font-family: Outfit, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 100%;
}

.image-7 {
  max-width: 90px;
}

.text-block-17 {
  color: #555;
  text-align: center;
  letter-spacing: .26px;
  font-family: Outfit, sans-serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 100%;
}

.text-block-18 {
  color: #222;
  letter-spacing: .3px;
  font-family: Outfit, sans-serif;
  font-size: 32px;
  font-weight: 600;
  line-height: 100%;
}

.div-block-31 {
  background-color: #e2e2e2;
  border-radius: 10px;
  width: 100%;
  padding: 12px 20px;
  box-shadow: 0 4px 8px #00000040;
}

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

.text-block-19 {
  color: #555;
  text-align: center;
  letter-spacing: .2px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 100%;
}

.div-block-33 {
  grid-column-gap: 21px;
  grid-row-gap: 21px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-8 {
  max-width: 408px;
}

.text-block-20 {
  text-align: center;
  background-color: #e2e2e2;
  border-radius: 10px;
  padding: 20px 30px;
  font-family: Outfit, sans-serif;
  font-size: 23px;
  line-height: 127%;
  box-shadow: 0 4px 8px #00000040;
}

.div-block-34 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 20px 1fr 20px 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  display: grid;
}

.div-block-35 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  color: #555;
  text-align: center;
  letter-spacing: .2px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-family: Outfit, sans-serif;
  font-size: 20px;
  line-height: 100%;
  display: flex;
  position: relative;
}

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

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

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

.text-span {
  font-weight: 300;
}

.text-block-21 {
  color: #555;
  text-align: center;
  letter-spacing: .4px;
  font-family: Outfit, sans-serif;
  font-size: 24px;
  line-height: 100%;
}

.text-block-22 {
  letter-spacing: .4px;
  font-size: 24px;
  font-weight: 500;
}

.text-block-23 {
  font-size: 18px;
}

.div-block-36 {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  flex-flow: column;
  display: flex;
}

.div-block-37, .div-block-37-copy {
  border-left: 1px solid #555;
  border-right: 1px #555;
  width: 1px;
  height: 40px;
}

.div-block-38 {
  border: 1px solid #555;
  width: 1px;
  height: 40px;
}

.slider, .slider-2 {
  display: none;
}

.footer-mobile {
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: none;
}

.container-5-copy-copy {
  width: 100%;
  max-width: 1500px;
  padding-bottom: 20px;
  padding-left: 90px;
  padding-right: 90px;
  position: fixed;
  inset: auto 0% 0%;
}

.nav-menu-mobile {
  color: #222;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 40%;
  font-family: Lato, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 18px;
  display: none;
}

.slider-3 {
  display: none;
}

.div-block-4-copy {
  background-image: none;
  border-radius: 14px;
  position: relative;
}

.loading {
  z-index: 2147483647;
  opacity: 1;
  background-image: radial-gradient(circle, #fff, #cfcfcf);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.text-block-24 {
  color: #555555e0;
  letter-spacing: 1px;
  font-family: Outfit, sans-serif;
  font-size: 35px;
  font-weight: 600;
  line-height: 100%;
  overflow: hidden;
}

.image-9 {
  width: 75%;
  display: none;
}

.div-block-42 {
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 500px;
  height: 100%;
  max-height: 400px;
  display: flex;
}

.landing-heading {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(#000000d9, #a4a4a4);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Audiowide, sans-serif;
  font-size: 102px;
  font-weight: 400;
  line-height: 100%;
}

.enterpage {
  cursor: pointer;
  border-radius: 10px;
  padding: 10px 20px;
  box-shadow: 0 3px 8px #00000073;
}

@media screen and (max-width: 991px) {
  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    justify-content: center;
    align-items: flex-start;
    height: 100vh;
    overflow: visible;
  }

  .image {
    max-width: 130px;
  }

  .socials {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    filter: contrast(200%);
    justify-content: center;
    align-items: center;
    max-width: none;
    padding-left: 10px;
  }

  .nav-menu {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #f4f4f4f5;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
    width: auto;
    max-width: none;
    display: none;
    box-shadow: 0 5px 5px #0000005e;
  }

  .image-2 {
    width: 20px;
  }

  .container-2 {
    margin-top: 0;
    padding-left: 30px;
    padding-right: 30px;
  }

  .text-block {
    color: #222;
    font-size: 28px;
    line-height: 30px;
  }

  .text-block-2 {
    font-size: 16px;
  }

  .div-block {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .buttonknow {
    border-radius: 20px;
    width: 120px;
    height: 40px;
    font-size: 16px;
  }

  .column {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    margin-top: 110px;
  }

  .columns {
    grid-column-gap: 39px;
    grid-row-gap: 39px;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .column-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 25px;
  }

  .overlaybox.about {
    border-radius: 20px;
    height: 500px;
    max-height: 550px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
    box-shadow: 0 3px 36px #00000078;
  }

  .overlaybox.how {
    border-radius: 20px;
    height: 500px;
    max-height: 550px;
    padding-top: 20px;
    padding-bottom: 20px;
    display: none;
  }

  .overlaybox.why, .overlaybox.who {
    border-radius: 20px;
    height: 500px;
    max-height: 550px;
    padding-top: 10px;
    padding-bottom: 10px;
    display: none;
  }

  .nav-link.about {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 1rem;
  }

  .nav-link.how, .nav-link.why {
    text-align: center;
    padding: 10px 20px;
    font-size: 1rem;
  }

  .nav-link.who {
    text-align: center;
    padding: 20px;
    font-size: 1rem;
  }

  .div-block-4 {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: none;
  }

  .navbar-2 {
    z-index: 9999999;
    border-radius: 0;
    transform: translate(-50%);
  }

  .div-block-2-copy {
    padding-left: 15px;
    padding-right: 15px;
  }

  .container-3-copy {
    z-index: 10000;
    pointer-events: none;
    justify-content: flex-start;
    align-items: center;
    margin-top: 130px;
    padding: 20px 10px;
    top: 0;
  }

  .section {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    overflow: visible;
  }

  .container-4 {
    z-index: 20;
    justify-content: center;
    align-items: center;
    height: 100%;
    margin-top: 20px;
    padding-left: 0;
    padding-right: 0;
    position: relative;
  }

  .code-embed {
    display: none;
  }

  .background-video-3 {
    width: 100%;
    min-width: auto;
    max-width: 100%;
    height: 321px;
    min-height: auto;
    max-height: none;
    display: none;
  }

  .div-block-7 {
    perspective: 1000px;
  }

  .div-block-8 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    padding: 20px 10px;
  }

  .div-block-8._2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    justify-content: space-between;
    align-items: center;
    padding: 10px;
  }

  .div-block-8._2._4 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .div-block-8.know-more {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 20px;
  }

  .text-block-3 {
    text-align: center;
    font-size: 20px;
  }

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

  .grid._2 {
    grid-column-gap: 20px;
    grid-row-gap: 10px;
    place-items: start center;
    display: none;
  }

  .div-block-9 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .div-block-9._2 {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    justify-content: flex-start;
    align-items: center;
  }

  .text-block-4 {
    font-size: 14px;
    text-decoration: none;
  }

  .text-block-4._2 {
    font-size: 14px;
  }

  .image-4 {
    width: 40px;
    height: 40px;
  }

  .div-block-10 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
    height: auto;
  }

  .div-block-10.knowmore {
    grid-column-gap: 34px;
    grid-row-gap: 34px;
    justify-content: flex-start;
    align-items: center;
    max-width: 100%;
  }

  .div-block-11 {
    width: 80%;
  }

  .text-block-5 {
    text-align: center;
    padding-top: 10px;
    padding-bottom: 10px;
    font-size: 16px;
  }

  .div-block-13 {
    width: 40%;
    padding: 10px 5px 10px 10px;
  }

  .text-block-6 {
    text-align: center;
    font-size: 14px;
  }

  .div-block-16 {
    z-index: 15;
    flex-flow: column;
    max-width: 100%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .heading {
    font-size: 63px;
  }

  .text-block-7 {
    flex-flow: column;
    justify-content: flex-end;
    align-items: center;
    font-size: 28px;
  }

  .section-2 {
    padding-top: 50px;
    overflow: hidden;
  }

  .container-5 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .div-block-17 {
    width: 100%;
  }

  .text-block-8 {
    font-size: 12px;
  }

  .div-block-18 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .image-5 {
    width: 16px;
  }

  .background-video-4 {
    width: 100%;
    height: 100%;
    display: block;
  }

  .div-block-19 {
    border-radius: 20px;
    width: 720px;
    max-width: 236px;
    height: 1280px;
    max-height: 503px;
    display: block;
    overflow: hidden;
    box-shadow: inset 0 0 0 5px #5e5e5e;
  }

  .div-block-20 {
    z-index: 16;
    perspective: 1000px;
    border-radius: 20px;
    width: 720px;
    max-width: 236px;
    height: 1280px;
    max-height: 503px;
    display: block;
    overflow: hidden;
    box-shadow: 0 2px 16px #000000a8;
  }

  .div-block-21 {
    display: block;
    position: absolute;
    inset: auto 0% 0%;
  }

  .image-6 {
    width: auto;
    max-width: 30%;
  }

  .image-6._1 {
    width: auto;
    max-width: 70%;
  }

  .div-block-22 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    padding-left: 20px;
    padding-right: 0;
  }

  .text-block-9 {
    font-size: 12px;
  }

  .div-block-23 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-10 {
    text-align: center;
    font-size: 30px;
  }

  .text-block-11 {
    margin-top: 0;
    font-size: 14px;
  }

  .div-block-24 {
    grid-column-gap: 43px;
    grid-row-gap: 43px;
    flex-flow: row;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    max-width: 100%;
  }

  .containerknowmore.know-more {
    padding-left: 20px;
    padding-right: 20px;
  }

  .overlayboxknowmore.know-more {
    height: 50vh;
    max-height: none;
    display: none;
  }

  .text-field {
    width: 150px;
    height: 30px;
  }

  .form {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .submit {
    width: 100px;
    height: 30px;
    font-size: 14px;
    line-height: 14px;
  }

  .successmessage {
    position: absolute;
    inset: auto 0% 20px;
  }

  .section-2-copy {
    padding-top: 50px;
    display: none;
    overflow: hidden;
  }

  .container-5-copy {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-6 {
    padding-left: 10px;
    padding-right: 10px;
  }

  .form-block {
    text-align: left;
    font-size: 11px;
  }

  .tick {
    max-width: 6%;
  }

  .text-block-12 {
    font-size: 18px;
    line-height: 20px;
  }

  .text-block-13 {
    font-size: 16px;
  }

  .div-block-25, .div-block-26 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
  }

  .text-block-14 {
    text-align: center;
    font-size: 15px;
  }

  .div-block-27 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    width: 100%;
  }

  .div-block-28 {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
    display: none;
  }

  .div-block-29 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: .25fr 4fr;
    justify-content: center;
    align-items: center;
    height: 100%;
  }

  .text-block-16 {
    letter-spacing: 0;
    font-size: 16px;
  }

  .image-7 {
    max-width: 100px;
  }

  .text-block-17 {
    letter-spacing: 0;
    font-size: 14px;
  }

  .text-block-18 {
    text-align: center;
    font-size: 18px;
  }

  .text-block-19 {
    font-size: 15px;
  }

  .image-8 {
    max-width: 200px;
  }

  .text-block-20 {
    color: #555;
    padding: 20px 15px;
    font-size: 16px;
  }

  .div-block-34 {
    display: none;
  }

  .div-block-35 {
    height: 20px;
    padding-right: 0;
    font-size: 10px;
  }

  .text-block-21 {
    letter-spacing: .2px;
    font-size: 16px;
  }

  .text-block-22 {
    font-family: Outfit, sans-serif;
    font-size: 18px;
  }

  .text-block-23 {
    text-align: center;
    font-family: Outfit, sans-serif;
    font-size: 14px;
  }

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

  .slider {
    border-radius: 10px;
    max-width: 100%;
    max-height: 100px;
    padding: 10px 5px;
    display: block;
  }

  .left-arrow, .right-arrow, .slide-nav, .right-arrow-2, .left-arrow-2, .slide-nav-2 {
    display: none;
  }

  .slider-2 {
    border-radius: 10px;
    max-height: 180px;
    display: block;
    box-shadow: 0 4px 8px #00000040;
  }

  .footer-mobile {
    padding-top: 50px;
    display: block;
    overflow: hidden;
  }

  .container-5-copy-copy {
    padding-bottom: 5px;
    padding-left: 20px;
    padding-right: 20px;
    position: static;
  }

  .nav-menu-mobile {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    background-color: #f4f4f4;
    border-bottom-right-radius: 10px;
    border-bottom-left-radius: 10px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    width: auto;
    max-width: none;
    display: flex;
    box-shadow: 0 5px 5px #0000005e;
  }

  .div-block-39 {
    border-top: 1px solid #0000001a;
    grid-template-rows: auto;
    grid-template-columns: auto auto auto auto;
    grid-auto-columns: 1fr;
    place-items: center;
    height: 70px;
    padding-left: 0;
    padding-right: 0;
    display: grid;
  }

  .slider-3 {
    background-color: #ddd0;
    height: auto;
    display: block;
  }

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

  .left-arrow-3, .right-arrow-3 {
    display: none;
  }

  .slide-nav-3 {
    inset: auto 0% -35px;
  }

  .mask {
    height: auto;
  }

  .div-block-4-copy {
    flex-flow: column;
    justify-content: center;
    align-self: center;
    align-items: center;
    display: block;
  }

  .landing-heading {
    font-size: 63px;
  }
}

#w-node-daec36e9-e2fb-b70d-43e2-6b034344481f-ce44f7cf, #w-node-adb3aa3d-6903-a2c1-2da9-03e4e7c0efcf-ce44f7cf {
  place-self: center;
}

#w-node-_156f042f-a6ab-0ffb-b89d-b1852e133cb5-ce44f7cf, #w-node-_08393582-bfed-c628-ba61-705e15e7719d-ce44f7cf {
  justify-self: center;
}

#w-node-_243a51c6-9fd8-d2bd-8db5-635fa62f7761-ce44f7cf {
  align-self: center;
}

#w-node-_243a51c6-9fd8-d2bd-8db5-635fa62f7762-ce44f7cf {
  justify-self: center;
}

#w-node-_4d576d88-41f0-c6c5-de61-9fc2389339f1-ce44f7cf {
  place-self: center end;
}

#w-node-_9053ce6c-ec09-86df-19e8-6589284f6e4c-ce44f7cf {
  place-self: center;
}

#w-node-_9053ce6c-ec09-86df-19e8-6589284f6e4d-ce44f7cf, #w-node-_9053ce6c-ec09-86df-19e8-6589284f6e4f-ce44f7cf, #w-node-_0725dded-d604-943e-82f2-7798a716b8a4-ce44f7cf {
  justify-self: center;
}

#w-node-_45d86d43-0f40-6ae6-ba5b-691600a9edeb-ce44f7cf {
  place-self: center end;
}

#w-node-b6329de6-6836-7a56-bb33-84e86a85b5a4-ce44f7cf, #w-node-fa45d911-de6b-f206-70c8-e46c0084b6d3-ce44f7cf, #w-node-_9ff94c19-b2c2-5b8f-8b5f-76a0cdd20992-ce44f7cf, #w-node-_986e5523-3e91-dbb8-aab1-4299e87ea280-ce44f7cf, #w-node-_1a4691d8-60fd-7323-bdf3-3999bc2cc467-ce44f7cf {
  place-self: center;
}

@media screen and (max-width: 479px) {
  #w-node-c22c0d27-bad7-4f28-5f27-b4cad2b67a14-ce44f7cf, #w-node-c22c0d27-bad7-4f28-5f27-b4cad2b67a17-ce44f7cf, #w-node-c22c0d27-bad7-4f28-5f27-b4cad2b67a1a-ce44f7cf, #w-node-c22c0d27-bad7-4f28-5f27-b4cad2b67a1d-ce44f7cf, #w-node-adb3aa3d-6903-a2c1-2da9-03e4e7c0efcf-ce44f7cf, #w-node-_243a51c6-9fd8-d2bd-8db5-635fa62f7762-ce44f7cf, #w-node-_4d576d88-41f0-c6c5-de61-9fc2389339f1-ce44f7cf, #w-node-_9053ce6c-ec09-86df-19e8-6589284f6e4c-ce44f7cf, #w-node-_0725dded-d604-943e-82f2-7798a716b8a4-ce44f7cf, #w-node-_45d86d43-0f40-6ae6-ba5b-691600a9edeb-ce44f7cf {
    justify-self: center;
  }
}


