.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-checkbox {
  margin-bottom: 5px;
  padding-left: 20px;
  display: block;
}

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

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

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

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

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

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

body {
  color: #fff;
  background-color: #141414;
  font-family: Plus Jakarta Sans, sans-serif;
  font-size: 1rem;
  line-height: 1.3;
}

.list-item {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  align-items: center;
  display: flex;
}

.color-e5e5e5 {
  color: #000;
}

._4-grid {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

._0-75rem-spacer {
  height: .75rem;
}

.link-arrow {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  align-items: center;
  margin-top: 1.125rem;
  font-weight: 500;
  transition: all .3s;
  display: flex;
}

.link-arrow:hover {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.card {
  background-color: #fcdda4cc;
  border: 1px solid #525252;
  border-radius: 30px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.5rem;
  display: flex;
}

.card.is-slider {
  height: 100%;
}

.icon-1x1-xsmall {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.heading-medium {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.25rem;
  font-weight: 500;
  line-height: 1.3;
}

._0-5rem-spacer {
  height: .5rem;
}

.footer-link-wrap {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  color: #eaecf0;
  flex-direction: column;
  margin-top: 1rem;
  display: flex;
}

.slider-slide {
  background-color: #0000;
  height: 31.5rem;
  margin-right: 2rem;
}

._8rem-spacer {
  height: 8rem;
}

.split {
  grid-column-gap: 6rem;
  grid-row-gap: 6rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.nav-wrap {
  opacity: 1;
  -webkit-backdrop-filter: blur(20px);
  backdrop-filter: blur(20px);
  pointer-events: auto;
  -webkit-text-fill-color: inherit;
  background-color: #442110;
  background-clip: border-box;
  border: 1px solid #724e48;
  border-radius: .5rem;
  justify-content: space-between;
  height: 4.25rem;
  display: flex;
  position: static;
  box-shadow: 0 5px 14px #0003;
}

.global-styles {
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

._4rem-spacer {
  height: 8rem;
}

.hero-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: space-between;
  display: flex;
}

.nav-menu {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  padding-left: .875rem;
  padding-right: .875rem;
  display: flex;
}

._1-5rem-spacer {
  height: 1.5rem;
}

.subheading {
  color: #e5e5e5;
  font-size: 1.25rem;
}

.step-text {
  flex: 1;
}

.container-small {
  width: 100%;
  max-width: 48rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.page-wrapper {
  background-color: #0000;
}

.footer-link {
  font-weight: 500;
  transition: all .2s;
}

.footer-link:hover {
  color: #fff;
}

.page-load-indicator-wrap {
  background-color: #292929;
  border-radius: 100vw;
  width: 25%;
  height: .5rem;
  overflow: hidden;
}

.button-group {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
  padding-top: 3rem;
  padding-bottom: 3rem;
  display: flex;
}

.button-group.is-center {
  justify-content: center;
}

.slider-arrow-wrap {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  margin-top: 2rem;
  display: flex;
}

.slider-logo {
  border-radius: 20px;
  max-width: none;
  height: 4rem;
}

.nav-left {
  width: 30%;
  display: block;
}

.cta-image {
  width: 71.25rem;
  height: 63.346rem;
  margin-top: -9.875rem;
  margin-left: -14.75rem;
  position: static;
  inset: 0% 0% auto;
  transform: rotate(0);
}

.step-image {
  border-radius: 30px;
  max-width: none;
}

.hero-img-wrap {
  flex: 1;
  align-items: center;
  height: 21rem;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.hero-text-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  max-width: 39rem;
  display: flex;
}

._3rem-spacer {
  height: 3rem;
}

.step-heading {
  margin-bottom: 0;
  font-size: 4.5rem;
  font-weight: 500;
  display: flex;
}

.footer-heading {
  color: #98a2b3;
  font-size: .875rem;
  font-weight: 500;
}

.slider-text-wrap {
  border: 1px solid #525252;
  border-radius: .5rem;
  width: 100%;
  padding: 2rem 1.5rem;
}

.main-wrapper.overflow-hidden {
  background-color: #0000;
  overflow: hidden;
}

.hero-card {
  max-width: none;
  height: 21rem;
  position: absolute;
  box-shadow: 0 17px 1.75rem .875rem #0000000d;
}

.hero-card.is-two {
  z-index: 5;
  border-radius: 2rem;
  inset: auto auto 0% 0%;
}

.hero-card.is-one {
  z-index: 4;
  margin-left: 4rem;
  inset: 0% auto 0% 0%;
}

.hero-card.is-three {
  z-index: 6;
  inset: auto auto 0% 0%;
}

.hero-card.is-four {
  z-index: 3;
  inset: 0% auto auto 0%;
}

.hero-card.is-five {
  z-index: 2;
  inset: 0% auto auto 0%;
}

._6rem-spacer {
  height: 6rem;
}

.text-size-large {
  letter-spacing: normal;
  margin-top: 1rem;
  margin-bottom: 2rem;
  font-size: 1.4rem;
}

.cta-wrap {
  background-color: #fcdda4cc;
  border: 1px solid #525252;
  border-radius: .5rem;
  justify-content: space-between;
  align-items: center;
  height: 30rem;
  display: flex;
  overflow: hidden;
}

._2rem-spacer {
  height: 2rem;
}

.container-medium {
  width: 100%;
  max-width: 82rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

._2-5rem-spacer {
  height: 2.5rem;
}

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

.section.hero {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: 9.75rem;
  padding-bottom: 6rem;
  display: flex;
}

.list-wrap {
  grid-column-gap: 1.125rem;
  grid-row-gap: 1.125rem;
  color: #e5e5e5;
  flex-direction: column;
  margin-top: 2rem;
  padding-left: 1rem;
  display: flex;
}

.step-image-wrap {
  flex: 1;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  max-width: 38rem;
  height: 32rem;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.navbar {
  z-index: 997;
  background-color: #0000;
  align-items: center;
  padding-top: 1.5rem;
  display: flex;
  position: relative;
  inset: 0% 0% auto;
}

.icon-1x1-xxsmall {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  display: flex;
}

.slider-mask {
  max-width: 24rem;
  overflow: visible;
}

.hide {
  display: none;
}

.logo {
  align-items: center;
  margin-left: .875rem;
  display: flex;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo.footer-logo {
  margin-left: 0;
  position: static;
}

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

.text-weight-medium.color-e5e5e5 {
  color: #fff;
}

.footer-bottom {
  color: #d6d6d6;
  border-top: 1px solid #525252;
  justify-content: space-between;
  align-items: center;
  padding-top: 2.125rem;
  padding-bottom: 2rem;
  display: flex;
}

.page-load {
  z-index: 998;
  background-color: #fff;
  justify-content: center;
  align-items: center;
  display: none;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

._1rem-spacer {
  height: 1rem;
}

.heading-small {
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.875rem;
  font-weight: 600;
  line-height: 1.2;
}

.page-load-indicator {
  background-image: linear-gradient(to right, #e63e42, #1dd3fe 25%, #efa789 75%, #6e8bdc);
  border-radius: 200vw;
  width: 20%;
  height: 100%;
}

.text-size-medium {
  color: #fffc;
  text-align: center;
  letter-spacing: normal;
  margin-top: 0;
  margin-bottom: 1rem;
  font-size: 1.2rem;
  font-weight: 500;
  line-height: 1.2;
  display: block;
}

.slider-arrow {
  cursor: pointer;
  border: .0625rem solid #525252;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3.5rem;
  height: 3.5rem;
  transition: all .3s;
  display: flex;
}

.slider-arrow:hover {
  background-color: #292929;
}

.cta-image-wrap {
  justify-content: flex-start;
  align-items: flex-end;
  width: 50%;
  height: 100%;
  display: flex;
  position: relative;
}

.footer-colmn {
  flex: 1;
}

.cta-text-wrap {
  z-index: 2;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  padding-left: 4rem;
  display: flex;
  position: relative;
}

.nav-right {
  justify-content: flex-end;
  width: 30%;
  display: flex;
}

.icon {
  border-radius: .625rem;
  width: 3rem;
  height: 3rem;
  margin-bottom: 4rem;
}

.heading-xlarge {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.75rem;
  font-weight: 600;
  line-height: 1.2;
}

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

._1-25rem-spacer {
  height: 1.25rem;
}

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

.split-wrap.footer {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  display: none;
}

.div-block {
  flex: 1;
  align-items: flex-end;
  height: 40rem;
  padding-bottom: 13.375rem;
  display: flex;
}

.button {
  color: #000;
  background-color: #e29608;
  border: 1px solid #525252;
  border-radius: 8rem;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  padding: .5rem 1.5rem;
  font-size: 1.5rem;
  font-weight: 600;
  transition: all .4s;
  display: flex;
  position: static;
}

.button:hover {
  color: #292929;
  background-color: #fff;
}

.button.is-large {
  box-sizing: border-box;
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  color: #fff;
  cursor: pointer;
  object-fit: fill;
  object-position: 50% 50%;
  background-color: #eb7005;
  border-style: none;
  border-radius: 8rem;
  flex-flow: row;
  justify-content: center;
  margin-top: 0;
  padding: .75rem 1.75rem;
  font-size: 1.5rem;
  font-weight: 600;
  display: flex;
  overflow: visible;
}

.button.is-large.is-secondary {
  pointer-events: none;
  color: #fff;
  -webkit-text-fill-color: inherit;
  background-color: #310e0e;
  background-clip: border-box;
}

.button.is-secondary {
  background-color: #0000;
  border-style: none;
}

.button.is-secondary:hover {
  background-color: #fff;
}

.button.is-secondary.is-alternate {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  color: var(--\<unknown\|relume-variable-neutral-white\>);
}

.button.is-link {
  color: var(--\<unknown\|relume-variable-color-neutral-1\>);
  background-color: #0000;
  border-style: none;
  padding: .25rem 0;
  line-height: 1;
  text-decoration: none;
}

.button.is-link.is-icon {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
}

.button.is-alternate {
  border-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.nav-middle {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  justify-content: center;
  align-items: center;
  width: 30%;
  font-weight: 500;
  display: flex;
}

.cta-image-layer {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.cta-image-layer.is-5 {
  box-sizing: content-box;
  vertical-align: middle;
  object-fit: fill;
  object-position: 50% 50%;
  height: 50%;
  margin-left: auto;
  margin-right: auto;
  display: inline-block;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.cta-image-layer.is-1 {
  z-index: 999;
  box-sizing: border-box;
  float: none;
  clear: none;
  aspect-ratio: auto;
  object-fit: contain;
  width: 50%;
  height: 50%;
  display: inline-block;
  position: absolute;
  inset: auto 0% 0% auto;
  overflow: clip;
}

.slider {
  background-color: #0000;
  height: 31.5rem;
  margin-right: 2rem;
}

.body {
  background-color: #0000;
}

.bold-text, .bold-text-2, .bold-text-3 {
  color: #fff;
}

.bold-text-4 {
  color: #000;
}

.section_layout348 {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
}

.padding-global {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #0000;
  border: 1px solid #0000;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding: 3rem 5%;
  display: flex;
}

.container-large {
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-large.bg-dark {
  background-color: #2111026b;
  border: 1px #2111024f;
  border-radius: 2rem;
  margin-top: 4rem;
  padding: 2rem 2rem 1rem;
}

.layout348_component {
  grid-column-gap: 5rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: none;
  position: relative;
}

.layout348_desktop-image-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: flex;
  position: sticky;
  top: 0;
  bottom: auto;
}

.layout348_image {
  width: 100%;
  position: absolute;
}

.layout348_image.is-image1, .layout348_image.is-image2, .layout348_image.is-image3, .layout348_image.is-image4 {
  border-radius: 20px;
}

.layout348_content {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  height: 100vh;
  display: flex;
}

.margin-bottom, .margin-bottom.margin-xsmall, .margin-bottom.margin-small {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-bottom.margin-xxlarge {
  margin: 0 0 1rem;
}

.margin-bottom.margin-large {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.text-style-tagline {
  justify-content: center;
  align-items: center;
  font-weight: 600;
  text-decoration: none;
  display: inline-block;
}

.heading-style-h2 {
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.margin-top, .margin-top.margin-medium {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-small, .margin-top.margin-xxlarge {
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
}

.margin-top.margin-xxsmall {
  margin-bottom: 0;
  margin-left: 0;
  margin-right: 0;
}

.icon-embed-xxsmall {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.layout348_mobile-image-wrapper {
  display: none;
}

.layout348_mobile-image {
  width: 100%;
  position: absolute;
}

.background-holder {
  z-index: -999;
  opacity: 0;
  background-image: radial-gradient(circle, #000, #fff);
  position: relative;
}

.background-layer {
  z-index: -1;
  width: 100vw;
  height: 100vh;
  position: fixed;
  inset: 0%;
}

.background-layer.background-color-1 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.section_testimonial21 {
  color: #fffaf9;
  overflow: hidden;
}

.padding-section-large {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 1rem;
  padding-bottom: 1rem;
  display: block;
}

.max-width-large {
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  max-width: 48rem;
  padding-top: 4rem;
  display: flex;
}

.max-width-large.align-center {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-self: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.max-width-large.align-left {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
}

.testimonial21_component {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
}

.testimonial21_loop-trigger {
  display: flex;
}

.testimonial21_card {
  border-style: solid;
  border-width: var(--\<unknown\|relume-variable-border-width\>);
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-foreground\>);
  border-color: #92574d;
  border-radius: 20px;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 25rem;
  min-width: 25rem;
  margin-right: 2rem;
  padding: 2rem;
  display: flex;
  overflow: hidden;
}

.testimonial21_rating-wrapper {
  display: flex;
}

.testimonial21_rating-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-right: .25rem;
  display: flex;
}

.icon-embed-xsmall {
  color: #f8c200;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  display: flex;
}

.icon-embed-xsmall.white-color {
  color: #fff;
}

.testimonial21_client {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  text-align: left;
  align-items: center;
  margin-top: auto;
  display: flex;
}

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

.text-weight-semibold {
  font-weight: 600;
}

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

.faq1_list {
  border-bottom: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
}

.faq1_accordion {
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.faq1_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-top: var(--\<unknown\|relume-variable-divider-width\>) solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.faq1_icon-wrapper {
  align-self: flex-start;
  width: 2rem;
  display: flex;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-top: 10px;
  display: flex;
}

.faq1_answer {
  overflow: hidden;
}

.max-width-medium {
  width: 100%;
  max-width: 35rem;
}

.heading-style-h4 {
  color: #fff;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.3;
}

.section_contact2 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.contact2_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact2_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_field-wrapper {
  color: #000;
  position: relative;
}

.form_field-label {
  color: #fff;
  margin-bottom: .5rem;
  font-weight: 400;
}

.form_input {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #fff;
  background-clip: border-box;
  border-radius: 4px;
  height: auto;
  min-height: 2.75rem;
  margin-bottom: 0;
  padding: .5rem .75rem;
  font-size: 1rem;
  line-height: 1.6;
}

.form_input:focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
}

.form_input::placeholder {
  color: var(--\<unknown\|relume-variable-neutral-shade-7-60\>);
}

.form_input.is-select-input {
  background-image: url('../images/chevron-down.svg');
  background-position: 99%;
  background-repeat: no-repeat;
  background-size: auto;
}

.form_input.is-text-area {
  height: auto;
  min-height: 11.25rem;
  padding-top: .75rem;
  padding-bottom: .75rem;
  overflow: auto;
}

.padding-vertical, .padding-vertical.padding-xsmall {
  padding-left: 0;
  padding-right: 0;
}

.form_radio-2col {
  grid-column-gap: 1.5rem;
  grid-row-gap: .875rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form_radio {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.125rem;
  display: flex;
}

.form_radio-icon {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  cursor: pointer;
  border-radius: 100px;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.125rem;
  margin-right: .5rem;
}

.form_radio-icon.w--redirected-checked {
  border-width: 6px;
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  background-color: var(--\<unknown\|relume-variable-neutral-white\>);
  background-image: none;
}

.form_radio-icon.w--redirected-focus {
  border-color: var(--\<unknown\|relume-variable-neutral-shade-7\>);
  box-shadow: none;
  margin-top: 0;
}

.form_radio-label {
  margin-bottom: 0;
}

.form_checkbox {
  align-items: center;
  margin-bottom: 0;
  padding-left: 1.25rem;
  display: flex;
}

.form_checkbox-icon {
  border: 1px solid var(--\<unknown\|relume-variable-neutral-shade-7\>);
  cursor: pointer;
  background-color: #fff;
  border-radius: 0;
  width: 1.125rem;
  min-width: 1.125rem;
  height: 1.125rem;
  min-height: 1.125rem;
  margin-top: 0;
  margin-left: -1.25rem;
  margin-right: .5rem;
  transition: all .2s;
}

.form_checkbox-icon.w--redirected-checked {
  box-shadow: none;
  background-color: #000;
  background-size: 16px 16px;
  border-width: 1px;
  border-color: #000;
}

.form_checkbox-icon.w--redirected-focus {
  box-shadow: none;
  border-color: #000;
}

.form_checkbox-label {
  margin-bottom: 0;
}

.text-style-link {
  text-decoration: underline;
}

.form_message-success-wrapper {
  background-color: #000;
  border: 0 solid #0000;
  margin-top: 1rem;
  padding: 0;
}

.form_message-success {
  color: #fff;
  background-color: #0000;
  border: 0 solid #fff;
  border-radius: 2rem;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2.5rem;
  display: flex;
}

.success-text {
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
}

.form_message-error-wrapper {
  margin-top: 1rem;
  padding: 0;
}

.form_message-error {
  color: #b42318;
  background-color: #fef3f2;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 1rem;
  display: flex;
}

.error-text {
  color: #e23939;
}

.section_contact-modal2 {
  color: #fff;
  position: relative;
}

.contact-modal2_component {
  z-index: 99;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  border-radius: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: visible;
}

.contact-modal2_content-wrapper {
  background-color: #b35d32;
  border-radius: 20px;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 100vh;
  padding: 4rem;
  position: relative;
  overflow: visible;
}

.contact-modal2_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal2_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-modal2_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-modal2_background-overlay {
  z-index: -1;
  background-color: #00000040;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header81_component {
  height: 300vh;
  position: relative;
}

.header81_content-wrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  height: 100vh;
  display: grid;
  position: sticky;
  top: 0;
}

.header81_content-left {
  flex: none;
  max-width: 35rem;
  margin-left: 5vw;
  margin-right: 5rem;
  position: relative;
}

.heading-style-h1 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.header81_content-right {
  flex: none;
  width: 50%;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.header81_image-wrapper {
  width: 100%;
  height: 100%;
  position: relative;
}

.header81_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header81_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.section_cta53 {
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.cta53_component {
  justify-content: center;
  align-items: center;
  width: 101vw;
  display: flex;
  position: relative;
  left: -13.5%;
  overflow: hidden;
}

.cta53_card {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cta53_card.text-color-white {
  width: 100%;
}

.cta53_card-content {
  z-index: 1;
  position: relative;
}

.cta53_background-image-wrapper {
  z-index: 0;
  position: absolute;
  inset: 0%;
}

.image-overlay-layer {
  z-index: 1;
  box-sizing: border-box;
  object-fit: fill;
  background-color: #b35d3266;
  background-image: radial-gradient(circle closest-corner, #e57f4b80, #0e0200 100%, #0e0200);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
}

.cta53_background-image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  display: none;
  position: absolute;
  inset: 0%;
}

.section_layout497 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  display: none;
}

.layout497_content {
  flex-flow: column;
  display: flex;
  position: relative;
}

.layout497_inner-wrapper {
  width: 50%;
  padding-right: 2.5rem;
}

.layout497_header {
  margin-bottom: 2rem;
}

.layout497_tabs {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-items: stretch;
  position: static;
}

.layout497_tabs-content {
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 2.5rem;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% auto;
  overflow: visible;
}

.layout497_tab-pane {
  border-radius: 20px;
}

.layout497_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.layout497_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
  height: 100%;
}

.layout497_lightbox {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.layout497_lightbox-image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 20px;
  width: 100%;
}

.lightbox-play-icon {
  z-index: 2;
  color: var(--\<unknown\|relume-variable-neutral-white\>);
  justify-content: center;
  align-items: center;
  display: flex;
  position: absolute;
}

.video-overlay-layer {
  z-index: 1;
  background-color: #00000080;
  position: absolute;
  inset: 0%;
}

.layout497_tabs-menu {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.layout497_tab-link {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  border-bottom: 1px solid var(--\<unknown\|relume-variable-color-scheme-1-border\>);
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  opacity: .4;
  padding: 1rem 0;
  display: flex;
}

.layout497_tab-link.w--current {
  background-color: var(--\<unknown\|relume-variable-transparent\>);
  opacity: 1;
  border-left-color: #000;
}

.layout497_tab-icon-wrapper {
  flex: none;
  align-self: flex-start;
}

.icon-1x1-small {
  width: 2rem;
  height: 2rem;
}

.heading-style-h5 {
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.4;
}

.layout497_paragraph {
  overflow: hidden;
}

.section_header80 {
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
}

.header80_component {
  height: 300vh;
  position: relative;
}

.header80_content-wrapper {
  height: 100vh;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.header80_images-wrapper {
  z-index: 1;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.header80_images-wrapper.images-wrapper-right {
  z-index: 0;
  inset: 0% 0% 0% auto;
}

.header80_image-list {
  z-index: 1;
  grid-row-gap: 26vw;
  flex-direction: column;
  padding-top: 70vh;
  display: flex;
}

.header80_image-wrapper {
  width: 100%;
  padding-top: 120%;
  position: relative;
}

.header80_image-wrapper.is-image-1 {
  width: 22vw;
}

.header80_image-wrapper.is-image-2 {
  width: 22vw;
  margin-top: -46vw;
  left: 58vw;
}

.header80_image-wrapper.is-image-3 {
  width: 20vw;
  margin-top: -5vw;
  left: 4vw;
}

.header80_image-wrapper.is-image-4 {
  width: 18vw;
  margin-top: -45vw;
  left: 64vw;
}

.header80_image-wrapper.is-image-5 {
  opacity: .75;
  width: 20vw;
}

.header80_image-wrapper.is-image-6 {
  opacity: .75;
  object-fit: fill;
  width: 18vw;
  margin-top: -44vw;
  right: 54vw;
}

.header80_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.header80_content {
  justify-content: center;
  align-items: center;
  max-width: 48rem;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 7rem;
  padding-bottom: 7rem;
  display: flex;
  position: relative;
}

.header80_ix-trigger {
  z-index: -1;
  margin-top: 100vh;
  position: absolute;
  inset: 0%;
}

.image {
  max-width: 100%;
  padding-right: 0;
  font-size: .7rem;
  line-height: 1;
}

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

.paragraph, .paragraph-2, .paragraph-3, .paragraph-4, .paragraph-5 {
  padding-bottom: 20px;
}

.bold-text-5, .bold-text-6 {
  font-size: 3rem;
}

.header1_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: start stretch;
  padding-top: 0;
  display: grid;
}

.header1_content-left {
  padding-top: 50px;
}

.header1_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.header1_image {
  aspect-ratio: 2 / 3;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.section_layout396 {
  color: #fff;
}

.layout396_grid-list {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
}

.layout396_row {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.layout396_card {
  background-color: #0000;
  border: 1px solid #fa9a6c;
  border-radius: 15px;
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: stretch;
  display: flex;
  overflow: hidden;
}

.layout396_card-content {
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  padding: 2rem;
  display: flex;
  position: relative;
}

.layout396_card-content-top {
  z-index: 1;
  order: 0;
}

.layout396_item-icon-wrapper {
  display: inline-block;
}

.icon-1x1-medium {
  width: 3rem;
  height: 3rem;
}

.paragraph-6 {
  color: #fffdfc;
}

.paragraph-7, .paragraph-8 {
  color: #fff;
}

.italic-text {
  color: #fa9a6c;
  font-size: 2.5rem;
  line-height: 1;
}

.div-block-2 {
  z-index: 0;
  filter: blur(11px);
  background-color: #2e13064f;
  flex: 0 auto;
  order: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.layout15_content {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.heading-style-h3 {
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.layout15_logo-row {
  grid-column-gap: 2rem;
  grid-row-gap: 1.5rem;
  flex-wrap: wrap;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
}

.layout15_logo {
  max-height: 3rem;
}

.layout15_image-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  overflow: hidden;
}

.layout15_image {
  aspect-ratio: 1;
  object-fit: cover;
  border-radius: 15px;
  width: 100%;
  height: 100%;
}

.section_contact1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
}

.contact1_component {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  place-items: center;
  display: grid;
}

.contact1_form-block {
  flex-direction: column;
  align-items: stretch;
  margin-bottom: 0;
}

.contact1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.section_contact-modal1 {
  background-color: var(--\<unknown\|relume-variable-color-scheme-1-background\>);
  color: var(--\<unknown\|relume-variable-color-scheme-1-text\>);
  position: relative;
}

.contact-modal1_component {
  z-index: 99;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
}

.contact-modal1_content-wrapper {
  border-radius: var(--\<unknown\|relume-variable-radius-large\>);
  text-align: left;
  background-color: #a86131;
  flex-direction: column;
  justify-content: center;
  width: 100%;
  max-width: 48rem;
  height: auto;
  max-height: 80vh;
  padding: 4rem;
  display: block;
  position: relative;
  overflow: scroll;
}

.contact-modal1_close-button {
  position: absolute;
  top: 1rem;
  right: 1rem;
}

.contact-modal1_form-block {
  flex-direction: column;
  align-items: stretch;
}

.contact-modal1_form {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.contact-modal1_background-overlay {
  z-index: -1;
  background-color: #00000040;
  border-radius: 20px;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.submit-button {
  color: #fff;
  background-color: #eb7005;
  border-radius: 8rem;
  font-size: 1.5rem;
  font-weight: 600;
}

.image-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  aspect-ratio: auto;
  justify-content: center;
  display: block;
}

.heading {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.3;
}

.bold-text-7 {
  color: #eb7005;
}

.div-block-3 {
  justify-content: flex-start;
  align-items: flex-end;
  display: flex;
}

.text-block {
  justify-content: flex-start;
  align-items: center;
  font-size: 3rem;
  display: flex;
}

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

.heading-2 {
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 4rem;
  line-height: 1.1;
}

.heading-3 {
  font-size: 2rem;
  font-weight: 400;
  line-height: 1.2;
}

.bold-text-8 {
  font-size: 3rem;
}

.bold-text-9, .bold-text-10, .bold-text-11, .bold-text-12, .bold-text-13 {
  font-weight: 500;
}

.div-block-5 {
  z-index: -1;
  background-image: url('../images/FLOW-background2_1.avif');
  background-position: 0 0;
  background-size: cover;
  background-attachment: fixed;
  width: 100vw;
  height: 100vh;
  display: block;
  position: fixed;
  inset: 0% auto auto 0%;
}

.image-3 {
  object-fit: cover;
  width: 2005px;
  height: 1150px;
  display: block;
  position: static;
}

.padding-horizontal.padding-cta {
  margin-left: 50px;
  margin-right: 50px;
}

.utility-page-wrap {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 260px;
  display: flex;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.sp-controla-wrapper {
  align-items: center;
  width: 100%;
  display: flex;
}

.true-media-player-single-track {
  display: none;
}

.sp-artist-name {
  color: #fff;
  margin-bottom: 10px;
  font-size: 1.5rem;
  font-weight: 500;
}

.sp-example-wrapper {
  flex: 1;
  justify-content: center;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.tracklist-content {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.sp-media-player-bar-wrapper {
  color: #ffffff73;
  flex: 1;
  align-items: center;
  width: 100%;
  font-size: 12px;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.progress-bar {
  background-color: #fff;
  width: 50%;
  height: 3px;
  position: relative;
}

.sp-details-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 20px;
  display: flex;
}

.section-paragraph {
  color: #ffffffe6;
  width: 100%;
  margin-bottom: 25px;
  font-size: 1.15rem;
  font-weight: 200;
  line-height: 1.5;
  display: flex;
  position: static;
}

.sp-track-wrapper {
  -webkit-backdrop-filter: saturate(200%) blur(15px);
  backdrop-filter: saturate(200%) blur(15px);
  background-color: #ffffff1a;
  border: 1px solid #ffffff1a;
  border-radius: 4px;
  width: 100%;
  padding: 25px 30px;
}

.sp-pause {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.section-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 15px;
  font-size: 2.75rem;
  font-weight: 800;
  line-height: 1.5;
}

.sp-track {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.sp-elapsed {
  flex-direction: row;
  display: flex;
}

.example-badge {
  color: #eb7005;
  text-transform: uppercase;
  background-color: #15e6cd1a;
  border-radius: 4px;
  margin-bottom: 15px;
  margin-right: 10px;
  padding: 7px 10px;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1;
}

.sp-title-wrapper {
  color: #fff;
  flex-direction: column;
  align-items: flex-start;
  font-weight: 500;
  line-height: 1;
  display: flex;
}

.sp-play {
  cursor: pointer;
  width: 30px;
  margin-right: 10px;
}

.true-progress-head {
  background-color: #fff;
  border-radius: 20px;
  width: 10px;
  height: 10px;
  position: absolute;
  inset: -3px 0% auto auto;
}

.sp-progress-bar-wrapper {
  cursor: pointer;
  flex: 1;
  height: 3px;
  margin-left: 20px;
  margin-right: 20px;
  padding-top: 10px;
  padding-bottom: 13px;
}

.example-wrapper {
  grid-column-gap: 100px;
  display: flex;
}

.example-wrapper.example-two {
  flex-flow: column;
}

.example {
  -webkit-backdrop-filter: blur();
  backdrop-filter: blur();
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  padding: 100px 50px 4rem;
  display: flex;
}

.sp-progress-bar-background {
  background-color: #f0f0f00f;
}

.sp-title {
  color: #ffffffd9;
  font-size: 1rem;
  font-weight: 300;
}

.container {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 1280px;
  display: flex;
}

.sp-thumbnail {
  object-fit: cover;
  border-radius: 4px;
  flex: 0 auto;
  width: 50px;
  height: 50px;
  overflow: clip;
}

.section-button {
  color: #fff;
  background-color: #4968be;
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 200px;
  height: 50px;
  font-size: .875rem;
  font-weight: 500;
  line-height: 1;
  transition: all .2s;
  display: flex;
  position: static;
  box-shadow: 0 0 50px -20px #4968be;
}

.section-button:hover {
  background-color: #4968becc;
}

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

.button-2 {
  text-align: center;
  background-color: #eb7005;
  border-radius: 100px;
  padding-left: 30px;
  padding-right: 30px;
  font-size: 1.5rem;
  font-weight: 700;
}

.button-2.cta-button {
  margin-top: 2rem;
}

.bold-text-14, .div-block-6 {
  text-align: center;
}

.section-paragraph-lg {
  padding-bottom: 1rem;
  font-size: 1.5rem;
}

.div-block-7 {
  margin-top: 2%;
}

@media screen and (max-width: 991px) {
  ._4-grid {
    grid-template-columns: 1fr 1fr;
  }

  .nav-button {
    justify-content: center;
    align-items: center;
    width: 3rem;
    height: 3rem;
    padding: 0;
    display: flex;
  }

  .nav-button.w--open {
    background-color: #0000;
  }

  .split {
    flex-direction: column;
    align-items: flex-start;
  }

  .nav-wrap {
    background-color: #0000;
    align-items: center;
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .hero-content-wrapper {
    flex-direction: column;
  }

  .nav-menu {
    background-color: #292929;
    border-bottom: .0625rem solid #525252;
    flex-direction: column;
    padding-top: 2rem;
  }

  .page-load-indicator-wrap {
    width: 60%;
  }

  .button-group {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .button-group.is-navigation {
    border-top: .0625rem #9595a4;
    flex-direction: column-reverse;
    padding: 1.5rem 1rem;
  }

  .nav-left {
    width: auto;
  }

  .cta-image {
    margin-top: -6.875rem;
    margin-left: -1.35rem;
  }

  .step-image {
    max-width: 100%;
  }

  .hero-img-wrap {
    margin-top: 14rem;
    transform: rotate(90deg);
  }

  .navigation-lottie {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .container-medium {
    position: static;
  }

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

  .step-image-wrap {
    max-width: none;
  }

  .logo {
    margin-left: 0;
    padding-left: 0;
    position: static;
  }

  .page-load {
    display: none;
  }

  .nav-right {
    flex-direction: column;
    justify-content: center;
    width: auto;
  }

  .heading-xlarge {
    font-size: 3.25rem;
  }

  .split-wrap.footer {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .button.is-large {
    color: #fff;
  }

  .nav-middle {
    flex-direction: column;
    align-items: flex-start;
    width: auto;
    margin-bottom: 2rem;
  }

  .container-large.bg-dark {
    max-width: 48rem;
    margin-top: 3rem;
  }

  .layout348_component {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.75rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

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

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

  .heading-style-h4 {
    font-size: 1.75rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-modal2_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .header81_component {
    height: auto;
  }

  .header81_content-wrapper {
    grid-row-gap: 4rem;
    flex-direction: column;
    grid-template-columns: 1fr;
    height: auto;
    padding-top: 6rem;
    position: static;
  }

  .header81_content-left {
    flex: 0 auto;
    margin-left: 5%;
    margin-right: 5%;
  }

  .heading-style-h1 {
    font-size: 3.25rem;
  }

  .header81_content-right {
    flex: 0 auto;
    width: 100%;
    position: static;
  }

  .header81_image-wrapper {
    padding-top: 100%;
  }

  .cta53_card {
    padding: 3rem;
  }

  .layout497_inner-wrapper {
    padding-right: 1.5rem;
  }

  .layout497_tabs {
    grid-column-gap: 3rem;
  }

  .layout497_tabs-content {
    padding-left: 1.5rem;
  }

  .layout497_lightbox-image {
    object-fit: cover;
    width: 100%;
    height: 100%;
  }

  .header80_image-wrapper.is-image-1, .header80_image-wrapper.is-image-2 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-3 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 24vw;
  }

  .header80_image-wrapper.is-image-5 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 24vw;
  }

  .header80_content {
    padding-top: 6rem;
    padding-bottom: 6rem;
  }

  .header1_content {
    grid-column-gap: 4rem;
    grid-row-gap: 4rem;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .header1_content-left {
    padding-top: 1rem;
  }

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

  .layout15_content {
    grid-column-gap: 3rem;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
  }

  .heading-style-h3 {
    font-size: 2.25rem;
  }

  .contact-modal1_content-wrapper {
    width: 90%;
    max-width: none;
    padding-left: 3rem;
    padding-right: 3rem;
  }

  .padding-horizontal.padding-cta {
    margin-left: 20px;
    margin-right: 20px;
  }

  .sp-elapsed, .sp-duration {
    display: flex;
  }

  .example-wrapper {
    grid-row-gap: 50px;
    flex-direction: column;
  }

  .example-wrapper.example-two {
    grid-row-gap: 1rem;
    flex-direction: column;
  }

  .example {
    padding: 75px 20px 50px;
  }
}

@media screen and (max-width: 767px) {
  ._4-grid {
    grid-template-columns: 1fr;
  }

  .heading-medium {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .nav-menu {
    padding-left: 0;
    padding-right: 0;
  }

  .button-group {
    flex-wrap: wrap;
  }

  .cta-image {
    margin-top: -.875rem;
    margin-left: -20.05rem;
    transform: rotate(0);
  }

  .hero-img-wrap {
    margin-top: 8.4rem;
    transform: scale(.8)rotate(90deg);
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .cta-wrap {
    flex-direction: column;
  }

  .navbar {
    padding-top: 0;
  }

  .heading-small {
    font-size: 1.5rem;
  }

  .text-size-medium {
    font-size: 1rem;
  }

  .cta-image-wrap {
    transform: scale(.7);
  }

  .cta-text-wrap {
    width: 100%;
    padding-top: 4rem;
  }

  .heading-xlarge {
    font-size: 2.25rem;
  }

  .button.is-large {
    color: #fff;
  }

  .nav-middle {
    padding-left: 1rem;
  }

  .container-large.bg-dark {
    max-width: 48rem;
    margin-left: auto;
    margin-right: auto;
    padding-left: 20px;
    padding-right: 20px;
  }

  .layout348_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .layout348_desktop-image-wrapper {
    display: none;
  }

  .layout348_content-wrapper {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .layout348_content {
    height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout348_mobile-image-wrapper {
    width: 100%;
    margin-top: 2.5rem;
    display: block;
  }

  .layout348_mobile-image {
    position: static;
  }

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

  .max-width-large.align-center {
    padding-top: 3rem;
  }

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

  .testimonial21_card {
    padding: 1.5rem;
  }

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

  .faq1_question {
    padding-top: 1rem;
    padding-bottom: 1rem;
  }

  .faq1_icon-wrapper {
    width: 1.75rem;
  }

  .heading-style-h4 {
    font-size: 1.5rem;
    line-height: 1.4;
  }

  .form_field-2col.is-mobile-1col {
    grid-template-columns: 1fr;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-modal2_component {
    align-items: flex-start;
  }

  .contact-modal2_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .header81_content-wrapper {
    padding-top: 4rem;
  }

  .heading-style-h1 {
    font-size: 2.5rem;
  }

  .cta53_card {
    padding: 2rem;
  }

  .layout497_content {
    flex-flow: column;
    display: flex;
  }

  .layout497_inner-wrapper {
    width: 100%;
    padding-right: 0;
  }

  .layout497_header {
    width: 100%;
  }

  .layout497_tabs {
    grid-column-gap: 0rem;
    flex-flow: column;
    grid-template-columns: 1fr;
    display: flex;
  }

  .layout497_tabs-content {
    width: 100%;
    padding-left: 0;
    position: relative;
  }

  .layout497_tabs-menu {
    place-items: start stretch;
    margin-bottom: 2rem;
  }

  .heading-style-h5 {
    font-size: 1.25rem;
  }

  .header80_component {
    height: 150vh;
  }

  .header80_content-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .header80_image-wrapper.is-image-1 {
    width: 30vw;
  }

  .header80_image-wrapper.is-image-2 {
    width: 30vw;
    left: 52vw;
  }

  .header80_image-wrapper.is-image-3 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-4 {
    width: 26vw;
  }

  .header80_image-wrapper.is-image-5 {
    width: 28vw;
  }

  .header80_image-wrapper.is-image-6 {
    width: 26vw;
    right: 50vw;
  }

  .header80_content {
    padding-top: 4rem;
  }

  .header80_ix-trigger {
    margin-top: 35rem;
  }

  .header1_content {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
  }

  .header1_content-left {
    padding-top: 0;
  }

  .layout396_grid-list {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .layout396_row {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
    grid-template-columns: 1fr;
  }

  .layout396_card-content {
    padding: 1.5rem;
  }

  .layout15_content {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .heading-style-h3 {
    font-size: 2rem;
  }

  .layout15_logo-row {
    padding-top: 1rem;
  }

  .contact-modal1_component {
    align-items: flex-start;
  }

  .contact-modal1_content-wrapper {
    width: 100%;
    height: 100vh;
    max-height: none;
    padding-bottom: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .heading-2 {
    font-size: 3rem;
  }

  .heading-3 {
    font-size: 1.5rem;
  }

  .bold-text-8 {
    font-size: 2.5rem;
  }

  .padding-horizontal.padding-cta {
    padding-left: 0;
  }

  .sp-track-wrapper {
    padding: 20px;
  }

  .section-heading {
    font-size: 25px;
  }

  .example {
    padding-top: 50px;
    padding-bottom: 50px;
  }
}

@media screen and (max-width: 479px) {
  .heading-medium {
    font-size: 1.5rem;
  }

  .slider-slide {
    width: 100%;
  }

  .button-group {
    flex-wrap: wrap;
    justify-content: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .cta-image {
    margin-top: -3.975rem;
    transform: rotate(0);
  }

  .hero-img-wrap {
    margin-top: 0;
    transform: scale(.7)rotate(90deg);
  }

  .section.hero {
    padding-top: 7.75rem;
  }

  .list-wrap {
    padding-left: 0;
  }

  .navbar {
    padding-top: 0;
  }

  .slider-mask {
    width: 100%;
    max-width: none;
  }

  .footer-bottom {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    align-items: flex-start;
  }

  .text-size-medium {
    margin-top: 1rem;
  }

  .cta-text-wrap {
    padding-top: 2rem;
    padding-left: 1rem;
  }

  .split-wrap {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .button.is-large {
    color: #fff;
    background-color: #eb7005;
    font-size: 1.5rem;
  }

  .nav-middle {
    margin-bottom: 0;
  }

  .slider {
    width: 100%;
  }

  .padding-global {
    padding-bottom: 2rem;
  }

  .container-large.bg-dark {
    margin-top: 2rem;
  }

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

  .layout348_content {
    height: auto;
  }

  .margin-bottom {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .heading-style-h2 {
    font-size: 2.5rem;
  }

  .margin-top {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .layout348_mobile-image-wrapper, .layout348_mobile-image {
    border-radius: 20px;
  }

  .padding-section-large {
    padding-top: 1rem;
    padding-left: 0%;
    padding-right: 0%;
  }

  .max-width-large.align-center {
    padding-top: 2rem;
  }

  .padding-vertical {
    padding-left: 0;
    padding-right: 0;
  }

  .contact-modal2_component {
    display: none;
  }

  .heading-style-h1 {
    margin-top: 1rem;
    margin-bottom: 1rem;
  }

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

  .header80_image-wrapper {
    width: 30vw;
    height: 35vw;
  }

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

  .header1_content-left {
    padding-top: 0;
  }

  .section_layout396 {
    background-image: none;
  }

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

  .contact1_form {
    grid-row-gap: 1.5rem;
  }

  .contact-modal1_component, .contact-modal1_content-wrapper, .contact-modal1_background-overlay {
    display: none;
  }

  .heading-2 {
    margin-top: 1rem;
    margin-bottom: 1rem;
    font-size: 3rem;
  }

  .heading-3 {
    margin-top: 1rem;
    margin-bottom: .5rem;
    font-size: 1.5rem;
  }

  .bold-text-8 {
    font-size: 2.5rem;
  }

  .padding-horizontal {
    padding-left: 5%;
    padding-right: 5%;
  }

  .padding-horizontal.padding-cta {
    padding-right: 0%;
  }

  .section-paragraph {
    font-size: 1rem;
  }

  .example-badge {
    font-size: 10px;
  }

  .example-wrapper.example-two {
    grid-row-gap: 1rem;
  }

  .example {
    margin-top: 1rem;
    padding-bottom: 1rem;
  }

  .section-button {
    height: 45px;
  }
}

#w-node-f87f533d-b4d2-2681-0ddf-73f0858ec5af-de80f352, #w-node-f87f533d-b4d2-2681-0ddf-73f0858ec5b0-de80f352, #w-node-f87f533d-b4d2-2681-0ddf-73f0858ec5c1-de80f352, #w-node-f87f533d-b4d2-2681-0ddf-73f0858ec5d2-de80f352, #w-node-_795e7cb9-424b-c24a-b101-65ee8219bfe4-de80f352 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-ba8b0027-24bf-05f6-db6e-2057e3df63a8-de80f352 {
  grid-area: 1 / 1 / 2 / 2;
}

#w-node-ba8b0027-24bf-05f6-db6e-2057e3df63a9-de80f352 {
  grid-area: span 2 / span 1 / span 2 / span 1;
}

#w-node-c8189758-bcb1-0822-f6e7-2ee37dfa3c25-de5f02b6 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}


