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

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

.body {
  outline-offset: 0px;
  background-color: #000;
  outline: 3px #333;
  font-family: Space Grotesk, sans-serif;
  font-weight: 700;
}

.bold-text {
  font-family: Satoshi;
}

.bold-text-2 {
  text-align: left;
  vertical-align: baseline;
  font-family: Space Grotesk, sans-serif;
  font-size: 50px;
  font-weight: 700;
  display: inline;
  position: static;
}

.heading {
  color: #fff;
  text-align: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 60px;
  font-weight: 700;
  position: relative;
}

.navbar {
  opacity: 1;
  background-color: #0000;
}

.brand {
  background-image: url('../images/app-logo-normal-transparent-background.png');
  background-position: 0 0;
  background-size: auto;
}

.section {
  background-color: #00001e4d;
  background-image: url('../images/ChatGPT-Image-Nov-21-2025-05_21_40-PM.png');
  background-position: 50%;
  background-size: cover;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block {
  pointer-events: none;
  cursor: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0;
}

.lottie-animation {
  color: #0a0f1f;
  object-fit: fill;
  border-radius: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.div-block-2 {
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 900px;
  max-height: none;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-heading {
  color: #fff;
  text-align: center;
  letter-spacing: -1px;
  text-shadow: 0 0 20px #fff3;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  font-family: Space Grotesk, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 110%;
}

.hero-subheadline {
  color: #ffffffd9;
  text-align: center;
  width: 100%;
  max-width: 600px;
  margin: 10px auto 30px;
  font-size: 24px;
  line-height: 140%;
}

.primary-button {
  color: #0a0f1f;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 28px;
  font-size: 16px;
  font-weight: 600;
  transition: box-shadow .2s ease-out, transform .2s ease-out;
  box-shadow: 0 8px 24px #0003;
}

.primary-button:hover {
  transform: scale(1.03)translate(0, -8px);
  box-shadow: 0 16px 40px #0f172a1f;
}

.div-block-3 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: center;
  align-items: center;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  display: flex;
}

.section-2 {
  background-color: #fff;
  padding-top: 120px;
  padding-bottom: 120px;
}

.heading-2 {
  color: #0a0f1f;
  text-align: center;
  font-size: 48px;
}

.paragraph {
  text-align: center;
}

.paragraph-2 {
  color: #0a0f1f;
  text-align: center;
  max-width: 700px;
  margin: 20px auto 60px;
  font-size: 20px;
}

.grid {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: stretch;
  display: flex;
}

.div-block-4 {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  color: #fff;
  background-color: #f8f9ff;
  border-radius: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 110%;
  padding: 20px;
  transition: box-shadow .2s ease-out, transform .2s ease-out;
  display: flex;
  box-shadow: 0 8px 24px #0003;
}

.div-block-4:hover {
  background-color: #f9fafb;
  transform: scale(1.02)translate(0, -8px);
  box-shadow: 0 16px 40px #0f172a1f;
}

.image {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-3 {
  color: #0a0f1f;
  text-align: center;
  text-underline-position: under;
  margin-top: auto;
  font-size: 24px;
  font-weight: 600;
  -webkit-text-decoration: underline double gold;
  text-decoration: underline double gold;
}

.paragraph-3 {
  text-align: justify;
}

.paragraph-4 {
  color: #0a0f1f;
  text-align: center;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.text-span {
  color: #ffc109;
  font-weight: 700;
}

.bold-text-3 {
  color: #d3b202;
  font-size: 20px;
}

.text-span-2 {
  color: #2d8ccc;
  font-size: 20px;
  font-weight: 700;
}

.heading-4 {
  color: #0a0f1f;
  text-align: center;
  text-underline-position: under;
  margin-top: auto;
  font-size: 24px;
  font-weight: 600;
  -webkit-text-decoration: underline double #2ecc71;
  text-decoration: underline double #2ecc71;
}

.heading-5 {
  color: #0a0f1f;
  text-align: center;
  text-underline-position: under;
  margin-top: auto;
  font-weight: 600;
  -webkit-text-decoration: underline double #3498db;
  text-decoration: underline double #3498db;
}

.text-span-3 {
  color: #2ecc71;
  font-size: 16px;
  font-weight: 600;
}

.div-block-5 {
  color: #0a0f1f;
  text-align: center;
  background-color: #fff9e3;
  border-left: 4px solid gold;
  border-radius: 16px;
  margin-top: 60px;
  margin-left: auto;
  margin-right: auto;
  padding: 30px;
  font-size: 24px;
  font-weight: 600;
  line-height: 20px;
}

.text-span-4 {
  color: #6b7280;
  font-size: 8px;
  font-weight: 300;
}

.text-span-5 {
  color: #2d8ccc;
  font-size: 32px;
  font-weight: 700;
}

.text-span-6 {
  font-size: 28px;
  font-weight: 700;
}

.italic-text {
  text-align: right;
  font-size: 6px;
}

.section-3 {
  background-color: #f8f9ff;
  padding-top: 80px;
  padding-bottom: 80px;
}

.heading-6 {
  color: #0a0f1f;
  text-align: center;
  font-size: 48px;
}

.code {
  color: #0a0f1f;
  text-align: center;
  margin-left: auto;
  margin-right: auto;
  font-size: 20px;
}

.paragraph-5 {
  color: #0a0f1f;
  text-align: center;
  max-width: 700px;
  margin: 20px auto 60px;
  font-size: 20px;
}

.grid-2 {
  grid-column-gap: 48px;
  grid-row-gap: 48px;
}

.div-block-6 {
  text-align: center;
  background-color: #fff;
  border: 1px solid #00000014;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 32px;
  transition: box-shadow .2s ease-out, transform .2s ease-out;
  display: flex;
  box-shadow: 0 8px 24px #0003;
}

.div-block-6:hover {
  background-color: #f9fafb;
  transform: scale(1.02)translate(0, -8px);
  box-shadow: 0 16px 40px #0f172a1f;
}

.image-2 {
  margin-bottom: 20px;
  margin-left: auto;
  margin-right: auto;
}

.heading-7 {
  color: #0a0f1f;
  text-underline-position: under;
  margin-top: auto;
  font-weight: 600;
  -webkit-text-decoration: underline double gold;
  text-decoration: underline double gold;
}

.paragraph-6 {
  color: #374151;
  font-size: 16px;
  font-weight: 600;
  line-height: 18px;
}

.heading-8 {
  color: #0a0f1f;
  text-underline-position: under;
  margin-top: auto;
  font-weight: 600;
  -webkit-text-decoration: underline double #2ecc71;
  text-decoration: underline double #2ecc71;
}

.heading-9 {
  color: #0a0f1f;
  text-underline-position: under;
  margin-top: auto;
  font-weight: 600;
  -webkit-text-decoration: underline double #3498db;
  text-decoration: underline double #3498db;
}

.heading-10 {
  color: #0a0f1f;
  text-underline-position: under;
  margin-top: auto;
  font-weight: 600;
  -webkit-text-decoration: underline double #b155f6;
  text-decoration: underline double #b155f6;
}

.section-4 {
  background-color: #141832;
  padding-top: 150px;
  padding-bottom: 150px;
}

.container {
  max-width: 1200px;
}

.div-block-7 {
  text-align: center;
  width: 650px;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.image-3 {
  width: 100%;
}

.section-5 {
  opacity: 1;
  background-image: url('../images/ChatGPT-Image-Nov-25-2025-04_42_44-PM.png'), linear-gradient(#141832, #4f46e5);
  background-position: 0 0, 0 0;
  background-size: cover, auto;
  padding-top: 120px;
  padding-bottom: 120px;
}

.container-2 {
  max-width: 800px;
}

.heading-11 {
  color: #fff;
  text-align: center;
  max-width: 800px;
  margin-bottom: 32px;
  margin-left: auto;
  margin-right: auto;
  font-size: 48px;
}

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

.button {
  color: #0a0f1f;
  background-color: #fff;
  border-radius: 12px;
  padding: 15px 28px;
  font-size: 18px;
  font-weight: 600;
  transition: transform .2s ease-out, box-shadow .2s ease-out;
  box-shadow: 0 8px 24px #0003;
}

.button:hover {
  transform: translate(0, -8px)scale(1.03);
  box-shadow: 0 16px 40px #0f172a1f;
}

.section-6 {
  border-top: 3px solid #fff;
  padding-top: 60px;
  padding-bottom: 60px;
}

.container-3 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  padding-top: 30px;
  padding-bottom: 30px;
  display: block;
  position: static;
}

.image-4 {
  max-width: 120px;
}

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

.link {
  opacity: .7;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.link:hover {
  opacity: 100;
}

.link-2 {
  opacity: .7;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.link-2:hover {
  opacity: 100;
}

.link-3 {
  opacity: .7;
  color: #fff;
  font-size: 18px;
  text-decoration: none;
}

.link-3:hover {
  opacity: 100;
}

.image-5 {
  max-width: 140px;
  margin-bottom: 16px;
}

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

.heading-12 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
}

.link-4 {
  opacity: .7;
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.link-4:hover {
  opacity: 1;
}

.link-5 {
  opacity: .7;
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.link-5:hover {
  opacity: 100;
}

.link-6 {
  opacity: .7;
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.link-6:hover {
  opacity: 100;
}

.heading-13 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
}

.link-7 {
  opacity: .7;
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

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

.link-8 {
  opacity: .7;
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.link-8:hover {
  opacity: 1;
}

.link-9 {
  opacity: .7;
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.link-9:hover {
  opacity: 100;
}

.heading-14 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 12px;
  font-size: 18px;
}

.link-10 {
  opacity: .7;
  color: #fff;
  margin-bottom: 8px;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.link-10:hover {
  opacity: 100;
}

.div-block-11 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 32px;
  padding-top: 10px;
  padding-bottom: 0;
  display: flex;
}

.paragraph-7 {
  opacity: .45;
  color: #fff;
  text-align: center;
  margin-bottom: 0;
}

.div-block-12 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 12px;
  display: flex;
}

.image-6 {
  cursor: pointer;
}

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

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

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  place-items: start;
}

.navbar-2 {
  background-color: #0000;
  border-bottom: 1px solid #fff;
  position: fixed;
  inset: 0% 0% auto;
}

.container-4 {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.nav-link {
  color: gold;
  margin-left: 20px;
  padding: 20px 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 20px;
}

.nav-link:hover {
  opacity: .7;
  border-bottom: 1px solid #fff9;
}

.nav-link-2 {
  color: gold;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.nav-link-2:hover {
  opacity: .7;
  border-bottom: 1px solid #fff9;
}

.nav-link-3 {
  color: gold;
  margin-left: 20px;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
  font-weight: 700;
}

.nav-link-3:hover {
  opacity: .7;
  border-bottom: 1px solid #fff9;
}

.image-7 {
  max-width: none;
  margin-right: 0;
}

.brand-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 0;
  font-family: Space Grotesk, sans-serif;
  display: flex;
}

.text-block {
  color: gold;
  text-align: left;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.section-7 {
  background-color: #141832;
  padding-top: 80px;
  padding-bottom: 80px;
  padding-right: 0;
}

.heading-15 {
  color: #fff;
  text-align: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  line-height: 36px;
}

.paragraph-8 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

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

.heading-16 {
  color: #fff;
  text-align: left;
  padding-top: 20px;
  padding-left: 10px;
  font-family: Space Grotesk, sans-serif;
}

.heading-17 {
  color: #fff;
  padding-left: 10px;
  font-family: Space Grotesk, sans-serif;
}

.heading-18 {
  color: #fff;
  padding-left: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 24px;
  font-weight: 700;
}

.heading-19, .heading-20 {
  color: #fff;
  padding-left: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.heading-21, .heading-22, .heading-23 {
  color: #fff;
  margin-top: 10px;
  padding-left: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.heading-24 {
  color: #fff;
  padding-left: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 600;
  text-decoration: underline;
}

.container-5 {
  text-align: left;
  border-bottom: 3px solid #fff;
  width: 100%;
  padding-top: 140px;
}

.rich-text-block {
  color: #fff;
  padding-left: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 14px;
}

.rich-text-block-2, .rich-text-block-3, .rich-text-block-4, .rich-text-block-5, .rich-text-block-6 {
  color: #fff;
  padding-left: 10px;
  font-family: Space Grotesk, sans-serif;
}

.link-11 {
  -webkit-text-decoration: none;
  text-decoration: none;
}

.link-12, .link-13 {
  text-decoration: none;
}

.paragraph-9 {
  color: #fff;
  padding-left: 10px;
  font-family: Space Grotesk, sans-serif;
  font-weight: 400;
}

.section-8 {
  background-color: #141832;
}

.heading-25 {
  color: #fff;
  text-align: center;
  font-family: Space Grotesk, sans-serif;
  font-size: 48px;
  line-height: 36px;
}

.paragraph-10 {
  color: #fff;
  text-align: center;
  margin-top: 20px;
  margin-bottom: 60px;
  font-family: Space Grotesk, sans-serif;
  font-size: 20px;
  font-weight: 700;
}

.container-6 {
  border-bottom: 3px solid #fff;
  padding-top: 170px;
}

.grid-5 {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  text-align: left;
  grid-template-rows: auto auto auto auto auto;
  grid-template-columns: 1fr;
  place-items: center;
  padding-top: 20px;
  padding-bottom: 120px;
}

.section-9 {
  object-fit: fill;
  background-color: #141832;
  padding-top: 80px;
}

.div-block-13 {
  text-align: center;
  background-color: #f8f9ff;
  border: 3px solid #4f46e5;
  border-radius: 16px;
  width: 750px;
  padding: 32px;
  transition: box-shadow .2s ease-out, transform .2s ease-out;
  box-shadow: 0 8px 24px #0003;
}

.div-block-13:hover {
  background-color: #fff;
  transform: scale(1.1)translate(0, -8px);
  box-shadow: 0 16px 40px #0f172a1f;
}

.div-block-14 {
  text-align: center;
  background-color: #f8f9ff;
  border: 3px solid #4f46e5;
  border-radius: 16px;
  width: 750px;
  padding: 32px;
  transition: box-shadow .2s ease-out, transform .2s ease-out;
  box-shadow: 0 8px 24px #0003;
}

.div-block-14:hover {
  background-color: #fff;
  transform: scale(1.1)translate(0, -8px);
  box-shadow: 0 16px 40px #0003;
}

.div-block-15 {
  text-align: center;
  background-color: #f8f9ff;
  border: 3px solid #4f46e5;
  border-radius: 16px;
  width: 750px;
  padding: 32px;
  transition: box-shadow .2s ease-out, transform .2s ease-out;
  box-shadow: 0 8px 24px #0003;
}

.div-block-15:hover {
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 16px 40px #0f172a1f;
}

.div-block-16 {
  text-align: center;
  background-color: #f8f9ff;
  border: 3px solid #4f46e5;
  border-radius: 16px;
  width: 750px;
  padding: 32px;
  transition: box-shadow .2s ease-out, transform .2s ease-out;
  box-shadow: 0 8px 24px #0003;
}

.div-block-16:hover {
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 16px 40px #0f172a1f;
}

.div-block-17 {
  text-align: center;
  background-color: #f8f9ff;
  border: 3px solid #4f46e5;
  border-radius: 16px;
  width: 750px;
  padding: 32px;
  transition: box-shadow .2s ease-out, transform .2s ease-out;
  box-shadow: 0 8px 24px #0003;
}

.div-block-17:hover {
  background-color: #fff;
  transform: scale(1.1);
  box-shadow: 0 16px 40px #0003;
}

.body-2 {
  background-color: #141832;
}

.heading-26 {
  text-align: center;
  margin-top: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 28px;
}

.heading-27, .heading-28, .heading-29, .heading-30 {
  margin-top: 0;
  font-family: Space Grotesk, sans-serif;
  font-size: 28px;
}

.paragraph-11 {
  text-align: center;
  padding-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
}

.link-14 {
  color: #4f46e5;
  text-align: center;
  padding-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  -webkit-text-decoration: none;
  text-decoration: none;
  display: block;
}

.paragraph-12 {
  padding-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
}

.link-15 {
  color: #4f46e5;
  padding-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.paragraph-13 {
  padding-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
}

.link-16 {
  color: #4f46e5;
  padding-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.paragraph-14 {
  padding-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
}

.link-17 {
  color: #4f46e5;
  padding-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.paragraph-15 {
  padding-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 18px;
}

.link-18 {
  color: #4f46e5;
  padding-top: 10px;
  font-family: Space Grotesk, sans-serif;
  font-size: 16px;
  text-decoration: none;
  display: block;
}

.text-span-7 {
  color: #555;
  font-size: 18px;
}

.text-span-8 {
  font-size: 28px;
  font-weight: 700;
}

.text-span-9 {
  color: #2d8ccc;
  font-size: 28px;
}

.div-block-18 {
  padding: 48px 194px 48px 196px;
  position: absolute;
  inset: 0;
}

.slider {
  background-color: #0000;
  border-radius: 40px;
  width: 100%;
  height: 100%;
  box-shadow: 0 5px 50px #ffde59;
}

.image-8 {
  -webkit-text-fill-color: inherit;
  object-fit: cover;
  background-clip: border-box;
  border-radius: 40px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.image-9 {
  object-fit: cover;
  border-radius: 40px;
  width: 100%;
  max-width: none;
  height: 100%;
}

.paragraph-16 {
  color: #fff;
  padding-left: 40px;
  font-size: 18px;
  font-weight: 400;
  line-height: 22px;
}

.bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
  font-size: 24px;
}

.column {
  padding-left: 20px;
}

.device-mockup {
  padding-left: 0;
}

.device-mockup.spaces-offset {
  left: -130px;
}

.nav-menu {
  background-color: #141832;
}

.icon-2 {
  color: gold;
}

.introducing-spaces-header {
  color: #fff;
  margin-top: 80px;
  font-size: 48px;
}

.introuducing-spaces-subheader {
  color: #fff;
  margin-top: 20px;
  margin-bottom: 60px;
  font-size: 20px;
}

.introducing-spaces-columns {
  display: flex;
}

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

  .hero-heading {
    font-size: 64px;
  }

  .hero-subheadline {
    font-size: 24px;
  }

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

  .image {
    width: 120px;
    height: 120px;
  }

  .heading-3 {
    font-size: 22px;
  }

  .paragraph-4 {
    font-size: 14px;
  }

  .bold-text-3, .text-span-2 {
    font-size: 18px;
  }

  .heading-4, .heading-5, .heading-7 {
    font-size: 22px;
  }

  .paragraph-6 {
    font-size: 14px;
  }

  .heading-8, .heading-9, .heading-10 {
    font-size: 22px;
  }

  .div-block-7 {
    margin-left: -120px;
    padding-left: 0;
  }

  .container-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .heading-12 {
    font-size: 16px;
  }

  .link-4, .link-5, .link-6 {
    font-size: 14px;
  }

  .heading-13 {
    font-size: 16px;
  }

  .link-7, .link-8, .link-9 {
    font-size: 14px;
  }

  .heading-14 {
    font-size: 16px;
  }

  .link-10 {
    font-size: 14px;
  }

  .grid-3 {
    margin-left: 15px;
    margin-right: 15px;
  }

  .nav-link, .nav-link-2, .nav-link-3 {
    font-size: 14px;
  }

  .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17 {
    width: 700px;
  }

  .body-2 {
    overflow: visible;
  }

  .paragraph-11, .paragraph-12, .paragraph-13, .paragraph-14, .paragraph-15 {
    font-size: 16px;
  }

  .paragraph-16 {
    margin-right: 20px;
    font-size: 16px;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
    font-size: 22px;
  }

  .device-mockup.spaces-offset {
    left: auto;
  }

  .columns {
    margin-left: 15px;
    margin-right: 15px;
  }

  .body-3 {
    overflow: hidden;
  }

  .columns-copy, .introducing-spaces-columns {
    margin-left: 15px;
    margin-right: 15px;
  }
}

@media screen and (max-width: 767px) {
  .body {
    max-width: 100%;
    overflow: visible;
  }

  .section {
    overflow: visible;
  }

  .hero-heading {
    font-size: 60px;
  }

  .hero-subheadline {
    font-size: 22px;
  }

  .section-2 {
    max-width: 100%;
  }

  .paragraph-2 {
    max-width: 500px;
  }

  .grid {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .image {
    width: 110px;
    height: 110px;
  }

  .heading-3 {
    font-size: 20px;
  }

  .bold-text-3, .text-span-2 {
    font-size: 16px;
  }

  .heading-4, .heading-5 {
    font-size: 20px;
  }

  .div-block-5 {
    margin-left: 15px;
    margin-right: 15px;
    font-size: 22px;
  }

  .text-span-6 {
    font-size: 26px;
  }

  .section-3 {
    max-width: 100%;
  }

  .paragraph-5 {
    max-width: 500px;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    margin-left: 15px;
    margin-right: 15px;
  }

  .image-2 {
    width: 110px;
    height: 110px;
  }

  .heading-7, .heading-8, .heading-9, .heading-10 {
    font-size: 20px;
  }

  .section-4 {
    max-width: 100%;
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .div-block-7 {
    margin-left: -40px;
  }

  .paragraph-8 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .rich-text-block {
    margin-left: 0;
    margin-right: 0;
  }

  .paragraph-10 {
    margin-left: 30px;
    margin-right: 30px;
  }

  .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17 {
    width: 500px;
  }

  .body-2 {
    overflow: visible;
  }

  .text-span-7 {
    font-size: 16px;
  }

  .text-span-8, .text-span-9 {
    font-size: 26px;
  }

  .paragraph-16 {
    margin-left: 15px;
    margin-right: 15px;
    padding-top: 30px;
    padding-left: 0;
  }

  .bold-text-4, .bold-text-5, .bold-text-6, .bold-text-7, .bold-text-8 {
    font-size: 22px;
  }

  .device-mockup.spaces-offset {
    left: auto;
  }

  .div-block-19 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .body-3 {
    overflow: visible;
  }

  .introducing-spaces-header, .introuducing-spaces-subheader {
    text-align: center;
  }

  .introducing-spaces-columns {
    flex-flow: column;
  }
}

@media screen and (max-width: 479px) {
  .body {
    overflow: visible;
  }

  .div-block-2 {
    max-width: 100%;
  }

  .hero-heading {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 38px;
  }

  .hero-subheadline {
    max-width: 100%;
    margin-left: 10px;
    margin-right: 10px;
    font-size: 16px;
  }

  .heading-2 {
    max-width: 100%;
    font-size: 30px;
  }

  .paragraph-2 {
    max-width: 100%;
    font-size: 16px;
  }

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

  .image {
    width: 100px;
    height: 100px;
  }

  .div-block-5 {
    font-size: 20px;
  }

  .text-span-6 {
    font-size: 24px;
  }

  .heading-6 {
    max-width: 100%;
    font-size: 30px;
  }

  .paragraph-5 {
    max-width: 100%;
    font-size: 16px;
  }

  .grid-2 {
    flex-flow: column;
    grid-auto-flow: row;
    display: flex;
  }

  .image-2 {
    width: 100px;
    height: 100px;
  }

  .container {
    max-width: 100%;
  }

  .div-block-7 {
    max-width: 176%;
    margin-left: -132px;
    display: block;
  }

  .section-5 {
    max-width: 100%;
  }

  .heading-11 {
    max-width: 100%;
    font-size: 30px;
  }

  .section-6 {
    max-width: 100%;
  }

  .container-3 {
    margin-left: 10px;
    margin-right: 10px;
  }

  .div-block-11 {
    max-width: 100%;
    margin-left: 15px;
    margin-right: 15px;
  }

  .paragraph-7 {
    font-size: 12px;
  }

  .grid-3 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-4 {
    max-width: 100px;
  }

  .heading-15 {
    font-size: 30px;
  }

  .paragraph-8 {
    font-size: 16px;
  }

  .heading-16, .heading-17, .heading-18 {
    font-size: 22px;
  }

  .heading-19, .heading-20, .heading-21, .heading-22, .heading-23, .heading-24 {
    font-size: 18px;
  }

  .heading-25 {
    font-size: 30px;
  }

  .paragraph-10 {
    font-size: 16px;
  }

  .div-block-13, .div-block-14, .div-block-15, .div-block-16, .div-block-17 {
    width: 350px;
  }

  .body-2 {
    overflow: visible;
  }

  .heading-26, .heading-27, .heading-28, .heading-29, .heading-30 {
    font-size: 24px;
  }

  .text-span-7 {
    font-size: 14px;
  }

  .text-span-8, .text-span-9 {
    font-size: 24px;
  }

  .div-block-18 {
    max-width: 100%;
  }

  .paragraph-16 {
    max-width: 100%;
    font-size: 15px;
  }

  .device-mockup.spaces-offset {
    left: auto;
  }

  .nav-menu-2 {
    background-color: #141832;
  }

  .menu-button, .menu-button.w--open {
    background-color: #0000;
  }

  .icon-3 {
    color: gold;
  }

  .div-block-20, .div-block-21, .div-block-22 {
    text-align: center;
  }

  .body-3 {
    overflow: visible;
  }

  .container-7, .container-8 {
    max-width: 100%;
  }

  .introducing-spaces-header {
    text-align: center;
    font-size: 30px;
  }

  .introuducing-spaces-subheader {
    text-align: center;
    font-size: 16px;
  }

  .introducing-spaces-columns {
    flex-flow: column;
  }
}

#w-node-_94a45a0b-ea62-1218-042b-e34d3d5d0940-e2f30b8c, #w-node-fad11f24-cf21-38c5-dc2a-655c1b15d340-e2f30b8c, #w-node-e74df513-b72c-8353-6c72-174fec24619c-e2f30b8c, #w-node-_90967ffe-7c57-3af9-bf99-b691f397be17-e2f30b8c {
  align-self: center;
}


