:root {
  --white: white;
  --black: black;
}

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

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

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

h1 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 38px;
  font-weight: bold;
  line-height: 44px;
}

h2 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 32px;
  font-weight: bold;
  line-height: 36px;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
}

p {
  margin-bottom: 10px;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 10px;
  padding-left: 40px;
}

.navbar-logo-left {
  background-color: #f8fafc;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.navbar-logo-left.white {
  background-color: #fff;
}

.navbarcontainer {
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.navbar-content {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.navbar-brand {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

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

.logo-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  text-decoration: none;
  display: flex;
}

.dashboard {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.navbar-menu {
  grid-column-gap: 16px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.navbar-button {
  grid-column-gap: 10px;
  background-color: #2b59ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 170px;
  height: 48px;
  padding: 0;
  text-decoration: none;
  display: flex;
}

.navbar-button:hover {
  background-color: #0e39d3;
}

.get-started {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.section-3-row {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.action {
  grid-row-gap: 0px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 200px;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-1 {
  grid-row-gap: 32px;
  background-color: #0f172a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 24px;
  text-decoration: none;
  display: flex;
}

.section-1-column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.section-1-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.metric {
  grid-row-gap: 4px;
  aspect-ratio: auto;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.landing-metrics-value {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.landing-metrics-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.landing-h2-title {
  color: #0f172a;
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.support-h2-title {
  color: #0f172a;
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.faq-h3-title {
  color: #0f172a;
  text-align: left;
  align-self: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
  flex: 1;
}

.bullet-circle {
  grid-column-gap: 10px;
  background-color: #2b59ff;
  border-radius: 200px;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  text-decoration: none;
  display: flex;
}

.bullet-number {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 26px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.bullet-text {
  color: #0f172a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 22px;
  font-weight: 500;
  line-height: 150%;
  text-decoration: none;
}

.section-2 {
  grid-row-gap: 48px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 56px 24px;
  text-decoration: none;
  display: flex;
}

.support-section-1 {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 24px 56px;
  text-decoration: none;
  display: flex;
}

.section-2-column {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.support-section-1-column {
  grid-row-gap: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.support-faq {
  background-color: #f7faff;
  border-radius: 20px;
  padding: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  text-decoration: none;
  display: flex;
}

.faq-question {
  grid-column-gap: 24px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
  cursor: pointer;
}

.faq-answer {
  flex-direction: column;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.6s ease;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.support-faq.active .faq-answer {
  max-height: 300px;
  animation: fade 0.5s ease-in-out;
}

.accordion-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 15px;
  height: 15px;
  flex-shrink: 0;
  transition: transform 0.3s ease-in;
}

.support-faq.active .accordion-arrow {
  transform: rotate(180deg);
}

@keyframes fade {
    from {
        opacity: 0;
        transform: translateY(-10px);
    }
    to {
        opacity: 1;
        transform: translateY(0px);
    }
}

.faq-link {
  color: #2b59ff;
  text-decoration: underline;
  font-weight: 500;
}

.support-contact {
  grid-row-gap: 8px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 700px;
  text-decoration: none;
  display: flex;
}

.contact-paragraph {
  color: #0F172A;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.contact-email {
  font-size: 18px;
  color: #2b59ff;
  text-decoration: none;
  font-weight: 600;
}

.section-2-row {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-2-bullet-container {
  grid-row-gap: 32px;
  background-color: #f8fafc;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
}

.section-3 {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 56px 24px;
  text-decoration: none;
  display: flex;
}

.content {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.image-row {
  grid-column-gap: 10px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.sction-3-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.section-column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.section-4 {
  grid-column-gap: 80px;
  background-color: #fff;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 56px 24px;
  text-decoration: none;
  display: flex;
}

.section-4-image {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.section-5-column {
  grid-row-gap: 32px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.section-5-metric {
  grid-column-gap: 12px;
  background-color: #f8fafc;
  border-radius: 20px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 40px 20px;
  text-decoration: none;
  display: flex;
}

.section-5-image-box {
  grid-row-gap: 10px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 60px;
  text-decoration: none;
  display: flex;
}

.section-5-image {
  object-fit: cover;
  border-radius: 10px;
}

.section-5-text-long {
  color: #0f172a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

.section-6 {
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 56px 24px;
  text-decoration: none;
  display: flex;
}

.section-6-row {
  grid-column-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.section-6-column {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.review-box {
  background-color: #f8fafc;
  border: 1px solid #e4ebf3;
  border-radius: 20px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding: 24px;
  text-decoration: none;
  display: flex;
}

.review {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.review-text {
  color: #334155;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.info {
  grid-row-gap: 6px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
}

.autor {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  flex-flow: row;
  order: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.author-name {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 150%;
  text-decoration: none;
}

.stars {
  grid-column-gap: 8px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.vectors-wrapper-2 {
  object-fit: cover;
  justify-content: center;
  align-items: center;
  width: 14px;
  height: 14px;
  text-decoration: none;
  display: flex;
}

.author-handle {
  color: #334155;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.author {
  grid-column-gap: 8px;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cta {
  grid-row-gap: 80px;
  background-color: #0f172a;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 56px 24px;
  text-decoration: none;
  display: flex;
}

.cta-column {
  grid-row-gap: 48px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.cta-headers {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.cta-title {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 40px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.footer {
  grid-row-gap: 40px;
  background-color: #fff;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 56px 24px 8px;
  text-decoration: none;
  display: flex;
}

.footer-row {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.footer-policy-box {
  grid-column-gap: 72px;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  padding-top: 0;
  text-decoration: none;
  display: flex;
}

.policy-links {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  justify-content: space-between;
  align-items: flex-start;
  width: auto;
  text-decoration: none;
  display: flex;
}

.policy-row {
  grid-row-gap: 16px;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.link-text {
  color: #334155;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.text-8 {
  color: #334155;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.footer-logo-box {
  grid-row-gap: 24px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  max-width: none;
  text-decoration: none;
  display: flex;
}

.copyright {
  grid-column-gap: 32px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  padding-top: 16px;
  padding-bottom: 16px;
  text-decoration: none;
  display: flex;
}

.landing-hero {
  grid-column-gap: 80px;
  background-color: #f8fafc;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding-top: 40px;
  padding-left: 24px;
  padding-right: 24px;
  text-decoration: none;
  display: flex;
}

.hero-row {
  grid-column-gap: 80px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: grid;
}

.hero-cta-column {
  grid-row-gap: 40px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 46px;
  text-decoration: none;
  display: flex;
}

.hero-titles-column {
  grid-row-gap: 28px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.landing-h1-title {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 52px;
  font-weight: 600;
  line-height: 120%;
  text-decoration: none;
}

.landing-paragraph {
  color: #334155;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.faq-paragraph {
  padding-top: 24px;
  color: #334155;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.hero-subtitle-column {
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: flex;
}

.hero-subtitle-row {
  flex-direction: column;
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  text-decoration: none;
  display: grid;
}

.hero-subtitle-bullet {
  grid-column-gap: 16px;
  aspect-ratio: auto;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero-subtitle-bullet-icon {
  object-fit: cover;
  width: 24px;
  height: 24px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.hero-subtitle-bullet-text {
  color: #0F172A;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 100%;
  text-decoration: none;
}

.hero-subtitle-reviews {
  margin-top: 6px;
  grid-column-gap: 20px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: auto;
  text-decoration: none;
  display: flex;
}

.hero-subtitle-reviews-image-box {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  width: 110px;
  display: flex;
}

.hero-subtitle-reviews-image {
  object-fit: cover;
}

.hero-subtitle-reviews-column {
  grid-row-gap: 6px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.hero-subtitle-reviews-text {
  color: #334155;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.hero-stars {
  grid-column-gap: 6px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.hero-subtitle-star-icon {
  object-fit: cover;
  width: 16px;
  height: 16px;
  display: flex;
  text-decoration: none;
  justify-content: center;
  align-items: center;
}

.start-button {
  grid-column-gap: 10px;
  background-color: #2b59ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 14px 40px;
  text-decoration: none;
  display: flex;
}

.start-button:hover {
  background-color: #0e39d3;
}

.start-button-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 500;
  line-height: 30px;
  text-decoration: none;
}

.image-row-copy {
  justify-content: center;
  align-items: flex-end;
  height: 100%;
  text-decoration: none;
  display: flex;
}

.hero-image-wrapper {
  aspect-ratio: 800 / 851;
  width: 100%;
  display: flex;
  justify-content: center;
  align-items: flex-end;
}

.hero-image {
  width: auto;
  height: 100%;
  object-fit: contain;
}

.footer-links {
  width: auto;
  height: auto;
}

.container-4 {
  width: 100%;
  padding-top: 56px;
  padding-left: 0;
  padding-right: 0;
}

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

.policy-text {
  width: 100%;
  padding-left: 24px;
  padding-right: 24px;
}

.rich-text-block h2 {
  font-size: 22px;
}

.rich-text-block p, .rich-text-block ul {
  font-size: 16px;
}

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

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

.section-5 {
  grid-row-gap: 48px;
  background-color: #fff;
  flex-flow: column;
  align-items: center;
  width: 100%;
  padding: 56px 24px;
  display: flex;
}

._2-metrics-block {
  grid-column-gap: 28px;
  align-items: center;
  width: 100%;
  display: flex;
}

._4-metrics-block {
  grid-column-gap: 28px;
  order: 0;
  align-items: center;
  width: 100%;
  display: flex;
}

.section-5-text-short {
  color: #0f172a;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
  display: none;
}

.cta-subtitle {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.logo-name {
  color: #0f172a;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 600;
  line-height: 100%;
  text-decoration: none;
}

.section-4-row {
  grid-column-gap: 80px;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1200px;
  text-decoration: none;
  display: flex;
}

.hero-subtitle {
  color: #334155;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
  text-decoration: none;
}

.login-button {
  color: #2b59ff;
  text-align: center;
  background-color: #3898ec00;
  border: 1.5px solid #2b59ff;
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 130px;
  height: 48px;
  padding: 0;
  font-size: 16px;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.login-button:hover {
  color: #fff;
  background-color: #0e39d3;
}

@media screen and (min-width: 1280px) {
  .navbar-logo-left {
    justify-content: center;
    align-items: flex-start;
    max-width: none;
  }

  .navbar-content {
    padding-top: 16px;
    padding-bottom: 16px;
  }

  .navbar-menu {
    padding-top: 0;
  }

  .landing-h2-title {
    font-size: 48px;
  }

  .support-h2-title {
    font-size: 48px;
  }

  .faq-h3-title {
    font-size: 24px;
  }

  .section-5-metric {
    padding-left: 24px;
    padding-right: 24px;
  }

  .section-5-text-long {
    font-size: 22px;
  }

  .section-6-row {
    justify-content: center;
  }

  .footer-policy-box {
    max-width: 600px;
  }

  .copyright {
    max-width: 1200px;
  }

  .landing-h1-title {
    font-size: 52px;
  }

  .container-4 {
    max-width: 1200px;
    padding-top: 32px;
  }

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

  ._2-metrics-block, ._4-metrics-block {
    grid-column-gap: 28px;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-5-text-short {
    font-size: 24px;
  }
}

@media screen and (max-width: 991px) {
  .navbar-logo-left {
    padding-right: 24px;
  }

  .navbar-content {
    font-weight: 400;
  }

  .navbar-menu {
    max-width: unset;
  }

  .section-3-row {
    grid-column-gap: 60px;
    grid-row-gap: 32px;
    flex-flow: row;
    align-items: center;
  }

  .landing-metrics-value {
    font-size: 36px;
  }

  .landing-metrics-text {
    font-size: 18px;
  }

  .landing-h2-title {
    text-align: left;
    font-size: 32px;
  }

  .support-h2-title {
    text-align: left;
    font-size: 32px;
  }

  .faq-h3-title {
    font-size: 22px;
  }

  .bullet-text {
    font-size: 18px;
  }

  .section-2 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section-2-row {
    grid-column-gap: 20px;
    display: flex;
  }

  .section-3 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  .section-column {
    align-items: flex-start;
  }

  .section-4 {
    grid-column-gap: 60px;
    padding-top: 44px;
    padding-bottom: 44px;
  }

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

  .section-5-metric {
    padding: 20px;
  }

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

  .section-5-text-long {
    font-size: 16px;
  }

  .section-6 {
    padding-top: 44px;
    padding-bottom: 68px;
  }

  .section-6-row {
    grid-row-gap: 32px;
    flex-flow: row;
    align-items: center;
  }

  .review {
    grid-row-gap: 32px;
  }

  .author-name {
    font-size: 16px;
  }

  .author-handle {
    font-size: 12px;
  }

  .cta {
    padding-top: 45px;
    padding-bottom: 45px;
  }

  .cta-title {
    font-size: 32px;
  }

  .footer-row {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: row;
    align-items: center;
  }

  .footer-policy-box {
    justify-content: center;
    align-items: flex-start;
  }

  .policy-links, .policy-row {
    align-items: center;
  }

  .footer-logo-box {
    align-items: flex-start;
  }

  .hero-row {
    grid-column-gap: 44px;
    flex-flow: row;
    justify-content: space-between;
    align-items: center;
  }

  .hero-cta-column {
    padding-top: 0;
    padding-bottom: 46px;
  }

  .landing-h1-title {
    text-align: left;
    font-size: 40px;
  }

  .hero-subtitle-bullet {
    grid-column-gap: 12px;
  }

  .hero-subtitle-bullet-icon {
    width: 20px;
    height: 20px;
  }

  .hero-subtitle-bullet-text {
    font-size: 18px;
  }

  .hero-subtitle-reviews {
    grid-column-gap: 18px;
  }

  .hero-subtitle-reviews-text {
    font-size: 16px;
  }

  .hero-subtitle-reviews-image-box {
    width: 100px;
  }

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

  .faq-paragraph {
    font-size: 18px;
  }

  .start-button {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .start-button-text {
    font-size: 18px;
  }

  .section-5 {
    padding-top: 44px;
    padding-bottom: 44px;
  }

  ._2-metrics-block {
    grid-column-gap: 20px;
  }

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

  .section-5-text-short {
    font-size: 16px;
  }

  .cta-subtitle {
    font-size: 18px;
  }

  .section-4-row {
    grid-column-gap: 60px;
    grid-row-gap: 32px;
    flex-flow: row;
    align-items: center;
  }

  .hero-subtitle {
    font-size: 14px;
  }
}

@media screen and (max-width: 767px) {
  .navbar-menu {
    display: flex;
  }

  .navbar-button {
    display: none;
  }

  .section-3-row {
    grid-row-gap: 24px;
    flex-flow: column;
  }

  .section-1 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-1-row {
    flex-direction: column;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }

  .section-2 {
    grid-row-gap: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-2-row {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: center;
  }

  .section-3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .content, .section-column {
    grid-row-gap: 16px;
    justify-content: flex-start;
    align-items: center;
  }

  .section-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-5-column {
    grid-row-gap: 16px;
  }

  .section-6 {
    grid-row-gap: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-6-row {
    flex-flow: column;
  }

  .landing-paragraph {
    text-align: center;
  }

  .cta {
    padding-top: 32px;
    padding-bottom: 32px;
  }

    .footer {
      grid-row-gap: 24px;
      padding-top: 32px;
    }

    .footer-row {
      grid-column-gap: 0px;
      grid-row-gap: 32px;
      flex-flow: column;
    }

    .footer-policy-box {
      grid-row-gap: 24px;
      flex-flow: column;
      align-items: center;
      width: 100%;
    }

    .policy-links {
      grid-column-gap: 16px;
      grid-row-gap: 16px;
      flex-flow: column;
      align-items: flex-start;
    }

    .policy-row {
      justify-content: flex-start;
      align-items: flex-start;
    }

    .footer-logo-box {
      justify-content: flex-start;
      align-items: flex-start;
      width: 100%;
    }

    .copyright {
      justify-content: flex-start;
    }

  .hero-row {
    grid-column-gap: none;
    grid-row-gap: none;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    align-items: center;
  }


  .hero-cta-column {
    padding-bottom: 32px;
  }

  .landing-h1-title {
    text-align: left;
    font-size: 36px;
  }

  .action {
    max-width: none;
  }

    .hero-subtitle-bullet-text {
      font-size: 18px;
    }

  .hero-subtitle-reviews-text {
    font-size: 16px;
  }

  .start-button {
    grid-column-gap: 10px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .start-button-text {
    font-size: 18px;
  }

  .hero-image-wrapper {
    aspect-ratio: 800 / 851; /* Preserve the image's aspect ratio */
    width: 100%; /* Full width on mobile */
    max-height: 400px; /* Limit the maximum height */
    display: flex;
    justify-content: center; /* Center the image horizontally */
    align-items: flex-end; /* Align the image to the bottom */
  }

  .section-5 {
    grid-row-gap: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .hero-titles-column {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .section-4-row {
    grid-row-gap: 24px;
    flex-flow: column-reverse;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 16px;
  }


  .login-button {
    height: 44px;
  }
}

@media screen and (max-width: 479px) {
  .logo-image {
    width: 32px;
    height: 32px;
  }

  .dashboard {
    font-size: 16px;
  }

  .navbar-menu {
    display: flex;
  }

  .section-3-row {
    grid-row-gap: 24px;
  }

  .section-1 {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-1-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .landing-metrics-value {
    font-size: 32px;
  }

  .landing-metrics-text {
    font-size: 16px;
  }

  .landing-h2-title {
    text-align: center;
    font-size: 28px;
  }

  .support-h2-title {
    text-align: center;
    font-size: 28px;
  }

  .faq-h3-title {
    font-size: 18px;
  }

  .bullet-circle {
    width: 40px;
    height: 40px;
  }

  .bullet-number {
    font-size: 20px;
  }

  .bullet-text {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
  }

  .section-2 {
    grid-row-gap: 24px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .support-section-1 {
    grid-row-gap: 32px;
    padding-top: 32px;
  }

  .section-2-row {
    grid-row-gap: 16px;
  }

  .section-2-bullet-container {
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .section-3 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

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

  .section-4 {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-5-metric {
    grid-row-gap: 12px;
    flex-flow: column;
  }

  .section-5-text-long {
    display: none;
  }

  .section-6 {
    grid-row-gap: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .section-6-row {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .review {
    grid-row-gap: 24px;
  }

  .review-text {
    font-size: 16px;
  }

  .cta {
    padding-top: 32px;
    padding-bottom: 32px;
  }

  .cta-column {
    grid-row-gap: 24px;
  }

  .cta-title {
    font-size: 32px;
  }

  .footer {
    grid-row-gap: 24px;
    padding-top: 24px;
  }

  .footer-row {
    grid-column-gap: 0px;
    grid-row-gap: 32px;
    flex-flow: column;
  }

  .footer-policy-box {
    grid-row-gap: 24px;
    flex-flow: column;
    align-items: center;
    width: 100%;
  }

  .policy-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: flex-start;
  }

  .policy-row {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-logo-box {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
  }

  .copyright {
    justify-content: flex-start;
  }

  .landing-hero {
    padding-top: 16px;
  }

  .hero-row {
    grid-column-gap: none;
    grid-row-gap: 20px;
    grid-template-columns: 1fr;
  }

  .hero-cta-column {
    grid-row-gap: 32px;
    padding-bottom: 20px;
  }

  .landing-h1-title {
    text-align: left;
    font-size: 36px;
  }

  .hero-subtitle-reviews-image-box {
    width: 95px;
  }

  .action {
    max-width: none;
  }

  .hero-subtitle-bullet-text {
    font-size: 16px;
  }

  .hero-subtitle-reviews-text {
    font-size: 16px;
  }

  .landing-paragraph {
    text-align: center;
    font-size: 16px;
  }

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

  .container-4 {
    padding-top: 16px;
  }

  .policy-text {
    width: 100%;
    max-width: 1440px;
    padding-left: 24px;
    padding-right: 24px;
  }

  .rich-text-block h1 {
    font-size: 32px;
  }

  .rich-text-block h2 {
    font-size: 18px;
    line-height: 26px;
  }

  .rich-text-block h3 {
    font-size: 16px;
    line-height: 20px;
  }

  .section-5 {
    grid-row-gap: 16px;
    padding-top: 32px;
    padding-bottom: 32px;
  }

  ._2-metrics-block {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-flow: row;
    justify-content: center;
    align-items: flex-start;
    width: 100%;
    display: flex;
  }

  ._4-metrics-block {
    grid-column-gap: 20px;
    grid-row-gap: 16px;
    flex-flow: column;
    align-items: center;
    width: 100%;
    display: flex;
  }

  .section-5-text-short {
    display: block;
  }

  .cta-subtitle {
    font-size: 16px;
  }

  .hero-titles-column {
    grid-row-gap: 24px;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .logo-name {
    font-size: 16px;
  }

  .section-4-row {
    grid-row-gap: 24px;
  }

  .hero-subtitle {
    text-align: center;
    font-size: 16px;
  }


  .login-button {
    text-align: center;
    border-style: none;
    justify-content: flex-end;
    align-items: center;
    width: auto;
    padding-left: 8px;
    padding-right: 8px;
  }

  .login-button:hover {
    color: #2b59ff;
    background-color: #0e39d300;
    justify-content: center;
    width: auto;
    padding: 0 8px;
    display: flex;
  }
}