@font-face {
  font-family: Inter Variablefont Slnt Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Slnt Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Inter Variablefont Slnt Wght;
  src: url('../images/') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

:root {
  --dark-background: #3b3331;
  --secondary: #6b6868;
  --primary: #ce2945;
  --light-background: whitesmoke;
  --black: black;
  --light-orange: #f88867;
  --_apps---typography--heading-font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --_apps---typography--body-font: "Inter Variablefont Slnt Wght", sans-serif;
  --_apps---typography--button-font: "Palatino Linotype", "Book Antiqua", Palatino, serif;
  --_apps---sizes--radius: 10px;
  --_apps---colors--background: var(--light-background);
  --_apps---colors--foreground: var(--dark-background);
  --_apps---colors--card: var(--white);
  --white: white;
  --_apps---colors--card-foreground: #060606;
  --_apps---colors--popover: #e8e8e8;
  --_apps---colors--popover-foreground: #060606;
  --_apps---colors--primary: var(--primary);
  --_apps---colors--primary-foreground: #fff6f6;
  --_apps---colors--secondary: #ffd9da;
  --_apps---colors--secondary-foreground: #130b0b;
  --_apps---colors--muted: #eee;
  --_apps---colors--muted-foreground: #747071;
  --_apps---colors--accent: #dbdbdb;
  --_apps---colors--accent-foreground: #0d0d0d;
  --_apps---colors--destructive: #d64651;
  --_apps---colors--border: #dbdbdb;
  --_apps---colors--input: #dedede;
  --_apps---colors--ring: #bb4752;
  --_apps---charts--chart-1: var(--primary);
  --_apps---charts--chart-2: #d96a71;
  --_apps---charts--chart-3: #c30031;
  --_apps---charts--chart-4: #a01831;
  --_apps---charts--chart-5: #810014;
  --_apps---sidebar--sidebar: #eee;
  --_apps---sidebar--sidebar-foreground: #060606;
  --_apps---sidebar--sidebar-primary: var(--primary);
  --_apps---sidebar--sidebar-primary-foreground: #fff6f6;
  --_apps---sidebar--sidebar-accent: #dbdbdb;
  --_apps---sidebar--sidebar-accent-foreground: #0d0d0d;
  --_apps---sidebar--sidebar-border: #dbdbdb;
  --_apps---sidebar--sidebar-ring: #bb4752;
  --_apps---colors--background-dark: #070707;
  --_apps---colors--foreground-dark: #f8f8f8;
  --_apps---colors--card-dark: #1a1a1a;
  --_apps---colors--card-foreground-dark: #f8f8f8;
  --_apps---colors--popover-dark: #1a1a1a;
  --_apps---colors--popover-foreground-dark: #f8f8f8;
  --_apps---colors--primary-dark: #e44257;
  --_apps---colors--primary-foreground-dark: #150a0a;
  --_apps---colors--secondary-dark: #3f0009;
  --_apps---colors--secondary-foreground-dark: #fff6f6;
  --_apps---colors--muted-dark: #020202;
  --_apps---colors--muted-foreground-dark: #8e8e8e;
  --_apps---colors--accent-dark: #2f2f2f;
  --_apps---colors--accent-foreground-dark: #f8f8f8;
  --_apps---colors--destructive-dark: #da4954;
  --_apps---colors--border-dark: #dbdbdb1a;
  --_apps---colors--input-dark: #ffffff26;
  --_apps---colors--ring-dark: #e56d75;
  --_apps---charts--chart-1-dark: #e44257;
  --_apps---charts--chart-2-dark: #ff8d92;
  --_apps---charts--chart-3-dark: #c80035;
  --_apps---charts--chart-4-dark: #f8767e;
  --_apps---charts--chart-5-dark: #a81232;
  --_apps---sidebar--sidebar-dark: #0d0d0d;
  --_apps---sidebar--sidebar-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-primary-dark: #e44257;
  --_apps---sidebar--sidebar-primary-foreground-dark: #150a0a;
  --_apps---sidebar--sidebar-accent-dark: #2f2f2f;
  --_apps---sidebar--sidebar-accent-foreground-dark: #f8f8f8;
  --_apps---sidebar--sidebar-border-dark: #ffffff1a;
  --_apps---sidebar--sidebar-ring-dark: #e56d75;
}

.w-layout-blockcontainer {
  max-width: 940px;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.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-layout {
  grid-row-gap: 20px;
  grid-column-gap: 20px;
  grid-auto-columns: 1fr;
  justify-content: center;
  padding: 20px;
}

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

@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 {
  color: var(--dark-background);
  background-color: #f5f5f5;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1.1em;
  line-height: 1.6em;
}

h1 {
  color: var(--secondary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3em;
  font-weight: 400;
  line-height: 1.6em;
}

h2 {
  color: var(--secondary);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 2rem;
  font-weight: 400;
  line-height: 2.6rem;
}

h3 {
  color: var(--dark-background);
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 1.5em;
  font-weight: 400;
  line-height: 1.6em;
}

h4 {
  color: var(--dark-background);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.5em;
}

h5 {
  color: var(--dark-background);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: .9em;
  font-weight: 400;
  line-height: 1.5em;
}

h6 {
  color: var(--dark-background);
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: .7em;
  font-weight: 400;
  line-height: 1.5em;
}

p {
  color: var(--dark-background);
  margin-bottom: 20px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1rem;
  line-height: 1.6rem;
}

a {
  border-bottom: 1px solid var(--primary);
  color: var(--primary);
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-weight: 400;
  text-decoration: none;
}

strong {
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-weight: 700;
}

blockquote {
  border-left: 5px solid #e2e2e2;
  margin-bottom: 10px;
  padding: 10px 20px;
  font-size: 1em;
  line-height: 1.5em;
}

.navbar {
  background-color: #ffffffe6;
  border-bottom: 1px #efcec478;
  width: 100%;
  padding: 5px 20px 15px;
}

.nav-link {
  color: var(--secondary);
  text-transform: uppercase;
  border-bottom-style: none;
  padding-left: 10px;
  padding-right: 10px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: .9rem;
  font-weight: 400;
  line-height: 1.6rem;
}

.menu-slash {
  font-size: .8rem;
  line-height: 1rem;
  display: inline-block;
}

.nav-menu {
  align-items: center;
  display: flex;
}

.image {
  aspect-ratio: auto;
  object-fit: contain;
  width: 100%;
  max-width: none;
  height: auto;
  max-height: none;
  margin-bottom: 0;
}

.image.border {
  object-fit: fill;
}

.image._768 {
  display: none;
}

.image.bottom {
  object-fit: fill;
}

.image.scores {
  width: 100%;
  max-width: none;
  margin-bottom: 10px;
  box-shadow: 0 0 10px #0000001a;
}

.pagewrapper {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: #3b3331;
  background-color: #f8f8f8;
  flex-flow: column;
  justify-content: space-between;
  width: 100%;
  height: auto;
  min-height: 0;
  display: flex;
  overflow: hidden;
}

.container {
  width: 100%;
  max-width: 990px;
  min-height: 0;
  position: relative;
}

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

.grid {
  grid-template-rows: auto;
  grid-template-columns: 1fr .75fr;
  justify-items: center;
  width: 100%;
}

.oldbutton {
  background-color: var(--primary);
  text-align: center;
  text-transform: uppercase;
  width: auto;
  max-width: none;
  min-height: 0;
  padding-left: 20px;
  padding-right: 20px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.6rem;
  display: inline-block;
}

.bold-text {
  color: var(--primary);
  -webkit-text-stroke-color: #f5dcba;
  text-transform: uppercase;
  white-space: break-spaces;
  width: 100%;
  padding-right: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 4.6rem;
  font-weight: 900;
  line-height: 5.5rem;
  display: block;
}

.heading {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Palatino Linotype, Book Antiqua, Palatino, serif;
  font-size: 3.8rem;
  line-height: 4rem;
}

.heading.blog {
  width: 100%;
}

.topborder {
  width: 100%;
  height: auto;
  min-height: 0;
  margin-bottom: -5px;
  position: relative;
}

.section-hero {
  background-color: #f8f8f8;
  align-items: center;
  height: 55vh;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  top: -5px;
  overflow: hidden;
}

.cell-block {
  width: 90%;
  height: auto;
  min-height: 0;
}

.cell-block.bottom {
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.paragraph-white {
  color: var(--light-background);
  width: 100%;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1.1rem;
  font-weight: 400;
  line-height: 1.7rem;
}

.paragraph-white.padtop {
  margin-top: 0;
  margin-bottom: 10px;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
}

.h2-white {
  color: var(--light-background);
}

.h2-white.smaller {
  border-bottom: 2px dashed #f5f5f5;
  margin-top: 0;
  margin-bottom: 20px;
  padding-bottom: 8px;
  font-size: 2rem;
  line-height: 2.5rem;
  display: inline-block;
}

.h2-white.large {
  color: #f5f5f5;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 3rem;
  font-weight: 700;
  line-height: 3.1rem;
}

.subtext {
  margin-bottom: 40px;
  font-size: 1.1rem;
  line-height: 1.6rem;
}

.quick-stack {
  grid-column-gap: 150px;
  padding: 0;
}

.cell {
  justify-content: flex-start;
  align-items: flex-start;
}

.bottomborder {
  width: 100%;
  height: auto;
  min-height: 0;
  margin-top: -20px;
  position: relative;
}

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

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

.testimonial-paragraph {
  color: #0d0e10;
  letter-spacing: normal;
  width: 100%;
  min-height: 150px;
  margin-top: 20px;
  padding-right: 0;
  font-size: 14px;
  font-weight: 500;
  line-height: 165%;
}

.testimonial-name {
  margin-top: 0;
  margin-bottom: 2px;
  font-size: 16px;
  font-style: normal;
  font-weight: 700;
  line-height: 156%;
}

.testimonial-contain {
  background-color: #fff;
  border-radius: 12px;
  flex-direction: column;
  flex: none;
  justify-content: space-around;
  width: 100%;
  max-width: none;
  height: 100%;
  min-height: 500px;
  margin-right: 0;
  padding: 36px 32px;
  display: flex;
  box-shadow: 0 12px 100px #0000000d;
}

.testimonial-position {
  font-size: 12px;
  line-height: 137%;
}

.project-slider-wrap {
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.arrow {
  object-fit: contain;
}

.arrow.right {
  transform: rotate(180deg);
}

.design-resources-wrapper {
  width: 90%;
  max-width: 1140px;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 200px;
  position: relative;
}

.design-resources-wrapper.center {
  flex-direction: column;
  align-items: center;
  width: 95%;
  max-width: 990px;
  padding: 20px 0 100px;
  display: block;
}

.mask {
  max-width: 470px;
  overflow: visible;
}

.projects-top-contain {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 0;
  font-size: 1.1rem;
  line-height: 1.6rem;
  display: flex;
}

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

.project-slider {
  background-color: #0000;
  height: auto;
  position: static;
}

.project-slide {
  width: 100%;
  max-width: 450px;
  height: 100%;
  margin-left: 0;
  margin-right: 40px;
}

.slider-arrow-2 {
  background-color: #fff;
  background-image: none;
  border: 1px solid #0000001a;
  border-radius: 100px;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  transition: all .2s;
  display: flex;
  inset: -22% auto auto 0;
}

.slider-arrow-2:hover {
  filter: invert();
  background-image: none;
}

.slider-arrow-2.right {
  background-image: none;
  transition: all .2s;
  inset: -22% auto auto 60px;
}

.slider-arrow-2.right:hover {
  filter: invert();
  background-image: none;
}

.brand {
  border-bottom-style: none;
  width: 150px;
  margin-top: 8px;
}

.heading-3 {
  color: var(--light-background);
  margin-bottom: 40px;
  font-size: 2.6rem;
  line-height: 3.3rem;
}

.arrows-cont {
  text-align: center;
  max-width: none;
  padding: 0 0 100px;
}

.footer {
  background-color: #231f20;
  justify-content: center;
  align-items: center;
  min-height: 35px;
  margin-top: 0;
  display: flex;
}

.div-block-3 {
  color: var(--light-background);
  text-align: center;
  font-size: .8em;
  font-weight: 300;
}

.heading-5 {
  color: var(--primary);
  text-transform: uppercase;
  margin-bottom: 0;
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-size: 1em;
  font-weight: 600;
  line-height: 1em;
}

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

.quick-stack-4 {
  grid-column-gap: 50px;
  grid-row-gap: 0px;
  margin-bottom: 100px;
  padding: 0;
}

.quick-stack-4.padd {
  margin-bottom: 60px;
}

.cell-4 {
  justify-content: center;
  align-items: flex-start;
}

.supersmall-text {
  font-size: .7em;
  line-height: 1.2em;
}

.section-testimonials {
  background-color: var(--dark-background);
  flex-direction: column;
  align-items: center;
  margin-top: 0;
  padding: 60px 60px 10px;
  display: flex;
}

.grid-faq {
  grid-column-gap: 30px;
  grid-row-gap: 30px;
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  width: 100%;
  max-width: 990px;
  margin-top: 10px;
  margin-bottom: 20px;
}

.accordion-item {
  background-color: #fff;
  border-radius: 10px;
  box-shadow: 0 2px 5px #0000001a;
}

.accordion-header {
  cursor: pointer;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 18px 24px;
  font-size: 1.1rem;
  line-height: 1rem;
  transition: padding .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.accordion-header:hover {
  padding-left: 28px;
}

.accordion-heading {
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 25px;
  padding-top: 5px;
  padding-bottom: 5px;
  font-size: 1.1rem;
  line-height: 1rem;
}

.icon-arrow {
  width: 16px;
  max-width: none;
  height: auto;
}

.accordion-content {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  padding-bottom: 20px;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
  overflow: hidden;
}

.paragraph-accordion {
  font-size: 1rem;
  line-height: 1.6rem;
}

.bold-text-2 {
  font-size: 1.1rem;
}

.section-seo {
  background-color: #fff;
  padding: 100px 60px;
}

.section-subheader {
  padding-top: 60px;
  padding-left: 40px;
  padding-right: 40px;
}

.section-subheader.black {
  color: #3b3331;
  background-color: #3b3331;
  margin-top: 0;
  padding-bottom: 40px;
  padding-left: 60px;
  padding-right: 60px;
}

.link-2 {
  color: #ce2945;
  font-weight: 600;
}

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

.cell-5 {
  justify-content: center;
  display: flex;
}

.slide1 {
  display: block;
  position: static;
}

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

.image-2 {
  z-index: 0;
  background-image: url('https://d3e54v103j8qbb.cloudfront.net/img/background-image.svg');
  background-position: 0 0;
  background-size: cover;
  width: 100%;
  max-width: none;
  height: auto;
  position: absolute;
  inset: 0% 0% auto;
}

.h2-heading {
  margin-bottom: 20px;
  font-size: 2.6rem;
  line-height: 3.3rem;
}

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

.lottie-animation {
  height: 400px;
  padding-top: 0;
  padding-bottom: 0;
}

.track {
  height: auto;
  overflow: visible;
}

.grid-2 {
  background-color: #fff;
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
  width: 85%;
  height: 100%;
  min-height: 450px;
  max-height: none;
  overflow: hidden;
}

.item {
  flex: none;
  justify-content: center;
  align-self: center;
  align-items: center;
  width: 100%;
  height: auto;
  padding: 0;
  display: flex;
  overflow: hidden;
}

.div-block-5 {
  background-color: #0b0a33;
  justify-content: center;
  align-items: center;
  height: auto;
  display: flex;
}

.frame {
  align-items: center;
  display: flex;
}

.div-block-6 {
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 80%;
  height: 100%;
  padding-top: 0;
  display: flex;
}

.grid-img {
  align-self: center;
  width: 90%;
  max-width: none;
  height: auto;
  margin-left: 0;
  padding-left: 0;
}

.container-2 {
  width: 90%;
  max-width: none;
}

.camera {
  width: 100%;
  height: auto;
  padding-top: 60px;
  padding-bottom: 60px;
  position: sticky;
  top: 0;
  overflow: hidden;
}

.h2-slider {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.6rem;
  line-height: 3.3rem;
}

.track-para {
  font-size: .9rem;
  line-height: 1.4rem;
}

.img-blocker {
  justify-content: center;
  align-items: center;
  padding-top: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
  display: flex;
}

.projcont {
  background-color: #f8f8f8;
  height: auto;
  padding-bottom: 0;
}

.quick-stack-6 {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  background-color: #0000;
  padding: 0;
}

.text-block-6 {
  text-align: center;
  margin-top: 20px;
  font-size: .75em;
  line-height: 1.3em;
}

.section {
  background-color: #f8f8f8;
  padding: 60px 60px 100px;
}

.link-block {
  border-bottom-style: none;
  box-shadow: 0 2px 5px #0003;
}

.accordion-item-trigger {
  justify-content: space-between;
  align-items: flex-start;
  display: flex;
}

.accordion-header-2 {
  cursor: pointer;
  background-color: #eee;
  border-radius: 10px;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  padding: 5px 24px;
  transition: padding .2s cubic-bezier(.25, .46, .45, .94);
  display: flex;
}

.accordion-header-2:hover {
  padding-left: 28px;
}

.top-card {
  justify-content: center;
  align-items: center;
  min-height: 125px;
  padding-top: 0;
  padding-left: 20px;
  padding-right: 20px;
  display: flex;
}

.client-slider-panel-2 {
  opacity: 1;
  border: 3px #fff;
  margin-right: 0;
}

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

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

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

.client-cube {
  object-fit: cover;
  width: 600px;
  max-width: 100%;
  height: 275px;
}

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

.photo-border {
  border: 5px solid #fff;
  border-radius: 100px;
  align-self: center;
  width: 85px;
  max-width: none;
  height: auto;
  margin-top: 0;
  margin-right: 20px;
  box-shadow: 0 0 9px #0000001a;
}

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

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

.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: 700px;
  max-width: none;
  display: block;
}

.text-block-54 {
  font-weight: 700;
}

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

.image-4 {
  width: 100%;
  max-width: none;
  height: auto;
}

.image-4.logos {
  width: 100px;
  margin-top: 25px;
}

.image-4.logos.jeff {
  display: block;
}

.results-testimonial {
  width: 95%;
  margin-top: 30px;
  font-size: 18px;
  font-style: italic;
  line-height: 1.4em;
}

.result-card {
  opacity: .93;
  background-color: #fff;
  border: 1px solid #dbdbdb;
  border-radius: 5px;
  flex-direction: column;
  justify-content: space-around;
  align-self: stretch;
  width: 650px;
  height: 240px;
  margin-top: 10px;
  padding-bottom: 10px;
  display: flex;
  position: absolute;
  inset: 0% 0% 0% 4%;
  box-shadow: -1px 0 7px -1px #0000001a;
}

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

.result-cell-hori {
  flex-direction: row;
  justify-content: center;
  align-items: center;
}

.results-grid {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  padding: 0;
}

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

.bottom-card {
  padding-left: 5px;
}

.bmnb {
  color: #262626;
  border-bottom-style: none;
  align-self: center;
  align-items: center;
  transition-property: none;
  display: flex;
}

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

.logo-cell {
  justify-content: center;
  align-items: flex-end;
  padding-right: 10px;
}

.resource-wrap {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 0;
  padding-bottom: 100px;
  display: flex;
  overflow: hidden;
}

.track-vertical-alt {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.marquee-horizontal-large {
  z-index: 200;
  flex: none;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 190px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.icon-container {
  border-radius: 8px;
  justify-content: center;
  align-items: center;
  width: 85%;
  height: 15vw;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.paragraph-large {
  font-size: 20px;
}

.marquee-text {
  color: #fff;
  text-transform: uppercase;
  flex: none;
  margin-right: 8vw;
}

.marquee-horizontal {
  z-index: 200;
  background-color: #00f;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  height: 40px;
  display: flex;
  position: relative;
  overflow: hidden;
}

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

.button-2 {
  text-align: center;
  letter-spacing: 1px;
  text-transform: uppercase;
  cursor: pointer;
  background-color: #8f00ff;
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  height: 34px;
  padding: 10px 12px;
  font-size: 16px;
  display: flex;
}

.marquee-cover-horizontal {
  z-index: 10;
  background-image: linear-gradient(270deg, #fff0 70%, #fff), linear-gradient(270deg, #fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

.col {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.col.small {
  flex: none;
  width: 41%;
}

.icon-3 {
  width: 65%;
}

.icon-container-alt {
  border-radius: 8px;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 250px;
  height: 150px;
  padding-left: 30px;
  padding-right: 30px;
  display: flex;
  box-shadow: 0 7px 15px 3px #afb1b34d;
}

.flex-vertical {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-vertical.marquee-fix {
  margin-top: 30px;
}

.track-horizontal {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.marquee {
  flex-direction: row;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 600px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.header-quaternary {
  letter-spacing: 1px;
  max-width: 100%;
  font-size: 14px;
}

.header-quaternary.grey-text.uppercase {
  padding: 2px 4px;
}

.flex-horizontal {
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.flex-horizontal.flex-left {
  justify-content: flex-start;
}

.marquee-cover {
  z-index: 10;
  background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  position: absolute;
  inset: 0%;
}

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

.track-vertical {
  flex-direction: column;
  flex: 1;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
}

.header-secondary {
  max-width: 100%;
  font-size: 40px;
  line-height: 120%;
}

.track-horizontal-alt {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

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

.spacer-60._60-width {
  width: 60px;
}

.container-3 {
  z-index: 10;
  width: 90%;
  max-width: 1200px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 60px;
  padding-right: 60px;
  position: relative;
}

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

.spacer-30._15-xsvp {
  flex: none;
  width: 30px;
}

.body {
  justify-content: center;
  align-items: flex-start;
  padding-top: 60px;
  display: flex;
}

.section-page {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: #f8f8f8;
  background-image: url('../images/Frame-677.webp');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: 100%;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  height: auto;
  min-height: 700px;
  padding-top: 60px;
  padding-left: 60px;
  padding-right: 60px;
  display: flex;
  position: relative;
  top: -5px;
  overflow: visible;
}

.blogheader {
  color: var(--primary);
  font-family: Inter Variablefont Slnt Wght, sans-serif;
  font-weight: 900;
}

.bold-text-5 {
  color: var(--black);
}

.slider {
  background-color: #ddd0;
  height: 450px;
}

.slide-nav-4 {
  color: var(--light-orange);
  background-color: #6b686800;
}

.mask-2 {
  height: 450px;
}

.icon-4, .icon-5 {
  color: var(--secondary);
}

.button-style {
  grid-column-gap: 10px;
  background-color: #e835cb;
  border: 1px solid #fff;
  border-radius: 5px;
  justify-content: center;
  align-items: center;
  width: 150px;
  padding: 10px;
  text-decoration: none;
  display: flex;
}

.button-text {
  color: #fff;
  text-align: center;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 18px;
  font-weight: 700;
  line-height: 150%;
  text-decoration: none;
}

@media screen and (min-width: 1280px) {
  p {
    font-size: 1rem;
  }

  .image._768 {
    display: none;
  }

  .container, .nav-container {
    max-width: 1000px;
  }

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

  .oldbutton {
    min-height: 0;
  }

  .topborder {
    margin-bottom: -10px;
  }

  .h2-white.smaller, .h2-white.large {
    font-size: 3.8rem;
    line-height: 4rem;
  }

  .quick-stack {
    grid-column-gap: 80px;
  }

  .design-resources-wrapper.center {
    width: 100%;
    max-width: 1000px;
  }

  .heading-3 {
    font-size: 3rem;
    line-height: 4rem;
  }

  .grid-faq {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    max-width: 990px;
  }

  .paragraph-accordion {
    line-height: 1.6rem;
  }

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

  .grid-2 {
    min-height: 400px;
  }

  .grid-img {
    width: 100%;
    margin-left: 0;
    margin-right: auto;
    display: block;
  }

  .camera {
    padding-top: 0;
  }

  .h2-slider {
    font-size: 1.6rem;
    line-height: 3.5rem;
  }

  .website-panel.trislider {
    transform: scale(1);
  }
}

@media screen and (min-width: 1440px) {
  p {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .container, .nav-container {
    max-width: 1100px;
  }

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

  .oldbutton {
    min-height: 0;
  }

  .topborder {
    margin-bottom: -20px;
  }

  .section-hero {
    height: 65vh;
  }

  .h2-white.smaller, .h2-white.large {
    font-size: 3.8rem;
    line-height: 4.2rem;
  }

  .quick-stack {
    grid-column-gap: 200px;
  }

  .design-resources-wrapper.center {
    width: 100%;
    max-width: 1100px;
  }

  .quick-stack-4 {
    margin-bottom: 100px;
  }

  .supersmall-text {
    font-size: .9em;
    line-height: 1.3em;
  }

  .paragraph-accordion {
    font-size: 1.2rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .cell-5 {
    justify-content: center;
    display: flex;
  }

  .h2-heading {
    font-size: 3.8rem;
  }

  .grid-2 {
    min-height: 575px;
    max-height: none;
  }

  .item {
    height: auto;
  }

  .grid-img {
    margin-left: 0;
  }

  .h2-slider {
    font-size: 1.8rem;
  }

  .track-para {
    font-size: 1rem;
    line-height: 1.7rem;
  }

  .img-blocker {
    padding-left: 20px;
  }

  .website-panel.trislider {
    transform: scale(1);
  }

  .section-page {
    height: 65vh;
  }

  .slider {
    height: 650px;
  }

  .mask-2 {
    height: 600px;
  }
}

@media screen and (min-width: 1920px) {
  body {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  p {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }

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

  .nav-menu {
    margin-top: 8px;
  }

  .image {
    object-fit: contain;
  }

  .container, .nav-container {
    max-width: 1600px;
  }

  .grid {
    grid-column-gap: 0px;
    grid-template-columns: .75fr .75fr;
  }

  .oldbutton {
    min-height: 0;
    padding-top: 12px;
    padding-bottom: 12px;
    font-size: 1.2em;
    display: inline-block;
  }

  .bold-text {
    font-size: 7.5rem;
    line-height: 8rem;
  }

  .heading {
    font-size: 4.4em;
    line-height: 6.5rem;
  }

  .topborder {
    margin-bottom: -10px;
  }

  .section-hero {
    height: 65vh;
  }

  .paragraph-white {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }

  .h2-white.smaller, .h2-white.large {
    font-size: 4.4rem;
    line-height: 6.5rem;
  }

  .subtext {
    font-size: 1.3rem;
    line-height: 2rem;
  }

  .quick-stack {
    grid-column-gap: 350px;
  }

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

  .testimonial-paragraph {
    min-height: 230px;
    margin-bottom: 40px;
    margin-left: 0;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
    font-size: 17px;
  }

  .testimonial-contain {
    max-width: none;
    padding-top: 36px;
    padding-left: 32px;
    padding-right: 32px;
  }

  .design-resources-wrapper.center {
    max-width: 1600px;
  }

  .slider-arrow-2, .slider-arrow-2.right {
    top: -15%;
  }

  .brand {
    width: 250px;
    margin-top: 5px;
    margin-bottom: 5px;
  }

  .heading-3 {
    font-size: 4.4rem;
    line-height: 6.5rem;
  }

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

  .quick-stack-4 {
    grid-column-gap: 120px;
  }

  .supersmall-text {
    line-height: 1.5em;
  }

  .section-testimonials {
    background-color: var(--dark-background);
    padding-bottom: 60px;
  }

  .grid-faq {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    grid-template-columns: 100%;
    max-width: none;
  }

  .paragraph-accordion {
    font-size: 1.5rem;
    line-height: 2.3rem;
  }

  .bold-text-2 {
    font-size: 1.5rem;
    line-height: 2rem;
  }

  .section-seo {
    padding-bottom: 140px;
  }

  .section-subheader.black {
    background-color: var(--dark-background);
    margin-top: -10px;
  }

  .cell-5 {
    justify-content: center;
    display: flex;
  }

  .slide1 {
    width: auto;
    height: auto;
  }

  .h2-heading.center {
    text-align: center;
    margin-bottom: 60px;
  }

  .grid-2 {
    width: 85%;
    height: auto;
    min-height: 700px;
    max-height: none;
  }

  .item {
    align-self: center;
    height: auto;
  }

  .frame {
    height: auto;
  }

  .div-block-6 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .grid-img {
    object-fit: fill;
    width: 100%;
    max-width: none;
  }

  .camera {
    padding-top: 40px;
    padding-bottom: 60px;
  }

  .h2-slider {
    font-size: 2.5rem;
  }

  .track-para {
    font-size: 1.2rem;
    line-height: 1.7rem;
  }

  .img-blocker {
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 20px;
  }

  .projcont {
    padding-bottom: 100px;
  }

  .image-4 {
    width: 100%;
  }

  .section-page {
    height: 65vh;
  }

  .slider {
    height: 675px;
  }

  .mask-2 {
    height: 750px;
  }

  .left-arrow, .right-arrow {
    height: auto;
  }
}

@media screen and (max-width: 991px) {
  p {
    font-size: 1rem;
  }

  .navbar {
    background-image: linear-gradient(145deg, #e41c431a, #fceae800 38%, #f5f5f5db 67%, #fce7e700 82%, #fff);
    width: 100%;
  }

  .nav-link {
    color: #fafafa;
    padding-left: 40px;
  }

  .nav-link:hover {
    color: #e41c43;
  }

  .menu-slash {
    display: none;
  }

  .nav-menu {
    color: #3b3331f0;
    background-color: #3b3331;
    border-bottom-left-radius: 30px;
    width: 40%;
    margin-top: 78px;
  }

  .image {
    object-fit: fill;
    width: 100%;
    height: auto;
    display: block;
  }

  .image.border {
    aspect-ratio: auto;
    object-fit: fill;
  }

  .image._768 {
    aspect-ratio: auto;
    object-fit: fill;
    display: none;
  }

  .image.bottom {
    aspect-ratio: auto;
    object-fit: fill;
  }

  .image.scores {
    width: 100%;
    margin-top: 60px;
  }

  .pagewrapper {
    background-color: #f5f5f5;
  }

  .nav-container {
    max-width: none;
    padding-left: 40px;
    padding-right: 40px;
  }

  .grid {
    grid-template-columns: 50% 50%;
  }

  .bold-text {
    padding-right: 0;
    font-size: 3.3rem;
    line-height: 4rem;
  }

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

  .menu-button {
    background-color: #fefefe00;
    border: 1px solid #f4e5e0;
    width: 65px;
    height: 65px;
  }

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

  .icon {
    color: #e41c43;
    font-size: 1.1em;
  }

  .topborder {
    margin-bottom: 0;
  }

  .section-hero {
    background-color: #f5f5f5;
    background-image: none;
    height: 50vh;
    padding: 0 60px 20px;
    top: 0;
  }

  .cell-block {
    width: 100%;
  }

  .paragraph-white {
    width: 100%;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .paragraph-white.padtop {
    height: auto;
    margin-top: 0;
    font-family: Inter Variablefont Slnt Wght, sans-serif;
  }

  .h2-white.smaller {
    font-size: 2rem;
    line-height: 2.5rem;
  }

  .h2-white.large {
    margin-top: 0;
    font-family: Inter Variablefont Slnt Wght, sans-serif;
    font-size: 3rem;
    font-weight: 700;
    line-height: 3.5rem;
  }

  .subtext {
    font-size: 1.1rem;
    line-height: 1.6rem;
  }

  .quick-stack {
    padding: 0;
  }

  .testimonial-contain {
    flex-direction: column;
    justify-content: space-around;
    min-height: 500px;
    display: flex;
  }

  .design-resources-wrapper.center {
    padding: 20px 0 100px;
  }

  .projects-top-contain {
    flex-direction: column;
    align-items: flex-start;
  }

  .slider-arrow-2 {
    right: auto;
  }

  .slider-arrow-2.right {
    left: 70px;
    right: auto;
  }

  .quick-stack-4 {
    margin-bottom: 40px;
  }

  .section-testimonials {
    padding-top: 60px;
    padding-left: 50px;
    padding-right: 50px;
  }

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

  .section-seo {
    padding: 60px 50px;
  }

  .section-subheader.black {
    width: 100%;
    min-height: 0;
    margin-top: -1px;
    padding-top: 40px;
  }

  .image-2 {
    display: none;
  }

  .lottie-animation {
    padding-top: 20px;
    padding-bottom: 40px;
  }

  .track {
    height: auto;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .grid-2 {
    grid-template-rows: auto auto;
    grid-template-columns: 1fr;
    min-height: 0;
    max-height: none;
  }

  .item {
    height: auto;
    margin-bottom: 40px;
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .frame {
    flex-direction: column;
  }

  .div-block-6 {
    width: 90%;
    padding: 40px 0;
  }

  .grid-img {
    max-width: 100%;
  }

  .camera {
    width: auto;
    height: auto;
    padding-bottom: 10px;
    display: none;
    overflow: visible;
  }

  .img-blocker {
    padding-top: 0;
    padding-bottom: 0;
    padding-left: 0;
  }

  .projcont {
    padding-bottom: 0;
  }

  .quick-stack-6 {
    width: 100%;
    margin-left: auto;
    margin-right: auto;
  }

  .text-block-6 {
    margin-top: 5px;
    line-height: 1.2em;
  }

  .section {
    padding-top: 60px;
    padding-left: 40px;
    padding-right: 40px;
  }

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

  .website-panel.trislider {
    padding-right: 0;
  }

  .client-cube {
    width: 100%;
    height: 400px;
  }

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

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

  .slider-wrap {
    flex: 1;
  }

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

  .text-block-55 {
    font-size: 14px;
  }

  .image-4 {
    order: 1;
  }

  .result-card {
    width: 95%;
    height: 400px;
  }

  .logo-cell {
    align-items: center;
  }

  .icon-container {
    height: 20vw;
  }

  .container-3 {
    width: 100%;
    padding-left: 30px;
    padding-right: 30px;
  }

  .section-page {
    background-color: #f5f5f5;
    background-image: none;
    height: 50vh;
    padding: 0 60px 20px;
    top: 0;
  }

  .slider {
    height: 650px;
  }
}

@media screen and (max-width: 767px) {
  .nav-menu {
    background-color: #3b3331;
    box-shadow: 0 2px 5px #0003;
  }

  .image {
    aspect-ratio: auto;
  }

  .image.border {
    display: none;
  }

  .image._768 {
    aspect-ratio: auto;
    object-fit: none;
    max-height: none;
    display: block;
    position: static;
    top: 0;
  }

  .image.bottom {
    display: block;
  }

  .image.scores {
    margin-top: 20px;
  }

  .nav-container {
    padding-left: 20px;
    padding-right: 0;
  }

  .grid {
    grid-template-columns: 100%;
  }

  .bold-text {
    padding-right: 40px;
    font-size: 3.5rem;
    display: block;
  }

  .heading {
    font-size: 3em;
  }

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

  .topborder {
    min-height: 0;
    position: relative;
  }

  .section-hero {
    height: 50vh;
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 50px;
    top: 0;
  }

  .cell-block.bottom {
    margin-top: 40px;
    display: none;
  }

  .paragraph-white {
    font-family: Inter Variablefont Slnt Wght, sans-serif;
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.6rem;
  }

  .paragraph-white.padtop {
    font-family: Inter Variablefont Slnt Wght, sans-serif;
  }

  .h2-white.smaller {
    border-bottom-style: none;
    margin-bottom: 10px;
  }

  .h2-white.large {
    margin-top: 40px;
  }

  .subtext {
    font-size: 1.1rem;
    font-weight: 400;
    line-height: 1.7rem;
  }

  .cell {
    font-size: 1.1rem;
    line-height: 1.6rem;
    display: block;
  }

  .bottomborder {
    min-height: 0;
    position: relative;
  }

  .testimonial-contain {
    flex-direction: column;
    justify-content: space-around;
    max-width: none;
    min-height: 500px;
    padding-top: 20px;
    display: flex;
  }

  .design-resources-wrapper {
    padding-top: 100px;
    padding-bottom: 60px;
  }

  .design-resources-wrapper.center {
    padding-bottom: 100px;
    padding-left: 0;
    padding-right: 0;
  }

  .slider-arrow-2 {
    right: auto;
  }

  .arrows-cont {
    padding-left: 0;
    padding-right: 0;
  }

  .supersmall-text {
    margin-bottom: 20px;
  }

  .section-testimonials {
    padding: 60px 40px 140px;
  }

  .bold-text-2 {
    font-weight: 600;
    line-height: 1.3rem;
  }

  .section-seo {
    padding-left: 40px;
    padding-right: 40px;
  }

  .section-subheader.black {
    margin-top: 0;
    padding-top: 10px;
    padding-left: 40px;
    padding-right: 40px;
  }

  .cell-5 {
    padding-bottom: 0;
  }

  .cell-5.paddbuttom {
    padding-bottom: 60px;
  }

  .track {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item {
    margin-bottom: 0;
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .camera {
    padding-top: 20px;
  }

  .quick-stack-6 {
    grid-column-gap: 30px;
    grid-row-gap: 30px;
    width: 100%;
  }

  .client-cube {
    width: 350px;
    height: 450px;
  }

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

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

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

  .text-block-55 {
    font-size: 13px;
  }

  .results-testimonial {
    line-height: 1.4em;
  }

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

  .icon-container {
    height: 25vw;
  }

  .paragraph-large {
    font-size: 16px;
  }

  .marquee-cover-horizontal {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .col {
    align-items: center;
  }

  .col.small {
    width: 100%;
  }

  .marquee {
    height: 70vw;
  }

  .flex-horizontal.flip-svp {
    flex-direction: column;
  }

  .marquee-cover {
    background-image: linear-gradient(#fff0 70%, #fff), linear-gradient(#fff, #fff0 30%);
  }

  .track-vertical {
    align-items: center;
  }

  .header-secondary {
    font-size: 24px;
  }

  .spacer-60 {
    height: 40px;
  }

  .container-3 {
    width: 100%;
  }

  .section-page {
    height: 50vh;
    padding-bottom: 0;
    padding-left: 60px;
    padding-right: 50px;
    top: 0;
  }
}

@media screen and (max-width: 479px) {
  .navbar {
    padding-right: 10px;
  }

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

  .image._768 {
    object-fit: fill;
    position: relative;
  }

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

  .grid {
    max-width: 500px;
    margin-left: auto;
    margin-right: auto;
  }

  .bold-text {
    padding-right: 0;
    font-size: 2.7rem;
    line-height: 4rem;
    display: block;
  }

  .heading {
    text-align: left;
    white-space: break-spaces;
    word-break: normal;
    overflow-wrap: break-word;
    font-size: 2.5rem;
    line-height: 2.5rem;
  }

  .menu-button {
    border-style: none;
  }

  .topborder {
    width: 100%;
    min-height: 0;
    font-weight: 400;
  }

  .section-hero {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 20px;
    top: 0;
  }

  .cell-block {
    text-align: left;
    object-fit: none;
    width: 100%;
    max-width: 500px;
    margin-top: 0;
  }

  .cell-block.bottom {
    margin-top: 20px;
  }

  .paragraph-white {
    object-fit: none;
    width: 100%;
    margin-bottom: 0;
    line-height: 1.5rem;
  }

  .h2-white.smaller {
    font-size: 1.6em;
  }

  .h2-white.large {
    object-fit: none;
    width: 100%;
    margin-top: 0;
    margin-bottom: 0;
  }

  .subtext {
    line-height: 1.7rem;
  }

  .bottomborder {
    width: 100%;
    min-height: 0;
    font-weight: 400;
  }

  .testimonial-image-block {
    margin-right: 14px;
  }

  .testimonial-paragraph {
    font-size: 1rem;
    font-weight: 400;
    line-height: 1.5rem;
  }

  .testimonial-contain {
    max-width: 365px;
    min-height: 515px;
    margin-left: 0;
    padding-left: 20px;
    padding-right: 20px;
    display: flex;
  }

  .project-slider-wrap {
    margin-top: 0;
  }

  .design-resources-wrapper.center {
    text-align: left;
    flex-direction: column;
    width: 95%;
    padding-top: 0;
    padding-bottom: 100px;
    display: block;
  }

  .mask {
    max-width: 290px;
  }

  .project-slide {
    max-width: 290px;
    margin-right: 20px;
  }

  .slider-arrow-2 {
    inset: auto auto -80px 8%;
  }

  .slider-arrow-2.right {
    inset: auto auto -80px 30%;
  }

  .brand {
    width: 50%;
    margin-top: 5px;
    padding-left: 0;
  }

  .heading-3 {
    margin-bottom: 10px;
    font-size: 1.8rem;
  }

  .arrows-cont {
    padding-bottom: 20px;
    padding-left: 0;
    padding-right: 0;
  }

  .quick-stack-4 {
    margin-bottom: 40px;
  }

  .quick-stack-4.padd {
    margin-bottom: 20px;
  }

  .section-testimonials {
    padding: 20px 10px 0 8px;
  }

  .accordion-heading {
    margin-top: 0;
    font-size: 16px;
  }

  .paragraph-accordion {
    font-size: 14px;
  }

  .bold-text-2 {
    font-size: 1rem;
    font-weight: 600;
    line-height: 1.5rem;
  }

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

  .section-subheader {
    padding-left: 20px;
    padding-right: 20px;
  }

  .section-subheader.black {
    padding-top: 40px;
    padding-left: 30px;
    padding-right: 30px;
  }

  .cell-5 {
    padding-bottom: 0;
  }

  .h2-heading {
    font-size: 1.6rem;
  }

  .lottie-animation {
    padding-top: 20px;
    padding-bottom: 20px;
  }

  .item {
    padding: 10px 20px;
  }

  .div-block-6 {
    padding-top: 0;
    padding-left: 20px;
    padding-right: 20px;
  }

  .grid-img {
    object-fit: contain;
    max-width: none;
    padding-top: 0;
  }

  .h2-slider {
    font-size: 1.6rem;
    line-height: 2rem;
  }

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

  .accordion-header-2 {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .client-cube {
    height: 400px;
  }

  .direction-icon.right {
    margin-top: 0;
    margin-right: 0;
    position: relative;
    left: 0;
  }

  .direction-icon.left {
    margin-top: 0;
    position: relative;
    right: 0;
  }

  .photo-border {
    width: 70px;
    margin-top: 10px;
    margin-bottom: 10px;
  }

  .left-arrow-wrap {
    align-items: center;
    margin-left: -29px;
    display: none;
    bottom: 0;
    left: 0;
  }

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

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

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

  .text-block-55 {
    text-align: center;
    line-height: 1.4em;
  }

  .image-4.logos {
    width: 60px;
    margin-top: 10px;
  }

  .results-testimonial {
    text-align: center;
    font-size: 14px;
  }

  .right-arrow-wrap {
    justify-content: center;
    align-items: center;
    display: none;
    bottom: 0;
  }

  .result-cell-hori {
    flex-direction: column;
  }

  .slide-nav-3 {
    opacity: .16;
    position: relative;
    bottom: -29px;
  }

  .resource-wrap {
    padding-bottom: 20px;
  }

  .marquee-horizontal-large {
    height: 130px;
  }

  .icon-container-alt {
    width: 200px;
    height: 100px;
  }

  .flex-vertical.marquee-fix {
    margin-top: 15px;
  }

  .container-3 {
    padding-left: 15px;
    padding-right: 15px;
  }

  .spacer-30._15-xsvp {
    height: 15px;
  }

  .section-page {
    padding-top: 10px;
    padding-left: 30px;
    padding-right: 20px;
    top: 0;
  }
}

#w-node-_35a7b24c-70a4-8b96-5675-b19a8bc75c54-754d9062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ed27e261-3a33-4c29-bd40-33bfc197141a-754d9062, #w-node-_402ba015-9f59-0808-1ec8-ead2a2766842-754d9062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_582c9f12-996f-ae88-7d8d-32dbbb97d410-754d9062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_919f8205-31cd-c458-0a41-157455c31a4b-754d9062 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_796ea550-43a7-a5b1-2825-57fd056a0537-754d9062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_796ea550-43a7-a5b1-2825-57fd056a0539-754d9062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_796ea550-43a7-a5b1-2825-57fd056a0547-754d9062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_796ea550-43a7-a5b1-2825-57fd056a0549-754d9062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_796ea550-43a7-a5b1-2825-57fd056a0559-754d9062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_796ea550-43a7-a5b1-2825-57fd056a055b-754d9062 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_818eb13a-6f1e-b9a8-0f06-0b3e000ee350-754d9062 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-eda0d069-bd47-b460-0575-e76e422bbf06-754d9063, #w-node-eda0d069-bd47-b460-0575-e76e422bbf19-754d9063 {
  grid-template-rows: auto;
  grid-template-columns: 1fr .5fr;
}

#w-node-_35a7b24c-70a4-8b96-5675-b19a8bc75c54-699f82d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center start;
}

#w-node-ed27e261-3a33-4c29-bd40-33bfc197141a-699f82d8, #w-node-_402ba015-9f59-0808-1ec8-ead2a2766842-699f82d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_582c9f12-996f-ae88-7d8d-32dbbb97d410-699f82d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: center;
}

#w-node-_919f8205-31cd-c458-0a41-157455c31a4b-699f82d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_796ea550-43a7-a5b1-2825-57fd056a0537-699f82d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_796ea550-43a7-a5b1-2825-57fd056a0539-699f82d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_796ea550-43a7-a5b1-2825-57fd056a0547-699f82d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch stretch;
}

#w-node-_796ea550-43a7-a5b1-2825-57fd056a0549-699f82d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_796ea550-43a7-a5b1-2825-57fd056a0559-699f82d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: stretch center;
}

#w-node-_796ea550-43a7-a5b1-2825-57fd056a055b-699f82d8 {
  grid-area: span 1 / span 1 / span 1 / span 1;
  place-self: start center;
}

#w-node-_818eb13a-6f1e-b9a8-0f06-0b3e000ee350-699f82d8 {
  grid-template-rows: auto auto auto auto;
  grid-template-columns: 1fr 1fr 1fr;
}

#w-node-_9d98edf2-9733-31dd-b758-531c68b6a3c6-699f82d8 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
}

#w-node-_8f247b9d-2e24-cb69-ee60-b1ef10086490-15601794 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

@media screen and (min-width: 1920px) {
  #w-node-_582c9f12-996f-ae88-7d8d-32dbbb97d410-754d9062, #w-node-_582c9f12-996f-ae88-7d8d-32dbbb97d410-699f82d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }
}

@media screen and (min-width: 1280px) {
  #w-node-_582c9f12-996f-ae88-7d8d-32dbbb97d410-754d9062, #w-node-_582c9f12-996f-ae88-7d8d-32dbbb97d410-699f82d8 {
    justify-self: end;
  }
}

@media screen and (max-width: 991px) {
  #w-node-_582c9f12-996f-ae88-7d8d-32dbbb97d410-754d9062 {
    place-self: center end;
  }

  #w-node-_919f8205-31cd-c458-0a41-157455c31a4b-754d9062, #w-node-eda0d069-bd47-b460-0575-e76e422bbf06-754d9063, #w-node-eda0d069-bd47-b460-0575-e76e422bbf19-754d9063 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_582c9f12-996f-ae88-7d8d-32dbbb97d410-699f82d8 {
    place-self: center end;
  }

  #w-node-_919f8205-31cd-c458-0a41-157455c31a4b-699f82d8, #w-node-_9d98edf2-9733-31dd-b758-531c68b6a3c6-699f82d8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 767px) {
  #w-node-_582c9f12-996f-ae88-7d8d-32dbbb97d410-754d9062 {
    place-self: center;
  }

  #w-node-_818eb13a-6f1e-b9a8-0f06-0b3e000ee350-754d9062 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_582c9f12-996f-ae88-7d8d-32dbbb97d410-699f82d8 {
    place-self: center;
  }

  #w-node-_818eb13a-6f1e-b9a8-0f06-0b3e000ee350-699f82d8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr 1fr;
  }

  #w-node-_9d98edf2-9733-31dd-b758-531c68b6a3c6-699f82d8 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }
}

@media screen and (max-width: 479px) {
  #w-node-_35a7b24c-70a4-8b96-5675-b19a8bc75c54-754d9062 {
    justify-self: center;
  }

  #w-node-_818eb13a-6f1e-b9a8-0f06-0b3e000ee350-754d9062 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }

  #w-node-eda0d069-bd47-b460-0575-e76e422bbf06-754d9063, #w-node-eda0d069-bd47-b460-0575-e76e422bbf19-754d9063 {
    grid-template-rows: auto;
    grid-template-columns: 1fr;
  }

  #w-node-_35a7b24c-70a4-8b96-5675-b19a8bc75c54-699f82d8 {
    justify-self: center;
  }

  #w-node-_818eb13a-6f1e-b9a8-0f06-0b3e000ee350-699f82d8 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
  }
}


@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Slnt Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}