:root {
  --black: #000;
  --white: #f5f5f5;
  --transparent: transparent;
  --primary: var(--white);
  --light-grey\<deleted\|variable-5675b63e-c5d8-527e-72b6-ecfca8505550\>: #eee;
  --dark-gray-2\<deleted\|variable-73fc28ef-a8b3-b8e3-1597-31094373402a\>: #404040;
  --transparent-2: #16161699;
  --lighter-black: #16161600;
  --black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>: #050505;
  --contact-color: var(--white);
  --secondary: #16161600;
  --border-radius: 24px;
  --light-gray: #e7e7e9;
}

.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-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

@media screen and (max-width: 991px) {
  .w-layout-blockcontainer {
    max-width: 728px;
  }
}

@media screen and (max-width: 767px) {
  .w-layout-blockcontainer {
    max-width: none;
  }
}

body {
  background-color: var(--black);
  color: var(--white);
  font-family: Inter, sans-serif;
  font-size: 1vw;
  line-height: 1.4vw;
}

h1 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.55vw;
  font-weight: 600;
  line-height: 6.11vw;
}

h2 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.44vw;
  font-weight: 500;
  line-height: 5vw;
}

h3 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 3.33vw;
  font-weight: 500;
  line-height: 3.89vw;
}

h4 {
  letter-spacing: -.07vw;
  text-transform: capitalize;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.78vw;
  font-weight: 500;
  line-height: 3.33vw;
}

h5 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .89vw;
  font-weight: 400;
  line-height: 1.44vw;
}

h6 {
  letter-spacing: .14vw;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-size: .78vw;
  font-weight: 400;
  line-height: 1.33vw;
}

p {
  letter-spacing: .07vw;
  margin-bottom: 0;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

a {
  color: var(--white);
  letter-spacing: .07vw;
  font-size: 1.1vw;
  line-height: 1.44vw;
  text-decoration: none;
}

ul {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.8vw;
  display: flex;
}

ol {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-flow: column;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 2.78vw;
  display: flex;
}

li {
  letter-spacing: .07vw;
  font-size: 1.11vw;
  font-weight: 300;
  line-height: 1.89vw;
}

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

sup {
  vertical-align: super;
  font-size: 2.78vw;
  line-height: 2.22vw;
  top: -.33vw;
}

blockquote {
  border-left: 5px solid var(--black);
  margin-bottom: 0;
  padding: .56vw 0 .56vw 1.67vw;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.space-page-top {
  min-height: 11.11vw;
}

.container {
  color: var(--white);
  width: 100%;
  max-width: 100%;
  height: 100%;
  max-height: 100%;
  margin-left: 0;
  margin-right: 0;
  overflow: hidden;
}

.container.overflow {
  overflow: visible;
}

.container.padding-4-5rem {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  padding-left: 4.5rem;
  padding-right: 4.5rem;
  display: block;
}

.container.padding-9rem {
  width: 100%;
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.container.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
  display: none;
}

.space-2rem {
  min-height: 2.2vw;
}

.background-black {
  background-color: var(--black);
}

.section {
  font-size: 16px;
}

.section.background-black {
  background-color: var(--transparent);
  background-image: linear-gradient(#000000bf, #000000bf);
  text-decoration: underline;
}

.section.services {
  display: none;
}

.section._1 {
  z-index: 10000;
  width: auto;
  position: static;
}

.space-4rem {
  min-height: 4.4vw;
}

.caps {
  text-transform: uppercase;
}

.font-primary {
  color: var(--primary);
}

.no-wrap {
  white-space: nowrap;
}

.space-1rem {
  min-height: 1.1vw;
}

.outline-white {
  color: #0000;
  -webkit-text-stroke-width: .07vw;
  -webkit-text-stroke-color: var(--white);
  margin-right: .23vw;
}

.space-7rem {
  min-height: 7.8vw;
}

.invert {
  filter: invert();
}

.button-text {
  margin-bottom: 0;
  font-size: 1.11vw;
  line-height: 1.89vw;
}

.arrow {
  min-width: .9vw;
  max-width: .9vw;
  min-height: .9vw;
  max-height: .9vw;
}

.button-arrow-wrapper {
  background-color: var(--primary);
  cursor: pointer;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  display: flex;
  overflow: hidden;
}

.button-arrow-wrapper.button-light {
  background-color: var(--black);
}

.button-with-circle-icon {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  border: .1vw solid var(--primary);
  background-color: var(--black);
  color: var(--white);
  text-transform: uppercase;
  cursor: pointer;
  border-radius: 8.9vw;
  justify-content: center;
  align-items: center;
  min-width: 12.22vw;
  padding: .14vw .28vw .14vw 2.22vw;
  transition: background-color .25s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.button-with-circle-icon.button-light {
  z-index: auto;
  border-color: var(--primary);
  background-color: var(--primary);
  color: var(--black);
}

.button-text-absolute {
  margin-bottom: 0;
  font-size: 1.11vw;
  line-height: 1.89vw;
  display: none;
  position: absolute;
  left: 2.22vw;
}

.footer-link-wrapper {
  outline-offset: 0px;
  direction: ltr;
  text-align: center;
  outline: 3px #f5f5f5;
  flex-direction: column;
  text-decoration: none;
  display: flex;
  position: relative;
  overflow: hidden;
}

.footer-logo-link-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.footer-logo-link-wrapper.w--current {
  display: flex;
  position: static;
}

.footer-right-flex {
  grid-column-gap: 8vw;
  grid-row-gap: 8vw;
  justify-content: center;
  align-items: flex-start;
  text-decoration: none;
  display: flex;
}

.footer-link {
  box-sizing: border-box;
  opacity: 1;
  outline-offset: 0px;
  pointer-events: auto;
  color: var(--white);
  object-fit: fill;
  outline-width: 0;
  outline-color: #f5f5f5;
  font-size: 1vw;
  line-height: 1.5vw;
  -webkit-text-decoration: underline #000;
  text-decoration: underline #000;
  position: static;
}

.footer-link:hover {
  color: var(--light-grey\<deleted\|variable-5675b63e-c5d8-527e-72b6-ecfca8505550\>);
  text-decoration: none;
}

.footer-link.w--current {
  color: #eee;
}

.footer-link.move-down {
  text-decoration-color: #000;
  position: absolute;
  top: 100%;
}

.footer-link.move-down.w--current {
  color: #eee;
}

.footer-wrapper {
  grid-column-gap: 1.67vw;
  grid-row-gap: 1.67vw;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  display: flex;
}

.footer-bottom {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding: 2.2vw 50px;
  text-decoration: none;
  display: flex;
}

.footer-logo {
  object-fit: cover;
  object-position: 50% 50%;
  width: 25vw;
  min-width: auto;
  max-width: none;
  height: 30vh;
  min-height: auto;
  max-height: none;
}

.footer-line {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  background-color: var(--primary);
  text-align: center;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: .07vw;
  display: flex;
}

.footer-top {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center;
  place-items: center stretch;
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-top: 4.4vw;
  padding-bottom: 4.4vw;
  display: grid;
}

.footer-block {
  grid-column-gap: .6vw;
  grid-row-gap: .6vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.socials-wrapper {
  z-index: 1;
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  justify-content: center;
  align-items: center;
  width: auto;
  display: flex;
}

.utilities-side-bar {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  border-right: .07vw solid var(--dark-gray-2\<deleted\|variable-73fc28ef-a8b3-b8e3-1597-31094373402a\>);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  min-width: 22.2vw;
  max-width: 22.2vw;
  height: 100vh;
  padding-left: 2.2vw;
  padding-right: 2.2vw;
  display: flex;
  position: sticky;
  top: 2.2vw;
}

.utilities-flex-title {
  grid-column-gap: .8vw;
  grid-row-gap: .8vw;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  display: flex;
}

.utilities-icon {
  min-width: 2.8vw;
  height: 2.8vw;
}

.navbar {
  z-index: 100;
  background-color: var(--transparent-2);
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 6vw;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: fixed;
  inset: 0% 0% auto;
}

.nav-link {
  color: var(--white);
  text-transform: uppercase;
  padding: 0 1.4vw;
  font-weight: 300;
  transition: color .25s;
}

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

.nav-link.move-down {
  position: absolute;
  top: 100%;
}

.nav-menu {
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  margin-right: 2.2vw;
  display: flex;
}

.nav-link-wrapper {
  flex-direction: column;
  display: flex;
  position: relative;
  overflow: hidden;
}

.nav-container {
  flex-flow: row;
  flex: 0 auto;
  order: 0;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  display: flex;
}

.brands-wrapper {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  opacity: .8;
  background-color: #0000;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  display: flex;
}

.brands-grid {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  filter: invert();
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: grid;
  overflow: hidden;
}

.brands-grid.slide-up-animation {
  background-color: #a2555500;
}

.logos-wrapper {
  z-index: 2;
  flex-direction: column;
  flex: auto;
  justify-content: center;
  align-items: center;
  width: 120px;
  min-width: 8.9vw;
  max-width: 600px;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.posts-card {
  color: var(--white);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 37.6vw;
  max-width: 37.6vw;
  display: flex;
  position: relative;
}

.plus-wrapper {
  background-color: var(--primary);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  min-width: 2.8vw;
  max-width: 2.8vw;
  min-height: 2.8vw;
  max-height: 2.8vw;
  padding-bottom: .1vw;
  padding-left: .1vw;
  display: flex;
  position: absolute;
  inset: 2.22vw 2.22vw auto auto;
}

.image-absolute {
  min-width: 100%;
  min-height: 100%;
  max-height: 100%;
  position: absolute;
  inset: 0%;
}

.featured-card {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 25vw;
  max-width: 25vw;
  display: flex;
  position: relative;
}

.font-white {
  color: var(--white);
  border-bottom: 10px #000;
  font-size: 1.2vw;
  line-height: 2.5vw;
  -webkit-text-decoration: none;
  text-decoration: none;
  text-decoration-thickness: 1px;
}

.title-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  margin-top: 0;
  margin-bottom: 50px;
  padding-top: 50px;
  display: flex;
}

.form-wrapper {
  max-width: 40.3vw;
  margin-left: auto;
  margin-right: auto;
}

.form-wrapper.slide-up-animation {
  background-color: #00000040;
}

.field-wrapper {
  margin-bottom: 12px;
}

.text-field {
  background-color: var(--contact-color);
  color: var(--black);
  border-radius: 20px;
  height: 3rem;
  padding-left: 1.1vw;
  padding-right: 1.1vw;
  font-size: 1.2vw;
  line-height: 1.5vw;
}

.text-field:focus {
  border-color: #171f33;
}

.text-field::placeholder {
  color: #aaa;
}

.message-area {
  background-color: var(--white);
  color: var(--black);
  border-radius: 20px;
  min-height: 8vw;
  margin-bottom: 8px;
  padding: 1.1vw;
  font-size: 1.2vw;
}

.message-area:focus {
  border: 1px solid #4a5a68;
}

.message-area::placeholder {
  color: #aaa;
}

.button {
  background-color: var(--primary);
  color: var(--black);
  text-align: left;
  border-radius: 10px;
  padding: 20px 30px;
  font-family: Inter, sans-serif;
  font-size: 1.25vw;
  font-weight: 300;
  transition: background-color .25s;
  position: static;
  overflow: clip;
}

.button:hover {
  color: #f5f5f5;
  background-color: #4a5a68;
}

.contact-success-message {
  background-color: var(--secondary);
  color: #f5f5f5;
  text-align: center;
  border: 1px solid #27ae60;
  border-radius: 20px;
  padding: 1.7vw 2.2vw;
}

.contact-success-message::placeholder {
  color: #aaa;
}

.contact-error-message {
  background-color: var(--transparent);
  color: var(--white);
  text-align: center;
  background-image: linear-gradient(#00000040, #00000040);
  border: 1px solid #e74c3c;
  border-radius: 20px;
  margin-top: 32px;
  padding: 1.7vw 2.2vw;
}

.contact-error-message::placeholder {
  color: #aaa;
}

.field-label {
  font-size: 1vw;
  font-weight: 300;
}

.utility-page-wrap {
  background-image: linear-gradient(#000000b3, #000000b3), url('../images/ParallaxImage.jpg');
  background-position: 0 0, 50%;
  background-size: auto, cover;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  display: flex;
}

.utility-page-content {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 18.06vw;
  display: flex;
}

.move-down {
  position: absolute;
  top: 100%;
}

.faq-question {
  text-align: left;
  letter-spacing: 0;
  text-transform: none;
  white-space: normal;
  font-size: 1.67vw;
  font-weight: 400;
  line-height: 1.67vw;
}

.faq-icon {
  filter: invert();
  color: var(--white);
  min-width: 1.8vw;
  max-width: 1.8vw;
  min-height: 1.8vw;
  max-height: 1.8vw;
}

.faq-flex {
  grid-column-gap: 2.1vw;
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.faq-dropdown {
  min-width: 100%;
}

.dropdown-toggle {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  cursor: pointer;
  background-color: #161616;
  min-width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding: 1.7vw 3.3vw .6vw;
  transition-property: background-color;
  transition-duration: .25s;
  transition-timing-function: ease;
  position: relative;
}

.dropdown-toggle:hover {
  background-color: #c7c7c733;
}

.dropdown-answer {
  text-align: left;
  width: 80%;
}

.faq-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  text-align: center;
  flex-direction: column;
  width: 100%;
  max-width: 50vw;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.utilities-image {
  border-radius: 100%;
  min-width: 11.11vw;
  max-width: 11.11vw;
  min-height: 11.11vw;
  max-height: 11.11vw;
}

.padding-13-5rem {
  padding-left: 13.5rem;
  padding-right: 13.5rem;
}

.works-title-grid {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr .4fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: start;
  width: 100%;
  padding-left: 10%;
  padding-right: 10%;
  display: grid;
}

.flex-title {
  grid-column-gap: .56vw;
  grid-row-gap: .56vw;
  flex-direction: column;
  font-weight: 100;
  display: flex;
}

.works-description {
  max-width: 36.11vw;
}

.works-grid {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  grid-template-rows: auto auto auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.works-details-info {
  border-bottom: .07vw solid var(--primary);
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  min-width: 16.66vw;
  max-width: 16.66vw;
  padding-bottom: .56vw;
  display: flex;
}

.image-wrapper {
  border-radius: 1.5rem;
  min-height: 37.5vw;
  max-height: 37.5vw;
  margin-left: auto;
  margin-right: auto;
  position: relative;
  overflow: hidden;
}

.image-parallax-curve {
  min-width: 100%;
}

.trigger {
  min-height: 7.78vw;
  position: absolute;
  inset: auto 0% 0%;
}

.works-details {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: center space-between;
  align-items: flex-start;
  width: 100%;
  max-width: 48.61vw;
  margin-left: auto;
  margin-right: auto;
}

.works-rich-text {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  flex-direction: column;
  display: flex;
}

.works-grid-thirds {
  grid-column-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: grid;
}

.lightbox-link-small {
  border-radius: 24px;
  overflow: hidden;
}

.thumbnails {
  border-radius: 24px;
}

.spline {
  z-index: -10;
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: auto;
}

.services-image {
  aspect-ratio: 1;
  border-radius: 4px;
  min-width: 5.55vw;
  max-width: 5.55vw;
}

.services-title-flex {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  align-items: center;
  display: flex;
}

.services-card {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  background-color: #161616;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 33.3vw;
  padding: 2.2vw;
  transition-property: filter, color;
  transition-duration: .2s, .3s;
  transition-timing-function: ease-in-out, ease;
  display: flex;
}

.services-title {
  font-size: 7.78vw;
  line-height: 5.55vw;
}

.services-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  max-width: 43.3vw;
  display: flex;
}

.services-wrapper.slide-from-left-animation {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: flex-end;
  align-self: auto;
  align-items: flex-end;
  display: flex;
  position: relative;
  top: 0;
}

.services-wrapper.slide-from-right-animation {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  flex-flow: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  place-items: center stretch;
  display: flex;
  position: relative;
}

.services-text-block {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-end;
  width: 100%;
  display: flex;
}

.services-flex {
  grid-column-gap: 2.2vw;
  grid-row-gap: 2.2vw;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: block;
}

.services-icon {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  background-color: var(--secondary);
  text-align: center;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  min-width: 8.89vw;
  max-width: 8.89vw;
  display: flex;
}

.cta-block {
  grid-column-gap: 3.3vw;
  grid-row-gap: 3.3vw;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.works-title-wrapper {
  text-align: left;
  flex-direction: row;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  font-size: 1vw;
  display: flex;
  position: relative;
  overflow: hidden;
}

.works-title {
  text-align: center;
  text-transform: uppercase;
  white-space: nowrap;
  margin-left: 0;
  padding-top: 0;
  font-size: 5vw;
  font-weight: 700;
  line-height: 11.11vw;
}

.works-title.outline-white {
  -webkit-text-stroke-color: #4a5a68;
  background-color: #0000;
}

.self-align-left {
  align-self: flex-start;
}

.metrics-wrapper {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  justify-content: space-around;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.metrics-block {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.metrics-text {
  font-size: 6vw;
  line-height: 7.22vw;
}

.story-content-wrapper {
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  background-color: var(--secondary);
  text-align: left;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  min-width: 33.3vw;
  max-width: 33.3vw;
  margin-left: auto;
  padding-left: 2.2vw;
  padding-right: 2.2vw;
  display: flex;
}

.story-content-wrapper.slide-from-left-animation {
  position: relative;
}

.story-grid {
  grid-column-gap: 2.22vw;
  grid-row-gap: 2.22vw;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-content: start center;
  place-items: center;
  width: 100%;
  display: grid;
}

.centered-from-mobile {
  text-align: left;
  height: auto;
  font-size: 1.3vw;
}

.story-text-wrapper {
  grid-column-gap: 1.1vw;
  grid-row-gap: 1.1vw;
  aspect-ratio: 1;
  border-radius: var(--border-radius);
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  min-width: 33.3vw;
  max-width: 33.3vw;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.slide-nav {
  display: none;
}

.reviews-slider {
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-width: 66.66vw;
  max-width: 66.66vw;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.reviews-icon {
  background-color: #ce9b9b00;
  align-self: auto;
  font-size: 1vw;
}

.mask {
  border-top-left-radius: var(--border-radius);
  border-top-right-radius: var(--border-radius);
  border-bottom-left-radius: var(--border-radius);
  border-bottom-right-radius: var(--border-radius);
  background-color: #161616;
  max-width: 100%;
}

.reviews-image {
  border-radius: 100%;
  min-width: 4.4vw;
  max-width: 4.4vw;
  min-height: 4.4vw;
  max-height: 4.4vw;
}

.reviews-slide {
  grid-column-gap: 1.11vw;
  grid-row-gap: 1.11vw;
  text-align: center;
  background-color: #161616;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 4.4vw 4.4vw 8.8vw;
  display: flex;
}

.reviews-arrow {
  text-align: center;
  border: 1px solid #b3b3b3;
  border-radius: 1000px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2.2vw;
  height: 2.2vw;
  transition: border-color .25s, color .25s;
  display: flex;
  position: relative;
  inset: auto 0% 32px;
}

.reviews-arrow:hover {
  color: #64dcdd;
  border-color: #64dcdd;
}

.reviews-arrow.left {
  flex-flow: column;
  align-self: auto;
  transition: opacity .2s, border-color .25s, color .25s;
  display: flex;
  bottom: 6.67vw;
  left: -1.44vw;
  right: 0%;
}

.reviews-arrow.right {
  justify-content: center;
  align-items: center;
  transition: border-color .25s, color .25s;
  bottom: 8.89vw;
  left: 1.44vw;
  right: 0%;
}

.hero-section {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.heading-2, .heading-3 {
  text-transform: none;
}

.div-block {
  grid-column-gap: 80px;
  grid-row-gap: 80px;
  text-align: center;
  letter-spacing: normal;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-items: center;
  margin-top: 50px;
  margin-bottom: 50px;
  text-decoration: none;
  display: grid;
}

.body {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: block;
  overflow: visible;
}

.product-slide {
  vertical-align: baseline;
  overflow: visible;
}

.slider-left {
  border: 2px solid #8c54ff;
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 15px;
  display: flex;
}

.slider-right {
  border: 2px solid #8c54ff;
  border-radius: 500px;
  justify-content: center;
  align-items: center;
  width: 55px;
  height: 55px;
  padding: 15px;
  display: flex;
  box-shadow: 1px 1px 55px #00163214;
}

.guideline-wrap-info {
  text-align: left;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  height: 70vh;
  display: flex;
  position: relative;
}

.guideline-wrap-info.left-align {
  text-align: left;
  background-color: #cc1e1e00;
  align-self: auto;
  align-items: flex-start;
  height: 70vh;
  position: relative;
}

.sticky-info-column {
  background-color: #753939;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 50%;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
}

.sticky-info-column.services {
  background-color: #4a5a68cc;
}

.sticky-header-column {
  background-color: #161616a6;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  height: 100vh;
  padding-left: 96px;
  padding-right: 96px;
  display: flex;
  position: sticky;
  top: 0;
}

.heading-11 {
  color: #fff;
  margin-top: 0;
  margin-bottom: 1.3rem;
  font-size: 5vw;
  font-weight: 700;
}

.heading-11.execption {
  text-align: center;
}

.large-number {
  text-align: left;
  margin-bottom: 0;
  font-size: 60px;
  font-weight: 200;
}

.large-number.outline {
  margin-bottom: .8rem;
}

.sticky-section {
  text-align: center;
  justify-content: center;
  align-items: flex-start;
  width: 100vw;
  min-height: 100vh;
  display: flex;
}

.pricing-comparison-wrap {
  background-color: #0000;
  border-radius: 0;
  width: 1000px;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
}

.tooltip {
  color: #fff;
  text-align: center;
  background-color: #000;
  border-radius: 4px;
  padding: 8px 12px;
}

.tooltip-button {
  cursor: default;
  justify-content: center;
  align-items: center;
  margin-left: 5px;
  display: flex;
  position: relative;
}

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

.comparison-feature {
  color: #727272;
  background-color: #161616;
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
  display: flex;
}

.section-5 {
  flex-direction: column;
  justify-content: center;
  padding: 100px 40px 0;
  display: flex;
}

.comparison-row {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  color: var(--white);
  background-color: #4a5a68;
  border-bottom: 1px solid #414141;
  grid-template-rows: auto;
  grid-template-columns: 1.5fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: center;
  display: grid;
}

.comparison-row.header {
  z-index: 5;
  background-color: #161616;
  border-bottom-color: #414141;
  padding-top: 26px;
  padding-bottom: 26px;
  padding-left: 20px;
  position: sticky;
  top: 0;
}

.comparison-item {
  padding-top: 28px;
  padding-bottom: 28px;
  padding-left: 20px;
}

.comparison-item.check {
  text-align: left;
  background-color: #0000;
  background-image: url('../images/check-svgrepo-com-1.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  background-attachment: scroll;
  padding-left: 20px;
  display: block;
}

.comparison-item.x {
  background-image: url('../images/x.svg');
  background-position: 20px;
  background-repeat: no-repeat;
  background-size: auto;
  padding-left: 20px;
}

.tooltip-wrap {
  z-index: 10;
  justify-content: center;
  width: 300px;
  display: none;
  position: absolute;
  bottom: 40px;
}

.container-6 {
  background-color: #161616d9;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 1296px;
  margin-left: auto;
  margin-right: auto;
  padding: 20px 24px;
  display: flex;
}

.tooltip-arrow {
  z-index: 0;
  background-color: #000;
  border-radius: 2px;
  width: 20px;
  height: 20px;
  margin-left: -10px;
  position: absolute;
  bottom: -8px;
  left: 50%;
  transform: rotate(45deg);
}

.comparison-header-title {
  color: var(--white);
  letter-spacing: 0;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 22px;
  font-weight: 600;
  line-height: 1.1;
}

.comparison-header-title.feature {
  color: #fff;
}

.comparison-header-title._2 {
  letter-spacing: 0;
  color: #ffe6a3;
  font-size: 22px;
  font-weight: 600;
}

.comparison-header-title._3 {
  color: #afcbff;
}

.text-block-3 {
  color: var(--white);
  font-size: 1.67vw;
}

.text-block-4 {
  color: #fff;
  font-size: 1.67vw;
}

.text-block-5, .text-block-6 {
  color: #aaa;
  font-size: 1.5vw;
}

.text-block-7 {
  color: #fff;
  font-size: 1.67vw;
}

.text-block-8 {
  color: #aaa;
  font-size: 1.5vw;
}

.text-block-9 {
  font-size: 1.67vw;
}

.text-block-10 {
  color: #ffe6a3;
  font-size: 1.67vw;
}

.text-block-11 {
  color: #afcbff;
  font-size: 1.67vw;
}

.text-block-12 {
  color: #fff;
  font-size: 1.67vw;
}

.text-block-13 {
  color: #aaa;
  font-size: 1.5vw;
}

.text-block-14 {
  color: #fff;
  text-overflow: clip;
  column-count: auto;
  white-space: normal;
  word-break: normal;
  overflow-wrap: normal;
  font-size: 1.67vw;
  text-decoration: none;
}

.text-block-15 {
  color: #aaa;
  font-size: 1.5vw;
}

.text-block-16 {
  color: #fff;
  font-size: 1.67vw;
}

.text-block-18 {
  font-size: 1.67vw;
}

.text-block-19 {
  color: #ffe6a3;
  font-size: 1.67vw;
}

.text-block-20 {
  color: #afcbff;
  font-size: 1.67vw;
}

.text-block-21 {
  font-size: 1.5vw;
}

.text-block-21.tablet {
  font-size: 1.67vw;
}

.text-block-22 {
  color: #ffe6a3;
  font-size: 1.67vw;
}

.text-block-23 {
  color: #afcbff;
  font-size: 1.67vw;
}

.text-block-24 {
  font-size: 1.5vw;
}

.text-block-24.tablet {
  font-size: 1.67vw;
}

.text-block-24._1 {
  font-size: 2vw;
}

.text-block-25 {
  color: #ffe6a3;
  font-size: 1.5vw;
}

.text-block-25.tablet {
  font-size: 1.67vw;
}

.text-block-25._1 {
  font-size: 2vw;
}

.text-block-26 {
  color: #afcbff;
  font-size: 1.5vw;
}

.text-block-26._3 {
  color: #ffe6a3;
}

.text-block-26._3.tablet, .text-block-26.tablet {
  font-size: 1.67vw;
}

.text-block-26._1 {
  font-size: 2vw;
}

.heading-13 {
  text-align: center;
  font-size: 5vw;
  font-weight: 700;
}

.select-field {
  background-color: var(--contact-color);
  color: var(--black);
  border-radius: 20px;
  height: 3rem;
  margin-bottom: 10px;
  font-size: 1.2vw;
  position: static;
}

.body-2 {
  background-color: var(--secondary);
  background-image: url('../images/2.png');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
}

.bold-text {
  color: var(--white);
  padding-bottom: 0;
  font-size: 1.5vw;
  font-weight: 600;
  display: block;
}

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

.text-size-regular.text-color-lightgray.text-weight-light {
  line-height: 1.9vw;
}

.pricing_tabs-content {
  width: 100%;
  height: 100%;
  overflow: visible;
}

.pricing_tabs {
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  padding: 20px 40px;
  display: flex;
}

.pricing_purple1 {
  filter: blur(20px);
  background-image: radial-gradient(circle at 100%, #4a5a68, #0000);
  width: 150px;
  height: 308px;
  position: absolute;
  inset: auto 0% 0% auto;
}

.tick_wrap {
  background-image: linear-gradient(#333, #000);
  border: 1px solid #333;
  border-radius: 10px;
  justify-content: center;
  align-items: center;
  padding: 2px;
  display: flex;
  transform: rotate(45deg);
}

.text-span-2 {
  color: #ffffff80;
  font-size: 2rem;
  font-weight: 400;
}

.pricing_card-content {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding: 10px 30px;
  display: flex;
}

.pricing_wrap {
  background-color: #16161600;
  border-radius: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.pricing_content-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  text-align: center;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  width: auto;
  margin-bottom: 40px;
  display: flex;
}

.pricing_card-wrap {
  background-color: #000;
  background-image: none;
  border: 1px solid #333;
  border-radius: 10px;
  flex-flow: column;
  justify-content: space-between;
  height: 100%;
  display: flex;
  position: relative;
}

.pricing_card-wrap.is-third {
  height: 100%;
}

.pricing_card-wrap.is-second {
  z-index: 1;
  background-image: none;
  height: 100%;
}

.right_arrow {
  width: 40px;
  height: 40px;
}

.pricing_green3 {
  opacity: .15;
  filter: blur(20px);
  background-image: radial-gradient(circle, #4a5a68, #0000);
  width: 190px;
  height: 200px;
  position: absolute;
  bottom: auto;
  left: auto;
  right: -10%;
}

.tick_image {
  width: 20px;
  height: 20px;
  transform: rotate(-45deg);
}

.pricing_card-price {
  text-align: center;
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(320deg, #636363, #fff 85%);
  -webkit-background-clip: text;
  background-clip: text;
  font-size: 2.5rem;
  font-weight: 700;
  line-height: 1.2;
}

.pricing_card-price.is-second {
  letter-spacing: 1px;
  background-image: linear-gradient(320deg, #636363, #fff 50%);
  font-size: 2rem;
}

.pricing_card-price.is-third {
  background-image: linear-gradient(320deg, #636363, #fff 50%);
  font-size: 4rem;
}

.pricing_green1 {
  filter: blur(30px);
  background-image: radial-gradient(circle, #4a5a68, #0000);
  width: 250px;
  height: 275px;
  position: absolute;
  inset: -25% -15% auto auto;
}

.pricing_purple3 {
  filter: blur(50px);
  background-image: radial-gradient(circle, #4a5a68, #0000);
  width: 182px;
  height: 423px;
  position: absolute;
  bottom: 0%;
  left: auto;
  right: -10%;
}

.pricing_card-border {
  background-image: radial-gradient(circle, #333, #0000 80%);
  height: 1px;
}

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

.text-size-medium.text-color-gray {
  text-align: center;
  text-transform: none;
  margin-top: 15px;
  padding-top: 0;
  font-size: 1.5rem;
  line-height: 1.5;
}

.pricing_card-text {
  grid-column-gap: 15px;
  grid-row-gap: 15px;
  text-align: center;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.pricing_card-title {
  grid-column-gap: 5px;
  grid-row-gap: 5px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: center;
  padding: 10px 30px;
  display: flex;
}

.text-block-30 {
  color: #e74c3c;
}

.text-block-31 {
  color: #27ae60;
}

.pricing_card-link-2 {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  color: #fff;
  justify-content: center;
  align-items: center;
  padding: 30px 30px 40px;
  font-size: 1.1rem;
  font-weight: 500;
  line-height: 25px;
  text-decoration: none;
  display: flex;
}

.black_gradient-2 {
  z-index: -1;
  background-image: linear-gradient(45deg, #000 30%, #4a5a68);
  border-radius: 10px;
  position: absolute;
  inset: 0%;
}

.black_gradient-2.extremite {
  background-image: linear-gradient(245deg, #000 70%, #4a5a68);
}

.rainbow_gradient-2 {
  background-image: radial-gradient(circle at 0 100%, #4b1a5e, #3e9aaa 20%, #d3862e 40%, #e1d8e4 60%, #f2edf3 80%, #fff);
  display: none;
  position: absolute;
  inset: 0%;
}

.card_link-wrap-2 {
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(90deg, #4a5a68, #4a5a68 0% 0%, #fff 35%);
  -webkit-background-clip: text;
  background-clip: text;
  border: 1px solid #ffffff40;
  border-radius: 15px;
  justify-content: center;
  align-items: center;
  padding-left: 20px;
  padding-right: 10px;
  display: flex;
  box-shadow: 0 0 20px 2px #4a5a68;
}

.pricing_grid-2 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  place-items: end stretch;
}

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

.bmo-doown-y-wrap-2 {
  grid-column-gap: 1.5em;
  grid-row-gap: 1em;
  color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: end;
  place-items: center end;
  display: grid;
}

.bmo-y-icon-1 {
  color: #000;
  height: 1.5em;
}

.text-block-34, .text-block-35, .text-block-36 {
  font-size: 2vw;
}

.heading-15 {
  text-underline-offset: 5px;
  color: #fff;
  font-size: 1vw;
  -webkit-text-decoration: underline #4a5a68;
  text-decoration: underline #4a5a68;
}

.chat-icon {
  color: #efeaff;
  justify-content: center;
  align-items: center;
  width: 30px;
  display: flex;
}

.close-line-2 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  position: absolute;
  transform: rotate(-45deg);
}

.chat-close {
  justify-content: center;
  align-items: center;
  width: 32px;
  height: 32px;
  display: none;
  position: relative;
}

.testimonials-row {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 800px;
  display: flex;
}

.testimonial {
  background-color: #4a5a68;
  border: 1px solid #312638;
  border-radius: 15px;
  flex-direction: column;
  flex: 0 auto;
  justify-content: space-between;
  width: 400px;
  min-width: 400px;
  padding: 20px;
  display: block;
  box-shadow: 0 20px 30px -15px #1d01501a;
}

.testimonial.heading-13 {
  width: 400px;
  min-width: 30vw;
  display: block;
}

.testimonials-row_flip {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  justify-content: flex-end;
  align-items: center;
  width: 800px;
  display: flex;
}

.testimonial-author {
  grid-column-gap: 10px;
  align-items: center;
  display: flex;
}

.paragraph-2 {
  opacity: .9;
  color: #fff;
  text-align: left;
  font-size: 16px;
  font-weight: 300;
  line-height: 1.7;
}

.child-box {
  display: block;
}

.h5 {
  color: #fff;
  text-align: left;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 500;
}

.spacer-m {
  width: 100%;
  height: 20px;
}

.section-7 {
  flex-direction: column;
  align-items: center;
  width: 100%;
  padding: 100px 5%;
  display: flex;
}

.section-7.ovf-none {
  justify-content: flex-start;
  align-items: center;
  padding-top: 0;
  padding-bottom: 0;
  overflow: hidden;
}

.testimonials-wrap {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
  position: relative;
  overflow: hidden;
}

.container-8 {
  width: 100vw;
  max-width: 5000px;
}

.testimonial-author-img {
  object-fit: cover;
  border: 1px solid #000;
  border-radius: 100%;
  width: 45px;
  height: 45px;
}

.csilver {
  color: #b7bbd1;
  text-align: left;
}

.heading-16 {
  font-size: 5vw;
}

.profile-image-2 {
  object-fit: cover;
  border: 1px #8770db;
  border-radius: 0%;
  width: 48px;
  height: 48px;
}

.section-8 {
  justify-content: center;
  align-items: center;
  height: 0;
  display: flex;
}

.chatbot-greeting-2 {
  grid-column-gap: 16px;
  text-align: left;
  flex-flow: row;
  justify-content: center;
  align-items: center;
  display: flex;
}

.chatbot-greeting-2.body-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  background-color: var(--transparent);
  text-align: left;
  background-image: none;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.fixed-form-trigger-2 {
  z-index: 1000;
  cursor: pointer;
  background-color: #333;
  border-radius: 50%;
  justify-content: center;
  align-items: center;
  width: 64px;
  height: 64px;
  transition: transform .2s cubic-bezier(.165, .84, .44, 1), background-color .2s cubic-bezier(.165, .84, .44, 1);
  display: flex;
  position: fixed;
  inset: auto 24px 24px auto;
  box-shadow: 1px 1px 8px #00000059;
}

.fixed-form-trigger-2:hover {
  background-color: #4a5a68;
  transform: translate(0, -2px);
}

.chatbot-main-content-2 {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  margin-top: 32px;
  margin-bottom: 12px;
  padding-left: 16px;
  padding-right: 16px;
  display: grid;
}

.chatbot-form-wrapper-2 {
  z-index: 1000;
  background-color: #000000bf;
  border-radius: 20px;
  width: 360px;
  display: block;
  position: fixed;
  inset: auto 24px 104px auto;
  box-shadow: 2px 2px 7px #0000003d;
}

.close-line-3 {
  background-color: #fff;
  width: 2px;
  height: 32px;
  margin-bottom: 0;
  position: absolute;
  transform: rotate(45deg);
}

.chatbot-title-wrapper-2 {
  background-color: #4a5a68cc;
  border-top-left-radius: 20px;
  border-top-right-radius: 20px;
  padding: 16px;
}

.chatbot-title-2 {
  color: #f6f5fa;
  text-align: center;
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 3vw;
  font-weight: 500;
}

.link-block {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  justify-content: center;
  align-items: center;
  display: flex;
}

.link-block-2 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  text-align: center;
  display: flex;
}

.text-block-38 {
  align-self: center;
  font-size: 1.67vw;
}

.image-2 {
  width: 30px;
}

.text-block-39 {
  align-self: center;
  font-size: 1.67vw;
}

.bold-text-2 {
  font-size: 1.5vw;
  font-weight: 600;
}

.client-slider-panel {
  opacity: .37;
  border: 3px #fff;
  margin-right: 20px;
}

.slider-wrap {
  flex-direction: column;
  flex: none;
  align-self: center;
  width: 100%;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
  display: block;
  position: relative;
}

.slider-wrap.trislider {
  flex: none;
  width: 500px;
  display: block;
}

.client-slider {
  background-color: #0000;
  height: 100%;
}

.right-arrow-wrap {
  bottom: -115px;
  right: -10px;
  overflow: visible;
}

.slide-nav-3 {
  bottom: -48px;
}

.client-slider-wrapper {
  border: 5px #ee6a2f;
  display: flex;
}

.client-slider-mask {
  overflow: visible;
}

.direction-icon {
  color: #c9c9c9;
  background-color: #15759600;
  background-image: none;
  border: 1px solid #dadada;
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 60px;
  height: 60px;
  margin-top: 559px;
  margin-bottom: 0;
  font-size: 17px;
  display: flex;
}

.direction-icon:hover {
  background-color: #ffffff3d;
}

.direction-icon.right {
  left: -298px;
}

.direction-icon.left {
  right: -304px;
}

.resource-wrap {
  background-image: linear-gradient(#ffffffe0, #ffffffe0), url('../images/testpattern.svg');
  background-position: 0 0, 50% 0;
  background-size: auto, contain;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 100vh;
  display: none;
  overflow: hidden;
}

.left-arrow-wrap {
  bottom: -115px;
  left: -10px;
  overflow: visible;
}

.website-panel {
  height: 100%;
  padding: 6px;
}

.website-panel.trislider {
  opacity: .47;
  position: relative;
  transform: scale(.8);
}

.div-block-5 {
  display: none;
}

.image-4 {
  filter: none;
}

.image-6, .image-7 {
  filter: invert();
}

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

.container-12.utility-position-relative.utility-padding-bottom-4rem {
  z-index: 1;
  max-width: 1000px;
}

.utility-position-relative {
  position: relative;
}

.utility-position-relative.utility-min-height-100dvh {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  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-bottom: 0;
  display: block;
  overflow: visible;
}

.section-10 {
  color: #4f3c2e;
  background-color: #eeeee8;
  padding-top: 8rem;
  padding-bottom: 8rem;
}

.section-10.utility-padding-all-0.utility-text-on-overlay {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-image: linear-gradient(#00000080, #00000080);
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-top: 0;
  padding-bottom: 0;
  display: block;
  position: relative;
  bottom: 0;
  overflow: visible;
}

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

.cover-image.utility-position-absolute {
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.overlay {
  opacity: .6;
  background-color: #4f3c2e;
  position: absolute;
  inset: 0%;
}

.overlay.utility-mask-top {
  opacity: .75;
  -webkit-text-stroke-color: #000;
  -webkit-text-fill-color: inherit;
  background-color: #000;
  background-image: linear-gradient(#00000069, #00000069);
  background-clip: border-box;
  display: flex;
}

.flex-vertical {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  display: flex;
}

.flex-vertical.flex-gap-xs {
  z-index: 0;
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  position: relative;
}

.grid-layout {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  grid-template-rows: auto;
  grid-template-columns: minmax(0, 1fr);
  grid-auto-columns: 1fr;
  place-items: center stretch;
  display: grid;
}

.paragraph-lg {
  color: #fff;
  letter-spacing: 0;
  margin-bottom: 0;
  font-size: 1.3rem;
  line-height: 1.6em;
}

.slider-author-wrapper {
  grid-column-gap: 12px;
  grid-row-gap: 12px;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.slider-icon-2 {
  background-color: #00000080;
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  margin-bottom: 10px;
  display: flex;
}

.slider-avatar {
  width: 48px;
}

.slider-testimonial {
  background-color: #ddd0;
  height: auto;
}

.slider-arrow-icon {
  justify-content: center;
  align-items: center;
  width: 24px;
  height: 24px;
  display: flex;
}

.left-arrow-hidden {
  display: none;
}

.fb-booster {
  background-color: #f8f9fb;
  flex: auto;
  justify-content: center;
  align-items: center;
  padding: 140px 3%;
  display: none;
}

.testimonial-name {
  color: #000;
  font-weight: 500;
  line-height: 24px;
}

.slider-arrow-right {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #fff;
  white-space: nowrap;
  background-color: #000;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

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

.slide-nav-hidden {
  display: none;
}

.slider-wrapper-2 {
  width: 100%;
  max-width: 990px;
  margin-left: auto;
  margin-right: auto;
}

.slider-card {
  grid-column-gap: 40px;
  grid-row-gap: 40px;
  background-color: #fff;
  flex-flow: column;
  padding: 32px;
  display: flex;
}

.testimonial-author-2 {
  color: #5a5a60;
  letter-spacing: .08px;
}

.slider-pararagraph {
  color: #000;
  letter-spacing: -.2px;
  margin-bottom: 0;
  font-size: 20px;
  line-height: 32px;
}

.slider-arrow-left {
  grid-column-gap: 6px;
  grid-row-gap: 6px;
  color: #000;
  white-space: nowrap;
  background-color: #fff;
  flex: 0 auto;
  justify-content: center;
  align-items: center;
  width: 48px;
  min-width: 48px;
  height: 48px;
  min-height: 48px;
  padding: 4px;
  font-size: 14px;
  font-weight: 500;
  line-height: 20px;
  text-decoration: none;
  display: flex;
}

.right-arrow-hidden {
  display: none;
}

.slide-3 {
  height: auto;
}

.image-9 {
  filter: invert();
  vertical-align: baseline;
}

.link-block-3 {
  grid-column-gap: 5rem;
  grid-row-gap: 5rem;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: row;
  place-content: center space-between;
  place-items: center stretch;
  display: flex;
}

.image-10 {
  width: 0;
  height: 0;
}

.bold-text-3, .bold-text-4 {
  font-size: 1.5rem;
}

.div-block-6 {
  margin-top: 40px;
}

.section-11 {
  width: 0;
  height: 0;
}

.text-block-40 {
  text-decoration: underline;
}

.bold-text-5, .bold-text-6, .bold-text-7 {
  font-size: 1.5vw;
  font-weight: 600;
}

.text-span-3._1 {
  font-size: 1.2vw;
  text-decoration: none;
}

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

.image-11 {
  position: absolute;
  inset: 0% 0% auto 40%;
}

.image-12 {
  width: 100px;
}

.div-block-7 {
  display: block;
}

.wrapper {
  z-index: 8;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  display: flex;
  position: fixed;
}

.wrapper-phone {
  z-index: 1;
  justify-content: center;
  align-items: center;
  width: 216px;
  height: 447px;
  display: flex;
  position: relative;
}

.image {
  z-index: 1;
  position: absolute;
}

.phone-background {
  z-index: 0;
  background-color: #c96b6b;
  background-image: linear-gradient(74deg, #ff7676 5%, #ff7d4a);
  border-radius: 46px;
  width: 216px;
  height: 447px;
  position: absolute;
}

.content {
  z-index: 9;
  background-color: #db5d5d;
  background-image: linear-gradient(to top, #ff7676, #ff7d4a);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 150vh;
  display: flex;
  position: relative;
  top: 100vh;
}

.content._2 {
  background-color: #ff7676;
  background-image: none;
}

.heading-23 {
  color: #fff;
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  margin-top: 30px;
  font-family: Montserrat, sans-serif;
  font-weight: 700;
  line-height: 32px;
}

._2 {
  letter-spacing: 6px;
  margin-left: -3px;
  font-size: 15px;
  font-weight: 300;
}

.image-13 {
  z-index: 1;
  position: absolute;
}

@media screen and (min-width: 1280px) {
  .footer-logo {
    width: auto;
    min-width: auto;
    height: 250px;
  }

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

  .chatbot-form-wrapper-2 {
    width: 430px;
  }

  .bold-text-2 {
    font-weight: 600;
  }

  .container-12.utility-position-relative.utility-padding-bottom-4rem {
    margin-top: 150px;
  }

  .paragraph-lg {
    font-size: 1.5rem;
  }

  .bold-text-3, .bold-text-4 {
    font-size: 1.6rem;
  }

  .bold-text-5, .bold-text-6, .bold-text-7 {
    font-weight: 600;
  }
}

@media screen and (min-width: 1440px) {
  .container {
    margin-left: auto;
    margin-right: auto;
  }

  .section {
    z-index: 10;
  }

  .section.services {
    display: none;
  }

  .footer-logo {
    width: auto;
    min-width: auto;
    height: 250px;
  }

  .font-white {
    font-size: 1.2vw;
  }

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

  .spline {
    justify-content: center;
    align-items: center;
    display: block;
  }

  .hero-section {
    width: auto;
    height: auto;
  }

  .div-block {
    justify-content: stretch;
  }

  .bold-text {
    font-size: 1.4vw;
    font-weight: 600;
  }

  .pricing_tabs-content {
    align-self: auto;
    width: 1300px;
    position: relative;
  }

  .pricing_tabs {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    justify-content: center;
    align-items: center;
  }

  .pricing_wrap {
    background-color: var(--transparent);
    width: auto;
    display: flex;
  }

  .pricing_card-wrap.is-second {
    width: 100%;
    padding-top: 20px;
    padding-bottom: 0;
    display: flex;
  }

  .text-size-medium.text-color-gray {
    text-align: center;
  }

  .pricing_grid-2 {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    justify-content: space-between;
    place-items: end stretch;
  }

  .text-block-34, .text-block-35, .text-block-36 {
    font-size: 1.8vw;
  }

  .heading-15 {
    text-underline-offset: 5px;
    color: #fff;
    -webkit-text-decoration: underline #4a5a68;
    text-decoration: underline #4a5a68;
  }

  .testimonial.heading-13 {
    display: block;
  }

  .chatbot-form-wrapper-2 {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: 500px;
    display: block;
  }

  .bold-text-2 {
    font-size: 1.4vw;
    font-weight: 600;
  }

  .container-12.utility-position-relative.utility-padding-bottom-4rem {
    max-width: 1250px;
    margin-top: 250px;
    margin-bottom: 0;
  }

  .utility-position-relative.utility-min-height-100dvh {
    flex-flow: column;
    justify-content: center;
    align-items: flex-start;
    max-width: 100%;
    height: 100vh;
    margin-bottom: 0;
    padding-bottom: 0;
    display: block;
  }

  .section-10.utility-padding-all-0.utility-text-on-overlay {
    width: 100%;
    height: 100vh;
    bottom: auto;
  }

  .cover-image.utility-position-absolute {
    margin-bottom: 0;
    padding-bottom: 0;
    display: inline-block;
    position: static;
    bottom: 70px;
    overflow: visible;
  }

  .flex-vertical.flex-gap-xs {
    width: auto;
    padding-right: 0;
  }

  .grid-layout {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    grid-auto-flow: row;
    place-content: start;
    height: auto;
  }

  .paragraph-lg {
    font-size: 1.6rem;
  }

  .link-block-3 {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
  }

  .bold-text-3, .bold-text-4 {
    font-size: 1.9rem;
  }

  .bold-text-5, .bold-text-6, .bold-text-7 {
    font-size: 1.4vw;
    font-weight: 600;
  }
}

@media screen and (min-width: 1920px) {
  .footer-logo {
    width: auto;
    min-width: auto;
    max-width: 100%;
    height: 250px;
  }

  .font-white {
    border-bottom-style: none;
    -webkit-text-decoration: underline #000;
    text-decoration: underline #000;
    text-decoration-thickness: 1px;
  }

  .field-wrapper {
    margin-bottom: 20px;
    font-size: 1vw;
  }

  .guideline-wrap-info {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    height: 70vh;
  }

  .guideline-wrap-info.left-align, .guideline-wrap-info.last {
    height: 70vh;
  }

  .pricing-comparison-wrap {
    width: 1200px;
    max-width: 1200px;
  }

  .tooltip-button {
    justify-content: center;
    align-items: center;
    margin-left: 10px;
  }

  .comparison-feature {
    padding-left: 20px;
  }

  .section-5 {
    padding-left: 0;
    padding-right: 0;
  }

  .container-6 {
    width: 1500px;
    max-width: 1500px;
    padding-left: 10px;
    padding-right: 10px;
  }

  .comparison-header-title {
    font-size: 25px;
  }

  .comparison-header-title._2 {
    font-size: 25px;
    font-weight: 600;
  }

  .text-block-3, .text-block-4, .text-block-7, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-14, .text-block-16, .text-block-18, .text-block-19, .text-block-20, .text-block-21.tablet, .text-block-22, .text-block-23, .text-block-24.tablet, .text-block-25.tablet, .text-block-26._3.tablet, .text-block-26.tablet {
    font-size: 25px;
  }

  .select-field {
    height: 4rem;
    margin-top: 0;
  }

  .bold-text {
    font-size: 1.4vw;
    font-weight: 600;
  }

  .pricing_tabs {
    width: 1500px;
    max-width: 1500px;
  }

  .testimonial.heading-13 {
    min-width: 400px;
  }

  .chatbot-greeting-2.body-2 {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .chatbot-form-wrapper-2 {
    width: 600px;
    min-width: auto;
    height: 350px;
  }

  .chatbot-title-2 {
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .bold-text-2 {
    font-size: 1.4vw;
    font-weight: 600;
  }

  .container-12.utility-position-relative.utility-padding-bottom-4rem {
    max-width: 1500px;
    margin-top: 300px;
  }

  .flex-vertical.flex-gap-xs {
    justify-content: center;
    align-items: center;
    width: auto;
  }

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

  .bold-text-3, .bold-text-4 {
    font-size: 2.3rem;
  }

  .bold-text-5, .bold-text-6, .bold-text-7 {
    font-size: 1.4vw;
    font-weight: 600;
  }

  .text-block-41, .text-span-3 {
    -webkit-text-decoration: underline #000;
    text-decoration: underline #000;
  }

  .text-span-3._1 {
    font-size: 1vw;
  }

  .image-12 {
    width: 150px;
    max-width: 100vw;
  }
}

@media screen and (max-width: 991px) {
  body {
    font-size: .88rem;
    line-height: 1.25rem;
  }

  h1 {
    letter-spacing: -.0625rem;
    font-size: 4rem;
    line-height: 4.5rem;
  }

  h2 {
    letter-spacing: -.06rem;
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h3 {
    letter-spacing: -.0625rem;
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h4 {
    letter-spacing: -.0625rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h5 {
    letter-spacing: .13rem;
    font-size: .8rem;
    line-height: 1.3rem;
  }

  h6 {
    letter-spacing: .125rem;
    font-size: .7rem;
    line-height: 1.2rem;
  }

  p, a {
    letter-spacing: .06rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  ul, ol {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding-left: 2.5rem;
  }

  li {
    letter-spacing: .06rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  sup {
    font-size: 2.5rem;
    line-height: 2rem;
    top: -.3rem;
  }

  blockquote {
    padding: .5rem 0 .5rem 1.5rem;
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .space-page-top {
    min-height: 10rem;
  }

  .container.padding-4-5rem, .container.padding-9rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .container.padding-13-5rem {
    padding-top: 60vh;
    padding-left: 10%;
    padding-right: 10%;
  }

  .space-2rem {
    min-height: 2rem;
  }

  .space-4rem {
    min-height: 4rem;
  }

  .space-1rem {
    min-height: 1rem;
  }

  .outline-white {
    -webkit-text-stroke-width: .0625rem;
    margin-right: .21rem;
  }

  .space-7rem {
    min-height: 7rem;
  }

  .hide-on-tab {
    display: none;
  }

  .invert {
    filter: invert();
  }

  .button-text {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .arrow {
    min-width: .8rem;
    max-width: .8rem;
    min-height: .8rem;
    max-height: .8rem;
  }

  .button-arrow-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    top: 2.75rem;
    left: 2.75rem;
  }

  .button-with-circle-icon {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    border-width: .06rem;
    border-radius: 8rem;
    min-width: 11rem;
    padding: .125rem .25rem .125rem 2rem;
  }

  .button-text-absolute {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .footer-logo-link-wrapper {
    z-index: 1000000;
  }

  .footer-right-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .footer-link {
    font-size: .9rem;
    line-height: 1.6rem;
  }

  .footer-wrapper {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .footer-bottom {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    text-align: center;
    flex-flow: row;
    align-items: center;
    padding-top: 2rem;
    padding-bottom: 2rem;
  }

  .footer-logo {
    height: 50vh;
    min-height: auto;
    max-height: none;
    margin-bottom: 10px;
  }

  .footer-line {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    height: .06rem;
  }

  .footer-top {
    max-width: 100%;
    padding-top: 4rem;
    padding-bottom: 4rem;
  }

  .footer-block {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

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

  .utilities-side-bar {
    border-right-width: .06rem;
    min-width: 20rem;
    max-width: 20rem;
    padding-left: 2rem;
    padding-right: 2rem;
    display: none;
    top: 2rem;
  }

  .utilities-flex-title {
    grid-column-gap: .75rem;
    grid-row-gap: .75rem;
  }

  .utilities-icon {
    min-width: 2.5rem;
    height: 2.5rem;
  }

  .navbar {
    z-index: 1000;
    height: 7rem;
    padding-left: 5%;
    padding-right: 5%;
  }

  .nav-link {
    text-align: center;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 6rem;
    padding-left: 1.25rem;
    padding-right: 1.25rem;
    font-size: 4rem;
    line-height: 6rem;
    display: flex;
  }

  .nav-menu {
    background-color: var(--lighter-black);
    flex-direction: column;
    margin-left: 0;
    margin-right: 0;
    padding-top: 8rem;
    position: fixed;
    inset: 0%;
  }

  .nav-container {
    justify-content: flex-start;
    margin-left: auto;
  }

  .menu-button {
    z-index: 999;
    filter: invert();
    background-color: #0000;
    padding: 0;
    top: 0;
  }

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

  .burger-icon {
    color: var(--black-2\<deleted\|variable-e99a3d83-d809-4a12-b259-6cad688e1b34\>);
    font-size: 1.875rem;
  }

  .brands-wrapper, .brands-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .logos-wrapper {
    min-width: 8rem;
    max-width: 8rem;
  }

  .posts-card {
    min-width: 33.8rem;
    max-width: 33.8rem;
  }

  .plus-wrapper {
    min-width: 2.5rem;
    max-width: 2.5rem;
    min-height: 2.5rem;
    max-height: 2.5rem;
    padding-bottom: .1rem;
    padding-left: .1rem;
    top: 2rem;
    right: 2rem;
  }

  .featured-card {
    min-width: 22.5rem;
    max-width: 22.5rem;
    height: auto;
  }

  .font-white {
    margin-bottom: 1rem;
    font-size: 1.5vw;
  }

  .title-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    flex-flow: column;
  }

  .form-wrapper {
    max-width: 36.3rem;
  }

  .text-field {
    height: 3rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .85rem;
  }

  .message-area {
    min-height: 7rem;
    padding-top: 1rem;
    padding-left: 1rem;
    padding-right: 1rem;
    font-size: .85rem;
  }

  .button {
    font-size: 2.5vw;
  }

  .contact-success-message, .contact-error-message {
    padding: 1.5rem 2rem;
  }

  .field-label {
    font-size: .88rem;
  }

  .utility-page-content {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 16.25rem;
  }

  .faq-question {
    font-size: 1.5rem;
    line-height: 1.5rem;
  }

  .faq-icon {
    min-width: 1.6rem;
    max-width: 1.6rem;
    min-height: 1.6rem;
    max-height: 1.6rem;
  }

  .faq-flex {
    grid-column-gap: 1.9rem;
  }

  .dropdown-toggle {
    padding: 1.5rem 3rem .5rem;
  }

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

  .faq-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    width: 90%;
    max-width: 90%;
  }

  .utilities-image {
    min-width: 10rem;
    max-width: 10rem;
    min-height: 10rem;
    max-height: 10rem;
  }

  .padding-13-5rem {
    padding-left: 10%;
    padding-right: 10%;
  }

  .works-title-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0%;
    padding-right: 0%;
  }

  .flex-title {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .works-description {
    max-width: 20.625rem;
  }

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

  .works-details-info {
    border-bottom-width: .1rem;
    min-width: 15rem;
    max-width: 15rem;
    padding-bottom: .5rem;
  }

  .image-wrapper {
    min-height: 33.75rem;
    max-height: 33.75rem;
  }

  .trigger {
    min-height: 7rem;
  }

  .works-details {
    max-width: 43.75rem;
  }

  .works-rich-text {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .works-grid-thirds {
    grid-column-gap: 2rem;
  }

  .spline {
    background-color: #0000;
    height: 100vh;
    position: fixed;
  }

  .services-image {
    min-width: 5rem;
    max-width: 5rem;
  }

  .services-title-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-card {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 30rem;
    padding: 2rem;
  }

  .services-title {
    padding-bottom: 20px;
    font-size: 6rem;
    line-height: 4.5rem;
  }

  .services-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    justify-content: flex-start;
    align-items: center;
    max-width: 39rem;
    height: auto;
  }

  .services-text-block {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
  }

  .services-flex {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column-reverse wrap;
    align-items: center;
  }

  .services-icon {
    min-width: 8rem;
    max-width: 8rem;
    min-height: 8rem;
    max-height: 8rem;
  }

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

  .works-title {
    font-size: 5rem;
    line-height: 7rem;
  }

  .metrics-wrapper {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: flex;
  }

  .metrics-text {
    font-size: 5rem;
    line-height: 6.5rem;
  }

  .story-content-wrapper {
    aspect-ratio: auto;
    min-width: 30rem;
    max-width: 30rem;
    min-height: auto;
    max-height: none;
    margin-right: auto;
    padding: 2rem;
  }

  .story-grid {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    text-align: center;
    flex-direction: column-reverse;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .centered-from-mobile {
    font-size: 2.3vw;
  }

  .story-text-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    min-width: 30rem;
    max-width: 30rem;
    margin-bottom: 16px;
    margin-left: auto;
  }

  .reviews-slider {
    flex-direction: column;
    min-width: 100%;
    max-width: 100%;
  }

  .reviews-icon {
    font-size: .9rem;
  }

  .reviews-image {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .reviews-slide {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    padding: 4rem 4rem 8rem;
  }

  .reviews-arrow {
    width: 2rem;
    height: 2rem;
    position: relative;
  }

  .reviews-arrow.left {
    bottom: 6rem;
    left: -1.3rem;
  }

  .reviews-arrow.right {
    bottom: 8rem;
    left: 1.3rem;
  }

  .body {
    background-color: #000;
  }

  .slider-left, .slider-right {
    background-color: #8c54ff;
    border-style: none;
    border-radius: 0;
    width: 80px;
    height: 50px;
    padding: 7px;
  }

  .sticky-info-column {
    width: 50%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .sticky-header-column {
    justify-content: center;
    align-items: center;
    width: 50%;
    padding-left: 35px;
    padding-right: 35px;
  }

  .heading-11 {
    text-align: center;
    font-size: 50px;
  }

  .text-block-3, .text-block-4, .text-block-7, .text-block-9, .text-block-10, .text-block-11, .text-block-12, .text-block-14, .text-block-16, .text-block-18, .text-block-19, .text-block-20, .text-block-21, .text-block-22, .text-block-23 {
    font-size: 2vw;
  }

  .text-block-24 {
    font-size: 3vw;
  }

  .text-block-24.tablet {
    font-size: 2vw;
  }

  .text-block-25 {
    font-size: 3vw;
  }

  .text-block-25.tablet {
    font-size: 2vw;
  }

  .text-block-26 {
    font-size: 3vw;
  }

  .text-block-26.tablet {
    font-size: 2vw;
  }

  .heading-13 {
    font-size: 50px;
  }

  .select-field {
    height: 3rem;
    font-size: .85rem;
  }

  .bold-text {
    padding-bottom: 0;
    font-size: 2vw;
    display: block;
  }

  .text-size-regular.text-color-lightgray.text-weight-light {
    line-height: 3vw;
  }

  .pricing_content-wrap {
    width: 100%;
  }

  .pricing_card-wrap, .pricing_card-wrap.is-second {
    height: 100%;
  }

  .pricing_card-wrap.is-second {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    height: 100%;
    margin-left: 0;
    padding-left: 0;
    display: flex;
  }

  .pricing_card-wrap.is-second.center {
    left: 50%;
  }

  .pricing_card-price {
    font-size: 2rem;
  }

  .pricing_card-price.is-third {
    font-size: 3.5rem;
  }

  .text-size-medium.text-color-gray {
    margin-left: 30px;
    margin-right: 30px;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.3rem;
  }

  .pricing_grid-2 {
    grid-column-gap: 25px;
    grid-row-gap: 25px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
  }

  .heading-15 {
    font-size: 1.3vw;
  }

  .chat-icon {
    height: 30px;
  }

  .testimonials-row {
    display: flex;
  }

  .testimonial {
    width: 300px;
    min-width: 300px;
  }

  .section-7.ovf-none {
    display: flex;
  }

  .testimonials-wrap {
    width: 100%;
  }

  .section-8 {
    padding-left: 36px;
    padding-right: 36px;
  }

  .bold-text-2 {
    font-size: 2vw;
  }

  .slider-wrap {
    flex: 1;
  }

  .slider-wrap.trislider {
    width: 50vw;
  }

  .direction-icon.right {
    margin-top: 439px;
    margin-right: 0;
  }

  .direction-icon.left {
    margin-top: 439px;
    margin-left: 0;
  }

  .website-panel {
    padding-left: 0;
    padding-right: 10px;
  }

  .div-block-5 {
    flex: 1;
    justify-content: space-between;
    align-items: center;
    min-width: 0;
    display: flex;
    position: static;
  }

  .container-12.utility-position-relative.utility-padding-bottom-4rem {
    padding-bottom: 50px;
  }

  .utility-position-relative.utility-min-height-100dvh {
    height: 100vh;
  }

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

  .flex-vertical.flex-gap-xs {
    flex-flow: column;
    justify-content: flex-start;
    align-items: center;
    display: flex;
    position: relative;
    bottom: 100px;
  }

  .paragraph-lg {
    font-size: 1.13rem;
  }

  .fb-booster {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: none;
  }

  .bold-text-3, .bold-text-4 {
    font-size: 1.2rem;
  }

  .bold-text-5, .bold-text-6, .bold-text-7 {
    font-size: 2vw;
  }

  .heading-17, .heading-18, .heading-19, .heading-20, .heading-21 {
    font-size: 2rem;
  }
}

@media screen and (max-width: 767px) {
  h1 {
    font-size: 3.5rem;
    line-height: 4rem;
  }

  h2 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h3 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h4 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .container {
    max-width: 728px;
    display: block;
    position: static;
  }

  .container.padding-4-5rem {
    position: static;
  }

  .container.padding-13-5rem {
    display: none;
  }

  .space-7rem {
    display: block;
  }

  .space-7rem.onlymobile-l {
    display: none;
  }

  .footer-link-wrapper {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex: 0 auto;
    justify-content: center;
    align-items: center;
  }

  .footer-logo-link-wrapper {
    width: 200px;
    max-width: 100%;
    padding-left: 0;
  }

  .footer-right-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

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

  .footer-bottom {
    text-align: center;
    flex-direction: column;
    align-items: center;
  }

  .footer-logo {
    width: 50vw;
    min-height: auto;
  }

  .footer-top {
    grid-row-gap: 1.5rem;
    flex-direction: column;
    grid-template-columns: 1fr 1fr;
    place-content: center;
    align-items: center;
  }

  .footer-block {
    text-align: center;
    justify-content: center;
    align-items: center;
    padding-left: 0%;
    position: relative;
    left: 50%;
  }

  .navbar {
    z-index: 1000;
    position: relative;
  }

  .menu-button {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
    display: block;
    top: 0;
  }

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

  .brands-grid {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    grid-template-columns: 1fr 1fr;
  }

  .posts-card {
    text-align: center;
    align-items: center;
    min-width: 27rem;
    max-width: 27rem;
  }

  .featured-card {
    text-align: center;
    align-items: center;
  }

  .font-white {
    font-size: 3vw;
  }

  .title-flex {
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .form-wrapper {
    max-width: 24.38rem;
  }

  .text-field {
    height: 2.5rem;
    font-size: .85rem;
  }

  .message-area {
    font-size: .85rem;
  }

  .dropdown-answer {
    width: 90%;
  }

  .works-title-grid {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    text-align: center;
    grid-template-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .flex-title {
    align-items: center;
  }

  .works-description {
    max-width: 15rem;
  }

  .works-details-info {
    justify-content: center;
  }

  .image-wrapper {
    min-height: auto;
    max-height: none;
  }

  .works-details {
    max-width: 26.25rem;
  }

  .works-grid-thirds {
    grid-column-gap: 1rem;
  }

  .spline {
    height: 65vh;
  }

  .services-card {
    min-width: 100%;
  }

  .services-title {
    font-size: 5rem;
    line-height: 3.5rem;
  }

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

  .services-icon {
    min-width: 8rem;
    max-width: 8rem;
    min-height: 8rem;
    max-height: 8rem;
  }

  .works-title {
    font-size: 3rem;
    line-height: 5rem;
  }

  .metrics-wrapper {
    flex-flow: wrap;
  }

  .metrics-text {
    font-size: 4rem;
  }

  .story-content-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .centered-from-mobile {
    text-align: center;
    align-self: center;
    font-size: 2.7vw;
  }

  .story-text-wrapper {
    min-width: 100%;
    max-width: 100%;
  }

  .reviews-slider {
    border-radius: 20px;
  }

  .reviews-image {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .hero-section {
    justify-content: center;
    align-items: center;
    display: flex;
    position: relative;
    bottom: 111px;
  }

  .heading-11, .heading-11.execption {
    font-size: 3rem;
  }

  .comparison-feature {
    padding-top: 20px;
    padding-bottom: 10px;
  }

  .comparison-row {
    grid-row-gap: 0px;
    grid-template-columns: 1fr 1fr 1fr;
    grid-template-areas: "Feature-Row Feature-Row Feature-Row";
  }

  .comparison-row.header {
    padding-top: 18px;
    padding-bottom: 18px;
  }

  .comparison-item {
    padding-top: 10px;
    padding-bottom: 20px;
  }

  .comparison-item.check {
    font-size: 5rem;
  }

  .comparison-header-title.feature {
    display: none;
  }

  .text-block-3, .text-block-4, .text-block-7 {
    font-size: 2.5vw;
  }

  .text-block-9 {
    text-align: left;
    font-size: 3vw;
  }

  .text-block-10, .text-block-11 {
    font-size: 3vw;
  }

  .text-block-12, .text-block-14, .text-block-16 {
    font-size: 2.5vw;
  }

  .text-block-18, .text-block-19, .text-block-20 {
    font-size: 3vw;
  }

  .text-block-21 {
    font-size: 2.5vw;
  }

  .text-block-21.tablet, .text-block-22, .text-block-23 {
    font-size: 3vw;
  }

  .text-block-24 {
    font-size: 3.5vw;
  }

  .text-block-24.tablet {
    font-size: 3vw;
  }

  .text-block-25 {
    font-size: 3.5vw;
  }

  .text-block-25.tablet {
    font-size: 3vw;
  }

  .text-block-26 {
    font-size: 3.5vw;
  }

  .text-block-26.tablet {
    font-size: 3vw;
  }

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

  .select-field {
    height: 2.5rem;
    font-size: .85rem;
  }

  .bold-text {
    padding-bottom: 0;
    font-size: 2.7vw;
    display: block;
  }

  .pricing_card-content {
    padding: 20px 15px;
  }

  .right_arrow {
    width: 25px;
    height: 25px;
  }

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

  .pricing_card-title {
    padding: 20px 15px;
  }

  .pricing_card-link-2 {
    padding: 20px 15px;
    font-size: 1rem;
  }

  .card_link-wrap-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .pricing_grid-2 {
    grid-column-gap: 15px;
    grid-row-gap: 15px;
    grid-template-columns: 1fr 1fr;
  }

  .bmo-doown-y-wrap-2 {
    grid-template-columns: 1fr 1fr;
  }

  .heading-15 {
    font-size: 2.5vw;
  }

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

  .section-8 {
    padding-left: 30px;
    padding-right: 30px;
  }

  .bold-text-2 {
    font-size: 2.7vw;
  }

  .slider-wrap {
    padding-right: 18px;
  }

  .slider-wrap.trislider {
    width: 370px;
    height: 370px;
  }

  .right-arrow-wrap {
    right: -29px;
  }

  .left-arrow-wrap {
    left: -29px;
  }

  .div-block-5 {
    flex: 1;
    align-self: auto;
    display: flex;
  }

  .container-12.utility-position-relative.utility-padding-bottom-4rem {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    padding-bottom: 0;
    display: block;
  }

  .utility-position-relative.utility-min-height-100dvh {
    height: 100vh;
  }

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

  .section-10.utility-padding-all-0.utility-text-on-overlay {
    bottom: 0;
  }

  .cover-image.utility-position-absolute {
    width: 100%;
    height: 100%;
  }

  .flex-vertical.flex-gap-xs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
  }

  .grid-layout {
    grid-template-columns: minmax(0, 1fr);
  }

  .paragraph-lg {
    text-align: center;
    margin-top: 250px;
    font-size: 1.1rem;
  }

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

  .link-block-3 {
    grid-column-gap: 11rem;
    grid-row-gap: 11rem;
  }

  .bold-text-5, .bold-text-6, .bold-text-7 {
    font-size: 2.7vw;
  }

  .text-span-3._1 {
    font-size: 2vw;
  }

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

@media screen and (max-width: 479px) {
  h1 {
    font-size: 3rem;
    line-height: 3.5rem;
  }

  h2 {
    font-size: 2.5rem;
    line-height: 3rem;
  }

  h3 {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  h4 {
    overflow-wrap: anywhere;
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .container {
    position: relative;
  }

  .container.padding-9rem {
    margin-left: 0;
    margin-right: 0;
    padding-left: 0%;
    padding-right: 0%;
    display: block;
  }

  .container.padding-13-5rem {
    padding-top: 10vh;
    display: none;
  }

  .section {
    align-self: center;
    width: 100vw;
    display: block;
    left: auto;
  }

  .section.background-black {
    background-image: linear-gradient(#0000, #0000);
  }

  .section.services {
    display: block;
  }

  .caps {
    text-align: center;
    font-size: 1.4rem;
  }

  .outline-white {
    -webkit-text-stroke-width: .03125rem;
  }

  .space-7rem {
    min-height: 5rem;
  }

  .space-7rem.onlymobile-l {
    display: block;
  }

  .footer-link-wrapper {
    border-bottom: 0 #000;
    padding-top: 0;
    -webkit-text-decoration: underline #000;
    text-decoration: underline #000;
  }

  .footer-logo-link-wrapper.w--current {
    max-width: none;
    display: flex;
  }

  .footer-right-flex {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    justify-content: center;
    align-items: center;
    padding-bottom: 30px;
    text-decoration: none;
  }

  .footer-link {
    border: 1px #000;
    border-radius: 0;
    font-size: .8rem;
    text-decoration: none;
  }

  .footer-link.move-down {
    text-decoration: none;
  }

  .footer-wrapper {
    clear: none;
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
    align-self: auto;
    text-decoration: none;
  }

  .footer-logo {
    z-index: 999;
    width: 100vw;
    max-width: none;
    height: 30vh;
    min-height: auto;
    max-height: none;
    position: relative;
  }

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

  .footer-block {
    left: 0%;
  }

  .socials-wrapper {
    top: 64%;
  }

  .navbar {
    z-index: 1000;
    background-color: var(--transparent);
    -webkit-backdrop-filter: blur(5px);
    backdrop-filter: blur(5px);
    height: 6rem;
    padding-left: 5%;
    padding-right: 5%;
    position: fixed;
  }

  .nav-link {
    min-height: 4rem;
    font-size: 2.5rem;
    line-height: 3rem;
  }

  .nav-menu {
    z-index: 998;
    background-color: var(--transparent);
    background-image: linear-gradient(#161616, #161616);
    width: 100vw;
    height: 100vh;
    padding-top: 6rem;
    position: relative;
  }

  .nav-container {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    background-color: #f000;
    order: 0;
    justify-content: flex-start;
    align-self: center;
    align-items: center;
  }

  .menu-button {
    background-color: #fff0;
    flex-flow: row;
    flex: 0 auto;
    justify-content: space-between;
    align-items: center;
    padding-left: 0;
    padding-right: 0;
    display: block;
    position: relative;
    top: 0;
  }

  .burger-icon {
    z-index: 999;
    position: relative;
  }

  .brands-wrapper {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    font-weight: 400;
    display: flex;
    position: static;
  }

  .brands-grid {
    grid-template-columns: 1fr;
    width: 100%;
  }

  .brands-grid.slide-up-animation {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    filter: none;
    background-color: #fff0;
    grid-template-rows: 50px auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: 50px;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    place-items: center;
    display: grid;
  }

  .posts-card {
    min-width: 100%;
    max-width: 100%;
  }

  .featured-card {
    text-align: center;
    align-items: center;
    min-width: 100%;
    max-width: 100%;
  }

  .font-white {
    text-underline-offset: 10px;
    margin-bottom: 0;
    padding-bottom: 15px;
    font-size: 1rem;
    line-height: 7vw;
    -webkit-text-decoration: none;
    text-decoration: none;
  }

  .title-flex {
    grid-column-gap: 0rem;
    grid-row-gap: 0rem;
    flex-flow: row;
    align-items: center;
    margin-top: 0;
    margin-bottom: 0;
    padding-top: 0;
    padding-bottom: 50px;
  }

  .form-wrapper {
    max-width: 16.25rem;
  }

  .form-wrapper.slide-up-animation {
    background-color: #0000;
  }

  .message-area {
    height: 6rem;
  }

  .button {
    padding-right: 30px;
    font-size: 5vw;
    display: block;
  }

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

  .contact-success-message {
    background-color: var(--transparent);
    background-image: linear-gradient(#00000040, #00000040);
  }

  .contact-error-message {
    background-image: linear-gradient(#00000040, #00000040);
    background-color: @var_variable-b037cf91-2cdb-037b-ec33-b1cb7226d5b5;
  }

  .field-label {
    font-size: 1vw;
    font-weight: 700;
  }

  .faq-question {
    text-align: left;
    overflow-wrap: normal;
  }

  .faq-flex {
    grid-column-gap: 0rem;
  }

  .dropdown-toggle {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .dropdown-answer {
    text-align: left;
    margin-left: 0;
    margin-right: 0;
  }

  .faq-wrapper {
    width: 80%;
    max-width: 80%;
  }

  .works-title-grid {
    padding-left: 10%;
    padding-right: 10%;
  }

  .works-details {
    max-width: 15rem;
  }

  .works-grid-thirds {
    grid-column-gap: .5rem;
  }

  .spline {
    z-index: -10;
    width: 100vw;
    height: 80vh;
    display: block;
    position: relative;
  }

  .services-title-flex {
    flex-flow: column;
  }

  .services-card {
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    min-width: 100%;
  }

  .services-title {
    font-size: 17vw;
    line-height: 13vw;
  }

  .services-wrapper.slide-from-left-animation {
    justify-content: center;
    align-items: center;
    margin-top: 7px;
    top: auto;
  }

  .services-text-block {
    text-align: center;
    align-items: center;
  }

  .services-icon {
    min-width: 8rem;
    max-width: 8rem;
    min-height: 8rem;
    max-height: 8rem;
  }

  .cta-block {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    grid-template-columns: 1fr;
  }

  .works-title {
    font-size: 46px;
    line-height: 3rem;
  }

  .self-align-left {
    font-weight: 400;
  }

  .metrics-wrapper {
    grid-column-gap: 2rem;
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .metrics-text {
    font-size: 4rem;
  }

  .centered-from-mobile {
    letter-spacing: .07vw;
    background-color: #0000;
    font-size: 5vw;
    font-weight: 400;
    line-height: 5vw;
  }

  .slide-nav {
    position: static;
    inset: auto 0% 0%;
  }

  .reviews-slider {
    flex-direction: column;
  }

  .slide {
    height: 100%;
  }

  .reviews-image {
    min-width: 4rem;
    max-width: 4rem;
    min-height: 4rem;
    max-height: 4rem;
  }

  .reviews-slide {
    justify-content: space-around;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .hero-section {
    height: 100vh;
    display: block;
    position: relative;
    bottom: 0;
  }

  .div-block {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
  }

  .body {
    background-color: var(--black);
  }

  .slider-left {
    background-color: #43434300;
  }

  .slider-right {
    background-color: #8c54ff00;
  }

  .guideline-wrap-info {
    justify-content: center;
    align-items: flex-start;
    height: 50vh;
    margin-bottom: 0;
  }

  .guideline-wrap-info.left-align {
    justify-content: center;
    align-items: flex-start;
    height: 50vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .guideline-wrap-info.last {
    height: 70vh;
    margin-bottom: 0;
    padding-top: 0;
  }

  .guideline-wrap-info._3 {
    height: 40vh;
  }

  .sticky-info-column {
    width: 100%;
  }

  .sticky-info-column.services {
    position: sticky;
  }

  .sticky-header-column {
    z-index: 20;
    background-color: #161616;
    width: 100%;
    height: auto;
    min-height: 45vh;
    position: sticky;
  }

  .heading-11 {
    text-align: center;
    align-self: center;
    font-size: 46px;
    display: block;
  }

  .heading-11.execption {
    width: 100%;
    font-size: 32px;
  }

  .sticky-section {
    flex-direction: column;
  }

  .sticky-section.desktop-only {
    display: block;
  }

  .section-5 {
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
  }

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

  .comparison-header-title {
    font-size: 18px;
  }

  .text-block-3, .text-block-4 {
    font-size: 5vw;
  }

  .text-block-5, .text-block-6 {
    font-size: 3.5vw;
  }

  .text-block-7 {
    font-size: 5vw;
  }

  .text-block-8 {
    font-size: 3.5vw;
  }

  .text-block-9, .text-block-10, .text-block-11, .text-block-12 {
    font-size: 5vw;
  }

  .text-block-13 {
    font-size: 3.5vw;
  }

  .text-block-14 {
    font-size: 5vw;
  }

  .text-block-15 {
    font-size: 3.5vw;
  }

  .text-block-16, .text-block-18, .text-block-19, .text-block-20, .text-block-21.tablet, .text-block-22, .text-block-23 {
    font-size: 5vw;
  }

  .text-block-24 {
    font-size: 6vw;
  }

  .text-block-24.tablet {
    font-size: 5vw;
  }

  .text-block-25 {
    font-size: 6vw;
  }

  .text-block-25.tablet {
    font-size: 5vw;
  }

  .text-block-26 {
    font-size: 6vw;
  }

  .text-block-26.tablet {
    font-size: 5vw;
  }

  .heading-13 {
    font-size: 8vw;
    font-weight: 700;
    line-height: 2rem;
  }

  .select-field {
    height: 3rem;
  }

  .body-2 {
    background-color: #202020;
    background-image: none;
  }

  .bold-text {
    padding-bottom: 0;
    font-size: 5vw;
  }

  .text-size-regular.text-color-lightgray.text-weight-light {
    line-height: 5.5vw;
  }

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

  .pricing_content-wrap {
    justify-content: center;
    align-items: center;
  }

  .pricing_card-wrap.is-second {
    z-index: 1;
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: center;
    align-self: auto;
    align-items: center;
    width: 100%;
    margin-top: 0%;
    padding-top: 0%;
    display: flex;
  }

  .text-size-medium.text-color-gray {
    text-align: center;
    margin-left: 0;
    margin-right: 0;
    padding-top: 0;
    font-weight: 500;
    line-height: 1.5rem;
  }

  .card_link-wrap-2 {
    background-image: linear-gradient(90deg, #4a5a68, #4a5a68 0% 17%, #fff 81%);
  }

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

  .container-large {
    display: none;
    overflow: visible;
  }

  .bmo-down-y-wrap-1 {
    order: -1;
  }

  .bmo-doown-y-wrap-2 {
    grid-column-gap: 1em;
    grid-template-columns: 1fr 1fr;
    justify-content: center;
    place-items: center;
  }

  .text-block-34, .text-block-35, .text-block-36 {
    font-size: 8vw;
  }

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

  .chat-icon {
    width: 24px;
    height: 24px;
  }

  .chat-close {
    width: 26px;
    height: 26px;
  }

  .testimonials-row {
    flex-flow: column;
    align-self: center;
  }

  .testimonial {
    width: 200px;
    min-width: 250px;
  }

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

  .section-7.ovf-none {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: none;
  }

  .container-8 {
    width: 100vw;
  }

  .heading-16 {
    font-size: 46px;
    font-weight: 700;
  }

  .fixed-form-trigger-2 {
    width: 54px;
    height: 54px;
    bottom: 8px;
    right: 16px;
  }

  .chatbot-main-content-2 {
    grid-row-gap: 16px;
    margin-top: 18px;
    margin-bottom: 4px;
  }

  .chatbot-form-wrapper-2 {
    z-index: 10000;
    flex-flow: column;
    flex: 0 auto;
    order: 0;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: auto;
    max-width: none;
    margin-bottom: 60px;
    padding-bottom: 0;
    display: block;
    bottom: 16px;
    left: 10px;
    right: 10px;
  }

  .chatbot-title-wrapper-2 {
    padding-top: 12px;
    padding-bottom: 12px;
  }

  .chatbot-title-2 {
    margin-bottom: 0;
    font-size: 16px;
  }

  .text-block-38, .text-block-39, .bold-text-2 {
    font-size: 5vw;
  }

  .client-slider-panel {
    margin-left: 0;
  }

  .slider-wrap {
    padding-right: 13px;
  }

  .slider-wrap.trislider {
    background-color: #fff0;
    justify-content: center;
    width: 100%;
    height: auto;
    padding: 0 20px;
    display: flex;
    overflow: hidden;
  }

  .client-slider {
    background-color: #5a5a5a00;
  }

  .right-arrow-wrap {
    flex-flow: column;
    justify-content: center;
    align-items: flex-end;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-right: 29px;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    bottom: 0;
  }

  .slide-nav-3 {
    z-index: 20;
    float: none;
    opacity: .16;
    text-align: center;
    -webkit-text-fill-color: inherit;
    background-color: #fff;
    background-clip: border-box;
    border: 1px solid #fff;
    border-radius: 20px;
    justify-content: center;
    align-items: center;
    width: 100px;
    height: 30px;
    margin-top: 8px;
    margin-bottom: 50px;
    padding-bottom: 0;
    font-size: 1rem;
    display: flex;
    position: relative;
    bottom: 0;
    overflow: visible;
  }

  .client-slider-wrapper {
    text-align: center;
    justify-content: center;
    align-self: center;
    align-items: center;
    width: 100%;
    display: block;
  }

  .client-slider-mask {
    background-color: #0000;
  }

  .direction-icon.right {
    width: 50px;
    height: 50px;
    margin-top: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .direction-icon.left {
    width: 50px;
    height: 50px;
    margin-top: 0;
    position: relative;
    right: 0;
  }

  .resource-wrap {
    background-image: none;
    display: flex;
  }

  .left-arrow-wrap {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    margin-left: 0;
    padding-top: 0;
    padding-left: 10px;
    padding-right: 10px;
    display: flex;
    bottom: 0;
    left: 0;
  }

  .website-panel.trislider {
    z-index: 20;
    flex-flow: row;
    justify-content: center;
    align-items: center;
    margin-top: 0;
    padding-top: 6px;
    padding-right: 0;
    display: flex;
  }

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

  .div-block-5 {
    grid-column-gap: 10rem;
    grid-row-gap: 10rem;
    flex: 1;
    order: 0;
    justify-content: space-between;
    align-self: auto;
    align-items: center;
    display: flex;
  }

  .image-3, .image-4, .image-5 {
    filter: invert();
  }

  .image-6, .image-7 {
    filter: none;
  }

  .container-12.utility-position-relative.utility-padding-bottom-4rem {
    height: 100%;
    padding-top: 40px;
    padding-bottom: 0;
  }

  .utility-position-relative.utility-min-height-100dvh {
    height: 100%;
  }

  .section-10 {
    padding-top: 5rem;
    padding-bottom: 5rem;
  }

  .section-10.utility-padding-all-0.utility-text-on-overlay {
    padding-top: 0;
  }

  .cover-image.utility-position-absolute {
    width: 100vw;
    max-width: 100%;
    height: 100vh;
  }

  .flex-vertical.flex-gap-xs {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    grid-auto-columns: 1fr;
    place-content: stretch center;
    place-items: center stretch;
    margin-top: 10vh;
    padding-top: 0;
    display: flex;
    bottom: 0;
  }

  .paragraph-lg {
    text-align: center;
    align-self: auto;
    margin-top: 0;
    margin-bottom: auto;
    font-size: 1rem;
  }

  .slider-icon-2.only-mobile {
    background-color: #0000;
  }

  .slider-avatar {
    border: 0 #fff0;
    border-radius: 10px;
  }

  .slider-arrow-icon {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    color: #fff;
    text-align: left;
    flex-flow: row;
    justify-content: center;
    align-self: auto;
    align-items: center;
    margin-top: 8px;
    margin-left: 8px;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
    display: flex;
  }

  .left-arrow-hidden {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    flex-flow: column;
    justify-content: center;
    align-items: center;
    width: auto;
    height: 50px;
    display: block;
  }

  .fb-booster {
    background-color: #000;
    padding-top: 40px;
    padding-bottom: 0;
    display: flex;
  }

  .testimonial-name {
    color: #fff;
  }

  .slider-arrow-right {
    background-color: #4a5a6880;
    border: 1px solid #ffffff40;
    border-radius: 20px;
    flex: 0 auto;
    align-self: auto;
    display: block;
  }

  .slider-grid {
    justify-content: stretch;
  }

  .slide-nav-hidden {
    color: var(--black);
    background-color: #0000;
    display: none;
    inset: 100% 0% 0%;
  }

  .slider-card {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    background-color: #161616;
    border: 1px solid #fff3;
    border-radius: 20px;
    justify-content: center;
    align-items: flex-start;
    height: 70vh;
    margin-left: 10px;
    margin-right: 10px;
    padding-left: 32px;
    display: flex;
    position: static;
  }

  .slider-pararagraph {
    color: #fff;
  }

  .slider-arrow-left {
    background-color: #4a5a6880;
    border: 1px solid #ffffff40;
    border-radius: 20px;
    display: block;
  }

  .right-arrow-hidden {
    justify-content: flex-end;
    align-items: flex-end;
    width: auto;
    height: 50px;
    display: block;
  }

  .image-9 {
    filter: none;
  }

  .link-block-3 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .link-block-3.w--current {
    grid-template-columns: 1fr;
  }

  .form {
    background-color: #0000;
  }

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

  .bold-text-3, .bold-text-4 {
    font-size: 1.4rem;
  }

  .slide-4 {
    height: 100%;
  }

  .div-block-6 {
    margin-top: 20px;
  }

  .section-11 {
    width: 0;
    height: 0%;
    padding-bottom: 0;
    padding-right: 0;
  }

  .bold-text-5, .bold-text-6, .bold-text-7 {
    font-size: 5vw;
  }

  .text-span-3._1 {
    font-size: 3vw;
  }

  .image-12 {
    display: block;
  }

  .div-block-7 {
    display: none;
  }

  .wrapper-phone {
    width: 190px;
    height: 400px;
  }

  .phone-background {
    border: 1px dashed #000;
    border-radius: 36px;
    width: 190px;
    height: 393px;
  }

  .content {
    top: 110vh;
  }

  .content._2 {
    margin-left: 0;
  }

  .heading-23 {
    margin-top: 30px;
    font-size: 32px;
  }

  ._2 {
    font-size: 15px;
  }
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5bafba33-34bc-c8c1-3286-e3f2bdb44029-57006283 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: center;
}

#w-node-_83130efd-cc89-3e63-e012-238651cb9c90-51cb9c8e.w-node-_5bafba33-34bc-c8c1-3286-e3f2bdb44032-57006283 {
  grid-area: 1 / 1 / 2 / 3;
  align-self: auto;
}

#w-node-_401d7ec1-2fad-6e2e-0f6f-03adaf014840-57006283, #w-node-_401d7ec1-2fad-6e2e-0f6f-03adaf01484a-57006283 {
  justify-self: start;
}

#w-node-cfbccbd3-137a-a8ba-1ec5-f71378e2faa1-57006283, #w-node-e2e3ee18-afcb-c8ee-87dc-5d4a8c092f84-998077f5, #w-node-e2e3ee18-afcb-c8ee-87dc-5d4a8c092f86-998077f5 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_8372a340-d850-8e7f-21c4-aea5e2843ec1-57006286 {
  order: 9999;
  grid-area: 1 / 1 / 2 / 3;
  place-self: center;
}

@media screen and (min-width: 1440px) {
  #w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5bafba33-34bc-c8c1-3286-e3f2bdb44029-57006283 {
    grid-column: 1 / 3;
    grid-row-start: 1;
    place-self: start center;
  }

  #w-node-_83130efd-cc89-3e63-e012-238651cb9c90-51cb9c8e.w-node-_5bafba33-34bc-c8c1-3286-e3f2bdb44032-57006283 {
    align-self: auto;
  }

  #w-node-_2210f0a9-7ad1-7312-0ddd-99d73dc918d7-57006283, #w-node-_8372a340-d850-8e7f-21c4-aea5e2843ec1-57006286 {
    justify-self: auto;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5bafba33-34bc-c8c1-3286-e3f2bdb44029-57006283 {
    align-self: end;
  }

  #w-node-_401d7ec1-2fad-6e2e-0f6f-03adaf014840-57006283, #w-node-_401d7ec1-2fad-6e2e-0f6f-03adaf01484a-57006283 {
    justify-self: center;
  }

  #w-node-_4029b8ac-0f61-e379-a0d6-13e39b8891f3-57006283 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5bafba33-34bc-c8c1-3286-e3f2bdb44029-57006283 {
    grid-column-end: 3;
    place-self: center;
  }

  #w-node-cfbccbd3-137a-a8ba-1ec5-f71378e2faa1-57006283, #w-node-cfbccbd3-137a-a8ba-1ec5-f71378e2fab0-57006283, #w-node-cfbccbd3-137a-a8ba-1ec5-f71378e2fac5-57006283, #w-node-cfbccbd3-137a-a8ba-1ec5-f71378e2fada-57006283, #w-node-cfbccbd3-137a-a8ba-1ec5-f71378e2faef-57006283, #w-node-cfbccbd3-137a-a8ba-1ec5-f71378e2fb04-57006283, #w-node-_95c606c8-bcfd-8254-a571-2c2c6427a3c5-57006283 {
    grid-area: Feature-Row;
  }

  #w-node-fa36639f-bc34-8f1a-4024-d088998077f9-998077f5 {
    order: 9999;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_83130efd-cc89-3e63-e012-238651cb9c93-51cb9c8e.w-node-_5bafba33-34bc-c8c1-3286-e3f2bdb44029-57006283 {
    grid-column: 1 / 3;
    grid-row-start: 1;
    align-self: center;
  }

  #w-node-_5bafba33-34bc-c8c1-3286-e3f2bdb4402c-57006283 {
    place-self: auto;
  }

  #w-node-_6f9ca3e1-e54d-cc17-e9e4-ea9c390de1a7-57006283 {
    justify-self: auto;
  }

  #w-node-c0fec46a-51fd-92f1-38f7-ad62030610b7-030610ac, #w-node-c0fec46a-51fd-92f1-38f7-ad62030610bd-030610ac {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_8372a340-d850-8e7f-21c4-aea5e2843ec1-57006286 {
    order: -9999;
    grid-area: span 1 / span 2 / span 1 / span 2;
    place-self: auto;
  }

  #w-node-e8694e05-89bc-abb3-3860-58b9d35b8294-57006286 {
    justify-self: center;
  }
}


