:root {
  --_colors---primary--black: #0f0f0f;
  --_colors---primary--white: white;
  --_font---font-family: Inter, sans-serif;
  --_colors---gray--200: #e9eaeb;
  --_colors---gray--400: #a4a7ae;
  --_colors---gray--500: #717680;
  --_colors---gray--100: #f5f5f5;
  --_colors---purple--purple-500: #9e77ed;
  --_colors---gray--300: #d5d7da;
  --_colors---purple--purple-400: #b692f6;
  --_colors---gray--25: #fdfdfd;
  --_colors---purple--purple-200: #e9d7fe;
  --_colors---gray--800: #252b37;
  --_colors---gray--700: #414651;
  --overlay-boxes: #2223;
  --_colors---purple--purple-600: #7f56d9;
  --_colors---purple--purple-50: #f9f5ff;
  --_colors---gray--50: #fafafa;
  --_colors---gray--600: #535862;
  --_colors---gray--900: #101828;
  --_colors---purple--purple-25: #fcfaff;
  --_colors---purple--purple-100: #f4ebff;
  --_colors---purple--purple-300: #d6bbfb;
  --_colors---purple--purple-700: #6941c6;
  --_colors---purple--purple-800: #53389e;
  --_colors---purple--purple-900: #42307d;
}

.header {
  z-index: 5;
  -webkit-backdrop-filter: blur(3px);
  backdrop-filter: blur(3px);
  background-color: #0000000d;
  border-bottom: 1px solid #ffffff1a;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 96px;
  padding-bottom: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.body {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  background-color: var(--_colors---primary--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block {
  color: var(--_colors---primary--white);
  width: 1280px;
}

.h1 {
  font-family: var(--_font---font-family);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3rem;
  line-height: 3.75rem;
}

.h2 {
  font-family: var(--_font---font-family);
  color: var(--_colors---primary--white);
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 600;
  line-height: 2.75rem;
  display: flex;
}

.h2.left {
  text-align: left;
  flex-flow: column;
  width: auto;
  display: flex;
}

.h3 {
  font-family: var(--_font---font-family);
  color: var(--_colors---primary--white);
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.25rem;
  line-height: 1.875rem;
}

.text-regular {
  font-family: var(--_font---font-family);
  color: var(--_colors---gray--200);
  text-align: left;
  word-break: normal;
  font-size: 1rem;
  line-height: 1.5rem;
}

.text-regular.middle {
  color: var(--_colors---gray--200);
  text-align: center;
  word-break: normal;
  width: 100%;
  position: relative;
  overflow: hidden;
}

.text-regular.gray200 {
  color: var(--_colors---gray--400);
}

.nav-link {
  font-family: var(--_font---font-family);
  color: var(--_colors---gray--500);
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.5rem;
  text-decoration: none;
}

.nav-link:hover, .nav-link:active, .nav-link:lang(en) {
  color: var(--_colors---primary--white);
}

.header-logo {
  text-decoration: none;
}

.header-logo.logimobile.w--current {
  display: none;
}

.header-nav-links {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  justify-content: center;
  align-items: center;
  display: flex;
}

.hero-section {
  grid-column-gap: 5.5rem;
  grid-row-gap: 5.5rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
  overflow: visible;
}

.hero-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-top: 25vh;
  display: flex;
}

.h1 {
  color: var(--_colors---primary--white);
  text-align: center;
  overflow: hidden;
}

.h1-gradient {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(23deg, #fff 23%, #a572ff 54%, #5000dd 100%, #42307d);
  -webkit-background-clip: text;
  background-clip: text;
}

.text-bold {
  font-family: var(--_font---font-family);
  color: var(--_colors---primary--white);
  text-align: left;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
}

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

.text-bold.faq-hover {
  color: var(--_colors---gray--100);
}

.text-bold.faq-hover:hover {
  color: var(--_colors---purple--purple-500);
}

.text-bold.faq-hover:active {
  color: var(--_colors---primary--white);
}

.h4 {
  font-family: var(--_font---font-family);
  color: var(--_colors---gray--300);
  text-align: center;
  letter-spacing: 4px;
  text-transform: uppercase;
  word-break: normal;
  width: auto;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1rem;
  line-height: 1.5rem;
}

.hero-content, .hero-content-child {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  display: flex;
}

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

.text-small {
  font-family: var(--_font---font-family);
  color: var(--_colors---purple--purple-400);
  text-align: left;
  width: auto;
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.text-small.hero {
  color: var(--_colors---gray--200);
}

.text-small-regular {
  font-family: var(--_font---font-family);
  color: var(--_colors---gray--400);
  font-size: .875rem;
  font-weight: 400;
  line-height: 1.25rem;
}

.text-small-regular.hero {
  color: var(--_colors---gray--300);
}

.text-small-regular.left {
  font-size: 1rem;
}

.hero-social-child {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  height: 200%;
  display: flex;
}

.divider {
  background-color: var(--_colors---gray--300);
  width: 1px;
  height: 20px;
}

.backround-gradient {
  z-index: -5;
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff0 84%, black), linear-gradient(180deg, var(--_colors---primary--black) 7%, #5000dd 23%, var(--_colors---primary--white) 54%, #5000dd 59%, var(--_colors---primary--black) 83%);
  filter: blur(20px);
  width: auto;
  height: 900px;
  margin-left: -100px;
  margin-right: -100px;
  padding-left: 0%;
  position: absolute;
  inset: 0 0% 0;
}

.backround-gradient.hero {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff0 84%, black), linear-gradient(180deg, var(--_colors---primary--black), #5000dd 36%, var(--_colors---primary--white) 69%, #5000dd 69%, var(--_colors---primary--black) 83%);
  margin-left: 0;
  margin-right: 0;
  top: 30vh;
}

.backround-gradient.cta {
  background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff0 84%, black), linear-gradient(180deg, var(--_colors---primary--black) 13%, #5000dd 51%, var(--_colors---primary--white) 70%, #5000dd 77%, var(--_colors---primary--black) 79%);
  width: 100vw;
  margin-left: 0;
  margin-right: 0;
  inset: 0%;
}

.about-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1440px;
  height: auto;
  min-height: 80vh;
  margin-top: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  overflow: hidden;
}

.about-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.about-content {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  padding-left: 80px;
  padding-right: 80px;
  display: flex;
}

.h2 {
  color: var(--_colors---primary--white);
  text-align: center;
  max-width: none;
  display: block;
}

.h2.left {
  flex-flow: column;
}

.h2.leftitalic {
  text-align: left;
  width: auto;
  font-style: italic;
  font-weight: 600;
}

.h2-gradient {
  background-image: linear-gradient(122deg, var(--_colors---primary--white) 23%, #a572ff 59%, #5000dd 87%);
  text-align: left;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
}

.about-content-nav-links {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  align-items: center;
  width: auto;
  display: flex;
}

.component-nav-link {
  font-family: var(--_font---font-family);
  color: var(--_colors---gray--500);
  padding-left: 16px;
  padding-right: 16px;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.875rem;
  text-decoration: none;
}

.component-nav-link:hover {
  color: var(--_colors---purple--purple-200);
}

.component-nav-link:active, .component-nav-link:focus {
  color: var(--_colors---primary--white);
}

.about-divider {
  background-color: var(--_colors---gray--800);
  width: 1073px;
  height: 1px;
}

.about-content-hero {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  display: flex;
}

.about-element {
  grid-column-gap: 94px;
  grid-row-gap: 94px;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: 184px;
  padding-bottom: 0;
  display: flex;
}

.about-element-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 600px;
  display: flex;
}

.about-element-content._1, .about-element-content._2, .about-element-content._3, .about-element-content._4 {
  width: 610px;
}

.winning-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 1440px;
  height: 100vh;
  min-height: 80vh;
  display: flex;
  position: relative;
  overflow: visible;
}

.winning-wrapper {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 80%;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.winning-gradient {
  z-index: -4;
  background-image: radial-gradient(circle farthest-side at 50% 50%, #5000dd, var(--_colors---primary--black) 55%);
  opacity: .13;
  filter: blur(5px);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  width: 100vw;
  height: 100vh;
  position: absolute;
  overflow: visible;
}

.icon-item {
  background-color: var(--_colors---gray--700);
  border-radius: 0 2000px 2000px;
  width: auto;
  height: auto;
  position: static;
  transform: rotate(0);
}

.icon-item._3 {
  transform: rotate(-90deg);
}

.icon-item._4 {
  transform: rotate(90deg);
}

.icon-item._2 {
  background-color: var(--_colors---gray--700);
  opacity: 1;
  background-image: none;
  transform: rotate(90deg);
}

.icon-item._3 {
  background-color: var(--_colors---gray--700);
  background-image: none;
}

.icon-item._4 {
  background-color: var(--_colors---gray--700);
  background-image: none;
  transform: rotate(-180deg);
}

.about-element-icon-item {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  pointer-events: auto;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100px;
  height: 100px;
  display: grid;
  position: static;
}

.feautures-section {
  grid-column-gap: 256px;
  grid-row-gap: 256px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1440px;
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  overflow: hidden;
}

.feautures-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  width: 100%;
  max-width: 1440px;
  margin-bottom: 0;
  padding-bottom: 0;
  display: flex;
  overflow: hidden;
}

.features-headcontent {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  display: flex;
}

.features-slider-list {
  z-index: -1;
  box-sizing: content-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  width: auto;
  display: flex;
  position: relative;
  overflow: visible;
}

.features-slider-list.swiper-wrapper {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  object-fit: fill;
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: auto;
  min-width: 150vw;
  display: flex;
  position: relative;
  overflow: auto;
}

.headcontent-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.headcontent-divider {
  background-color: var(--_colors---gray--800);
  width: 100%;
  height: 1px;
}

.features-slidercart {
  background-image: linear-gradient(58deg, var(--_colors---primary--white), #5000dd 6%, #0f0f0f 21%, #1f1f1f 52%, #5000dd 78%, white);
  opacity: 1;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  width: 416px;
  height: 600px;
  padding: 1px;
  display: flex;
}

.features-slidercart.pricechart {
  background-image: linear-gradient(58deg, var(--_colors---primary--white), #5000dd 6%, #1f1f1f 21%, #1f1f1f 52%, #5000dd 78%, white);
  height: auto;
  display: flex;
}

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

.slidercart-image-parent {
  padding: 24px;
}

.slidercart-image-child {
  border: 3px solid #fff3;
  border-radius: 20px;
  height: 244px;
  overflow: hidden;
}

.slidecart-content {
  background-image: linear-gradient(to bottom, var(--overlay-boxes), var(--overlay-boxes)), linear-gradient(214deg, #42307d1a, var(--_colors---primary--black) 32%), linear-gradient(to bottom, var(--_colors---primary--black), var(--_colors---primary--black));
  opacity: 1;
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
}

.slidecart-content.pricechart {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  background-image: linear-gradient(to bottom, var(--overlay-boxes), var(--overlay-boxes)), linear-gradient(214deg, #42307d1a, var(--_colors---primary--black) 32%), linear-gradient(to bottom, var(--_colors---primary--black), var(--_colors---primary--black));
  justify-content: flex-start;
  height: 100%;
  padding-bottom: 0;
}

.features-slider-wrap {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex: 1;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: 1440px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.features-slider-wrap.swiper {
  position: relative;
}

.features-slider-item {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 1;
  width: 33.3333%;
  display: flex;
}

.features-slider-item.swiper-slide {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: stretch;
  width: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
  overflow: visible;
}

.feautures-icons {
  grid-column-gap: 116px;
  grid-row-gap: 116px;
  grid-template-rows: auto auto;
  grid-template-columns: auto auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: row;
  place-items: start center;
  width: 100%;
  height: auto;
  padding-bottom: 0;
  display: grid;
}

.features-icon-item {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  display: flex;
}

.icon-item-svg {
  justify-content: flex-start;
  align-items: center;
  width: 32px;
  height: auto;
  display: flex;
}

.icon-item-content {
  grid-column-gap: 4px;
  grid-row-gap: 4px;
  flex-flow: column;
  display: flex;
}

.experience-section {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1440px;
  margin-top: 9.5rem;
  margin-bottom: 9.5px;
  display: flex;
}

.experience-wrapper {
  grid-column-gap: 128px;
  grid-row-gap: 128px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.experience-about, .experience-trust {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.experience-about-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex-flow: column;
  width: 50%;
  display: flex;
}

.image {
  -webkit-text-fill-color: inherit;
  mix-blend-mode: exclusion;
  background-clip: border-box;
  height: 300px;
}

.cta-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: auto;
  min-height: 80vh;
  margin-top: 9.5rem;
  margin-bottom: 9.5rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta-wrapper {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1440px;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
}

.cta-heading {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cta-image-wrap {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.image-2 {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  border: 16px solid #ffffff0d;
  border-radius: 20px;
  width: 100%;
}

.code-embed {
  z-index: -3;
  opacity: .05;
  color: var(--_colors---primary--white);
  overflow-wrap: normal;
  mix-blend-mode: screen;
  width: 700px;
  position: absolute;
  inset: 27% auto 0% -5%;
}

.code-embed.star2 {
  opacity: .05;
  width: 300px;
  inset: -18% 0% 0% 64%;
}

.code-embed.star3 {
  opacity: .05;
  width: 300px;
  inset: 0% 0% -16% 51%;
}

.hero-image-wrap {
  grid-column-gap: 75px;
  grid-row-gap: 75px;
  object-fit: cover;
  border-radius: 20px;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  min-width: auto;
  max-width: 1280px;
  height: auto;
  display: flex;
  position: relative;
  top: 70%;
}

.hero-image-item {
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  object-fit: contain;
  border: 16px solid #ffffff1a;
  border-radius: 32px;
  width: 100%;
  height: 100%;
  margin-top: 0;
  padding-top: 0;
  padding-bottom: 0;
}

.hero-image-item.right {
  z-index: -2;
  opacity: .9;
  border-width: 4px;
  width: 70%;
  height: 80%;
  margin-top: 0;
  margin-bottom: 36px;
  margin-left: -36px;
  padding-left: 0;
  position: relative;
}

.hero-image-item.left {
  z-index: -2;
  opacity: .9;
  border-width: 4px;
  width: 70%;
  height: 80%;
  margin-bottom: 36px;
  margin-right: -36px;
  padding-bottom: 0;
  position: relative;
}

.header-wrap {
  flex-flow: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.features-slider-content {
  z-index: -1;
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  flex: none;
  justify-content: center;
  align-items: flex-start;
  width: auto;
  padding-left: 16px;
  display: flex;
  position: relative;
  overflow: visible;
}

.headcontent-navigation {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.price-section {
  grid-column-gap: 112px;
  grid-row-gap: 112px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1440px;
  min-height: 80vh;
  padding-bottom: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.price-wrap {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.price-headcontent {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.price-chart {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  display: flex;
}

.slidercart-content {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  grid-template: ". ."
                 "Area Area-2"
                 "Area-3 Area-4"
                 "Area-5 Area-6"
                 "Area-7 Area-8"
                 / auto auto;
  grid-auto-columns: auto;
  grid-auto-flow: row dense;
  place-items: center;
  height: auto;
  padding-bottom: 24px;
  padding-left: 24px;
  padding-right: 24px;
  display: grid;
}

.code-embed-2 {
  width: 24px;
}

.div-block-2 {
  width: 100vw;
}

.div-block-3 {
  background-image: linear-gradient(270deg, #000 17%, #0000 43%);
  width: 100vw;
  max-width: none;
  padding-bottom: 0;
  position: absolute;
  inset: 0%;
}

.nav-links {
  color: #fff;
}

.nav-rechts {
  color: var(--_colors---primary--white);
}

.cta-button {
  font-family: var(--_font---font-family);
  color: var(--_colors---primary--white);
  font-size: 1rem;
  font-weight: 700;
}

.cta-button-primary {
  border: 1px solid var(--_colors---purple--purple-600);
  border-radius: 600px;
  justify-content: center;
  align-items: center;
  width: auto;
  padding: .5rem 2rem;
  text-decoration: none;
  display: flex;
}

.cta-button-secondary {
  padding: .5rem 2rem;
  text-decoration: none;
}

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

.div-block-5, .div-block-6, .div-block-7 {
  width: 80%;
}

.faq-section {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100vw;
  max-width: 1440px;
  height: auto;
  min-height: 80vh;
  padding: 9rem 5rem;
  display: flex;
}

.faq-content {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  width: 80%;
  padding-top: 2rem;
  display: flex;
}

.faq-questions {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  background-color: var(--_colors---primary--black);
  border-radius: 16px;
  flex-flow: column;
  width: auto;
  height: auto;
  padding: 0;
  display: flex;
}

.faq-question-wrap {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  flex-flow: column;
  width: 100%;
  display: flex;
}

.faq-answer {
  background-color: var(--_colors---gray--400);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  overflow: hidden;
}

.div-block-8 {
  -webkit-text-fill-color: inherit;
  background-clip: padding-box;
  border-radius: 16px;
  width: 80%;
  padding: 1px;
}

.divider_line {
  background-color: var(--_colors---gray--800);
  height: 1px;
}

.rapid-service {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 1440px;
  height: 80vh;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
}

.rapid-wrap {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  background-image: linear-gradient(45deg, var(--_colors---primary--white), #5000dd 4%, #070013 19%, #070013 72%, #5000dd 90%, var(--_colors---primary--white));
  border: 1px solid #1f1f1f;
  border-radius: 16px;
  justify-content: center;
  align-items: center;
  height: auto;
  min-height: 40vh;
  padding: 64px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.div-block-10 {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 50%;
  height: auto;
  padding-top: 0;
  display: flex;
}

.bold-text {
  text-transform: uppercase;
}

.footer-wrapper {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  border: .2px solid #222;
  justify-content: space-between;
  align-items: center;
  width: 100vw;
  height: 96px;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
  inset: auto 0% 0;
  overflow: hidden;
}

.code-embed-4 {
  height: auto;
  position: absolute;
  inset: 50% auto auto 50%;
}

.fotter-parent {
  max-width: 1440px;
}

.burger-wrapper, .div-block-13 {
  display: none;
}

.div-block-14 {
  width: 50%;
}

.italic-text {
  font-style: normal;
}

.code-embed-6 {
  z-index: 0;
  opacity: 1;
  mix-blend-mode: soft-light;
  width: 90%;
  position: absolute;
}

.code-embed-7 {
  color: var(--_colors---purple--purple-50);
}

.code-embed-8 {
  color: var(--_colors---purple--purple-50);
  -webkit-text-stroke-color: var(--_colors---primary--black);
}

.code-embed-9 {
  color: var(--_colors---purple--purple-50);
  -webkit-text-stroke-color: var(--_colors---purple--purple-50);
}

.code-embed-10, .code-embed-11, .code-embed-12 {
  color: var(--_colors---purple--purple-50);
}

.div-block-15 {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.div-block-16 {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  display: flex;
}

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

.body-media {
  grid-column-gap: 6.5rem;
  grid-row-gap: 6.5rem;
  background-color: var(--_colors---primary--black);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.div-block-17 {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
  position: relative;
}

.div-block-18 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: auto;
  min-height: 100vh;
  padding-top: 0;
  padding-left: 5rem;
  padding-right: 5rem;
  display: flex;
  position: relative;
}

.code-embed-13 {
  color: var(--_colors---primary--white);
  width: 600px;
  margin-top: 3rem;
  margin-bottom: 3rem;
}

.div-block-19 {
  background-color: var(--_colors---gray--500);
  width: 60%;
  height: 1px;
}

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

.link {
  text-decoration: none;
  -webkit-text-decoration-color: var(--_colors---primary--white);
  text-decoration-color: var(--_colors---primary--white);
}

.div-block-21 {
  width: auto;
  height: 10vh;
}

.image-3 {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.code-embed-14 {
  color: var(--_colors---primary--white);
  width: 24px;
  height: 24px;
}

.div-block-22 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  display: flex;
}

@media screen and (max-width: 991px) {
  .header {
    height: auto;
    min-height: 69px;
    padding: 1rem;
  }

  .h2, .h3, .text-regular, .text-regular.middle {
    text-align: center;
  }

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

  .text-regular.gray200.lef {
    text-align: left;
  }

  .header-logo.logimobile.w--current {
    display: none;
  }

  .header-nav-links {
    display: flex;
  }

  .hero-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .text-bold, .text-bold.middle, .text-small-regular {
    text-align: center;
  }

  .text-small-regular.left {
    text-align: left;
  }

  .about-section {
    width: 100%;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .about-wrapper {
    width: 100%;
  }

  .about-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .h2, .h2.split {
    text-align: center;
  }

  .h2.leftitalic {
    text-align: center;
    width: 100%;
  }

  .component-nav-link {
    padding-left: 0;
    padding-right: 0;
  }

  .about-divider {
    width: 100%;
  }

  .about-element {
    flex-flow: column;
    width: 100%;
  }

  .about-element-content._1, .about-element-content._2, .about-element-content._3, .about-element-content._4 {
    width: auto;
  }

  .winning-section {
    padding-left: 2rem;
    padding-right: 2rem;
    overflow: hidden;
  }

  .feautures-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .feautures-wrapper {
    width: 100%;
  }

  .headcontent-content {
    justify-content: center;
    align-items: center;
  }

  .features-slidercart.pricechart {
    width: auto;
  }

  .feautures-icons {
    grid-template-columns: auto auto;
    width: 100%;
  }

  .icon-item-content {
    justify-content: center;
    align-items: flex-start;
  }

  .experience-wrapper {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .experience-heading {
    text-align: center;
  }

  .experience-about {
    flex-flow: column;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .experience-trust {
    flex-flow: wrap-reverse;
    order: 0;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .experience-about-content {
    width: 100%;
  }

  .image {
    object-fit: contain;
    height: 200px;
  }

  .cta-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .cta-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .cta-heading {
    justify-content: center;
    align-items: center;
    width: auto;
    padding-left: 0;
    padding-right: 0;
  }

  .cta-image-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .image-2 {
    width: 100%;
    max-width: none;
  }

  .hero-image-wrap {
    justify-content: center;
    align-items: flex-end;
  }

  .header-wrap {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: space-between;
  }

  .price-section {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .price-chart {
    flex-flow: row;
  }

  .div-block-5, .div-block-6 {
    width: 100%;
  }

  .div-block-7 {
    width: auto;
  }

  .faq-section {
    flex-flow: column;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .faq-content {
    width: auto;
    padding-top: 0;
  }

  .div-block-8 {
    width: auto;
  }

  .rapid-service {
    padding-left: 2rem;
    padding-right: 2rem;
    position: relative;
  }

  .rapid-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: stretch;
    height: auto;
    min-height: 60vh;
    padding: 24px;
  }

  .div-block-10 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    justify-content: flex-start;
    align-items: center;
    width: 100%;
    height: auto;
  }

  .footer-wrapper {
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 2rem;
  }

  .div-block-13 {
    display: none;
  }

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

  .code-embed-6 {
    width: 130%;
    height: auto;
    display: block;
    inset: -50% 0% -50% -15%;
  }

  .div-block-15 {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: auto;
    padding-top: 0;
  }

  .div-block-16 {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
    padding-left: 2rem;
    padding-right: 2rem;
  }
}

@media screen and (max-width: 767px) {
  .header {
    justify-content: center;
    align-items: flex-start;
    height: auto;
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .h2 {
    text-align: center;
  }

  .text-regular {
    text-align: center;
    width: 100%;
  }

  .text-regular.middle {
    width: auto;
  }

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

  .text-regular.gray200.lef {
    text-align: center;
  }

  .header-logo, .header-logo.w--current {
    display: none;
  }

  .header-logo.logimobile, .header-logo.logimobile.w--current {
    display: block;
  }

  .header-nav-links {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    justify-content: space-between;
    width: 100%;
    display: none;
  }

  .text-bold {
    width: 100%;
  }

  .text-bold.middle, .text-small-regular {
    text-align: center;
  }

  .text-small-regular.left {
    text-align: left;
  }

  .backround-gradient.cta {
    background-image: radial-gradient(circle farthest-corner at 50% 50%, #fff0 84%, black), linear-gradient(180deg, var(--_colors---primary--black) 18%, #5000dd 51%, var(--_colors---primary--white) 70%, #5000dd 77%, var(--_colors---primary--black) 83%);
  }

  .about-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .about-content-nav-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
  }

  .about-content-hero {
    width: 100%;
  }

  .about-element {
    flex-flow: column;
  }

  .winning-section {
    padding-left: 1rem;
    padding-right: 1rem;
    overflow: hidden;
  }

  .winning-wrapper {
    text-align: center;
    width: auto;
  }

  .feautures-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .feautures-icons {
    grid-template-columns: auto;
  }

  .features-icon-item {
    justify-content: center;
    align-items: center;
  }

  .experience-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .experience-about {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    padding-left: 0;
    padding-right: 0;
  }

  .experience-trust {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: wrap-reverse;
    padding-left: 0;
    padding-right: 0;
  }

  .experience-about-content {
    width: 100%;
  }

  .image {
    height: 200px;
  }

  .cta-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .cta-heading {
    justify-content: center;
    align-items: center;
  }

  .cta-image-wrap {
    padding-left: 0;
    padding-right: 0;
  }

  .code-embed {
    left: -93%;
  }

  .code-embed.star2 {
    left: 0%;
  }

  .code-embed.star3 {
    bottom: -39%;
  }

  .header-wrap {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: row;
    place-content: space-between flex-start;
    place-items: flex-end stretch;
    height: auto;
    display: flex;
  }

  .price-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .price-chart {
    flex-flow: column;
  }

  .rapid-service {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .rapid-wrap {
    height: auto;
    min-height: 70vh;
    padding: 24px;
  }

  .footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 1rem;
  }

  .code-embed-5 {
    display: none;
  }

  .logo-mobile {
    width: 32px;
  }

  .burger-wrapper {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
    background-color: var(--overlay-boxes);
    border-radius: 1000px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 40px;
    height: 40px;
    padding: 8px;
    display: flex;
  }

  .div-block-11 {
    background-color: var(--_colors---primary--white);
    border-radius: 20px;
    width: 100%;
    height: 2px;
  }

  .div-block-12 {
    width: 100vw;
    height: 100vw;
    position: absolute;
  }

  .div-block-13 {
    justify-content: space-between;
    width: 100%;
    display: flex;
  }

  .div-block-18 {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .code-embed-13 {
    width: 100%;
  }

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

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

  .body {
    overflow: visible;
  }

  .h2 {
    text-align: center;
    font-size: 1.5rem;
    line-height: 1.8rem;
  }

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

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

  .text-regular.gray200.lef {
    text-align: center;
  }

  .header-nav-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    place-content: stretch center;
    align-items: center;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-wrapper {
    grid-column-gap: 2.5rem;
    grid-row-gap: 2.5rem;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: auto;
    margin-top: 20vh;
    padding-left: 4%;
    padding-right: 4%;
  }

  .h1 {
    font-size: 2rem;
    line-height: 2.75rem;
  }

  .text-bold {
    text-align: center;
    font-size: 1.125rem;
    line-height: 1.375rem;
  }

  .text-bold.left {
    font-size: 1rem;
  }

  .text-bold.faq-hover {
    text-align: left;
  }

  .text-bold.faq-hover.text-regular, .text-bold.middle {
    text-align: center;
  }

  .h4 {
    font-size: .75rem;
  }

  .hero-social {
    width: 100%;
    height: auto;
  }

  .text-small {
    text-align: left;
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
    font-size: .75rem;
  }

  .text-small.hero {
    text-align: center;
  }

  .text-small-regular {
    text-align: center;
    width: 100%;
  }

  .text-small-regular.hero {
    width: auto;
  }

  .hero-social-child {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    width: 100vw;
    height: 100%;
    padding-left: 4%;
    padding-right: 4%;
  }

  .divider {
    flex: none;
    width: 2px;
    height: 100%;
    overflow: visible;
  }

  .backround-gradient.hero {
    height: 60vh;
    inset: auto 0% 0%;
    overflow: hidden;
  }

  .backround-gradient.cta {
    height: 60vh;
    inset: 18% 0% 0%;
  }

  .about-section {
    max-width: none;
    padding-left: 4%;
    padding-right: 4%;
  }

  .about-wrapper {
    width: 100%;
  }

  .about-heading {
    width: 100%;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-content {
    width: 100%;
    padding-left: 0;
    padding-right: 0;
  }

  .h2 {
    width: 100%;
    line-height: 2.3rem;
  }

  .h2.split {
    font-size: 1.75rem;
  }

  .h2.stickyh2 {
    position: relative;
    top: 0;
  }

  .h2.leftitalic {
    text-align: center;
  }

  .h2-gradient {
    width: auto;
  }

  .about-content-nav-links {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .about-divider, .about-content-hero {
    width: 100%;
  }

  .about-element {
    flex-flow: column;
    width: auto;
  }

  .about-element-content {
    width: auto;
    padding-left: 0%;
    padding-right: 0%;
  }

  .about-element-content._1 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .winning-section {
    width: 100vw;
    max-width: none;
    padding-left: 4%;
    padding-right: 4%;
    position: relative;
    overflow: hidden;
  }

  .winning-wrapper {
    width: 100%;
  }

  .winning-gradient {
    overflow: hidden;
  }

  .about-element-icon-item {
    width: 75px;
    height: 75px;
  }

  .feautures-section {
    max-width: none;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 4%;
    padding-right: 4%;
    position: relative;
  }

  .feautures-wrapper {
    width: 100%;
    position: relative;
    top: 0;
  }

  .features-headcontent {
    position: relative;
    top: 0;
  }

  .headcontent-content {
    position: relative;
  }

  .features-slidercart {
    width: auto;
  }

  .features-slidercart.pricechart {
    justify-content: space-between;
    align-items: flex-start;
    width: 100%;
  }

  .slidercart-heading {
    width: 100%;
    padding: 4%;
  }

  .slidercart-image-parent {
    padding: 4%;
  }

  .slidercart-image-child {
    object-fit: cover;
  }

  .slidecart-content {
    width: 100%;
  }

  .slidecart-content.pricechart {
    width: auto;
  }

  .features-slider-wrap {
    position: sticky;
    top: 10%;
    overflow: hidden;
  }

  .feautures-icons {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    grid-template-columns: auto;
  }

  .features-icon-item {
    justify-content: center;
    align-items: center;
  }

  .icon-item-content {
    display: flex;
  }

  .experience-wrapper {
    overflow: hidden;
  }

  .image {
    height: 150px;
  }

  .cta-section {
    min-height: auto;
    margin-top: 9.5rem;
    margin-bottom: 9.5rem;
    overflow: visible;
  }

  .cta-wrapper {
    max-width: none;
  }

  .image-2 {
    border-width: 6px;
  }

  .code-embed {
    opacity: .05;
    mix-blend-mode: screen;
    width: 200vw;
    inset: 0% 0% -46% -154%;
    overflow: hidden;
  }

  .code-embed.star2 {
    opacity: .05;
    mix-blend-mode: screen;
    top: -26%;
    left: -15%;
  }

  .code-embed.star3 {
    opacity: .05;
    mix-blend-mode: screen;
    left: 41%;
  }

  .hero-image-wrap {
    width: auto;
    overflow: hidden;
  }

  .hero-image-item {
    border-width: 6px;
    width: 100%;
    max-width: none;
  }

  .features-slider-content {
    flex-flow: column;
    width: 100%;
    padding-left: 0;
  }

  .price-section {
    max-width: none;
    overflow: hidden;
  }

  .price-wrap {
    overflow: hidden;
  }

  .price-chart {
    width: 100%;
    overflow: visible;
  }

  .slidercart-content {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    width: auto;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .buttons {
    flex-flow: row;
  }

  .faq-section {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .div-block-9 {
    width: 100vw;
    height: 100vh;
    position: absolute;
    overflow: hidden;
  }

  .code-embed-3 {
    position: absolute;
  }

  .rapid-wrap {
    height: auto;
    min-height: 70vh;
    padding: 1rem;
  }

  .footer-wrapper {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap-reverse;
    justify-content: center;
    align-items: center;
    height: auto;
    padding: 1rem;
  }

  .div-block-16 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
  }
}

#w-node-_03bc5f4d-ffcc-773e-1bab-ae2c89e236d2-c3a3759d, #w-node-_6126b82e-d7c1-a38f-0fab-c902d3c35be3-c3a3759d, #w-node-d18b1152-c7ae-ba26-5f0f-9e1b6315ac80-c3a3759d, #w-node-_44c08aed-f3f2-a270-277a-4229a96f54e2-c3a3759d, #w-node-_9a5e512f-9d81-ad4d-a396-98bc94bfd1c0-c3a3759d, #w-node-ee132140-39dd-d28b-7a9e-e01b61da9b1d-c3a3759d, #w-node-b3b0cd10-ab76-715e-1869-4838923ca78e-c3a3759d, #w-node-_52136f16-d1da-f064-bb48-7aa9c15b1dfe-c3a3759d, #w-node-_70a061db-4ded-6d00-146b-9b6c92bdc32f-c3a3759d, #w-node-_9c8c786e-ceb7-c08f-46dd-ebc7b65a3026-c3a3759d, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca61-c3a3759d, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca64-c3a3759d, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca67-c3a3759d, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca6a-c3a3759d, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca6d-c3a3759d, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca70-c3a3759d, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca73-c3a3759d, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca76-c3a3759d {
  place-self: center start;
}

#w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca79-c3a3759d {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4d1b5533-e737-c530-be22-78b642c69140-c3a3759d, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca7c-c3a3759d, #w-node-a76a8d88-5352-28ec-6642-76e36468efca-c3a3759d, #w-node-_03bc5f4d-ffcc-773e-1bab-ae2c89e236d2-622bdf33, #w-node-_6126b82e-d7c1-a38f-0fab-c902d3c35be3-622bdf33, #w-node-d18b1152-c7ae-ba26-5f0f-9e1b6315ac80-622bdf33, #w-node-_44c08aed-f3f2-a270-277a-4229a96f54e2-622bdf33, #w-node-_9a5e512f-9d81-ad4d-a396-98bc94bfd1c0-622bdf33, #w-node-ee132140-39dd-d28b-7a9e-e01b61da9b1d-622bdf33, #w-node-b3b0cd10-ab76-715e-1869-4838923ca78e-622bdf33, #w-node-_52136f16-d1da-f064-bb48-7aa9c15b1dfe-622bdf33, #w-node-_70a061db-4ded-6d00-146b-9b6c92bdc32f-622bdf33, #w-node-_9c8c786e-ceb7-c08f-46dd-ebc7b65a3026-622bdf33, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca61-622bdf33, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca64-622bdf33, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca67-622bdf33, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca6a-622bdf33, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca6d-622bdf33, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca70-622bdf33, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca73-622bdf33, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca76-622bdf33 {
  place-self: center start;
}

#w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca79-622bdf33 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-_4d1b5533-e737-c530-be22-78b642c69140-622bdf33, #w-node-c4a0e1a2-e5ef-ac8d-6cb8-e94cdf11ca7c-622bdf33, #w-node-a76a8d88-5352-28ec-6642-76e36468efca-622bdf33 {
  place-self: center start;
}


