@font-face {
  font-family: Intertight Variablefont Wght;
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Intertight Variablefont Wght;
  src: url('../fonts/InterTight-Italic-VariableFont_wght.ttf') format("truetype");
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}

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

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

@font-face {
  font-family: Librebaskerville;
  src: url('../fonts/LibreBaskerville-Italic.ttf') format("truetype");
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}

:root {
  --off-white: #fcfcfa;
  --black: #24231f;
  --white: white;
  --beige: #efebe7;
  --relume-library-lite--rl-black: #24231f;
  --relume-library-lite--rl-white: white;
  --flowui-component-library--gray-200: #f3f5fb;
  --flowui-component-library--grey-300: #e4e6f1;
}

.w-layout-hflex {
  flex-direction: row;
  align-items: flex-start;
  display: flex;
}

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

body {
  background-color: var(--off-white);
  color: var(--black);
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1.1vw;
  line-height: 1;
}

h1 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Intertight Variablefont Wght, Arial, sans-serif;
  font-size: 5vw;
  font-weight: 500;
  line-height: 1;
}

h2 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4vw;
  font-weight: 600;
  line-height: 1.1;
}

h3 {
  margin-top: 20px;
  margin-bottom: 10px;
  font-family: Intertight Variablefont Wght, Arial, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  line-height: 1;
}

h4 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-family: Intertight Variablefont Wght, Arial, sans-serif;
  font-size: 2vw;
  font-weight: 500;
  line-height: 1;
}

p {
  margin-bottom: 10px;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.6;
}

a {
  color: var(--black);
  text-decoration: none;
}

.style-guide-parent {
  border-bottom: 1px solid #0003;
  flex-direction: row;
  padding: 4em;
  display: flex;
  position: relative;
}

.style-guide-parent.flex-split-v {
  flex-direction: column;
  justify-content: center;
}

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

.bg-black {
  background-color: #24231f;
}

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

.flex-cr-h {
  justify-content: flex-end;
  align-items: center;
  display: flex;
}

.flex-cl-h {
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.flex-cc-v {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

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

.div-hide {
  position: relative;
  overflow: hidden;
}

.ap {
  position: absolute;
}

.caps {
  text-transform: uppercase;
  padding-top: 1px;
  padding-bottom: 1px;
  font-size: 1em;
}

.text-white {
  color: #fff;
  font-size: 1em;
}

.bg-off-white {
  background-color: var(--off-white);
}

.bg-beige {
  background-color: var(--beige);
}

.super-text {
  white-space: nowrap;
  font-family: Intertight Variablefont Wght, Arial, sans-serif;
  font-size: 12vw;
  font-weight: 600;
}

.super-text.text-white {
  font-family: Intertight Variablefont Wght, Arial, sans-serif;
  font-size: 12vw;
  font-weight: 600;
}

.heading-lg {
  font-family: Intertight Variablefont Wght, Arial, sans-serif;
  font-size: 6vw;
  font-weight: 600;
}

.heading-md {
  z-index: 2;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Intertight Variablefont Wght, Arial, sans-serif;
  font-size: 3.5vw;
  font-weight: 600;
  line-height: 1.1;
}

.heading-sm {
  z-index: 1;
  font-family: Intertight Variablefont Wght, Arial, sans-serif;
  font-size: 3vw;
  font-weight: 600;
  position: relative;
}

.heading-xxsm {
  z-index: 1;
  margin-bottom: .5em;
  font-family: Intertight Variablefont Wght, Arial, sans-serif;
  font-size: 1.1vw;
  font-weight: 500;
  position: relative;
}

.bold {
  font-size: 1em;
  font-weight: 700;
}

.p-lg {
  font-size: 2em;
}

.text-blue {
  color: #2e36cb;
  font-size: 1em;
}

.container-m {
  width: 85%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.container-full {
  justify-content: space-between;
  align-items: center;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
}

.nav {
  background-color: var(--off-white);
  align-items: center;
  width: 100%;
  height: 6em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.hero-parent {
  width: 100%;
  height: auto;
  margin-top: 3em;
}

.link {
  font-size: 1em;
}

.flex-col-wrap {
  flex-wrap: wrap;
  display: flex;
}

.flex-2-col {
  width: 50%;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.coldummycolor {
  background-color: #d4d4d4;
}

.flex-3-col {
  width: 33.333%;
  margin-bottom: 15px;
  padding-left: 15px;
  padding-right: 15px;
}

.btn-parent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--black);
  color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .7em 1.2em;
  display: flex;
  overflow: hidden;
}

.btn-parent.bg-blue {
  border-radius: 100rem;
}

.btn-parent.bg-off-white {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  border: 1px solid var(--black);
  color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  padding: .7em .7em .7em 1.2em;
  display: inline-flex;
}

.btn-parent.bg-off-white:hover {
  background-color: var(--black);
  color: var(--off-white);
}

.btn-parent.bg-beige {
  padding-right: .7em;
  display: inline-flex;
}

.btn-parent.bg-beige:hover {
  background-color: var(--black);
  color: var(--off-white);
}

.btn-text {
  font-family: Intertight Variablefont Wght, Arial, sans-serif;
  font-size: 14px;
  font-weight: 500;
}

.card-wipe {
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

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

.rl_faq6_question {
  grid-column-gap: 1.5rem;
  grid-row-gap: 1.5rem;
  border-bottom: 1px solid var(--black);
  cursor: pointer;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 1.25rem;
  display: flex;
}

.rl-heading-style-h2 {
  border-bottom: 1px none var(--black);
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Intertight Variablefont Wght, Arial, sans-serif;
  font-size: 3rem;
  font-weight: 600;
  line-height: 1.2;
}

.rl-text-style-regular {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Inter Variablefont Opsz Wght, Arial, sans-serif;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_answer {
  padding-top: 1.25rem;
  padding-left: 0;
  padding-right: 1.5rem;
  overflow: hidden;
}

.rl_faq6_accordion {
  border: 1px none var(--relume-library-lite--rl-black);
  flex-direction: column;
  justify-content: flex-start;
  align-items: stretch;
}

.rl_faq6_list-grid {
  grid-column-gap: .25rem;
  grid-row-gap: .25rem;
  grid-template-rows: auto;
  grid-template-columns: 100%;
  grid-auto-columns: 100%;
  place-items: start stretch;
  display: grid;
}

.rl-text-style-medium {
  color: var(--relume-library-lite--rl-black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: system-ui, -apple-system, BlinkMacSystemFont, Segoe UI, Roboto, Oxygen, Ubuntu, Cantarell, Fira Sans, Droid Sans, Helvetica Neue, sans-serif;
  font-size: 1.125rem;
  font-weight: 400;
  line-height: 1.5;
}

.rl_faq6_icon {
  color: var(--black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 2rem;
  height: 2rem;
  display: flex;
}

.rl_faq6_answer-wrapper {
  margin-bottom: 1.5rem;
}

.rl_faq6_spacing-block-1 {
  width: 100%;
  padding-bottom: 1.5rem;
}

.rl_faq6_component {
  grid-column-gap: 5rem;
  grid-row-gap: 4rem;
  grid-template-rows: auto;
  grid-template-columns: .75fr 1fr;
  grid-auto-columns: 1fr;
  align-items: start;
  display: grid;
}

.rl_faq6_spacing-block-2 {
  width: 100%;
  padding-bottom: 2rem;
}

.rl_faq6_question-text {
  color: var(--black);
  margin-top: 0;
  margin-bottom: 0;
  font-family: Intertight Variablefont Wght, Arial, sans-serif;
  font-size: 1.5em;
  font-weight: 500;
  line-height: 1.5;
}

.rl_faq6_icon-wrapper {
  align-self: flex-start;
}

.hero-text-grid {
  grid-column-gap: 12em;
  grid-row-gap: 12em;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  align-items: end;
  height: 20vh;
  margin-top: 0;
  margin-bottom: 8em;
  display: grid;
}

.hero-image {
  background-image: url('../images/hero-full.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  height: 80vh;
}

.hero-p {
  max-width: 32ch;
  margin-bottom: 0;
  font-size: 1.3em;
}

.btn-arrow-parent {
  border: 1px solid var(--off-white);
  background-color: var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 30px;
  height: 30px;
  display: flex;
}

.btn-arrow-parent.beige-stroke {
  border-color: var(--beige);
}

.btn-arrow-parent.no-stroke {
  border-style: none;
}

.services-section, .lp-section, .logo-section, .past-projects-section, .process-section, .faq-section {
  margin-top: 8em;
}

.footer-cta-section {
  background-color: var(--beige);
  margin-top: 8em;
  padding-left: 5%;
  padding-right: 5%;
}

.footer-content-parent {
  grid-column-gap: 2em;
  grid-row-gap: 2em;
  text-align: center;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  padding-top: 8em;
  padding-bottom: 8em;
  display: flex;
}

.arrow-image {
  width: 32%;
  height: 32%;
}

.lp-banner-parent {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  background-color: var(--beige);
  border-radius: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.lp-content {
  padding: 4em 3.5em;
}

.lp-image {
  background-image: url('../images/lp-image.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  border-top-right-radius: 20px;
  border-bottom-right-radius: 20px;
}

.p-med {
  margin-top: 1em;
  margin-bottom: 1em;
  font-size: 1.2em;
}

.lp-list {
  margin-top: 1.5em;
  margin-bottom: 3em;
  padding-left: 1em;
}

.lp-list-item {
  margin-bottom: .75em;
  font-size: 1em;
}

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

.heading-flex-parent {
  justify-content: space-between;
  align-items: center;
  margin-bottom: 2em;
}

.product-card-img-parent {
  border-radius: 16px;
  margin-bottom: 2em;
  position: relative;
  overflow: hidden;
}

.product-title {
  margin-top: 0;
  margin-bottom: .5em;
  font-size: 1.8vw;
}

.product-desciption {
  margin-bottom: 0;
  font-size: .9em;
}

.product-image {
  border-radius: 0;
  width: 100%;
  height: 100%;
}

.cta-hover-parent {
  grid-column-gap: 10px;
  grid-row-gap: 10px;
  -webkit-backdrop-filter: blur(4px);
  backdrop-filter: blur(4px);
  background-color: #24231f40;
  border-bottom-right-radius: 16px;
  border-bottom-left-radius: 16px;
  justify-content: center;
  align-items: center;
  height: 4em;
  display: none;
  position: absolute;
  inset: auto 0% 0%;
}

.review-parent {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 4em;
  display: grid;
}

.heading-xs {
  font-size: 2vw;
}

.heading-xs.centered {
  text-align: center;
  font-size: 1.8vw;
}

.logo-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 2em;
  display: grid;
}

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

.logo-img {
  width: 180px;
}

.logo-img.multiply {
  mix-blend-mode: multiply;
}

.review-item {
  background-color: var(--beige);
  border-radius: 16px;
  flex-flow: column;
  justify-content: space-between;
  padding: 3.5em 3em;
  display: flex;
}

.review-p {
  margin-bottom: 2em;
  font-size: 1.3em;
}

.review-stars-parent {
  margin-bottom: 1em;
}

.stars-img {
  width: 6em;
}

.review-name {
  margin-bottom: .5em;
  font-size: 1em;
  font-weight: 600;
}

.review-title {
  font-size: .8em;
  font-weight: 400;
}

.process-grid {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.process-item {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  flex-flow: row;
  justify-content: flex-start;
  align-items: center;
  display: flex;
}

.number-parent {
  border: 1px solid var(--black);
  border-radius: 100px;
  justify-content: center;
  align-items: center;
  width: 50px;
  height: 50px;
  display: flex;
}

.big-number {
  font-size: 2vw;
  font-weight: 500;
}

.italic {
  font-family: Librebaskerville, Georgia, sans-serif;
  font-weight: 400;
}

.footer-heading {
  font-weight: 500;
}

.process-grid-mobile {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto auto;
  grid-template-columns: 1.75fr 1fr 1fr;
  grid-auto-columns: 1fr;
  display: none;
}

.button-mobile-parent, .hero-btn-wrapper {
  display: none;
}

@media screen and (max-width: 991px) {
  body {
    font-size: 16px;
  }

  h1 {
    font-size: 10vw;
  }

  h2 {
    font-size: 7vw;
  }

  h3 {
    font-size: 5vw;
  }

  h4 {
    font-size: 3vw;
  }

  .super-text, .super-text.text-white {
    font-size: 16vw;
  }

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

  .heading-md {
    max-width: 18ch;
    font-size: 50px;
  }

  .heading-sm {
    font-size: 40px;
  }

  .heading-xxsm {
    font-size: 18px;
  }

  .p-lg {
    font-size: 1.8rem;
  }

  .container-m {
    width: 90%;
  }

  .container-full {
    display: flex;
  }

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

  .rl-heading-style-h2 {
    font-size: 2.75rem;
  }

  .rl-text-style-regular {
    font-size: 16px;
  }

  .rl-text-style-medium {
    max-width: 50ch;
    font-size: 18px;
  }

  .rl_faq6_component {
    grid-column-gap: 3rem;
    flex-flow: column;
    grid-template-columns: 1fr 1fr;
    grid-auto-flow: row;
    min-height: auto;
    display: flex;
  }

  .rl_faq6_question-text {
    font-size: 20px;
  }

  .hero-text-grid {
    grid-column-gap: 1em;
    grid-row-gap: 1em;
    flex-flow: column;
    grid-auto-flow: row;
    justify-content: center;
    align-items: flex-start;
    height: 300px;
    margin-top: 2em;
    margin-bottom: 4em;
    display: flex;
  }

  .hero-image {
    height: 400px;
  }

  .hero-p {
    font-size: 20px;
  }

  .services-section, .lp-section, .logo-section, .past-projects-section, .process-section, .faq-section, .footer-cta-section {
    margin-top: 4em;
  }

  .footer-content-parent {
    padding-top: 6em;
    padding-bottom: 6em;
  }

  .lp-banner-parent {
    flex-flow: column-reverse wrap-reverse;
    grid-auto-flow: row;
    display: flex;
  }

  .lp-content {
    padding: 2.5em 2em;
  }

  .lp-image {
    border-top-left-radius: 20px;
    border-bottom-right-radius: 0;
    height: 400px;
  }

  .p-med {
    margin-top: 10px;
    margin-bottom: 20px;
    font-size: 18px;
  }

  .product-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
  }

  .product-title {
    font-size: 20px;
    line-height: 1.1;
  }

  .product-desciption {
    font-size: 14px;
  }

  .review-parent {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    margin-top: 2.5em;
  }

  .heading-xs.centered {
    font-size: 20px;
  }

  .logo-grid {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto;
    grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: center;
    align-items: center;
    margin-top: 1em;
    display: flex;
  }

  .review-item {
    padding: 2em 1.5em;
  }

  .review-p {
    font-size: 18px;
  }

  .review-name {
    font-size: 16px;
  }

  .review-title {
    font-size: 12px;
  }

  .process-grid {
    flex-flow: column;
    display: none;
  }

  .process-item.space {
    display: none;
  }

  .big-number {
    font-size: 20px;
  }

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

  .heading-2 {
    max-width: 12ch;
    font-size: 80px;
  }

  .process-grid-mobile {
    flex-flow: column;
    display: flex;
  }

  .process-row-flex {
    grid-column-gap: 60px;
    grid-row-gap: 60px;
    justify-content: space-between;
    align-items: stretch;
    width: 75%;
    display: flex;
  }

  .button-mobile-parent {
    margin-top: 20px;
    display: block;
  }

  .menu-button {
    -webkit-text-stroke-color: var(--black);
  }

  .hamburger-icon {
    background-color: var(--off-white);
    -webkit-text-stroke-color: var(--black);
  }

  .hero-btn-wrapper {
    display: none;
  }
}

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

  h2 {
    font-size: 7.5vw;
  }

  h3 {
    font-size: 5.5vw;
  }

  h4 {
    font-size: 4vw;
  }

  .super-text {
    font-size: 16vw;
  }

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

  .heading-md {
    font-size: 40px;
  }

  .heading-sm {
    font-size: 30px;
  }

  .heading-xxsm {
    font-size: 16px;
  }

  .container-full {
    width: 90%;
  }

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

  .nav-parent {
    -webkit-backdrop-filter: blur(4px);
    backdrop-filter: blur(4px);
    text-align: left;
    background-color: #24231f33;
    flex-flow: column;
    flex: 1;
    justify-content: flex-end;
    align-items: flex-start;
    margin-left: auto;
    margin-right: auto;
    padding-top: 20px;
    padding-bottom: 20px;
    padding-left: 5%;
    display: block;
  }

  .hero-parent {
    margin-top: 2em;
  }

  .flex-col-wrap {
    flex-direction: column;
  }

  .flex-2-col, .flex-3-col {
    width: 100%;
  }

  .btn-parent.bg-off-white {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    flex-flow: wrap;
    flex: none;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-self: flex-end;
    align-items: center;
    display: inline-flex;
  }

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

  .rl_faq6_question {
    padding: 1rem 0;
  }

  .rl-heading-style-h2 {
    font-size: 2.25rem;
  }

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

  .rl-text-style-medium {
    font-size: 1rem;
  }

  .rl_faq6_icon {
    width: 1.75rem;
    height: 1.75rem;
  }

  .rl_faq6_answer-wrapper {
    margin-bottom: 1.25rem;
  }

  .rl_faq6_spacing-block-1 {
    padding-bottom: 1.25rem;
  }

  .rl_faq6_component {
    grid-row-gap: 3rem;
    grid-template-columns: 1fr;
  }

  .rl_faq6_spacing-block-2 {
    padding-bottom: 1.5rem;
  }

  .rl_faq6_question-text {
    font-size: 18px;
  }

  .rl_faq6_icon-wrapper {
    width: 1.75rem;
  }

  .hero-text-grid {
    text-align: left;
    height: auto;
    margin-top: 2em;
    margin-bottom: 4.5em;
  }

  .hero-image {
    height: 400px;
  }

  .hero-p {
    font-size: 18px;
  }

  .p-med {
    font-size: 16px;
  }

  .lp-list {
    font-size: 14px;
  }

  .product-grid {
    grid-column-gap: 50px;
    grid-row-gap: 50px;
    grid-template-columns: 1fr;
  }

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

  .footer-heading {
    font-size: 40px;
  }

  .heading-2 {
    font-size: 60px;
  }

  .process-row-flex {
    width: 90%;
  }

  .menu-button.w--open {
    background-color: var(--off-white);
    color: var(--black);
  }

  .hero-btn-wrapper {
    margin-top: 1em;
    display: block;
  }
}

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

  h2 {
    font-size: 9vw;
  }

  h3 {
    font-size: 7.5vw;
  }

  h4 {
    font-size: 6vw;
  }

  .style-guide-parent {
    padding: 2rem;
  }

  .super-text, .super-text.text-white {
    font-size: 16vw;
  }

  .heading-lg {
    font-size: 12vw;
  }

  .heading-md {
    font-size: 28px;
    line-height: 1.2;
  }

  .heading-sm {
    text-align: left;
    font-size: 24px;
  }

  .heading-xxsm {
    font-size: 16px;
    line-height: 1.2;
  }

  .p-lg {
    font-size: 18px;
  }

  .nav {
    height: 70px;
    padding-top: 30px;
    padding-bottom: 30px;
  }

  .nav-parent {
    padding-top: 10px;
    padding-bottom: 10px;
  }

  .hero-parent {
    margin-top: 20px;
  }

  .btn-parent.bg-off-white {
    grid-column-gap: 10px;
    grid-row-gap: 10px;
    text-align: left;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-content: flex-start;
    align-items: center;
    display: inline-flex;
  }

  .rl-text-style-medium {
    font-size: 16px;
  }

  .rl_faq6_component {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
  }

  .hero-text-grid {
    margin-top: 20px;
    margin-bottom: 40px;
  }

  .hero-image {
    background-position: 100%;
    height: 400px;
  }

  .hero-p {
    font-size: 16px;
  }

  .services-section {
    margin-top: 40px;
  }

  .lp-section, .logo-section {
    margin-top: 60px;
  }

  .past-projects-section {
    margin-top: 40px;
  }

  .process-section, .faq-section, .footer-cta-section {
    margin-top: 60px;
  }

  .footer-content-parent {
    padding-top: 3em;
    padding-bottom: 3em;
  }

  .lp-content {
    padding: 30px 20px;
  }

  .lp-image {
    height: 300px;
  }

  .p-med {
    font-size: 16px;
    line-height: 1.4;
  }

  .product-grid {
    grid-column-gap: 40px;
    grid-row-gap: 40px;
  }

  .heading-flex-parent {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    text-align: left;
    flex-flow: column;
    align-items: flex-start;
    display: inline-flex;
  }

  .logo-grid {
    grid-column-gap: 4px;
    grid-row-gap: 4px;
  }

  .logo-img {
    width: 140px;
  }

  .italic {
    font-family: Librebaskerville, Georgia, sans-serif;
    font-weight: 400;
  }

  .footer-heading {
    font-size: 30px;
  }

  .heading-2 {
    font-size: 44px;
  }

  .process-row-flex {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
    flex-flow: column;
  }
}


@font-face {
  font-family: 'Intertight Variablefont Wght';
  src: url('../fonts/InterTight-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Intertight Variablefont Wght';
  src: url('../fonts/InterTight-Italic-VariableFont_wght.ttf') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: italic;
  font-display: swap;
}
@font-face {
  font-family: 'Inter Variablefont Opsz Wght';
  src: url('../images/') format('truetype');
  font-weight: 100 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Librebaskerville';
  src: url('../fonts/LibreBaskerville-Italic.ttf') format('truetype');
  font-weight: 400;
  font-style: italic;
  font-display: swap;
}