:root {
  --colors--light: #f4f4f4;
  --black: black;
  --_design-system---text--text-size: 1rem;
  --_design-system---text--text-line-height: 1.6em;
  --_design-system---h1-heading--h1-margin-bottom: .3em;
  --font--heading-font: Lexend, sans-serif;
  --_design-system---h1-heading--h1-size: 4.21rem;
  --_design-system---h1-heading--h1-line-height: 1.04em;
  --_design-system---h1-heading--h1-letter-spacing: -.01em;
  --_design-system---h1-heading--h1-tablet: 3.37rem;
  --_design-system---h1-heading--h1-mobile-l: 2.69rem;
  --_design-system---h1-heading--h1-mobile: 2.15rem;
  --_design-system---h2-heading--h2-margin-bottom: .35em;
  --_design-system---h2-heading--h2-size: 2.37rem;
  --_design-system---h2-heading--h2-line-height: 1.04em;
  --_design-system---h2-heading--h2-letter-spacing: -.01em;
  --_design-system---h2-heading--h2-tablet: 1.89rem;
  --_design-system---h2-heading--h2-mobile-l: 1.52rem;
  --_design-system---h3-heading--h3-margin-bottom: .5em;
  --_design-system---h3-heading--h3-size: 1.78rem;
  --_design-system---h3-heading--h3-line-height: 1.04em;
  --_design-system---h3-heading--h3-letter-spacing: -.01em;
  --_design-system---h3-heading--h3-tablet: 1.42rem;
  --_design-system---h3-heading--h3-mobile-l: 1.14rem;
  --colors--white: white;
  --colors--light-blue: #3d8eff;
  --colors--blue: #006aff;
  --nimbus-library--color--accent\<deleted\|variable-0a0767c3-bb1c-ed7c-541d-c1d1ee21e3c1\>: #3569f1;
  --colors--dark: #030303;
  --radius--round: 100rem;
  --nimbus-library--color--light\<deleted\|variable-3070d522-f73a-7566-89c2-1ebd6b90caba\>: #fafeff;
  --nimbus-library--color--white\<deleted\|variable-073f4954-cfe1-1a6a-fcfd-26cf26107f5a\>: white;
  --radius--xl-radius: 1rem;
  --_design-system---h2-heading--h2-mobile: 1.21rem;
  --radius--sm-radius: .25rem;
  --nimbus-library--type--h1-big: 3.6em;
  --radius--md-radius: .5rem;
  --radius--lg-radius: .75rem;
  --_design-system---h2-heading--h2-weight: 400;
  --nimbus-library--type--h2: 2em;
  --nimbus-library--type--h3: 1.4em;
  --font--body-font: "Instrument Sans", sans-serif;
  --nimbus-library--type--body-big: 1.1em;
  --font--button-font: "Instrument Sans", sans-serif;
  --_design-system---h1-heading--h1-weight: 400;
  --_design-system---h3-heading--h3-mobile: .91rem;
  --_design-system---h3-heading--h3-weight: 400;
  --_design-system---h4-heading--h4-size: 1.33rem;
  --_design-system---h4-heading--h4-size-tablet: 1.2rem;
  --_design-system---h4-heading--h4-mobile-l: 1.08rem;
  --_design-system---h4-heading--h4-mobile: .97rem;
  --_design-system---h4-heading--h4-letter-spacing: -.01em;
  --_design-system---h4-heading--h4-line-height: 1.3em;
  --_design-system---h4-heading--h4-weight: 400;
  --_design-system---h4-heading--h4-margin-bottom: .5em;
  --_design-system---h5-heading--h5-size: 1rem;
  --_design-system---h5-heading--h5-tablet: 1rem;
  --_design-system---h5-heading--h5-mobile-l: 1rem;
  --_design-system---h5-heading--h5-mobile: 1rem;
  --_design-system---h5-heading--h5-letter-spacing: 0em;
  --_design-system---h5-heading--h5-line-height: 1.3em;
  --_design-system---h5-heading--h5-weight: 400;
  --_design-system---h5-heading--h5-margin-bottom: .7em;
  --_design-system---h6-heading--h6-size: .75rem;
  --_design-system---h6-heading--h6-tablet: .75rem;
  --_design-system---h6-heading--h6-mobile-l: .75rem;
  --_design-system---h6-heading--h6-mobile: .75rem;
  --_design-system---h6-heading--h6-letter-spacing: .1em;
  --_design-system---h6-heading--h6-line-height: 1.3em;
  --_design-system---h6-heading--h6-weight: 400;
  --_design-system---h6-heading--h6-margin-bottom: .7em;
  --_design-system---text--text-tablet: 1rem;
  --_design-system---text--text-mobile-l: 1rem;
  --_design-system---text--text-mobile: 1rem;
}

.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 {
  background-color: var(--colors--light);
  color: var(--black);
  font-family: Instrument Sans, sans-serif;
  font-size: var(--_design-system---text--text-size);
  line-height: var(--_design-system---text--text-line-height);
}

h1 {
  margin-top: 0;
  margin-bottom: var(--_design-system---h1-heading--h1-margin-bottom);
  font-family: var(--font--heading-font);
  font-size: var(--_design-system---h1-heading--h1-size);
  line-height: var(--_design-system---h1-heading--h1-line-height);
  letter-spacing: var(--_design-system---h1-heading--h1-letter-spacing);
  font-weight: 400;
}

h2 {
  margin-top: 0;
  margin-bottom: var(--_design-system---h2-heading--h2-margin-bottom);
  font-family: var(--font--heading-font);
  color: var(--black);
  font-size: var(--_design-system---h2-heading--h2-size);
  line-height: var(--_design-system---h2-heading--h2-line-height);
  letter-spacing: var(--_design-system---h2-heading--h2-letter-spacing);
  font-weight: 400;
}

h3 {
  margin-top: 0;
  margin-bottom: var(--_design-system---h3-heading--h3-margin-bottom);
  font-family: var(--font--heading-font);
  font-size: var(--_design-system---h3-heading--h3-size);
  line-height: var(--_design-system---h3-heading--h3-line-height);
  letter-spacing: var(--_design-system---h3-heading--h3-letter-spacing);
  text-transform: capitalize;
  font-weight: 400;
}

.navbar {
  background-color: var(--colors--white);
  border-bottom: 1px solid #1717171a;
  height: 98px;
  position: relative;
  inset: 0% 0% auto;
}

.nav-right {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.img-logo {
  max-width: none;
  height: 100%;
}

.brandlink {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  color: var(--colors--blue);
  justify-content: center;
  align-items: center;
  height: 42px;
  display: flex;
}

.container-navbar {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 1660px;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  position: relative;
}

.navlink {
  color: var(--colors--dark);
  padding: 12px 16px;
  font-size: 1rem;
  text-decoration: none;
}

.cta {
  border-radius: var(--radius--round);
  background-color: var(--colors--blue);
  color: var(--colors--light);
  justify-content: center;
  align-items: center;
  height: 52px;
  margin-left: 24px;
  padding-left: 24px;
  padding-right: 24px;
  transition: background-color .2s;
  display: flex;
}

.cta:hover {
  background-color: var(--colors--light-blue);
  color: var(--nimbus-library--color--light\<deleted\|variable-3070d522-f73a-7566-89c2-1ebd6b90caba\>);
  box-shadow: 0 4px 8px #0003;
}

.nav-menu {
  background-color: var(--colors--white);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.main-container {
  width: 100%;
  max-width: 1660px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 24px;
  padding-right: 24px;
}

.section {
  background-color: var(--colors--light);
  padding-top: 100px;
  padding-bottom: 100px;
}

.top-text-accent {
  color: var(--colors--blue);
  text-transform: capitalize;
  font-style: normal;
}

.grid-hero {
  grid-column-gap: 40px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.6fr 1.15fr;
  grid-auto-flow: column;
}

.top-text-heading-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 750px;
  display: flex;
}

.top-text-heading-hero.left {
  justify-content: flex-start;
  align-items: flex-start;
}

.subtitle-hero {
  max-width: 80%;
}

.cta-hero-section {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.hero-section-grid {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  padding-top: 48px;
  padding-bottom: 48px;
  display: flex;
}

.img-hero {
  object-fit: cover;
  border-radius: 24px;
}

.cta-hero {
  border-radius: var(--radius--round);
  background-color: var(--colors--blue);
  color: var(--colors--light);
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 24px;
  padding-right: 24px;
  transition: background-color .2s;
  display: flex;
}

.cta-hero:hover {
  background-color: var(--colors--light-blue);
  color: var(--nimbus-library--color--light\<deleted\|variable-3070d522-f73a-7566-89c2-1ebd6b90caba\>);
  box-shadow: 0 4px 8px #0003;
}

.cta-outline {
  border: 1px solid var(--colors--light-blue);
  border-radius: var(--radius--round);
  background-color: var(--colors--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 24px;
  padding-right: 24px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.cta-outline:hover {
  background-color: var(--colors--white);
  box-shadow: 0 6px 8px #0003;
}

.overlay {
  background-color: var(--nimbus-library--color--light\<deleted\|variable-3070d522-f73a-7566-89c2-1ebd6b90caba\>);
  transform-origin: 50% 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.center-content-top {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 850px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.center-content-top.mg-bottom-64 {
  margin-bottom: 64px;
}

.cta-outline-center {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.grid-about-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto;
  width: 100%;
  max-width: 1190px;
  margin-left: auto;
  margin-right: auto;
}

.wrap-img {
  border-radius: 8px;
  max-width: 496px;
  position: relative;
  overflow: clip;
}

.wrap-img.nl-second-image-wrap {
  max-width: 322px;
}

.img-about-section {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: block;
}

.text-span-2 {
  color: var(--colors--blue);
}

.top-text-heading-left {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.top-text-heading-left.nl-center-landscape {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
}

.grid-solutions-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-flow: row;
}

.grid-tile {
  grid-column-gap: 140px;
  grid-row-gap: 140px;
  background-color: var(--nimbus-library--color--white\<deleted\|variable-073f4954-cfe1-1a6a-fcfd-26cf26107f5a\>);
  border-radius: 20px;
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  padding: 48px 40px 40px;
  display: flex;
}

.grid-tile.fourth {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-color: var(--colors--light-blue);
  justify-content: center;
  align-items: center;
}

.icon-tile-img {
  height: 42px;
}

.bottom-solutions {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.bottom-solutions.fourth {
  justify-content: flex-start;
  align-items: center;
}

.grid-use-case-section {
  grid-column-gap: 60px;
  grid-row-gap: 60px;
  grid-template-rows: auto;
  grid-template-columns: 1.05fr .95fr;
}

.content-right {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  display: flex;
}

.bottom-text {
  max-width: 100%;
}

.img-wrap-use-case {
  border-radius: 8px;
  position: relative;
  overflow: hidden;
}

.img-use-case {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.center-heading-top {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.grid-why-choose-section {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.tile-grid-choose-section {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: center;
  background-color: #fff;
  border-radius: 12px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 40px;
  display: flex;
}

.icon-img-choose-section {
  width: 52px;
  margin-bottom: 8px;
}

.bottom-contact {
  border-radius: var(--radius--xl-radius);
  background-color: var(--colors--light-blue);
  justify-content: center;
  align-items: center;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding: 48px;
  display: flex;
}

.content {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  text-align: center;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  max-width: 555px;
  display: flex;
}

.img-brand {
  max-width: none;
  height: 100%;
  display: block;
}

.brand-link-footer {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  color: var(--colors--blue);
  flex-flow: row;
  justify-content: center;
  align-items: center;
  height: 38px;
  text-decoration: none;
  display: flex;
}

.brand-link-footer.w--current {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
}

.footer-section {
  background-color: var(--colors--white);
  padding-bottom: 64px;
}

.top-footer {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  border-bottom-color: #1717171f;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 64px;
  padding-bottom: 64px;
  display: flex;
}

.flex-footer {
  grid-column-gap: 52px;
  grid-row-gap: 52px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-link-list {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex-flow: wrap;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-link {
  color: var(--colors--dark);
  text-transform: capitalize;
  text-decoration: none;
}

.footer-link:hover {
  text-decoration: underline;
}

.wrap-legal-footer {
  justify-content: space-between;
  align-items: center;
  padding-top: 32px;
  display: flex;
}

.legal-text-footer {
  color: var(--colors--dark);
  text-decoration: none;
}

.top-text-heading.center {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.top-text-heading.mg-bottom-64 {
  margin-bottom: 64px;
}

.top-text-heading.left {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.cta-final {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.cta-outline-final {
  border: 1px solid var(--colors--light-blue);
  border-radius: var(--radius--round);
  background-color: var(--colors--white);
  color: var(--black);
  justify-content: center;
  align-items: center;
  height: 52px;
  padding-left: 24px;
  padding-right: 24px;
  transition: color .2s, background-color .2s;
  display: flex;
}

.cta-outline-final:hover {
  background-color: var(--colors--light);
  box-shadow: 0 6px 8px #0003;
}

@media screen and (max-width: 991px) {
  h1 {
    font-size: var(--_design-system---h1-heading--h1-tablet);
  }

  h2 {
    font-size: var(--_design-system---h2-heading--h2-tablet);
  }

  h3 {
    font-size: var(--_design-system---h3-heading--h3-tablet);
  }

  .navbar {
    position: relative;
  }

  .wrap-menu-button {
    grid-row-gap: 6px;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
    padding: 0;
    display: flex;
  }

  .menu-button {
    background-color: var(--colors--light-blue);
    border-radius: 80px;
    width: 46px;
    height: 46px;
    padding: 0;
  }

  .menu-button.w--open {
    background-color: #3d8eff80;
  }

  .line-menu {
    background-color: var(--nimbus-library--color--accent\<deleted\|variable-0a0767c3-bb1c-ed7c-541d-c1d1ee21e3c1\>);
    border-radius: 4px;
    width: 20px;
    height: 2px;
    padding: 0;
  }

  .line-menu.second-line, .line-menu.first-line {
    background-color: var(--colors--light);
  }

  .container-navbar {
    padding-left: 16px;
    padding-right: 16px;
    position: static;
  }

  .navlink {
    background-color: var(--colors--white);
    font-size: .9em;
    display: block;
  }

  .cta {
    margin-left: 0;
  }

  .nav-menu {
    background-color: var(--colors--white);
  }

  .grid-hero {
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
    grid-template-columns: 1.6fr;
  }

  .top-text-heading-hero.left {
    text-align: center;
    justify-content: center;
    align-items: center;
  }

  .hero-section-grid {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-top: 24px;
    padding-bottom: 24px;
  }

  .wrap-img {
    max-width: 100%;
  }

  .wrap-img.nl-second-image-wrap {
    max-width: 72%;
  }

  .grid-use-case-section {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .content-right {
    max-width: none;
  }

  .grid-why-choose-section {
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 600px;
    margin-left: auto;
    margin-right: auto;
  }

  .bottom-contact {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    text-align: center;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .content {
    grid-column-gap: 12px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
    max-width: 510px;
  }

  .wrap-legal-footer {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: var(--_design-system---h1-heading--h1-mobile-l);
  }

  h2 {
    font-size: var(--_design-system---h2-heading--h2-mobile-l);
  }

  h3 {
    font-size: var(--_design-system---h3-heading--h3-mobile-l);
  }

  .navbar {
    height: 90px;
  }

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

  .top-text-heading-hero {
    justify-content: flex-start;
    align-items: center;
  }

  .hero-section-grid {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
  }

  .img-hero {
    width: 100%;
    max-width: 480px;
    margin-left: auto;
    margin-right: auto;
  }

  .center-content-top.mg-bottom-64 {
    max-width: 550px;
  }

  .top-text-heading-left {
    text-align: center;
  }

  .top-text-heading-left.nl-center-landscape {
    justify-content: flex-start;
    align-items: center;
  }

  .grid-solutions-section {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    width: 100%;
    max-width: 440px;
    margin-left: auto;
    margin-right: auto;
  }

  .grid-use-case-section {
    grid-column-gap: 52px;
    grid-row-gap: 52px;
    grid-template-columns: 1fr;
  }

  .content-right {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .content {
    grid-column-gap: 12px;
  }

  .wrap-legal-footer {
    grid-row-gap: 24px;
    text-align: center;
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .legal-text-footer {
    font-size: 16px;
  }

  .top-text-heading.left {
    justify-content: flex-start;
    align-items: center;
  }
}

@media screen and (max-width: 479px) {
  h1 {
    font-size: var(--_design-system---h1-heading--h1-mobile);
  }

  h2 {
    font-size: var(--_design-system---h2-heading--h2-mobile-l);
  }

  .navbar {
    height: 72px;
  }

  .img-logo {
    width: 100%;
    height: auto;
  }

  .brandlink {
    width: 90%;
    max-width: 53vw;
    height: auto;
    padding-left: 0;
  }

  .container-navbar {
    padding-left: 12px;
    padding-right: 12px;
  }

  .main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .section {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .grid-hero {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
  }

  .grid-about-section {
    grid-template-columns: 1fr;
  }

  .wrap-img.nl-second-image-wrap {
    max-width: 78%;
  }

  .grid-solutions-section {
    grid-template-columns: 1fr;
  }

  .grid-tile {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    padding: 32px;
  }

  .tile-grid-choose-section {
    padding: 32px;
  }

  .bottom-contact {
    text-align: center;
    justify-content: flex-start;
    align-items: center;
  }

  .content {
    grid-column-gap: 12px;
    text-align: center;
    justify-content: center;
    align-items: flex-start;
  }

  .brand-link-footer, .flex-footer {
    justify-content: center;
    align-items: center;
  }

  .footer-link-list {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .legal-text-footer {
    font-size: .8em;
  }

  .top-text-heading.center.mg-bottom-64, .top-text-heading.mg-bottom-64 {
    margin-bottom: 32px;
  }
}

#w-node-bda33812-db94-2b38-e406-1b13d3f723c4-bce8565e {
  place-self: stretch stretch;
}

#w-node-_01513753-5558-0225-ed6a-d4159ba7ce23-bce8565e {
  place-self: center;
}

#w-node-_01513753-5558-0225-ed6a-d4159ba7ce20-bce8565e {
  place-self: center stretch;
}

#w-node-_1cc8cc37-6ae1-be00-5139-45a1509c1b51-bce8565e, #w-node-_642261cd-5b5a-973a-e028-38ee4da25dfa-bce8565e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-fbd27f1d-6650-6acb-9cfd-d2636eca6428-bce8565e {
  place-self: stretch start;
}

#w-node-fbd27f1d-6650-6acb-9cfd-d2636eca6431-bce8565e {
  place-self: stretch stretch;
}

@media screen and (max-width: 991px) {
  #w-node-bda33812-db94-2b38-e406-1b13d3f723c4-bce8565e {
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_01513753-5558-0225-ed6a-d4159ba7ce23-bce8565e {
    order: -9999;
  }
}


