:root {
  --spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>: #905074;
  --spark-library--white\<deleted\|variable-547781ba\>: white;
  --spark-library--foreground-interactive-hover\<deleted\|variable-be2ea3c7\>: #6b3b54;
  --spark-library--border-default\<deleted\|variable-beac0bab\>: rgba(0, 0, 0, .16);
  --spark-library--foreground-tertiary\<deleted\|variable-161ed439\>: rgba(0, 0, 0, .56);
  --spark-library--black\<deleted\|variable-802ac2b5\>: black;
  --spark-library--background--interactive: #f4eef1;
  --color-primary: #905074;
  --white: white;
  --black: black;
  --color-sec: #905074;
}

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

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

@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-hero-section-image {
  border-radius: 8px;
  flex: 0 auto;
  width: 45%;
  max-width: 50%;
  display: block;
}

.spark-button {
  border: 1px solid var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
  background-color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
  color: var(--spark-library--white\<deleted\|variable-547781ba\>);
  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\<deleted\|variable-be2ea3c7\>);
  background-color: var(--spark-library--foreground-interactive-hover\<deleted\|variable-be2ea3c7\>);
  opacity: 1;
}

.spark-input {
  border: 1px solid var(--spark-library--border-default\<deleted\|variable-beac0bab\>);
  background-color: var(--spark-library--white\<deleted\|variable-547781ba\>);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input:focus {
  border-color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
}

.spark-input::placeholder {
  color: var(--spark-library--foreground-tertiary\<deleted\|variable-161ed439\>);
}

.spark-input.spark-with-a-inner-shadow {
  box-shadow: inset 0 0 0 1px var(--spark-library--border-default\<deleted\|variable-beac0bab\>);
  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\<deleted\|variable-be2ea3c7\>);
}

.spark-field-label {
  text-align: left;
}

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

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

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

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

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

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

.spark-line-3 {
  z-index: 2;
  background-color: var(--spark-library--black\<deleted\|variable-802ac2b5\>);
  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\<deleted\|variable-cf7e9b6c\>);
  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\<deleted\|variable-802ac2b5\>);
  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\<deleted\|variable-cf7e9b6c\>);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-1 {
  z-index: 2;
  background-color: var(--spark-library--black\<deleted\|variable-802ac2b5\>);
  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\<deleted\|variable-cf7e9b6c\>);
  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: #fff;
  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:hover {
  opacity: 1;
  color: var(--color-primary);
}

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

.spark-nav-link.w--current:hover {
  color: var(--color-primary);
}

.spark-nav-link.spark-button {
  background-color: var(--color-sec);
  color: #fff;
  text-align: center;
  border: 0 rgba(0, 0, 0, 0);
  border-radius: 50px;
  margin-right: 0;
  padding: 16px 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 15px;
  line-height: 15px;
  transition: background-color .15s, opacity .15s;
}

.spark-nav-link.spark-button:hover {
  opacity: 1;
  color: #fff;
}

.spark-nav-link.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white\<deleted\|variable-547781ba\>);
}

.spark-nav-link.spark-button.pd1 {
  padding: 10px 40px;
}

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

.spark-brand-logo {
  z-index: 2;
  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: 16px;
  padding-bottom: 16px;
  display: flex;
}

.spark-square-menu-with-links {
  background-color: rgba(0, 0, 0, 0);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
}

.spark-section {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5)), url('https://images.pexels.com/photos/1454806/pexels-photo-1454806.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  width: 100%;
  min-height: 100vh;
  padding: 176px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, sans-serif;
  position: relative;
}

.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 {
  margin-bottom: 1rem;
  font-size: 85px;
  font-weight: 600;
  line-height: 85px;
}

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

.spark-section h3 {
  color: var(--color-sec);
  margin-top: 2.5rem;
  margin-bottom: 1rem;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 85px;
  font-weight: 700;
  line-height: 85px;
}

.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(--color-sec);
}

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

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

.spark-section.m-bg {
  min-height: 100vh;
}

.spark-section.m-bg.back-2 {
  min-height: 50vh;
}

.image {
  width: 200px;
  height: auto;
}

.spark-brand-logo .image {
  width: 240px;
  height: auto;
  object-fit: contain;
}

.hero-subscribe-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container {
  width: 100%;
  max-width: 1280px;
  margin-top: 5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.hero-wrapper,
.hero-wrapper-2,
.hero-wrapper-two,
.hero-wrapper-5,
.hero-split,
.hero-split-2,
.hero-split-3,
.hero-split-5 {
  color: #fff;
}

.hero-wrapper h1,
.hero-wrapper h2,
.hero-wrapper h3,
.hero-wrapper p,
.hero-wrapper-2 h1,
.hero-wrapper-2 h2,
.hero-wrapper-2 h3,
.hero-wrapper-2 p,
.hero-wrapper-two h1,
.hero-wrapper-two h2,
.hero-wrapper-two h3,
.hero-wrapper-two p,
.hero-wrapper-5 h1,
.hero-wrapper-5 h2,
.hero-wrapper-5 h3,
.hero-wrapper-5 p,
.hero-split h1,
.hero-split h2,
.hero-split h3,
.hero-split p,
.hero-split-2 h1,
.hero-split-2 h2,
.hero-split-2 h3,
.hero-split-2 p,
.hero-split-3 h1,
.hero-split-3 h2,
.hero-split-3 h3,
.hero-split-3 p,
.hero-split-5 h1,
.hero-split-5 h2,
.hero-split-5 h3,
.hero-split-5 p {
  color: #fff;
}

.margin-bottom-24px {
  margin-bottom: 24px;
}

.hero-form {
  margin-bottom: 12px;
}

.hero-form-container {
  justify-content: flex-start;
  align-items: stretch;
  display: flex;
}

.hero-form-input {
  color: #1a1b1f;
  border: 1px solid #d1d6db;
  width: 240px;
  height: auto;
  margin-bottom: 0;
  margin-right: 9px;
  padding: 5px 16px;
  font-size: 14px;
  line-height: 20px;
  transition: all .2s;
}

.hero-form-input:hover, .hero-form-input:focus {
  border-color: #76879d;
}

.hero-form-input::placeholder {
  color: rgba(26, 27, 31, .8);
}

.button-primary {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary:active {
  background-color: #43464d;
}

.text-link-arrow {
  color: #fff;
  justify-content: flex-start;
  align-items: center;
  font-size: 14px;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.arrow-embed {
  margin-left: 2px;
  display: flex;
}

.shadow-two {
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.italic-text {
  font-size: 18px;
}

.div-block {
  background-color: var(--color-sec);
  border-radius: 50px;
  padding: 18px 30px;
  color: #fff;
}

.div-block:hover {
  color: #fff;
}

.link-block {
  color: #fff;
  margin-top: 1rem;
  text-decoration: none;
}

.section {
  background-image: url('https://images.pexels.com/photos/1454806/pexels-photo-1454806.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 100vh;
  padding-bottom: 300px;
  position: relative;
}

.container-2 {
  max-width: 1280px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.container-3 {
  justify-content: flex-end;
  align-items: flex-start;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.div-block-2 {
  background-color: #fff;
  max-width: 580px;
  margin-top: -100px;
  padding: 100px;
}

.heading {
  font-size: 50px;
}

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

.paragraph {
  font-size: 16px;
  line-height: 29px;
}

.paragraph.mgt40 {
  margin-top: 40px;
  margin-bottom: 1.6em;
}

.ikonik-4oclp {
  color: #905074;
  width: 35px;
  height: 35px;
  position: relative;
}

.path-8dfh9 {
  color: #905074;
}

.ikonik-fk5y9 {
  color: #905074;
  width: 35px;
  height: 35px;
}

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

.div-block-34 {
  position: relative;
}

.div-block-32 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
}

.ikonik-pk10y {
  color: #905074;
  width: 35px;
  height: 35px;
}

.div-block-6 {
  -webkit-backdrop-filter: blur(6px);
  backdrop-filter: blur(6px);
  flex-flow: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.container-6 {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 991px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.section-2 {
  background-image: linear-gradient(#905074, rgba(0, 0, 0, .8)), url('https://images.pexels.com/photos/4239032/pexels-photo-4239032.jpeg');
  background-position: 0 0, 0 0;
  background-repeat: repeat, no-repeat;
  background-size: auto, cover;
  padding-bottom: 100px;
  padding-left: 1rem;
  padding-right: 1rem;
}

.pricing-card-text {
  color: #fff;
  text-align: left;
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.ikonik-pg1bx {
  color: #905074;
  width: 35px;
  height: 35px;
}

.three {
  text-align: center;
  border: 1px solid rgba(255, 255, 255, .2);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 400px;
  height: auto;
  padding: 1rem;
  display: flex;
  position: relative;
}

.three:hover {
  box-shadow: none;
  background-color: rgba(0, 0, 0, .2);
}

.three:focus {
  color: #c7d9ed;
}

.three.big-h {
  height: 300px;
  transition: all .5s;
}

.three.big-h:hover {
  background-color: rgba(0, 0, 0, .2);
}

.ikonik-26hmv {
  color: #905074;
  width: 35px;
  height: 35px;
}

.grid-2 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  justify-items: center;
  width: 100%;
  margin-top: 50px;
  margin-bottom: 2rem;
  display: grid;
  position: relative;
}

.text-block-12 {
  color: #905074;
  font-size: 24px;
}

.heading-4 {
  color: #fff;
  text-align: left;
  justify-content: flex-start;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.centered-heading {
  color: #fff;
  text-align: center;
  margin-bottom: 16px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
}

.pricing-description {
  color: #fff;
  text-align: center;
  max-width: 550px;
  margin-left: auto;
  margin-right: auto;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.ikonik-7l8xr {
  color: #905074;
  width: 35px;
  height: 35px;
}

.text-block-13 {
  line-height: 29px;
}

.text-block-13.mgbt16em {
  margin-bottom: 1.6em;
}

.section-3 {
  background-image: url('https://images.pexels.com/photos/6197123/pexels-photo-6197123.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  min-height: 80vh;
  padding-bottom: 200px;
}

.container-7 {
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 1280px;
  display: flex;
  position: relative;
}

.div-block-35 {
  background-color: #fff;
  position: relative;
}

.heading-5 {
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
}

.heading-6 {
  margin-bottom: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 400;
}

.heading-7 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  font-weight: 700;
}

.heading-8 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
}

.paragraph-2 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.heading-9 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
}

.paragraph-3 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.heading-10 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
}

.paragraph-4 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.paragraph-5 {
  font-size: 16px;
}

.section-4 {
  background-image: linear-gradient(#000, #4b4f58);
  justify-content: center;
  align-items: center;
  min-height: 80vh;
  display: flex;
}

.section-4.not-bg {
  background-color: rgba(0, 0, 0, .03);
  background-image: none;
}

.container-8 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  max-width: 1080px;
  display: flex;
}

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

.heading-11 {
  color: var(--color-sec);
}

.text-block-14 {
  color: #fff;
}

.div-block-37 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: space-around;
  align-items: center;
  max-width: 1080px;
  margin-top: 25px;
  margin-bottom: 25px;
  display: flex;
}

.path-5oeri {
  color: var(--black);
}

.ikonik-eseo8 {
  color: #fff;
}

.text-block-15 {
  color: var(--white);
  max-width: 500px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-weight: 400;
}

.text-block-15.max-w {
  max-width: 1024px;
}

.text-block-15.dark-color {
  color: var(--black);
}

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

.flex-block, .flex-block-2 {
  margin-bottom: 1rem;
}

.text-block-16 {
  color: var(--white);
  margin-top: 1rem;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.text-block-16.max-w2 {
  max-width: 150px;
}

.text-block-16.dark-color {
  color: var(--black);
}

.container-9 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.logos-title-large {
  background-color: rgba(0, 0, 0, .03);
  padding: 60px 30px;
  position: relative;
}

.container-10 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.clients-title {
  text-align: center;
  font-size: 24px;
  line-height: 32px;
}

.clients-wrapper {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  max-width: 750px;
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.clients-image {
  margin-left: 0;
}

.text-block-17 {
  color: #fff;
  font-size: 16px;
}

.text-block-18 {
  color: var(--white);
}

.color-span {
  color: var(--color-sec);
}

.white-color {
  color: var(--white);
}

.ab {
  color: var(--color-sec);
}

.hero-heading-left {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-11 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-2 {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.hero-split-2 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 800px;
  display: flex;
}

.margin-bottom-24px-2 {
  color: var(--white);
  margin-bottom: 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.margin-bottom-24px-2.dark-color {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 32px;
}

.button-primary-2 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-2:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-2:active {
  background-color: #43464d;
}

.shadow-two-2 {
  object-fit: cover;
  width: 500px;
  height: 500px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.hero-heading-center {
  padding: 80px 30px;
  position: relative;
}

.hero-heading-center .centered-heading-2,
.hero-heading-center .hero-split-3 h1,
.hero-heading-center .hero-split-3 p,
.hero-heading-center .text-block-19,
.hero-heading-center .margin-bottom-24px-2.dark-color {
  color: #1a1b1f;
}

.container-12 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.centered-heading-2 {
  text-align: center;
  margin-bottom: 16px;
  color: #fff;
}

.centered-heading-2.margin-bottom-32px {
  margin-bottom: 32px;
  font-size: 50px;
}

.hero-split-3 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 600px;
  display: flex;
}

.text-block-19 {
  margin-top: 70px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 32px;
  color: #fff;
}

.hero-without-image {
  padding: 80px 30px;
  position: relative;
}

.container-13 {
  background-image: linear-gradient(rgba(0, 0, 0, .7), rgba(0, 0, 0, .7)), url('https://images.pexels.com/photos/1454806/pexels-photo-1454806.jpeg');
  background-position: 0 0, 50%;
  background-repeat: repeat, no-repeat;
  background-size: auto, auto;
  border-radius: 20px;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  padding: 100px;
  position: relative;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .5);
}

.hero-wrapper-two {
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  max-width: 750px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.div-block-39 {
  background-image: linear-gradient(rgba(0, 0, 0, .5), rgba(0, 0, 0, .5));
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
}

.heading-12 {
  color: var(--white);
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.hero-heading-right {
  background-color: #f5f7fa;
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.container-14 {
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-3 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: var(--white);
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: space-between;
  align-items: center;
  padding-top: 50px;
  padding-right: 100px;
  display: flex;
}

.margin-bottom-24px-3 {
  margin-bottom: 24px;
}

.text-block-20, .text-block-21 {
  margin-top: 10px;
}

.ikonik-me1k7 {
  color: #ff9100;
}

.div-block-40 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  display: flex;
}

.section-5 {
  background-image: linear-gradient(rgba(255, 255, 255, .8), rgba(255, 255, 255, .8)), url('https://images.pexels.com/photos/262978/pexels-photo-262978.jpeg');
  background-position: 0 0, 50%;
  background-size: auto, contain;
}

.container-15 {
  z-index: 2;
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  padding-top: 5rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.fast-section {
  position: relative;
}

.heading-13 {
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 500;
}

.heading-13.big-h {
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  line-height: 36px;
}

.heading-13.big-h.text-white {
  color: #fff;
}

.main-button {
  color: #fff;
  text-transform: capitalize;
  background-color: #ff9100;
  border: 1px solid #ff9100;
  border-radius: 1rem;
  padding: 1rem 4rem;
  font-family: Montserrat, sans-serif;
  text-decoration: none;
  transition: all .5s;
}

.main-button:hover {
  color: #ff9100;
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid #ff9100;
}

.main-button.big-b {
  border-color: #fff;
}

.main-button.big-b.bm {
  color: #fff;
  background-color: #905074;
  border-width: 0;
}

.main-button.big-b.bm.bt1.bbt-1:hover {
  border-width: 1px;
  border-color: #fff;
}

.image-2 {
  object-fit: contain;
  border-radius: 1rem;
  width: 450px;
  height: 450px;
}

.text-block-22 {
  color: #4d2c01;
}

.div-block-41 {
  padding-right: 5rem;
  position: relative;
}

.div-block-42 {
  background-color: #fff;
  width: 60px;
  height: 5px;
}

.paragraph-6 {
  max-width: 600px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 400;
  line-height: 32px;
}

.paragraph-6.big-p {
  font-size: 24px;
  line-height: 32px;
}

.paragraph-6.big-p.para-white {
  color: #fff;
}

.section-6 {
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: flex;
}

.container-16 {
  flex-flow: row;
  justify-content: center;
  align-items: center;
  max-width: 1280px;
  display: flex;
}

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

.div-block-45 {
  background-color: var(--color-primary);
  width: 100%;
  height: 600px;
}

.container-17 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: column;
  width: 100%;
  max-width: 1280px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.hero-wrapper-4 {
  background-color: var(--color-primary);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-4 {
  background-image: url('https://images.pexels.com/photos/4239032/pexels-photo-4239032.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 100%;
  height: 100%;
  display: flex;
}

.shadow-two-3 {
  object-fit: cover;
  width: 500px;
  height: 500px;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

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

.spark-hero-section-image-2.size {
  width: 46%;
}

.spark-button-2 {
  border: 1px solid var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
  background-color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
  color: var(--spark-library--white\<deleted\|variable-547781ba\>);
  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\<deleted\|variable-be2ea3c7\>);
  background-color: var(--spark-library--foreground-interactive-hover\<deleted\|variable-be2ea3c7\>);
  opacity: 1;
}

.spark-button-2.spark-dark-button {
  border-style: solid;
  border-color: var(--spark-library--foreground-interactive-hover\<deleted\|variable-be2ea3c7\>);
  background-color: var(--spark-library--foreground-interactive-hover\<deleted\|variable-be2ea3c7\>);
}

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

.spark-input-2 {
  border: 1px solid var(--spark-library--border-default\<deleted\|variable-beac0bab\>);
  background-color: var(--spark-library--white\<deleted\|variable-547781ba\>);
  border-radius: 8px;
  height: 48px;
  margin-bottom: 32px;
  padding: 8px 16px;
  font-size: 1rem;
}

.spark-input-2:focus {
  border-color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
}

.spark-input-2::placeholder {
  color: var(--spark-library--foreground-tertiary\<deleted\|variable-161ed439\>);
}

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

.spark-input-2.spark-with-a-inner-shadow:hover, .spark-input-2.spark-with-a-inner-shadow:focus {
  box-shadow: inset 0 0 0 1px var(--spark-library--foreground-interactive-hover\<deleted\|variable-be2ea3c7\>);
}

.spark-field-label-2 {
  text-align: left;
}

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

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

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

.spark-flex-row-2 {
  background-color: var(--white);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.spark-flex-row-2.spark-5-spacing {
  background-color: var(--white);
  box-shadow: none;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
  justify-content: flex-start;
  align-items: center;
}

.spark-flex-row-2.pd-top {
  padding-top: 50px;
  padding-bottom: 50px;
  position: relative;
}

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

.spark-container-2.spark-primary-with-rounded-corners {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  color: #fff;
  border-radius: 24px;
  flex-flow: column;
  max-width: 1280px;
  display: flex;
}

.spark-line-4 {
  z-index: 2;
  background-color: var(--spark-library--black\<deleted\|variable-802ac2b5\>);
  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\<deleted\|variable-cf7e9b6c\>);
  border-radius: 3px;
  width: 12.75px;
  height: 3.3px;
  margin-left: 18px;
  top: 38px;
}

.spark-line-5 {
  z-index: 1;
  background-color: var(--spark-library--black\<deleted\|variable-802ac2b5\>);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 20px;
  left: 0;
  right: 0;
}

.spark-line-5.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
  border-radius: 3px;
  width: 24px;
  height: 3.3px;
  top: 28px;
}

.spark-line-6 {
  z-index: 2;
  background-color: var(--spark-library--black\<deleted\|variable-802ac2b5\>);
  width: 35px;
  height: 2px;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
  top: 10px;
  left: 0;
  right: 0;
}

.spark-line-6.spark-simple-line {
  background-color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
  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(--spark-library--background--interactive);
  border-radius: 8px;
}

.spark-nav-link-2 {
  color: var(--spark-library--black\<deleted\|variable-802ac2b5\>);
  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(--spark-library--background--interactive);
  opacity: 1;
  color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
}

.spark-nav-link-2.w--current {
  color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
}

.spark-nav-link-2.spark-button {
  background-color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
  color: var(--spark-library--white\<deleted\|variable-547781ba\>);
  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\<deleted\|variable-be2ea3c7\>);
  opacity: 1;
  color: var(--spark-library--white\<deleted\|variable-547781ba\>);
}

.spark-nav-link-2.spark-button.w--current {
  opacity: .5;
  color: var(--spark-library--white\<deleted\|variable-547781ba\>);
}

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

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

.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-links-2 {
  background-color: var(--spark-library--white\<deleted\|variable-547781ba\>);
  width: 100%;
  padding-left: 64px;
  padding-right: 64px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 0%;
}

.spark-section-2 {
  background-color: rgba(0, 0, 0, .03);
  width: 100%;
  padding: 50px 64px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Noto Sans, Ubuntu, Cantarell, Helvetica Neue, Oxygen, Fira Sans, Droid Sans, 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 {
  color: var(--black);
  margin-bottom: 1rem;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 28px;
  font-weight: 700;
  line-height: 1.1;
}

.spark-section-2 h2 {
  color: #000;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 48px;
  font-weight: 700;
  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 {
  color: var(--black);
}

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

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

.text-block-23 {
  color: var(--black);
  margin-top: 20px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  font-weight: 400;
}

.hero-heading-right-2 {
  border-bottom: 1px solid #e4ebf3;
  padding: 80px 30px;
  position: relative;
}

.hero-heading-right-2 .hero-split-5:not(.bk),
.hero-heading-right-2 .hero-split-5:not(.bk) h1,
.hero-heading-right-2 .hero-split-5:not(.bk) h2,
.hero-heading-right-2 .hero-split-5:not(.bk) h3,
.hero-heading-right-2 .hero-split-5:not(.bk) p,
.hero-heading-right-2 .hero-split-5:not(.bk) .text-block-24,
.hero-heading-right-2 .hero-split-5:not(.bk) .heading-14 {
  color: #1a1b1f;
}

.container-18 {
  width: 100%;
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
}

.hero-wrapper-5 {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.hero-split-5 {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  max-width: 46%;
  display: flex;
}

.hero-split-5.bk {
  background-color: var(--white);
  border-radius: 20px;
  padding: 50px;
  box-shadow: 0 2px 5px rgba(0, 0, 0, .2);
}

.hero-split-5.bk.rvs {
  padding: 40px;
  box-shadow: 0 20px 50px 5px rgba(0, 0, 0, .2);
}

.shadow-two-4 {
  object-fit: cover;
  height: auto;
  box-shadow: 0 4px 24px rgba(150, 163, 181, .08);
}

.margin-bottom-24px-4 {
  margin-bottom: 24px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
  line-height: 28px;
}

.button-primary-3 {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  transition: all .2s;
}

.button-primary-3:hover {
  color: #fff;
  background-color: #32343a;
}

.button-primary-3:active {
  background-color: #43464d;
}

.div-block-46 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  margin-top: 1rem;
  display: flex;
}

.ikonik-urc5vh {
  color: #fff;
}

.div-block-47 {
  background-color: var(--black);
  border-radius: 999px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.ikonik-txs6g, .ikonik-pa8ymi {
  color: #fff;
}

.container-19 {
  justify-content: center;
  align-items: center;
  padding-bottom: 8rem;
  display: flex;
  position: relative;
}

.code-embed {
  width: 100%;
  height: 400px;
  position: relative;
}

.body {
  background-color: rgba(0, 0, 0, 0);
}

.heading-14 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  line-height: 24px;
}

.bold-text {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.heading-15 {
  font-size: 22px;
  line-height: 32px;
}

.text-block-24 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

.div-block-48 {
  justify-content: center;
  align-items: center;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
  display: flex;
}

.image-3 {
  filter: saturate() contrast(0%) brightness(42%);
}

.big-size {
  font-size: 48px;
}

.heading-16 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  color: #fff;
}

.ikonik-mp9se {
  color: #fff;
}

.ikonik-ta1r5 {
  color: #905074;
}

.txt-color {
  color: #fff;
}

.heading-17, .heading-18, .heading-19, .heading-20, .heading-21 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
}

.text-block-25, .text-block-26, .text-block-27, .text-block-28, .text-block-29 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 16px;
}

.heading-22 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 50px;
}

.heading-23 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 22px;
  line-height: 32px;
}

.text-block-30 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
}

@media screen and (max-width: 991px) {
  .spark-hero-section-image {
    width: 100%;
    max-width: 100%;
  }

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

  .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: #fff;
    border-radius: 3px;
    width: 12.75px;
    height: 3.33px;
    margin-left: 0;
    left: 18px;
  }

  .spark-line-2.spark-simple-line {
    background-color: #fff;
    border-radius: 3px;
    width: 24px;
    height: 3.33px;
  }

  .spark-line-1.spark-simple-line {
    background-color: #fff;
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .spark-nav-link {
    color: var(--black);
    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-link.dark-color {
    color: var(--black);
  }

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

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

  .container {
    max-width: 728px;
  }

  .hero-wrapper {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-3 {
    justify-content: center;
    align-items: flex-start;
  }

  .container-6 {
    max-width: 728px;
  }

  .grid-2 {
    grid-column-gap: 30px;
    grid-template-columns: 1fr 1fr;
    justify-items: center;
  }

  .container-7 {
    justify-content: center;
    align-items: flex-start;
  }

  .text-block-14 {
    text-align: center;
    max-width: 400px;
  }

  .container-10 {
    max-width: 728px;
  }

  .clients-title {
    margin-bottom: 32px;
  }

  .container-11 {
    max-width: 728px;
  }

  .hero-wrapper-2 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-2 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .shadow-two-2 {
    width: 100%;
    height: 100%;
  }

  .container-12 {
    max-width: 728px;
  }

  .hero-split-3 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .container-13, .container-14 {
    max-width: 728px;
  }

  .hero-wrapper-3 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .container-15 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 5rem;
  }

  .heading-13.big-h.text-white {
    color: #4d2c01;
    font-size: 24px;
  }

  .flex-block-3 {
    flex: 0 auto;
    display: none;
  }

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

  .paragraph-6.big-p.para-white {
    color: #4d2c01;
  }

  .container-17 {
    max-width: 728px;
  }

  .hero-wrapper-4 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-4 {
    max-width: 100%;
    margin-bottom: 40px;
  }

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

  .spark-hero-section-image-2.rvs {
    order: 1;
  }

  .spark-hero-section-left-side-2 {
    width: 100%;
    max-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-primary-with-rounded-corners {
    padding: 32px;
  }

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

  .spark-line-6.spark-simple-line {
    background-color: var(--spark-library--foreground-interactive\<deleted\|variable-cf7e9b6c\>);
    border-radius: 2px;
    width: 24px;
    height: 3.33px;
  }

  .spark-simple-menu-button-2 {
    background-color: rgba(0, 0, 0, 0);
    padding-left: 18px;
  }

  .spark-simple-menu-button-2.w--open {
    background-color: rgba(0, 0, 0, 0);
  }

  .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-nav-menu-2 {
    z-index: 99;
    background-color: var(--spark-library--white\<deleted\|variable-547781ba\>);
    border-bottom-right-radius: 42px;
    border-bottom-left-radius: 42px;
    margin-top: 0;
    padding: 2rem 1rem 1rem;
  }

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

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

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

  .container-18 {
    max-width: 728px;
  }

  .hero-wrapper-5 {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    margin-bottom: -40px;
  }

  .hero-split-5 {
    max-width: 100%;
    margin-bottom: 40px;
  }

  .hero-split-5.bk.rvs {
    order: -1;
  }
}

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

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

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

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

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

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

  .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: 40px;
    line-height: 40px;
  }

  .spark-section.m-bg {
    min-height: auto;
  }

  .hero-subscribe-left {
    padding: 60px 15px;
  }

  .section {
    background-position: 50% -50%;
    background-attachment: scroll;
  }

  .div-block-2 {
    margin-top: 0;
    padding: 1rem;
  }

  .three {
    max-width: 250px;
  }

  .grid-2 {
    grid-column-gap: 5px;
    grid-row-gap: 50px;
    flex-flow: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .section-3 {
    background-attachment: scroll;
  }

  .container-8 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .div-block-37 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
  }

  .logos-title-large {
    padding: 60px 15px;
  }

  .clients-wrapper {
    flex-wrap: wrap;
    grid-template-columns: 1fr 1fr;
    justify-content: space-around;
    margin-bottom: -20px;
  }

  .hero-heading-left, .hero-heading-center, .hero-without-image {
    padding: 60px 15px;
  }

  .container-13 {
    padding: 50px;
  }

  .hero-heading-right {
    padding: 60px 15px;
  }

  .container-15 {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .main-button.big-b {
    justify-content: center;
    align-items: center;
    width: 100%;
    display: flex;
  }

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

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

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

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

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

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

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

  .spark-container-2.spark-primary-with-rounded-corners {
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

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

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

  .spark-section-2 {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .hero-heading-right-2 {
    padding: 60px 15px;
  }
}

@media screen and (max-width: 479px) {
  .spark-input.spark-with-a-inner-shadow, .spark-form-label-and-input {
    width: 100%;
  }

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

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

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

  .spark-nav-link {
    color: var(--white);
    margin-bottom: .5rem;
  }

  .spark-nav-link:hover {
    color: var(--black);
  }

  .spark-nav-link.spark-button.pd1 {
    background-color: var(--white);
    color: var(--color-primary);
  }

  .spark-nav-link.spark-button.pd1:hover {
    color: var(--black);
  }

  .spark-nav-link.spark-button.btn-white {
    background-color: var(--white);
    color: var(--color-primary);
  }

  .spark-nav-link.spark-button.btn-white:hover {
    color: var(--black);
  }

  .spark-nav-link.dark-color._w-color {
    color: var(--white);
  }

  .spark-nav-link.dark-color._w-color:hover {
    color: var(--black);
  }

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

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

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

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

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

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

  .spark-section h3 {
    margin-top: 0;
    margin-bottom: 0;
    font-size: 48px;
    line-height: 48px;
  }

  .spark-section.m-bg.back-2 {
    min-height: auto;
  }

  .image {
    width: 150px;
    height: auto;
  }

  .spark-brand-logo .image {
    width: 150px;
    /* max-height: 50px; */
    padding-left: 1rem;
    padding-top: .5rem;
  }

  .container {
    max-width: 100%;
  }

  .hero-wrapper {
    justify-content: center;
    align-items: center;
  }

  .hero-form {
    align-self: stretch;
    margin-bottom: 15px;
  }

  .hero-form-container {
    flex-direction: column;
    align-items: flex-start;
  }

  .hero-form-input {
    width: 100%;
    height: 48px;
    margin-bottom: 10px;
  }

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

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

  .container-6 {
    max-width: none;
  }

  .pricing-card-text {
    text-align: center;
  }

  .three {
    max-width: 100%;
  }

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

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

  .centered-heading {
    margin-bottom: 0;
    font-size: 16px;
    line-height: 24px;
  }

  .section-3 {
    background-attachment: scroll;
  }

  .container-8, .div-block-37 {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .container-10, .container-11, .container-12 {
    max-width: none;
  }

  .centered-heading-2 {
    margin-bottom: 24px;
  }

  .centered-heading-2.margin-bottom-32px {
    font-size: 32px;
    line-height: 32px;
  }

  .container-13, .container-14 {
    max-width: none;
  }

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

  .heading-13.big-h.text-white {
    font-size: 18px;
    line-height: 16px;
  }

  .main-button.big-b.bm.bt1.bbt-1 {
    border-width: 1px;
  }

  .div-block-41 {
    justify-content: center;
    align-items: flex-start;
  }

  .paragraph-6.big-p.para-white {
    font-size: 20px;
    line-height: 24px;
  }

  .container-17 {
    max-width: none;
  }

  .spark-input-2.spark-with-a-inner-shadow, .spark-form-label-and-input-2 {
    width: 100%;
  }

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

  .spark-hero-section-left-side-2 {
    padding: 0 1rem 1rem;
  }

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

  .spark-container-2.spark-primary-with-rounded-corners {
    padding: 16px;
  }

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

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

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

  .spark-square-menu-inner-2 {
    background-color: var(--spark-library--white\<deleted\|variable-547781ba\>);
    padding-top: 0;
    padding-bottom: 0;
  }

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

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

  .spark-section-2 h1 {
    font-size: 16px;
    line-height: 20px;
  }

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

  .text-block-23 {
    font-size: 14px;
    line-height: 18px;
  }

  .container-18 {
    max-width: none;
  }

  .heading-16 {
    line-height: 28px;
  }

  .heading-22 {
    font-size: 24px;
    line-height: 24px;
  }

  .heading-23 {
    line-height: 28px;
  }
}

#w-node-_0b20509b-32ad-a7c8-08d1-4f36a5712154-c3faf1d6, #w-node-_0b20509b-32ad-a7c8-08d1-4f36a5712165-c3faf1d6, #w-node-_0b20509b-32ad-a7c8-08d1-4f36a5712172-c3faf1d6, #w-node-_0b20509b-32ad-a7c8-08d1-4f36a5712180-c3faf1d6, #w-node-_0b20509b-32ad-a7c8-08d1-4f36a571218e-c3faf1d6, #w-node-_0b20509b-32ad-a7c8-08d1-4f36a571219a-c3faf1d6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}
