:root {
  --misty-rose: #e4d3ca;
  --black: #010202;
  --tomato: #e25536;
  --white: white;
  --nav-bar: rgba(228, 211, 202, .97);
  --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-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-size-medium.text-weight-bold {
  font-size: 1.75rem;
}

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

.form {
  grid-column-gap: 2px;
  grid-row-gap: 2px;
  flex-direction: column;
  display: flex;
}

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

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

.page-padding.full-width {
  padding-left: 0;
  padding-right: 0;
}

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

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

.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-xhuge.services {
  padding-top: 0;
}

.padding-vertical.padding-xhuge.welcome {
  padding-top: 0;
  padding-bottom: 8rem;
}

.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 {
  display: none;
}

.image {
  transform: 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%;
}

.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;
  flex-direction: column;
  justify-content: space-around;
  align-items: flex-start;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
}

.nav-link {
  transition: all .2s;
}

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

.navbar {
  background-color: var(--nav-bar);
  position: fixed;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: 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%;
}

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

.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 {
  filter: hue-rotate(356deg);
  width: 95px;
}

.section-home-header {
  justify-content: center;
  margin-bottom: 80px;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  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: 6rem;
  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;
  padding-top: 20px;
  padding-bottom: 20px;
  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 {
  background-color: var(--black);
  position: static;
}

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

.business-heading-wrapper {
  text-align: center;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  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: none;
}

.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: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-bottom: 5rem;
  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-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 {
  display: none;
  position: relative;
}

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

.accrodian-item {
  background-color: var(--misty-rose);
  border-radius: 18px;
  width: 100%;
  margin-bottom: 20px;
  padding: 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: var(--white);
  letter-spacing: -.5px;
}

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

.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 {
  display: inline-block;
  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: 53px;
  grid-row-gap: 16px;
  flex-direction: row;
  grid-template: "."
  / .4fr 1fr;
  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: 100%;
  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 {
  border-radius: 5rem;
  width: 175px;
  transition: all .4s;
  box-shadow: 3px 3px 5px rgba(0, 0, 0, .2);
}

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

.paragraph {
  padding-bottom: 20px;
}

.paragraph-2 {
  padding-right: 75px;
  font-size: 1.2rem;
}

.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 {
  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: rgba(0, 0, 0, 0);
  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 {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.lottie-animation {
  margin-top: -78px;
  margin-bottom: 23px;
  padding-bottom: 82px;
}

.lottie-animation-2 {
  margin-top: -75px;
}

.lottie-animation-3 {
  aspect-ratio: auto;
}

.modal-div {
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.modal-closer {
  z-index: 99999;
  cursor: pointer;
  width: 30px;
  height: 30px;
  padding: 3px;
  transition: transform .2s ease-in-out;
  position: fixed;
  top: 20px;
  right: 20px;
}

.modal-closer:hover {
  transform: scale(1.1);
}

.button-2 {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: rgba(39, 39, 39, 0);
  border-radius: 0;
  padding: 0;
}

.modal-wrapper {
  z-index: 9999;
  cursor: default;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 50px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  overflow: hidden;
}

.bot-background {
  background-color: #272727;
  border-radius: 50%;
  width: 1vw;
  height: 1vw;
  margin-left: auto;
  margin-right: auto;
  display: block;
  position: absolute;
}

.modal {
  z-index: 10;
  color: #383838;
  cursor: default;
  background-color: #fff;
  border-radius: 2px;
  width: auto;
  max-width: 100%;
  padding: 25px 40px;
  position: relative;
  box-shadow: 0 7px 50px -9px rgba(0, 0, 0, .2);
}

.modal-title {
  letter-spacing: 1px;
  margin-bottom: 10px;
  font-family: Clashdisplay, sans-serif;
  font-size: 19px;
  font-weight: 600;
  line-height: 25px;
}

.paragraph-4, .paragraph-5 {
  text-transform: capitalize;
  font-family: Clashdisplay, sans-serif;
}

.form12_checkbox_wrap-3 {
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  margin-bottom: 2rem;
  display: flex;
}

.form12_checkbox_wrap-3.smaller_screens.no_bottom_space {
  flex-direction: row;
  flex: 0 auto;
  justify-content: center;
  align-self: stretch;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.form12_checkbox_label {
  border: 2px solid rgba(79, 92, 101, .1);
  display: none;
}

.title-left {
  margin-top: 15px;
  margin-left: 15px;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.text-small-caps {
  color: #94a2ab;
  letter-spacing: .05em;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 400;
  text-decoration: none;
}

.mobile-nav-bottom {
  display: none;
}

.form-full {
  justify-content: center;
  align-items: flex-start;
  min-height: auto;
  padding-top: 0;
  padding-left: 0%;
  padding-right: 0%;
  display: flex;
}

.previous-2 {
  opacity: .45;
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 100px;
  height: 35px;
  margin: auto auto 30px 30px;
  font-size: 14px;
  transition: opacity .2s;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 0%;
  left: 0%;
  right: auto;
}

.previous-2:hover {
  opacity: 1;
}

.form-section-title {
  color: #504a4a;
  letter-spacing: 0;
  text-transform: uppercase;
  margin-bottom: 20px;
  padding-top: 29px;
  font-family: Clashdisplay, sans-serif;
  font-size: 46px;
  font-weight: 600;
  line-height: 39px;
}

.h2_select-2 {
  opacity: 1;
  color: #94a2ab;
  text-transform: uppercase;
  order: 1;
  margin-top: 10px;
  margin-bottom: 5px;
  font-size: 14px;
  font-weight: 400;
  line-height: 21px;
}

.form-content-2 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-bottom: 0;
  display: flex;
}

.form-content-2.final {
  margin-bottom: 0;
}

.line-bottom {
  background-color: rgba(0, 0, 0, 0);
  height: 1px;
}

.buttonnext {
  letter-spacing: .025em;
  text-transform: uppercase;
  background-color: #363f45;
  border-radius: 4px;
  flex: 1;
  align-self: center;
  padding: 12px 32px;
  font-size: 15px;
  font-weight: 700;
  transition: all .35s ease-in;
}

.buttonnext:hover {
  opacity: .8;
  transform: translate(0, -6px);
}

.form12_checkbox_field {
  background-color: #fff;
  border: 1.2px solid rgba(62, 52, 200, .1);
  border-radius: 8px;
  flex-direction: column;
  justify-content: center;
  width: 150px;
  height: 55px;
  margin-bottom: 0;
  margin-right: 15px;
  padding: 22px;
  display: flex;
  position: relative;
  box-shadow: 1px 1px 35px rgba(198, 211, 255, .28);
}

.arrow {
  width: 16px;
  margin-right: 8px;
}

.slider-content-wrap-2 {
  text-align: center;
  background-color: rgba(0, 0, 0, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 50px 0 75px;
  display: flex;
  position: relative;
}

.previous-button-2 {
  opacity: 1;
  color: #94a2ab;
  text-indent: -2px;
  text-transform: uppercase;
  flex: none;
  align-self: center;
  padding: 5px 0;
  font-size: 14px;
  transition: opacity .2s ease-in;
}

.previous-button-2:hover {
  opacity: 1;
  border-bottom-color: rgba(0, 0, 0, .55);
}

.form-title-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 35px;
  display: flex;
}

.form-title-wrap.ci {
  margin-bottom: 1rem;
}

.form-wrapper-2 {
  margin-bottom: 0;
  padding: 0;
  display: block;
}

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

.next {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: 159px;
  height: 47px;
  margin: auto auto 25px;
  display: block;
  position: absolute;
  right: 35px;
  overflow: visible;
}

.error-message {
  text-align: center;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form-wrap-full {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 350px;
  display: flex;
}

.form07_link {
  color: #5b3acc;
  font-size: 13px;
  font-weight: 700;
}

.form07_link.hide {
  color: rgba(0, 0, 0, 0);
}

.field-title {
  color: #94a2ab;
  text-transform: uppercase;
  background-color: #fff;
  margin-bottom: 5px;
  padding-left: 6px;
  font-size: 14px;
  font-weight: 400;
}

.field-title._01 {
  background-color: rgba(0, 0, 0, 0);
}

.slide-2 {
  border-radius: 20px;
  flex-wrap: wrap;
  width: 100%;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  position: static;
}

.success-message {
  letter-spacing: 1px;
  padding: 50px;
}

.text-counter-2 {
  color: #94a2ab;
  margin-left: 5px;
  font-size: 14px;
}

.form12_field_wrap_02-3 {
  color: rgba(79, 92, 101, .8);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

.image-39 {
  border: 2px solid #4f5c65;
  border-radius: 4px;
}

.btn-2 {
  float: none;
  background-color: var(--tomato);
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  border: 1px #000;
  border-radius: 4px;
  flex: 0 auto;
  align-self: stretch;
  height: 55px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .35s;
  display: block;
}

.btn-2:hover {
  color: #fff;
  background-color: #4f5c65;
  border-color: #4f5c65;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn-2:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

.details-right {
  align-items: center;
  margin-top: 15px;
  margin-right: 15px;
  display: flex;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: auto;
  right: 0%;
}

.details-right.hide {
  display: none;
}

.form-wrap {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 390px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.form12_check_field-3 {
  border-color: rgba(79, 92, 101, .25);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  margin-right: 20px;
  padding-bottom: 10px;
  transition: all .25s;
  display: flex;
  box-shadow: 1px 1px 35px #f4f4f4;
}

.form12_check_field-3.product-card {
  background-color: #fff;
  border-width: 2px;
  border-color: #363f45;
  border-radius: 4px;
  flex-direction: column;
  flex: 0 auto;
  width: auto;
  height: auto;
  margin-left: 10px;
  margin-right: 10px;
  transition: all .35s;
  display: flex;
}

.form12_check_field-3.product-card:hover {
  transform: translate(0, -4px);
}

.slider-2 {
  background-color: rgba(0, 0, 0, 0);
  max-width: 700px;
  height: 100%;
  position: relative;
}

.form12_checkbox-3 {
  z-index: 5;
  opacity: 0;
  border: 2px solid rgba(0, 0, 0, 0);
  border-radius: 4px;
  order: 1;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  padding: 1.5rem;
  transition: all .35s;
  display: block;
  position: absolute;
  top: 0%;
  bottom: 0%;
  left: 0%;
  right: 0%;
}

.form12_checkbox-3:active {
  border: 1px solid #000;
}

.field-input-2 {
  color: rgba(79, 92, 101, .8);
  background-color: rgba(0, 0, 0, 0);
  background-image: linear-gradient(#fff, #fff);
  border: 2px solid #363f45;
  border-radius: 4px;
  width: 100%;
  min-height: 65px;
  font-size: 16px;
  transition: border-color .35s, opacity .35s;
}

.field-input-2:hover {
  color: #4f5c65;
}

.field-input-2:focus {
  color: rgba(79, 92, 101, .8);
  border-color: #ff6c2c;
}

.field-input-2::placeholder {
  color: rgba(148, 162, 171, .5);
  font-family: Varela Round, sans-serif;
}

.field-input-2._03 {
  flex: 0 auto;
  height: 125px;
  min-height: 125px;
  padding-bottom: 70px;
  display: block;
}

.field-input-2._03::placeholder {
  line-height: 1.8;
}

.form07_legal {
  color: rgba(16, 28, 46, .54);
  margin-top: 20px;
  margin-left: auto;
  margin-right: auto;
  font-size: 14px;
}

.form07_legal.legalhide {
  color: rgba(0, 0, 0, 0);
}

.modal-div-2 {
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: none;
  overflow: hidden;
}

.text-block, .text-block-2, .text-block-3, .text-block-4 {
  text-transform: capitalize;
}

.modal-div-nav {
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: flex;
  overflow: hidden;
}

.modal-div-nav-mobile, .modal-div-2-1 {
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: none;
  overflow: hidden;
}

.button-wrapper {
  color: #fff;
  border: 0 solid #fff;
  border-radius: 0;
  width: 250px;
  font-weight: 500;
  text-decoration: none;
  transition: box-shadow .2s;
  display: flex;
  box-shadow: 0 0 #000;
}

.button-wrapper:hover {
  box-shadow: none;
}

.modal-wrapper-2 {
  z-index: 99999;
  perspective: 850px;
  cursor: default;
  justify-content: center;
  align-items: center;
  padding: 40px;
  display: none;
  position: fixed;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.modal-body {
  z-index: 10;
  color: #313131;
  background-color: #fff;
  border-radius: 4px;
  position: relative;
  box-shadow: 0 9px 50px -14px #000;
}

.modal-title-2 {
  margin-bottom: 30px;
  font-size: 30px;
  line-height: 32px;
}

.modal-closer-2 {
  z-index: 5;
  background-color: rgba(0, 0, 0, .69);
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
}

.close-icon {
  z-index: 20;
  cursor: pointer;
  width: 25px;
  position: absolute;
  top: 30px;
  right: 30px;
}

.button-pop-up-div-dark {
  display: flex;
}

.modal-pop-up-div {
  cursor: pointer;
}

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

.btn-icon-text-wrapper-2 {
  grid-column-gap: 16px;
  color: #fff;
  background-color: #e25536;
  justify-content: center;
  align-items: center;
  height: 56px;
  padding-left: 1.4rem;
  padding-right: 1.4rem;
  display: flex;
}

.btn-icon-text-wrapper-2.nav {
  height: 40px;
}

.text-block-5 {
  text-transform: capitalize;
}

.image-42 {
  height: 100%;
}

.image-42.nav {
  height: 40px;
}

.btn-3 {
  float: none;
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  text-transform: uppercase;
  background-color: #e25536;
  border: 1px #000;
  border-radius: 4px;
  flex: 0 auto;
  align-self: stretch;
  height: 55px;
  margin-top: 10px;
  margin-bottom: 10px;
  padding: 11px 25px;
  font-size: 18px;
  font-weight: 700;
  line-height: 32px;
  text-decoration: none;
  transition: all .35s;
  display: block;
}

.btn-3:hover {
  color: #fff;
  background-color: #4f5c65;
  border-color: #4f5c65;
  transform: translate(0, -2px);
  box-shadow: 0 1px 3px rgba(0, 0, 0, .1);
}

.btn-3:active {
  transform: translate(0, -1px);
  box-shadow: 0 1px 1px rgba(0, 0, 0, .1);
}

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

.nav-link-2:hover {
  color: #e25536;
}

.nav-menu-2 {
  grid-column-gap: 40%;
  grid-row-gap: 40%;
  margin-right: auto;
  display: flex;
}

.nav-menu-2.contact {
  display: none;
}

.image-43 {
  border: 2px solid #4f5c65;
  border-radius: 4px;
}

.contact-form-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100vw;
  height: 100vh;
  display: grid;
}

.width-60percent {
  width: 60%;
  line-height: 1.3em;
}

.link-2 {
  color: #000;
}

.is--second {
  color: #000;
  margin-left: 32px;
}

.button-3 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0b6dff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-3:hover {
  background-color: #284ee7;
}

.button-3.is--secondary {
  color: #080808;
  background-color: rgba(237, 237, 237, 0);
  border: 1px solid #080808;
  border-radius: 20px;
  padding: 10px 12px;
}

.button-_icon {
  margin-left: 12px;
}

.text-span-8 {
  color: var(--tomato);
  -webkit-text-stroke-color: var(--tomato);
}

.display-1 {
  margin-bottom: 40px;
  font-size: 50px;
  line-height: 62px;
}

.display-1.width-80percent {
  color: #0c0c0c;
  width: 80%;
  font-weight: 700;
}

.divider {
  background-color: #ccc;
  width: 100%;
  max-width: 300px;
  height: 1px;
  margin-top: 56px;
  margin-bottom: 16px;
}

.information_header {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 96px;
  display: flex;
}

.information_section {
  flex-direction: column;
  justify-content: space-between;
  width: 100%;
  height: 100vh;
  padding: 40px;
  display: flex;
}

.information_section.background-color.neutral-200 {
  background-color: rgba(255, 255, 255, 0);
}

.information_section.background-color.neutral-200.is--footer.hide-desktop {
  background-color: rgba(255, 255, 255, 0);
  display: none;
}

.form_field-label {
  color: #2b2b2b;
  text-transform: capitalize;
  margin-bottom: 6px;
  font-size: 1em;
  font-weight: 500;
}

.form_field-label.checkbox {
  margin-bottom: 0;
}

.button-4 {
  color: #fff;
  text-align: center;
  cursor: pointer;
  background-color: #0b6dff;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  padding: 18px 48px;
  font-size: 16px;
  font-weight: 400;
  line-height: 19px;
  text-decoration: none;
  transition: background-color .3s;
  display: flex;
}

.button-4:hover {
  background-color: #284ee7;
}

.button-4.mg-top-36px {
  background-color: var(--tomato);
  border-radius: 50px;
  margin-top: 36px;
  font-weight: 500;
}

.button-4.mg-top-36px:hover {
  background-color: var(--gold);
  color: var(--black);
}

.form_section {
  background-color: rgba(248, 248, 248, 0);
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 40px;
  display: flex;
}

.form_block {
  width: 400px;
}

.form_error-message {
  background-color: #ffecec;
  border-radius: 6px;
}

.form_text-field {
  border: 1px solid #ededed;
  border-radius: 20px;
  margin-bottom: 10px;
  padding-top: 20px;
  padding-bottom: 20px;
}

.form_success-message {
  background-color: #eaf3ff;
  border-radius: 6px;
}

.paragraph-small {
  font-size: 14px;
  line-height: 20px;
}

.text-block-6 {
  font-size: .8rem;
  font-style: italic;
}

.modal-div-hero {
  justify-content: center;
  align-items: center;
  min-height: auto;
  display: none;
  position: relative;
  overflow: hidden;
}

.button-card-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding-top: .5rem;
  padding-bottom: .5rem;
  display: flex;
  position: relative;
}

.link {
  color: #000;
  white-space: nowrap;
  text-decoration: none;
  position: relative;
}

.link.text-decoration-none {
  margin-top: -5px;
  margin-bottom: -5px;
}

.custom-styles {
  display: none;
}

.button-card-wrapper-2 {
  opacity: .6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition: opacity .4s;
  display: flex;
  position: relative;
}

.button-card-wrapper-2:hover {
  opacity: 1;
}

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

.nav-link {
  color: #000;
  font-size: 1rem;
}

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

.section-zzzdelete {
  position: relative;
}

.section-services {
  position: static;
}

.sticky-services-bar {
  z-index: 99;
  background-color: var(--nav-bar);
  border-bottom: 1px solid #b9aaa2;
  flex-flow: row;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 5.5rem;
  padding-left: 1rem;
  display: flex;
  position: -webkit-sticky;
  position: sticky;
  top: 4.05rem;
}

.heading-5 {
  opacity: .5;
  border-right: 1px #000;
  font-size: 1.5rem;
}

.services-div {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  display: grid;
}

.service {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  opacity: .6;
  cursor: pointer;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  transition: opacity .2s;
  display: flex;
}

.service:hover {
  opacity: 1;
}

.service.w--current {
  border-bottom: 2px solid var(--tomato);
  opacity: 1;
  transition: opacity .3s, opacity .2s;
}

.service-image {
  width: 20px;
}

.services-header-div {
  border-right: 1px solid #000;
  justify-content: flex-start;
  align-items: center;
  width: 20%;
  margin-top: 10px;
  margin-bottom: 10px;
  display: flex;
}

.heading-6 {
  pointer-events: none;
}

.services-wrapper {
  width: 100%;
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  position: relative;
}

.service-grid {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 4rem;
  padding-bottom: 4rem;
  display: grid;
}

.service-grid._1, .service-grid._2, .service-grid._3, .service-grid._4 {
  grid-template-columns: 1fr .5fr 1fr;
  padding: 6rem 50px;
}

.service-section-image-div {
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
}

.image-44 {
  width: 100%;
}

.service-text-div {
  background-color: #d6c1b6;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 110%;
  height: 90%;
  padding: 45px;
  display: flex;
  position: relative;
  right: 60px;
}

.heading-7 {
  border-left: 1px solid #000;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 10px;
  font-size: 1.6rem;
}

.div-block {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.image-45 {
  width: 25px;
}

.paragraph-6 {
  margin-top: 20px;
  font-size: 1rem;
}

.services-sticky-wrapper {
  position: relative;
}

.spacer {
  background-color: var(--misty-rose);
  height: 0;
}

.case-study-button {
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: absolute;
  top: auto;
  bottom: 3%;
  left: 3%;
  right: auto;
  box-shadow: 2px 2px 5px rgba(0, 0, 0, .2);
}

.button-card-wrapper-3 {
  background-color: var(--white);
  border-radius: 5px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: .5rem 5px;
  display: flex;
  position: relative;
}

.brackets {
  font-weight: 700;
}

.content-wrap {
  perspective: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  top: 0%;
  bottom: 0%;
  left: auto;
  right: 0%;
}

.ma-1-ap, .ma-5-ap {
  text-transform: uppercase;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ma-4 {
  text-transform: uppercase;
}

.letter-wrap-n {
  position: relative;
}

.ma-1 {
  text-transform: uppercase;
}

.text-wrap {
  cursor: pointer;
  display: flex;
}

.ma-2, .ma-5 {
  text-transform: uppercase;
}

.ma-4-ap {
  text-transform: uppercase;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.letter-wrap {
  position: relative;
  overflow: hidden;
}

.ma-2-ap, .ma-3-ap {
  text-transform: uppercase;
  position: absolute;
  top: 0%;
  bottom: auto;
  left: 0%;
  right: auto;
}

.ma-3 {
  text-transform: uppercase;
}

.div-block-2 {
  width: 30px;
}

.text-block-8 {
  margin-top: 10px;
}

.benefits-top-left-wrapper {
  padding-left: 2.5rem;
}

.image-46 {
  width: 100%;
  max-width: none;
}

@media screen and (min-width: 1440px) {
  .container-large {
    max-width: 100%;
  }

  .image-3 {
    width: 120px;
    font-size: 1.2rem;
  }

  .section-home-header {
    margin-bottom: 170px;
  }

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

  .paragraph-2 {
    font-size: 1.4rem;
  }

  .nav-wrapper-2 {
    grid-column-gap: 4.5rem;
    padding-top: 15px;
    padding-bottom: 15px;
  }

  .text-block-5 {
    font-size: 1.2rem;
  }

  .width-60percent, .link-2, .is--second, .form_field-label {
    font-size: .8em;
  }

  .nav-link {
    font-size: 1.2rem;
  }

  .sticky-services-bar {
    top: 5.97rem;
  }

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

  .service-image {
    width: 25px;
  }

  .heading-6 {
    font-size: 1.2rem;
  }

  .service-grid._2, .service-grid._3, .service-grid._4 {
    grid-template-columns: 1fr .5fr 1fr;
    padding-left: 50px;
    padding-right: 50px;
  }

  .heading-7 {
    font-size: 1.8rem;
  }

  .paragraph-6 {
    font-size: 1.3rem;
  }

  .service-info-div {
    flex-flow: column;
    justify-content: center;
    align-items: stretch;
    height: 100%;
    display: flex;
  }

  .ma-1-ap, .ma-5-ap, .ma-4, .ma-1, .ma-2, .ma-5, .ma-4-ap, .ma-2-ap, .ma-3-ap, .ma-3 {
    font-size: 6rem;
  }
}

@media screen and (min-width: 1920px) {
  .width-60percent, .link-2, .is--second {
    font-size: .8em;
  }

  .display-1 {
    font-size: 94px;
    line-height: 92px;
  }

  .display-1.width-80percent {
    font-size: 66px;
    line-height: 80px;
  }

  .form_field-label {
    font-size: .8em;
  }
}

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

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

  .form {
    grid-column-gap: 5px;
    grid-row-gap: 5px;
  }

  .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: center;
    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: 20%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .foter-link {
    align-self: center;
  }

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

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

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

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

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

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

  .benefits-btm-component {
    grid-column-gap: 28px;
  }

  .benefits-top-right-wrapper {
    padding-right: 2rem;
  }

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

  .modal-wrapper {
    height: 100%;
    display: none;
  }

  .modal {
    width: 100%;
  }

  .form12_checkbox_wrap-3 {
    justify-content: flex-start;
    align-items: stretch;
  }

  .form-section-title {
    font-size: 38px;
  }

  .h2_select-2 {
    margin-bottom: 0;
  }

  .line-bottom {
    background-color: rgba(0, 0, 0, 0);
    border: 1px #000;
  }

  .slider-content-wrap-2 {
    flex-direction: column;
    justify-content: flex-start;
    padding-top: 0;
  }

  .form-wrapper-2 {
    width: 100%;
  }

  .details-right {
    margin-right: 35px;
  }

  .slider-2 {
    max-width: 750px;
  }

  .text-block-2 {
    font-size: 1.8rem;
  }

  .modal-div-nav {
    display: none;
  }

  .modal-div-nav-mobile {
    display: flex;
  }

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

  .text-block-5 {
    font-size: 1.8rem;
  }

  .nav-link-2 {
    color: #fff;
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding: 40px 0;
    font-size: 1.8rem;
    display: block;
    position: static;
  }

  .nav-link-2.contact {
    display: none;
  }

  .nav-menu-2 {
    background-color: #010202;
    height: 100vh;
    padding-top: 20%;
    padding-left: 5%;
    padding-right: 5%;
    display: flex;
    position: fixed;
    top: 0%;
    bottom: auto;
    left: 0%;
    right: 0%;
  }

  .contact-form-div {
    grid-template-columns: 1fr;
    height: auto;
  }

  .information_content.hide-tablet {
    display: none;
  }

  .information_content.is--centered {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .display-1 {
    margin-bottom: 0;
    font-size: 60px;
    line-height: 66px;
  }

  .display-1.width-80percent {
    width: 82%;
    font-size: 57px;
  }

  .information_section {
    height: auto;
  }

  .information_section.background-color {
    min-height: auto;
  }

  .information_section.background-color.neutral-200 {
    max-width: 100%;
  }

  .information_section.background-color.neutral-200.is--footer {
    text-align: center;
    padding-bottom: 8px;
  }

  .information_section.background-color.neutral-200.is--footer.hide-desktop {
    padding-bottom: 50px;
    display: flex;
  }

  .form_field-label {
    font-size: 1.2em;
  }

  .form_section {
    align-items: center;
    max-width: 100%;
    height: auto;
  }

  .form_block {
    width: 540px;
  }

  .content-wrap {
    width: 60%;
    margin-left: 40vw;
  }

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

@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;
    justify-content: center;
  }

  .footer-logo-link.w--current {
    justify-content: center;
    display: flex;
  }

  .footer-image {
    text-align: left;
    object-fit: contain;
    width: auto;
  }

  .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: 2rem;
  }

  .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-right: 1rem;
  }

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

  .modal-closer {
    width: 35px;
  }

  .modal-wrapper {
    height: 90%;
  }

  .form12_checkbox_wrap-3 {
    flex-direction: row;
    flex: 0 auto;
    justify-content: flex-start;
    align-self: auto;
    align-items: center;
    margin-bottom: 1rem;
    display: flex;
  }

  .form12_checkbox_wrap-3.smaller_screens {
    flex-direction: column;
    flex: 0 auto;
    align-items: stretch;
    display: flex;
  }

  .form12_checkbox_wrap-3.smaller_screens.no_bottom_space {
    flex-direction: column;
    flex: 0 auto;
    justify-content: center;
    align-self: stretch;
    align-items: center;
    width: auto;
    display: flex;
  }

  .text-small-caps {
    font-size: 13px;
  }

  .mobile-nav-bottom {
    z-index: 5;
    background-color: #fff;
    background-image: url('../images/grundge.png');
    background-position: 0 0;
    background-size: 101px;
    border-top: 1px solid rgba(131, 149, 177, .15);
    height: 100px;
    display: block;
    position: fixed;
    top: auto;
    bottom: 0%;
    left: 0%;
    right: 0%;
  }

  .previous-2 {
    z-index: 6;
    position: fixed;
  }

  .form-section-title {
    margin-bottom: 5px;
    font-size: 32px;
  }

  .h2_select-2 {
    margin-bottom: 0;
    font-size: 10px;
    line-height: 13px;
  }

  .form-content-2 {
    width: 90%;
    margin-bottom: 0;
  }

  .form12_checkbox_field {
    margin-bottom: 20px;
    margin-right: 0;
  }

  .slider-content-wrap-2 {
    padding-bottom: 0;
  }

  .form-title-wrap {
    margin-bottom: 10px;
  }

  .form-wrapper-2 {
    width: 100%;
  }

  .next {
    z-index: 6;
    position: fixed;
  }

  .form12_field_wrap_02-3 {
    flex-direction: column;
    display: flex;
  }

  .form12_check_field-3.product-card {
    flex-direction: column;
    flex: 0 auto;
    margin-left: 0;
    margin-right: .5rem;
    padding-left: 15px;
    padding-right: 15px;
    display: flex;
  }

  .field-input-2 {
    min-height: 55px;
  }

  .modal-div-2-1 {
    display: none;
  }

  .image-40 {
    filter: brightness(0%);
  }

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

  .button-3 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .display-1 {
    margin-bottom: 24px;
    font-size: 52px;
    line-height: 55px;
  }

  .display-1.width-80percent {
    width: 100%;
    font-size: 40px;
    line-height: 38px;
  }

  .information_header {
    margin-bottom: 56px;
  }

  .information_section.background-color.neutral-200 {
    padding-bottom: 16px;
  }

  .form_field-label {
    font-size: 1em;
  }

  .button-4 {
    padding-left: 40px;
    padding-right: 40px;
  }

  .form_section {
    padding: 0 40px 56px;
  }

  .form_block {
    width: 100%;
  }

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

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

  h2 {
    font-size: 8vw;
  }

  p {
    line-height: 130%;
  }

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

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

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

  .page-wrapper {
    overflow: visible;
  }

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

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

  .main-wrapper {
    overflow: visible;
  }

  .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: 30%;
  }

  .navbar {
    overflow: visible;
  }

  .footer {
    text-align: left;
  }

  .footer-flex-container {
    grid-column-gap: 5rem;
    grid-row-gap: 1.75rem;
    flex-direction: column;
    align-content: center;
    align-items: center;
  }

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

  .footer-logo-link.w--current {
    align-self: center;
  }

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

  .footer-link-wrapper {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-wrap: wrap;
    justify-content: center;
  }

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

  .menu-button {
    padding: 12px;
  }

  .section-home-header {
    margin-bottom: 45px;
  }

  .home-header-component {
    grid-row-gap: 0px;
    padding-top: 3.5rem;
    padding-bottom: 1rem;
  }

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

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

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

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

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

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

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

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

  .dropdown-list.w--open {
    padding-right: 0;
  }

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

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

  .heading-3 {
    font-size: 10vw;
  }

  .tabs {
    flex-direction: column;
  }

  .tabs-menu {
    height: 100vw;
  }

  .tab-link-tab-1, .tab-link-tab-1._5 {
    width: 30vw;
  }

  .paragraph {
    padding-bottom: 0;
    font-size: 1.125rem;
  }

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

  .paragraph-2 {
    padding-right: 20px;
  }

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

  .lottie-animation {
    margin-top: 0;
    margin-bottom: 0;
    padding-bottom: 0;
  }

  .lottie-animation-2 {
    margin-top: 0;
  }

  .modal-wrapper {
    padding: 70px 20px 20px;
  }

  .modal {
    padding-left: 30px;
    padding-right: 30px;
  }

  .form12_checkbox_wrap-3 {
    text-align: left;
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
    margin-bottom: 0;
  }

  .form12_checkbox_wrap-3.smaller_screens {
    flex-direction: row;
    justify-content: center;
    align-items: stretch;
    margin-bottom: 0;
  }

  .form12_checkbox_wrap-3.smaller_screens.no_bottom_space {
    flex-direction: row;
    justify-content: center;
    margin-bottom: 0;
  }

  .text-small-caps {
    font-size: 12px;
  }

  .form-full {
    padding-top: 2rem;
  }

  .previous-2 {
    max-width: 100px;
    display: flex;
  }

  .form-section-title {
    margin-bottom: 10px;
    font-size: 1.5em;
    font-weight: 700;
    line-height: 1.3em;
  }

  .h2_select-2 {
    text-align: center;
    margin-bottom: 0;
    font-size: 10px;
  }

  .form-content-2 {
    width: 100%;
  }

  .form12_checkbox_field {
    width: 100%;
    margin-bottom: 20px;
    margin-right: 0;
    box-shadow: 1px 1px 35px rgba(198, 211, 255, .08);
  }

  .slider-content-wrap-2 {
    justify-content: center;
    width: 100%;
    margin-bottom: 140px;
    padding: 25px 10px 50px;
  }

  .form12_field_wrap_02-3 {
    text-align: left;
    align-items: stretch;
    display: block;
  }

  .btn-2 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .mask-2 {
    height: 100%;
    position: static;
  }

  .form12_check_field-3.product-card {
    flex-direction: column;
    align-items: center;
    width: 7rem;
    margin-left: .5rem;
    margin-right: .5rem;
  }

  .slider-2 {
    height: auto;
  }

  .form12_checkbox-3 {
    flex: 0 auto;
  }

  .field-input-2 {
    font-size: 14px;
    line-height: 21px;
  }

  .modal-div-nav-mobile {
    margin-top: 20px;
  }

  .heading-4 {
    text-align: center;
    width: 100%;
    font-size: 8vw;
  }

  .modal-wrapper-2 {
    padding: 30px;
  }

  .modal-body {
    padding: 20px 20px 15px;
  }

  .nav-wrapper-2 {
    grid-column-gap: 0rem;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .text-block-5 {
    font-size: 1.6rem;
  }

  .mask-3 {
    height: 100%;
    position: static;
  }

  .btn-3 {
    text-align: center;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    display: block;
  }

  .nav-menu-2 {
    background-color: var(--misty-rose);
    padding-top: 30%;
  }

  .button-3 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .button-3.is--secondary {
    width: auto;
    padding-left: 12px;
    padding-right: 12px;
  }

  .button-_icon {
    margin-left: 6px;
  }

  .information_section.background-color.neutral-200 {
    padding-top: 16px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .form_field-label {
    font-size: 1em;
  }

  .button-4 {
    width: 100%;
    padding-top: 18px;
    padding-bottom: 19px;
  }

  .form_section {
    padding-left: 16px;
    padding-right: 16px;
  }

  .paragraph-small.width-60percent {
    width: 100%;
  }

  .button-card-wrapper-2 {
    width: auto;
    height: 100px;
  }

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

  .section-services {
    overflow: visible;
  }

  .sticky-services-bar {
    padding-left: .75rem;
    top: 4.45rem;
  }

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

  .services-header-div {
    padding-right: 10px;
  }

  .heading-6 {
    display: none;
  }

  .services-wrapper {
    padding-left: 1rem;
    padding-right: 1rem;
  }

  .service-grid._1 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    padding: 4rem 0 3rem;
  }

  .service-grid._2, .service-grid._3, .service-grid._4 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr;
    padding: 3rem 0;
  }

  .service-text-div {
    width: 100%;
    padding-left: 20px;
    padding-right: 20px;
    right: 0;
  }

  .content-wrap {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    width: 100%;
    margin-left: 0;
    padding-top: 16%;
  }

  .ma-1-ap, .ma-5-ap, .ma-4, .ma-1 {
    font-size: 7vw;
  }

  .text-wrap {
    transform: scale(2);
  }

  .ma-2, .ma-5, .ma-4-ap, .ma-2-ap, .ma-3-ap, .ma-3 {
    font-size: 7vw;
  }

  .div-block-2 {
    width: 10px;
  }

  .text-block-8 {
    font-size: 1.125rem;
  }

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

  .heading-8 {
    font-size: 11vw;
  }
}

#w-node-a043806b-cbd0-2957-b28f-f4be4437490c-e4ac991b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_560042a2-c511-86d3-8b53-8d77f4a225bf-e4ac991b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: auto;
}

#w-node-f69d526e-6e6f-33ad-cf81-34e0128230e8-e4ac991b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-f69d526e-6e6f-33ad-cf81-34e0128230ea-e4ac991b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: auto;
}

#w-node-_1d6073c9-8c0a-783a-232f-3594f9a2284e-e4ac991b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-_1d6073c9-8c0a-783a-232f-3594f9a22850-e4ac991b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: auto;
}

#w-node-e15325a2-5339-0817-b2a0-6883e451d6d4-e4ac991b {
  grid-area: span 2 / span 2 / span 2 / span 2;
}

#w-node-e15325a2-5339-0817-b2a0-6883e451d6d6-e4ac991b {
  grid-area: span 2 / span 1 / span 2 / span 1;
  justify-self: auto;
}

#w-node-_750f9b2d-ace2-c06b-7f17-5320d1f068e5-e4ac991b, #w-node-_750f9b2d-ace2-c06b-7f17-5320d1f068ec-e4ac991b {
  justify-self: end;
}

#w-node-d1b72bc8-11ca-04a8-df75-01f195723fba-e4ac991b {
  align-self: center;
}

#w-node-d1b72bc8-11ca-04a8-df75-01f195723fc3-e4ac991b {
  align-self: stretch;
  justify-self: stretch;
}

#w-node-d1b72bc8-11ca-04a8-df75-01f195723fcc-e4ac991b {
  grid-area: 1 / 1 / 2 / 2;
  align-self: center;
}

#w-node-d1b72bc8-11ca-04a8-df75-01f195724017-e4ac991b {
  grid-area: 1 / 2 / 2 / 3;
  align-self: center;
  justify-self: center;
}

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

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

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

  #w-node-_574f8048-9259-4441-7d11-54e448636af5-e4ac991b, #w-node-_39bad52a-856d-1206-295f-e93a92b61b2e-e4ac991b {
    align-self: end;
  }
}

@media screen and (max-width: 767px) {
  #w-node-d1b72bc8-11ca-04a8-df75-01f195723fba-e4ac991b {
    grid-area: Area-2;
  }

  #w-node-d1b72bc8-11ca-04a8-df75-01f195723fc3-e4ac991b {
    grid-area: Area;
  }
}

@media screen and (max-width: 479px) {
  #w-node-a0962de2-51f4-12b4-1668-ceb2688d9ba6-e4ac991b {
    grid-area: 1 / 1 / 2 / 2;
    justify-self: center;
  }

  #w-node-_560042a2-c511-86d3-8b53-8d77f4a225bf-e4ac991b, #w-node-f69d526e-6e6f-33ad-cf81-34e0128230ea-e4ac991b, #w-node-_1d6073c9-8c0a-783a-232f-3594f9a22850-e4ac991b, #w-node-e15325a2-5339-0817-b2a0-6883e451d6d6-e4ac991b {
    grid-area: span 2 / span 2 / span 2 / span 2;
    justify-self: auto;
  }

  #w-node-_750f9b2d-ace2-c06b-7f17-5320d1f068ec-e4ac991b {
    justify-self: center;
  }
}


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