@font-face {
  font-family: Arboria-Light;
  src: url('../fonts/Arboria-Light.ttf') format("truetype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arboria-Bold;
  src: url('../fonts/Arboria-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arboria-Medium;
  src: url('../fonts/Arboria-Medium.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Arboria-Thin;
  src: url('../fonts/Arboria-Thin.ttf') format("truetype");
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}

:root {
  --light-gray-background: #efefef;
  --deep-pink: #ff2281;
  --sandy-brown: #feac5e;
  --orchid: #c779d0;
  --dark-turquoise: #4bc0c8;
  --mind-gray-background: #e3e3e3;
  --white: white;
  --black: black;
  --main-color: #ebff11;
  --gainsboro: #777;
  --conversion-flow-library-medium-purple: #b16cea;
  --conversion-flow-library-light-coral: #ff5e69;
  --conversion-flow-library-coral: #ff8a56;
  --conversion-flow-library-sandy-brown: #ffa84b;
  --dim-grey: #707070;
  --lime-green: #61ce70;
}

.w-layout-grid {
  grid-row-gap: 16px;
  grid-column-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

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

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

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

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

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

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

.w-layout-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

.w-layout-cell {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--light-gray-background);
  color: #1a1b1f;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 28px;
}

h1 {
  margin-top: 20px;
  margin-bottom: 15px;
  font-size: 44px;
  font-weight: 400;
  line-height: 62px;
}

h2 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

h3 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 30px;
  font-weight: 400;
  line-height: 46px;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 24px;
  font-weight: 400;
  line-height: 38px;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 500;
  line-height: 34px;
}

h6 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: 500;
  line-height: 28px;
}

p {
  margin-bottom: 10px;
}

a {
  color: #1a1b1f;
  text-decoration: underline;
  transition: opacity .2s;
  display: block;
}

a:hover {
  color: #32343a;
}

a:active {
  color: #43464d;
}

ul {
  margin-top: 20px;
  margin-bottom: 10px;
  padding-left: 40px;
  list-style-type: disc;
}

li {
  margin-bottom: 10px;
}

img {
  display: block;
}

label {
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-bottom: 10px;
  font-size: 12px;
  font-weight: 500;
  line-height: 20px;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-top: 25px;
  margin-bottom: 25px;
  padding: 15px 30px;
  font-size: 20px;
  line-height: 34px;
}

figure {
  margin-top: 25px;
  padding-bottom: 20px;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: 5px;
  font-size: 14px;
  line-height: 26px;
}

.section {
  text-align: left;
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
}

.section.cc-cta {
  background-color: #0000;
  padding-left: 5em;
  padding-right: 5em;
}

.section.cc-store-home-wrap {
  height: 100vh;
  margin-left: 0;
  margin-right: 0;
}

.section.footer-section {
  background-color: var(--deep-pink);
  background-image: linear-gradient(to right, var(--sandy-brown), var(--orchid) 50%, var(--dark-turquoise));
  text-align: left;
  padding-top: 2.5em;
  padding-bottom: 2em;
}

.container {
  background-color: var(--mind-gray-background);
  width: 100%;
  max-width: 100%;
  margin-top: 10%;
  margin-left: auto;
  margin-right: auto;
}

.container.footer-container {
  text-align: left;
  background-color: #0000;
  margin-top: 0%;
}

.paragraph-tiny {
  font-size: 12px;
  line-height: 20px;
}

.paragraph-bigger {
  opacity: 1;
  margin-bottom: 10px;
  font-size: 20px;
  font-weight: 400;
  line-height: 34px;
}

.paragraph-bigger.cc-bigger-light {
  opacity: .6;
  color: #777;
  text-align: left;
  letter-spacing: .8px;
  margin-top: 5%;
  margin-bottom: 0;
  font-family: Arboria-Medium, sans-serif;
  font-size: 17px;
  line-height: 1.3em;
}

.paragraph-bigger.cc-bigger-white-light {
  opacity: 1;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.4em;
}

.button {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: 12px 25px;
  font-size: 12px;
  line-height: 20px;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

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

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

.button.cc-jumbo-button {
  color: #0c0c0c;
  text-align: center;
  text-transform: none;
  background-color: #0000;
  border: 2px solid #0c0c0c;
  margin-top: 0%;
  padding: 16px 50px;
  font-family: Arboria-Medium, sans-serif;
  font-size: 15px;
  line-height: 16px;
}

.button.cc-jumbo-button.cc-jumbo-white {
  border: 2px solid var(--white);
  color: #fff;
  background-color: #0000;
  margin-top: 2em;
  font-family: Arboria-Medium, sans-serif;
  font-size: 18px;
  line-height: 19px;
}

.button.cc-jumbo-button.cc-jumbo-white:hover {
  color: #000;
  background-color: #f1f1f1;
}

.button.cc-jumbo-button.cc-jumbo-white:active {
  background-color: #e1e1e1;
}

.button.cc-contact-us {
  z-index: 5;
  position: relative;
}

.button.cc-white-button {
  color: #202020;
  background-color: #fff;
  padding: 16px 35px;
  font-size: 14px;
  line-height: 26px;
}

.button.cc-white-button:hover {
  background-color: #fffc;
}

.button.cc-white-button:active {
  background-color: #ffffffe6;
}

.heading-jumbo {
  color: #fff;
  text-align: center;
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 70px;
  font-weight: 900;
  line-height: 1em;
}

.heading-jumbo-small {
  text-transform: none;
  margin-top: 10px;
  margin-bottom: 15px;
  font-family: Arboria-Light, sans-serif;
  font-size: 36px;
  font-weight: 400;
  line-height: 50px;
}

.logo-link {
  z-index: 1;
  text-align: center;
  justify-content: center;
  align-self: auto;
  align-items: center;
  display: flex;
}

.logo-link:hover {
  opacity: .8;
}

.logo-link:active {
  opacity: .7;
}

.logo-link.w--current {
  background-color: #0000;
  justify-content: center;
  align-self: auto;
  margin-right: 0;
  padding: 1.2em 0;
  transition-property: none;
  display: flex;
}

.menu {
  z-index: 0;
  flex: 1;
  order: 0;
  justify-content: flex-end;
  align-items: center;
  max-width: 100%;
  padding-top: 1.6em;
  padding-bottom: 1.7em;
  display: flex;
  position: static;
  inset: 0%;
}

.navigation-wrap {
  z-index: 2;
  flex-direction: row;
  flex: 1;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.navigation {
  background-color: #0000;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-left: 5em;
  margin-right: 5em;
  padding: 0;
  display: none;
  position: fixed;
  inset: 0% 0% auto;
  transform: none;
}

.navigation-item {
  opacity: 1;
  color: var(--white);
  letter-spacing: 1px;
  text-transform: uppercase;
  padding: 9px 30px;
  font-family: Arboria-Bold, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 22px;
  display: none;
}

.navigation-item:hover {
  opacity: .9;
  color: #777;
}

.navigation-item:active {
  opacity: .8;
}

.navigation-item.w--current {
  opacity: 1;
  color: #1a1b1f;
  font-weight: 600;
}

.navigation-item.w--current:hover {
  opacity: .8;
  color: #32343a;
}

.navigation-item.w--current:active {
  opacity: .7;
  color: #32343a;
}

.logo-image {
  z-index: 2;
  align-self: stretch;
  width: 300px;
  max-width: 40%;
  padding-top: 1.2px;
  display: block;
  position: relative;
}

.navigation-items {
  color: var(--black);
  flex: none;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-wrap {
  justify-content: center;
  align-items: center;
  margin-left: 5em;
  margin-right: 5em;
  padding-top: 70px;
  padding-bottom: 70px;
  display: block;
}

.webflow-link {
  opacity: .5;
  align-items: center;
  text-decoration: none;
  transition: opacity .4s;
  display: flex;
}

.webflow-link:hover {
  opacity: 1;
}

.webflow-link:active {
  opacity: .8;
}

.webflow-logo-tiny {
  margin-top: -2px;
  margin-right: 8px;
}

.cta-text {
  width: 70%;
  margin-bottom: 35px;
  margin-left: auto;
  margin-right: auto;
}

.cta-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 2%;
  padding-bottom: 2%;
  display: flex;
}

.intro-header {
  color: #fff;
  background-color: #0000;
  justify-content: flex-start;
  align-items: center;
  height: 80vh;
  margin-bottom: 34px;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
}

.intro-content {
  text-align: center;
  width: 70%;
  max-width: 1140px;
}

.intro-content.cc-homepage {
  text-align: center;
  align-self: auto;
  width: 100%;
  max-width: 100%;
  margin: 8em 5em 20px;
  overflow: hidden;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: 9px 30px;
  font-size: 14px;
  line-height: 26px;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.text-field {
  border: 1px solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 18px;
  padding: 21px 20px;
  font-size: 14px;
  line-height: 26px;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-wrap {
  justify-content: center;
  padding-top: 90px;
  padding-bottom: 100px;
  display: flex;
}

.protected-heading {
  margin-bottom: 30px;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 30px;
  display: flex;
}

._404-wrap {
  background-color: #1a1b1f;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  padding: 30px;
  display: flex;
}

._404-content-wrap {
  margin-bottom: 20px;
}

.intro-text {
  width: 100%;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}

.hero-background {
  z-index: 5;
  justify-content: flex-start;
  align-items: flex-start;
  height: 100vh;
  display: block;
  position: relative;
}

.background-video {
  height: 100vh;
}

.text-block-2 {
  text-transform: none;
}

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

.brands-layer {
  background-color: #80808029;
  margin-left: 5em;
  margin-right: 5em;
  padding: 5%;
}

.brand-icon {
  max-width: 100%;
  max-height: 100%;
  padding: 2em;
}

.body {
  background-color: #0000;
}

.footer-link {
  color: var(--white);
  margin-bottom: 10px;
  text-decoration: none;
  display: inline-block;
}

.footer-link:hover {
  font-weight: 600;
  text-decoration: none;
}

.div-block-2 {
  z-index: 0;
  background-color: var(--main-color);
  order: 0;
  align-self: auto;
  width: 10%;
  padding: 4em 0 2em;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
}

.container-3 {
  flex: 0 auto;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: block;
  position: static;
}

.navbar {
  background-color: #0000;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  margin-top: -3px;
  margin-left: 5em;
  margin-right: 5em;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
  transform: translate(0)translate(0, -120px);
}

.logo-bg {
  z-index: 0;
  background-color: var(--gainsboro);
  background-image: linear-gradient(to right, var(--sandy-brown), var(--orchid) 50%, var(--dark-turquoise));
  order: 0;
  align-self: auto;
  width: 10%;
  padding: 4em 0 2em;
  display: block;
  position: absolute;
  top: auto;
  left: auto;
}

.footer-text {
  color: var(--white);
  text-align: center;
  letter-spacing: 1px;
  font-weight: 300;
  line-height: 16px;
}

.mobile-bg-div {
  display: none;
}

.cf-testimonial-black-name {
  font-family: Montserrat, sans-serif;
  line-height: 175%;
}

.cf-testimonial-italic-text {
  color: #000;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-black-review-stars {
  margin-bottom: 14px;
}

.cf-testimonial-bottom-text {
  margin-top: 160px;
}

.cf-18px-paragraph {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-testimonial-right-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 517px;
  height: 100%;
  display: flex;
}

.cf-round-testimonial-image {
  border-radius: 100%;
  width: 100%;
  position: relative;
  left: 80px;
}

.cf-testimonial-black-image {
  background-color: #0d0e10;
  border-radius: 50%;
  width: 40%;
  max-width: 380px;
}

.cf-home-testimonial-wrap {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 110px;
  display: flex;
}

.cf-82px-heading---black {
  color: #000;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-heading-part-3 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cf-heading-part-2 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-call-arrow-down {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-contain {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain.transparent {
  background-color: #0000;
  margin-left: 5px;
}

.cf-call-arrow-button {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e10;
  border-radius: 60px;
  align-items: center;
  margin-left: 40px;
  padding: 18px 42px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
  overflow: visible;
}

.cf-call-arrow-button:hover {
  filter: invert();
  background-color: #fff;
}

.cf-call-arrow-button.header-4 {
  font-family: Montserrat, sans-serif;
}

.cf-gradient-span {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/Image-16.png');
  background-position: 0 0;
  background-size: auto;
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-heading-part-1 {
  align-items: center;
  display: flex;
}

.cf-heading-wrapper {
  width: 100%;
}

.cf-1140px-wrapper---home-vertical-2 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.cf-hero-section-4 {
  background-color: #fff;
  display: none;
  overflow: hidden;
}

.cf-parallax-scribble-2 {
  width: 100%;
  max-width: 329px;
  position: absolute;
  inset: auto auto 10% 15%;
}

.cf-parallax-scribble-1 {
  width: 100%;
  max-width: 370px;
  position: absolute;
  inset: auto 5% 15% auto;
}

.cf-parallax-image-4 {
  z-index: 1;
  width: 40%;
  max-width: 520px;
  position: relative;
}

.cf-parallax-image-3 {
  z-index: 2;
  width: 25%;
  max-width: 330px;
  position: absolute;
  inset: auto auto 0% 51%;
}

.cf-parallax-image-2 {
  z-index: 1;
  width: 24%;
  max-width: 280px;
  position: absolute;
  inset: 20% -2% auto auto;
}

.cf-parallax-image-1 {
  z-index: 1;
  width: 50%;
  max-width: 400px;
  position: absolute;
  inset: auto auto 5% -10%;
}

.cf-parallax-image-contain {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: 0 auto 200px;
  display: flex;
  position: relative;
}

.cf-82px-heading {
  color: #fff;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 30px;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-hero-section-5---heading-wrapper {
  z-index: 2;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
  position: relative;
}

.cf-hero-section-5 {
  color: #1e1e1e;
  background-color: #1e1e1e;
  background-image: linear-gradient(#1e1e1e 37%, #fff 62%);
  margin-bottom: -99px;
  padding-bottom: 0;
  position: relative;
  overflow: hidden;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-service-heading {
  color: var(--white);
  text-align: center;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 133%;
}

.cf-service-image {
  border-radius: 16px;
}

.cf-service-number {
  color: #fff;
  text-align: center;
  letter-spacing: -.16px;
  font-size: 26px;
  line-height: 123%;
}

.cf-features-section-2-icon-wrap {
  background-color: #b16cea;
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  inset: auto 0% 0% auto;
}

.cf-features-section-2-icon-wrap.cf-absolute {
  position: absolute;
  inset: -6% auto auto 6%;
}

.cf-features-section-2-image-wrapper {
  margin-bottom: 32px;
  position: relative;
}

.cf-features-section-2-grid-cell {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  max-width: 353px;
  display: flex;
}

.cf-features-section-2-grid-cell.homepage-3 {
  align-items: flex-start;
  max-width: 353px;
}

.cf-features-section-2-grid {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  width: 100%;
  margin-top: 80px;
}

.cf-features-section-2-heading {
  color: #000;
  text-align: center;
  max-width: 700px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 115%;
}

.cf-features-section-2-wrapper {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 60px;
  display: flex;
}

.cf-features-section-2 {
  background-color: #1e1e1e;
  margin-bottom: 0;
  padding-bottom: 0;
}

.cf-error-message-dark {
  color: #bd333d;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-weight: 500;
}

.cf-success-message {
  color: #fff;
  background-color: #b16cea;
  border-radius: 100px;
  padding-left: 40px;
  padding-right: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 600;
}

.cf-form-gradient-submit {
  color: #88bcf0;
  background-color: #88bcf026;
  border: 1px solid #88bcf0;
  border-radius: 8px;
  width: 100%;
  padding-top: 15px;
  padding-bottom: 15px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 156%;
}

.cf-borders-text-field {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e101a;
  border-radius: 8px;
  height: 60px;
  margin-bottom: 20px;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field::placeholder {
  color: #0d0e1066;
}

.cf-borders-text-field.message {
  margin-bottom: 32px;
}

.cf-borders-text-field-dropdown {
  color: #0d0e1066;
  letter-spacing: -.32px;
  background-color: #fff;
  border: 1px #0d0e101a;
  border-radius: 8px;
  width: 95%;
  height: 60px;
  margin-bottom: 0;
  padding: 16px 22px;
  font-size: 18px;
  line-height: 156%;
}

.cf-borders-text-field-dropdown:focus {
  border-color: #0d0e1033;
}

.cf-borders-text-field-dropdown::placeholder {
  color: #0d0e1066;
}

.cf-form-dropdown {
  border: 1px solid #0000001a;
  border-radius: 8px;
  margin-bottom: 20px;
}

.cf-form-heading-28px {
  letter-spacing: -.75px;
  margin-top: 0;
  margin-bottom: 24px;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-send-message-form {
  background-color: #fff;
  border-radius: 12px;
  margin-bottom: 0;
  padding: 48px;
}

.cf-form-right-wrapper {
  width: 50%;
}

.cf-footer-info {
  color: #fff;
  letter-spacing: -.48px;
  font-size: 20px;
  line-height: 150%;
}

.cf-info-heading {
  color: #fff6;
  letter-spacing: .96px;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 8px;
  font-size: 18px;
  font-weight: 500;
  line-height: 130%;
}

.cf-footer-headings-wrap {
  margin-left: 32px;
}

.cf-features-section-1-image-contai {
  object-fit: contain;
  border-radius: 100%;
}

.cf-form-icon {
  background-color: #0000;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 48px;
  height: 48px;
  display: flex;
}

.cf-footer-info-contain {
  align-items: flex-start;
  margin-bottom: 32px;
  text-decoration: none;
  display: flex;
}

.cf-footer-info-contain.last {
  margin-bottom: 0;
}

.cf-footer-divider {
  background-color: #fff3;
  width: 100%;
  height: 1px;
  margin-top: 48px;
  margin-bottom: 48px;
}

.cf-white-link {
  color: #fff;
  border-bottom: 1px solid #fff;
  text-decoration: none;
  transition: all .2s;
}

.cf-white-link:hover {
  color: #ffa84b;
  border-bottom-color: #ffa84b;
}

.cf-form-paragraph {
  color: #fffc;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 156%;
}

.cf-form-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 120%;
}

.cf-form-left-wrapper {
  width: 40%;
  max-width: 360px;
}

.cf-form-main-wrapper {
  background-color: #1e1e1e;
  border-radius: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
  padding: 70px 70px 70px 80px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-form-section-1 {
  background-color: var(--white);
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-webflow-link {
  color: #fff;
  text-decoration: none;
  transition: color .2s;
}

.cf-webflow-link:hover {
  color: #599ffa;
  text-decoration: none;
}

.cf-webflow-link.black {
  color: #0d0e10;
}

.cf-webflow-link.black:hover {
  color: #2a70cc;
}

.cf-copyright-text {
  color: #fff;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 133%;
}

.cf-copyright-text.black {
  color: #0d0e10;
  letter-spacing: -.16px;
}

.cf-footer-cf-link {
  color: #fff;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
  -webkit-background-clip: text;
  background-clip: text;
  font-weight: 600;
  text-decoration: none;
  transition: color .2s;
}

.cf-footer-cf-link:hover {
  color: #ff5e69;
  border: 1px #000;
  text-decoration: none;
}

.cf-footer-cf-link.black {
  color: #0d0e10;
}

.cf-footer-cf-link.black:hover {
  color: #ff8a56;
}

.cf-footer-bottom-wrapper {
  border-top: 1px solid #ffffff1a;
  width: 100%;
  padding-top: 50px;
  padding-bottom: 50px;
}

.cf-footer-bottom-wrapper.white {
  border-top-style: none;
  border-top-color: #fff3;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1240px;
  padding-top: 0;
  padding-bottom: 60px;
  display: flex;
}

.cf-footer-link-18px {
  color: #ffffffbf;
  letter-spacing: -.16px;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 178%;
  text-decoration: none;
  transition: all .2s;
  display: block;
  overflow: hidden;
}

.cf-footer-link-18px:hover {
  color: #fff;
  border: 1px #000;
}

.cf-footer-link-18px.black {
  color: #0d0e10bf;
}

.cf-footer-link-18px.black:hover {
  color: #ff5e69;
}

.cf-footer-paragraph-18px {
  color: #fff;
  margin-top: 0;
  margin-bottom: 35px;
  font-size: 18px;
  line-height: 156%;
}

.cf-footer-paragraph-18px.heading {
  letter-spacing: .16px;
  font-family: Montserrat, sans-serif;
  font-weight: 600;
}

.cf-footer-paragraph-18px.heading.black {
  color: #0d0e10;
  font-family: Montserrat, sans-serif;
}

.cf-footer-column {
  width: 100%;
}

.cf-footer-grid {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  width: 90%;
  max-width: 1240px;
  margin-bottom: 100px;
  margin-left: auto;
  margin-right: auto;
}

.cf-error-message {
  color: #fff;
  background-color: #fc6b5c4d;
  border-radius: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 16px;
  font-weight: 500;
}

.cf-error-message.darker {
  color: #bd333d;
}

.cf-form-submit-button {
  background-color: #0000;
  background-image: url('../images/ArrowRight_1.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-radius: 50px;
  width: 40px;
  height: 40px;
  padding-left: 20px;
  padding-right: 20px;
  transition: background-color .2s;
  position: absolute;
  inset: 0% 0% auto auto;
}

.cf-form-submit-button:hover {
  background-color: #ff5e6933;
  border-radius: 50px;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-form-submit-button.black {
  background-image: url('../images/ArrowRight.svg');
}

.cf-form-text-field {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #0000;
  background-image: url('../images/EnvelopeSimple-white.svg');
  background-position: 0%;
  background-repeat: no-repeat;
  background-size: auto;
  border: 1px #000;
  margin-bottom: 0;
  padding-bottom: 12px;
  padding-left: 42px;
  padding-right: 42px;
  font-size: 20px;
  line-height: 150%;
}

.cf-form-text-field::placeholder {
  color: #fff6;
  line-height: 150%;
}

.cf-form-text-field.black {
  color: #0d0e10;
  background-image: url('../images/EnvelopeSimple.svg');
}

.cf-form-text-field.black::placeholder {
  color: #0d0e1066;
}

.cf-email-form {
  color: #0d0e10;
  border-bottom: 1px solid #0003;
  padding-bottom: 19px;
  position: relative;
}

.cf-subscribe-form-block {
  margin-bottom: 0;
}

.cf-subscribe-text {
  color: #0d0e10;
  margin-bottom: 40px;
  font-size: 24px;
  font-weight: 500;
  line-height: 142%;
}

.cf-footer-top-right {
  width: 100%;
  max-width: 400px;
}

.cf-footer-link-gradient-hover-black-copy-no-margin {
  background-color: #0d0e10;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-black-copy-no-margin:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-link-gradient-hover-black {
  background-color: #0d0e10;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-left: 20px;
  margin-right: 20px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover-black:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-link-gradient-hover {
  background-color: #0d0e10;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  transition: all .4s;
  display: flex;
}

.cf-footer-link-gradient-hover:hover {
  background-image: linear-gradient(150deg, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b 90%);
}

.cf-footer-links-contain {
  display: flex;
}

.cf-footer-paragraph-16px {
  color: #0d0e10;
  text-align: left;
  margin-top: 24px;
  margin-bottom: 24px;
  font-size: 16px;
  line-height: 175%;
}

.cf-logo-text {
  letter-spacing: -.32px;
  font-family: Montserrat, sans-serif;
  font-size: 32px;
  font-weight: 700;
  line-height: 106%;
}

.cf-logo-line-3 {
  width: 32px;
  height: 24px;
  margin-left: -10px;
}

.cf-logo-line-2 {
  width: 27px;
  height: 24px;
  margin-left: -10px;
}

.cf-logo-line-1 {
  width: 24px;
  height: 24px;
}

.cf-logo-lines-contain {
  flex: none;
  margin-right: 10px;
  overflow: hidden;
}

.cf-navigation-1-logo {
  color: #000;
  align-items: center;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: static;
}

.cf-footer-top-left {
  flex-direction: column;
  align-items: flex-start;
  max-width: 324px;
  display: flex;
}

.cf-footer-top-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-end;
  width: 90%;
  max-width: 1240px;
  margin-top: 150px;
  margin-bottom: 100px;
  font-family: Montserrat, sans-serif;
  display: flex;
}

.cf-footer-main-contain {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-footer-section-white {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footerds-subscribe {
  background-color: #1e1e1e;
  border-bottom: 1px solid #e4ebf3;
  padding: 50px 30px 40px;
  display: none;
  position: relative;
}

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

.footer-form-two {
  background-color: #f5f7fa;
  margin-bottom: 40px;
  padding: 64px;
}

.footer-form-container-two {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-form-title {
  font-size: 24px;
  line-height: 32px;
}

.footer-form-block-two {
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: relative;
}

.footer-form-input {
  border: 1px #000;
  width: 460px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 180px 12px 20px;
}

.footer-form-input::placeholder {
  color: #1a1b1fcc;
}

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

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

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

.button-primary.footer-form-button {
  padding: 8px 18px;
  position: absolute;
  right: 8px;
}

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

.footer-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -20px;
  margin-right: -20px;
  display: flex;
}

.footer-link-three {
  color: #fff;
  margin-left: 20px;
  margin-right: 20px;
  text-decoration: none;
}

.footer-link-three:hover {
  color: #1a1b1fbf;
}

.footer-social-block-three {
  justify-content: flex-start;
  align-items: center;
  margin-left: -32px;
  display: flex;
}

.footer-social-link-three {
  margin-left: 32px;
}

.footer-divider-two {
  background-color: #e4ebf3;
  width: 100%;
  height: 1px;
  margin-top: 40px;
  margin-bottom: 40px;
}

.footer-bottom {
  color: var(--white);
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.footer-copyright {
  color: #3a4554;
}

.footer-legal-block {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer-legal-link {
  color: #3a4554;
  margin-left: 24px;
}

.footer-legal-link:hover {
  color: #3a4554;
}

.cf-nav-2-button {
  color: #f0f9f5;
  letter-spacing: .4px;
  background-color: #000;
  border-radius: 12px;
  padding: 16px 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: background-color .23s;
}

.cf-nav-2-button:hover {
  background-color: #0000;
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple) 18%, var(--conversion-flow-library-light-coral) 60%, var(--conversion-flow-library-coral) 82%, var(--conversion-flow-library-sandy-brown));
}

.cf-navigation-right-contain {
  justify-content: flex-end;
  align-items: center;
  font-size: 16px;
  display: flex;
}

.cf-navigation-2-link {
  letter-spacing: .2px;
  justify-content: center;
  align-items: center;
  padding: 20px 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  transition: color .26s;
  display: flex;
}

.cf-navigation-2-link:hover {
  color: var(--conversion-flow-library-medium-purple);
}

.cf-navigation-2-link.w--current {
  color: #007e60;
}

.cf-nav-underline {
  background-color: #0b141f;
  width: 100%;
  height: 2px;
  position: absolute;
  inset: auto 0% 0%;
}

.cf-nav-arrow-icon {
  width: 24px;
  height: 24px;
}

.cf-resource-block-text {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 28px;
}

.cf-nav-visual-text-block {
  align-items: center;
  padding-bottom: 5px;
  display: flex;
  position: relative;
}

.cf-resource-visual {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cf-resource-visual-block {
  max-width: 80px;
  margin-bottom: 32px;
}

.cf-resource-visual-item {
  color: #000;
  flex-direction: column;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.cf-resources-visual-grid {
  grid-column-gap: 40px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-nav-dropdown-title-para {
  color: #0b141f;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cf-nav-dropdown-title {
  color: #0b141f;
  margin-bottom: 10px;
  font-family: Montserrat, sans-serif;
  font-size: 48px;
  font-weight: 700;
  line-height: 54px;
}

.cf-nav-dropdown-top {
  border-bottom: 1px solid #0b141f4d;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 40px;
  padding-bottom: 45px;
  display: flex;
}

.cf-navigation-drop-container {
  background-color: #fff;
  border-radius: 10px;
  flex-direction: column;
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 40px;
  padding-bottom: 60px;
  display: flex;
  overflow: hidden;
}

.cf-dropdown-list-contain {
  background-color: #fff;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
  box-shadow: 0 30px 100px #40454f1a;
}

.cf-dropdown-list-nav {
  background-color: #0000;
  border-radius: 8px;
  top: 80px;
  left: 0;
  right: 0;
  overflow: hidden;
  box-shadow: 0 30px 50px #00000014;
}

.cf-dropdown-list-nav.w--open {
  box-shadow: none;
  width: 100%;
  padding-top: 25px;
  top: 55px;
  overflow: visible;
}

.cf-dropdown-arrow---nav-3 {
  margin-right: 0;
  font-size: 14px;
  position: static;
}

.cf-dropdown-toggle-div {
  grid-column-gap: 10px;
  color: #04121f;
  padding: 0;
  transition: color .2s;
  display: flex;
}

.cf-dropdown-toggle-div:hover {
  color: var(--conversion-flow-library-medium-purple);
  font-weight: 500;
}

.cf-dropdown-wrapper {
  position: static;
}

.cf-visual-features-item-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 20px;
  font-family: Montserrat, sans-serif;
}

.cf-nav-visual-image {
  object-fit: contain;
  width: 100%;
  height: auto;
}

.cf-visual-features-item-image {
  width: 100%;
  height: 150px;
  margin-bottom: 28px;
  overflow: hidden;
}

.cf-visual-features-item {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  text-decoration: none;
}

.cf-visual-features-item.navbar {
  color: #0d0e10;
  background-color: #fff;
  border-radius: 0;
  padding: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 125%;
}

.cf-visual-features-item.navbar:hover {
  background-color: #fafafa;
}

.cf-visual-features-items-container {
  grid-column-gap: 40px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.cf-visual-features-items-container.price-nav {
  grid-column-gap: 0px;
  grid-template-columns: 1fr 1fr 1fr 1fr;
}

.cf-visual-features-items-container.nav {
  grid-column-gap: 0px;
  grid-column-gap: 0px;
}

.cf-nav-2-menu {
  grid-column-gap: 32px;
  color: #283338;
  align-items: center;
  margin-left: 20px;
  margin-right: auto;
  font-size: 15px;
  display: flex;
  position: static;
}

.cf-navigation-logo {
  object-fit: contain;
}

.cf-brand-2 {
  object-fit: contain;
  justify-content: flex-start;
  width: auto;
  height: 40px;
  padding-left: 0;
  display: flex;
}

.cf-navigation-2-left-contain {
  align-items: center;
  display: flex;
}

.cf-navigation-2-wrapper {
  justify-content: space-between;
  align-items: center;
  width: 95%;
  max-width: 1340px;
  height: 100%;
  min-height: 40px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: static;
}

.cf-navigation-2-bar {
  background-color: #ddd0;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-secondary-button {
  color: #fff;
  text-align: center;
  letter-spacing: 0;
  background-color: #000;
  border-radius: 12px;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .23s;
}

.cf-secondary-button:hover {
  background-color: var(--conversion-flow-library-medium-purple);
  color: #fff;
}

.cf-secondary-button.pricing-button {
  color: #fff;
  background-color: #000;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Montserrat, sans-serif;
}

.cf-secondary-button.pricing-button:hover {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 46%, var(--conversion-flow-library-sandy-brown));
}

.cf-pricing-plan-content-text {
  letter-spacing: .5px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
  text-decoration: none;
}

.cf-pricing-plan-tick-icon {
  margin-top: 2px;
  margin-right: 16px;
}

.cf-pricing-plan-content-item {
  flex-direction: row;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
  display: flex;
}

.cf-pricing-plan-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-plan-small-text {
  letter-spacing: 1px;
  margin-left: 10px;
  font-size: 16px;
  font-weight: 400;
  line-height: 100%;
}

.cf-pricing-plan-price {
  background-image: linear-gradient(to right, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 38%, var(--conversion-flow-library-coral) 73%, var(--conversion-flow-library-sandy-brown));
  letter-spacing: 0;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-bottom: 48px;
  padding-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 46px;
  font-weight: 700;
  line-height: 120%;
}

.cf-pricing-plan-note-text {
  letter-spacing: .3px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 24px;
}

.cf-pricing-plan-text {
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 26px;
  font-weight: 600;
  line-height: 120%;
}

.cf-pricing-box-plan-wrapper {
  border-bottom: 1px solid #0003;
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-plan-wrapper.white-border {
  border-bottom-color: #fff3;
}

.cf-pricing-box {
  border: 1px solid #e5e5e5;
  border-radius: 16px;
  flex-direction: column;
  align-items: stretch;
  width: 31%;
  min-height: 640px;
  margin-left: 1%;
  margin-right: 1%;
  padding: 40px;
  display: flex;
}

.cf-pricing-box.pricing-1-box {
  background-color: #fff;
}

.cf-pricing-box.green-pricing-box {
  color: #fff;
  background-color: #1d1d1d;
  border-style: none;
}

.cf-primary-button {
  color: #007e60;
  letter-spacing: .3px;
  background-color: #f0f9f5;
  border-radius: 12px;
  justify-content: center;
  align-items: center;
  padding: 20px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .34s;
  display: flex;
}

.cf-primary-button:hover {
  color: #f0f9f5;
  background-color: #1d4a35;
}

.cf-primary-button.pricing-button {
  color: #000;
  background-color: #fff;
  margin-top: auto;
  padding-left: 20px;
  padding-right: 20px;
}

.cf-primary-button.pricing-button:hover {
  background-image: linear-gradient(96deg, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 50%, var(--conversion-flow-library-sandy-brown));
  color: #fff;
}

.cf-pricing-box-row {
  justify-content: center;
  align-items: stretch;
  margin-bottom: 40px;
  display: flex;
}

.cf-pricing-box-wrapper {
  margin-top: 50px;
}

.cf-pricing-box-wrapper.pricing-1-box {
  margin-top: 100px;
  position: relative;
  top: 0;
}

.cf-wrapper-1200px {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-toggle-arrow-icon {
  position: relative;
  top: -12px;
  left: 12px;
}

.cf-toggle-save-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-toggle-save-container {
  align-items: center;
  display: flex;
  position: absolute;
  inset: auto 0% -141% 15%;
}

.cf-toggle-text {
  color: #fff;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  line-height: 120%;
}

.cf-toggle-dot {
  background-color: #fff;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.cf-toggle-dot.green-toggle-dot {
  background-image: linear-gradient(135deg, var(--conversion-flow-library-medium-purple) 17%, var(--conversion-flow-library-light-coral) 55%, var(--conversion-flow-library-sandy-brown));
}

.cf-toggle-contain {
  cursor: pointer;
  background-color: #000;
  border-radius: 20px;
  align-items: center;
  width: 70px;
  height: 34px;
  margin-left: 25px;
  margin-right: 25px;
  padding: 5px;
  display: flex;
}

.cf-toggle-contain.white-toggle {
  background-color: #fff;
}

.cf-toggle-row {
  justify-content: center;
  align-items: center;
  display: flex;
  position: relative;
}

.cf-pricing-toggle-header-wrapper {
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.cf-pricing-toggle-header-wrapper.pricing-header-toggle {
  justify-content: center;
}

.cf-pricing-hero-para {
  color: #fff;
  max-width: 670px;
  margin-left: auto;
  margin-right: auto;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 140%;
}

.cf-colourful-text {
  background-image: linear-gradient(135deg, var(--conversion-flow-library-medium-purple), var(--conversion-flow-library-light-coral) 49%, var(--conversion-flow-library-coral) 75%, var(--conversion-flow-library-sandy-brown));
  white-space: normal;
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  margin-right: 3px;
  padding-bottom: 0;
  display: inline-block;
}

.cf-pricing-hero-heading {
  color: #fff;
  margin-top: 0;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 38px;
  font-weight: 700;
  line-height: 115%;
}

.cf-white-top-heading {
  color: #fff;
  letter-spacing: 3px;
  text-transform: uppercase;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 120%;
}

.cf-pricing-hero-head-container {
  text-align: center;
  flex-direction: column;
  align-items: center;
  max-width: 880px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-pricing-hero-section {
  background-color: #000;
  padding-top: 140px;
  padding-bottom: 140px;
  position: relative;
}

.cf-testimonial-position {
  color: #000;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 400;
  line-height: 137%;
}

.cf-testimonial-name {
  color: #000;
  margin-top: 0;
  margin-bottom: 2px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: normal;
  font-weight: 700;
  line-height: 156%;
}

.cf-testimonial-image {
  border-radius: 100px;
  width: 100%;
  max-width: 50px;
  height: 50px;
  margin-right: 20px;
}

.cf-testimonial-block {
  align-items: flex-start;
  display: flex;
}

.cf-testimonial-paragraph {
  color: #0d0e10;
  margin-top: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 150%;
}

.cf-hero-6---text-container-3 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-hero-6---text-container-2 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 0;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-hero-6---text-container-1 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-right: 40px;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-hero-6---right-container {
  width: 50%;
  max-width: 530px;
}

.cf-client-review-white {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
}

.cf-client-image-white {
  color: #ff5e69;
  background-color: #fff;
  border: 1px solid #000;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  margin-left: -15px;
  font-size: 20px;
  font-weight: 800;
  line-height: 150%;
  display: flex;
}

.cf-client-image {
  border: 1px solid #000;
  border-radius: 100%;
  width: 100%;
  max-width: 50px;
  height: 50px;
}

.cf-client-image.margin {
  margin-left: -15px;
}

.cf-clients-images-container {
  align-items: flex-start;
  margin-bottom: 28px;
  display: flex;
}

.cf-home-6---clients-container {
  color: #ffffffe6;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  font-size: 22px;
  font-weight: 500;
  line-height: 127%;
  display: flex;
}

.cf-home-6---divider {
  opacity: .1;
  background-color: #fff;
  width: 1px;
  margin-left: 48px;
  margin-right: 48px;
}

.cf-bio-text {
  color: #0d0e10e6;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 150%;
}

.cf-bio-text.white {
  color: #ffffffe6;
  margin-bottom: 0;
}

.cf-review-stars-image {
  object-fit: contain;
  width: 100%;
  max-width: 152px;
  margin-bottom: 16px;
}

.cf-review-logo {
  object-fit: contain;
  width: 100%;
  max-width: 110px;
  margin-bottom: 20px;
}

.cf-bottom-left-contain {
  flex-direction: column;
  align-items: flex-start;
  max-width: 175px;
  display: flex;
}

.cf-home-6---top-contain {
  width: 100%;
  max-width: 510px;
  display: flex;
}

.cf-20px-paragraph---white {
  color: #ffffffe6;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 120%;
}

.cf-40px-heading---white {
  color: #fff;
  margin-top: 0;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-hero-6---left-container {
  width: 48%;
  max-width: 530px;
  margin-top: 80px;
}

.cf-1140px-wrapper---hero-6 {
  z-index: 1;
  justify-content: space-between;
  align-items: flex-start;
  width: 90%;
  max-width: 1240px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  display: flex;
  position: relative;
}

.cf-hero-section-6 {
  background-color: #0d0e10;
  padding-bottom: 140px;
  display: none;
  position: relative;
  overflow: hidden;
}

.cf-logo-images-2 {
  background-color: #0000;
  margin-bottom: 0;
  margin-left: 1%;
  margin-right: 1%;
}

.cf-logos-contain-2 {
  grid-column-gap: 40px;
  grid-row-gap: 50px;
  opacity: 1;
  flex-wrap: wrap;
  justify-content: center;
  align-items: center;
  width: 100%;
  margin-top: 48px;
  margin-bottom: 40px;
  display: flex;
}

.cf-logo-22px-heading {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 22px;
}

.cf-logos-wrapper {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1280px;
  margin-top: -121px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 14px;
  padding-bottom: 100px;
  display: flex;
  position: relative;
}

.cf-features-section-1-block-paragraph {
  color: #fff;
  text-align: center;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 400;
  line-height: 150%;
}

.cf-block-h5-heading {
  margin-top: 24px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 50px;
  font-weight: 700;
  line-height: 100%;
}

.cf-features-section-1-image-contain {
  object-fit: contain;
}

.cf-features-section-1-grid-cell {
  color: #fff;
  mix-blend-mode: luminosity;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 0;
  transition: opacity .2s;
  display: flex;
  box-shadow: 0 14px 100px #0000000d;
}

.cf-features-section-1-grid-cell.black {
  color: #fff;
  background-color: #0000;
  padding: 0;
}

.cf-features-section-1-grid {
  grid-column-gap: 30px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
}

.cf-58px-heading---white {
  color: #fff;
  text-align: center;
  letter-spacing: -2.5px;
  margin-top: 0;
  margin-bottom: 48px;
  padding-top: 43px;
  font-family: Montserrat, sans-serif;
  font-size: 58px;
  font-weight: 700;
  line-height: 110%;
}

.cf-features-section-1-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 140px;
}

.cf-features-section-1 {
  background-color: #0d0e10;
  margin-top: 63px;
  padding-top: 0;
  display: none;
}

.cf-cta-top-image {
  object-fit: contain;
  border-radius: 16px;
  width: 45%;
  max-width: 552px;
  position: absolute;
  inset: 30% auto auto -26%;
  transform: rotate(-25deg);
  box-shadow: 0 1px 120px #00000012;
}

.cf-cta-bottom-image {
  object-fit: contain;
  border-radius: 16px;
  width: 100%;
  max-width: 298px;
  position: absolute;
  inset: auto -4% -15% auto;
}

.cf-pink-button {
  background-color: var(--conversion-flow-library-light-coral);
  color: #0b0b0b;
  border-radius: 8px;
  padding: 16px 25px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: background-color .2s;
}

.cf-pink-button:hover {
  background-color: var(--conversion-flow-library-sandy-brown);
}

.cf-purple-button {
  background-color: var(--dim-grey);
  color: #000;
  border-radius: 8px;
  padding: 16px 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  line-height: 178%;
  transition: all .2s;
}

.cf-purple-button:hover {
  background-color: var(--conversion-flow-library-coral);
  color: #0b0b0b;
}

.cf-cta-buttons-container {
  grid-column-gap: 20px;
  display: flex;
}

.cf-cta-paragraph {
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 178%;
}

.cf-cta-h2-heading {
  margin-top: 0;
  margin-bottom: 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 130%;
}

.cf-tag-texts {
  color: #000;
  letter-spacing: 2.24px;
  text-transform: uppercase;
  background-color: #88bcf0;
  border-radius: 100px;
  margin-bottom: 20px;
  padding: 8px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 170%;
}

.cf-center-wrapper-cta {
  flex-direction: column;
  align-items: center;
  max-width: 724px;
  margin-top: 91px;
  display: flex;
}

.cf-cta-wrapper-2 {
  text-align: center;
  background-color: #fff;
  flex-direction: column;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 140px;
  padding-bottom: 140px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-section-2 {
  color: #fff;
  background-color: #0c0c0c;
  position: relative;
}

.html-embed {
  height: 720px;
}

.fs-cc-banner_buttons-wrapper {
  flex-direction: row;
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.fs-cc-banner_container {
  align-items: center;
  width: 100%;
  max-width: 62.5rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-manager_component {
  z-index: 999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-prefs_checkbox {
  z-index: 1;
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-banner_close-icon {
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs_trigger {
  display: none;
}

.fs-cc-prefs_close {
  z-index: 1;
  color: #333;
  cursor: pointer;
  background-color: #f5f6ff;
  border-radius: 100%;
  padding: .625rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: -.75rem -.75rem auto auto;
  box-shadow: -1px 1px 12px #3333331a;
}

.fs-cc-prefs_option {
  border-bottom: 1px solid #33333326;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs_space-small {
  margin-bottom: .75rem;
}

.fs-cc-manager_trigger {
  display: none;
}

.fs-cc-prefs_title {
  color: #021a69;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-prefs_checkbox-label {
  display: none;
}

.fs-cc-prefs_text {
  color: #021a69;
  font-size: .75rem;
}

.fs-cc-prefs_buttons-wrapper {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 2rem;
  margin-right: -.5rem;
  display: flex;
}

.fs-cc-prefs_space-medium {
  margin-bottom: 2.5rem;
}

.fs-cc-prefs_checkbox-field {
  background-color: #ccc;
  border-radius: 999rem;
  flex-direction: row;
  justify-content: flex-start;
  align-items: stretch;
  width: 2.75rem;
  height: 1.5rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-prefs_label {
  color: #4353ff;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.set-all-components-to-display-none-and-use-this-div-to-create-a-symbol {
  display: block;
  overflow: visible;
}

.fs-cc-prefs_content {
  height: 100%;
  padding: 2.5rem 2rem;
  overflow: scroll;
}

.fs-cc-banner_button {
  color: #fff;
  text-align: center;
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  min-width: 8.75rem;
  margin-left: 1rem;
  padding: .625rem 1.25rem;
  font-size: 1rem;
}

.fs-cc-banner_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #f5f5f5;
  border-color: #4353ff;
}

.fs-cc-prefs_form {
  background-color: #fff;
  border-radius: 1rem;
  width: 100%;
  max-width: 36rem;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-prefs_close-icon {
  color: #021a7c;
  width: 1rem;
  height: 1rem;
}

.fs-cc-banner_close {
  opacity: 1;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .625rem;
  box-shadow: 1px 1px 12px #0000001a;
}

.fs-cc-prefs_overlay {
  z-index: -1;
  background-color: #03052499;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-manager_icon {
  width: 2rem;
  height: 2rem;
}

.fs-cc-banner_text {
  color: #616161;
  margin-right: 1.5rem;
}

.fs-cc-banner_text-link {
  color: #4353ff;
  border-bottom: 2px solid #4353ff;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-banner_trigger {
  display: none;
}

.fs-cc-manager_button {
  color: #333;
  cursor: pointer;
  background-color: #fff;
  border-radius: 999rem;
  flex-direction: column;
  padding: .625rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager_button:hover {
  color: #4353ff;
}

.fs-cc-prefs_component {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component {
  z-index: 998;
  background-color: #f5f6ff;
  border-top: 1px solid #4353ff29;
  padding: 1.5rem 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  margin-bottom: .5rem;
  display: flex;
}

.fs-cc-prefs_button {
  background-color: #4353ff;
  border: 2px solid #4353ff;
  border-radius: 999rem;
  margin-right: .5rem;
  padding: .625rem 1.5rem;
  font-size: .875rem;
  font-weight: 700;
}

.fs-cc-prefs_button.fs-cc-button-alt {
  color: #4353ff;
  background-color: #fff;
  border-color: #4353ff;
}

.fs-cc-prefs_submit-hide {
  display: none;
}

.fs-cc-prefs_toggle {
  background-color: #fff;
  border-radius: 999px;
  width: 1.25rem;
  height: 1.25rem;
}

.fs-cc-prefs3_overlay {
  z-index: -1;
  background-color: #000c;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs3_header {
  background-color: #2730d4;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  padding: 2rem;
  display: flex;
}

.fs-cc-manager3_text {
  color: #4b79f0;
  margin-left: .625rem;
  font-weight: 700;
  display: inline-block;
}

.fs-cc-banner3_component {
  z-index: 998;
  background-color: #fff;
  border-radius: 1rem;
  margin: 23.9rem 2rem 2rem;
  padding: 2rem;
  display: flex;
  position: absolute;
  inset: 0% 0% auto;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-banner3_text {
  color: #4b53eb;
  font-size: 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs3_button {
  color: #fff;
  text-align: center;
  background-color: #129657;
  border: 2px solid #129657;
  border-radius: 999rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-prefs3_button.fs-cc-button-alt {
  color: #7e7e7e;
  background-color: #fff;
  border-color: #a8a8a8;
  margin-right: .75rem;
}

.fs-cc-prefs3_submit {
  color: #fff;
  text-align: center;
  background-color: #4b53eb;
  border-radius: 999rem;
  margin-left: .75rem;
  padding: .875rem 2rem;
  font-size: 1rem;
}

.fs-cc-prefs3_checkbox-field {
  align-items: center;
  margin-bottom: 0;
  display: flex;
}

.fs-cc-prefs3_label {
  color: #4b53eb;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1.4;
}

.fs-cc-banner3_paragraph {
  color: #000;
  margin-top: .75rem;
  margin-bottom: 0;
}

.fs-cc-prefs3_checkbox {
  border-radius: 999rem;
  width: 1.5rem;
  height: 1.5rem;
  margin-top: 0;
  margin-right: .75rem;
}

.fs-cc-prefs3_checkbox.w--redirected-checked {
  background-color: #129657;
  background-size: 16px;
  border-color: #129657;
}

.fs-cc-prefs3_checkbox.w--redirected-focus {
  box-shadow: 0 0 3px 1px #129657;
}

.fs-cc-prefs3_content {
  padding: 2rem;
}

.fs-cc-prefs3_close {
  background-color: #fff;
  border-radius: 999rem;
  padding: .75rem;
  position: absolute;
  inset: 2rem 2rem auto auto;
}

.fs-cc-prefs3_checkbox-label {
  display: none;
}

.fs-cc-prefs3_icon {
  color: #fff;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
}

.fs-cc-prefs3_component {
  z-index: 997;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 100vh;
  padding: 2rem;
  display: none;
  position: relative;
}

.fs-cc-banner3_button-icon {
  width: 1rem;
  margin-right: .625rem;
}

.fs-cc-manager3_icon {
  color: #4b53eb;
  width: 1.5rem;
  height: 1.5rem;
  display: inline-block;
}

.fs-cc-banner3_button {
  color: #fff;
  background-color: #129657;
  border-radius: 500px;
  padding: .875rem 2rem;
  font-size: 1.125rem;
  text-decoration: none;
}

.fs-cc-banner3_button.fs-cc-button-alt {
  background-color: var(--conversion-flow-library-light-coral);
  margin-right: .75rem;
}

.fs-cc-prefs3_form {
  position: relative;
}

.fs-cc-prefs3_title {
  color: #fff;
  font-size: 1.5rem;
  line-height: 1.3;
}

.fs-cc-banner3_block {
  margin-right: 2rem;
}

.fs-cc-prefs3_buttons-wrapper {
  background-color: #f2f3ff;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  padding: 1.5rem 2rem;
  display: flex;
}

.fs-cc-prefs3_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs3_line {
  background-color: #e9e9e9;
  flex: 1;
  height: 1px;
  margin-left: 1.5rem;
  margin-right: 1.5rem;
}

.fs-cc-banner3_text-link {
  color: #4b53eb;
  border-bottom: 2px solid #4b53eb;
  font-weight: 400;
  text-decoration: none;
}

.fs-cc-manager3_component {
  z-index: 999;
  background-color: #fff;
  border-radius: 999rem;
  align-items: center;
  display: block;
  position: absolute;
  inset: auto auto 2rem 2rem;
  box-shadow: 7px 7px 12px #0000001a;
}

.fs-cc-banner3_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  display: flex;
}

.fs-cc-banner3_buttons-wrapper {
  flex: none;
}

.fs-cc-preferences3_close-icon {
  color: #4b53eb;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs3_form-wrapper {
  background-color: #fff;
  border-radius: .75rem;
  max-width: 45rem;
  margin-bottom: 0;
  overflow: hidden;
}

.fs-cc-manager3-link {
  justify-content: center;
  align-items: center;
  padding: .75rem 1.5rem;
  text-decoration: none;
  display: flex;
}

.fs-cc-prefs3_option {
  padding-top: .75rem;
  padding-bottom: .75rem;
}

.fs-cc-banner3_button-text {
  display: inline-block;
}

.nav-gradient-bg {
  z-index: 0;
  background-image: radial-gradient(circle closest-corner at 50% 0, #729fe9 4%, #ce99cc 49%, #af70ad00 87%), radial-gradient(circle farthest-side at 100% 0, #c03d5f 2%, #e887974f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0 0, #e04c73, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #ffdfab, #ffa675 43%, #f36f85);
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-toggle-text {
  z-index: 1;
  font-size: 1.3em;
  font-weight: 700;
  line-height: 1;
}

.nav-wrapper {
  z-index: 10;
  place-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  font-family: Montserrat, sans-serif;
  font-weight: 800;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

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

.main-nav {
  background-color: #1e1e1e;
  background-image: linear-gradient(#1e1e1e, #1e1e1e 31%, #1e1e1e);
  position: sticky;
  top: 0;
}

.nav-toggle-btn {
  z-index: 5;
  opacity: 1;
  background-color: #fff;
  background-image: linear-gradient(#ffd53f, #ffd53f);
  border-radius: 999em;
  margin-right: 50px;
  padding: 17px;
  font-size: 1em;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
}

.nav-toggle-btn:hover {
  background-image: linear-gradient(355deg, #ffdead, #ffa04c);
  transform: scale(1.2);
}

.close-btn-wrapper {
  z-index: 5;
  opacity: 1;
  color: #000;
  background-color: #fff;
  background-image: linear-gradient(148deg, #ffdead, #ffa04c);
  border-radius: 999em;
  padding: 17px;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  position: fixed;
  inset: 40px 45px auto auto;
}

.close-btn-wrapper:hover {
  background-image: linear-gradient(355deg, #ffdead, #ffa04c);
  transform: scale(1.2);
}

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

.main-nav-inner {
  background-color: #1e1e1e;
  background-image: linear-gradient(86deg, #1e1e1e, #1e1e1e 52%, #1e1e1e);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 88px;
  display: none;
}

.nav-items {
  z-index: 1;
  flex-direction: column;
  place-content: flex-end center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: auto;
}

.container-w1 {
  max-width: 1500px;
  margin-left: auto;
  margin-right: auto;
}

.bg-noise {
  z-index: 0;
  opacity: .3;
  background-image: url('../images/noise.png');
  background-position: 0 0;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.nav-link {
  color: #000;
  letter-spacing: .05em;
  text-transform: uppercase;
  padding-top: 1vh;
  padding-bottom: 1vh;
  font-size: 4.5vw;
  line-height: 1;
  text-decoration: none;
  transition: all .2s cubic-bezier(.175, .885, .32, 1.275);
  display: block;
}

.nav-link:hover {
  color: #fff;
  transform: scale(1.1);
}

.nav-link.btn {
  background-color: #fff;
  border-radius: 999em;
  margin-top: 2vh;
  padding: .6em .9em;
  font-size: 3vw;
}

.nav-link.btn:hover {
  color: #000;
}

.close-btn-text {
  z-index: 1;
  font-size: 1.6em;
  position: relative;
}

.image {
  margin-left: 10px;
}

.text-effect-wrapper {
  background-color: #fff;
  height: 260vh;
  margin-top: -20vh;
  margin-bottom: -20vh;
}

.container-w3 {
  width: 100%;
  max-width: 58em;
  margin-left: auto;
  margin-right: auto;
}

.container-w3.gutter-outside {
  flex: 0 auto;
  font-weight: 400;
}

.section-text-gradient-effect {
  z-index: 0;
  display: none;
  position: relative;
}

.text-effect-gradient {
  mix-blend-mode: lighten;
  background-image: linear-gradient(#fff 12%, #351073 26%, #c958de 38%, #fbb1f7 50%, #c958de 64%, #351073 76%, #fff 88%);
  height: 260vh;
  position: absolute;
  inset: 0%;
}

.text-effect-text {
  color: #000;
  font-size: 3.3em;
  font-weight: 600;
  line-height: 1.2em;
  display: inline;
}

.text-overlap-end {
  background-color: #fff;
  height: 100%;
  position: absolute;
  inset: auto 0% -100%;
}

.text-effect-overflow-hidden {
  overflow: hidden;
}

.text-effect-inner {
  background-color: #fff;
  position: relative;
  overflow: hidden;
}

.text-effect-sticky-element {
  justify-content: center;
  align-items: center;
  height: 100vh;
  display: none;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.cf-hero-logos-wrap {
  grid-column-gap: 20px;
  align-items: center;
  display: flex;
}

.cf-testimonial-logos-contain {
  grid-column-gap: 40px;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1130px;
  margin: 70px auto;
  display: flex;
}

.cf-star-image {
  margin-right: 16px;
}

.cf-64px-heading {
  color: #000;
  margin-top: -100px;
  margin-bottom: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 64px;
  font-weight: 700;
  line-height: 105%;
}

.cf-testmonial-text-wrapper {
  color: #0d0e10e6;
  align-items: center;
  margin-top: 32px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 150%;
  display: flex;
}

.cf-testimonial-logos {
  width: 100%;
  max-width: 120px;
}

.cf-testimonial-logos._3 {
  margin-right: 20px;
}

.cf-logos-text {
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 133%;
}

.cf-testimonial-logo-image {
  max-width: 15%;
  margin-left: 16px;
}

.home-left-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  max-width: 540px;
  margin-top: 100px;
  display: flex;
}

.cf-cta-button {
  color: #fff;
  letter-spacing: -.16px;
  background-color: #b16cea;
  border-radius: 40px;
  justify-content: center;
  align-items: center;
  padding: 24px 40px 26px;
  font-size: 22px;
  font-weight: 600;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-cta-button:hover {
  background-color: #b16cea;
}

.cf-cta-button.rectangle {
  border-radius: 16px;
  padding-right: 30px;
}

.cf-cta-button.rectangle.small {
  padding: 20px 20px 20px 34px;
}

.cf-extra-bold-span {
  font-weight: 800;
}

.cf-testimonial-image-2 {
  border-radius: 100px;
  width: 75%;
  max-width: 50px;
  height: 50px;
  margin-right: 20px;
}

.cf-hero-section-2 {
  background-color: #f3f3f3;
  background-image: url('../images/284e10f90c8212e58564f23aaa34bcd3.gif');
  background-size: cover;
  overflow: hidden;
}

.cf-button-gradient {
  z-index: auto;
  background-color: #b16cea;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  display: block;
  position: absolute;
  inset: 0% 0% 0% 5%;
}

.cf-button-text {
  z-index: 1;
  font-family: Montserrat, sans-serif;
  position: relative;
}

.cf-1140px-wrapper {
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 60px;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.cf-image-review-container {
  width: 50%;
  max-width: 627px;
  position: relative;
}

.cf-cta-arrow-div {
  z-index: 1;
  background-color: #0000;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 7px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-hero-6---text-container-4 {
  grid-row-gap: 10px;
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  align-items: flex-start;
  width: 100%;
  max-width: 489px;
  margin-bottom: 20px;
  margin-left: 40px;
  margin-right: 0;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.cf-hero-section-7 {
  background-color: #0d0e10;
  padding-bottom: 140px;
  position: relative;
  overflow: hidden;
}

.cf-hero-section-8 {
  background-color: #0d0e10;
  background-image: linear-gradient(#0d0e10 50%, #fff 50%);
  position: relative;
  overflow: hidden;
}

.cf-parallax-image-contain-2 {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 1440px;
  height: 812px;
  margin: -106px auto 0;
  display: flex;
  position: relative;
}

.cf-footer-container {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.cf-footer-wrapper {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cf-footer-copyright-wrapper {
  text-align: center;
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 32px;
}

.cf-footer-link-inner-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-footer-link-inner-wrapper.bottom-padding {
  margin-bottom: 20px;
}

.cf-footer-links-header {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-footer-paragraph {
  letter-spacing: .5px;
  max-width: 400px;
  margin-top: 32px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cf-footer-link {
  color: #b16cea;
}

.cf-brand-logo {
  max-width: 50%;
}

.cf-copyright-text-2 {
  color: #fffc;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.cf-footer-links {
  color: #ffffffe6;
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.cf-footer-links:hover {
  color: #b16cea;
}

.cf-footer-links.w--open {
  padding-right: 55px;
}

.cf-social-media-wrapper {
  background-color: #f4f4f4;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 12px;
  transition: all .2s;
  display: flex;
}

.cf-social-media-wrapper:hover {
  background-color: #caef45b3;
  transform: translate(0, -5px);
}

.cf-social-media-wrapper.social-media-wrapper-black {
  background-color: #212121;
}

.cf-social-media-wrapper.social-media-wrapper-black:hover {
  filter: invert();
}

.cf-footer-left-container {
  width: 30%;
  margin-right: 2%;
}

.cf-footer-logo-link.w--current {
  height: 39px;
  margin-bottom: 0;
}

.cf-footer-links-wrapper {
  flex-direction: column;
  align-items: flex-start;
  max-width: 150px;
  margin-right: 0;
  display: flex;
}

.cf-footer-section {
  color: #fff;
  background-color: #0d0d0d;
  background-image: url('../images/Shapes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
}

.cf-social-media-icon {
  width: 20px;
  height: 20px;
}

.cf-social-media-container {
  justify-content: flex-start;
  align-items: center;
  margin-top: 16px;
  display: flex;
}

.cf-footer-right-container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.content-wrapper {
  justify-content: center;
  align-items: center;
  height: 80vh;
  display: flex;
}

.container-5 {
  width: 95%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.change-text-wrapper {
  justify-content: center;
  align-items: center;
  display: flex;
}

.text-don-t-change {
  color: #71c734;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.text-change-wrapper {
  height: 50px;
  padding-left: 10px;
  overflow: hidden;
}

.text-change {
  color: #fff;
  text-transform: capitalize;
  font-size: 40px;
  font-weight: 700;
  line-height: 50px;
}

.cf-testimonial-black-name-2 {
  font-family: Montserrat, sans-serif;
  line-height: 175%;
}

.cf-testimonial-italic-text-2 {
  color: #000;
  margin-bottom: 8px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-style: italic;
  font-weight: 600;
  line-height: 156%;
}

.cf-black-review-stars-2 {
  margin-bottom: 14px;
}

.cf-testimonial-bottom-text-2 {
  margin-top: 160px;
}

.cf-18px-paragraph-2 {
  color: #000000e6;
  max-width: 510px;
  margin-bottom: 48px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.cf-testimonial-right-wrap-2 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 517px;
  height: 100%;
  display: flex;
}

.cf-round-testimonial-image-2 {
  border-radius: 100%;
  width: 100%;
  position: relative;
  left: 80px;
}

.cf-testimonial-black-image-2 {
  background-color: #0d0e10;
  border-radius: 50%;
  width: 40%;
  max-width: 380px;
}

.cf-home-testimonial-wrap-2 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 110px;
  display: flex;
}

.cf-82px-heading---black-2 {
  color: #000;
  text-align: center;
  max-width: 990px;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 82px;
  font-weight: 700;
  line-height: 100%;
}

.cf-heading-part-4 {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.cf-heading-part-5 {
  justify-content: center;
  align-items: center;
  display: flex;
}

.cf-call-arrow-down-2 {
  margin-bottom: -18px;
  margin-left: -18px;
  position: absolute;
  inset: auto auto 0% 0%;
}

.cf-call-arrow-contain-2 {
  background-color: #0d0e10;
  border-top-right-radius: 16px;
  justify-content: flex-start;
  align-items: flex-end;
  width: 32px;
  height: 32px;
  margin-left: 12px;
  padding-bottom: 5px;
  padding-left: 5px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.cf-call-arrow-contain-2.transparent {
  background-color: #0000;
  margin-left: 5px;
}

.cf-call-arrow-button-2 {
  color: #0d0e10;
  letter-spacing: -.32px;
  border: 1px solid #0d0e10;
  border-radius: 60px;
  align-items: center;
  margin-left: 40px;
  padding: 18px 42px;
  font-size: 18px;
  font-weight: 500;
  text-decoration: none;
  transition: filter .2s;
  display: flex;
  overflow: visible;
}

.cf-call-arrow-button-2:hover {
  filter: invert();
  background-color: #fff;
}

.cf-call-arrow-button-2.header-4 {
  font-family: Montserrat, sans-serif;
}

.cf-gradient-span-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(to right, #b16cea 20%, #ff5e69 60%, #ff8a56 80%, #ffa84b);
  -webkit-background-clip: text;
  background-clip: text;
  font-family: Montserrat, sans-serif;
}

.cf-heading-part-6 {
  align-items: center;
  display: flex;
}

.cf-heading-wrapper-2 {
  width: 100%;
}

.cf-1140px-wrapper---home-vertical-3 {
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 180px;
  display: flex;
  position: relative;
}

.cf-hero-section-9 {
  background-color: #fff;
  overflow: hidden;
}

.text-block-3 {
  margin-left: 56px;
  margin-right: 14px;
}

.heading-2 {
  margin-left: 64px;
}

.html-embed-2 {
  width: 1300px;
  height: 800px;
  margin-top: 50px;
  margin-bottom: 101px;
  padding-top: 62px;
  padding-bottom: 168px;
}

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

.hero_image-wrapper {
  width: 100%;
}

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

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

.hero_highlight {
  position: absolute;
  inset: -3rem auto auto -4.5rem;
}

.button-2 {
  color: #1e1e1e;
  background-color: #ffd53f;
  border-radius: 100rem;
  padding: 1.5rem 3rem;
  font-size: 1rem;
  font-weight: 600;
  transition: background-color .2s;
}

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

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

.hero_headline-wrapper {
  max-width: 55rem;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.hero_logo-image {
  opacity: 0;
}

.margin-bottom.margin-xsmall {
  margin-bottom: 1rem;
}

.margin-bottom.margin-xlarge {
  margin-bottom: 5rem;
}

.padding-global {
  background-color: #1e1e1e;
  padding-left: 5%;
  padding-right: 5%;
  display: none;
}

.heading-3 {
  color: #fff;
  font-family: Poppins, sans-serif;
  font-size: 62px;
  font-weight: 600;
  line-height: 120%;
}

.fs-cc-prefs_title-2 {
  color: #262626;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

.fs-cc-prefs_dropdown_icon {
  margin-right: 10px;
}

.fs-cc-prefs_buttons-wrapper-2 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-left: -32px;
  margin-right: -32px;
  padding: 20px 32px;
  display: grid;
  position: sticky;
  bottom: 0;
}

.fs-cc-prefs_space-small-2 {
  margin-bottom: 12px;
}

.fs-cc-banner_buttons-wrapper-2 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-cc-prefs_button-2 {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 12px;
  flex: 1;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
}

.fs-cc-prefs_button-2.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.fs-cc-prefs_dropdown-content {
  background-color: #0000;
  height: 100%;
  margin-top: 4px;
  padding-left: 18px;
  padding-right: 16px;
  position: relative;
  overflow: hidden;
}

.fs-cc-prefs_option-2 {
  border-bottom: 1px solid #33333326;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 20px;
  padding-bottom: 20px;
  display: flex;
}

.fs-cc-prefs_option-2.has-no-border {
  border-bottom-style: none;
}

.fs-cc-banner_text-2 {
  color: #8c8c8c;
  width: 100%;
  max-width: none;
  margin-bottom: 24px;
  margin-right: 0;
  font-size: 14px;
  font-weight: 300;
}

.fs-cc-banner_text-link-2 {
  color: #448ef7;
  border: 1px #000;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.fs-cc-prefs_space-smallish {
  margin-bottom: 32px;
}

.fs-cc-prefs_dropdown-toggle {
  z-index: 1;
  align-items: center;
  width: 100%;
  padding: 4px 0;
  display: flex;
}

.fs-cc-banner_component-2 {
  z-index: 998;
  background-color: #fff;
  border-radius: 20px;
  max-width: 472px;
  padding: 32px;
  display: none;
  position: relative;
  inset: auto 0% 0% auto;
  box-shadow: 3px 3px 9px #0000001c;
}

.fs-cc-prefs_status-button {
  z-index: 2;
  background-color: #d9d9d9;
  border-radius: 50px;
  width: 48px;
  height: 28px;
  margin-top: 0;
  margin-left: auto;
  display: flex;
  position: relative;
}

.fs-cc-prefs_dropdown {
  cursor: pointer;
  flex: 1;
  width: auto;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.fs-cc-prefs_form-2 {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fs-cc-prefs_status-text {
  text-align: right;
  flex: 0 auto;
  margin-top: 0;
  font-weight: 500;
}

.fs-cc-prefs_text-2 {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 300;
  line-height: 136%;
}

.banner-wrapper {
  z-index: 998;
  object-fit: fill;
  margin-bottom: 20px;
  margin-right: 64px;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs_indicator {
  background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 100%;
  width: 28px;
  height: 28px;
}

.fs-cc-prefs_label-2 {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 20px;
  font-weight: 400;
}

.fs-cc-prefs_space-medium-2 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.fs-cc-banner_button-2 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 12px;
  min-width: 140px;
  padding: 12px 60px;
  font-size: 18px;
  font-weight: 400;
}

.fs-cc-banner_button-2.fs-cc-button-alt {
  color: #000;
  background-color: #0000;
  border-color: #d9d9d9;
}

.fs-cc-prefs_component-2 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_container-2 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_content-2 {
  height: 100%;
  padding: 32px 32px 0;
  position: relative;
  overflow: scroll;
}

.paragraph {
  color: #fff;
  font-family: Poppins, sans-serif;
}

.home-figures_description {
  color: #b1b1b1;
  font-size: .925rem;
}

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

.home-figures_logo-overlay {
  background-image: linear-gradient(to right, #1a1a1a, #1a1a1a00 25% 75%, #1a1a1a);
  width: 100%;
  height: 100%;
  display: block;
  position: absolute;
  inset: 0%;
}

.h2-size-24 {
  font-size: 1.5rem;
}

.section_home-figures {
  background-color: #1e1e1e;
}

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

.padding-section-home-figures {
  padding-top: 6rem;
  padding-bottom: 3rem;
}

.home-figures_logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.home-figures_logo-list {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.home-figures_logo-pattern {
  flex: none;
  display: flex;
}

.padding-global-2 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
  display: none;
}

.home-figures_logo-wrapper {
  justify-content: center;
  align-items: center;
  width: 6rem;
  margin-right: 2rem;
  display: flex;
}

.home-figures_component {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  opacity: 0;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: flex-start center;
  width: 100%;
  display: grid;
}

.home-figures_item-wrapper {
  text-align: center;
  background-color: #1a1a1a;
  border-radius: 16px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 2rem 1rem;
  display: flex;
}

.home-figures_item-wrapper.is-logo {
  align-items: flex-start;
  padding-left: 0;
  padding-right: 0;
  position: relative;
  overflow: hidden;
}

.home-figures_figure-text {
  color: var(--white);
  font-size: 22px;
  font-weight: 500;
  line-height: 22px;
}

.home-features_description {
  color: #707070;
  font-size: 1.25rem;
  font-weight: 500;
}

.home-features_subheading {
  color: #000;
  align-items: center;
  font-size: 1.35rem;
  font-weight: 500;
  display: flex;
}

.home-features_image-wrapper {
  aspect-ratio: 1;
  border-radius: 20px;
  width: 40vw;
  max-width: 30rem;
  overflow: hidden;
}

.passing-section-zero {
  padding-top: 0;
  padding-bottom: 0;
}

.home-features_item-content-wrapper {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  justify-items: start;
  max-width: 30rem;
  margin-right: 2rem;
  display: grid;
}

.home-features_item-content-wrapper.is-right {
  margin-left: 2rem;
  margin-right: 0;
}

.home-features_h2 {
  color: #000;
  font-size: 3rem;
  line-height: 1.1;
}

.home-features_image {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

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

.home-features_image2 {
  object-fit: cover;
  object-position: 50% 50%;
  width: 100%;
  height: 100%;
  display: block;
}

.button-icon {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.125rem;
  height: 1.125rem;
  margin-top: .125rem;
  margin-left: .5rem;
  display: flex;
}

.home-features_list {
  z-index: 0;
  grid-column-gap: 4rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
  position: relative;
}

.section_home-features {
  background-color: #1e1e1e;
  margin-top: 0;
}

.home-features_item-wrapper {
  background-color: #fff;
  border-radius: 30px;
  justify-content: space-between;
  align-items: center;
  padding: 4rem;
  display: flex;
  position: sticky;
  bottom: 3rem;
  overflow: hidden;
}

.home-features_item-wrapper.is-1 {
  z-index: 3;
  margin-top: 0;
  position: relative;
  bottom: 0;
}

.home-features_item-wrapper.is-2 {
  z-index: 2;
  flex-direction: row-reverse;
  bottom: 6rem;
}

.home-features_item-wrapper.is-3 {
  z-index: 1;
  bottom: 3rem;
}

.home-features_logo-wrapper {
  border: 1px solid #ecebeb;
  border-radius: 6px;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  margin-right: .75rem;
  padding: .25rem;
  display: flex;
  overflow: hidden;
}

.button-3 {
  color: #fff;
  text-align: center;
  background-color: #4144ff;
  border-radius: 4px;
  padding: .75rem 1.5rem;
  font-weight: 600;
}

.button-3.is-icon {
  color: #000;
  background-color: #fff;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 0;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 1.1;
  text-decoration: none;
  display: flex;
}

.home-features_logo {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
}

.home-features_logo.is-3 {
  color: #f8c324;
}

.home-features_logo.is-1 {
  color: #00da3a;
}

.home-features_logo.is-2 {
  color: #259dff;
}

.text-span {
  -webkit-text-stroke-color: #fff;
  text-decoration: none;
}

.background-overlay {
  z-index: 2;
  background-image: linear-gradient(to right, #111316 25%, #11131600);
  position: absolute;
  inset: 0%;
}

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

.hero-stats-wrapper {
  grid-column-gap: 40px;
  align-items: center;
  display: flex;
}

.screen-image {
  z-index: 1;
  width: 50%;
  min-width: 250px;
}

.screen-image._2 {
  z-index: 2;
  border-radius: 13px;
  position: relative;
  top: -20px;
  right: -60px;
}

.screen-image._1 {
  z-index: 1;
  border-radius: 14px;
  min-width: 80px;
  margin-right: 0;
  padding-right: 0;
  position: relative;
  inset: auto -40px -20px 0;
}

.menu-button-2 {
  z-index: 1;
  background-color: #ffffff0d;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-left: 40px;
  padding: 15px;
  display: none;
}

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

.botton-container {
  grid-column-gap: 20px;
  display: flex;
}

.nav-bar-link {
  color: #fff;
  letter-spacing: 2px;
  text-transform: uppercase;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  padding: 6px;
  font-size: 11px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
  display: flex;
}

.nav-bar-link:hover, .nav-bar-link.w--current {
  color: #27bb7b;
}

.button-4 {
  color: #fff;
  text-align: center;
  background-color: #ffffff1a;
  border: 1px solid #36383f;
  border-radius: 8px;
  padding: 18px 30px 20px;
  font-size: 14px;
  font-weight: 400;
  line-height: 1em;
  text-decoration: none;
  transition: all .2s;
}

.button-4:hover {
  background-color: #36383f;
}

.button-4.cta {
  color: #88bcf0;
  background-color: #88bcf033;
  border-color: #88bcf094;
}

.button-4.cta:hover {
  color: #fff;
  background-color: #27bb7bcc;
}

.stat-container {
  grid-column-gap: 15px;
  color: #b1b1b1;
  align-items: flex-end;
  font-family: Poppins, sans-serif;
  font-size: 10px;
  font-weight: 400;
  line-height: 1.2em;
  display: flex;
}

.h1-title {
  color: #fff;
  margin-top: 0;
  margin-bottom: 40px;
  font-size: 50px;
  font-weight: 600;
  line-height: 1.2em;
}

.navigation-container {
  flex: 1;
  justify-content: space-between;
  align-items: center;
  max-width: 1400px;
  display: flex;
}

.background-container {
  z-index: 1;
  background-color: #111316;
  justify-content: flex-end;
  align-items: center;
  display: flex;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-section {
  background-color: #121316;
  justify-content: center;
  min-height: 100vh;
  padding-left: 5vw;
  padding-right: 5vw;
  display: flex;
  position: relative;
}

.section-container {
  z-index: 2;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 1500px;
  padding-top: 30px;
  padding-bottom: 40px;
  display: flex;
  position: relative;
}

.nav-menu {
  grid-column-gap: 40px;
  display: flex;
}

.navigation-wrapper {
  width: 100%;
}

.stat-title {
  color: #fff;
  font-size: 40px;
  font-weight: 600;
  line-height: 1em;
}

.brand-text-span {
  color: #27bb7b;
}

.right-content-container {
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  width: 50%;
  max-width: 550px;
  display: flex;
  position: relative;
}

.hero-background-image {
  opacity: .5;
  mix-blend-mode: hard-light;
  object-fit: cover;
  width: 80%;
  height: 100%;
}

.home {
  color: #fff;
  letter-spacing: 1px;
  text-transform: uppercase;
  font-size: 18px;
  font-weight: 600;
  line-height: 1em;
  text-decoration: none;
}

.home:hover {
  color: #fff;
}

.navbar-2 {
  z-index: 999;
  background-color: #0000;
  position: sticky;
  top: 0;
}

.burger {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  width: 30px;
  height: 30px;
  padding: 5px;
  display: flex;
}

.stat-separating-line {
  background-color: #ffffff80;
  width: 1px;
  height: 70px;
}

.burger-line {
  background-color: #fff;
  width: 20px;
  margin-top: 2px;
  margin-bottom: 2px;
  padding-top: 1px;
  padding-bottom: 1px;
}

.burger-line.bl-mid {
  width: 15px;
}

.hero-paragraph {
  color: #fff;
  margin-bottom: 60px;
  font-family: Poppins, sans-serif;
  font-size: 16px;
  font-weight: 400;
  line-height: 1.5em;
}

.left-content-container {
  flex-direction: column;
  align-items: flex-start;
  width: 48%;
  max-width: 480px;
  display: flex;
}

.right-floating-cookie {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  aspect-ratio: auto;
  object-fit: fill;
  background-color: #000;
  border-radius: 10px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 625px;
  margin-left: auto;
  margin-right: auto;
  padding: 25px;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
  overflow: visible;
}

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

.learn-more-span {
  color: #fff;
  font-weight: 600;
  text-decoration: underline;
}

.white-text {
  color: #fff;
}

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

.right-cookie-image {
  align-self: flex-start;
  width: 150px;
  height: 150px;
  margin-right: 25px;
}

.cookie-button-blue {
  color: #000;
  background-color: #b5e3f4;
  border-radius: 5px;
  margin-right: 20px;
  padding-left: 56px;
  padding-right: 56px;
}

.cookie-button-blue:hover {
  border-bottom-style: solid;
  border-bottom-color: #203492;
}

.cookies-container {
  border: 1px solid #6b6b6b;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  height: 85vh;
  padding: 10px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fs-cc-prefs_title-3 {
  color: #262626;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

.fs-cc-prefs_buttons-wrapper-3 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  background-color: #fff;
  border-top: 1px solid #f0f0f0;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-left: -32px;
  margin-right: -32px;
  padding: 20px 32px;
  display: grid;
  position: sticky;
  bottom: 0;
}

.fs-cc-banner_buttons-wrapper-3 {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  flex: 1;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.fs-cc-prefs_button-3 {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 12px;
  flex: 1;
  padding: 14px 20px;
  font-size: 16px;
  font-weight: 400;
}

.fs-cc-prefs_button-3.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.fs-cc-banner_component-3 {
  z-index: 998;
  background-color: #fff;
  border-radius: 20px;
  max-width: 472px;
  padding: 32px;
  display: block;
  position: relative;
  inset: auto 0% 0% auto;
  box-shadow: 3px 3px 9px #0000001c;
}

.fs-cc-prefs_form-3 {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fs-cc-prefs_text-3 {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 300;
  line-height: 136%;
}

.fs-cc-prefs_label-3 {
  color: #262626;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 32px;
  font-size: 20px;
  font-weight: 400;
}

.fs-cc-prefs_space-medium-3 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.fs-cc-banner_button-3 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 12px;
  min-width: 140px;
  padding: 12px 60px;
  font-size: 18px;
  font-weight: 400;
}

.fs-cc-banner_button-3.fs-cc-button-alt {
  color: #000;
  background-color: #0000;
  border-color: #d9d9d9;
}

.fs-cc-prefs_component-3 {
  z-index: 997;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_container-3 {
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs_content-3 {
  height: 100%;
  padding: 32px 32px 0;
  position: relative;
  overflow: scroll;
}

.fs-cc-prefs_component-4 {
  z-index: 997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_link-wrapper {
  margin-right: 35px;
  text-decoration: none;
  display: flex;
}

.fs-cc-banner_component-4 {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 24px 64px;
  display: block;
  position: absolute;
  inset: auto 0% 0%;
}

.fs-cc-prefs_form-4 {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fs-cc-banner_text-3 {
  color: #8c8c8c;
  max-width: 540px;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 300;
}

.fs-cc-prefs_space-medium-4 {
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-bottom: 40px;
  display: grid;
}

.fs-cc-prefs_content-4 {
  height: 100%;
  padding: 32px 32px 0;
  position: relative;
  overflow: scroll;
}

.fs-cc-banner_button-4 {
  color: #fff;
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 12px;
  min-width: 140px;
  margin-left: 8px;
  padding: 12px 60px;
  font-size: 1.25rem;
  font-weight: 400;
}

.fs-cc-banner_button-4.fs-cc-button-alt {
  color: #000;
  background-color: #0000;
  border-color: #d9d9d9;
}

.fs-cc-banner_button-4.fs-cc-button-no-outline {
  color: #000;
  background-color: #0000;
  border-style: none;
  min-width: auto;
  margin-left: 0;
  margin-right: 10px;
  padding: 0;
}

.fs-cc-prefs_indicator-2 {
  background-color: #fff;
  border: 2px solid #d9d9d9;
  border-radius: 100%;
  width: 28px;
  height: 28px;
  transition: transform .2s, transform .2s;
}

.fs-cc-prefs_button-4 {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 12px;
  flex: 1;
  margin-right: 0;
  padding: 14px 20px;
  font-size: 1.25rem;
  font-weight: 400;
}

.fs-cc-prefs_button-4.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border: 1px solid #d9d9d9;
}

.fs-cc-banner_text-link-3 {
  color: #000;
  border: 1px #000;
  font-weight: 400;
  text-decoration: none;
  display: inline-block;
}

.fs-cc-banner_buttons-wrapper-4 {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-banner_icon {
  color: #000;
}

.fs-cc-prefs_title-4 {
  color: #262626;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

.fs-cc-prefs_text-4 {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 300;
  line-height: 136%;
}

.fs-cc-prefs_buttons-wrapper-4 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 0;
  margin-left: -32px;
  margin-right: -32px;
  padding: 20px 32px;
  display: grid;
  position: sticky;
  bottom: 0;
}

.fs-cc-prefs_status-button-2 {
  z-index: 2;
  background-color: #d9d9d9;
  border-radius: 50px;
  width: 48px;
  height: 28px;
  margin-top: 0;
  margin-left: auto;
  transition: background-color .2s;
  display: flex;
  position: relative;
}

.fs-cc-banner_container-4 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cookie-checkbox {
  opacity: 0;
  cursor: pointer;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: -100%;
  position: absolute;
}

.cookie-checkbox:focus, .cookie-checkbox:focus-visible, .cookie-checkbox[data-wf-focus-visible] {
  outline-offset: 0px;
  background-color: #0000;
  outline: 0 #0000;
}

.fs-cc-prefs_component-5 {
  z-index: 997;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-direction: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-bottom: 0;
  padding: 32px;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner_component-5 {
  z-index: 998;
  background-color: #fff;
  border-top: 1px solid #4353ff29;
  padding: 24px 64px;
  display: block;
  position: fixed;
  inset: auto 0% 0%;
}

.fs-cc-prefs_form-5 {
  background-color: #fff;
  border-radius: 12px;
  width: 100%;
  max-width: 480px;
  height: 100%;
  max-height: 70vh;
  margin-bottom: 0;
  position: relative;
  overflow: hidden;
}

.fs-cc-banner_text-4 {
  color: #8c8c8c;
  max-width: 540px;
  margin-right: 24px;
  font-size: 16px;
  font-weight: 300;
}

.fs-cc-banner_buttons-wrapper-5 {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  display: flex;
}

.fs-cc-prefs_title-5 {
  color: #262626;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.2em;
}

.fs-cc-prefs_text-5 {
  color: #8c8c8c;
  font-size: 14px;
  font-weight: 300;
  line-height: 136%;
}

.fs-cc-prefs_buttons-wrapper-5 {
  z-index: 2;
  grid-column-gap: 8px;
  grid-row-gap: 16px;
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 0;
  margin-left: -32px;
  margin-right: -32px;
  padding: 20px 32px;
  display: grid;
  position: sticky;
  bottom: 0;
}

.fs-cc-banner_container-5 {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_button {
  text-align: center;
  background-color: #000;
  border: 1px solid #000;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_button.fs-cc-button-alt {
  color: #000;
  background-color: #fff;
  border-color: #000;
  margin-bottom: .75rem;
}

.cookie-banner {
  display: block;
}

.fs-cc-prefs2_component {
  z-index: 9999999;
  opacity: 1;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 2rem;
  display: flex;
  position: fixed;
  inset: 0%;
}

.fs-cc-banner2_text {
  font-size: 1rem;
}

.fs-cc-prefs2_overlay {
  z-index: -1;
  background-color: #0006;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox-label {
  display: none;
}

.fs-cc-banner2_container {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 60rem;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.fs-cc-prefs2_content {
  color: #000;
  background-color: #fff;
  height: 100%;
  padding: 2.5rem 2rem;
}

.fs-cc-prefs2_submit {
  text-align: center;
  background-color: #005f03;
  margin-top: .75rem;
  padding: .75rem 1.25rem;
  font-weight: 700;
}

.fs-cc-prefs2_close {
  color: #fff;
  cursor: pointer;
  background-color: #000;
  padding: .75rem;
  font-size: 1.25rem;
  text-decoration: none;
  position: absolute;
  inset: 0 0 auto auto;
  box-shadow: -1px 1px 4px #3333331a;
}

.fs-cc-prefs2_buttons-wrapper {
  flex-direction: column;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-prefs2_toggle-wrapper {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  display: flex;
}

.fs-cc-prefs2_form {
  color: #fff;
  background-color: #333;
  width: 100%;
  max-width: 25rem;
  max-height: 85vh;
  margin-bottom: 0;
  position: relative;
}

.fs-cc-banner2_buttons-wrapper {
  flex: none;
  grid-template-rows: auto;
  grid-template-columns: auto auto;
  grid-auto-columns: 1fr;
  align-items: center;
  margin-top: 1rem;
  display: flex;
}

.fs-cc-preferences2_close-icon {
  color: #fff;
  width: 1.5rem;
  height: 1.5rem;
}

.fs-cc-prefs2_checkbox-field {
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-bottom: 0;
  padding: .125rem;
  display: flex;
  position: relative;
}

.fs-cc-manager2_button {
  color: #0540f2;
  cursor: pointer;
  background-color: #fff;
  flex-direction: column;
  width: 3rem;
  padding: .5rem;
  transition: color .2s;
  display: flex;
}

.fs-cc-manager2_button:hover {
  color: #4353ff;
}

.fs-cc-banner2_button {
  color: #000;
  text-align: center;
  text-transform: uppercase;
  background-color: #fff;
  flex: 1;
  min-width: 7.5rem;
  margin-left: 0;
  margin-right: 1rem;
  padding: .5rem 1.25rem;
  font-weight: 700;
}

.fs-cc-banner2_button.fs-cc-button-alt {
  color: #fff9;
  background-color: #9b9b9b66;
}

.fs-cc-prefs2_form-wrapper {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1.5rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_space-small {
  margin-bottom: .75rem;
}

.fs-cc-prefs2_label {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2rem;
  font-size: 1rem;
  font-weight: 700;
}

.fs-cc-prefs2_title {
  color: #010440;
  text-align: center;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 1.2em;
}

.fs-cc-manager2_component {
  z-index: 99999999;
  display: block;
  position: fixed;
  inset: auto auto 1.25rem 1.25rem;
}

.fs-cc-banner2_component {
  z-index: 2147483647;
  color: #fff;
  background-color: #000;
  width: 28.125rem;
  padding: 2rem;
  display: block;
  position: fixed;
  inset: auto 0% 0% auto;
}

.fs-cc-prefs2_option {
  border-bottom: 1px solid #c0c0c04d;
  padding-top: 1rem;
  padding-bottom: 1rem;
}

.fs-cc-prefs2_checkbox {
  z-index: 1;
  cursor: pointer;
  background-color: #fff;
  border-width: 2px;
  border-color: #000;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.fs-cc-prefs2_checkbox.w--redirected-checked {
  background-color: #0540f2;
  background-size: auto;
  border-color: #0540f2;
}

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

.text-size-regular.text-color-primary {
  color: #bcbcbc;
  overflow-wrap: break-word;
}

.card-right {
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  height: 100%;
  padding: 30px;
  display: flex;
}

.section_next {
  background-color: #000;
  height: 100vh;
}

.icon-x {
  width: 14px;
}

.container-large-4 {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  position: static;
}

.card_content-wrap {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  display: flex;
}

.padding-global-3 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

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

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

.text-size-tiny.text-color-secondary {
  color: #d2ff09;
}

.icon-youtube {
  width: 16px;
  padding-top: 2px;
}

.text-size-medium {
  font-family: Open Sans, sans-serif;
  font-size: 1.25rem;
}

.text-size-medium.text-weight-light.text-color-primary {
  color: #fff;
}

.card-left {
  width: 50%;
  height: 100%;
}

.heading-style-h1 {
  color: #939393;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Open Sans, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.1;
}

.navbar-3.is--fixed {
  z-index: 1;
  position: fixed;
  inset: 0% 0% auto;
}

.hero_card-wrapper {
  grid-column-gap: 100px;
  grid-row-gap: 100px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  display: flex;
  position: relative;
  top: 10rem;
}

.nav_container {
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.section_home-hero {
  background-color: #000;
}

.nav_logo {
  width: 3rem;
}

.media-wrap {
  grid-column-gap: 13px;
  grid-row-gap: 13px;
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.img-card {
  aspect-ratio: auto;
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.cta-email-wrap {
  grid-column-gap: 3px;
  grid-row-gap: 3px;
  flex-flow: column;
  justify-content: center;
  align-items: flex-end;
  padding-top: 2px;
  padding-bottom: 2px;
  display: flex;
  overflow: visible;
}

.icon-linkedin {
  width: 14px;
}

.email-link {
  color: #cbcbcb;
  letter-spacing: .5px;
  text-transform: lowercase;
  font-size: 9px;
  font-weight: 300;
  line-height: 1em;
  text-decoration: none;
}

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

.heading-style-h3.text-color-primary {
  color: #fff;
  overflow-wrap: break-word;
  margin-top: 0;
  margin-bottom: 0;
}

.stacking-card {
  background-color: #010102;
  border: 1px solid #454b02;
  border-radius: 18px;
  justify-content: center;
  align-items: flex-start;
  width: 850px;
  height: 341px;
  display: flex;
  position: sticky;
  overflow: hidden;
  box-shadow: 0 -8px 20px 1px #fff3;
}

.stacking-card.is--first {
  margin-bottom: 5rem;
  top: 10rem;
}

.stacking-card.is--sixth {
  margin-bottom: 0;
  top: 15rem;
}

.stacking-card.is--second {
  margin-bottom: 4rem;
  top: 11rem;
}

.stacking-card.is--fourth {
  margin-bottom: 2rem;
  top: 13rem;
}

.stacking-card.is--third {
  margin-bottom: 3rem;
  top: 12rem;
}

.stacking-card.is--fifth {
  margin-bottom: 1rem;
  top: 14rem;
}

.body-2 {
  background-color: var(--black);
}

.navlink {
  color: #f6f6f7;
}

.navlink.text-style-muted {
  color: #8f9bb7;
}

.navbar_component {
  background-color: #ddd0;
  border-bottom: 1px solid #151934;
  padding: 1.5rem 4%;
}

.logo-embed {
  width: 9.875rem;
  max-width: 100%;
  margin-top: 2px;
}

.nav_container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .25fr 1fr .25fr;
  grid-auto-columns: 1fr;
  place-items: center;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.brand {
  display: flex;
}

.brand.w--current {
  display: block;
}

.button-5 {
  z-index: 99;
  color: #fff;
  text-align: center;
  background-color: #7214ff;
  border-radius: 2.25rem;
  padding: .9375rem 1.5625rem;
  font-weight: 500;
  transition: all .2s;
}

.button-5:hover {
  transform: scale(.96);
}

.button-5.menu-btn-hide {
  display: none;
}

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

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

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

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

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

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

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

.hero-image {
  width: 100%;
  margin-top: 50px;
}

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

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

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

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

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

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

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

.hero-image-2 {
  width: 100%;
  margin-top: 50px;
}

.container-8 {
  max-width: 1400px;
  padding-left: 30px;
  padding-right: 30px;
}

.section-title {
  margin-bottom: 30px;
}

.grid-project {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.empty-state {
  color: #fff;
  text-align: center;
  background-color: #ae76e1;
  border-radius: 10px;
}

.section-benefits.padding-global {
  display: block;
  position: relative;
}

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

.benefits__content-wrapper {
  grid-row-gap: 2rem;
  background-image: linear-gradient(#0a0a0a00, #0a0a0a 22%);
  flex-direction: column;
  justify-content: center;
  height: 100vh;
  padding-top: 8rem;
  padding-bottom: 8rem;
  display: flex;
  position: sticky;
  top: 2rem;
}

.heading-2 {
  color: #c7ddf3;
}

.heading-2.is-short {
  width: 22ch;
}

.text-size_regular {
  color: #c7ddf3;
  font-size: 1.25rem;
  line-height: 1.5;
}

.text-size_regular.is-short {
  width: 32ch;
}

.brix---inner-container-600px---center {
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
}

.light-black {
  color: #707070;
}

.brix---3-columns-1-col-tablet {
  grid-column-gap: 28px;
  grid-row-gap: 28px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

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

.brix---mg-bottom-48px {
  margin-bottom: 48px;
}

.brix---mg-bottom-8px {
  margin-bottom: 8px;
}

.brix---paragraph-default-2 {
  color: #707070;
  margin-bottom: 0;
  font-size: 18px;
  line-height: 30px;
}

.brix---heading-h2-size {
  color: #000;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 38px;
  font-weight: 700;
  line-height: 50px;
}

.brix---color-neutral-801 {
  color: #6e7191;
}

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

.brix---container-default-3 {
  max-width: 1218px;
  padding-left: 24px;
  padding-right: 24px;
}

.brix---section {
  color: #fff;
  background-color: #f6f6f6;
  margin-top: 0;
  padding-top: 60px;
  padding-bottom: 100px;
  display: none;
}

.brix---card-link-content-center {
  color: #6e7191;
  text-align: center;
  transform-style: preserve-3d;
  background-color: #fff;
  border: 1px solid #eff0f6;
  border-radius: 24px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 48px 24px;
  text-decoration: none;
  transition: transform .3s, color .3s;
  display: flex;
  box-shadow: 0 2px 7px #14142b0f;
}

.brix---card-link-content-center:hover {
  transform: scale3d(.94, .94, 1.01);
}

.brix---color-neutral-802 {
  color: #211f54;
}

.brix---mg-bottom-12px {
  margin-bottom: 12px;
}

.brix---heading-h3-size {
  color: #000;
  margin-top: 0;
  margin-bottom: 12px;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 34px;
}

.cf-black-small-button {
  text-align: center;
  background-color: #000;
  border-radius: 8px;
  width: 169px;
  padding: 22px 32px 20px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 600;
  transition: background-color .9s;
}

.cf-black-small-button:hover {
  background-image: linear-gradient(to right, #18cce7 17%, #2918e7);
}

.cf-tabs-content-heading {
  color: #000;
  margin-top: 10px;
  margin-bottom: 20px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-image.tab-2 {
  width: 62%;
  max-width: 362px;
  position: relative;
  top: -20%;
}

.cf-tabs-image.absolute {
  position: absolute;
  inset: auto 17% 7% auto;
  box-shadow: 8px 18px 160px #0003;
}

.cf-tabs-image.absolute.tab-2 {
  width: 81%;
  max-width: 475px;
  position: absolute;
  inset: auto 8% 15% auto;
}

.cf-tabs-image.absolute.tab-1 {
  width: 36%;
  max-width: 212px;
  right: 14%;
}

.cf-tabs-image.absolute.card {
  width: 48%;
  max-width: 233px;
  height: auto;
}

.cf-tabs-image.absolute.card.tab-3 {
  width: 36%;
  max-width: 212px;
  padding: 0;
  bottom: 15%;
}

.cf-features-section-4 {
  background-color: #0d0e10;
}

.cf-tabs-left-wrap {
  background-color: #fff;
  flex-direction: column;
  justify-content: center;
  width: 50%;
  padding-left: 64px;
  padding-right: 54px;
  display: flex;
  position: relative;
}

.cf-tabs-content {
  border-radius: 12px;
}

.cf-tabs-element {
  position: absolute;
  inset: 4% 10% auto auto;
}

.cf-tabs-element._2 {
  inset: auto -6% -4% auto;
}

.cf-tabs-header-text {
  color: #fffc;
  text-align: center;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 155%;
}

.cf-home-tab-link {
  color: #fff;
  background-color: #0000;
  border-radius: 36px;
  padding: 18px 40px 16px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
  transition: opacity .2s;
}

.cf-home-tab-link:hover {
  opacity: .8;
}

.cf-home-tab-link.w--current {
  color: #fff;
  background-color: #88bcf0;
  border-radius: 7px;
  padding: 18px 40px 16px;
  font-size: 18px;
  font-weight: 700;
  line-height: 100%;
}

.cf-tabs-content-contain {
  border-radius: 12px;
  justify-content: space-between;
  align-items: stretch;
  min-height: 689px;
  display: flex;
}

.cf-tabs-header {
  color: #fff;
  max-width: 839px;
  margin-bottom: 40px;
  margin-left: auto;
  margin-right: auto;
}

.cf-tabs-right-tab {
  background-color: #18cce7;
  background-image: linear-gradient(127deg, #18cce7, #2918e7);
  justify-content: center;
  align-items: center;
  width: 50%;
  display: flex;
  position: relative;
}

.cf-home-tabs {
  flex-direction: column;
  align-items: center;
  width: 100%;
  display: flex;
}

.cf-tabs-sub-heading {
  color: #2918e7;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Montserrat, sans-serif;
  font-size: 14px;
  font-weight: 700;
  line-height: 140%;
}

.cf-tabs-menu {
  grid-column-gap: 20px;
  justify-content: space-between;
  align-items: center;
  margin-bottom: 80px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.cf-tab-image.tab-3 {
  width: 80%;
  max-width: 468px;
}

.cf-tab-image.tab-1 {
  width: 66%;
  max-width: 385px;
}

.cf-tab-image.tab-5 {
  width: 70%;
  max-width: 400px;
}

.cf-tab-image.tab-4 {
  width: 78%;
  max-width: 453px;
}

.cf-features-4-tabs-wrapper {
  width: 90%;
  max-width: 1169px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 100px;
  padding-bottom: 100px;
}

.cf-features-4-tabs-heading {
  text-align: center;
  max-width: 744px;
  margin: 0 auto 16px;
  font-family: Montserrat, sans-serif;
  font-size: 40px;
  font-weight: 700;
  line-height: 120%;
}

.cf-tabs-content-text {
  color: #000c;
  margin-bottom: 36px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 500;
  line-height: 155%;
}

.footer__notice {
  color: #181f25cc;
  letter-spacing: .02em;
  max-width: 210px;
  font-size: 14px;
}

.footer__form-wrap {
  width: 100%;
}

.logo-link-2.mod--footer {
  filter: grayscale() contrast(140%);
  margin-bottom: 60px;
}

.footer__heading-wrap {
  margin-top: -25px;
  margin-bottom: 88px;
}

.form__btn {
  background-color: #181f25;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  display: flex;
  position: absolute;
  bottom: 12px;
  right: 0;
  overflow: hidden;
}

.form__submit {
  z-index: 3;
  opacity: 0;
  position: absolute;
  inset: 0%;
}

.form__submit-result-ico {
  flex: none;
  width: 1rem;
  max-width: none;
  display: block;
}

.footer__col {
  flex: 1;
}

.footer__col.mod--1 {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  max-width: 340px;
  display: flex;
}

.footer__col.mod--2 {
  padding-left: 170px;
}

.footer__col.mod--2.mod--social {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.footer__list-item {
  color: #2d3c49;
  text-transform: uppercase;
  margin-bottom: 24px;
  line-height: 1.5em;
}

.from-block {
  margin-bottom: 0;
  position: relative;
}

.footer__inside-columns {
  justify-content: space-between;
  width: 100%;
  display: flex;
}

.footer__soc-img {
  filter: none;
  object-fit: scale-down;
  width: 100%;
  height: 100%;
  transition: all .2s;
  display: block;
}

.footer__inside-col.mod--2 {
  flex: 1;
  max-width: 370px;
}

.input {
  color: #181f25;
  letter-spacing: .03em;
  text-transform: uppercase;
  background-color: #0000;
  border: 0 solid #000;
  border-bottom: 1px solid #181f25;
  height: 62px;
  margin-bottom: 0;
  padding-left: 0;
  padding-right: 40px;
  font-size: 16px;
  font-weight: 300;
}

.input:focus {
  border-bottom-color: #181f25;
}

.input::placeholder {
  color: #181f25;
}

.footer__heading {
  color: #e3e7eb;
  margin-bottom: 0;
  padding-bottom: 2px;
  font-size: 55px;
  line-height: 1.05em;
}

.footer__heading.mod--2 {
  position: absolute;
  top: 100%;
  left: 0;
}

.footer__heading.mod--3 {
  position: absolute;
  top: 200%;
  left: 0;
}

.footer__columns {
  justify-content: space-between;
  display: flex;
}

.footer__columns.mod--1 {
  margin-bottom: 88px;
}

.footer__soc-link {
  border: 1px solid #181f2540;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  margin-right: 24px;
  display: flex;
}

.footer__soc-link:hover {
  border-color: #181f2580;
}

.footer__list {
  column-count: 2;
  column-gap: 55px;
  margin-bottom: -28px;
  padding-left: 0;
  list-style-type: none;
}

.footer__nav-link {
  color: #e3e7eb;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__nav-link:hover {
  opacity: 1;
  color: #181f25;
}

.form {
  position: relative;
}

.footer__list-titile {
  color: #e3e7eb;
  margin-bottom: 40px;
  font-size: 26px;
}

.footer__heading-link {
  color: #181f25;
  line-height: 1.15em;
  text-decoration: none;
  display: inline-block;
  position: relative;
}

.footer__heading-link:hover {
  color: #181f25cc;
}

.overflow-hidden {
  overflow: hidden;
}

.overflow-hidden.mod--submit {
  opacity: 1;
  transition: all .2s;
}

.overflow-hidden.mod--submit.active {
  opacity: 0;
}

.footer__list-txt {
  color: #e3e7eb;
  text-decoration: none;
  display: inline-block;
}

.form__submit-result {
  align-items: center;
  width: 0;
  transition: all .2s;
  display: flex;
  overflow: hidden;
}

.form__submit-result.active {
  width: 1rem;
  transition-duration: 1s;
}

.footer__copyright-logo {
  flex: none;
  margin-right: 14px;
}

.form__submit-result-wrap {
  justify-content: flex-start;
  align-items: center;
  padding-left: .8rem;
  display: flex;
  position: absolute;
  inset: 0%;
}

.footer__copyright-link {
  color: #181f25cc;
  align-items: center;
  font-size: 14px;
  line-height: 1.6em;
  text-decoration: none;
  display: flex;
}

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

.form__btn-arrows {
  transition: all .3s;
  position: relative;
  left: 0;
}

.footer__form-title {
  color: #e3e7eb;
  margin-bottom: 42px;
}

.footer__heading-anim {
  opacity: .4;
  position: relative;
  bottom: 0;
}

.section-2 {
  z-index: 1;
  padding: 110px 60px;
  position: relative;
}

.section-2.mod--footer {
  color: #181f25;
  background-color: #55626e;
  justify-content: center;
  align-items: flex-end;
  min-height: 100vh;
  padding-top: 112px;
  padding-bottom: 60px;
  transition: all .5s;
  display: flex;
}

.form__btn-arrow {
  display: block;
  position: relative;
  bottom: 0;
}

.form__btn-arrow.mod--2 {
  position: absolute;
  bottom: 0;
  left: -30px;
}

.content {
  z-index: 2;
  width: 100%;
  max-width: 1230px;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.content.mod--footer {
  margin-top: -15px;
  padding-top: 15px;
  overflow: hidden;
}

.text-block-4 {
  color: #e3e7eb;
}

.cf-footer-link-2 {
  color: var(--conversion-flow-library-medium-purple);
}

.cf-copyright-text-3 {
  color: #fffc;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 120%;
}

.cf-footer-copyright-wrapper-2 {
  text-align: center;
  border-top: 1px solid #fff3;
  width: 100%;
  padding-top: 32px;
}

.cf-footer-links-2 {
  color: #ffffffe6;
  letter-spacing: .5px;
  padding-top: 8px;
  padding-bottom: 8px;
  padding-left: 0;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 24px;
  text-decoration: none;
}

.cf-footer-links-2:hover {
  color: var(--conversion-flow-library-medium-purple);
}

.cf-footer-links-2.w--open {
  padding-right: 55px;
}

.cf-footer-links-header-2 {
  margin-bottom: 25px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 500;
  line-height: 120%;
}

.cf-footer-link-inner-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-footer-link-inner-wrapper-2.bottom-padding {
  margin-bottom: 20px;
}

.cf-footer-links-wrapper-2 {
  flex-direction: column;
  align-items: flex-start;
  max-width: 150px;
  margin-right: 0;
  display: flex;
}

.cf-footer-right-container-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 60%;
  display: grid;
}

.cf-footer-social-icon {
  object-fit: contain;
  width: 24px;
  height: 24px;
}

.cf-footer-social-link-block {
  background-color: #fff;
  border-radius: 100%;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 44px;
  height: 44px;
  margin-right: 12px;
  padding: 12px;
  transition: background-color .26s;
  display: flex;
}

.cf-footer-social-link-block:hover {
  background-color: var(--conversion-flow-library-sandy-brown);
}

.cf-footer-social-wrapper {
  align-items: center;
  margin-top: 10px;
  display: flex;
}

.cf-footer-paragraph-2 {
  letter-spacing: .5px;
  max-width: 400px;
  margin-top: 32px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  line-height: 28px;
}

.cf-footer-logo {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-footer-logo-link-2.w--current {
  height: 39px;
  margin-bottom: 0;
}

.cf-footer-left-container-2 {
  width: 30%;
  margin-right: 2%;
}

.cf-footer-container-2 {
  justify-content: space-between;
  width: 100%;
  margin-bottom: 60px;
  display: flex;
}

.cf-footer-wrapper-2 {
  flex-flow: wrap;
  justify-content: space-between;
  display: flex;
}

.cf-wrapper-1200px-2 {
  justify-content: space-between;
  align-items: center;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.cf-footer-section-2 {
  color: #fff;
  background-color: #0d0d0d;
  background-image: url('../images/Shapes.svg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  padding-top: 140px;
  padding-bottom: 100px;
  display: none;
}

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

.footer_top {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.client-logo_component {
  display: flex;
  position: relative;
}

.padding-global-4 {
  padding-left: 2.5rem;
  padding-right: 2.5rem;
}

.loader_component {
  z-index: 9999;
  justify-content: center;
  align-items: center;
  height: 100dvh;
  display: none;
  position: fixed;
  inset: 0%;
  overflow: hidden;
}

.loader_image {
  width: 5rem;
  height: auto;
}

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

.button_arrow {
  position: absolute;
}

.navbar_button-wrapper {
  grid-column-gap: 1rem;
  display: flex;
}

.footer_component {
  background-color: #1e0044;
  border-radius: 1.5rem;
}

.header-headshot_wrapper {
  width: 4rem;
  height: 4rem;
}

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

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

.button-6 {
  color: #fff;
  text-align: center;
  text-transform: uppercase;
  background-color: #0000;
  border: 1px solid #fff;
  border-radius: 100vw;
  padding: .625rem .875rem;
  text-decoration: none;
  transition: box-shadow .6s;
}

.button-6:hover {
  box-shadow: 0 0 8px 2px #ffffff80;
}

.button-6.is-navbar2-button {
  padding-top: .5rem;
  padding-bottom: .5rem;
  transition-duration: .4s;
}

.button-6.is-footer-cta {
  border-width: 2px;
  padding: 1rem 3.5rem;
  font-size: 4rem;
}

.button-6.is-footer-cta:hover {
  box-shadow: 0 0 40px 2px #ffffff80;
}

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

.availability_indicator {
  background-color: #61ff00;
  border-radius: 50%;
  width: .5rem;
  height: .5rem;
}

.text-style-tagline {
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  font-size: .875rem;
  text-decoration: none;
  display: inline-block;
}

.portfolio_item:nth-child(odd) {
  color: #0b001a;
}

.portfolio_item:nth-child(2n) {
  color: #fff;
}

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

.header-headshot {
  border: 2px solid #b923ff;
  border-radius: 50%;
}

.main-wrapper-2 {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
}

.navbar_menu-button {
  padding: 0;
}

.loader_content-wrapper {
  z-index: 1;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 12rem;
  position: relative;
}

.navbar_link-text {
  justify-content: flex-start;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.section_header {
  background-color: #1e0044;
  border-bottom-right-radius: 1.5rem;
  border-bottom-left-radius: 1.5rem;
}

.heading-style-display {
  font-size: 6rem;
  line-height: 1.1;
}

.navbar_link-icon {
  justify-content: center;
  align-items: center;
  width: 1.5rem;
  height: 1.5rem;
  font-size: 1rem;
  font-weight: 500;
  display: flex;
}

.footer_menu-list {
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.client-logo_list {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1rem;
  white-space: nowrap;
  flex-wrap: wrap;
  grid-template-rows: auto;
  grid-template-columns: 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem 12.5rem;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  place-items: center start;
  margin-right: 2rem;
  display: grid;
}

.client-logo_wrapper {
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.header-text_wrapper {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.loader_background {
  background-color: #0b001a;
  position: absolute;
  inset: 0%;
}

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

.section_logo {
  position: relative;
  overflow: hidden;
}

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

.footer_mid {
  grid-column-gap: 3.5rem;
  grid-row-gap: 3.5rem;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding-top: 5rem;
  padding-bottom: 5rem;
  display: flex;
}

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

.navbar_menu {
  justify-content: center;
  align-items: center;
  display: flex;
  position: static;
}

.logo-gradient-overlay {
  z-index: 99;
  background-image: linear-gradient(90deg, #0b001a, #0b001a00);
  width: 10rem;
  height: 100%;
  position: absolute;
  inset: 0% auto 0% 0%;
}

.logo-gradient-overlay.is-right {
  inset: 0% 0% 0% auto;
  transform: rotate(180deg);
}

.navbar_menu-wrapper {
  display: flex;
}

.text-gradient-purple {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #8338ec 49.3%, #b923ff 87.76%);
  -webkit-background-clip: text;
  background-clip: text;
}

.navbar_component-2 {
  background-color: #0000;
  flex: none;
  align-items: center;
  width: 100%;
  height: auto;
  display: flex;
}

.client-logo_logo {
  max-height: 3.5rem;
}

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

.footer_link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

.navbar_container {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: .375fr 1fr .5fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

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

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

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

.button_image {
  width: 100%;
  height: 100%;
  position: relative;
}

.portfolio_list {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.navbar_wrapper {
  background-color: #1e0044;
  border-top-left-radius: 1.5rem;
  border-top-right-radius: 1.5rem;
  padding: 1.25rem 2.5rem;
}

.header-avail_component {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.section_wrapper {
  grid-column-gap: 1.25rem;
  grid-row-gap: 1.25rem;
  flex-flow: column;
  display: flex;
}

.button_header {
  flex-flow: column;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 11.875rem;
  min-width: 11.875rem;
  height: 11.875rem;
  min-height: 11.875rem;
  display: flex;
  position: relative;
}

.page-wrapper-2 {
  padding: 1.25rem;
}

.navbar_link {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  text-transform: uppercase;
  justify-content: center;
  align-items: center;
  padding: .5rem 1rem;
  font-size: .875rem;
  text-decoration: none;
  display: flex;
}

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

.header_component {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1.75fr 1fr;
  grid-auto-columns: 1fr;
  place-items: end;
  min-height: 70dvh;
  padding-bottom: 5rem;
  display: grid;
}

.padding-section-small {
  padding-top: 3rem;
  padding-bottom: 3rem;
}

.padding-section-medium {
  padding-top: 5rem;
  padding-bottom: 5rem;
}

.padding-global-5 {
  padding-left: 8.25rem;
  padding-right: 8.25rem;
}

.container-large-7 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container-large-7.block {
  grid-row-gap: 100px;
  display: block;
}

.heading-style-h3-2 {
  font-size: 2.75rem;
  font-weight: 500;
  line-height: 60px;
}

.about_yellow-text {
  color: #ea8610;
  font-size: 1rem;
  font-weight: 500;
  line-height: 25px;
}

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

.heading-style-h4 {
  font-size: 2rem;
  font-weight: 500;
  line-height: 1.4;
}

.heading-style-h4.text-weight-normal {
  font-weight: 400;
}

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

._2-column-grid {
  grid-column-gap: 124px;
  grid-row-gap: 124px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.heading-style-h2 {
  color: #4d4d4d;
  text-transform: capitalize;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

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

.padding-global-6 {
  padding-left: 8.25rem;
  padding-right: 8.25rem;
}

.container-large-8 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  max-width: 80rem;
  margin-left: auto;
  margin-right: auto;
  display: grid;
}

.container-large-8.block {
  grid-row-gap: 100px;
  display: block;
}

.faq1_accordion {
  border-bottom: 1px solid #c7c7c7;
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.small-text {
  color: gray;
  line-height: 1.2;
}

.faq1_answer {
  overflow: hidden;
}

.faq1_question {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  text-transform: uppercase;
  cursor: pointer;
  justify-content: flex-start;
  align-items: center;
  padding-top: 1.25rem;
  padding-bottom: 1.25rem;
  display: flex;
}

@media screen and (min-width: 1280px) {
  .cf-cta-top-image {
    left: -24%;
  }

  .cf-cta-bottom-image {
    width: 25%;
  }

  .image {
    margin-left: 32px;
  }

  .cf-testimonial-logos {
    max-width: 130px;
  }

  .cf-footer-link-inner-wrapper {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .cf-brand-logo {
    max-width: 50%;
  }

  .cf-footer-links {
    color: #ffffffb3;
    transition: opacity .2s;
  }

  .cf-footer-links:hover {
    color: #fff;
  }

  .cf-footer-right-container {
    justify-content: center;
  }

  .h1-title {
    font-size: 52px;
  }

  .right-content-container {
    max-width: 650px;
  }

  .hero-paragraph {
    font-size: 18px;
  }

  .left-content-container {
    max-width: 520px;
  }

  .cf-tabs-element {
    top: 18%;
    right: 21%;
  }

  .cf-footer-links-2 {
    color: #ffffffb3;
    transition: opacity .2s;
  }

  .cf-footer-links-2:hover {
    color: #fff;
  }

  .cf-footer-link-inner-wrapper-2 {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
    display: flex;
  }

  .cf-footer-right-container-2 {
    justify-content: center;
  }
}

@media screen and (min-width: 1440px) {
  .cf-cta-top-image {
    left: -20%;
  }

  .cf-cta-bottom-image {
    right: 0%;
  }

  .cf-testimonial-logos {
    max-width: 140px;
  }

  .cf-brand-logo {
    max-width: 50%;
  }

  .cf-footer-right-container {
    margin-left: 5%;
  }

  .background-overlay {
    background-image: linear-gradient(to right, #111316 35%, #11131600);
  }

  .screen-image._2 {
    top: -30px;
    right: -75px;
  }

  .screen-image._1 {
    bottom: -30px;
  }

  .nav-bar-link {
    font-size: 12px;
  }

  .h1-title {
    font-size: 64px;
  }

  .section-container {
    padding-top: 40px;
    padding-bottom: 50px;
  }

  .right-content-container {
    max-width: 750px;
  }

  .hero-background-image {
    width: 70%;
  }

  .navbar-2 {
    padding-bottom: 17px;
  }

  .hero-paragraph {
    font-size: 20px;
  }

  .left-content-container {
    max-width: 600px;
  }

  .cf-tabs-image.tab-2 {
    width: 62%;
  }

  .cf-tabs-image.absolute {
    bottom: 7%;
    right: 17%;
  }

  .cf-tabs-image.absolute.tab-2 {
    width: 81%;
    bottom: 13%;
  }

  .cf-tabs-image.absolute.tab-1 {
    width: 36%;
    max-width: 212px;
  }

  .cf-tabs-image.absolute.card {
    width: 48%;
  }

  .cf-tabs-image.absolute.card.tab-3 {
    width: 36%;
    bottom: 8%;
  }

  .cf-tabs-element {
    top: 18%;
    right: 20%;
  }

  .cf-tab-image.tab-3 {
    width: 80%;
  }

  .cf-tab-image.tab-1 {
    width: 66%;
    max-width: 385px;
  }

  .cf-tab-image.tab-5 {
    width: 68%;
  }

  .cf-tab-image.tab-4 {
    width: 78%;
  }

  .cf-footer-right-container-2 {
    margin-left: 5%;
  }
}

@media screen and (min-width: 1920px) {
  .cf-cta-top-image {
    left: 1%;
  }

  .cf-cta-bottom-image {
    bottom: 3%;
    right: 9%;
  }

  .main-nav {
    background-image: none;
  }

  .cf-hero-section-2 {
    background-image: url('../images/284e10f90c8212e58564f23aaa34bcd3.gif');
  }

  .cf-brand-logo {
    max-width: 50%;
  }
}

@media screen and (max-width: 991px) {
  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .button {
    justify-content: center;
  }

  .button.cc-contact-us {
    display: none;
  }

  .heading-jumbo {
    font-size: 56px;
    line-height: 70px;
  }

  .logo-link.w--current {
    flex: 1;
  }

  .menu-icon {
    filter: invert();
    display: block;
  }

  .menu {
    margin-left: 30px;
    position: static;
  }

  .navigation-wrap {
    background-color: #fff;
  }

  .navigation {
    padding: 25px 30px;
  }

  .navigation-item {
    color: var(--black);
    text-align: center;
    padding: 15px 30px;
    transition: background-color .4s, opacity .4s, color .4s;
  }

  .navigation-item:hover {
    background-color: #f7f8f9;
  }

  .navigation-item:active {
    background-color: #eef0f3;
  }

  .menu-button {
    padding: 0 40px 0 0;
  }

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

  .logo-image {
    width: 80px;
  }

  .navigation-items {
    background-color: #fff;
  }

  .footer-wrap {
    margin-left: 15px;
    margin-right: 15px;
    padding-bottom: 0;
  }

  .cta-text {
    width: auto;
  }

  .cta-wrap {
    width: auto;
    padding: 80px 50px 90px;
  }

  .intro-text {
    width: auto;
  }

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

  .brands-layer {
    margin-left: 0;
    margin-right: 0;
  }

  .brand-icon {
    padding: 1em;
  }

  .navbar {
    transform: translate(0);
  }

  .logo-bg {
    width: 10%;
    padding-bottom: 1em;
  }

  .cf-testimonial-bottom-text {
    margin-top: 60px;
  }

  .cf-18px-paragraph {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-18px-paragraph.header-2 {
    margin-bottom: 40px;
  }

  .cf-testimonial-right-wrap {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-round-testimonial-image {
    left: 40px;
  }

  .cf-testimonial-black-image {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-home-testimonial-wrap {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-82px-heading---black {
    font-size: 65px;
  }

  .cf-call-arrow-button {
    flex: none;
  }

  .cf-call-arrow-button.header-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .cf-heading-part-1.header-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-1140px-wrapper---home-vertical-2 {
    flex-direction: column;
  }

  .cf-parallax-scribble-2 {
    bottom: 15%;
    left: 20%;
  }

  .cf-parallax-scribble-1 {
    bottom: 37%;
    right: -16%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    width: 40%;
    bottom: 17%;
    left: -14%;
  }

  .cf-parallax-image-contain {
    margin-bottom: 60px;
  }

  .cf-82px-heading {
    font-size: 70px;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-2-wrapper {
    padding-top: 140px;
  }

  .cf-form-heading-28px {
    font-size: 32px;
  }

  .cf-form-right-wrapper {
    width: 100%;
  }

  .cf-form-heading {
    font-size: 30px;
  }

  .cf-form-left-wrapper {
    width: 100%;
    max-width: 500px;
    margin-top: 0;
    margin-bottom: 60px;
  }

  .cf-form-main-wrapper {
    flex-direction: column;
    max-width: 700px;
    padding-left: 70px;
  }

  .cf-footer-paragraph-18px.heading {
    margin-bottom: 20px;
  }

  .cf-footer-grid {
    grid-row-gap: 50px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-subscribe-text {
    max-width: 200px;
    font-size: 22px;
  }

  .cf-footer-top-right {
    flex-direction: column;
    justify-content: space-between;
    max-width: 300px;
    display: flex;
  }

  .cf-navigation-1-logo {
    margin-bottom: 0;
    padding-left: 0;
  }

  .cf-footer-top-wrapper {
    align-items: stretch;
  }

  .footerds-subscribe {
    background-color: #000;
  }

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

  .footer-form-two {
    padding: 40px;
  }

  .footer-form-title {
    margin-right: 15px;
  }

  .footer-form-input {
    width: 400px;
    padding-right: 180px;
  }

  .footer-wrapper-three {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-social-block-three {
    margin-top: 40px;
  }

  .cf-navigation-2-link {
    justify-content: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .cf-resource-visual-block {
    max-width: 60px;
    margin-bottom: 20px;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-resources-visual-grid {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .cf-nav-dropdown-title-para {
    font-size: 15px;
  }

  .cf-nav-dropdown-title {
    font-size: 40px;
  }

  .cf-nav-dropdown-title-container {
    max-width: 280px;
  }

  .cf-navigation-drop-container {
    flex-direction: column;
  }

  .cf-dropdown-list-contain {
    box-shadow: none;
    padding: 0;
  }

  .cf-dropdown-list-nav.w--open {
    width: 90%;
    min-width: auto;
    margin-left: 5%;
    margin-right: 5%;
    padding-top: 0;
    position: relative;
    top: 0;
  }

  .cf-dropdown-arrow---nav-3 {
    margin-left: 7px;
    margin-right: 0;
    position: relative;
  }

  .cf-dropdown-toggle-div {
    justify-content: flex-start;
    width: 90%;
    margin-left: auto;
    margin-right: auto;
    padding-left: 0;
    display: flex;
  }

  .cf-visual-features-item.navbar {
    padding: 25px;
  }

  .cf-visual-features-items-container {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-visual-features-items-container.nav {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    width: 100%;
    max-width: none;
    margin-left: 0;
    display: grid;
  }

  .cf-nav-2-menu {
    background-color: #fff;
    display: none;
    position: absolute;
    box-shadow: 0 10px 20px #0003;
  }

  .cf-navigation-2-left-contain {
    display: flex;
  }

  .cf-navigation-2-wrapper {
    width: 90%;
  }

  .cf-secondary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-plan-content-wrapper {
    margin-bottom: 0;
  }

  .cf-pricing-plan-price {
    margin-bottom: 25px;
  }

  .cf-pricing-plan-text.pricing-1-plan-text {
    font-size: 40px;
  }

  .cf-pricing-box-plan-wrapper {
    text-align: center;
    align-items: center;
  }

  .cf-pricing-box {
    min-height: auto;
  }

  .cf-pricing-box.pricing-1-box, .cf-pricing-box.green-pricing-box {
    width: 80%;
    margin-bottom: 20px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-primary-button.pricing-button {
    margin-top: 60px;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-row.pricing-box-2 {
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-content: space-around;
    justify-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
    display: flex;
  }

  .cf-pricing-box-row.pricing-box-1 {
    flex-direction: column;
    align-items: center;
    max-width: 700px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-toggle-save-text {
    font-size: 18px;
  }

  .cf-toggle-contain {
    margin-left: 20px;
    margin-right: 20px;
    position: relative;
  }

  .cf-pricing-hero-heading {
    margin-bottom: 20px;
    font-size: 50px;
  }

  .cf-testimonial-paragraph {
    font-size: 18px;
  }

  .cf-hero-6---right-container {
    flex-direction: column;
    align-items: center;
    width: 100%;
    margin-top: 100px;
    display: flex;
  }

  .cf-bio-text {
    margin-bottom: 0;
  }

  .cf-bottom-left-contain {
    margin-top: 40px;
  }

  .cf-hero-6---left-container {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-1140px-wrapper---hero-6 {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-logo-images-2 {
    margin-bottom: 20px;
    margin-left: 2%;
    margin-right: 2%;
  }

  .cf-logos-contain-2 {
    flex-wrap: wrap;
    align-content: stretch;
  }

  .cf-logos-wrapper {
    flex-direction: column;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-features-section-1-grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-58px-heading---white {
    font-size: 52px;
  }

  .cf-cta-top-image {
    width: 40%;
    top: 11%;
    left: -10%;
  }

  .cf-cta-bottom-image {
    width: 28%;
  }

  .cf-cta-h2-heading {
    font-size: 36px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 200px;
  }

  .fs-cc-banner_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_text {
    margin-right: 0;
  }

  .nav-gradient-bg {
    background-image: radial-gradient(circle farthest-side at 0 0, #729fe9 5%, #ce99cc 34%, #af70ad00 63%), radial-gradient(circle farthest-side at 100% 0, #c03d5f 2%, #e887974f 31%, #e8879700 45%), radial-gradient(circle farthest-side at 0 0, #e04c73, #f87c6200 30%), radial-gradient(circle farthest-side at 50% 100%, #ffdfab, #ffa675 43%, #f36f85);
  }

  .container-w1 {
    padding-left: 4vw;
    padding-right: 4vw;
  }

  .nav-link {
    font-size: 8vw;
  }

  .nav-link.btn {
    font-size: 4vw;
  }

  .text-effect-text {
    font-size: 3em;
  }

  .cf-hero-logos-wrap {
    flex-wrap: wrap;
    justify-content: center;
    align-items: flex-start;
    width: 70%;
    display: flex;
  }

  .cf-hero-logos-wrap.header-2 {
    width: 100%;
  }

  .cf-testimonial-logos-contain {
    align-items: flex-start;
    margin-top: 20px;
  }

  .cf-testimonial-logos-contain.header-2 {
    z-index: 1;
    grid-row-gap: 10px;
    flex-direction: column;
    align-items: center;
    margin-top: 70px;
    position: relative;
  }

  .cf-64px-heading {
    margin-top: -44px;
    font-size: 40px;
  }

  .cf-testimonial-logos._3 {
    margin-right: 0;
  }

  .home-left-wrapper {
    width: 100%;
    margin-top: 60px;
    margin-bottom: 60px;
  }

  .cf-1140px-wrapper {
    flex-direction: column;
    padding-top: 0;
  }

  .cf-image-review-container {
    width: 80%;
  }

  .cf-parallax-image-contain-2 {
    margin-bottom: 60px;
  }

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

  .cf-footer-left-container {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
  }

  .cf-footer-links-wrapper {
    width: auto;
    margin-right: 0;
  }

  .cf-footer-right-container {
    flex-flow: wrap;
    width: 100%;
  }

  .content-wrapper {
    height: 50vh;
  }

  .text-don-t-change {
    font-size: 30px;
    line-height: 40px;
  }

  .text-change-wrapper {
    height: 40px;
  }

  .text-change {
    font-size: 30px;
    line-height: 40px;
  }

  .cf-testimonial-bottom-text-2 {
    margin-top: 60px;
  }

  .cf-18px-paragraph-2 {
    max-width: none;
    margin-bottom: 0;
  }

  .cf-testimonial-right-wrap-2 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-round-testimonial-image-2 {
    left: 40px;
  }

  .cf-testimonial-black-image-2 {
    width: 100%;
    margin-top: 60px;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-home-testimonial-wrap-2 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-82px-heading---black-2 {
    font-size: 65px;
  }

  .cf-call-arrow-button-2 {
    flex: none;
  }

  .cf-call-arrow-button-2.header-4 {
    margin-left: auto;
    margin-right: auto;
  }

  .cf-heading-part-6.header-4 {
    flex-direction: column-reverse;
    align-items: flex-start;
  }

  .cf-1140px-wrapper---home-vertical-3 {
    flex-direction: column;
  }

  .hero_cta {
    grid-column-gap: 3rem;
    grid-row-gap: 3rem;
    justify-content: center;
  }

  .hero_headline-wrapper {
    max-width: 42rem;
  }

  .hero_logo-image.hide-tablet {
    display: none;
  }

  .fs-cc-banner_buttons-wrapper-2 {
    flex: 1;
  }

  .fs-cc-banner_text-2 {
    color: #8c8c8c;
    flex: 1;
    min-width: 100%;
    max-width: none;
    margin-bottom: 32px;
    font-weight: 300;
  }

  .banner-wrapper {
    margin-right: 32px;
  }

  .fs-cc-banner_button-2 {
    font-size: 18px;
  }

  .fs-cc-banner_container-2 {
    flex-wrap: wrap;
  }

  .home-figures_list {
    grid-template-columns: 1fr 1fr;
  }

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

  .home-figures_figure-text {
    font-size: 2rem;
  }

  .home-features_item-content-wrapper {
    max-width: 24rem;
  }

  .home-features_h2 {
    font-size: 2.5rem;
  }

  .home-features_item-wrapper {
    padding: 2rem;
  }

  .hero-stats-wrapper {
    grid-column-gap: 30px;
  }

  .menu-button-2 {
    background-color: #ffffff1a;
    display: flex;
  }

  .menu-button-2.w--open {
    background-color: #27bb7b;
  }

  .nav-bar-link {
    background-color: #14152000;
    justify-content: flex-start;
    height: auto;
    margin-left: 0;
    padding: 20px;
    font-size: 15px;
    font-weight: 400;
  }

  .nav-bar-link:hover {
    color: #fff;
  }

  .h1-title {
    font-size: 56px;
  }

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

  .nav-menu {
    background-color: #36383f;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    padding: 20px;
  }

  .stat-title {
    font-size: 30px;
  }

  .right-content-container {
    justify-content: flex-start;
    width: auto;
    max-width: 500px;
    display: none;
  }

  .hero-background-image {
    opacity: .3;
    width: 100%;
  }

  .navbar-2 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .stat-separating-line {
    height: 60px;
  }

  .hero-paragraph {
    font-size: 18px;
  }

  .left-content-container {
    width: auto;
    max-width: 540px;
  }

  .fs-cc-banner_buttons-wrapper-3 {
    flex: 1;
  }

  .fs-cc-banner_button-3 {
    font-size: 18px;
  }

  .fs-cc-banner_container-3 {
    flex-wrap: wrap;
  }

  .fs-cc-banner_link-wrapper {
    grid-template-rows: auto;
    grid-template-columns: auto auto;
    grid-auto-columns: 1fr;
    justify-content: center;
    margin-right: 0;
    display: flex;
  }

  .fs-cc-banner_text-3 {
    color: #8c8c8c;
    flex: 1;
    min-width: 100%;
    max-width: none;
    margin-bottom: 32px;
    font-weight: 300;
  }

  .fs-cc-banner_button-4 {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    font-size: 17.2px;
  }

  .fs-cc-banner_button-4.fs-cc-button-alt {
    min-width: auto;
  }

  .fs-cc-banner_button-4.fs-cc-button-no-outline {
    width: auto;
  }

  .fs-cc-banner_buttons-wrapper-4 {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .fs-cc-banner_container-4 {
    flex-wrap: wrap;
  }

  .fs-cc-banner_text-4 {
    color: #8c8c8c;
    flex: 1;
    min-width: 100%;
    max-width: none;
    margin-bottom: 32px;
    font-weight: 300;
  }

  .fs-cc-banner_buttons-wrapper-5 {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    flex: 1;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .fs-cc-banner_container-5 {
    flex-wrap: wrap;
  }

  .stacking-card.is--first, .stacking-card.is--sixth, .stacking-card.is--second, .stacking-card.is--fourth, .stacking-card.is--third, .stacking-card.is--fifth {
    width: 85vw;
  }

  .nav-menu-2 {
    background-color: #060b27;
    padding: 1rem 1rem 2rem;
  }

  .nav-btn-wrapper {
    display: flex;
  }

  .navlink {
    padding-top: 1.2rem;
    padding-bottom: 1.2rem;
    padding-left: 1.2rem;
  }

  .navbar_component {
    display: block;
  }

  .menu-button-3 {
    color: #fff;
  }

  .menu-button-3.w--open {
    background-color: #060b27;
  }

  .nav_container-2 {
    justify-content: space-between;
    display: flex;
  }

  .nav_button-wrapper {
    padding: 1.2rem;
    display: none;
  }

  .button-5.menu-btn-hide {
    display: block;
  }

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

  .benefits__content-wrapper {
    height: 100vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 40px;
  }

  .brix---heading-h2-size {
    font-size: 30px;
    line-height: 46px;
  }

  .brix---section {
    padding-top: 118px;
    padding-bottom: 118px;
  }

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

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    align-items: center;
    max-width: 600px;
  }

  .cf-tabs-right-tab {
    width: 100%;
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-menu {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    flex-wrap: wrap;
    justify-content: center;
    max-width: 650px;
  }

  .cf-footer-links-wrapper-2 {
    width: auto;
    margin-right: 0;
  }

  .cf-footer-right-container-2 {
    flex-flow: wrap;
    width: 100%;
  }

  .cf-footer-left-container-2 {
    width: 100%;
    margin-bottom: 10%;
    margin-right: 0%;
  }

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

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

  .navbar_button-wrapper {
    align-items: center;
  }

  .button-6.is-footer-cta {
    font-size: 3rem;
  }

  .navbar_menu-button {
    padding: 0;
  }

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

  .heading-style-display {
    font-size: 4rem;
  }

  .menu-icon2_line-middle-inner {
    width: 4px;
    height: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

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

  .navbar_menu {
    -webkit-text-fill-color: inherit;
    background-color: #1e0044;
    background-clip: border-box;
    border-bottom: 1px solid #e9deff;
    justify-content: center;
    width: 100%;
    padding: 1rem 5% 2.5rem;
    display: flex;
    position: absolute;
    overflow: auto;
  }

  .navbar_menu-wrapper {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .navbar_container {
    grid-template-columns: .25fr 1fr;
    display: flex;
  }

  .menu-icon2_line-top {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .menu-icon2 {
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 48px;
    height: 48px;
    margin-right: -.5rem;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .button_header {
    width: 8rem;
    min-width: 8rem;
    height: 8rem;
    min-height: 8rem;
  }

  .navbar_link {
    font-size: 2rem;
  }

  .menu-icon2_line-middle {
    background-color: #fff;
    justify-content: center;
    align-items: center;
    width: 24px;
    height: 2px;
    margin-top: 6px;
    margin-bottom: 6px;
    padding-bottom: 0;
    padding-right: 0;
    display: flex;
  }

  .header_component {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: flex-end;
    align-items: flex-end;
    height: auto;
    min-height: 0;
    padding-top: 2.5rem;
    padding-bottom: 2.5rem;
    display: flex;
  }

  .menu-icon2_line-bottom {
    background-color: #fff;
    width: 24px;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .padding-section-medium {
    padding-top: 3.75rem;
    padding-bottom: 3.75rem;
  }

  .padding-global-5 {
    padding-left: 4rem;
    padding-right: 4rem;
  }

  .heading-style-h3-2 {
    font-size: 1.75rem;
    line-height: 36px;
  }

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

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

  ._2-column-grid {
    grid-column-gap: 56px;
    grid-row-gap: 56px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-style-h2 {
    text-indent: -1%;
    font-size: 2.75rem;
    line-height: 56px;
  }

  .padding-global-6 {
    padding-left: 4rem;
    padding-right: 4rem;
  }
}

@media screen and (max-width: 767px) {
  .section {
    margin-left: 15px;
    margin-right: 15px;
  }

  .section.cc-cta {
    padding: 15px;
  }

  .section.cc-store-home-wrap {
    margin-left: 0;
    margin-right: 0;
  }

  .container {
    text-align: center;
  }

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

  .heading-jumbo {
    font-size: 50px;
    line-height: 64px;
  }

  .heading-jumbo-small {
    font-size: 30px;
    line-height: 52px;
  }

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

  .navigation {
    padding: 20px 30px;
  }

  .cta-wrap {
    padding-left: 30px;
    padding-right: 30px;
  }

  .intro-content {
    width: 80%;
  }

  .utility-page-wrap {
    padding: 15px;
  }

  ._404-wrap {
    padding: 30px;
  }

  .container-3 {
    position: relative;
  }

  .navbar {
    margin-left: 2em;
    margin-right: 2em;
  }

  .logo-bg {
    display: none;
  }

  .mobile-bg-div {
    background-image: linear-gradient(to right, var(--sandy-brown), var(--orchid) 50%, var(--dark-turquoise));
    display: block;
    position: absolute;
    inset: 0%;
  }

  .cf-testimonial-bottom-text {
    margin-top: 0;
  }

  .cf-testimonial-bottom-text.header-4 {
    margin-top: 40px;
  }

  .cf-home-testimonial-wrap {
    margin-top: 80px;
  }

  .cf-82px-heading---black {
    font-size: 54px;
  }

  .cf-heading-part-3 {
    justify-content: center;
  }

  .cf-call-arrow-button {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .cf-heading-part-1.header-4 {
    align-items: center;
  }

  .cf-1140px-wrapper---home-vertical-2 {
    width: 90%;
    padding-bottom: 90px;
  }

  .cf-parallax-scribble-2 {
    bottom: 3%;
  }

  .cf-parallax-scribble-1 {
    bottom: 53%;
  }

  .cf-parallax-image-3 {
    bottom: 19%;
  }

  .cf-parallax-image-1 {
    bottom: 5%;
  }

  .cf-parallax-image-contain {
    height: 500px;
    margin-top: -60px;
  }

  .cf-82px-heading {
    font-size: 50px;
  }

  .cf-hero-section-5---heading-wrapper {
    width: 90%;
    padding-top: 60px;
    padding-bottom: 90px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-2-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-form-heading-28px {
    font-size: 30px;
  }

  .cf-send-message-form {
    padding: 40px;
  }

  .cf-footer-info {
    font-size: 18px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-form-heading {
    font-size: 28px;
  }

  .cf-form-main-wrapper {
    width: 90%;
    padding: 70px 40px 90px;
  }

  .cf-webflow-link {
    color: #fff;
    text-decoration: none;
    transition: color .2s;
  }

  .cf-webflow-link:hover {
    color: #599ffa;
  }

  .cf-copyright-text {
    font-size: 16px;
  }

  .cf-footer-bottom-wrapper.white {
    flex-direction: column;
    align-items: center;
    padding-bottom: 40px;
  }

  .cf-footer-grid {
    grid-template-columns: 1fr 1fr;
    max-width: 500px;
  }

  .cf-subscribe-text {
    max-width: none;
    font-size: 20px;
  }

  .cf-footer-top-right {
    max-width: 400px;
  }

  .cf-footer-paragraph-16px {
    text-align: center;
  }

  .cf-footer-top-left {
    align-items: center;
    max-width: 400px;
    margin-bottom: 60px;
  }

  .cf-footer-top-wrapper {
    flex-direction: column;
    align-items: center;
    margin-top: 100px;
  }

  .footerds-subscribe {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-form-container-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-title {
    margin-right: 0;
  }

  .footer-form-block-two {
    width: 100%;
    margin-top: 20px;
  }

  .footer-form-input {
    width: 100%;
  }

  .footer-block-three {
    flex-flow: column wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-link-three {
    margin-bottom: 10px;
  }

  .footer-social-block-three {
    margin-top: 10px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-legal-block {
    margin-top: 15px;
    margin-left: -24px;
  }

  .footer-legal-link {
    font-size: 14px;
    line-height: 20px;
  }

  .cf-resource-block-text {
    font-size: 20px;
  }

  .cf-resource-visual-block {
    width: 30%;
  }

  .cf-resource-visual-item {
    flex-direction: column;
    align-items: flex-start;
    display: flex;
  }

  .cf-resources-visual-grid {
    grid-column-gap: 30px;
  }

  .cf-nav-dropdown-title-container {
    margin-bottom: 20px;
  }

  .cf-nav-dropdown-top {
    flex-direction: column;
    align-items: flex-start;
    padding-bottom: 40px;
  }

  .cf-dropdown-list-nav.w--open {
    width: 90%;
  }

  .cf-visual-features-item-heading {
    font-size: 23px;
  }

  .cf-visual-features-item-image {
    margin-bottom: 20px;
  }

  .cf-visual-features-item.navbar.w--current {
    padding: 14px;
  }

  .cf-visual-features-items-container {
    grid-row-gap: 70px;
    grid-template-columns: 1fr;
    width: 100%;
  }

  .cf-visual-features-items-container.nav {
    grid-template-columns: 1fr;
    max-width: 400px;
  }

  .cf-pricing-plan-content-text {
    font-size: 16px;
  }

  .cf-pricing-plan-tick-icon {
    margin-right: 10px;
  }

  .cf-pricing-plan-content-wrapper {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-plan-note-text {
    text-align: center;
  }

  .cf-pricing-plan-text {
    font-size: 32px;
  }

  .cf-pricing-box-plan-wrapper {
    align-items: center;
    width: 80%;
    margin-left: auto;
    margin-right: auto;
  }

  .cf-pricing-box.pricing-1-box {
    width: 100%;
    max-width: 430px;
  }

  .cf-pricing-box.green-pricing-box {
    width: 100%;
    max-width: 430px;
    min-height: 320px;
    margin-bottom: 5%;
  }

  .cf-pricing-box-row {
    flex-direction: column;
  }

  .cf-pricing-box-wrapper {
    margin-top: 100px;
  }

  .cf-pricing-toggle-header-wrapper {
    flex-direction: column;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-pricing-hero-heading {
    font-size: 42px;
  }

  .cf-bottom-left-contain {
    max-width: none;
  }

  .cf-hero-section-6 {
    padding-bottom: 120px;
  }

  .cf-logo-22px-heading {
    font-size: 20px;
  }

  .cf-logos-wrapper {
    width: 90%;
  }

  .cf-block-h5-heading {
    font-size: 40px;
  }

  .cf-58px-heading---white {
    font-size: 46px;
  }

  .cf-cta-bottom-image {
    width: 31%;
    bottom: -14%;
  }

  .cf-cta-buttons-container {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-cta-paragraph {
    max-width: 500px;
    font-size: 16px;
  }

  .cf-cta-h2-heading {
    font-size: 32px;
  }

  .cf-center-wrapper-cta {
    width: 90%;
  }

  .cf-cta-wrapper-2 {
    padding-bottom: 170px;
  }

  .fs-cc-banner_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-prefs_title {
    font-size: 1.25rem;
  }

  .fs-cc-prefs3_submit {
    margin-left: 0;
  }

  .fs-cc-prefs3_buttons-wrapper {
    flex-direction: column;
  }

  .fs-cc-banner3_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner3_buttons-wrapper {
    margin-top: 1rem;
  }

  .fs-cc-prefs3_buttons-block {
    margin-bottom: 1rem;
  }

  .nav-toggle-btn {
    padding-top: 14px;
    padding-bottom: 14px;
    font-size: 14px;
  }

  .close-btn-wrapper {
    padding: 14px;
    font-size: 14px;
    top: 20px;
    right: 23px;
  }

  .close-btn-text {
    font-size: 1.4em;
  }

  .text-effect-text {
    font-size: 2.3em;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    width: 100%;
    margin-left: 0;
  }

  .cf-hero-logos-wrap.header-2 {
    justify-content: center;
  }

  .cf-testimonial-logos-contain {
    flex-direction: column;
    align-items: center;
  }

  .cf-testimonial-logos-contain.header-2 {
    margin-top: 0;
  }

  .cf-64px-heading {
    font-size: 50px;
  }

  .cf-logos-text {
    margin-bottom: 20px;
  }

  .cf-cta-button, .cf-button-gradient {
    font-size: 20px;
  }

  .cf-1140px-wrapper {
    width: 90%;
    padding-top: 0;
    padding-bottom: 90px;
  }

  .cf-image-review-container {
    width: 100%;
  }

  .cf-hero-section-7 {
    padding-bottom: 120px;
  }

  .cf-parallax-image-contain-2 {
    height: 500px;
    margin-top: -60px;
  }

  .cf-footer-links {
    font-size: 16px;
  }

  .cf-footer-links-wrapper {
    max-width: none;
    margin-bottom: 30px;
  }

  .cf-footer-right-container {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .content-wrapper {
    height: 50vh;
  }

  .text-don-t-change {
    font-size: 18px;
    line-height: 24px;
  }

  .text-change-wrapper {
    height: 24px;
  }

  .text-change {
    font-size: 18px;
    line-height: 24px;
  }

  .cf-testimonial-bottom-text-2 {
    margin-top: 0;
  }

  .cf-testimonial-bottom-text-2.header-4 {
    margin-top: 40px;
  }

  .cf-home-testimonial-wrap-2 {
    margin-top: 80px;
  }

  .cf-82px-heading---black-2 {
    font-size: 54px;
  }

  .cf-heading-part-4 {
    justify-content: center;
  }

  .cf-call-arrow-button-2 {
    margin-bottom: 10px;
    margin-left: 0;
    padding-left: 36px;
    padding-right: 36px;
  }

  .cf-heading-part-6.header-4 {
    align-items: center;
  }

  .cf-1140px-wrapper---home-vertical-3 {
    width: 90%;
    padding-bottom: 90px;
  }

  .hero_cta {
    flex-wrap: wrap;
  }

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

  .hero_headline-wrapper {
    max-width: 28rem;
  }

  .fs-cc-prefs_title-2 {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper-2 {
    width: 100%;
    margin-top: 12px;
  }

  .fs-cc-banner_text-link-2 {
    margin-right: 8px;
  }

  .fs-cc-prefs_space-smallish {
    margin-bottom: 20px;
  }

  .banner-wrapper {
    margin-left: 32px;
  }

  .fs-cc-banner_container-2 {
    flex-direction: column;
    align-items: flex-start;
  }

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

  .padding-global-2 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

  .home-figures_figure-text {
    font-size: 1.75rem;
  }

  .home-features_image-wrapper {
    width: 100%;
    max-width: none;
  }

  .home-features_item-content-wrapper {
    max-width: 28rem;
    margin-right: 0;
  }

  .home-features_item-content-wrapper.is-right {
    margin-left: 0;
  }

  .home-features_list {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .home-features_item-wrapper.is-1 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .home-features_item-wrapper.is-2, .home-features_item-wrapper.is-3 {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    display: grid;
    position: static;
  }

  .nav-bar-link {
    margin-top: 5px;
    margin-bottom: 5px;
    padding: 15px;
    font-size: 14px;
  }

  .stat-container {
    grid-column-gap: 10px;
    grid-row-gap: 5px;
    flex-direction: column;
    align-items: flex-start;
  }

  .h1-title {
    font-size: 44px;
  }

  .section-container {
    max-width: 500px;
    padding-top: 5vw;
  }

  .nav-menu {
    padding: 10px;
  }

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

  .left-content-container {
    max-width: 420px;
  }

  .right-floating-cookie {
    max-width: 90vw;
    bottom: 10px;
    right: 10px;
  }

  .cookie-content {
    align-items: flex-start;
    margin-bottom: 20px;
  }

  .right-cookie-image {
    width: 120px;
    height: 120px;
  }

  .fs-cc-prefs_title-3 {
    font-size: 20px;
  }

  .fs-cc-banner_buttons-wrapper-3 {
    width: 100%;
    margin-top: 12px;
  }

  .fs-cc-banner_container-3 {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_link-wrapper {
    grid-column-gap: 8px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: auto 1fr;
    grid-auto-columns: 1fr;
    margin-right: 0;
    display: flex;
  }

  .fs-cc-banner_button-4 {
    width: 100%;
    min-width: auto;
    margin-left: 0;
    margin-right: 0;
    padding-left: 40px;
    padding-right: 40px;
  }

  .fs-cc-banner_button-4.fs-cc-button-alt {
    min-width: auto;
  }

  .fs-cc-banner_text-link-3 {
    margin-right: 8px;
  }

  .fs-cc-banner_buttons-wrapper-4 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    width: 100%;
    margin-top: 12px;
    display: grid;
  }

  .fs-cc-prefs_title-4 {
    font-size: 20px;
  }

  .fs-cc-banner_container-4 {
    flex-direction: column;
    align-items: flex-start;
  }

  .fs-cc-banner_buttons-wrapper-5 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    justify-items: center;
    width: 100%;
    margin-top: 12px;
    display: grid;
  }

  .fs-cc-prefs_title-5 {
    font-size: 20px;
  }

  .fs-cc-banner_container-5, .fs-cc-banner2_container {
    flex-direction: column;
    align-items: flex-start;
  }

  .padding-global-3 {
    padding-left: 1.25rem;
    padding-right: 1.25rem;
  }

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

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

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

  .button-5 {
    padding: .8rem 1.4rem;
  }

  .hero-stack, .hero-stack-2 {
    padding: 60px 15px;
  }

  .container-8 {
    padding-left: 20px;
    padding-right: 20px;
  }

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

  .heading-2.is-short {
    width: 16ch;
  }

  .text-size_regular {
    white-space: normal;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---heading-h2-size {
    font-size: 28px;
    line-height: 40px;
  }

  .brix---section {
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-tabs-content-heading {
    font-size: 22px;
  }

  .cf-tabs-left-wrap {
    width: auto;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .cf-home-tab-link {
    padding: 15px 30px;
  }

  .cf-tabs-content-contain {
    flex-direction: column;
    min-height: auto;
  }

  .cf-tabs-right-tab {
    padding-top: 50px;
    padding-bottom: 50px;
  }

  .cf-tabs-menu {
    width: 100%;
  }

  .cf-features-4-tabs-heading {
    font-size: 35px;
  }

  .footer__soc-link {
    margin-left: 10px;
    margin-right: 10px;
  }

  .footer__copyright-logo {
    width: 30px;
  }

  .footer__social {
    margin-bottom: 24px;
  }

  .cf-footer-links-2 {
    font-size: 16px;
  }

  .cf-footer-links-wrapper-2 {
    max-width: none;
    margin-bottom: 30px;
  }

  .cf-footer-right-container-2 {
    flex-wrap: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
  }

  .services_list {
    grid-column-gap: 1.25rem;
    grid-row-gap: 1.25rem;
    grid-template-columns: 1fr;
  }

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

  .button-6.is-navbar2-button {
    padding: .25rem 1rem;
  }

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

  .heading-style-display {
    font-size: 3rem;
  }

  .client-logo_list {
    grid-column-gap: 1rem;
    grid-template-columns: 10rem 10rem 10rem 10rem 10rem 10rem 10rem 10rem;
    padding-top: 1rem;
  }

  .client-logo_wrapper {
    padding: .75rem 1rem;
  }

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

  .navbar_menu {
    background-color: #1e0044;
  }

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

  .navbar_component-2 {
    min-height: 4rem;
  }

  .client-logo_logo {
    max-height: 3rem;
  }

  .menu-icon2_line-top, .menu-icon2_line-middle {
    background-color: #fff;
  }

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

  .menu-icon2_line-bottom {
    background-color: #fff;
  }

  .padding-section-medium {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .padding-global-5 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-large-7 {
    grid-template-rows: auto auto auto;
  }

  .heading-style-h3-2 {
    font-size: 1.25rem;
    line-height: 32px;
  }

  .heading-style-h4 {
    font-size: 1.25rem;
    line-height: 28px;
  }

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

  .padding-global-6 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .container-large-8 {
    grid-template-rows: auto auto auto;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 36px;
    line-height: 52px;
  }

  .section.cc-cta {
    padding-left: 0;
    padding-right: 0;
  }

  .section.cc-store-home-wrap, .section.footer-section {
    margin-left: 0;
    margin-right: 0;
  }

  .button.cc-jumbo-button.cc-jumbo-white:hover {
    color: var(--black);
  }

  .heading-jumbo {
    font-size: 36px;
    line-height: 48px;
  }

  .heading-jumbo-small {
    text-align: left;
    line-height: 1;
  }

  .menu {
    margin-left: 15px;
  }

  .navigation {
    padding-left: 20px;
    padding-right: 20px;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .cta-wrap {
    padding-left: 15px;
    padding-right: 15px;
  }

  .intro-header {
    justify-content: center;
    height: 50vh;
    margin-bottom: 0;
    display: block;
    position: absolute;
    top: 30%;
  }

  .intro-content.cc-homepage {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .hero-background {
    justify-content: center;
    align-items: center;
    height: 100vh;
    display: block;
  }

  .brand-icon {
    padding: .5em;
  }

  .cf-18px-paragraph {
    font-size: 16px;
  }

  .cf-round-testimonial-image {
    left: 20px;
  }

  .cf-testimonial-black-image {
    max-width: 300px;
  }

  .cf-home-testimonial-wrap {
    margin-top: 60px;
  }

  .cf-82px-heading---black {
    font-size: 40px;
  }

  .cf-call-arrow-button {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cf-gradient-span {
    line-height: 110%;
  }

  .cf-heading-part-1 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .cf-parallax-scribble-2 {
    width: 50%;
    bottom: 22%;
  }

  .cf-parallax-scribble-1 {
    width: 60%;
    bottom: 78%;
  }

  .cf-parallax-image-3 {
    bottom: 25%;
  }

  .cf-parallax-image-1 {
    bottom: 8%;
  }

  .cf-parallax-image-contain {
    height: 350px;
  }

  .cf-82px-heading {
    font-size: 40px;
  }

  .cf-hero-section-5---heading-wrapper {
    padding-bottom: 60px;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-features-section-2-wrapper {
    padding-top: 20px;
  }

  .cf-form-gradient-submit {
    color: #fff;
    background-color: #4660c0;
    background-image: none;
    background-repeat: repeat;
    background-size: auto;
  }

  .cf-borders-text-field {
    padding-left: 14px;
    padding-right: 14px;
    font-size: 16px;
  }

  .cf-borders-text-field-dropdown {
    padding-left: 14px;
    font-size: 16px;
  }

  .cf-form-heading-28px {
    font-size: 24px;
  }

  .cf-send-message-form {
    padding-top: 20px;
    padding-left: 16px;
    padding-right: 16px;
  }

  .cf-footer-info {
    font-size: 16px;
  }

  .cf-info-heading {
    margin-bottom: 4px;
  }

  .cf-footer-headings-wrap {
    margin-left: 16px;
  }

  .cf-footer-info-contain {
    align-items: center;
  }

  .cf-form-heading {
    margin-bottom: 16px;
    font-size: 24px;
  }

  .cf-form-main-wrapper {
    padding: 60px 20px;
  }

  .cf-copyright-text {
    max-width: 300px;
  }

  .cf-footer-link-18px.black {
    font-size: 18px;
  }

  .cf-footer-grid {
    grid-row-gap: 30px;
    grid-template-columns: 1fr;
  }

  .cf-logo-text {
    font-size: 24px;
  }

  .cf-logo-lines-contain {
    margin-right: 5px;
  }

  .cf-footer-top-left {
    margin-bottom: 80px;
  }

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

  .footer-form-two {
    padding: 20px;
  }

  .footer-form-block-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-form-input {
    margin-bottom: 10px;
    padding-right: 20px;
  }

  .button-primary.footer-form-button {
    position: relative;
    right: 0;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .cf-nav-2-button {
    border-radius: 8px;
    padding: 14px 20px;
    font-size: 16px;
    line-height: 18px;
  }

  .cf-nav-arrow-icon {
    width: 20px;
    height: 20px;
  }

  .cf-resource-block-text {
    font-size: 18px;
  }

  .cf-resource-visual-block {
    width: 20%;
    margin-bottom: 10px;
  }

  .cf-resources-visual-grid {
    grid-row-gap: 30px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cf-nav-dropdown-title-para {
    line-height: 22px;
  }

  .cf-nav-dropdown-title {
    font-size: 28px;
    line-height: 32px;
  }

  .cf-nav-dropdown-top {
    margin-bottom: 20px;
    padding-bottom: 20px;
  }

  .cf-dropdown-toggle-div {
    padding-top: 14px;
    padding-bottom: 14px;
  }

  .cf-visual-features-item-heading {
    font-size: 20px;
  }

  .cf-visual-features-item-image {
    margin-bottom: 10px;
  }

  .cf-visual-features-item.navbar {
    padding: 20px;
    font-size: 16px;
  }

  .cf-visual-features-items-container.nav {
    max-width: none;
  }

  .cf-brand-2 {
    max-width: 140px;
  }

  .cf-secondary-button {
    font-size: 16px;
  }

  .cf-pricing-box-plan-wrapper {
    width: 100%;
  }

  .cf-pricing-box.pricing-1-box, .cf-pricing-box.green-pricing-box {
    padding: 30px 15px;
  }

  .cf-primary-button {
    padding: 16px 20px;
  }

  .cf-pricing-box-row.pricing-box-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  .cf-pricing-box-wrapper.pricing-1-box {
    top: -80px;
  }

  .cf-pricing-hero-para {
    font-size: 16px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-white-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-pricing-hero-section {
    padding-top: 160px;
    padding-bottom: 150px;
  }

  .cf-testimonial-position {
    font-size: 12px;
  }

  .cf-testimonial-name {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-testimonial-image {
    max-width: 40px;
    height: 40px;
    margin-right: 8px;
  }

  .cf-testimonial-paragraph {
    margin-top: 0;
    font-size: 16px;
  }

  .cf-hero-6---text-container-3 {
    margin-right: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---text-container-2 {
    margin-left: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---text-container-1 {
    margin-right: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-6---right-container {
    margin-top: 60px;
  }

  .cf-client-review-white {
    font-size: 18px;
  }

  .cf-clients-images-container {
    margin-bottom: 16px;
  }

  .cf-home-6---divider {
    width: 100%;
    height: 1px;
    margin: 20px 0;
  }

  .cf-bio-text {
    font-size: 16px;
  }

  .cf-bottom-left-contain {
    margin-top: 0;
    margin-bottom: 0;
  }

  .cf-home-6---top-contain {
    flex-direction: column;
  }

  .cf-20px-paragraph---white {
    font-size: 18px;
  }

  .cf-hero-section-6 {
    padding-bottom: 100px;
  }

  .cf-logo-images-2 {
    width: 150px;
    margin-left: 0%;
    margin-right: 0%;
  }

  .cf-logos-contain-2 {
    grid-row-gap: 40px;
  }

  .cf-logos-wrapper {
    text-align: center;
  }

  .cf-features-section-1-block-paragraph {
    font-size: 18px;
  }

  .cf-block-h5-heading {
    margin-top: 10px;
    margin-bottom: 16px;
    font-size: 36px;
  }

  .cf-features-section-1-grid-cell {
    padding-left: 10px;
    padding-right: 10px;
  }

  .cf-features-section-1-grid {
    max-width: none;
  }

  .cf-58px-heading---white {
    font-size: 40px;
  }

  .cf-features-section-1-wrapper {
    padding-bottom: 100px;
  }

  .cf-cta-top-image {
    border-radius: 10px;
    display: none;
    top: 11%;
  }

  .cf-cta-bottom-image {
    border-radius: 10px;
    width: 60%;
    max-width: 240px;
    bottom: -12%;
    right: -10%;
  }

  .cf-cta-buttons-container {
    grid-row-gap: 20px;
    flex-direction: column;
  }

  .cf-cta-paragraph {
    font-size: 16px;
    line-height: 150%;
  }

  .cf-cta-h2-heading {
    font-size: 30px;
  }

  .cf-cta-wrapper-2 {
    padding-top: 100px;
  }

  .fs-cc-banner_buttons-wrapper {
    text-align: center;
    flex-direction: column-reverse;
    align-items: center;
    width: 100%;
  }

  .fs-cc-prefs_content {
    padding: 1.5rem;
  }

  .fs-cc-banner_button {
    width: 100%;
    margin-bottom: .5rem;
    margin-left: 0;
  }

  .fs-cc-banner_close {
    position: absolute;
    inset: -1.5rem .75rem auto auto;
  }

  .fs-cc-prefs_component {
    padding: 1.5rem;
  }

  .fs-cc-prefs_button {
    margin-bottom: .5rem;
  }

  .fs-cc-prefs3_button.fs-cc-button-alt {
    margin-bottom: .25rem;
    margin-right: 0;
  }

  .fs-cc-prefs3_label {
    font-size: .75rem;
  }

  .fs-cc-prefs3_icon {
    width: 1.5rem;
    height: 1.5rem;
  }

  .fs-cc-banner3_button {
    text-align: center;
  }

  .fs-cc-banner3_button.fs-cc-button-alt {
    margin-bottom: .5rem;
    margin-right: 0;
  }

  .fs-cc-prefs3_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner3_block {
    text-align: center;
    margin-right: 0;
  }

  .fs-cc-prefs3_line {
    min-width: .75rem;
    margin-left: .75rem;
    margin-right: .75rem;
    display: none;
  }

  .fs-cc-banner3_buttons-wrapper {
    flex-direction: column;
    width: 100%;
    display: flex;
  }

  .fs-cc-prefs3_form-wrapper {
    width: 100%;
  }

  .fs-cc-prefs3_buttons-block {
    flex-direction: column;
    display: flex;
  }

  .fs-cc-prefs3_option {
    padding-top: .5rem;
    padding-bottom: .5rem;
  }

  .container-w1 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .container-w1.gutter-outside {
    padding-left: 0;
    padding-right: 0;
  }

  .nav-link {
    font-size: 10vw;
  }

  .image {
    min-width: 120px;
    margin-left: 10px;
  }

  .text-effect-wrapper {
    padding-left: 5px;
    padding-right: 5px;
    font-size: 12px;
  }

  .cf-hero-logos-wrap {
    justify-content: space-between;
    margin-left: 0;
  }

  .cf-testimonial-logos-contain, .cf-testimonial-logos-contain.header-2 {
    margin-top: 100px;
  }

  .cf-star-image {
    margin-top: 0;
    margin-bottom: 10px;
  }

  .cf-64px-heading {
    font-size: 30px;
    line-height: 110%;
  }

  .cf-testmonial-text-wrapper {
    grid-row-gap: 4px;
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-testimonial-logo-image {
    margin-top: 10px;
    margin-bottom: 0;
    margin-left: 0;
  }

  .cf-cta-button {
    padding-top: 14px;
    padding-bottom: 16px;
  }

  .cf-cta-button.rectangle {
    padding-left: 50px;
  }

  .cf-testimonial-image-2 {
    max-width: 40px;
    height: 40px;
    margin-right: 8px;
  }

  .cf-hero-section-2 {
    background-image: url('../images/284e10f90c8212e58564f23aaa34bcd3.gif');
  }

  .cf-button-text {
    flex: none;
    font-size: 18px;
  }

  .cf-cta-arrow-div {
    flex: none;
  }

  .cf-hero-6---text-container-4 {
    margin-left: 30px;
    padding: 20px 10px 20px 16px;
  }

  .cf-hero-section-7 {
    padding-bottom: 100px;
  }

  .cf-parallax-image-contain-2 {
    height: 350px;
  }

  .cf-brand-logo {
    max-width: 70%;
  }

  .cf-footer-links-wrapper {
    margin-bottom: 40px;
  }

  .cf-footer-right-container {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .change-text-wrapper {
    text-align: center;
    flex-direction: column;
  }

  .text-change-wrapper {
    margin-top: 10px;
    padding-left: 0;
  }

  .cf-18px-paragraph-2 {
    font-size: 16px;
  }

  .cf-round-testimonial-image-2 {
    left: 20px;
  }

  .cf-testimonial-black-image-2 {
    max-width: 300px;
  }

  .cf-home-testimonial-wrap-2 {
    margin-top: 60px;
  }

  .cf-82px-heading---black-2 {
    font-size: 40px;
  }

  .cf-call-arrow-button-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .cf-gradient-span-2 {
    line-height: 110%;
  }

  .cf-heading-part-6 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-wrap: wrap;
    justify-content: center;
  }

  .hero_highlight {
    inset: -3rem auto auto -2rem;
  }

  .heading-3 {
    font-size: 40px;
  }

  .fs-cc-prefs_buttons-wrapper-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-top: 1px solid #f5f5f5;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .fs-cc-banner_buttons-wrapper-2 {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    text-align: center;
    flex-flow: wrap;
    align-items: center;
    margin-top: 32px;
  }

  .fs-cc-prefs_button-2 {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .fs-cc-prefs_button-2.fs-cc-button-alt {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .fs-cc-prefs_option-2 {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .fs-cc-prefs_option-2.has-no-border {
    border-bottom-style: none;
  }

  .fs-cc-banner_text-2 {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .fs-cc-banner_component-2 {
    max-width: none;
    padding: 20px;
    display: none;
  }

  .fs-cc-prefs_form-2 {
    border-radius: 12px;
  }

  .banner-wrapper {
    margin-left: 20px;
    margin-right: 20px;
  }

  .fs-cc-prefs_space-medium-2 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .fs-cc-banner_button-2 {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .fs-cc-prefs_component-2 {
    padding: 24px 20px;
  }

  .fs-cc-prefs_content-2 {
    border-radius: 12px;
    padding: 20px 20px 0;
  }

  .home-figures_figure-text {
    font-size: 5.5vw;
  }

  .home-features_item-content-wrapper, .home-features_item-content-wrapper.is-right {
    grid-column-gap: 1.5rem;
    grid-row-gap: 1.5rem;
  }

  .home-features_h2 {
    font-size: 2rem;
  }

  .home-features_item-wrapper {
    border-radius: 20px;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .content-wrapper-2 {
    margin-top: 50px;
  }

  .hero-stats-wrapper {
    grid-column-gap: 20px;
  }

  .menu-button-2 {
    flex: 0 auto;
    margin-left: 180px;
  }

  .botton-container {
    grid-column-gap: 10px;
  }

  .nav-bar-link {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .button-4 {
    padding: 15px 22px 17px;
    font-size: 12px;
  }

  .stat-container {
    font-size: 9px;
  }

  .h1-title {
    margin-bottom: 25px;
    font-size: 36px;
  }

  .navigation-container {
    display: flex;
  }

  .hero-section {
    padding-left: 6vw;
    padding-right: 6vw;
  }

  .section-container {
    max-width: none;
    padding-top: 6vw;
  }

  .nav-menu {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .stat-title {
    font-size: 25px;
  }

  .hero-paragraph {
    margin-bottom: 40px;
    font-size: 14px;
  }

  .left-content-container {
    max-width: 380px;
  }

  .right-floating-cookie {
    width: 100%;
    max-width: none;
    bottom: 0;
    right: auto;
  }

  .cookie-content.mobile-vertical {
    flex-direction: column;
  }

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

  .right-cookie-image {
    margin-bottom: 20px;
  }

  .cookie-button-blue {
    text-align: center;
    width: 120px;
    margin-bottom: 0;
    margin-right: 10px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .fs-cc-prefs_buttons-wrapper-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-top: 1px solid #f5f5f5;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 32px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .fs-cc-banner_buttons-wrapper-3 {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    text-align: center;
    flex-flow: wrap;
    align-items: center;
    margin-top: 32px;
  }

  .fs-cc-prefs_button-3 {
    width: 100%;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .fs-cc-prefs_button-3.fs-cc-button-alt {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .fs-cc-banner_component-3 {
    max-width: none;
    padding: 20px;
    display: block;
  }

  .fs-cc-prefs_form-3 {
    border-radius: 12px;
  }

  .fs-cc-prefs_space-medium-3 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .fs-cc-banner_button-3 {
    min-width: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 16px;
  }

  .fs-cc-prefs_component-3 {
    padding: 24px 20px;
  }

  .fs-cc-prefs_content-3 {
    border-radius: 12px;
    padding: 20px 20px 0;
  }

  .fs-cc-prefs_component-4 {
    padding: 24px 20px;
  }

  .fs-cc-banner_link-wrapper {
    grid-column-gap: 0px;
    justify-content: center;
    width: 100%;
    margin-bottom: 32px;
    margin-left: auto;
    margin-right: auto;
  }

  .fs-cc-banner_component-4 {
    padding: 20px;
  }

  .fs-cc-prefs_form-4 {
    border-radius: 12px;
  }

  .fs-cc-banner_text-3 {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .fs-cc-prefs_space-medium-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    grid-template-rows: auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    justify-content: space-between;
    display: grid;
  }

  .fs-cc-prefs_content-4 {
    border-radius: 12px;
    padding: 20px 20px 0;
  }

  .fs-cc-banner_button-4 {
    width: 100%;
    min-width: 0;
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .fs-cc-banner_button-4.fs-cc-button-no-outline {
    width: auto;
    margin-bottom: 0;
  }

  .fs-cc-prefs_button-4 {
    margin-bottom: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 18px;
  }

  .fs-cc-prefs_button-4.fs-cc-button-alt {
    padding-top: 13px;
    padding-bottom: 13px;
  }

  .fs-cc-banner_buttons-wrapper-4 {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    text-align: center;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    margin-top: 32px;
  }

  .fs-cc-prefs_buttons-wrapper-4 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-top: 1px solid #f5f5f5;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .fs-cc-prefs_component-5 {
    padding: 24px 20px;
  }

  .fs-cc-banner_component-5 {
    padding: 20px;
  }

  .fs-cc-prefs_form-5 {
    border-radius: 12px;
  }

  .fs-cc-banner_text-4 {
    margin-bottom: 0;
    margin-right: 0;
    font-size: 14px;
  }

  .fs-cc-banner_buttons-wrapper-5 {
    grid-column-gap: 2%;
    grid-row-gap: 2%;
    text-align: center;
    flex-flow: wrap;
    grid-template-columns: 1fr 1fr;
    align-items: center;
    width: 100%;
    margin-top: 32px;
  }

  .fs-cc-prefs_buttons-wrapper-5 {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    border-top: 1px solid #f5f5f5;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 0;
    margin-left: -20px;
    margin-right: -20px;
    padding-top: 20px;
    padding-left: 20px;
    padding-right: 20px;
    display: grid;
  }

  .fs-cc-prefs2_button.fs-cc-button-alt {
    margin-bottom: .5rem;
  }

  .cookie-banner {
    display: none;
  }

  .fs-cc-prefs2_component, .fs-cc-prefs2_content {
    padding: 1.5rem;
  }

  .fs-cc-prefs2_submit {
    margin-top: 8px;
  }

  .fs-cc-prefs2_close {
    padding: .5rem;
  }

  .fs-cc-prefs2_label {
    font-size: .875rem;
  }

  .fs-cc-prefs2_title {
    font-size: 1.125rem;
  }

  .fs-cc-banner2_component {
    width: 100%;
  }

  .text-size-regular.text-color-primary {
    font-size: .8rem;
    line-height: 1.2em;
  }

  .card-right {
    width: 100%;
    height: 50%;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .card-left {
    width: 100%;
    height: 50%;
  }

  .stacking-card.is--first, .stacking-card.is--sixth, .stacking-card.is--second, .stacking-card.is--fourth, .stacking-card.is--third, .stacking-card.is--fifth {
    flex-flow: column;
    height: 420px;
  }

  .logo-embed {
    margin-top: 4px;
  }

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

  .container-8 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .grid-project {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-columns: 1fr;
  }

  .heading-2.is-short {
    width: 8ch;
    font-size: 3rem;
  }

  .text-size_regular {
    white-space: pre-wrap;
    line-height: 1.5;
  }

  .text-size_regular.is-short {
    width: 24ch;
    font-size: 1rem;
  }

  .brix---3-columns-1-col-tablet {
    grid-template-columns: 1fr;
  }

  .brix---mg-bottom-48px {
    margin-bottom: 32px;
  }

  .brix---mg-bottom-8px {
    margin-bottom: 6px;
  }

  .brix---paragraph-default-2 {
    font-size: 17px;
    line-height: 28px;
  }

  .brix---heading-h2-size {
    font-size: 24px;
    line-height: 34px;
  }

  .brix---mg-bottom-24px {
    margin-bottom: 16px;
  }

  .brix---container-default-3 {
    padding-left: 20px;
    padding-right: 20px;
  }

  .brix---heading-h3-size {
    margin-bottom: 10px;
    font-size: 20px;
    line-height: 30px;
  }

  .cf-tabs-content-heading {
    font-size: 20px;
  }

  .cf-tabs-left-wrap {
    padding: 40px 15px;
  }

  .cf-tabs-element._2 {
    bottom: -8%;
    right: -14%;
  }

  .cf-tabs-header-text {
    font-size: 16px;
  }

  .cf-home-tab-link {
    padding-left: 25px;
    padding-right: 25px;
  }

  .cf-tabs-content-contain {
    min-height: auto;
  }

  .cf-tabs-right-tab {
    padding-top: 40px;
    padding-bottom: 40px;
  }

  .cf-tabs-menu {
    margin-bottom: 50px;
  }

  .cf-features-4-tabs-heading {
    font-size: 30px;
  }

  .cf-tabs-content-text {
    font-size: 16px;
  }

  .section-2.mod--footer {
    display: none;
  }

  .cf-footer-links-wrapper-2 {
    margin-bottom: 40px;
  }

  .cf-footer-right-container-2 {
    grid-row-gap: 0px;
    flex-direction: column;
    grid-template-columns: 1fr;
  }

  .cf-footer-social-link-block {
    flex: none;
    width: auto;
    max-width: 36px;
    height: auto;
    max-height: 36px;
  }

  .cf-footer-section-2 {
    display: block;
  }

  .footer_top {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .padding-global-4 {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

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

  .button-6.is-footer-cta {
    font-size: 1rem;
  }

  .footer_menu-list {
    flex-flow: wrap;
    justify-content: center;
    align-items: center;
  }

  .client-logo_list {
    justify-content: center;
  }

  .client-logo_wrapper {
    justify-content: center;
    align-items: flex-start;
  }

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

  .logo-gradient-overlay {
    width: 4rem;
  }

  .footer_bottom {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
  }

  .text-size-small.is-1 {
    order: 1;
  }

  .navbar_wrapper {
    padding: 1.25rem 1rem 1rem;
  }

  .padding-section-medium {
    padding-top: 2.25rem;
    padding-bottom: 2.25rem;
  }

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

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

#w-node-_55572749-28f5-3772-5087-5b7f01335127-7b353df2, #w-node-_92c9326a-d429-d687-e76a-11408a54acf1-7b353df2 {
  grid-area: span 2 / span 12 / span 2 / span 12;
}

#w-node-ed9c7f89-bb9e-481b-8fd4-63005ec6deff-7b353df2, #w-node-ed9c7f89-bb9e-481b-8fd4-63005ec6df03-7b353df2, #w-node-ed9c7f89-bb9e-481b-8fd4-63005ec6df10-7b353df2 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-cb29758b-020d-92bc-2fc3-f970e5a17e7f-696fb0ea {
  grid-template-rows: auto;
  grid-template-columns: 2.75fr .5fr;
}

#w-node-cb29758b-020d-92bc-2fc3-f970e5a17e80-696fb0ea, #w-node-cb29758b-020d-92bc-2fc3-f970e5a17e89-696fb0ea {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f103-c3fba3d8 {
  justify-self: center;
}

#w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f113-c3fba3d8 {
  justify-self: end;
}

#w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f155-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f157-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f159-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f15b-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f15d-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f15f-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f161-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f163-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f166-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f168-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f16a-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f16c-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f16e-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f170-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f172-c3fba3d8, #w-node-_8e104700-0df9-fcaf-88a1-3ef8d740f174-c3fba3d8 {
  justify-self: center;
}

@media screen and (max-width: 991px) {
  #w-node-_92c9326a-d429-d687-e76a-11408a54acf1-7b353df2 {
    grid-row: span 5 / span 5;
  }

  #w-node-_92c9326a-d429-d687-e76a-11408a54acf2-7b353df2, #w-node-_92c9326a-d429-d687-e76a-11408a54acf8-7b353df2 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-ed9c7f89-bb9e-481b-8fd4-63005ec6df01-7b353df2, #w-node-ed9c7f89-bb9e-481b-8fd4-63005ec6df12-7b353df2, #w-node-ed9c7f89-bb9e-481b-8fd4-63005ec6df23-7b353df2 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (max-width: 479px) {
  #w-node-cb29758b-020d-92bc-2fc3-f970e5a17e7f-696fb0ea {
    grid-template-rows: auto;
    grid-template-columns: 2fr .75fr;
  }
}


@font-face {
  font-family: 'Arboria-Light';
  src: url('../fonts/Arboria-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arboria-Bold';
  src: url('../fonts/Arboria-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arboria-Medium';
  src: url('../fonts/Arboria-Medium.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Arboria-Thin';
  src: url('../fonts/Arboria-Thin.ttf') format('truetype');
  font-weight: 100;
  font-style: normal;
  font-display: swap;
}