:root {
  --spark-library--black: black;
  --spark-library--sage: #99b193;
  --spark-library--foreground-interactive: #628447;
  --spark-library--white: white;
  --spark-library--foreground-interactive-hover: #628447;
  --spark-library--foreground-secondary: #000000c2;
  --pwg-colors--green: #5c7f39;
  --pwg-colors--blue: #233e7d;
  --pwg-colors--25-green: #99b193;
  --spark-library--border-default: #00000029;
  --pwg-colors--interactive: #dadada;
  --transparent: #fff0;
  --pwg-colors--gray: #59595b;
  --flowui-component-library--gray-900: #160042;
  --spark-library--foreground-tertiary: #0000008f;
  --flowui-component-library--gray-500: #6b7094;
  --flowui-component-library--primary-base: #642eff;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-300: #e4e6f1;
  --flowui-component-library--white: white;
  --flowui-component-library--gray-100: #f7f9fd;
}

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

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  color: #333;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  line-height: 20px;
}

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

.spark-nav-link {
  color: var(--spark-library--black);
  text-align: center;
  border-radius: 8px;
  margin-left: 8px;
  padding: 16px 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  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--sage);
  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-section {
  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.spark-light-background {
  background-color: var(--spark-library--foreground-secondary);
}

.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: var(--spark-library--foreground-secondary);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  font-weight: 600;
  line-height: 1.1;
  overflow: hidden;
}

.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 {
  color: var(--spark-library--white);
  margin-top: 25px;
  margin-bottom: 31px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 27px;
}

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

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

.spark-button {
  border: 1px solid var(--pwg-colors--green);
  background-color: var(--pwg-colors--green);
  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(--pwg-colors--blue);
  opacity: 1;
}

.spark-button.spark-secondary-button {
  border: 1px none var(--spark-library--sage);
  background-color: var(--pwg-colors--25-green);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--foreground-interactive);
  color: var(--pwg-colors--blue);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  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(--pwg-colors--blue);
  box-shadow: inset 0 0 0 1.5px var(--spark-library--sage);
  color: var(--spark-library--white);
}

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

.spark-brand-logo {
  z-index: 2;
  width: 249px;
  height: 104px;
  padding-top: 19px;
  padding-left: 0;
}

.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-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(--pwg-colors--interactive);
  border-radius: 8px;
}

.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-rounded-edge-navbar {
  z-index: 99;
  background-color: var(--spark-library--white);
  border-radius: 999px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 32px;
  box-shadow: 2px 0 8px #0000001a;
}

.spark-rounded-edge-navbar.spark-absolute-positioned-navbar {
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: absolute;
  inset: 32px 0% auto;
}

.spark-rounded-edge-nav-bar-inner {
  justify-content: space-between;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 16px;
  padding-bottom: 16px;
  display: flex;
}

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

.spark-flex-row.spark-5-spacing {
  grid-column-gap: 5%;
  grid-row-gap: 16px;
  background-color: var(--transparent);
  flex-flow: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 51px;
  margin-bottom: 68px;
  padding-left: 58px;
  display: grid;
}

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

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

.spark-hero-section-left-side {
  width: 58%;
  font-size: 15px;
}

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

.spark-2-column-flex {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  justify-content: space-between;
  display: flex;
}

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

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

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

.spark-secondary-background-card {
  background-color: var(--pwg-colors--interactive);
  border-radius: 12px;
  padding: 32px;
}

.spark-rounded-corner-image {
  border-radius: 12px;
  margin-bottom: 32px;
}

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

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

.spark-flexed-rows {
  grid-row-gap: 48px;
  flex-direction: column;
  display: flex;
}

.spark-container-2 {
  background-color: var(--pwg-colors--gray);
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.spark-section-2 {
  background-color: var(--pwg-colors--blue);
  width: 100%;
  padding: 40px 64px 176px;
  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 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 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 2rem;
  padding: 21px 0 0 48px;
  font-size: 2rem;
  font-weight: 600;
  line-height: 1.3;
  display: flex;
}

.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 {
  color: var(--spark-library--white);
  text-align: left;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 22px;
  font-weight: 400;
  line-height: 29px;
}

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

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

.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-flex-row-2.spark-5-spacing.spark-with-vertical-image {
  grid-column-gap: 10%;
  flex-direction: row-reverse;
  justify-content: flex-end;
}

.spark-flex-row-2.spark-wrapped {
  grid-column-gap: 60px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

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

.spark-small-icon-2.spark-primary-color {
  color: var(--pwg-colors--25-green);
}

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

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

.spark-checked-item {
  grid-column-gap: 16px;
  color: var(--spark-library--foreground-secondary);
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  display: flex;
}

.spark-left-side-vertical-image {
  border-radius: 8px;
  flex: 0 auto;
  display: block;
}

.text-block {
  grid-column-gap: 29px;
  grid-row-gap: 29px;
  flex-flow: column;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.bold-text {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
}

.bold-text-2 {
  color: var(--spark-library--white);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
}

.bold-text-3 {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
}

.text-block-2 {
  font-family: Montserrat, sans-serif;
}

.bold-text-4 {
  color: var(--spark-library--white);
  font-family: Montserrat, sans-serif;
}

.spark-container-3 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.spark-section-3 {
  background-color: var(--pwg-colors--25-green);
  width: 100%;
  padding: 176px 64px;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.spark-section-3 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.1rem;
  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 {
  color: var(--pwg-colors--green);
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-family: Montserrat, sans-serif;
  font-size: 3.5rem;
  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 p {
  color: var(--spark-library--black);
  font-family: Montserrat, sans-serif;
}

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

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

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

.spark-three-column-grid {
  grid-column-gap: 61px;
  grid-row-gap: 61px;
  color: var(--pwg-colors--interactive);
  flex-flow: row;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  margin-top: -98px;
  padding-top: 0;
  font-family: Montserrat, sans-serif;
  font-size: 12px;
  display: flex;
}

.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-900-width-2 {
  width: 952px;
  max-width: 100%;
}

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

.bold-text-5 {
  font-size: .9rem;
}

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

.f-h3-heading {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 48px;
  line-height: 1.2;
}

.f-container-regular {
  background-color: var(--spark-library--foreground-tertiary);
  opacity: 1;
  background-image: linear-gradient(#00000080, #00000080);
  border: 1px solid #fff;
  flex-flow: column;
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 100px;
  display: flex;
  position: static;
  overflow: hidden;
}

.f-title-wrapper-center {
  z-index: 5;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 580px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 50px;
  display: flex;
  position: relative;
}

.f-margin-bottom-08 {
  margin-bottom: 8px;
}

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

.f-paragraph-large {
  color: var(--spark-library--white);
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
  line-height: 32px;
}

.f-section-large {
  background-color: var(--spark-library--foreground-secondary);
  opacity: 1;
  -webkit-text-fill-color: inherit;
  background-image: url('../images/clean-soft-toned-image-of-multi-generational-family-living-in-a-smart-home.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: fixed;
  background-clip: border-box;
  padding: 0 0%;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.f-paragraph-regular {
  letter-spacing: -.02em;
  margin-bottom: 0;
  font-size: 16px;
  line-height: 1.8;
}

.f-paragraph-regular.f-text-weight-medium {
  color: var(--spark-library--white);
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 500;
}

.f-sub-heading-regular {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.03em;
  font-size: 20px;
  font-weight: 700;
  line-height: 1.5;
}

.f-heading-detail-small {
  color: var(--flowui-component-library--gray-500);
  letter-spacing: .08em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 700;
  line-height: 24px;
}

.f-text-weight-medium {
  font-weight: 500;
}

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

.f-feature-card-outline {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  border: 1px solid var(--spark-library--sage);
  background-color: var(--pwg-colors--green);
  opacity: 1;
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  cursor: pointer;
  background-clip: border-box;
  border-radius: 12px;
  align-items: center;
  width: 100%;
  max-width: 350px;
  padding: 32px;
  transition: opacity .125s;
  display: flex;
}

.f-feature-card-outline:hover {
  background-color: var(--pwg-colors--blue);
  color: var(--pwg-colors--25-green);
}

.f-feature-icon-round {
  background-color: #fff;
  border-radius: 100%;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 80px;
  height: 80px;
  padding: 16px;
  display: flex;
  box-shadow: 23px 23px 48px -8px #1600420a;
}

.f-feature-card-wrapper {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
}

.bold-text-7 {
  color: var(--pwg-colors--green);
  text-align: left;
  padding-bottom: 24px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.f-container-large {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

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

.f-footer-bottom {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.f-footer-brand {
  align-items: center;
  display: flex;
}

.f-footer-link {
  color: var(--flowui-component-library--gray-900);
  letter-spacing: -.01em;
  width: 100%;
  margin-top: 10px;
  margin-bottom: 10px;
  padding-top: 4px;
  padding-bottom: 4px;
  font-size: 14px;
  line-height: 24px;
  text-decoration: none;
  transition: color .3s;
}

.f-footer-link:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-social {
  background-color: var(--flowui-component-library--gray-200);
  color: var(--flowui-component-library--gray-900);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  transition: color .3s;
  display: flex;
}

.f-footer-social:hover {
  color: var(--flowui-component-library--primary-base);
}

.f-footer-vertical-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 1px;
  height: 16px;
}

.f-footer-group {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.f-footer-menu {
  grid-column-gap: 24px;
  flex: none;
  align-items: center;
  display: flex;
}

.f-footer-horizontal-divider {
  background-color: var(--flowui-component-library--grey-300);
  width: 100%;
  height: 1px;
  margin-top: 24px;
  margin-bottom: 24px;
}

.f-footer-small {
  background-color: var(--flowui-component-library--white);
  padding: 32px 5%;
  position: relative;
}

.f-footer-logo {
  flex: none;
}

.f-footer-social-row-large {
  flex-direction: column;
  align-items: flex-start;
  margin-left: 60px;
  display: flex;
}

.f-footer-detail {
  margin-bottom: 0;
  font-size: 12px;
  font-weight: 500;
  line-height: 16px;
}

.f-footer-social-group {
  grid-column-gap: 16px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.text-block-3 {
  font-family: Montserrat, sans-serif;
}

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

.spark-container-4.spark-primary-background {
  z-index: 2;
  grid-column-gap: 44px;
  grid-row-gap: 44px;
  background-color: var(--pwg-colors--blue);
  color: var(--spark-library--white);
  border-radius: 12px;
  padding: 64px;
  display: flex;
}

.spark-section-4 {
  width: 100%;
  padding: 92px 64px 176px;
  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-shortened-primary-bottom-border {
  border-bottom: 1px solid var(--spark-library--foreground-interactive);
  padding: 0;
}

.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;
  padding-left: 72px;
  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 {
  text-align: left;
  flex-flow: column;
  padding-top: 0;
  padding-left: 0;
  padding-right: 86px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 31px;
  display: block;
}

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

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

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

.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-brand {
  width: 132px;
  display: inline-block;
}

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

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

.spark-footer-bottom.spark-white-background {
  background-color: var(--spark-library--white);
  color: var(--spark-library--foreground-interactive);
  text-align: center;
}

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

.spark-flex-row-3.spark-24px-row-spacing {
  text-align: center;
  flex-flow: column;
}

.spark-flex-row-3.spark-right {
  grid-column-gap: 16px;
  justify-content: flex-end;
}

.spark-flex-row-3.spark-split-and-wrapped {
  display: block;
}

.spark-footer {
  flex-flow: column;
  width: 100%;
  margin-top: 56px;
  margin-bottom: -186px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

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

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

.spark-tiny-grid {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
  grid-auto-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

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

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

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

.spark-nav-link-2.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-2.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

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

.spark-nav-link-2.spark-centered-full {
  text-align: center;
  border-radius: 999px;
  margin-bottom: 8px;
}

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

.spark-nav-link-2.spark-last {
  margin-bottom: 32px;
}

.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-icon-left-button {
  grid-column-gap: 12px;
  background-color: var(--pwg-colors--green);
  flex-flow: row;
  flex: none;
  order: 0;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.spark-line-4 {
  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-4.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-5 {
  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-5.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

.spark-line-6 {
  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-6.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-hamburger-menu-with-logo {
  z-index: 99;
  background-color: var(--spark-library--white);
  border-radius: 999px;
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  padding-left: 16px;
  padding-right: 16px;
  position: sticky;
  top: 32px;
  box-shadow: 2px 0 8px #0000001a;
}

.spark-centered-brand-logo {
  z-index: 2;
  width: 100px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  padding-left: 0;
  position: absolute;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-hamburger-menu-inner {
  justify-content: flex-end;
  align-items: center;
  max-width: 1440px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

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

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

.spark-simple-nav-menu {
  background-color: var(--spark-library--white);
  border-radius: 40px;
  align-items: center;
  margin-top: 1rem;
  padding: 1rem;
  display: flex;
}

.spark-simple-nav-menu.spark-simple-shadow-small-on-nav {
  z-index: 3;
  width: 93%;
  margin-left: auto;
  margin-right: auto;
  box-shadow: 8px 0 20px #0000001f;
}

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

.bold-text-8 {
  margin-left: 3px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 3.7rem;
}

.spark-section-5 {
  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-5.spark-shortened-primary-bottom-border {
  border-bottom: 1px solid var(--spark-library--foreground-interactive);
  padding-bottom: 64px;
}

.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: 3.5rem;
  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 ul {
  margin-top: 2rem;
  margin-bottom: 3rem;
  padding-left: 14px;
}

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

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

.spark-tiny-grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .25fr;
}

.spark-section-6 {
  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-6.spark-primary-dark-background {
  background-color: var(--spark-library--foreground-interactive);
  color: var(--spark-library--white);
  background-image: url('../images/Media-Ratios-square_1Media-Ratios-square.webp');
  background-position: 0 0;
  background-size: auto;
}

.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 {
  text-align: center;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 3.5rem;
  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 {
  text-align: center;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 27px;
}

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

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

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

.spark-hero-sub-paragraph-3.spark-secondary-font-color {
  color: var(--spark-library--white);
  text-align: center;
  margin-bottom: 0;
  padding: 0 10px 28px;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
}

.spark-lightbox-button {
  grid-column-gap: 16px;
  background-color: var(--pwg-colors--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-tiny-icon {
  text-overflow: clip;
  align-items: center;
  width: 16px;
  height: 16px;
  display: flex;
}

.text-block-4 {
  font-family: Montserrat, sans-serif;
}

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

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

.bold-text-9 {
  color: var(--spark-library--white);
  -webkit-text-stroke-color: var(--spark-library--white);
  font-size: 22px;
  font-weight: 700;
}

.section {
  display: block;
}

.div-block {
  overflow: clip;
}

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

.div-block-3 {
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.bold-text-10, .bold-text-11, .bold-text-12 {
  color: var(--spark-library--white);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3.7rem;
  overflow: hidden;
}

.bold-text-13 {
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3.6rem;
}

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

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

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

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

.spark-nav-link-3.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-3.spark-button:hover {
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
  color: var(--spark-library--white);
}

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

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

.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-input.spark-with-a-inner-shadow {
  box-shadow: inset 0 0 0 1px var(--spark-library--border-default);
  width: 342px;
  max-width: 100%;
  margin-bottom: 0;
  transition: box-shadow .15s;
}

.spark-input.spark-with-a-inner-shadow:hover, .spark-input.spark-with-a-inner-shadow:focus {
  box-shadow: inset 0 0 0 1px var(--spark-library--foreground-interactive-hover);
}

.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-field-label {
  text-align: left;
}

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

.spark-brand-logo-2 {
  z-index: 2;
  padding-left: 0;
}

.spark-line-7 {
  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-7.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-8 {
  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-8.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

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

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

.spark-line-9 {
  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-9.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-square-menu-with-links {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  inset: 0% 0% auto;
}

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

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

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

.spark-flexed-form {
  grid-column-gap: 16px;
  align-items: flex-end;
  display: flex;
}

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

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

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

.bold-text-14 {
  font-size: 14px;
  font-weight: 400;
}

.bold-text-15, .bold-text-16 {
  font-weight: 400;
}

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

.spark-section-8 {
  width: 100%;
  padding: 60px 0 0 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-8 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-size: 1.75rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

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

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

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

.spark-section-8 p {
  color: var(--pwg-colors--gray);
  padding-right: 0;
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 31px;
  display: block;
}

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

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

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

.spark-900-width-3 {
  width: 1008px;
  max-width: 114%;
}

.bold-text-17 {
  color: var(--pwg-colors--green);
  margin-left: 3px;
  padding-left: 0;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 3.1rem;
}

.div-block-5 {
  background-color: var(--pwg-colors--green);
}

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

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

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

.spark-nav-link-4.spark-button {
  background-color: var(--pwg-colors--green);
  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-4.spark-button:hover {
  background-color: var(--spark-library--sage);
  opacity: 1;
  color: var(--spark-library--white);
}

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

.spark-nav-link-4.spark-with-dropdown {
  grid-column-gap: 16px;
  padding-right: 16px;
  display: flex;
}

.spark-button-4 {
  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-4:hover {
  border-color: var(--spark-library--foreground-interactive-hover);
  background-color: var(--spark-library--foreground-interactive-hover);
  opacity: 1;
}

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

.spark-brand-logo-3 {
  z-index: 2;
  padding-left: 0;
}

.spark-line-10 {
  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-10.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-11 {
  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-11.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 18px;
}

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

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

.spark-line-12 {
  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-12.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

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

.spark-square-menu-with-dropdowns {
  background-color: var(--spark-library--white);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: sticky;
  top: 0;
}

.spark-icon {
  width: 12px;
  display: inline-block;
}

.spark-dropdown-list.w--open {
  background-color: var(--spark-library--white);
  border: 1px solid #00000029;
  border-radius: 8px;
  padding: 8px;
}

.spark-dropdown-link {
  border-radius: 8px;
  width: 100%;
  margin-left: 0;
  padding: 8px 16px;
  transition: color .15s, background-color .15s;
}

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

.bold-text-18 {
  color: var(--spark-library--white);
  text-align: left;
  padding-bottom: 19px;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  text-decoration: none;
}

.bold-text-19 {
  font-size: 23px;
}

.background-video {
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 79%;
  display: block;
  position: static;
}

.text-block-5 {
  color: var(--spark-library--white);
  font-size: 30px;
}

.text-block-6, .bold-text-20 {
  color: var(--spark-library--white);
}

.div-block-6 {
  padding-left: 20px;
  padding-right: 20px;
}

.text-block-7 {
  font-size: 30px;
}

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

.spark-section-9 {
  width: 100%;
  padding: 40px 64px 20px;
  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-9 h5 {
  margin-top: 1.5rem;
  margin-bottom: .5rem;
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  font-size: 1.6rem;
  font-weight: 600;
  line-height: 1.3;
}

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

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

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

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

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

.spark-section-9 p {
  font-family: Georgia, Times, Times New Roman, serif;
  font-size: 18px;
}

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

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

.spark-2-column-flex-2 {
  grid-column-gap: 51px;
  grid-row-gap: 51px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: flex-start;
  font-size: 15px;
  display: grid;
}

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

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

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

.spark-small-icon-4.spark-primary-color.spark-margin-bottom-16px {
  color: var(--pwg-colors--green);
  width: 40px;
  height: 40px;
  font-size: 20px;
  line-height: 32px;
}

.spark-secondary-background-card-2 {
  background-color: var(--spark-library--white);
  border-radius: 0;
  flex: 0 auto;
  padding: 32px 20px;
}

.bold-text-21 {
  color: var(--pwg-colors--green);
  font-size: 1.6rem;
  line-height: 1.3;
}

.image-2 {
  max-width: 70%;
}

.image-3 {
  width: 233px;
  height: auto;
  display: block;
}

.bold-text-22 {
  color: var(--pwg-colors--green);
  font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
}

.bold-text-23, .bold-text-24 {
  color: var(--pwg-colors--green);
}

@media screen and (max-width: 991px) {
  .spark-container {
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .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-section {
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .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-nav-menu.spark-rounded-corners {
    border-radius: 40px;
    margin-top: 1rem;
    box-shadow: 0 0 8px #0000002b;
  }

  .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-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-line-2.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-rounded-edge-navbar {
    padding-left: 32px;
    padding-right: 32px;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0;
  }

  .spark-flex-row.spark-5-spacing {
    grid-column-gap: 5%;
    grid-row-gap: 2rem;
    flex-flow: column;
    flex: 0 auto;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-items: center;
    margin-top: 63px;
    display: grid;
  }

  .spark-flex-row.spark-5-spacing.spark-column-tablet-down {
    grid-row-gap: 64px;
    flex-direction: column;
  }

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

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

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

  .spark-section-2 {
    padding: 104px 32px 40px;
  }

  .spark-section-2 p {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

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

  .spark-flex-row-2.spark-5-spacing.spark-with-vertical-image {
    grid-row-gap: 64px;
    flex-flow: row;
    justify-content: flex-start;
  }

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

  .spark-left-side-vertical-image {
    flex: 0 auto;
    position: relative;
    overflow: hidden;
  }

  .bold-text-3 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

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

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

  .f-container-regular {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: block;
  }

  .f-section-large {
    background-color: var(--spark-library--white);
  }

  .f-paragraph-regular.f-text-weight-medium {
    text-align: center;
  }

  .f-margin-bottom-64 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .f-feature-card-outline {
    opacity: 100;
    pointer-events: none;
    cursor: auto;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    transition: background-color .4s;
  }

  .f-footer-bottom {
    grid-row-gap: 24px;
    flex-direction: column;
  }

  .f-footer-group {
    grid-row-gap: 16px;
    flex-direction: column;
  }

  .f-footer-social-row-large {
    margin-left: 0;
  }

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

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

  .spark-section-4 p {
    padding-right: 0;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

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

  .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-footer {
    overflow: hidden;
  }

  .spark-social-link-row {
    flex-flow: column;
    justify-content: center;
    align-items: center;
  }

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

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

  .spark-line-4.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-5.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

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

  .spark-hamburger-menu-with-logo {
    padding-left: 32px;
    padding-right: 32px;
  }

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

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

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

  .spark-simple-nav-menu {
    z-index: 99;
    background-color: var(--spark-library--white);
    border-radius: 45px;
    margin-top: 1rem;
    padding: 2rem 1rem 1rem;
    box-shadow: 1px 1px 8px #0000001a;
  }

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

  .spark-section-6 h2 {
    text-align: left;
    line-height: .9;
  }

  .spark-hero-sub-paragraph-3.spark-secondary-font-color {
    text-align: left;
    margin-bottom: 2rem;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .spark-tiny-icon-2 {
    text-align: left;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 24px;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .bold-text-9 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .bold-text-13 {
    text-align: left;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    line-height: 1;
  }

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

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

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

  .spark-nav-menu-2 {
    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-line-7.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-8.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

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

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

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

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

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

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

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

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

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

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

  .image {
    vertical-align: baseline;
    margin-left: 85px;
    display: block;
  }

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

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

  .spark-nav-link-4.spark-with-dropdown {
    margin-bottom: 0;
  }

  .spark-nav-menu-3 {
    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-line-10.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-11.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

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

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

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

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

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

  .spark-dropdown-list.w--open {
    position: relative;
  }

  .spark-full-width-mobile {
    width: 100%;
    margin-bottom: 1rem;
    display: block;
  }

  .bold-text-18, .text-block-5, .text-block-7 {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
  }

  .spark-section-9 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    padding-top: 104px;
    padding-left: 32px;
    padding-right: 32px;
    display: flex;
  }

  .spark-section-9 p {
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 18px;
  }

  .spark-2-column-flex-2 {
    grid-column-gap: 64px;
    grid-row-gap: 64px;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    place-items: center;
    display: grid;
  }

  .spark-small-icon-4.spark-primary-color.spark-margin-bottom-16px {
    width: 40px;
    height: 35px;
  }

  .spark-secondary-background-card-2 {
    padding: 0;
  }

  .body {
    background-color: #fff;
  }
}

@media screen and (max-width: 767px) {
  .spark-container {
    width: 100%;
  }

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

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

  .spark-section.spark-light-background {
    padding-top: 128px;
  }

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

  .spark-button.spark-secondary-button {
    background-color: var(--spark-library--border-default);
    color: var(--spark-library--white);
  }

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

  .spark-rounded-edge-navbar {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding-left: 0;
    padding-right: 0;
  }

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

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

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

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

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

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

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

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

  .spark-section-2 p {
    font-family: Georgia, Times, Times New Roman, serif;
  }

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

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

  .spark-flex-row-2.spark-5-spacing.spark-with-vertical-image {
    flex-direction: column-reverse;
  }

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

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

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

  .spark-left-side-vertical-image {
    width: 100%;
    max-width: 100%;
  }

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

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

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

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

  .f-h3-heading {
    font-size: 40px;
  }

  .f-section-large {
    -webkit-text-fill-color: inherit;
    background-clip: content-box;
    padding-top: 72px;
    padding-bottom: 72px;
  }

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

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

  .spark-section-4 h1 {
    padding-left: 0;
  }

  .spark-section-4 p {
    padding-top: 53px;
    padding-bottom: 12px;
    padding-left: 0;
  }

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

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

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

  .spark-footer {
    flex-flow: column;
    margin-bottom: 0;
    overflow: visible;
  }

  .spark-tiny-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: grid;
  }

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

  .spark-hamburger-menu-with-logo {
    width: 98%;
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .spark-simple-nav-menu.spark-simple-shadow-small-on-nav {
    width: 100%;
  }

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

  .bold-text-8 {
    margin-left: 0;
    font-size: 2.9rem;
  }

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

  .spark-tiny-grid-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .spark-section-6 h2 {
    line-height: .6;
  }

  .spark-section-6 p {
    text-align: left;
    font-family: Arial, Helvetica Neue, Helvetica, sans-serif;
    font-size: 25px;
    line-height: 28px;
  }

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

  .spark-hero-sub-paragraph-3.spark-secondary-font-color {
    padding-bottom: 0;
    padding-left: 0;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 20px;
    line-height: 20px;
  }

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

  .bold-text-10 {
    font-size: 2.6rem;
  }

  .bold-text-11, .bold-text-12 {
    font-size: 2.5rem;
  }

  .div-block-4 {
    line-height: 15px;
  }

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

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

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

  .spark-input.spark-with-a-inner-shadow {
    width: 240px;
  }

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

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

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

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

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

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

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

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

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

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

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

  .bold-text-17 {
    margin-left: 0;
    font-size: 2.9rem;
  }

  .image {
    margin-left: 47px;
    display: inline-block;
  }

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

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

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

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

  .background-video {
    width: 65%;
    overflow: hidden;
  }

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

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

  .spark-section-9 p {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 16px;
  }

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

  .spark-small-icon-4.spark-primary-color.spark-margin-bottom-16px {
    width: 40px;
    height: 36px;
  }

  .spark-secondary-background-card-2 {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }
}

@media screen and (max-width: 479px) {
  .spark-nav-link {
    margin-bottom: .5rem;
  }

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

  .spark-section.spark-light-background {
    margin-right: 0;
    padding-bottom: 95px;
    padding-left: 0;
  }

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

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

  .spark-section p {
    padding-left: 0;
    padding-right: 20px;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 20px;
  }

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

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

  .spark-rounded-edge-navbar {
    padding-left: 0;
    padding-right: 0;
  }

  .spark-rounded-edge-nav-bar-inner {
    padding: 0 12px;
  }

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

  .spark-flex-row.spark-5-spacing {
    grid-column-gap: 5%;
    grid-row-gap: 24px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: start stretch;
    padding-right: 47px;
    display: grid;
  }

  .spark-flex-row.spark-5-spacing.spark-column-tablet-down {
    grid-row-gap: 32px;
  }

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

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

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

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

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

  .spark-section-2 h3 {
    text-align: center;
    justify-content: center;
    align-items: stretch;
    padding-left: 0;
  }

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

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

  .spark-flex-row-2.spark-5-spacing.spark-with-vertical-image {
    grid-row-gap: 32px;
  }

  .spark-checked-item {
    grid-column-gap: 8px;
    font-size: 18px;
  }

  .bold-text, .bold-text-2 {
    font-size: 19px;
  }

  .bold-text-3 {
    font-size: 20px;
  }

  .text-block-2, .bold-text-4 {
    font-size: 15px;
  }

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

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

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

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

  .f-h3-heading {
    line-height: 1;
  }

  .f-title-wrapper-center {
    padding-bottom: 0;
  }

  .f-paragraph-large {
    margin-bottom: -27px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 20px;
    line-height: 28px;
  }

  .f-feature-card-wrapper {
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .bold-text-7 {
    color: var(--spark-library--foreground-interactive-hover);
    font-size: 40px;
    line-height: 1.1;
  }

  .f-footer-vertical-divider {
    display: none;
  }

  .f-footer-menu {
    flex-direction: column;
  }

  .spark-container-4.spark-primary-background {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: center;
    align-items: center;
    padding: 20px 0;
    display: flex;
  }

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

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

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

  .spark-section-4 p {
    text-align: center;
    padding-top: 0;
    padding-right: 0;
    font-size: 14px;
    line-height: 28px;
  }

  .spark-max-width-416 {
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

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

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

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

  .spark-flex-row-3.spark-split-and-wrapped {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    text-align: left;
    flex-flow: column;
    flex: 1;
    order: 0;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .spark-footer {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-end;
    align-items: stretch;
    display: flex;
  }

  .spark-social-link-row {
    flex-flow: row;
  }

  .spark-tiny-grid {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    flex-flow: row;
    grid-template-rows: auto;
    grid-template-columns: 1fr .25fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: block;
  }

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

  .spark-button-2.spark-icon-left-button {
    white-space: nowrap;
    font-size: 1rem;
    overflow: hidden;
  }

  .spark-hamburger-menu-with-logo {
    padding-left: 0;
    padding-right: 0;
  }

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

  .spark-simple-nav-menu {
    border-radius: 20px;
    padding: 1rem .5rem 0;
  }

  .spark-simple-nav-menu.spark-simple-shadow-small-on-nav {
    padding-bottom: 1rem;
  }

  .bold-text-8 {
    font-size: 1.8rem;
    line-height: 1;
  }

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

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

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

  .spark-tiny-grid-2 {
    flex-direction: column;
    align-items: center;
    display: flex;
  }

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

  .spark-section-6.spark-primary-dark-background {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

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

  .spark-section-6 h2 {
    font-size: 2.6rem;
    line-height: .5;
  }

  .spark-section-6 p {
    font-size: 20px;
    line-height: 22px;
    display: flex;
    overflow: visible;
  }

  .spark-hero-sub-paragraph-3.spark-secondary-font-color {
    text-align: left;
    padding-left: 0;
    font-size: 19px;
  }

  .bold-text-9 {
    text-align: left;
    font-size: 19px;
  }

  .bold-text-10 {
    width: 88%;
    font-size: 3rem;
  }

  .bold-text-11, .bold-text-12 {
    font-size: 2.8rem;
  }

  .bold-text-13 {
    font-family: Montserrat, sans-serif;
    font-size: 1.6rem;
    font-weight: 700;
    line-height: 0;
  }

  .div-block-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 12px;
    line-height: 16px;
    display: block;
  }

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

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

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

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

  .spark-input.spark-with-a-inner-shadow {
    width: 100%;
  }

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

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

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

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

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

  .spark-flexed-form {
    grid-row-gap: 16px;
    flex-direction: column;
    align-items: flex-start;
  }

  .spark-form-label-and-input {
    width: 100%;
  }

  .bold-text-14 {
    font-size: 16px;
  }

  .bold-text-15 {
    padding-left: 10px;
    padding-right: 10px;
    font-size: 16px;
  }

  .bold-text-16 {
    font-size: 17px;
  }

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

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

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

  .spark-section-8 p {
    font-family: Georgia, Times, Times New Roman, serif;
  }

  .bold-text-17 {
    text-align: center;
    font-size: 1.8rem;
    line-height: 1;
  }

  .image {
    text-align: center;
    margin-left: 0;
  }

  .div-block-5 {
    text-align: center;
  }

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

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

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

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

  .spark-square-menu-with-dropdowns {
    padding-right: 0;
  }

  .bold-text-18 {
    text-align: center;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .background-video {
    flex-flow: row;
    justify-content: flex-end;
    align-items: center;
    width: 50%;
    display: block;
  }

  .text-block-5, .text-block-7 {
    font-size: 15px;
  }

  .spark-container-7 {
    text-align: left;
  }

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

  .spark-section-9 h5 {
    text-align: center;
  }

  .spark-section-9 h1 {
    text-align: center;
    font-size: 3rem;
  }

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

  .spark-section-9 p {
    font-family: Georgia, Times, Times New Roman, serif;
    font-size: 20px;
  }

  .spark-2-column-flex-2 {
    grid-column-gap: 11px;
    grid-row-gap: 11px;
    text-align: center;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: column;
    justify-content: center;
    place-items: center start;
    display: flex;
  }

  .spark-secondary-background-card-2 {
    text-align: center;
    padding-left: 0;
  }

  .bold-text-21 {
    text-align: center;
  }

  .bold-text-25 {
    font-family: Georgia, Times, Times New Roman, serif;
  }
}

#w-node-bbb37a91-4ed5-67f4-ea07-ec91cc7749ee-cc7749ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 479px) {
  #w-node-_98f2597c-d652-3688-6cb1-cad4ccc1a9da-a3954984 {
    place-self: start center;
  }

  #Survey.w-node-_3fd03aaa-65ca-9fd7-7013-cd011adcbc3b-a3954984, #Survey.w-node-_7bea0265-3271-a711-94ec-6dcea9351118-67071d90 {
    justify-self: auto;
  }
}


