:root {
  --misty-rose: #e4d3ca;
  --black: #010202;
  --tomato: #e25536;
  --white: white;
  --hot-pink: #ee8db9;
  --gold: #f7d046;
  --sky-blue: #55bbda;
}

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

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

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

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

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

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

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

.w-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--misty-rose);
  color: var(--black);
  font-family: Satoshi, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 140%;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 4.5rem;
  font-weight: 600;
  line-height: 100%;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 4rem;
  font-weight: 600;
  line-height: 100%;
}

h3 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 100%;
}

h4 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 2rem;
  font-weight: 600;
  line-height: 100%;
}

h5 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Clashdisplay, sans-serif;
  font-size: 1rem;
  font-weight: 600;
  line-height: 130%;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: .75rem;
  font-weight: 700;
  line-height: 1.5;
}

p {
  margin-bottom: 0;
  font-size: 1.2rem;
}

ul, ol {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 1.25rem;
}

li {
  margin-bottom: .25rem;
}

img {
  max-width: 100%;
  display: inline-block;
}

label {
  margin-bottom: .25rem;
  font-weight: 500;
}

blockquote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

figure {
  margin-top: 2rem;
  margin-bottom: 2rem;
}

figcaption {
  text-align: center;
  margin-top: .25rem;
}

.form-message-success {
  padding: 1.25rem;
}

.z-2 {
  z-index: 2;
  position: relative;
}

.text-color-black {
  color: #000;
}

.fs-styleguide_row {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  justify-content: start;
  display: grid;
}

.fs-styleguide_row.is-for-social-icons {
  grid-column-gap: .75rem;
  grid-row-gap: .75rem;
}

.text-style-strikethrough {
  text-decoration: line-through;
}

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

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

.text-weight-light {
  font-weight: 300;
}

.max-width-full {
  width: 100%;
  max-width: none;
}

.layer {
  justify-content: center;
  align-items: center;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.show {
  display: block;
}

.fs-styleguide_color-sample {
  background-color: #f5f5f5;
  margin-top: .5rem;
  padding: 5rem;
}

.overflow-hidden {
  overflow: hidden;
}

.global-styles {
  display: block;
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

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

.button {
  background-color: var(--black);
  text-align: center;
  text-transform: capitalize;
  justify-content: center;
  align-items: center;
  padding: 1rem 2rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 120%;
}

.heading-medium {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.2;
}

.heading-large {
  font-size: 3rem;
  font-weight: 700;
  line-height: 1.2;
}

.text-weight-bold {
  font-weight: 700;
}

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

.icon-medium {
  height: 3rem;
}

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

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

.text-weight-normal {
  font-weight: 400;
}

.fs-styleguide_section {
  grid-column-gap: 4rem;
  grid-row-gap: 2.5rem;
  color: var(--black);
  grid-template-rows: auto;
  grid-template-columns: .5fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: grid;
}

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

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

.icon-small {
  height: 2rem;
}

.show-mobile-portrait {
  display: none;
}

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

.background-color-brown {
  background-color: var(--misty-rose);
}

.hide {
  display: none;
}

.fs-styleguide_section-type {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  background-color: #000;
  padding: 1.25rem;
  font-size: 1rem;
  font-weight: 600;
}

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

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

.text-weight-xbold {
  font-weight: 800;
}

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

.form-wrapper {
  margin-bottom: 0;
}

.text-style-muted {
  opacity: .6;
}

.text-size-small {
  font-size: .875rem;
}

.text-rich-text h1 {
  margin-top: 2rem;
  margin-bottom: 1.5rem;
}

.text-rich-text h2, .text-rich-text h3, .text-rich-text h4 {
  margin-top: 1.5rem;
  margin-bottom: 1rem;
}

.text-rich-text h5 {
  margin-top: 1.25rem;
  margin-bottom: .75rem;
}

.text-rich-text h6 {
  margin-top: 1.25rem;
  margin-bottom: .5rem;
}

.text-rich-text p, .text-rich-text blockquote, .text-rich-text ul {
  margin-bottom: .75rem;
}

.max-width-xlarge {
  width: 100%;
  max-width: 64rem;
}

.icon-large {
  height: 4rem;
}

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

.form-radio {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.heading-xlarge {
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.max-width-xsmall {
  width: 100%;
  max-width: 16rem;
}

.form-input {
  background-color: rgba(0, 0, 0, 0);
  min-height: 3rem;
  margin-bottom: .75rem;
  padding: .5rem 1rem;
}

.form-input.is-text-area {
  min-height: 8rem;
  padding-top: .75rem;
}

.max-width-xxsmall {
  width: 100%;
  max-width: 12rem;
}

.page-wrapper {
  overflow: hidden;
}

.text-size-tiny {
  font-size: .75rem;
}

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

.form-checkbox-icon {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-checked {
  background-size: 90%;
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
}

.form-checkbox-icon.w--redirected-focus {
  border-radius: .125rem;
  width: .875rem;
  height: .875rem;
  margin: 0 .5rem 0 0;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

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

.max-width-xxlarge {
  width: 100%;
  max-width: 80rem;
}

.background-color-black {
  color: #f5f5f5;
  background-color: #000;
}

.text-style-quote {
  border-left: .25rem solid #e2e2e2;
  margin-bottom: 0;
  padding: .75rem 1.25rem;
  font-size: 1.25rem;
  line-height: 1.5;
}

.fs-styleguide_classes {
  display: none;
}

.align-center {
  margin-left: auto;
  margin-right: auto;
}

.fs-styleguide_1-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.fs-styleguide_1-col.gap-medium {
  grid-row-gap: 2.5rem;
}

.spacing-clean {
  margin: 0;
  padding: 0;
}

.page-padding {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.fs-styleguide_2-col {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: 1fr;
  justify-content: start;
  display: grid;
}

.text-align-right {
  text-align: right;
}

.show-tablet {
  display: none;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.text-color-grey {
  color: gray;
}

.form-radio-icon {
  width: .875rem;
  height: .875rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: .5rem;
}

.form-radio-icon.w--redirected-checked {
  border-width: .25rem;
  width: .875rem;
  height: .875rem;
}

.form-radio-icon.w--redirected-focus {
  width: .875rem;
  height: .875rem;
  box-shadow: 0 0 .25rem 0 #3898ec;
}

.show-mobile-landscape {
  display: none;
}

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

.max-width-small {
  width: 100%;
  max-width: 20rem;
}

.icon-1x1-large {
  width: 4rem;
  height: 4rem;
}

.form-checkbox {
  flex-direction: row;
  align-items: center;
  margin-bottom: .5rem;
  padding-left: 0;
  display: flex;
}

.form-message-error {
  margin-top: .75rem;
  padding: .75rem;
}

.utility_component {
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding-left: 1.25rem;
  padding-right: 1.25rem;
  display: flex;
}

.utility_form-block {
  text-align: center;
  flex-direction: column;
  max-width: 20rem;
  display: flex;
}

.utility_form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.utility_image {
  margin-bottom: .5rem;
  margin-left: auto;
  margin-right: auto;
}

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

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

.margin-tiny {
  margin: .125rem;
}

.margin-xxsmall {
  margin: .25rem;
}

.margin-xsmall {
  margin: .5rem;
}

.margin-small {
  margin: 1rem;
}

.margin-medium {
  margin: 2rem;
}

.margin-large {
  margin: 3rem;
}

.margin-xlarge {
  margin: 4rem;
}

.margin-xxlarge {
  margin: 5rem;
}

.margin-huge {
  margin: 6rem;
}

.margin-xhuge {
  margin: 8rem;
}

.margin-xxhuge {
  margin: 12rem;
}

.margin-0 {
  margin: 0;
}

.padding-0 {
  padding: 0;
}

.padding-tiny {
  padding: .125rem;
}

.padding-xxsmall {
  padding: .25rem;
}

.padding-xsmall {
  padding: .5rem;
}

.padding-small {
  padding: 1rem;
}

.padding-medium {
  padding: 2rem;
}

.padding-large {
  padding: 3rem;
}

.padding-xlarge {
  padding: 4rem;
}

.padding-xxlarge {
  padding: 5rem;
}

.padding-huge {
  padding: 6rem;
}

.padding-xhuge {
  padding: 8rem;
}

.padding-xxhuge {
  padding: 12rem;
}

.text-style-allcaps {
  text-transform: uppercase;
}

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

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

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

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

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

.margin-vertical.margin-custom1 {
  margin-top: 20px;
  margin-bottom: 30px;
}

.margin-horizontal {
  margin-top: 0;
  margin-bottom: 0;
}

.margin-horizontal.margin-custom1 {
  margin-left: 2rem;
  margin-right: 2rem;
}

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

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

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

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

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

.padding-vertical.padding-custom1 {
  padding-top: .5rem;
  padding-bottom: 1rem;
}

.padding-horizontal {
  padding-top: 0;
  padding-bottom: 0;
}

.overflow-scroll {
  overflow: scroll;
}

.overflow-auto {
  overflow: auto;
}

.fs-styleguide_background-spacer {
  height: 5rem;
}

.text-style-nowrap {
  white-space: nowrap;
}

.heading-small {
  font-size: 1.25rem;
  font-weight: 700;
  line-height: 1.4;
}

.heading-xsmall {
  font-size: .875rem;
  font-weight: 700;
  line-height: 1.5;
}

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

.fs-styleguide_version-details {
  z-index: 5;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-weight: 500;
}

.fs-styleguide_page-header {
  border-bottom: 2px solid #e6e6e6;
  margin-bottom: 2rem;
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.button-secondary {
  justify-content: center;
  align-items: center;
  transition: all .35s;
  display: flex;
}

.button-secondary.nave, .button-secondary.hide-tablet {
  display: none;
}

.btn-icon-text-wrapper {
  grid-column-gap: 16px;
  background-color: var(--tomato);
  color: var(--white);
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  display: flex;
}

.btn-icon-text-wrapper.dark {
  background-color: var(--black);
  width: 100%;
  display: none;
}

.btn-icon-text-wrapper.dark.hero {
  height: 56px;
}

.btn-icon-text-wrapper.pricing {
  width: 100%;
}

.image-2 {
  height: 100%;
}

.image-2.hero {
  background-color: var(--black);
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  transform: rotate(180deg);
}

.button-dark {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.button-dark.hero {
  grid-column-gap: 0px;
  flex-direction: row;
  align-items: stretch;
  margin-left: 0;
  margin-right: 0;
}

.nav-wrapper {
  grid-column-gap: 3.25rem;
  justify-content: space-between;
  align-items: center;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-link {
  margin-left: 20px;
  margin-right: 20px;
  transition: all .2s;
}

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

.nav-menu {
  margin-right: auto;
  display: none;
}

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

.footer {
  background-color: var(--black);
  text-align: center;
  align-items: flex-start;
  padding-top: 20px;
  padding-left: 0;
  padding-right: 0;
}

.footer-flex-container {
  grid-column-gap: 5rem;
  text-align: left;
  border-top: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.footer-logo-link {
  flex: 0 auto;
  min-width: 60px;
  max-height: 60px;
}

.footer-image {
  object-fit: contain;
  object-position: 0% 50%;
  width: 100%;
  height: 100%;
}

.footer-link-wrapper {
  grid-column-gap: 5rem;
  color: #fff;
  justify-content: center;
  align-items: center;
  display: flex;
}

.foter-text-wrapper {
  color: #fff;
  border-top: 1px solid rgba(255, 255, 255, .2);
  justify-content: space-between;
  padding-top: 2rem;
  padding-bottom: 2rem;
  display: flex;
}

.logo-link {
  padding-left: 0;
}

.image-3 {
  width: 148px;
}

.section-home-header {
  position: relative;
  overflow: hidden;
}

.home-header-component {
  grid-column-gap: 0px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-top: 4rem;
  padding-bottom: 0;
  display: grid;
}

.home-seader-left-wrapper {
  z-index: 10;
  margin-right: -138px;
  position: relative;
}

.home-header-icon-text-wrapper {
  align-items: center;
  display: flex;
}

.text-color-orange {
  color: var(--tomato);
}

.image-4 {
  z-index: -10;
  width: 650px;
  max-width: none;
}

.scroller-component {
  border-top: 1px solid var(--black);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  margin-top: 60px;
  padding-top: 40px;
  padding-bottom: 40px;
  display: flex;
}

.link-block {
  grid-column-gap: 1rem;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section-business {
  position: relative;
}

.business-component {
  padding-top: 6rem;
  padding-bottom: 6rem;
}

.business-heading-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 6rem;
  display: flex;
  position: relative;
}

.business-content-wrapper {
  grid-column-gap: 72px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.image-5 {
  position: absolute;
  top: auto;
  bottom: -9%;
  left: auto;
  right: 21%;
}

.home-left-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-top: 72px;
  display: flex;
}

.white-line {
  background-color: var(--white);
  height: 1px;
}

.business-button-wrapper {
  justify-content: flex-end;
  margin-left: auto;
  margin-right: 0;
  display: flex;
}

.business-card {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.white-bg-business {
  z-index: -10;
  background-color: var(--white);
  height: 50%;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.how-it-heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 8rem;
  display: flex;
}

.how-it-component {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  display: flex;
}

.how-it-line {
  background-color: var(--black);
  width: 100%;
  height: 6px;
  margin-bottom: 8px;
}

.heading-2 {
  flex: none;
}

.how-it-card {
  width: 30%;
}

.how-it-number-wrapper {
  justify-content: space-between;
  margin-bottom: 10px;
  display: flex;
}

.number-heading {
  filter: invert();
  color: #fff;
  text-shadow: 0 1px #f6e9e2, 0 -1px #f6e9e2, -1px 0 #f6e9e2, 1px 0 #f6e9e2;
  font-size: 6.5rem;
}

.testimonial-component {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .4fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.testimonial-component.hide {
  display: none;
}

.testimonial-right-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 440px;
  display: flex;
  position: relative;
}

.testimonial-image {
  width: 100px;
  height: 100px;
  margin: auto;
  transition: all .4s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-image:hover {
  transform: scale(1.1);
}

.testimonial-image._2 {
  width: 80px;
  height: 80px;
  top: -44%;
  left: 44%;
}

.testimonial-image._3 {
  width: 90px;
  height: 90px;
  bottom: -33%;
  left: 65%;
}

.testimonial-image._4 {
  width: 50px;
  height: 50px;
  bottom: -66%;
  left: 26%;
}

.testimonial-image._5 {
  width: 50px;
  height: 50px;
  top: -19%;
  left: 90%;
}

.testimonial-image._6 {
  width: 90px;
  height: 90px;
  top: -55%;
  left: -49%;
}

.testimonial-image._7 {
  bottom: -44%;
  left: -67%;
}

.testimonial-image.shade {
  opacity: .5;
}

.testimonial-heading-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  flex-direction: row;
  align-items: flex-end;
  margin-bottom: 4rem;
  display: flex;
}

.benefits-top-component {
  grid-column-gap: 84px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.benefits-btm-component {
  grid-column-gap: 128px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  padding: 8rem 4rem;
  display: grid;
  position: relative;
  overflow: hidden;
}

.text-size-large-40px {
  font-size: 2.5rem;
  font-weight: 500;
  line-height: 115%;
}

.benefits-top-right-wrapper {
  padding-bottom: 120px;
  padding-right: 8rem;
}

.color-large-text {
  font-size: 3rem;
  font-weight: 500;
  line-height: 110%;
}

.color-large-text.text-color-pink {
  color: var(--hot-pink);
}

.color-large-text.text-color-yellow {
  color: var(--gold);
}

.color-large-text.text-color-sky-blue {
  color: var(--sky-blue);
}

.benifit-bg-image-1 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.benifit-bg-image-2 {
  position: absolute;
  top: -16%;
  bottom: auto;
  left: auto;
  right: 3%;
}

.slide {
  width: 340px;
}

.slide-arrow-left {
  margin-left: 0;
  margin-right: 0;
  position: relative;
}

.slide-arrow-right {
  margin-left: 0;
  margin-right: auto;
  position: relative;
  top: -34px;
  left: 81px;
}

.slide-arrow-right-icon {
  transform: rotate(-90deg);
}

.slide-arrow-left-icon {
  transform: rotate(90deg);
}

.slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  height: 470px;
  display: flex;
}

.slide-image-wrapper {
  width: 85%;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.mask {
  width: 340px;
  overflow: visible;
}

.slide-image {
  width: 100%;
  transition: all .2s;
}

.slide-image:hover {
  transform: scale(1.05);
}

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

.latest-heading-wrapper {
  text-align: center;
}

.latest-line {
  background-color: rgba(1, 2, 2, .5);
  width: 100%;
  height: .5px;
  position: relative;
  top: auto;
  bottom: 150px;
  left: 0%;
  right: 0%;
}

.section-pricing {
  position: relative;
}

.section-pricing.none {
  display: none;
}

.pricing-component {
  grid-column-gap: 39px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4rem;
  margin-bottom: 4rem;
  display: grid;
}

.pricing-card {
  grid-row-gap: 8px;
  border: 4px solid var(--black);
  border-radius: 40px;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  padding: 2rem;
  transition: all .5s;
  display: flex;
}

.pricing-card:hover {
  transform: translate(0, -10px);
}

.pricing-card.background-color-black.white-brdr {
  border-color: var(--white);
  display: none;
}

.price-line-text-wrapper {
  grid-column-gap: 8px;
  align-items: center;
  display: flex;
}

.text-size-xlarge {
  font-size: 2rem;
}

.small-para {
  font-size: 1rem;
}

.image-6 {
  width: 30px;
}

.procing-bg-image-1 {
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.procing-bg-image-2 {
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
  transform: rotate(180deg);
}

.section-faq {
  display: none;
  position: relative;
  overflow: hidden;
}

.accrodian-item {
  background-color: var(--misty-rose);
  border-radius: 18px;
  width: 100%;
  margin-bottom: 20px;
  padding: 15px 30px;
}

.accrodian-toggle {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  padding: 0;
  display: flex;
}

.accrodian-toggle.w--open {
  padding: 0;
}

.blog-accrodian-question {
  font-family: Clashdisplay, sans-serif;
  font-size: 1.4rem;
  font-weight: 500;
}

.faq-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 31px;
  padding: 0;
  display: flex;
  position: relative;
}

.faq-icon-line {
  background-color: var(--black);
  border-radius: 10px;
  width: 3px;
  height: 15px;
  position: absolute;
}

.faq-icon-line-2 {
  background-color: var(--black);
  border-radius: 10px;
  width: 15px;
  height: 3px;
}

.dropdown-list {
  position: relative;
}

.dropdown-list.w--open {
  background-color: rgba(0, 0, 0, 0);
  margin-top: 41px;
  padding-right: 127px;
}

.accrodian-ans {
  color: #fff;
  letter-spacing: -.5px;
}

.faq-bg-image {
  position: absolute;
  top: 4%;
  bottom: auto;
  left: -1%;
  right: auto;
}

.section-cta {
  display: none;
}

.cta-component {
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  flex-direction: column;
  display: flex;
}

.cta-top-wrapper {
  text-align: center;
  flex-direction: column;
  align-items: center;
  margin-top: 2rem;
  margin-bottom: 2rem;
  display: flex;
}

.text-color-yellow {
  color: var(--gold);
}

.text-style-change {
  letter-spacing: 2px;
  font-weight: 300;
}

.cta-top-heading-wrapper {
  font-size: 1rem;
  position: relative;
}

.image-7 {
  position: absolute;
  top: auto;
  bottom: -7%;
  left: auto;
  right: 16%;
}

.image-8 {
  width: 50px;
  margin: -6px 11px 11px;
  padding-left: 0;
  padding-right: 0;
}

.container-xsmall {
  width: 100%;
  max-width: 38rem;
  margin-left: auto;
  margin-right: auto;
}

.heading-3, .heading-3.text-color-yellow {
  display: inline-block;
}

.tabs {
  grid-column-gap: 40px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: "."
  / .4fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: flex-start;
  display: grid;
}

.tabs-menu {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60%;
  height: 440px;
  display: flex;
}

.tab-link-tab-1 {
  opacity: .5;
  background-color: rgba(0, 0, 0, 0);
  border-radius: 100%;
  padding: 0;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 5%;
  right: auto;
}

.tab-link-tab-1.w--current {
  opacity: 1;
  outline-color: var(--tomato);
  outline-offset: 4px;
  background-color: rgba(0, 0, 0, 0);
  outline-width: 3px;
  outline-style: solid;
}

.tab-link-tab-1._2 {
  top: -4%;
  bottom: auto;
  left: auto;
  right: 7%;
}

.tab-link-tab-1._3 {
  top: auto;
  bottom: 6%;
  left: 3%;
  right: auto;
}

.tab-link-tab-1._4 {
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.tab-link-tab-1._5 {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.testimonial-pic {
  width: 120px;
  transition: all .4s;
}

.testimonial-pic:hover {
  transform: scale(1.05);
}

.paragraph-2, .paragraph-3 {
  font-size: 1.2rem;
}

.list-bold {
  font-weight: 700;
}

.social-link-wrapper {
  grid-column-gap: 2.5rem;
  grid-row-gap: 2.5rem;
  color: var(--white);
  align-items: center;
  display: flex;
}

.section_browse-work {
  position: relative;
}

.section_browse-work.background-color-white.none {
  display: none;
}

.work_images-wrapper {
  justify-content: center;
  align-items: center;
  min-height: 100svh;
  max-height: 60rem;
  display: flex;
}

.button-group {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-wrap: wrap;
  align-items: center;
  display: flex;
}

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

.work_background-images {
  z-index: -1;
  background-color: var(--white);
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
  overflow: hidden;
}

.image-overlay-layer {
  z-index: 1;
  background-image: linear-gradient(to top, var(--white), rgba(255, 255, 255, 0) 83%);
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work_images-layout {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: auto;
  grid-auto-columns: auto;
  grid-auto-flow: column;
  width: 100%;
  padding-left: 1rem;
  padding-right: 1rem;
  display: grid;
}

.work_image-column {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

.work_image-column.image-column-1 {
  margin-top: -20%;
}

.work_image-column.image-column-2 {
  margin-top: -50%;
}

.work_image-column.image-column-3 {
  margin-top: 0%;
}

.work_image-column.image-column-4 {
  margin-top: -30%;
}

.work_image-column.image-column-5 {
  margin-top: -20%;
}

.work_image-list {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  height: 100%;
  display: grid;
}

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

.work_image-wrapper.is-rectangular {
  padding-top: 85%;
}

.work_image-wrapper.is-vertical {
  padding-top: 120%;
}

.work_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.work_component-desktop {
  z-index: 1;
  position: relative;
}

.work_component-mobile {
  display: none;
  overflow: hidden;
}

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

.gallery_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  align-items: start;
}

.gallery_slider {
  background-color: rgba(0, 0, 0, 0);
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100%;
  padding-bottom: 5rem;
  position: relative;
}

.gallery_mask {
  width: 25%;
  overflow: visible;
}

.gallery_slide {
  padding-right: 2rem;
}

.gallery23_lightbox-link {
  width: 100%;
}

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

.gallery_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.gallery23_arrow {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery23_arrow.is-left {
  right: 4rem;
}

.gallery23_arrow-icon {
  color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1rem;
  height: 1rem;
  display: flex;
}

.gallery_slide-nav {
  height: 1.75rem;
  font-size: .5rem;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.gallery_arrow {
  background-color: rgba(0, 0, 0, 0);
  border: 1px solid rgba(0, 0, 0, 0);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3rem;
  height: 3rem;
  display: flex;
  top: auto;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.gallery_arrow.is-left {
  right: 4rem;
}

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

.banner5_wrapper {
  background-color: #000;
  border: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  padding: .5rem 1rem;
  display: flex;
  position: relative;
}

.banner5_content {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  display: flex;
}

.banner5_close-button {
  margin-left: 1rem;
}

.icon-embed-small {
  color: #fff;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.text-block {
  color: #fff;
}

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

.heading-4 {
  font-size: 4.2rem;
}

.heading-5 {
  padding-top: 120px;
  padding-left: 4rem;
}

._151 {
  justify-content: center;
  align-items: center;
  font-size: 6.2rem;
  font-weight: 900;
  line-height: 90%;
  display: flex;
}

@media screen and (max-width: 991px) {
  .hide-tablet {
    display: none;
  }

  .fs-styleguide_section {
    grid-column-gap: 2.5rem;
    grid-template-columns: 1fr;
  }

  .show-tablet {
    display: block;
  }

  .max-width-full-tablet {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.5rem;
  }

  .margin-large {
    margin: 2.5rem;
  }

  .margin-xlarge {
    margin: 3rem;
  }

  .margin-xxlarge {
    margin: 4rem;
  }

  .margin-huge {
    margin: 5rem;
  }

  .margin-xhuge {
    margin: 6rem;
  }

  .margin-xxhuge {
    margin: 8rem;
  }

  .padding-medium {
    padding: 1.5rem;
  }

  .padding-large {
    padding: 2.5rem;
  }

  .padding-xlarge {
    padding: 3rem;
  }

  .padding-xxlarge {
    padding: 4rem;
  }

  .padding-huge {
    padding: 5rem;
  }

  .padding-xhuge {
    padding: 6rem;
  }

  .padding-xxhuge {
    padding: 8rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-right.padding-xhuge.mobile-custom {
    padding-right: 2rem;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .button-secondary {
    margin-left: auto;
    margin-right: auto;
  }

  .button-secondary.nave {
    align-items: flex-end;
    display: flex;
    position: absolute;
    top: auto;
    bottom: 4%;
    left: 0%;
    right: 0%;
  }

  .btn-icon-text-wrapper.nav {
    width: 60vw;
  }

  .nav-wrapper {
    grid-column-gap: 1rem;
  }

  .nav-link {
    color: var(--white);
    text-align: left;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 0;
    font-size: 1.8rem;
    position: static;
  }

  .nav-menu {
    background-color: var(--black);
    height: 100vh;
    padding-top: 29%;
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .foter-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .logo-link {
    z-index: 100;
  }

  .menu-button {
    display: none;
  }

  .menu-button.w--open {
    z-index: 100;
    background-color: rgba(0, 0, 0, 0);
  }

  .home-header-component {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .home-seader-left-wrapper {
    margin-right: 0;
  }

  .image-4 {
    width: 100%;
    position: static;
  }

  .home-left-content-wrapper {
    margin-top: 10px;
  }

  .how-it-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
  }

  .heading-2 {
    flex: 0 auto;
    font-size: 2.5rem;
  }

  .how-it-card {
    width: 100%;
  }

  .number-heading {
    font-size: 5rem;
  }

  .benefits-top-component {
    grid-column-gap: 12px;
    flex-flow: column;
    display: flex;
  }

  .benefits-btm-component {
    grid-column-gap: 28px;
    grid-row-gap: 40px;
    flex-flow: column;
    padding-top: 4rem;
    display: flex;
  }

  .benefits-top-right-wrapper {
    padding-bottom: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .pricing-component {
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
  }

  .procing-bg-image-1, .procing-bg-image-2 {
    z-index: -10;
  }

  .accrodian-item {
    border-radius: 24px;
  }

  .blog-accrodian-question {
    font-size: 1.2rem;
  }

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

  .image-7 {
    bottom: -10%;
    right: 22.8vw;
  }

  .image-8 {
    top: 64.986px;
    left: 67.7vw;
  }

  .paragraph {
    margin-bottom: 2rem;
  }

  .work_image-column.image-column-4, .work_image-column.image-column-5 {
    display: none;
  }

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

  .link {
    text-align: left;
  }

  .icon {
    display: none;
  }

  .heading-5 {
    padding-top: 60px;
  }

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

  .image-12 {
    max-width: 40%;
    display: block;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 2.5rem;
  }

  h2 {
    font-size: 2rem;
  }

  h3 {
    font-size: 1.5rem;
  }

  h4, p {
    font-size: 1rem;
  }

  .fs-styleguide_row.is-for-social-icons {
    grid-template-rows: auto auto;
  }

  .fs-styleguide_3-col {
    grid-template-columns: 1fr 1fr;
  }

  .fs-styleguide_color-sample {
    padding: 2.5rem 2rem;
  }

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

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

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

  .fs-styleguide_section-type {
    font-size: .875rem;
  }

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

  .hide-mobile-landscape {
    display: none;
  }

  .page-padding {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .show-mobile-landscape {
    display: block;
  }

  .max-width-full-mobile-landscape {
    width: 100%;
    max-width: none;
  }

  .margin-medium {
    margin: 1.25rem;
  }

  .margin-large {
    margin: 1.5rem;
  }

  .margin-xlarge {
    margin: 2rem;
  }

  .margin-xxlarge {
    margin: 3rem;
  }

  .margin-huge {
    margin: 3.5rem;
  }

  .margin-xhuge {
    margin: 4rem;
  }

  .margin-xxhuge {
    margin: 4.5rem;
  }

  .padding-medium {
    padding: 1.25rem;
  }

  .padding-large {
    padding: 1.5rem;
  }

  .padding-xlarge {
    padding: 2rem;
  }

  .padding-xxlarge {
    padding: 3rem;
  }

  .padding-huge {
    padding: 3.5rem;
  }

  .padding-xhuge {
    padding: 4rem;
  }

  .padding-xxhuge {
    padding: 4.5rem;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

  .margin-horizontal.margin-custom1 {
    margin-left: 1rem;
    margin-right: 1rem;
  }

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

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

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

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

  .padding-right.padding-xhuge.mobile-custom {
    padding-right: 2rem;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .text-style-nowrap {
    white-space: normal;
  }

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

  .fs-styleguide_version-details {
    font-size: .875rem;
  }

  .fs-styleguide_page-header {
    margin-bottom: 0;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .btn-icon-text-wrapper.nav {
    width: 80vw;
  }

  .nav-wrapper {
    grid-column-gap: .25rem;
  }

  .footer-flex-container {
    grid-column-gap: 5rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .footer-image {
    object-fit: contain;
  }

  .footer-link-wrapper.text-size-regular {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
    justify-content: flex-start;
  }

  .foter-text-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .home-header-component {
    padding-top: 2rem;
    padding-bottom: 0;
  }

  .home-seader-left-wrapper {
    margin-right: 0;
  }

  .image-4 {
    width: 100%;
  }

  .business-component {
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .business-heading-wrapper {
    margin-bottom: 4rem;
  }

  .business-content-wrapper {
    grid-row-gap: 31px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
  }

  .image-5 {
    width: 60%;
    right: 12%;
  }

  .how-it-heading-wrapper {
    margin-bottom: 4rem;
  }

  .how-it-component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-wrap: wrap;
  }

  .how-it-card {
    width: 100%;
  }

  .testimonial-component {
    grid-column-gap: 5px;
    grid-template: "Area"
                   "Area-2"
                   / 1fr;
  }

  .testimonial-right-wrapper {
    height: 320px;
  }

  .testimonial-image._2.shade {
    top: -49%;
  }

  .testimonial-image._3.shade {
    left: 59%;
  }

  .testimonial-image._4.shade {
    left: 13%;
  }

  .testimonial-image._5.shade {
    left: 84%;
  }

  .testimonial-image._6.shade {
    left: -58%;
  }

  .testimonial-image._7.shade {
    left: -73%;
  }

  .testimonial-heading-wrapper {
    margin-bottom: 2rem;
  }

  .benefits-top-component {
    flex-direction: column;
    padding: 1.2rem;
    display: flex;
  }

  .benefits-btm-component {
    grid-row-gap: 48px;
    grid-template-rows: auto auto auto;
    grid-template-columns: 1fr;
    padding: 6rem 1.3rem;
  }

  .text-size-large-40px {
    font-size: 1.25rem;
  }

  .benefits-top-right-wrapper {
    padding-left: 0;
    padding-right: 0;
  }

  .color-large-text {
    font-size: 2.5rem;
  }

  .benifit-bg-image-1 {
    width: 20%;
  }

  .benifit-bg-image-2 {
    width: 10%;
    top: -4%;
    bottom: auto;
    left: auto;
    right: 4%;
  }

  .slide {
    width: 230px;
  }

  .slide-arrow-right {
    top: -31px;
    left: 69px;
  }

  .slider {
    justify-content: center;
    height: 340px;
  }

  .slide-image-wrapper {
    border-top-right-radius: 50px;
    border-bottom-left-radius: 50px;
  }

  .mask {
    width: 230px;
  }

  .procing-bg-image-1, .procing-bg-image-2 {
    width: 25%;
  }

  .accrodian-item {
    padding-left: 22px;
    padding-right: 21px;
  }

  .blog-accrodian-question {
    white-space: pre-wrap;
    width: 92%;
    font-size: 1rem;
    line-height: 120%;
  }

  .image-7 {
    width: 40%;
    right: 28vw;
  }

  .image-8 {
    width: 30px;
    margin-top: 5px;
    margin-bottom: 12px;
  }

  .heading-3 {
    line-height: 120%;
  }

  .tabs {
    flex-direction: column-reverse;
    display: flex;
  }

  .tabs-content {
    width: 100%;
  }

  .tabs-menu {
    height: 300px;
  }

  .tab-link-tab-1 {
    width: 100px;
  }

  .tab-link-tab-1._2 {
    top: 1%;
    right: 1%;
  }

  .tab-link-tab-1._4 {
    bottom: 7%;
    right: 3%;
  }

  .work_image-column.image-column-3 {
    display: none;
  }

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

  .gallery_mask {
    width: 50%;
  }

  .gallery_slide {
    padding-right: 1.5rem;
  }

  .gallery23_arrow.is-left, .gallery_arrow.is-left {
    right: 3.5rem;
  }

  .banner5_wrapper {
    padding-right: .5rem;
  }

  .banner5_content {
    justify-content: flex-start;
    align-items: flex-start;
    margin-left: 0;
    margin-right: 1rem;
  }

  .banner5_close-button {
    margin-left: 0;
  }

  .heading-5 {
    padding-left: 1.25rem;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 10vw;
  }

  h2 {
    font-size: 8vw;
  }

  p {
    line-height: 130%;
  }

  .text-size-regular {
    font-size: .9rem;
  }

  .show-mobile-portrait {
    display: block;
  }

  .hide-mobile-portrait {
    display: none;
  }

  .fs-styleguide_2-col {
    grid-template-columns: auto;
  }

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

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

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

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

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

  .margin-horizontal {
    margin-top: 0;
    margin-bottom: 0;
  }

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

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

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

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

  .padding-right.padding-xhuge.mobile-custom {
    padding-right: 0;
  }

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

  .padding-horizontal {
    padding-top: 0;
    padding-bottom: 0;
  }

  .max-width-full-mobile-portrait {
    width: 100%;
    max-width: none;
  }

  .nav-wrapper {
    grid-column-gap: 0rem;
  }

  .nav-menu {
    padding-top: 52%;
  }

  .footer {
    text-align: left;
  }

  .footer-flex-container {
    flex-direction: column;
  }

  .footer-logo-link {
    height: 60px;
  }

  .foter-link {
    font-size: 1rem;
  }

  .footer-link-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-wrap: wrap;
    justify-content: space-between;
  }

  .footer-link-wrapper.text-size-regular, .foter-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .menu-button {
    padding: 12px;
  }

  .home-header-component {
    padding-bottom: 0;
  }

  .scroller-component {
    margin-top: 0;
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .number-heading {
    font-size: 4rem;
  }

  .benefits-top-right-wrapper {
    padding-bottom: 40px;
  }

  .benifit-bg-image-1 {
    width: 30%;
  }

  .slide {
    width: 100%;
  }

  .slide-arrow-left {
    justify-content: center;
    align-items: center;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: -62px;
    left: -100px;
    right: 0%;
  }

  .slide-arrow-right {
    justify-content: center;
    align-items: center;
    width: 40px;
    margin-left: auto;
    margin-right: auto;
    display: block;
    position: absolute;
    top: auto;
    bottom: -62px;
    left: 100px;
    right: 0%;
  }

  .slider {
    flex-direction: column;
    height: 100%;
  }

  .mask {
    width: 100%;
  }

  .slider-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    align-items: center;
  }

  .latest-heading-wrapper {
    text-align: left;
  }

  .latest-line {
    position: static;
  }

  .latest-line.custom {
    margin-top: 3.7rem;
  }

  .accrodian-item {
    height: 100%;
    padding: 22px 10px;
  }

  .accrodian-toggle {
    justify-content: flex-end;
  }

  .blog-accrodian-question {
    white-space: normal;
    width: 90%;
    font-size: 15px;
  }

  .accrodian-ans {
    font-size: .9rem;
  }

  .faq-bg-image {
    top: 4%;
    left: -55vw;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    height: 100vw;
  }

  .tab-link-tab-1 {
    width: 20vw;
  }

  .image-10 {
    width: 50px;
    height: 50px;
  }

  .work_component-desktop {
    display: none;
  }

  .work_component-mobile {
    display: block;
  }

  .gallery_slider {
    padding-bottom: 7rem;
  }

  .gallery_mask {
    width: 100%;
  }

  .gallery_image-wrapper {
    padding-top: 80%;
    display: inline-block;
  }

  .gallery23_arrow.is-left {
    top: auto;
    bottom: 0%;
    left: -4rem;
    right: 0%;
  }

  .gallery23_arrow.is-right {
    top: auto;
    bottom: 0%;
    left: 4rem;
    right: 0%;
    transform: rotate(180deg);
  }

  .gallery_slide-nav {
    justify-content: center;
    margin-left: auto;
    margin-right: auto;
    display: block;
    top: auto;
    bottom: 4rem;
    left: 0%;
    right: 0%;
  }

  .image-11 {
    flex: 1;
    align-self: stretch;
  }

  .gallery_arrow.is-left {
    top: auto;
    bottom: 0%;
    left: -4rem;
    right: 0%;
  }

  .gallery_arrow.is-right {
    top: auto;
    bottom: 0%;
    left: 4rem;
    right: 0%;
    transform: rotate(180deg);
  }

  .heading-4 {
    font-size: 2.1rem;
  }

  .image-12 {
    max-width: 60%;
  }
}

#w-node-_1662a8b2-9817-d693-e5c0-db8c42d867cc-c994f14b {
  align-self: center;
}

#w-node-_99e269f4-1f80-8ee1-33b5-612c6857fd41-c994f14b {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-f32ca58d-a2a7-9e5d-9c82-316986add776-c994f14b, #w-node-a377f4f3-ce2b-20bc-c481-0c32101c316e-c994f14b {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (max-width: 991px) {
  #w-node-_4139dde8-cf96-2243-9c93-ffdf95943c01-c994f14b {
    grid-area: 2 / 1 / 2 / 2;
  }

  #w-node-a0962de2-51f4-12b4-1668-ceb2688d9ba6-c994f14b {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_574f8048-9259-4441-7d11-54e448636af5-c994f14b {
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_1662a8b2-9817-d693-e5c0-db8c42d867cc-c994f14b {
    grid-area: Area-2;
  }

  #w-node-_99e269f4-1f80-8ee1-33b5-612c6857fd41-c994f14b {
    grid-area: Area;
  }
}


@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Extralight.otf') format('opentype');
  font-weight: 200;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Semibold.otf') format('opentype');
  font-weight: 600;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Clashdisplay';
  src: url('../fonts/ClashDisplay-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Black.otf') format('opentype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Satoshi';
  src: url('../fonts/Satoshi-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}