@import '../base/reset.css';

div, body, html {
  margin: 0;
  padding: 0;
  box-sizing: border-box;
}

.desktop-child {
  width: 49.375rem;
  position: absolute;
  margin: 0 !important;
  top: calc(50% - 395px);
  left: calc(50% - 395px);
  filter: blur(640px);
  border-radius: 50%;
  background-color: #7f56d9;
  height: 49.375rem;
  opacity: 0.2;
  z-index: 0;
}

.text {
  position: relative;
  line-height: 1.5rem;
  font-weight: 500;
}

.logo {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.logo-wrapper {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.heading {
  align-self: stretch;
  position: relative;
  letter-spacing: -0.02em;
  line-height: 4.5rem;
  font-weight: 600;
}

.supporting-text {
  width: 53.125rem;
  position: relative;
  font-size: 1.25rem;
  line-height: 1.875rem;
  color: #475467;
  display: inline-block;
}

.heading-and-supporting-text {
  width: 64rem;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 1.5rem;
}

.mail-icon {
  width: 1.25rem;
  position: relative;
  height: 1.25rem;
  overflow: hidden;
  flex-shrink: 0;
}

.text1 {
  flex: 1;
  position: relative;
  line-height: 1.5rem;
}

.content1 {
  flex: 1;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0.5rem;
}

.input {
  align-self: stretch;
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  background-color: #fff;
  border: 1px solid #d0d5dd;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 0.875rem;
}

.input-field-base {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.input-field {
  width: 17.5rem;
  display: flex;
  flex-direction: column;
  align-items: flex-start;
  justify-content: center;
}

.text2 {
  position: relative;
  line-height: 1.5rem;
  font-weight: 600;
}

.button-base,
#button {
  box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
  border-radius: 8px;
  background-color: #7f56d9;
  border: 1px solid #7f56d9;
  overflow: hidden;
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  padding: 0.625rem 1.125rem;
  cursor: pointer;
}

.button,
#button {
  border-radius: 8px;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  color: #fff;
}

.input-field-parent {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
  gap: 1rem;
}

.hint-text {
  position: relative;
  font-size: 0.875rem;
  line-height: 1.25rem;
  color: #1d2939;
}

.email-capture {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 0.2rem;
  text-align: left;
  font-size: 1rem;
  color: #667085;
}

.content {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  gap: 3rem;
}

.container {
  width: 100%;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 0rem 2rem;
  box-sizing: border-box;
  text-align: center;
  font-size: 3.75rem;
  color: #101828;
  font-family: Inter;
}

.mockup{
  max-width: clamp(20rem, 10.0088rem + 42.6291vw, 48.375rem);;
  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
}

.section {
  align-self: stretch;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  padding: 6rem 0rem;
  gap: 4rem;
  z-index: 0;
}

.hero-header-section {
  align-self: stretch;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  z-index: 1;
}

.content-icon {
  width: 2rem;
  position: relative;
  border-radius: 8px;
  height: 2rem;
  overflow: hidden;
  flex-shrink: 0;
}

.logomark {
  position: absolute;
  height: 100%;
  width: 22.54%;
  top: 0%;
  right: 77.46%;
  bottom: 0%;
  left: 0%;
  box-shadow: 0px 1px 3px rgba(16, 24, 40, 0.1), 0px 1px 2px rgba(16, 24, 40, 0.06);
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: center;
}

.logotype-icon {
  max-width: 100%;
  overflow: hidden;
  max-height: 100%;
}

.logo-wrap {
  width: 8.875rem;
  position: relative;
  height: 2rem;
}

.logo1 {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
}

.footer-text {
  position: relative;
  line-height: 1.5rem;
}

.footer {
  align-self: stretch;
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: space-between;
  padding: 2.5rem 7rem;
  z-index: 2;
  font-size: 1rem;
  color: #667085;
  font-family: Inter;
  border-top: 1px solid #d0d5dd;
}

.desktop {
  width: 100%;
  position: relative;
  background-color: #f9f5ff;
  overflow: hidden;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: left;
  font-size: 1.25rem;
  color: #7f56d9;
  font-family: Geist;
}

.sib-form .sib-container--large .sib-container--horizontal {
  padding: 0;
}

.sib-container--large {
  padding: 0;
}

.sib-form, .entry__field, .sib-input, .sib-form-block, #sib-container {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
  border: 0;
}

#sib-form {
  display: flex;
  align-items: center;
  gap: 0.6rem;
}

#EMAIL {
  padding: 0.5rem;
  border-radius: 8px;
  border: 1px solid #d0d5dd;
  width: 17.5rem;
  height: 1.5rem;
  box-shadow: 0px 32px 64px -12px rgba(16, 24, 40, 0.14);
}

#EMAIL::-moz-placeholder {
  padding-left: 2rem;
  background-image: url(/public/icons/mail.svg);
  background-repeat: no-repeat;
}

#EMAIL::placeholder {
  padding-left: 2rem;
  background-image: url(/public/icons/mail.svg);
  background-repeat: no-repeat;
}

@media only screen and (max-width: 920px) {
  .mobile-child {
    width: 100%;
    position: absolute;
    margin: 0 !important;
    top: calc(50% - 395px);
    left: calc(50% - 315.5px);
    filter: blur(640px);
    border-radius: 50%;
    background-color: #7f56d9;
    height: 49.375rem;
    opacity: 0.2;
    z-index: 0;
  }
  .frame-icon {
    width: 1.5rem;
    position: relative;
    height: 1.25rem;
    overflow: hidden;
    flex-shrink: 0;
    -o-object-fit: contain;
       object-fit: contain;
  }
  .text {
    position: relative;
    line-height: 1.5rem;
    font-weight: 500;
  }
  .logo {
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .logo-wrapper {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .heading {
    width: 100%;
    align-self: stretch;
    position: relative;
    letter-spacing: -0.02em;
    line-height: 2.25rem;
    font-weight: 600;
  }
  .supporting-text {
    width: 100%;
    align-self: stretch;
    position: relative;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #475467;
  }
  .heading-and-supporting-text {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
  }
  .mail-icon {
    width: 1.25rem;
    position: relative;
    height: 1.25rem;
    overflow: hidden;
    flex-shrink: 0;
  }
  .text1 {
    flex: 1;
    position: relative;
    line-height: 1.5rem;
  }
  .content1 {
    flex: 1;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    gap: 0.5rem;
  }
  .input {
    align-self: stretch;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    background-color: #fff;
    border: 1px solid #d0d5dd;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 0.875rem;
  }
  .input-field {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
  }
  .text2 {
    position: relative;
    line-height: 1.5rem;
    font-weight: 600;
  }
  .button-base {
    flex: 1;
    box-shadow: 0px 1px 2px rgba(16, 24, 40, 0.05);
    border-radius: 8px;
    background-color: #7f56d9;
    border: 1px solid #7f56d9;
    overflow: hidden;
    display: flex;
    flex-direction: row;
    align-items: center;
    justify-content: center;
    padding: 0.625rem 1.125rem;
  }
  .button {
    align-self: stretch;
    border-radius: 8px;
    display: flex;
    flex-direction: row;
    align-items: flex-start;
    justify-content: center;
    color: #fff;
  }
  .input-field-parent {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    justify-content: center;
    gap: 0.5rem;
  }
  .hint-text {
    align-self: stretch;
    position: relative;
    font-size: 0.875rem;
    line-height: 1.25rem;
    color: #1d2939;
    text-align: center;
  }
  .email-capture {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1rem;
    text-align: left;
    font-size: 1rem;
    color: #667085;
  }
  .content {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    gap: 1.5rem;
  }
  .container {
    align-self: stretch;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 0rem 1rem;
    text-align: center;
    font-size: 1.75rem;
    color: #101828;
    font-family: Inter;
  }
  .mockup-shadow {
    position: absolute;
    height: 100%;
    width: calc(100% - 32px);
    top: 0rem;
    right: 1rem;
    bottom: 0rem;
    left: 1rem;
    box-shadow: 0px 24px 48px -12px rgba(16, 24, 40, 0.18);
    background-color: #101828;
  }
  .screen-mockup-replace-fill {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0rem;
    right: 0rem;
    bottom: 0rem;
    left: 0rem;
    border-radius: 0.8rem;

    max-width: 100%;
    overflow: hidden;
    max-height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
  .screen-mockup {
    width: 21.875rem;
    position: relative;
    border-radius: 0.8rem;

    border: 4px solid #101828;
    box-sizing: border-box;
    height: 14.75rem;
    overflow: hidden;
    flex-shrink: 0;
  }
  .section {
    width: 100%;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 2rem 0rem;
    box-sizing: border-box;
    gap: 1.5rem;
    z-index: 0;
  }
  .hero-header-section {
    align-self: stretch;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    z-index: 1;
  }
  .footer-text {
    position: relative;
    text-align: center;
    font-size: 1rem;
    line-height: 1.5rem;
    font-family: Inter;
    color: #667085;
  }
  .footer {
    align-self: stretch;
    border-top: 1px solid #e4e7ec;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    padding: 1.5rem 1rem;
    gap: 1rem;
    z-index: 2;
  }
  .mobile {
    width: 100%;
    position: relative;
    background-color: #f9f5ff;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: left;
    font-size: 1.25rem;
    color: #7f56d9;
    font-family: Geist;
  }
  #sib-form {
    display: flex;
    align-items: center;
    flex-direction: column;
    gap: 0rem;
  }
  .sib-form, .entry__field, .sib-input, .sib-form-block, #sib-container {
    width: 100%;
  }
  div, button, #EMAIL {
    width: 100%;
  }
}/*# sourceMappingURL=home-page.css.map */