:root {
  --spark-library--foreground-interactive: #5f148d;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #330b4b;
  --white: white;
  --spark-library--background--interactive: #f0ecfd;
  --spark-library--light-steel-purple: #a695fb;
  --spark-library--black: black;
  --spark-library--foreground-inverse-secondary: #ffffffe6;
  --black: black;
  --spark-library--foreground-secondary: #000000c2;
  --spark-library--foreground-tertiary: #0000008f;
  --spark-library--border-default: #00000029;
  --grey: #fafafa;
}

.w-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

.w-checkbox:before {
  content: " ";
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox:after {
  content: " ";
  clear: both;
  grid-area: 1 / 1 / 2 / 2;
  display: table;
}

.w-checkbox-input {
  float: left;
  margin: 4px 0 0 -20px;
  line-height: normal;
}

.w-checkbox-input--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 2px;
  width: 12px;
  height: 12px;
}

.w-checkbox-input--inputType-custom.w--redirected-checked {
  background-color: #3898ec;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/static/custom-checkbox-checkmark.589d534424.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-color: #3898ec;
}

.w-checkbox-input--inputType-custom.w--redirected-focus {
  box-shadow: 0 0 3px 1px #3898ec;
}

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

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

p {
  margin-bottom: 10px;
}

a {
  color: var(--spark-library--foreground-interactive);
  text-decoration: underline;
}

.spark-button-text {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-small-icon {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-absolute-watch-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 220px;
  height: 56px;
  margin-left: auto;
  margin-right: auto;
  padding: 16px 24px;
  display: none;
  position: absolute;
  inset: 50% 0% 0%;
  transform: translate(0, -50%);
}

.spark-absolute-watch-button._23 {
  width: 56px;
  display: flex;
}

.spark-sub-image {
  border-radius: 8px;
  width: 100%;
  display: block;
  position: relative;
}

.spark-sub-image.f-container-regular {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 0;
  height: 100%;
}

.spark-lightbox {
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 600px;
  margin-top: 50px;
  display: flex;
  position: relative;
  bottom: -50px;
  overflow: hidden;
}

.spark-lightbox:hover {
  opacity: 1;
}

.spark-lightbox.rt {
  border-radius: 10px;
  height: 300px;
  margin-top: 0;
  bottom: 0;
  overflow: hidden;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button.spark-dark-button {
  border-style: solid;
  border-color: var(--white);
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-button.spark-dark-button:hover {
  opacity: .5;
}

.spark-button.spark-secondary-button {
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  border-style: none;
  padding: 20px 30px;
  font-size: 1.4rem;
  line-height: 1;
  text-decoration: none;
  transition: color .15s, box-shadow .15s, border-color .15s, background-color .15s, opacity .15s;
}

.spark-button.spark-secondary-button:hover {
  background-color: var(--spark-library--light-steel-purple);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--light-steel-purple);
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-button.spark-secondary-button._1 {
  margin-bottom: 10px;
}

.spark-flex-row {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row.spark-left-aligned {
  grid-column-gap: 16px;
  justify-content: flex-start;
}

.spark-flex-row.spark-left-aligned.r {
  flex-flow: wrap;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: center;
  width: auto;
  padding-left: 10px;
}

.spark-flex-row.spark-left-aligned.ee {
  margin-top: 30px;
}

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-hero-sub-paragraph {
  width: 100%;
  margin-bottom: 64px;
}

.spark-900-width {
  width: 952px;
  max-width: 100%;
}

.spark-container {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container.spark-left-aligned {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 30px;
  left: 0;
  right: 0;
}

.spark-line-3.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-2 {
  z-index: 1;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-2.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-1.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-simple-menu-button {
  background-color: #fff;
  width: 60px;
  height: 60px;
  padding: 0 0 0 18px;
  overflow: hidden;
}

.spark-simple-menu-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1;
  text-decoration: none;
  transition: background-color .15s, color .15s, opacity .15s;
}

.spark-nav-link:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.w--current {
  color: var(--spark-library--foreground-interactive);
}

.spark-nav-link.spark-button {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  text-align: center;
  border-style: none;
  border-radius: 999px;
  margin-right: 0;
  padding: 16px 24px;
  font-size: 1rem;
  line-height: 1em;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white);
}

.spark-nav-link.tel:hover {
  background-color: #fff;
  text-decoration: underline;
}

.spark-nav-menu {
  align-items: center;
  display: flex;
}

.spark-brand-logo {
  z-index: 2;
  width: 300px;
  height: 70px;
  padding-left: 0;
}

.spark-square-menu-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 5px;
  padding-bottom: 5px;
  display: flex;
}

.spark-square-menu-with-links {
  background-color: var(--spark-library--white);
  border-bottom: 1px solid #0000001f;
  width: 100%;
  padding-left: 30px;
  padding-right: 30px;
  position: fixed;
  inset: 0% 0% auto;
}

.spark-section {
  width: 100%;
  padding: 100px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section.spark-primary-color-background {
  z-index: 5;
  color: var(--spark-library--white);
  background-image: linear-gradient(315deg, #c8048c, #270590);
  padding-top: 176px;
  padding-bottom: 0;
}

.spark-section h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section h1 {
  color: #fff;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section p {
  font-size: 16px;
}

.spark-section ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section li {
  margin-bottom: .5rem;
}

.text-block {
  color: var(--spark-library--black);
}

.phone1 {
  color: var(--spark-library--black);
  justify-content: flex-start;
  align-items: flex-start;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 20px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
}

.phone1.wh {
  color: var(--spark-library--foreground-inverse-secondary);
  justify-content: flex-start;
  align-items: center;
  text-decoration: none;
}

.image {
  width: 24px;
  height: 24px;
  margin-top: 4px;
  margin-right: 10px;
}

.image.wh {
  filter: invert();
}

.div-block-copy {
  color: var(--spark-library--black);
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 24px;
  font-size: 20px;
  font-weight: 600;
  display: none;
}

.spark-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-tiny-icon {
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-lightbox-link {
  text-decoration: none;
}

.spark-hero-section-left-side {
  width: 50%;
}

.image-2 {
  width: 100%;
  height: 100%;
}

.spark-social-icon-svg {
  width: 32px;
  height: 32px;
  font-size: 20px;
}

.spark-social-link {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  padding: 5px 8px;
  transition: color .15s, background-color .15s;
  display: flex;
}

.spark-social-link:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-social-link.light-secondary {
  background-color: var(--spark-library--foreground-interactive-hover);
  color: var(--spark-library--background--interactive);
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
}

.spark-social-link.light-secondary:hover {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--foreground-interactive);
}

.spark-social-link.light-secondary.vk {
  display: none;
}

.spark-social-link-row {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-end;
  display: flex;
}

.spark-footer-text {
  margin-bottom: 0;
}

.spark-footer-text.spark-foreground-inverse-secondary-text {
  color: var(--spark-library--foreground-inverse-secondary);
}

.spark-flex-row-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-2.spark-5-spacing {
  grid-column-gap: 5%;
  align-items: center;
}

.spark-container-2 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 64px;
  padding-right: 64px;
  position: relative;
}

.spark-container-2.r {
  padding-left: 0;
  padding-right: 0;
}

.spark-footer-bottom {
  background-color: var(--spark-library--background--interactive);
  padding: 1rem 64px;
}

.spark-footer-bottom.spark-primary-background {
  border-top: 1px solid var(--black);
  background-color: var(--spark-library--foreground-interactive-hover);
  color: var(--spark-library--background--interactive);
}

.spark-button-text-2 {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-small-icon-2 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-footer-link-with-icon {
  grid-column-gap: 12px;
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  align-items: center;
  min-height: 48px;
  padding: 12px 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1.4em;
  text-decoration: none;
  transition: color .15s, border-color .15s, background-color .15s, opacity .15s;
  display: flex;
}

.spark-footer-link-with-icon:hover {
  opacity: 1;
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-flex-left {
  justify-content: flex-start;
  width: auto;
  display: flex;
}

.spark-flexed-footer-column {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: wrap;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.spark-foreground-inverse-secondary {
  color: var(--spark-library--foreground-inverse-secondary);
}

.spark-brand {
  width: 132px;
  display: inline-block;
}

.spark-brand.spark-margin-bottom-32px {
  width: 300px;
  margin-bottom: 32px;
}

.spark-max-width-416 {
  max-width: 416px;
}

.spark-spread-footer-grid {
  grid-column-gap: 32px;
  grid-template-rows: auto;
  grid-template-columns: .6fr 1fr;
}

.spark-section-2 {
  z-index: 4;
  width: 100%;
  padding: 50px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-2.spark-primary-color-background {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
}

.spark-section-2.spark-primary-color-background.foot {
  background-color: var(--spark-library--foreground-interactive-hover);
  padding-top: 20px;
  padding-bottom: 20px;
}

.spark-section-2 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-2 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-2 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-2 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-2 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-2 p {
  font-size: 18px;
  line-height: 1.5;
}

.spark-section-2 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-2 li {
  margin-bottom: .5rem;
}

.spark-footer {
  width: 100%;
  position: relative;
}

.image-3 {
  width: 200px;
}

.spark-grid-image {
  border-radius: 8px;
  width: 100%;
  display: block;
  position: relative;
}

.spark-three-image-grid {
  grid-column-gap: 32px;
  grid-row-gap: 32px;
  grid-template-columns: 1.25fr 1fr;
  grid-template-areas: "Area Area-2"
                       "Area Area-3";
  align-items: center;
  max-width: 600px;
}

.spark-secondary-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-max-width-600 {
  max-width: 600px;
}

.spark-absolute-dark-background {
  background-color: var(--spark-library--foreground-interactive-hover);
  width: 100%;
  height: 50%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.spark-button-2 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-2:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-2.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-button-2.spark-dark-button:hover {
  opacity: .5;
}

.spark-button-2.spark-full-width {
  background-color: var(--spark-library--foreground-interactive);
  text-align: center;
  width: 100%;
}

.spark-button-2.spark-full-width:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-button-2.spark-icon-left-button {
  grid-column-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.spark-button-2.spark-icon-left-button.wh {
  background-color: var(--spark-library--foreground-interactive-hover);
  padding: 20px 30px;
  font-size: 1.2rem;
  line-height: 1.2em;
}

.spark-button-2.spark-icon-left-button.wh:hover {
  background-color: var(--spark-library--black);
}

.spark-button-2.spark-icon-left-button.sml {
  background-color: var(--white);
  color: var(--spark-library--foreground-interactive-hover);
  justify-content: center;
  align-items: center;
}

.spark-button-2.spark-icon-left-button.sml:hover {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--white);
}

.spark-tiny-icon-2 {
  align-items: center;
  width: 20px;
  height: 20px;
  display: flex;
}

.spark-lightbox-button-2 {
  grid-column-gap: 16px;
  background-color: var(--spark-library--background--interactive);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  border-radius: 8px;
  align-items: center;
  padding: 16px 24px;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: background-color .15s, color .15s;
  display: flex;
}

.spark-lightbox-button-2:hover {
  background-color: var(--spark-library--foreground-interactive);
  opacity: 1;
  color: var(--spark-library--white);
}

.spark-flex-row-3 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.spark-flex-row-3.spark-right {
  grid-column-gap: 16px;
  text-align: center;
  flex: none;
  justify-content: center;
  align-items: center;
  width: auto;
}

.spark-hero-sub-paragraph-2 {
  width: 100%;
  margin-bottom: 64px;
}

.spark-hero-sub-paragraph-2.spark-secondary-font-color {
  color: var(--spark-library--background--interactive);
  margin-bottom: 0;
}

.spark-container-3 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-container-3.spark-primary-background {
  z-index: 2;
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 12px;
  padding: 64px;
}

.spark-container-3.spark-primary-background.tr {
  margin-top: 50px;
  padding-top: 30px;
  padding-bottom: 30px;
}

.spark-section-3 {
  width: 100%;
  padding: 100px 64px 10px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-3 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-3 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-3 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-3 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-3 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-3 li {
  margin-bottom: .5rem;
}

.div-block-2 {
  min-width: 40%;
}

.spark-form-success {
  background-color: var(--spark-library--background--interactive);
  text-align: center;
  border-radius: 8px;
  padding: 24px;
}

.spark-text-link {
  color: var(--spark-library--black);
  text-decoration: underline;
  display: inline-block;
}

.spark-text-link.spark-gray {
  color: var(--spark-library--foreground-tertiary);
}

.spark-form-sub-text {
  color: var(--spark-library--foreground-tertiary);
  text-align: center;
  margin-top: 12px;
  font-size: .875rem;
}

.spark-checkbox {
  border: 2px solid var(--spark-library--foreground-interactive);
  border-radius: 4px;
  width: 16px;
  height: 16px;
  margin-top: 2px;
  margin-left: -28px;
}

.spark-checkbox.w--redirected-checked {
  border-color: var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  background-image: url('../images/check.svg');
  background-size: auto;
  width: 16px;
  height: 16px;
}

.spark-checkbox-parent {
  margin-bottom: 32px;
  padding-left: 28px;
  font-size: .875rem;
}

.spark-input {
  border: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: var(--spark-library--foreground-interactive);
}

.spark-input::placeholder {
  color: var(--spark-library--foreground-tertiary);
}

.spark-form-heading {
  text-align: center;
  margin-bottom: 32px;
  font-size: 1.5rem;
  font-weight: 600;
  line-height: 1.7em;
}

.spark-centered-form {
  background-color: var(--spark-library--white);
  border-radius: 12px;
  width: 388px;
  max-width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 24px;
}

.spark-centered-form.spark-simple-shadow-small {
  color: var(--spark-library--black);
}

.spark-simple-shadow-small {
  box-shadow: -6px 6px 20px #0000001f;
}

.spark-centered-logo {
  width: 132px;
  margin-bottom: 48px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.spark-section-4 {
  background-color: var(--grey);
  width: 100%;
  padding: 50px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-4.spark-secondary-background {
  background-color: var(--spark-library--background--interactive);
}

.spark-section-4 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-4 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-4 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-4 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-4 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-4 p {
  outline-offset: 0px;
  outline: 1px #000000c2;
  font-size: 1rem;
}

.spark-section-4 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-4 li {
  margin-bottom: .5rem;
}

.spark-button-text-3 {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-small-sub-paragraph {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 0;
  font-size: .8rem;
  line-height: 1.3;
}

.spark-bold-heading {
  margin-bottom: .5rem;
  font-weight: 600;
  line-height: 1;
  display: inline-block;
}

.spark-bold-heading.spark-card-title {
  color: var(--spark-library--foreground-interactive);
  font-size: 1.2rem;
}

.spark-bold-heading.spark-card-title.e {
  color: var(--spark-library--foreground-interactive);
  margin-top: 10px;
  font-size: 1.5rem;
  font-weight: 800;
}

.spark-bold-heading.spark-card-title.l2 {
  color: var(--spark-library--black);
}

.spark-card-details {
  grid-row-gap: 16px;
  flex-direction: column;
  align-items: flex-start;
  padding-bottom: 32px;
  padding-left: 8px;
  padding-right: 8px;
  display: flex;
}

.spark-square-image-card {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.spark-wrapped-card {
  grid-column-gap: 24px;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.spark-wrapped-card.spark-stacked {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  transition: border-color .15s;
}

.spark-three-column-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: none;
}

.spark-three-column-grid._2 {
  grid-template-columns: 1fr 1fr 1fr;
  display: flex;
}

.spark-three-column-grid.r3 {
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.spark-tabs-content {
  width: 100%;
}

.spark-tab {
  color: var(--spark-library--black);
  background-color: #0000;
  border-radius: 8px;
  padding: 8px 24px;
  transition: color .15s, background-color .15s;
}

.spark-tab:hover {
  background-color: var(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive);
}

.spark-tab.w--current {
  color: var(--spark-library--foreground-interactive);
  background-color: #0000;
}

.spark-tabs-menu {
  grid-column-gap: 16px;
  justify-content: center;
  margin-bottom: 100px;
  display: flex;
}

.spark-tabs-parent {
  width: 100%;
}

.spark-secondary-paragraph-3 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-centered-900 {
  text-align: left;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.skew-up.r {
  font-size: 3.5rem;
  line-height: 1;
}

.link-block {
  border-radius: 10px;
  width: 100%;
  height: 300px;
  overflow: hidden;
}

.link-block.l2 {
  height: 200px;
}

.spark-small-icon-3 {
  flex: none;
  width: 24px;
  height: 24px;
  display: inline-block;
}

.spark-small-icon-3.spark-primary-color {
  color: var(--spark-library--foreground-interactive);
}

.spark-small-icon-3.spark-primary-color.spark-margin-bottom-16px {
  width: 30px;
  height: 30px;
}

.spark-900-width-2 {
  width: 952px;
  max-width: 100%;
}

.spark-900-width-2.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-900-width-2.spark-margin-bottom-104px._12 {
  margin-left: auto;
  margin-right: auto;
}

.spark-section-5 {
  background-color: var(--grey);
  width: 100%;
  padding: 100px 64px 50px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
  overflow: hidden;
}

.spark-section-5 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-5 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-5 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 2.4rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-5 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-5 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-5 p {
  font-size: 18px;
  line-height: 1.5;
}

.spark-section-5 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-5 li {
  margin-bottom: .5rem;
}

.uui-testimonial13_content {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  background-color: #f9fafb;
  border: 1px solid #f9fafb;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
}

.f-testimonial-right-a {
  background-color: var(--spark-library--foreground-interactive);
  color: #fff;
  border: 1px solid #e4e6f1;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -78px 0% auto auto;
}

.f-testimonial-right-a:hover {
  color: #fff;
  background-color: #000;
  border-color: #fff;
}

.wide-block {
  z-index: 5;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.f-container-regular {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.f-testimonial-slider-grid-large {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  align-items: start;
}

.f-slide-nav-hidden {
  display: none;
  bottom: -50px;
}

.f-margin-bottom-16 {
  margin-bottom: 16px;
}

.f-testimonial-left-a {
  border: 1px solid var(--spark-library--foreground-interactive);
  color: var(--spark-library--foreground-interactive);
  background-color: #0000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 6px;
  transition: all .3s;
  display: flex;
  inset: -78px 60px auto auto;
}

.f-testimonial-left-a:hover {
  color: #fff;
  background-color: #000;
}

.uui-testimonial13_client-heading {
  color: #101828;
  letter-spacing: normal;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 14px;
  font-weight: 600;
}

.feedback {
  background-color: var(--white);
  background-image: none;
  padding: 70px 50px 50px;
}

.f-icon-regular {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  transition: color .2s;
  display: flex;
}

.f-testimonial-slide {
  margin-right: 40px;
}

.uui-testimonial13_client-image-wrapper {
  margin-right: .75rem;
}

.f-testimonial-slider-cards {
  background-color: #fff0;
  height: auto;
}

.uui-testimonial13_client {
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

.heading-3 {
  margin-bottom: 50px;
}

.heading-3.skew-up {
  text-align: center;
  font-size: 50px;
  line-height: 60px;
}

.heading-3.skew-up.wh {
  color: #fff;
}

.heading-3.skew-up.wh.rh {
  color: #000;
  text-align: left;
  margin-bottom: 33px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
}

.uui-heading-xxsmall-5 {
  color: #101828;
  letter-spacing: normal;
  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.25rem;
  font-weight: 600;
  line-height: 1.5;
}

.uui-heading-xxsmall-5.text-weight-medium {
  font-size: 16px;
  font-weight: 400;
}

.uui-testimonial13_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.div-block-3 {
  margin-bottom: 100px;
}

.spark-dropdown-text {
  transform-origin: 50% 0;
  margin-bottom: 0;
  padding: 32px;
}

.spark-faq-dropdown {
  perspective-origin: 50% 0;
  transform-origin: 50% 0;
  position: relative;
  overflow: hidden;
}

.spark-faq-dropdown.w--open {
  background-color: var(--spark-library--background--interactive);
  border-radius: 0 0 8px 8px;
  width: 100%;
  padding: 0;
  font-size: 1.25rem;
  transition: background-color .15s;
  position: relative;
}

.spark-button-text-4 {
  flex: none;
  margin-bottom: 0;
  line-height: 1;
  display: inline-block;
  position: relative;
}

.spark-vertical-line {
  background-color: var(--spark-library--foreground-interactive);
  width: 4px;
  height: 24px;
}

.spark-horizontal-line {
  background-color: var(--spark-library--foreground-interactive);
  width: 24px;
  height: 4px;
  position: absolute;
}

.spark-faq-plus-to-x {
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.spark-faq-button {
  background-color: var(--spark-library--white);
  color: var(--spark-library--black);
  border-radius: 8px;
  width: 100%;
  padding: 24px 32px;
  font-size: 1.5rem;
  font-weight: 500;
  transition: background-color .2s, color .15s;
}

.spark-faq-button:hover {
  background-color: var(--spark-library--background--interactive);
  color: var(--spark-library--foreground-interactive-hover);
}

.spark-faq-button:focus {
  outline-color: var(--spark-library--foreground-interactive);
  outline-offset: 0px;
  outline-width: 4px;
  outline-style: solid;
}

.spark-faq-button.w--open {
  background-color: var(--spark-library--background--interactive);
  border-bottom-right-radius: 0;
  border-bottom-left-radius: 0;
  transition-duration: .15s, .15s;
}

.spark-faq-button.w--open:focus {
  outline-color: var(--spark-library--foreground-interactive);
  outline-offset: 0px;
  outline-width: 1.5px;
  outline-style: none;
}

.spark-faq-expander {
  border: 1px solid var(--spark-library--border-default);
  border-radius: 8px;
  width: 100%;
  margin-bottom: 1rem;
}

.spark-secondary-paragraph-6 {
  color: var(--spark-library--foreground-secondary);
  margin-bottom: 64px;
}

.spark-900-width-3 {
  width: 952px;
  max-width: 100%;
}

.spark-900-width-3.spark-margin-bottom-104px {
  margin-bottom: 104px;
}

.spark-container-4 {
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-6 {
  width: 100%;
  padding: 70px 64px 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-6 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-6 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-6 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-6 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-6 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-6 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-6 p {
  font-size: 24px;
  line-height: 1.4;
}

.spark-section-6 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-6 li {
  margin-bottom: .5rem;
}

.div-block-4 {
  overflow: hidden;
}

.spark-form-success-2 {
  background-color: var(--spark-library--background--interactive);
  text-align: center;
  border-radius: 8px;
  padding: 24px;
}

.spark-button-3 {
  border: 1px solid var(--spark-library--foreground-interactive);
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  border-radius: 8px;
  flex: none;
  padding: 16px;
  font-size: .9375rem;
  font-weight: 500;
  line-height: 1em;
  text-decoration: none;
  transition: border-color .15s, background-color .15s, opacity .15s;
}

.spark-button-3:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

.spark-button-3.spark-full-width {
  background-color: var(--spark-library--foreground-interactive);
  text-align: center;
  width: 100%;
}

.spark-button-3.spark-full-width:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
}

.spark-input-2 {
  border: 1px solid var(--spark-library--border-default);
  background-color: var(--spark-library--white);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 24px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input-2:focus {
  border-color: var(--spark-library--foreground-interactive);
}

.spark-input-2::placeholder {
  color: var(--spark-library--foreground-tertiary);
}

.spark-input-2.spark-message-input {
  max-width: 100%;
  min-height: 16ch;
}

.spark-regular-form {
  background-color: var(--white);
  border-radius: 10px;
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 26px;
  position: relative;
}

.spark-foreground-secondary {
  color: var(--spark-library--foreground-secondary);
}

.spark-centered-901 {
  text-align: center;
  width: 900px;
  max-width: 100%;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.spark-container-5 {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-7 {
  width: 100%;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  position: relative;
}

.spark-section-7 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-7 h4 {
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 1.4;
}

.spark-section-7 h1 {
  margin-bottom: 1rem;
  font-size: 4rem;
  font-weight: 600;
  line-height: 1.1;
}

.spark-section-7 h2 {
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.2;
}

.spark-section-7 h3 {
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
}

.spark-section-7 h6 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: .8125rem;
  font-weight: 700;
  line-height: 1.5;
}

.spark-section-7 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

.spark-section-7 li {
  margin-bottom: .5rem;
}

.modal {
  z-index: 1001;
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #11010ee6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.div-block-6 {
  z-index: 2;
  width: 90%;
  max-width: 460px;
  max-height: 95%;
  position: relative;
  overflow: auto;
}

.link-block-2 {
  background-color: red;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto auto;
}

.div-block-7 {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.grid {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
}

.div-block-8 {
  border: 1px solid #0000000f;
  border-radius: 10px;
  height: 500px;
  overflow: hidden;
}

.cont-phone {
  color: var(--spark-library--black);
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  padding-left: 0;
  padding-right: 24px;
  font-size: 30px;
  font-weight: 600;
  line-height: 30px;
  text-decoration: none;
  display: flex;
}

.cont-phone.wh {
  color: var(--spark-library--foreground-inverse-secondary);
}

.image-copy {
  width: 24px;
  height: 24px;
  margin-right: 16px;
}

.image-copy.wh {
  filter: invert();
}

.div-block-copy-copy {
  color: var(--spark-library--black);
  justify-content: flex-start;
  align-items: center;
  padding-left: 16px;
  padding-right: 24px;
  font-size: 20px;
  font-weight: 600;
  display: none;
}

.text-block-3 {
  width: 100%;
  padding-bottom: 0;
  padding-left: 0;
  font-size: 15px;
}

.div-block-9 {
  border-bottom: 1px solid #000;
  width: 100%;
  padding-bottom: 9px;
}

.grid-2 {
  border-bottom: 1px solid #00000014;
  grid-template-rows: auto;
  grid-template-columns: 1fr .3fr;
  width: 100%;
  margin-bottom: 3px;
  padding-bottom: 3px;
}

.grid-2.rt {
  margin-bottom: 10px;
  padding-bottom: 5px;
}

.modal-buy {
  z-index: 1001;
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #11010ee6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

.grid-3 {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  width: 100%;
  margin-top: 70px;
  display: none;
}

.div-block-10 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 50px;
  display: flex;
}

.text-block-4 {
  text-align: center;
  margin-bottom: 30px;
  font-size: 20px;
  line-height: 30px;
}

.link-block-3 {
  z-index: 999;
  background-color: #050505;
  border-radius: 5px;
  width: 60px;
  height: 60px;
  margin-bottom: 10px;
  margin-right: 10px;
  padding: 5px 10px 10px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.lottie-animation {
  width: 100%;
  height: 100%;
}

.checkbox-field {
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 12px;
}

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

.text-block-5 {
  padding-top: 5px;
  padding-bottom: 5px;
}

.phone-2 {
  display: none;
}

.slider {
  background-color: #ddd0;
  height: auto;
}

.slide {
  width: 50%;
  padding: 15px;
}

.left-arrow {
  color: #000;
  left: -55px;
}

.right-arrow {
  color: #000;
  right: -55px;
}

.slide-nav {
  bottom: -19px;
}

.link {
  color: var(--grey);
}

.modal-copy {
  z-index: 1001;
  opacity: 1;
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  background-color: #11010ee6;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: none;
  position: fixed;
  inset: 0%;
}

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

.div-block-6-copy {
  z-index: 2;
  background-color: var(--spark-library--white);
  border-radius: 10px;
  width: 90%;
  max-width: 900px;
  max-height: 95%;
  padding: 16px;
  position: relative;
  overflow: auto;
}

.div-block-15 {
  margin-top: 100px;
}

.div-block-16 {
  padding: 30px;
}

html.w-mod-js [data-ix="modal-initial"] {
  opacity: 0;
  display: none;
}

@media screen and (max-width: 991px) {
  .spark-lightbox {
    height: auto;
  }

  .spark-lightbox.rt {
    height: 200px;
  }

  .spark-button.spark-secondary-button {
    font-size: 1.2rem;
  }

  .spark-button.spark-secondary-button._1 {
    margin-bottom: 0;
  }

  .spark-flex-row.spark-left-aligned.r {
    padding-left: 0;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-line-3.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: #0000;
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: #0000;
  }

  .spark-nav-link {
    text-align: left;
    margin-bottom: 1rem;
    margin-left: 0;
  }

  .spark-nav-link.spark-button {
    text-align: center;
    margin-bottom: 0;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .spark-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

  .spark-brand-logo {
    width: 200px;
    height: 50px;
  }

  .spark-square-menu-inner {
    padding: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section.spark-primary-color-background {
    padding-top: 130px;
  }

  .spark-section h1 {
    font-size: 2rem;
  }

  .phone1 {
    display: none;
  }

  .image {
    width: 16px;
    height: 16px;
    margin-top: 0;
    margin-right: 5px;
    display: block;
  }

  .div-block-copy {
    text-decoration: none;
    display: flex;
  }

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

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 2rem;
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .spark-container-2, .spark-footer-bottom {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-flexed-footer-column {
    min-width: 180px;
  }

  .spark-section-2 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-2 h2 {
    font-size: 2.5rem;
  }

  .spark-flex-row-3.spark-right {
    justify-content: flex-start;
  }

  .spark-flex-row-3.spark-split-and-wrapped {
    flex-flow: column wrap;
    align-items: flex-start;
  }

  .spark-hero-sub-paragraph-2.spark-secondary-font-color {
    margin-bottom: 2rem;
  }

  .spark-container-3.spark-primary-background {
    padding: 32px;
  }

  .spark-section-3 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-checkbox {
    width: 14px;
    height: 14px;
    margin-top: 0;
    margin-right: 6px;
  }

  .spark-section-4 {
    padding-top: 50px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-4 h2 {
    font-size: 2.5rem;
  }

  .spark-wrapped-card {
    width: 45%;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-three-column-grid {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    flex-flow: wrap;
    justify-content: space-between;
    display: none;
  }

  .spark-three-column-grid.r3 {
    grid-column-gap: 13px;
    grid-row-gap: 13px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .spark-tabs-menu {
    margin-bottom: 64px;
  }

  .skew-up.r {
    font-size: 2.5rem;
  }

  .spark-section-5 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-5 h2 {
    font-size: 2.5rem;
  }

  .f-testimonial-slider-grid-large {
    grid-template-columns: 1fr;
  }

  .f-margin-bottom-16 {
    padding-left: 0;
    padding-right: 0;
  }

  .f-testimonial-left-a {
    right: 52px;
  }

  .feedback {
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-3.skew-up {
    font-size: 40px;
    line-height: 50px;
  }

  .heading-3.skew-up.wh.rh {
    margin-bottom: 20px;
  }

  .spark-section-6 {
    padding-top: 50px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-section-6 h2 {
    font-size: 2.5rem;
  }

  .spark-input-2.spark-message-input {
    padding-top: 12px;
  }

  .spark-section-7 {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

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

  .cont-phone {
    display: flex;
  }

  .div-block-copy-copy {
    text-decoration: none;
    display: flex;
  }

  .text-block-5 {
    margin-left: 0;
    margin-right: 0;
    font-size: 16px;
    font-weight: 600;
    line-height: 1;
  }

  .phone-2 {
    color: var(--black);
    justify-content: flex-start;
    align-items: center;
    text-decoration: none;
    display: flex;
  }

  .div-block-13 {
    font-size: 16px;
    text-decoration: none;
    display: flex;
  }

  .slide {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .spark-lightbox {
    height: auto;
    margin-top: 64px;
  }

  .spark-lightbox.rt {
    height: 150px;
  }

  .spark-flex-row {
    flex-direction: column;
  }

  .spark-flex-row.spark-left-aligned {
    flex-direction: row;
    align-items: flex-start;
  }

  .spark-flex-row.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-hero-sub-paragraph {
    margin-bottom: 32px;
  }

  .spark-container {
    width: 100%;
  }

  .spark-nav-link {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-nav-menu {
    max-height: 90vh;
    overflow: scroll;
  }

  .spark-square-menu-inner {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-section {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-section h1 {
    font-size: 1.6rem;
  }

  .image {
    width: 16px;
    height: 16px;
    margin-right: 5px;
  }

  .div-block-copy {
    padding-left: 0;
    padding-right: 0;
  }

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

  .spark-hero-section-left-side {
    width: 100%;
  }

  .spark-flex-row-2 {
    flex-direction: column;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
  }

  .spark-flex-row-2.spark-5-spacing {
    grid-row-gap: 24px;
    flex-direction: column-reverse;
  }

  .spark-container-2 {
    width: 100%;
  }

  .spark-flexed-footer-column {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .spark-spread-footer-grid {
    flex-direction: column;
    display: flex;
  }

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

  .spark-three-image-grid {
    width: 100%;
    position: relative;
  }

  .spark-secondary-paragraph {
    margin-bottom: 32px;
  }

  .spark-flex-row-3 {
    flex-direction: column;
  }

  .spark-flex-row-3.spark-right {
    flex-direction: row;
  }

  .spark-hero-sub-paragraph-2 {
    margin-bottom: 32px;
  }

  .spark-container-3 {
    width: 100%;
  }

  .spark-section-3, .spark-section-4 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .spark-small-sub-paragraph {
    line-height: 1.3;
  }

  .spark-wrapped-card {
    width: 100%;
  }

  .spark-wrapped-card.spark-stacked {
    grid-row-gap: 16px;
    width: 100%;
  }

  .spark-three-column-grid {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
  }

  .spark-secondary-paragraph-3 {
    margin-bottom: 32px;
  }

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

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

  .uui-testimonial13_content {
    padding: 1.5rem;
  }

  .f-testimonial-right-a {
    display: block;
  }

  .wide-block {
    padding-top: 0;
  }

  .f-testimonial-left-a {
    display: block;
    right: 50px;
  }

  .feedback {
    padding-top: 30px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .uui-testimonial13_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .uui-testimonial13_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .heading-3.skew-up {
    margin-bottom: 30px;
    font-size: 40px;
    line-height: 50px;
  }

  .uui-heading-xxsmall-5 {
    font-size: 1.125rem;
  }

  .spark-dropdown-text {
    padding: 24px;
  }

  .spark-faq-button {
    padding-left: 24px;
  }

  .spark-secondary-paragraph-6 {
    margin-bottom: 32px;
  }

  .spark-container-4 {
    width: 100%;
  }

  .spark-section-6 {
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .spark-section-6 p {
    font-size: 14px;
    line-height: 20px;
  }

  .spark-container-5 {
    width: 100%;
  }

  .spark-section-7 {
    padding-top: 88px;
    padding-bottom: 88px;
  }

  .cont-phone {
    font-size: 20px;
    line-height: 20px;
  }

  .image-copy {
    width: 20px;
    height: 20px;
    margin-right: 5px;
  }

  .div-block-copy-copy {
    padding-left: 0;
    padding-right: 0;
  }
}

@media screen and (max-width: 479px) {
  .spark-sub-image {
    object-fit: cover;
    object-position: 50% 50%;
    height: 100%;
  }

  .spark-lightbox {
    height: 300px;
    margin-top: 32px;
  }

  .spark-button.spark-secondary-button {
    padding-left: 20px;
    padding-right: 20px;
    font-size: 14px;
  }

  .spark-flex-row {
    align-items: flex-start;
  }

  .spark-flex-row.spark-left-aligned {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-flex-row.spark-left-aligned.r {
    justify-content: center;
    align-items: center;
  }

  .spark-simple-menu-button {
    padding-left: 0;
  }

  .spark-nav-link {
    margin-bottom: .5rem;
  }

  .spark-nav-menu {
    border-bottom-right-radius: 12px;
    border-bottom-left-radius: 12px;
    max-height: 90vh;
    padding: 1rem .5rem;
  }

  .spark-brand-logo {
    justify-content: flex-start;
    align-items: center;
    width: 120px;
    height: 40px;
    display: flex;
  }

  .spark-square-menu-inner {
    background-color: var(--spark-library--white);
    padding-top: 0;
    padding-bottom: 0;
  }

  .spark-square-menu-with-links {
    padding-left: 10px;
    padding-right: 0;
  }

  .spark-section {
    padding: 64px 20px;
  }

  .spark-section.spark-primary-color-background {
    padding-top: 100px;
  }

  .spark-section h1 {
    font-size: 1.5rem;
  }

  .spark-section h2 {
    font-size: 2.5rem;
  }

  .image {
    width: 12px;
    height: 12px;
    margin-right: 2px;
  }

  .image-2 {
    object-fit: contain;
    object-position: 0% 50%;
    flex: none;
  }

  .spark-flex-row-2 {
    align-items: flex-start;
  }

  .spark-flex-row-2.spark-24px-row-spacing {
    grid-row-gap: 24px;
    justify-content: space-between;
    align-items: center;
  }

  .spark-container-2, .spark-footer-bottom {
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-flexed-footer-column {
    justify-content: center;
    align-items: center;
  }

  .spark-brand.spark-margin-bottom-32px {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .spark-section-2 {
    padding: 64px 20px 30px;
  }

  .spark-section-2.spark-primary-color-background {
    padding-top: 128px;
  }

  .spark-section-2.spark-primary-color-background.foot {
    padding-top: 30px;
  }

  .spark-section-2 h1 {
    font-size: 2rem;
  }

  .spark-section-2 h2 {
    font-size: 1.7rem;
  }

  .spark-three-image-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .spark-button-2.spark-icon-left-button.wh {
    justify-content: center;
    align-items: center;
    width: 100%;
  }

  .spark-flex-row-3 {
    align-items: flex-start;
  }

  .spark-flex-row-3.spark-right {
    grid-row-gap: 16px;
    flex-wrap: wrap;
  }

  .spark-container-3.spark-primary-background {
    padding: 20px;
  }

  .spark-section-3 {
    padding: 10px 20px;
  }

  .spark-section-3 h1 {
    font-size: 3rem;
  }

  .spark-section-3 h2 {
    font-size: 1.6rem;
  }

  .spark-section-4 {
    padding: 30px 20px;
  }

  .spark-section-4 h1 {
    font-size: 3rem;
  }

  .spark-section-4 h2 {
    font-size: 1.7rem;
  }

  .spark-section-4 h3 {
    font-size: 1.2rem;
  }

  .spark-bold-heading {
    line-height: 1.3;
  }

  .spark-wrapped-card.spark-stacked {
    width: 100%;
  }

  .spark-three-column-grid.r3 {
    grid-template-columns: 1fr;
  }

  .spark-tabs-menu {
    flex-flow: column wrap;
    justify-content: flex-start;
  }

  .spark-centered-900 {
    margin-bottom: 64px;
  }

  .skew-up.r {
    font-size: 1.7rem;
  }

  .link-block {
    height: 200px;
  }

  .spark-900-width-2.spark-margin-bottom-104px {
    margin-bottom: 35px;
  }

  .spark-section-5 {
    padding: 80px 20px 64px;
  }

  .spark-section-5 h5 {
    font-size: 1.6rem;
  }

  .spark-section-5 h1 {
    font-size: 3rem;
  }

  .spark-section-5 h2 {
    font-size: 1.7rem;
  }

  .text-block-2 {
    font-size: 12px;
    line-height: 12px;
  }

  .f-testimonial-right-a {
    top: -55px;
  }

  .f-testimonial-slider-grid-large {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
  }

  .f-margin-bottom-16 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .f-testimonial-left-a {
    top: -55px;
  }

  .uui-testimonial13_client {
    flex-direction: row;
    align-items: flex-start;
  }

  .heading-3.skew-up {
    font-size: 30px;
    line-height: 40px;
  }

  .heading-3.skew-up.wh.rh {
    text-align: left;
  }

  .uui-heading-xxsmall-5.text-weight-medium {
    font-size: 12px;
  }

  .uui-testimonial13_customer-image {
    margin-right: 10px;
  }

  .spark-button-text-4 {
    font-size: .9rem;
  }

  .spark-faq-plus-to-x {
    width: 50px;
  }

  .spark-faq-button {
    padding-left: 10px;
    padding-right: 10px;
    overflow: hidden;
  }

  .spark-900-width-3.spark-margin-bottom-104px {
    margin-bottom: 64px;
  }

  .spark-section-6 {
    padding: 30px 20px;
  }

  .spark-section-6 h1 {
    font-size: 2rem;
  }

  .spark-section-6 h2 {
    font-size: 1.7rem;
  }

  .spark-centered-901 {
    margin-bottom: 64px;
  }

  .spark-section-7 {
    padding: 64px 20px;
  }

  .spark-section-7 h1 {
    font-size: 3rem;
  }

  .spark-section-7 h2 {
    font-size: 2.5rem;
  }

  .image-copy {
    width: 12px;
    height: 12px;
    margin-right: 3px;
  }

  .div-block-copy-copy {
    flex: none;
  }

  .text-block-3 {
    padding-left: 0;
    font-size: 10px;
    line-height: 1.2;
  }

  .grid-2 {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    grid-template-columns: 1fr .4fr;
  }

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

  .link-block-3 {
    width: 50px;
    height: 50px;
    margin-bottom: 20px;
  }

  .text-block-5 {
    margin-left: 0;
    margin-right: 0;
    font-size: 13px;
  }

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

  .left-arrow {
    left: -40px;
  }

  .right-arrow {
    right: -40px;
  }
}

#w-node-_21b80f1b-7a83-04fb-1c73-2dd0e6b30c86-90629b9e, #w-node-_21b80f1b-7a83-04fb-1c73-2dd0e6b30c8c-90629b9e, #w-node-_21b80f1b-7a83-04fb-1c73-2dd0e6b30c92-90629b9e {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-d56358ad-615d-acc5-b772-3ee5ef83a5a6-90629b9e {
  grid-area: Area-3;
}

#w-node-d56358ad-615d-acc5-b772-3ee5ef83a5a7-90629b9e {
  grid-area: Area-2;
}

#w-node-d56358ad-615d-acc5-b772-3ee5ef83a5a8-90629b9e {
  grid-area: Area;
}

#w-node-a3d5a543-afa0-31cc-d569-fca22269c1dc-90629b9e, #w-node-c9bc2f5c-de06-a268-1e9b-aef9bdd53c62-90629b9e, #w-node-be87b474-d015-dd12-37cc-cd738c39b723-90629b9e, #w-node-_43260a63-f481-4e8e-7aa9-63f77b0dd45a-90629b9e, #w-node-_70473696-9ba0-e274-1772-c5b7f9e4ada2-90629b9e, #w-node-be870686-6787-8493-d3d4-17f19e96362e-90629b9e, #w-node-c1a25448-499d-7df2-b20b-5231933f377c-933f3778, #w-node-c1a25448-499d-7df2-b20b-5231933f377f-933f3778 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


