@font-face {
  font-family: Manrope Wght;
  src: url('../fonts/Manropewght.ttf') format("truetype");
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}

:root {
  --text-black: #232323;
  --relume-library-lite--rl-white: white;
  --brand: #1d76ff;
  --sub-text: #767676;
  --button-radius: 6px;
  --radius: 12px;
  --subtle-background: #f7f6f5;
  --borders: #0000001a;
  --radiant-ui-components-library-marketplace--color--white: white;
  --radiant-ui-components-library-marketplace--color--theme-color: #116df8;
  --radiant-ui-components-library-marketplace--color--body-font-dark: #6d6d6d;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.body {
  color: var(--text-black);
  background-color: #fff;
  flex-flow: column;
  font-family: Manrope Wght, Arial, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.5;
  display: flex;
}

.navbar {
  z-index: 9999;
  -webkit-backdrop-filter: blur(10px);
  backdrop-filter: blur(10px);
  background-color: #ffffffbf;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  height: 64px;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
  position: sticky;
  top: 0;
}

.nav-menu {
  flex: 1;
  justify-content: space-between;
  display: flex;
}

.logo-text {
  color: var(--text-black);
  font-size: 24px;
  font-weight: 800;
  line-height: 1;
}

.logo-text.light {
  color: var(--relume-library-lite--rl-white);
}

.hero {
  background-color: #fff0;
  background-image: none;
  background-position: 0 0;
  border: 3px gray;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 60px 60px 100px;
  display: flex;
  position: relative;
}

.heading {
  z-index: 1;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 44px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.text-span {
  color: var(--brand);
  text-shadow: none;
}

.div-block {
  flex-flow: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.paragraph {
  color: var(--sub-text);
  text-align: center;
  margin-bottom: 0;
  line-height: 1.5;
}

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

.paragraph.small {
  text-align: center;
  width: 740px;
  margin-bottom: 0;
}

.paragraph.left {
  text-align: left;
}

.nav-link {
  padding-left: 0;
  padding-right: 0;
  font-weight: 600;
  line-height: 1;
  transition: all .3s cubic-bezier(.165, .84, .44, 1);
}

.nav-link:hover {
  color: var(--sub-text);
}

.container {
  z-index: 1;
  max-width: 1040px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container.full-width {
  width: 100%;
  max-width: none;
}

.container.animated {
  width: 70vw;
  max-width: none;
}

.container.small {
  width: 60svw;
}

.brand {
  justify-content: space-between;
  align-items: center;
  padding-right: 40px;
  display: flex;
  position: static;
}

.div-block-2 {
  flex-flow: row;
  height: 100%;
  display: flex;
}

.button {
  border-radius: var(--button-radius);
  background-color: var(--brand);
  width: 45%;
  padding: 12px 20px;
  font-size: 14px;
  font-weight: 600;
  display: inline-block;
}

.button.clear {
  color: var(--text-black);
  background-color: #f3f3f3;
}

.button.signup-button {
  margin-left: 10px;
}

.button.signinbutton {
  width: 100%;
}

.div-block-3 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: -60px;
  display: flex;
}

.feature-section {
  border-radius: var(--radius);
  background-color: #f3f3f3;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  margin-left: auto;
  margin-right: auto;
  padding: 100px 60px;
  position: relative;
}

.h2 {
  z-index: 1;
  color: var(--text-black);
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 36px;
  font-weight: 600;
  line-height: 1.4;
  position: relative;
}

.div-block-3-copy {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  color: var(--text-black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.spline-scene {
  z-index: 0;
  height: 480px;
  margin-top: 0;
  display: block;
}

.grid {
  grid-column-gap: 0rem;
  grid-row-gap: 0rem;
  grid-template: "Area"
                 "Area-2"
                 "Area-3"
                 / 1fr;
}

.two-link-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  padding-top: 20px;
  display: flex;
}

.info-section {
  background-image: radial-gradient(circle, #fff, #fff0);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding: 140px 60px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.info-section.dark {
  background-color: var(--subtle-background);
  background-image: none;
}

.grid-2 {
  grid-column-gap: 2rem;
  grid-row-gap: 4rem;
  grid-template-columns: 1fr;
  grid-template-areas: ".";
}

.small-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.heading-2 {
  z-index: 1;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 32px;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
}

.heading-3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 600;
}

.paragraph-2 {
  color: var(--sub-text);
  margin-bottom: 0;
}

.svg-icon {
  color: var(--brand);
  width: 2rem;
}

.svg-icon:hover {
  cursor: pointer;
}

.spline-scene-2 {
  z-index: -1;
  filter: blur(100px);
  height: 540px;
  display: block;
  position: absolute;
  top: -62px;
  left: 196px;
}

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

.blue-icon {
  color: var(--brand);
  background-color: #1d76ff26;
  border-radius: 1000px;
  width: 1.5rem;
  height: 1.5rem;
  padding-left: 4px;
  padding-right: 4px;
  display: block;
}

.blue-icon:hover {
  cursor: pointer;
}

.text-block-2 {
  line-height: 1;
}

.div-block-6 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  border-radius: var(--radius);
  border: 1px solid #bbbbbb30;
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px;
  display: flex;
  box-shadow: 0 15.4px 10.4px #071f570d, 0 30.6px 22.8px #071f570e;
}

.hero-text-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 70%;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 20px;
  display: flex;
}

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

.footer {
  color: var(--relume-library-lite--rl-white);
  padding-top: 20px;
  padding-left: 20px;
  padding-right: 20px;
}

.lx-link {
  color: var(--text-black);
  text-align: center;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-weight: 600;
  text-decoration: none;
  transition: all .3s;
  display: flex;
}

.lx-link:hover {
  color: var(--sub-text);
}

.lx-link.light {
  color: var(--relume-library-lite--rl-white);
}

.rl_footer4_component {
  background-color: var(--relume-library-lite--rl-white);
}

.lx-footer-wrapper {
  grid-column-gap: 4vw;
  border-bottom: 1px solid var(--borders);
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  justify-content: space-between;
  align-items: center;
  padding-bottom: 40px;
}

.rl_footer4_social-link {
  color: var(--text-black);
  align-items: center;
  text-decoration: none;
  display: flex;
}

.rl-padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.rl_footer4_legal-link {
  opacity: 1;
  color: var(--sub-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
  text-decoration: none;
}

.rl_footer4_line-divider {
  background-color: var(--text-black);
  width: 100%;
  height: 1px;
}

.rl_footer4_logo-link {
  padding-left: 0;
}

.lx-link-list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0px;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: center;
  place-items: stretch stretch;
  display: grid;
}

.rl_footer4_social-list {
  grid-column-gap: .75rem;
  grid-row-gap: 0rem;
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  place-items: start;
  display: grid;
}

.rl_footer4_spacing-block2 {
  width: 100%;
  padding-bottom: 2rem;
}

.lx-footer-bottom-wrapper {
  grid-column-gap: 1.5rem;
  grid-row-gap: 0rem;
  color: var(--relume-library-lite--rl-white);
  white-space: normal;
  grid-template-rows: auto;
  grid-template-columns: max-content;
  grid-auto-columns: max-content;
  grid-auto-flow: column;
  justify-content: space-between;
  display: grid;
}

.rl_footer4_spacing-block1 {
  width: 100%;
  padding-bottom: 5rem;
}

.rl_footer4_credit-text {
  color: var(--sub-text);
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl-padding-global {
  padding-left: 5%;
  padding-right: 5%;
}

.rl-social-icon {
  color: var(--text-black);
  width: 1.5rem;
  height: 1.5rem;
}

.rl-container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.footer-wrap {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  border-top-left-radius: var(--radius);
  border-top-right-radius: var(--radius);
  background-color: var(--subtle-background);
  flex-flow: column;
  padding: 60px;
  display: flex;
}

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

.div-block-9 {
  background-color: #000;
  padding: 10px 20px;
}

.text-block-3 {
  color: var(--relume-library-lite--rl-white);
  justify-content: center;
  align-items: center;
  display: flex;
}

.spline-scene-3 {
  height: 990px;
  position: absolute;
  inset: 0%;
  transform: scale(.5);
}

.div-block-10 {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  display: flex;
}

.expanding-div {
  border-radius: var(--radius);
  background-color: var(--subtle-background);
  width: 65svw;
  margin-left: auto;
  margin-right: auto;
  padding: 40px 60px;
}

.grid-3 {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  grid-template-rows: auto;
}

.expanding-wrapper {
  background-image: radial-gradient(circle, #fff, #fff0);
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  padding-top: 100px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-11 {
  border-radius: var(--radius);
}

.link {
  color: var(--text-black);
  margin-top: 20px;
  font-weight: 600;
  display: block;
}

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

.div-block-13 {
  background-color: var(--brand);
  width: 0%;
  height: 1px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spline-scene-4 {
  position: absolute;
  inset: 0% 0% 0% 80%;
}

.rl-padding-section-large {
  padding-top: 7rem;
  padding-bottom: 7rem;
}

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 10px 20px;
  display: flex;
}

.rl-heading-style-h2 {
  color: var(--text-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.rl-text-style-regular {
  color: var(--sub-text);
  margin-top: 0;
  margin-bottom: 0;
}

.rl_faq6_answer {
  padding-left: 20px;
  padding-right: 20px;
  overflow: hidden;
}

.rl-button {
  border: 1px solid var(--text-black);
  background-color: var(--text-black);
  color: var(--relume-library-lite--rl-white);
  text-align: center;
  padding: .75rem 1.5rem;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1rem;
}

.rl-button.is-secondary {
  color: var(--text-black);
  background-color: #0000;
}

.rl_faq6_accordion {
  border-radius: var(--radius);
  background-color: var(--subtle-background);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq6_list-grid {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.rl-text-style-medium {
  color: var(--text-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_icon {
  color: var(--brand);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.rl_section_faq6 {
  background-color: var(--relume-library-lite--rl-white);
}

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl-padding-global-2 {
  padding-left: 5%;
  padding-right: 5%;
}

.rl_faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl_faq6_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_faq6_question-text {
  color: var(--text-black);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.5;
}

.rl_faq6_icon-wrapper {
  align-self: center;
}

.rl-container-large-2 {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
}

.div-block-14 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.grid-3-copy {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img {
  align-self: center;
  height: 280px;
  display: block;
}

.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-field {
  border-radius: var(--button-radius);
  background-color: var(--subtle-background);
  border: 1px #000;
  height: 42px;
}

.text-field.enquiry-form-data, .text-field-2 {
  width: 500px;
}

.form-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 400px;
  max-width: 400px;
  margin-bottom: 0;
  padding-left: 2rem;
  padding-right: 2rem;
  display: block;
}

.field-label {
  font-size: 14px;
}

.field-label-2, .field-label-3 {
  width: 500px;
}

.textarea {
  height: auto;
}

.textarea.enquiry-form-data {
  width: 500px;
}

.div-block-16 {
  display: flex;
}

.text-block-4 {
  text-align: center;
  font-size: 24px;
  font-weight: 700;
}

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

.utility {
  background-color: #fff0;
  background-image: none;
  background-position: 0 0;
  flex-flow: row;
  flex: 1;
  justify-content: space-between;
  align-items: center;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
}

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

.link-2 {
  color: var(--brand);
  text-decoration: none;
}

.div-block-18 {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  padding-left: 2rem;
  padding-right: 2rem;
  display: flex;
}

.link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-radius: var(--button-radius);
  color: var(--text-black);
  border: 1px solid #0000001a;
  justify-content: flex-start;
  align-items: center;
  height: 45px;
  padding-left: 1rem;
  padding-right: 12px;
  font-size: 14px;
  text-decoration: none;
  display: flex;
}

.sso-logo {
  width: 20px;
  height: 20px;
  display: block;
}

.div-block-19 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  display: flex;
}

.div-block-20 {
  background-color: #e5e5e5;
  width: 100%;
  height: 1px;
}

.div-block-21 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  font-size: 14px;
  display: flex;
}

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

.div-block-22 {
  color: var(--radiant-ui-components-library-marketplace--color--white);
  background-color: #1d76ff;
  border: 0 gray;
  border-radius: 5px;
  min-width: 720px;
  min-height: 0;
}

.submit-button {
  display: none;
}

.textarea-2 {
  background-color: #fff;
  border: 1px solid #1d76ff;
  border-radius: 10px;
  width: 100%;
  max-width: 600px;
  min-height: 70px;
  margin-left: auto;
  margin-right: auto;
}

.div-block-23 {
  clear: none;
  order: 0;
  align-self: flex-start;
  margin-top: 20px;
  display: block;
  position: static;
}

@media screen and (max-width: 991px) {
  .nav-menu {
    background-color: #fff;
    border-radius: 4px;
    flex-flow: column;
    padding: 10px;
    box-shadow: 0 2px 5px #0000001a;
  }

  .logo-text {
    flex: 1;
  }

  .hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .brand.w--current {
    justify-content: space-between;
    align-items: center;
    padding-right: 0;
  }

  .div-block-2 {
    justify-content: space-between;
    align-items: center;
  }

  .info-section {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .paragraph-2 {
    text-align: left;
  }

  .hero-text-wrapper {
    width: 100%;
  }

  .footer {
    padding-left: 0;
    padding-right: 0;
  }

  .lx-link {
    height: 40px;
  }

  .lx-footer-wrapper {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    justify-content: center;
    justify-items: center;
  }

  .rl-padding-section-medium {
    padding-top: 4.5rem;
    padding-bottom: 4.5rem;
  }

  .lx-link-list {
    flex-flow: column;
    display: flex;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 4.5rem;
  }

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

  .rl-padding-section-large {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl_faq6_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .div-block-14 {
    justify-content: space-between;
    align-items: flex-start;
  }

  .menu-button {
    margin-left: auto;
  }

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

  .utility {
    padding-left: 40px;
    padding-right: 40px;
  }

  .menu-button-2 {
    background-color: #1d76ff;
  }

  .menu-button-2.w--open {
    background-color: #1d76ff;
    border-radius: 4px;
  }
}

@media screen and (max-width: 767px) {
  .paragraph.center {
    text-align: left;
  }

  .brand.w--current {
    padding-left: 0;
  }

  .rl-padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .lx-link-list {
    grid-auto-flow: row;
    justify-items: center;
  }

  .rl_footer4_spacing-block2 {
    padding-bottom: 1.5rem;
  }

  .lx-footer-bottom-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 1rem;
    grid-template-rows: auto auto;
    grid-auto-flow: row;
    place-items: stretch stretch;
  }

  .rl_footer4_spacing-block1 {
    padding-bottom: 3rem;
  }

  .rl_footer4_credit-text {
    margin-top: 1rem;
  }

  .grid-3 {
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .rl-padding-section-large {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .rl_faq6_question {
    padding: 1rem 1.25rem;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

  .rl_faq6_answer {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq6_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_faq6_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_faq6_question-text {
    font-size: 1rem;
  }

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }

  .div-block-14 {
    justify-content: space-between;
    align-items: flex-start;
  }
}

@media screen and (max-width: 479px) {
  .hero {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading {
    font-size: 36px;
  }

  .info-section {
    padding-left: 40px;
    padding-right: 40px;
  }

  .heading-2 {
    font-size: 28px;
  }

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

  .lx-footer-bottom-wrapper {
    grid-template-columns: 1fr 1fr;
  }

  .div-block-8 {
    flex-flow: column;
    justify-content: space-between;
    align-items: center;
  }

  .div-block-10 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .expanding-wrapper {
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .div-block-17 {
    flex-flow: column-reverse;
  }

  .utility {
    padding-left: 0;
    padding-right: 0;
  }
}

#w-node-c99ff454-8f69-6001-ca5b-c5c0dae2dcee-4cf8f394 {
  grid-area: Area;
}

#w-node-_701bc213-d884-fb27-28dd-56e8726c0f28-4cf8f394 {
  grid-area: Area-2;
  place-self: stretch stretch;
}

#w-node-_523b4e92-ce40-e2c5-9200-6b08fac77d00-4cf8f394 {
  grid-area: Area-3;
}

#w-node-f3cc42d8-67af-76a7-be00-55b464c91cc2-4cf8f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d536fc04-89db-05bf-7c46-737f63db2622-4cf8f394 {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4d452461-0eee-843e-fe6b-38a9f9c82e41-4cf8f394, #w-node-_0a2dd881-657b-2eac-0bf1-4e1b7b43f20d-4cf8f394 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2477319b-8715-16bb-4a5e-211f5d07fa3a-4cf8f394, #w-node-_5c807a18-a322-ecdf-3ba8-b3f3660c06f7-4cf8f394 {
  align-self: start;
}

#w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-4cf8f394 {
  justify-self: start;
}

#w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209c8-4cf8f394 {
  justify-self: end;
}

#w-node-c99ff454-8f69-6001-ca5b-c5c0dae2dcee-84f7086d {
  grid-area: Area;
  justify-self: stretch;
}

#w-node-_701bc213-d884-fb27-28dd-56e8726c0f28-84f7086d {
  grid-area: Area-2;
  place-self: stretch stretch;
}

#w-node-_523b4e92-ce40-e2c5-9200-6b08fac77d00-84f7086d {
  grid-area: Area-3;
}

#w-node-f3cc42d8-67af-76a7-be00-55b464c91cc2-84f7086d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d536fc04-89db-05bf-7c46-737f63db2622-84f7086d {
  grid-area: 2 / 1 / 3 / 2;
}

#w-node-_4d452461-0eee-843e-fe6b-38a9f9c82e41-84f7086d, #w-node-_0a2dd881-657b-2eac-0bf1-4e1b7b43f20d-84f7086d {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_2477319b-8715-16bb-4a5e-211f5d07fa3a-84f7086d, #w-node-_5c807a18-a322-ecdf-3ba8-b3f3660c06f7-84f7086d {
  align-self: start;
}

#w-node-e0937e40-f338-c41b-f5ad-979fc495f0cd-c495f0c9 {
  justify-self: start;
}

#w-node-e0937e40-f338-c41b-f5ad-979fc495f0dd-c495f0c9 {
  justify-self: end;
}

#w-node-_6d673f11-02a9-fa8c-3d85-5db8923883ce-c51562cb {
  grid-area: Area-2;
}

#w-node-c99ff454-8f69-6001-ca5b-c5c0dae2dcee-c51562cb {
  grid-area: Area;
}

#w-node-_5c807a18-a322-ecdf-3ba8-b3f3660c06f7-c51562cb {
  align-self: start;
}

#w-node-c99ff454-8f69-6001-ca5b-c5c0dae2dcee-d809a8f1 {
  grid-area: Area;
}

#w-node-_5c807a18-a322-ecdf-3ba8-b3f3660c06f7-d809a8f1 {
  align-self: start;
}

#w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-d809a8f1 {
  justify-self: start;
}

#w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209c8-d809a8f1 {
  justify-self: end;
}

#w-node-_6d673f11-02a9-fa8c-3d85-5db8923883ce-335ac743, #w-node-_6fc38336-a093-f828-93e8-fcb96729e2fd-4c047ae4, #w-node-_6d673f11-02a9-fa8c-3d85-5db8923883ce-889ddd7c {
  grid-area: Area-2;
}

#w-node-c99ff454-8f69-6001-ca5b-c5c0dae2dcee-889ddd7c {
  grid-area: Area;
}

#w-node-_6d673f11-02a9-fa8c-3d85-5db8923883ce-4c08b2a4 {
  grid-area: Area-2;
}

#w-node-c99ff454-8f69-6001-ca5b-c5c0dae2dcee-4c08b2a4 {
  grid-area: Area;
}

#w-node-_6d673f11-02a9-fa8c-3d85-5db8923883ce-25fe9671 {
  grid-area: Area-2;
}

#w-node-c99ff454-8f69-6001-ca5b-c5c0dae2dcee-25fe9671 {
  grid-area: Area;
}

#w-node-_5c807a18-a322-ecdf-3ba8-b3f3660c06f7-25fe9671 {
  align-self: start;
}

#w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-25fe9671 {
  justify-self: start;
}

#w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209c8-25fe9671 {
  justify-self: end;
}

#w-node-_6d673f11-02a9-fa8c-3d85-5db8923883ce-d625e8e4 {
  grid-area: Area-2;
}

#w-node-c99ff454-8f69-6001-ca5b-c5c0dae2dcee-d625e8e4 {
  grid-area: Area;
}

#w-node-_5c807a18-a322-ecdf-3ba8-b3f3660c06f7-d625e8e4 {
  align-self: start;
}

#w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-d625e8e4 {
  justify-self: start;
}

#w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209c8-d625e8e4 {
  justify-self: end;
}

#w-node-_6d673f11-02a9-fa8c-3d85-5db8923883ce-6861b746 {
  grid-area: Area-2;
}

#w-node-c99ff454-8f69-6001-ca5b-c5c0dae2dcee-6861b746 {
  grid-area: Area;
}

#w-node-_5c807a18-a322-ecdf-3ba8-b3f3660c06f7-6861b746 {
  align-self: start;
}

#w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-6861b746 {
  justify-self: start;
}

#w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209c8-6861b746 {
  justify-self: end;
}

#w-node-_6d673f11-02a9-fa8c-3d85-5db8923883ce-e6a8afa8 {
  grid-area: Area-2;
}

#w-node-c99ff454-8f69-6001-ca5b-c5c0dae2dcee-e6a8afa8 {
  grid-area: Area;
}

#w-node-_5c807a18-a322-ecdf-3ba8-b3f3660c06f7-e6a8afa8 {
  align-self: start;
}

#w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-e6a8afa8 {
  justify-self: start;
}

#w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209c8-e6a8afa8 {
  justify-self: end;
}

#w-node-_6d673f11-02a9-fa8c-3d85-5db8923883ce-07b45b3f {
  grid-area: Area-2;
}

#w-node-c99ff454-8f69-6001-ca5b-c5c0dae2dcee-07b45b3f {
  grid-area: Area;
}

#w-node-_5c807a18-a322-ecdf-3ba8-b3f3660c06f7-07b45b3f {
  align-self: start;
}

#w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-07b45b3f {
  justify-self: start;
}

#w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209c8-07b45b3f {
  justify-self: end;
}

#w-node-_6fc38336-a093-f828-93e8-fcb96729e2fd-68e8782b, #w-node-_6fc38336-a093-f828-93e8-fcb96729e2fd-1040683f {
  grid-area: Area-2;
}

@media screen and (max-width: 991px) {
  #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-4cf8f394, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209c8-4cf8f394, #w-node-e0937e40-f338-c41b-f5ad-979fc495f0cd-c495f0c9, #w-node-e0937e40-f338-c41b-f5ad-979fc495f0dd-c495f0c9, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-d809a8f1, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209c8-d809a8f1, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-25fe9671, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209c8-25fe9671, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-d625e8e4, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209c8-d625e8e4, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-6861b746, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209c8-6861b746, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-e6a8afa8, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209c8-e6a8afa8, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-07b45b3f, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209c8-07b45b3f {
    justify-self: center;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_04f19a2f-8b59-256e-44c3-9180fe698301-4cf8f394 {
    grid-area: 2 / 1 / 3 / 2;
  }

  #w-node-a1751ac5-77c6-2688-f10b-a12ac0db8d14-4cf8f394 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e0937e40-f338-c41b-f5ad-979fc495f0e9-c495f0c9, #w-node-_04f19a2f-8b59-256e-44c3-9180fe698301-d809a8f1, #w-node-_04f19a2f-8b59-256e-44c3-9180fe698301-25fe9671, #w-node-_04f19a2f-8b59-256e-44c3-9180fe698301-d625e8e4, #w-node-_04f19a2f-8b59-256e-44c3-9180fe698301-6861b746, #w-node-_04f19a2f-8b59-256e-44c3-9180fe698301-e6a8afa8, #w-node-_04f19a2f-8b59-256e-44c3-9180fe698301-07b45b3f {
    grid-area: 4 / 1 / 5 / 2;
  }
}

@media screen and (max-width: 479px) {
  #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-4cf8f394 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_04f19a2f-8b59-256e-44c3-9180fe698301-4cf8f394 {
    grid-area: 2 / 1 / 3 / 3;
    place-self: center;
  }

  #w-node-a1751ac5-77c6-2688-f10b-a12ac0db8d14-4cf8f394 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: center;
  }

  #w-node-e0937e40-f338-c41b-f5ad-979fc495f0cd-c495f0c9, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-d809a8f1, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-25fe9671, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-d625e8e4, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-6861b746, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-e6a8afa8, #w-node-b14be3d9-e82f-7ecc-65a0-ab67d67209bb-07b45b3f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}


@font-face {
  font-family: 'Manrope Wght';
  src: url('../fonts/Manropewght.ttf') format('truetype');
  font-weight: 200 800;
  font-style: normal;
  font-display: swap;
}