@font-face {
  font-family: pp-pangram-sans;
  src: url('../fonts/PPPangramSans-Medium.woff2') format("woff2");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: pp-pangram-sans;
  src: url('../fonts/PPPangramSans-Bold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --white: #f1f0ef;
  --black: #040915;
  --black-bg: #02060d;
  --accent: #e24012;
  --main: #9ddcef;
  --main-light: #fef0e5;
  --secondary: #2652b9;
  --conversion-flow-library--medium-purple: #b16cea;
  --conversion-flow-library--light-coral: #ff5e69;
  --conversion-flow-library--coral: #ff8a56;
  --conversion-flow-library--sandy-brown: #ffa84b;
}

.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-form-formradioinput--inputType-custom {
  border: 1px solid #ccc;
  border-radius: 50%;
  width: 12px;
  height: 12px;
}

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

.w-form-formradioinput--inputType-custom.w--redirected-checked {
  border-width: 4px;
  border-color: #3898ec;
}

body {
  background-color: var(--white);
  color: var(--black);
  font-family: pp-pangram-sans, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.3;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 5.35em;
  font-weight: 500;
  line-height: 1.12;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 4.31em;
  font-weight: 500;
  line-height: 1.22;
}

h3 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 2.43em;
  font-weight: 500;
  line-height: 1.15;
}

h4 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.81em;
  font-weight: 500;
  line-height: 1.15;
}

h5 {
  margin-top: 10px;
  margin-bottom: 10px;
  font-size: 1.39em;
  font-weight: 700;
  line-height: 1.55;
}

h6 {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.04em;
  font-weight: 500;
  line-height: 1.15;
}

p {
  letter-spacing: -.01em;
  max-width: 40ch;
  margin-bottom: 0;
  font-size: 1.32em;
  line-height: 1.35;
}

a {
  color: var(--black);
  font-size: 1em;
  text-decoration: none;
}

ul {
  margin-top: .5em;
  margin-bottom: .5em;
  padding-left: 2em;
}

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

strong {
  font-weight: bold;
}

em {
  text-indent: 0;
  font-style: italic;
}

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

figure {
  margin-bottom: 10px;
}

.sm-p {
  letter-spacing: -.01em;
  font-size: 1em;
}

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

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

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

.super-text {
  letter-spacing: -.02em;
  text-transform: capitalize;
  font-size: 7.15em;
  font-weight: 500;
  line-height: 1.32;
}

.super-text.no-break {
  white-space: nowrap;
}

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

.heading-lg {
  letter-spacing: -.02em;
  font-size: 5.35em;
  font-weight: 500;
  line-height: 1.12;
}

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

.div-hide.inline {
  align-self: flex-start;
  display: inline-block;
}

.div-hide.is--mobile {
  display: none;
}

.div-hide.hanging-text {
  padding-bottom: .5em;
}

.caps {
  text-transform: uppercase;
}

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

.text-white {
  color: var(--white);
}

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

.heading-md {
  letter-spacing: -.02em;
  font-size: 4.31em;
  font-weight: 500;
  line-height: 1.15;
}

.heading-md.contact {
  max-width: 20ch;
}

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

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

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

.ab {
  position: absolute;
}

.bg-light-orange {
  background-color: var(--main-light);
}

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

.styleguide-parent {
  border-bottom: 1px solid #0003;
  align-items: center;
  padding: 50px;
  display: flex;
  position: relative;
  overflow: hidden;
}

.styleguide-parent.bg-orange {
  background-color: var(--main);
}

.sm-upper {
  letter-spacing: .04em;
  text-transform: uppercase;
  font-size: 1.11em;
  font-weight: 700;
  line-height: 1.2;
}

.sm-upper.footer {
  padding: 0;
  font-size: 1.32em;
  line-height: 1;
}

.sm-upper.text-light-orange {
  color: var(--main-light);
}

.heading-sm {
  letter-spacing: -.02em;
  font-size: 2.64em;
  font-weight: 500;
  line-height: 1.15;
}

.heading-sm.is--next-post {
  max-width: 25ch;
}

.lg-p {
  letter-spacing: -.01em;
  font-size: 1.53em;
}

.lg-p.text-btn {
  padding-left: .5em;
  padding-right: .5em;
}

.lg-p.text-btn.is--form {
  font-size: 1.32em;
}

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

.bg-dark-gradient {
  background-image: url('../images/Aluce-Grainy-Gradient.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.bg-light-gradient {
  background-image: url('../images/aluce-light-graint-gradient.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

.section {
  margin-bottom: 0;
  padding-top: 7em;
  padding-bottom: 7em;
}

.section.is--services {
  justify-content: center;
  align-items: center;
  height: 62em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
  position: relative;
}

.section.is--bigger {
  background-color: #fff;
  padding-top: 14em;
  padding-bottom: 14em;
  position: relative;
}

.section.is--cta {
  padding-top: 11em;
  padding-bottom: 12em;
  position: relative;
}

.section.is--form {
  padding-top: 10em;
}

.section.s-intro {
  padding-top: 14em;
  padding-bottom: 14em;
  position: relative;
}

.section.s-testimonial {
  padding-top: 14em;
}

.section.a-intro {
  padding-bottom: 10em;
  position: relative;
}

.section.negative-margin-bottom {
  margin-bottom: -110px;
}

.nav {
  -webkit-backdrop-filter: blur(5px);
  backdrop-filter: blur(5px);
  justify-content: center;
  align-items: center;
  padding-top: 1em;
  padding-bottom: 1em;
  display: flex;
  position: relative;
}

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

.container.flex-cc-h.is--navlinks {
  z-index: 3;
  position: absolute;
}

.container.flex-cc-v.is--hero, .container.flex-cc-v.is--s-hero, .container.flex-cc-v.is--cta {
  z-index: 2;
  height: 100%;
}

.container.flex-v {
  flex-direction: column;
  display: flex;
}

.container.is--intro {
  z-index: 2;
}

.container.a-intro {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.container.is--search {
  margin-top: 5em;
}

.logo {
  transition: opacity .4s;
}

.logo:hover {
  opacity: .7;
}

.navlinks {
  flex: none;
  position: absolute;
}

.navlink {
  z-index: 3;
  color: var(--black);
  margin-right: 1em;
  padding: .25em .5em;
  font-size: 1.32em;
  transition: border-radius .45s cubic-bezier(.785, .135, .15, .86), color .4s cubic-bezier(.77, 0, .175, 1), background-color .4s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
  position: relative;
}

.navlink:hover, .navlink:focus {
  color: var(--main);
}

.navlink.w--current {
  background-color: var(--main-light);
  color: var(--main);
  border-radius: 4px;
  transition-property: none;
}

.navlink.w--current:hover {
  border-radius: 0;
}

.navlink.last {
  margin-right: 0;
}

.navlink.text-white {
  color: var(--white);
}

.navlink.text-white:hover {
  color: var(--main);
}

.navlink.is--blog {
  color: var(--white);
  background-color: #0000;
  transition: color .3s;
}

.navlink.is--blog:hover {
  color: var(--main);
}

.btn {
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  padding: 1.32em 2.64em;
  display: flex;
}

.btn.nav {
  border: 1px solid var(--black);
  color: var(--black);
  padding-top: 1em;
  padding-bottom: 1em;
  transition: color .4s, background-color .4s;
}

.btn.nav:hover {
  background-color: var(--white);
  color: var(--black);
}

.btn.nav.stagger-text:hover {
  background-color: var(--black);
  color: var(--white);
}

.btn.nav.white {
  border-color: var(--white);
  color: var(--white);
}

.btn.nav.white.stagger-text.w--current {
  border-style: solid;
  border-color: var(--main);
  background-color: var(--main);
  opacity: 1;
  color: var(--black);
}

.btn.m-nav {
  border: 1px solid var(--white);
  padding-top: 1.11em;
  padding-bottom: 1.11em;
}

.btn.secondary {
  border: 1px solid var(--black);
  color: var(--black);
  transition: color .4s, background-color .4s;
}

.btn.secondary:hover {
  background-color: var(--black);
  color: var(--white);
}

.btn.btn-gradient {
  color: var(--white);
}

.btn.btn-gradient:hover {
  color: var(--black);
}

.btn.btn-gradient.stagger-text {
  background-color: #0000;
  background-image: url('../images/6708990b9dc727564575ce85_hero-cta-circle-p-500.png');
  background-position: 50%;
  background-size: 150%;
}

.btn.btn-gradient.stagger-text:hover {
  color: var(--white);
}

.btn.btn-gradient.stagger-text.cta-custom {
  width: 200px;
  margin-top: 20px;
}

.btn.bigger {
  padding-left: 3.96em;
  padding-right: 3.96em;
}

.btn.bigger.btn-gradient.stagger-text {
  color: var(--black-bg);
}

.btn.is--form {
  opacity: .5;
  color: var(--black);
  border: 1px solid #000;
  align-self: center;
  padding-left: 3.96em;
  padding-right: 3.96em;
}

.btn.is--form.bg-orange-gradient {
  align-self: center;
}

.btn.is--form.form-active {
  opacity: 1;
  color: var(--white);
  border-style: none;
}

.html {
  z-index: 10;
  width: 0;
  height: 0;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.btn-text {
  font-size: 1.32em;
}

.burger-menu-parent, .m-nav-parent {
  display: none;
}

.nav-parent {
  z-index: 99;
  position: fixed;
  inset: 0% 0% auto;
}

.hero-heading-wrapper {
  text-align: left;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 2em;
  display: flex;
}

.hero-heading-line-wrapper {
  align-self: auto;
  margin-top: .5em;
}

.hero-heading-line-wrapper.top {
  margin-top: 0;
}

.label-1 {
  width: 10.3em;
  position: static;
}

.label-1.is--h-about {
  position: static;
  top: 16%;
  left: 16vw;
  transform: none;
}

.label-2 {
  width: 10.82em;
  position: static;
}

.label-2.is--h-about {
  position: static;
  inset: 25% 16vw auto auto;
  transform: none;
}

.label-3 {
  width: 12.01em;
  position: static;
}

.label-3.is--h-about {
  position: static;
  inset: auto 8% 25% auto;
  transform: none;
}

.label-4 {
  width: 12.92em;
  position: static;
}

.label-4.is--h-about {
  position: static;
  inset: auto auto 20% 11%;
  transform: none;
}

.hero-bg-wrapper {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0%;
  overflow: hidden;
}

.hero-bg-wrapper.cta {
  overflow: visible;
}

.hero-circle-1 {
  z-index: 1;
  filter: invert();
  width: 25vw;
  position: absolute;
  inset: 39% auto auto -1.5vw;
  transform: rotate(129deg);
}

.hero-circle-2 {
  z-index: 1;
  filter: saturate(120%) invert();
  width: 30em;
  position: absolute;
  inset: 16% -5% auto auto;
}

.hero-blur {
  z-index: 2;
  background-color: #00000003;
  width: 100%;
  height: 100%;
  position: absolute;
}

.project-card-wrapper {
  border-radius: 20px;
  justify-content: center;
  align-items: center;
  width: 77.36em;
  height: 38.19em;
  margin-top: 4em;
  margin-left: auto;
  margin-right: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.project-site-img {
  border-radius: 25px;
  width: 43.47em;
  margin-top: -11%;
  position: absolute;
}

.project-img-1.thats-clutch-app {
  width: 20.3em;
  height: 34.7em;
  position: absolute;
  inset: auto auto -29% 0;
}

.poster-img {
  height: 22.08em;
  position: absolute;
  inset: auto 0% 0% auto;
}

.poster-img._3 {
  z-index: 2;
  border-radius: 25px;
  height: 15em;
  bottom: 4%;
  right: 2%;
  box-shadow: 0 2px 5px 3px #0003;
}

.poster-img._2 {
  width: 15.9em;
  bottom: 11%;
  right: -.5%;
  transform: rotate(0);
}

.poster-img._2.custom-img {
  height: auto;
  bottom: -24%;
  right: 2.5%;
}

.poster-img._1 {
  width: 16.2em;
  height: 17em;
  bottom: -9%;
  right: -5%;
}

.project-title {
  color: var(--black);
  align-items: flex-end;
  display: flex;
}

.project-arrow {
  width: 1.11em;
  height: 1.1em;
  margin-bottom: 1em;
  margin-left: .83em;
}

.project-info-wrapper {
  align-items: flex-end;
  margin-top: 2.5em;
  margin-left: 5%;
  margin-right: 5%;
  display: flex;
}

.project-category {
  margin-bottom: 0;
  margin-left: 1.5em;
  padding-bottom: .8em;
}

.overflow {
  width: 100%;
  overflow: hidden;
}

.recent-project-label {
  font-weight: 700;
  display: inline-block;
  position: absolute;
  inset: 14% auto auto -3vw;
  transform: rotate(-90deg);
}

.project-sticker {
  width: 3.75em;
  height: 3.75em;
  position: absolute;
  inset: auto auto 12% 21%;
}

.spacer-1em {
  width: 0;
  height: 1em;
}

.img-parent {
  width: 100%;
  max-width: 100%;
  margin-left: auto;
  margin-right: auto;
  overflow: hidden;
}

.img-parent.aluce-circle {
  align-self: flex-end;
  width: 44em;
  margin-top: -16em;
  margin-left: 0;
  margin-right: -8em;
}

.img-parent.h-services {
  width: auto;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  display: inline-block;
  position: absolute;
  inset: auto auto 3% 5vw;
}

.img-parent.h-services._2 {
  inset: auto 4vw 25% auto;
}

.img-parent.h-services._3 {
  inset: auto auto 38% 18vw;
}

.img-parent.h-services._4 {
  inset: 13% auto auto 7vw;
}

.img-parent.h-services._5 {
  inset: 3% 7vw auto auto;
}

.img-parent.is--aluce-circle-hero {
  width: 40em;
  margin-bottom: -15%;
  margin-right: -10%;
}

.img-parent.services {
  width: 9.72em;
  position: absolute;
}

.img-parent.services._1 {
  inset: 18% auto auto -2%;
}

.img-parent.services._2 {
  inset: 0% 20% auto auto;
}

.img-parent.services._3 {
  height: 12.5em;
  inset: auto auto -5% 20%;
}

.img-parent.services._4 {
  inset: auto 10% 9% auto;
}

.h-services-bg {
  align-items: center;
  width: 50%;
  height: 100%;
  padding-left: 7.5%;
  padding-right: 2%;
  display: flex;
}

.h-services-bg.bg-dark-gradient {
  background-size: 720px;
}

.h-services-bg.bg-dark-gradient.round {
  -webkit-backdrop-filter: blur(12px);
  backdrop-filter: blur(12px);
  background-image: url('../images/6708990b9dc727564575ce85_hero-cta-circle-p-500.png');
  background-position: 100%;
  background-repeat: no-repeat;
  background-size: contain;
  background-attachment: scroll;
  border-top-left-radius: 12px;
  border-bottom-left-radius: 12px;
  position: relative;
}

.h-services-bg-wrapper {
  justify-content: space-between;
  align-items: stretch;
  height: 100%;
  display: flex;
  position: absolute;
  inset: 0%;
}

.half {
  width: 100%;
}

.benefit-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 2em;
  display: grid;
}

.benefit-wrapper.is--services-page {
  margin-top: 0;
}

.spacer-2em {
  width: 0;
  height: 2em;
}

.benefits-wrapper {
  margin-bottom: 4em;
  padding-top: 0;
}

.h-services-person {
  width: 15em;
}

.auto {
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.h-about-star {
  width: 3.4em;
  position: absolute;
  inset: 15% auto auto -10%;
}

.h-about-star._2 {
  width: 2em;
  top: 10%;
  left: -14%;
}

.h-about-star._3 {
  width: 2em;
  inset: auto -8% 36% auto;
}

.h-about-star._4 {
  width: 1.32em;
  inset: auto 0% 31% auto;
}

.testimonial {
  text-align: left;
  max-width: 21ch;
  font-size: 3.33em;
  line-height: 1.2;
}

.testimonial.is--clutch {
  max-width: 20ch;
}

.testimonial-author-wrapper {
  align-items: center;
  margin-top: 3em;
  display: flex;
}

.testimonial-author-img-parent {
  width: 6.53em;
  height: 6.53em;
  position: relative;
  overflow: visible;
}

.testimonial-author-info {
  margin-left: 2em;
}

.spacer-0-5em {
  width: 0;
  height: .5em;
}

.testimonial-author-img {
  object-fit: cover;
  object-position: 50% 50%;
  border-radius: 100vw;
  width: 6.53em;
  height: 6.53em;
}

.testimonial-author-img.top {
  object-position: 50% 0%;
}

.cta-circle-1 {
  z-index: 1;
  width: 21.04em;
  position: absolute;
  inset: 56% auto auto -6.5vw;
}

.cta-circle-1.is--post {
  width: 10em;
  top: auto;
  bottom: 2%;
  left: 2.4%;
}

.cta-circle-2 {
  z-index: 1;
  filter: invert();
  width: 23.5em;
  position: absolute;
  inset: -2% -7% auto auto;
}

.cta-circle-2.is--post {
  width: 11.67em;
  top: 3%;
  right: 5%;
}

.cta-heading-line-wrapper {
  align-self: flex-start;
  margin-top: .5em;
  margin-left: 5.5vw;
  padding-left: 0;
}

.cta-heading-line-wrapper.top {
  margin-top: 0;
  margin-left: -4vw;
}

.cta-heading-wrapper {
  flex-direction: column;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: flex-start;
  width: 100%;
  margin-bottom: .5em;
  display: flex;
}

.footer-section {
  padding-top: 4.5em;
  padding-bottom: 4.5em;
}

.footer {
  border-radius: 12px;
  justify-content: space-between;
  align-items: flex-end;
  padding: 2em;
  display: flex;
}

.footer.bg-white {
  color: var(--black);
  justify-content: space-between;
  align-items: flex-end;
  padding: 2em;
  display: flex;
}

.logo-tag {
  color: var(--white);
  letter-spacing: -.01em;
  font-size: 1.32em;
  line-height: 1.35;
}

.footer-logo {
  margin-bottom: 1.53em;
}

.footer-link-grid {
  grid-column-gap: 2em;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content max-content max-content max-content;
  grid-auto-columns: 1fr;
  place-items: center end;
  display: grid;
}

.footer-link-grid.btm {
  grid-column-gap: 2em;
  grid-template-columns: max-content max-content max-content max-content max-content;
  place-items: center end;
  margin-top: 2em;
}

.social-link {
  align-items: center;
  transition: color .4s;
  display: flex;
}

.social-link:hover {
  color: var(--main);
}

.social-arrow {
  width: 1em;
  height: 1em;
  margin-left: .5em;
}

.footer-link-wrapper {
  flex-direction: column;
  align-items: flex-end;
  display: flex;
}

.footer-link {
  color: var(--white);
  letter-spacing: -.01em;
  font-size: 1.32em;
  transition: color .4s;
}

.footer-link:hover {
  color: var(--main);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(129deg, #9dd3f0, #a4a3eb);
  -webkit-background-clip: text;
  background-clip: text;
}

.footer-link.w--current {
  color: var(--conversion-flow-library--medium-purple);
}

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

.footer-link.text-black:hover, .footer-link.text-black.w--current {
  color: var(--main);
}

.m-hero-container {
  display: none;
}

.btn-wrapper {
  align-self: center;
  display: inline-block;
}

.btn-wrapper.is--form {
  align-self: center;
  margin-top: 5.56em;
}

.btn-wrapper.about-intro {
  margin-top: 3.33em;
}

.btn-wrapper.is--404 {
  margin-top: 1em;
}

.m-project-site-img {
  display: none;
}

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

.project-card-bg.bg-thats-clutch {
  background-image: url('../images/thats-clutch-bg.jpg');
  background-position: 0 0;
  background-size: cover;
}

.project-card-bg.bg-cc {
  background-image: linear-gradient(#d8cbb7, #fcf8f0);
}

.label-1-wrapper {
  position: absolute;
  top: 16%;
  left: 16vw;
  transform: rotate(-9.5deg);
}

.label-2-wrapper {
  position: absolute;
  top: 25%;
  right: 16vw;
  transform: rotate(10deg);
}

.label-3-wrapper {
  position: absolute;
  bottom: 25%;
  right: 8%;
  transform: rotate(-6.34deg);
}

.label-4-wrapper {
  position: absolute;
  bottom: 20%;
  left: 11%;
  transform: rotate(4.5deg);
}

.hero-heading-move {
  display: inline-block;
}

.star {
  margin-bottom: 5px;
}

.hero {
  height: 100vh;
  position: relative;
}

.hero.is--about {
  height: auto;
  padding-top: 14em;
  padding-bottom: 24em;
}

.hero.is--services {
  padding-top: 8em;
}

.hero.is--home {
  -webkit-backdrop-filter: brightness(200%);
  backdrop-filter: brightness(200%);
  background-image: url('../images/human-robot-hand-reaching-towards-each-other-symbolizing-harmony-humans-techn.png');
  background-position: 50%;
  background-size: cover;
  background-attachment: fixed;
  padding-top: 10em;
  padding-bottom: 7em;
}

.subpage-h1 {
  max-width: 16ch;
}

.subpage-h1.text-center.super-text.text-orange {
  color: var(--main);
}

.hero-subtext {
  text-align: center;
  max-width: 24ch;
}

.hero-text-wrapper {
  position: relative;
}

.label-services {
  background-color: var(--accent);
  border-radius: 4px;
  justify-content: center;
  align-items: center;
  padding: .5em .5em .5em .8em;
  display: flex;
  position: static;
  inset: -25% -12% auto auto;
}

.label-services-wrapper {
  position: absolute;
  top: -22%;
  right: -10%;
  transform: rotate(7deg);
}

.heading-line-wrapper {
  text-align: left;
}

.heading-line-wrapper.services-h2 {
  margin-left: 9vw;
}

.heading-line-wrapper.services-h2._2 {
  text-align: left;
  margin-top: .5em;
  margin-left: 9.5vw;
}

.text-gradient {
  -webkit-text-fill-color: transparent;
  background-image: url('../images/aluce-gradient-text.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-background-clip: text;
  background-clip: text;
  display: inline-block;
}

.split-text {
  text-align: left;
  margin-top: 2.22em;
  margin-bottom: 4.5em;
}

.text-column {
  justify-content: center;
  align-items: center;
  padding-left: 0;
  padding-right: 2.5em;
  display: flex;
}

.text-column._2 {
  padding-left: 2.5em;
  padding-right: 0;
}

.sm-container {
  width: 75%;
  margin-left: auto;
  margin-right: auto;
}

.sm-container.is--contact {
  z-index: 2;
  position: relative;
}

.sm-container.s-intro {
  flex-direction: column;
  align-items: flex-start;
  padding-left: 5%;
  display: flex;
}

.sm-container.is--benefits {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.split-section-wrapper {
  width: 50%;
}

.benefits-grid {
  grid-column-gap: 4em;
  grid-row-gap: 4em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 3.96em;
  display: grid;
}

.contact-section {
  margin-top: 0;
  position: relative;
}

.contact-wrapper {
  padding-top: 14em;
  padding-bottom: 4.79em;
  position: relative;
  overflow: hidden;
}

.contact-wrapper.btm {
  padding-top: 6em;
  padding-bottom: 8em;
}

.contact-info-wrapper {
  color: var(--white);
  margin-top: 2.22em;
}

.contact-item {
  grid-column-gap: 1.6em;
  grid-row-gap: 4em;
  color: var(--white);
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  display: grid;
}

.contact-info-text {
  font-size: 2em;
}

.short-heading {
  max-width: 12ch;
}

.about-label-wrapper {
  position: absolute;
  top: -28%;
  left: -5%;
  right: auto;
  transform: rotate(0);
}

.aluce-circle-img {
  object-fit: cover;
  width: 95%;
  height: 100%;
}

.accordion-pane {
  border-radius: 20px;
  min-height: 46.25em;
  margin-bottom: 0;
  padding: 3.06em 4.44em 6.25em;
  position: sticky;
  top: 4em;
}

.accordion-pane._1 {
  background-color: #fec99d;
  top: 2em;
}

.accordion-pane._2 {
  background-color: #fead6b;
  top: 10em;
}

.accordion-pane._3 {
  background-color: #fe9138;
  top: 17em;
}

.accordion-pane._4 {
  background-color: var(--main);
  margin-top: 0;
  top: 30em;
}

.accordion-top-wrapper {
  display: flex;
}

.accordion-label-text {
  font-size: 2.64em;
}

.a-label-wrapper {
  margin-left: 4.17em;
}

.accordion-btm-wrapper {
  margin-top: 4.17em;
  display: flex;
}

.a-item-wrapper {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto;
  grid-template-columns: max-content 1fr;
  grid-auto-columns: 1fr;
  place-items: center start;
  margin-top: 2em;
  display: grid;
}

.a-item-wrapper.first {
  margin-top: 0;
}

.a-list-wrapper {
  width: 50%;
  padding-left: 2em;
}

.a-description {
  width: 50%;
}

.a-item-text {
  max-width: 28ch;
}

.c-faq-item {
  color: var(--black);
  cursor: pointer;
  background-color: #0000;
  border-bottom: 1px solid #0000001a;
  margin-bottom: 1em;
  padding: 2.5em 1.1em 0;
  position: relative;
}

.text-btn-wrapper {
  justify-content: center;
  align-items: center;
  margin-top: 5.5em;
  display: flex;
}

.text-btn-wrapper.is--form {
  margin-top: 4em;
}

.text-btn-line {
  background-color: var(--black);
  width: 100%;
  height: 2px;
  position: relative;
}

.text-btn-line.inner {
  background-color: var(--main);
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.outro-parent {
  z-index: 9999;
  align-items: flex-end;
  width: 100%;
  height: 100vh;
  padding-bottom: 3em;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.outro-items {
  z-index: 3;
  color: var(--black);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.outro-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.outro-text {
  padding-left: .5em;
  font-size: 1.32em;
}

.outro-logo {
  padding-left: .5em;
}

.outro-bg {
  z-index: 2;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.outro-bg.gradient-bg {
  background-image: url('../images/Aluce-Light-Grainy-Gradient.jpg');
  background-position: 0 0;
  background-size: auto;
}

.outro-bg._2 {
  z-index: 1;
}

.intro-parent {
  z-index: 999;
  background-image: linear-gradient(#83d4de, #83d4de);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 10em;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.intro-parent.is--sub {
  align-items: flex-end;
  padding-top: 0;
  padding-bottom: 3em;
  display: none;
}

.intro-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.intro-bg.bg-orange-gradient {
  background-image: linear-gradient(#83d4de, #acb7eb), linear-gradient(#83d4de, #83d4de);
}

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

.work-label {
  position: absolute;
  top: -32%;
  left: -7%;
  transform: rotate(5deg);
}

.scroll {
  background-color: var(--black);
  width: 3px;
  height: 8em;
  position: absolute;
  inset: auto -84% 20% auto;
}

.scroll.scroll-indicator {
  z-index: 2;
}

.form_progress-fill {
  border-radius: 100vw;
  width: 50%;
  height: 100%;
  transition: all .4s cubic-bezier(.39, .575, .565, 1);
}

.slider_slide {
  width: 100%;
  height: 100%;
}

.form {
  width: 40.28em;
  margin-bottom: 0;
}

.contact-wrapper-bg {
  z-index: 1;
  width: 100%;
  height: 100%;
  position: absolute;
  inset: auto auto 0% 0%;
}

.form-wrapper {
  background-color: var(--white);
  color: var(--black);
  border-radius: .83vw;
  justify-content: center;
  align-items: center;
  margin-left: auto;
  margin-right: auto;
  padding-left: 2.36em;
  padding-right: 2.36em;
  display: flex;
}

.form-wrapper.bg-orange-gradient {
  color: var(--black);
}

.form-wrapper.is--confirmation {
  flex-direction: column;
  padding-top: 2.36em;
  padding-bottom: 2.36em;
}

.form-wrapper.is--confirmation.bg-orange-gradient {
  color: var(--black);
}

.form-container {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  padding-top: 1.53em;
  display: flex;
  position: relative;
}

.form-success {
  background-color: #0000;
  width: 100%;
  height: 58em;
  padding: 0;
}

.form-error {
  background-color: var(--accent);
  text-align: center;
}

.form-navigation {
  justify-content: space-between;
  display: flex;
}

.form-navigation.is--disabled {
  display: none;
}

.q-label {
  margin-right: 1.32em;
  padding: .25em .5em;
  position: relative;
}

.q-label.is--done {
  color: #cc5e04;
  padding-left: .25em;
  padding-right: .25em;
}

.q-label.is--active {
  color: var(--main-light);
}

.q-label.last {
  margin-right: 0;
}

.label-title_text {
  z-index: 2;
  white-space: nowrap;
  font-size: 1.25em;
  position: relative;
}

.label-title_text.is--active {
  z-index: 2;
  color: var(--main-light);
  position: relative;
}

.strike-line {
  background-color: #cc5e04;
  width: 0%;
  height: 1px;
  position: absolute;
  inset: 50% auto auto 0%;
}

.strike-line.is--done {
  width: 100%;
}

.q-label-bg {
  z-index: 1;
  background-color: var(--main);
  border-radius: 4px;
  width: 0%;
  height: 100%;
  position: absolute;
  inset: 0% auto auto 0%;
}

.q-label-bg.is--active {
  width: 100%;
}

.form-progress {
  background-color: #fff;
  border-radius: 100vw;
  width: 100%;
  height: .73em;
  margin-top: 1.94em;
  margin-bottom: 2.5em;
}

.form-progress.is--disabled {
  display: none;
}

.form-progress.is--booking {
  margin-bottom: 1em;
}

.form-slider {
  background-color: #0000;
  max-width: 40em;
  height: 25em;
  margin-top: 7em;
  display: block;
  position: static;
}

.form-slider.is--intro {
  height: 34em;
  margin-top: 6em;
}

.form-slider.low-margin {
  margin-top: 5em;
  margin-bottom: 4em;
  transition: margin .6s cubic-bezier(.77, 0, .175, 1);
}

.slider-mask {
  width: 100%;
}

.form-prev {
  background-color: var(--black);
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  width: 2.92em;
  height: 2.92em;
  font-size: 1em;
  display: flex;
  inset: 22% auto auto 0%;
}

.form-prev.is--first-slide {
  opacity: .4;
  top: 5%;
}

.form-prev.is--first-slide.is--disabled {
  opacity: .4;
}

.prev-arrow {
  flex: none;
  width: 2em;
  height: 2em;
}

.slider-nav, .form-next {
  display: none;
}

.slider-slide_fill {
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  padding-bottom: 4.44em;
  display: flex;
}

.slider-slide_fill.is--intro {
  align-items: center;
}

.slider-slide_fill.is--calendar {
  padding-bottom: 0;
}

.form-question {
  text-align: left;
  max-width: 16ch;
  font-size: 3.19em;
  font-weight: 500;
}

.form-question.text-center {
  text-align: center;
}

.text-form-field {
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #000;
  height: 2em;
  margin-bottom: 0;
  padding: .5em .125em;
  font-size: 2.36em;
  font-weight: 500;
  line-height: 4;
}

.text-form-field::placeholder {
  color: #040915b3;
  line-height: 4;
}

.form-question-wrapper {
  margin-bottom: 2.15em;
  display: inline-block;
}

.form-question-wrapper.is--intro {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.form-question-container {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  padding-left: .5em;
  padding-right: .5em;
}

.form-question-container.is--intro {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.form-text {
  color: #040915cc;
  max-width: 35ch;
  margin-top: .5em;
  font-size: 1.32em;
}

.form-text.text-center {
  color: var(--black);
}

.form-status-line {
  background-color: var(--accent);
  width: 0%;
  height: 2px;
  transition: width .4s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  bottom: 0;
}

.form-status-line.error {
  background-color: var(--accent);
  width: 100%;
}

.form-status-line.success {
  background-color: #10cc39;
  width: 100%;
}

.email-form-field {
  letter-spacing: -.02em;
  background-color: #0000;
  border: 1px #000;
  border-bottom: 2px solid #000;
  height: 2em;
  margin-bottom: 0;
  padding: .5em .125em;
  font-size: 2.36em;
  font-weight: 500;
  line-height: 4;
}

.email-form-field::placeholder {
  color: #040915b3;
  line-height: 4;
}

.form-success-line {
  background-color: #0eb51f;
  width: 0%;
  height: 2px;
  transition: width .4s cubic-bezier(.77, 0, .175, 1);
  position: absolute;
  bottom: 0;
}

.form-success-line.active {
  width: 100%;
}

.form-options-wrapper {
  grid-column-gap: 4em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  display: grid;
}

.form-option {
  border: 1px solid var(--black);
  text-align: center;
  cursor: pointer;
  border-radius: 100vw;
  justify-content: center;
  align-items: center;
  margin-bottom: 0;
  padding: 1em .6em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.option-radio {
  z-index: 2;
  cursor: pointer;
  border-style: none;
  border-radius: 100vw;
  width: 100%;
  height: 100%;
  margin-top: 0;
  margin-left: 0;
  position: absolute;
  inset: 0%;
}

.option-radio.w--redirected-checked {
  width: 100%;
  height: 100%;
}

.option-label {
  z-index: 3;
  font-size: 2.41em;
  position: relative;
}

.calendar-embed, .calendar-frame, .calendar-wrapper {
  width: 100%;
  height: 100%;
}

.subscribe-form-input-wrapper {
  text-align: left;
}

.form-submit {
  display: none;
}

.error-text {
  color: var(--white);
  font-size: 1.5em;
}

.booking-date {
  font-weight: 700;
}

.confirmation-contact {
  text-decoration: underline;
}

.radio-fill {
  z-index: 1;
  background-color: var(--black-bg);
  border-style: none;
  border-radius: 100vw;
  width: 110%;
  height: 7em;
  position: absolute;
  inset: auto 0% -20% -5%;
}

.a-hero-wrapper {
  width: 70%;
}

.a-hero-wrapper.image {
  width: auto;
  position: absolute;
  inset: 0% 0% 0% auto;
}

.benefits-heading {
  text-align: center;
  max-width: 18ch;
}

.testimonial-p {
  max-width: 45ch;
  margin-top: .5em;
}

.p-rel {
  position: relative;
}

.s-intro_heading-wrapper {
  margin-bottom: 1.25em;
}

.p-wrapper.s-intro {
  position: relative;
  left: 10vw;
}

.a-intro_heading {
  text-align: center;
  max-width: 10em;
}

.a-intro_circle {
  width: 7.29em;
  height: 7.29em;
  position: absolute;
  inset: auto 4% 7% auto;
}

.a-intro_circle.blue {
  filter: invert();
  width: 7.08em;
  height: 7.08em;
  position: absolute;
  inset: auto auto 0% 5%;
}

.a-intro_circle.blue._2 {
  width: 4.91em;
  height: 4.91em;
  inset: 12% 18% auto auto;
}

.a-intro_circle._2 {
  width: 2.78em;
  height: 2.78em;
  inset: 29% auto auto 24%;
}

.form-email-wrapper {
  flex-direction: column;
  align-items: flex-start;
  width: 100%;
  display: flex;
  position: relative;
  left: 0;
}

.rel {
  position: relative;
}

.intro-items {
  z-index: 3;
  color: var(--black);
  width: 95%;
  margin-left: auto;
  margin-right: auto;
  position: relative;
}

.intro-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: 1em;
  margin-bottom: 1em;
}

.intro-logo {
  padding-left: .5em;
}

.intro-text {
  padding-left: .5em;
  font-size: 1.32em;
}

.utility-page-wrap {
  background-color: var(--black-bg);
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100vh;
  display: flex;
  position: relative;
}

.utility-page-content {
  text-align: center;
  flex-direction: column;
  width: 70%;
  display: flex;
}

.utility-page-content.text-white {
  z-index: 3;
  position: relative;
}

.utility-page-content.is--password {
  width: 40%;
}

._404-text {
  font-size: 1.25em;
}

._404-circle {
  z-index: 2;
  width: 35vw;
  position: absolute;
  inset: auto 0% -7% auto;
}

.grain {
  z-index: 1;
  opacity: .03;
  background-image: url('../images/static-gif.gif');
  background-position: 50% 0;
  background-repeat: repeat;
  background-size: auto;
  width: 100%;
  height: 100%;
  position: absolute;
}

.testimonial-wrapper {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.cc-img-1 {
  width: 54em;
  position: absolute;
  inset: auto auto -16% 5%;
}

.cc-img-2 {
  filter: brightness(122%);
  object-fit: contain;
  object-position: 50% 0%;
  height: 26em;
  position: absolute;
  inset: 0% 11% auto auto;
  transform: rotate(15deg);
}

.cc-icon-1 {
  position: absolute;
  top: 24%;
  left: 30%;
}

.cc-icon-2 {
  position: absolute;
  inset: auto 14% 20% auto;
}

.cc-icon-3 {
  position: absolute;
  inset: 21% 6% auto auto;
}

.cc-icon-4 {
  position: absolute;
  inset: 51% auto auto 6%;
}

.cc-icon-5 {
  position: absolute;
  inset: 36% auto auto 62%;
}

.blog-rich-text h1 {
  margin-bottom: .125em;
  font-size: 4.31em;
  line-height: 1.15;
}

.blog-rich-text h2 {
  margin-bottom: .25em;
  font-size: 3.23em;
  line-height: 1.15;
}

.blog-rich-text h6 {
  margin-bottom: .5em;
}

.blog-rich-text h5 {
  margin-top: 0;
  margin-bottom: .2em;
}

.blog-rich-text p {
  letter-spacing: 0;
  text-indent: 0;
  max-width: 56ch;
  margin-bottom: 1em;
  font-size: 1.3em;
  line-height: 1.65;
}

.blog-rich-text li {
  margin-bottom: .5em;
  font-size: 1.25em;
  line-height: 1.55;
}

.blog-rich-text blockquote {
  border-style: none none none solid;
  border-width: 1px 1px 1px .25vw;
  border-color: black black black var(--main);
  margin-top: 1em;
  margin-bottom: 1em;
  padding: 0 0 0 .5em;
  font-size: 2.08em;
  font-weight: 500;
  line-height: 1.5;
}

.blog-rich-text a {
  box-shadow: inset 0 -2px 0 0 var(--main);
  text-indent: 0;
  padding: .1em .5em 0;
  line-height: 1.25;
  transition: box-shadow .25s cubic-bezier(.445, .05, .55, .95);
  display: inline-block;
}

.blog-rich-text a:hover {
  box-shadow: inset 0 -50px 0 0 var(--main);
}

.blog-rich-text strong {
  text-indent: 0;
}

.blog-rich-text h3 {
  margin-bottom: .25em;
}

.blog-rich-text h4 {
  margin-bottom: .2em;
}

.blog-rich-text.is--overview {
  margin-bottom: 2.22em;
}

.blog-rich-text img {
  width: 100%;
  height: 100%;
}

.blog-rich-text figure {
  margin-bottom: 2em;
}

.visit-wrapper {
  padding-top: 1.11em;
  padding-bottom: 1.11em;
}

.arrow-link {
  align-items: center;
  transition: color .4s;
  display: flex;
}

.arrow-link:hover {
  color: var(--main);
}

.arrow-link.is-blog-card {
  padding-left: .5em;
  padding-right: .5em;
}

.a-arrow {
  height: .8em;
  margin-left: 1.11em;
}

.a-arrow.is--card {
  flex: none;
  margin-left: .83em;
}

.a-link-text {
  font-size: 1.32em;
}

.blog-nav {
  z-index: 99;
  background-color: var(--black-bg);
  padding-top: 1.67em;
  padding-bottom: 1.67em;
  position: sticky;
  top: 0;
}

.blog-nav.is--post {
  padding-top: 1.5em;
  padding-bottom: 1.5em;
  position: relative;
}

.blog-logo {
  align-items: flex-end;
  display: flex;
}

.blog-logo-text {
  color: var(--main);
  font-size: .97em;
  line-height: 1;
}

.blog-logo-img {
  margin-right: .5em;
}

.blog-hero-wrapper {
  align-items: stretch;
  width: 100%;
  display: flex;
}

.blog-hero-side {
  background-color: var(--main);
  width: 100%;
  height: 100vh;
  padding-top: 10em;
  padding-left: 17.85%;
  padding-right: 3.47em;
  position: sticky;
  top: 0;
}

.blog-hero-side.featured {
  color: var(--white);
  position: static;
}

.blog-hero-content {
  flex: 1;
  height: 100%;
  padding-top: 3.33em;
  padding-left: 3.47em;
  padding-right: 7.5%;
}

.blog-card {
  border-radius: 4px;
  margin-bottom: 2.22em;
  display: flex;
  overflow: hidden;
  box-shadow: 2px 0 12px #0000001a;
}

.blog-card_content {
  background-color: #fff;
  flex-direction: column;
  flex: 1;
  justify-content: space-between;
  align-items: flex-start;
  padding: 1.67em 2.22em;
  display: flex;
}

.blog-card_img-wrapper {
  justify-content: center;
  align-items: center;
  width: 37%;
  display: flex;
}

.card-title {
  max-width: 20ch;
}

.card-description {
  letter-spacing: -.02em;
  font-size: 1.25em;
  line-height: 1.55;
}

.card-category {
  font-size: 1.1em;
}

.card-link-wrapper {
  margin-top: 2em;
  padding-left: 0;
  padding-right: 0;
}

.card-link-line {
  background-color: var(--black);
  width: 100%;
  height: 1px;
  margin-top: .25em;
}

.blog-cards-wrapper {
  margin-top: 2.22em;
}

.blog-card-img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

.blog-hero-side-wrapper {
  width: 42%;
  position: relative;
}

.blog-category-content {
  margin-top: 5.56em;
  display: none;
}

.empty-hidden {
  display: none;
}

.featured-blog-wrapper {
  margin-top: 2.22em;
  position: sticky;
  top: 0;
}

.featured-blog-wrapper.hide {
  display: none;
}

.post-hero {
  width: 100%;
  height: 90vh;
  display: flex;
}

.post-hero_img-wrapper {
  width: 41.25%;
}

.post-hero_content {
  flex: 1;
  align-self: flex-end;
  margin-left: 1.39em;
  padding-right: 7.5%;
}

.post-hero_content-container {
  padding-left: 1.39em;
}

.content-info {
  grid-column-gap: 3em;
  grid-row-gap: 2em;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  margin-top: 1em;
  display: grid;
}

.info-wrapper, .info-wrapper.first {
  margin-left: 0;
}

.info-title {
  color: #04091573;
  font-size: 1.18em;
  line-height: 1.12;
}

.info-text {
  font-size: 1.18em;
  font-weight: 700;
  line-height: 1.12;
  display: inline-block;
}

.info-text.right {
  margin-left: .25em;
}

.post-content_line {
  background-color: var(--black-bg);
  width: 100%;
  height: 1px;
  margin-top: 2.78em;
}

.post-wrapper {
  padding-top: 6em;
}

.toc-wrapper {
  flex: none;
  align-self: flex-start;
  padding-top: 2em;
  padding-left: 1em;
  padding-right: 1em;
  position: sticky;
  top: 2em;
}

.body-wrapper {
  flex: none;
  max-width: 44em;
  margin-left: 8em;
}

.overview-title {
  letter-spacing: 0;
  margin-bottom: .25em;
  font-size: 1.48em;
  font-weight: 700;
  line-height: 1.55;
}

.contents-title {
  color: var(--main);
  letter-spacing: 0;
  margin-bottom: 1em;
  font-size: 1.25em;
  font-weight: 700;
  line-height: 1.5;
}

.toc-text-block ul {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.25em;
  line-height: 1.5;
  list-style-type: none;
}

.toc-text-block li {
  max-width: 20ch;
  margin-bottom: 1em;
}

.post-container {
  justify-content: center;
  margin-left: -1%;
  display: flex;
  position: relative;
}

.post-buttons {
  justify-content: space-between;
  margin-top: 4em;
  display: flex;
}

.post-buttons.is--cta {
  margin-top: 2.78em;
}

.post-button {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.post-button.is--call {
  margin-right: 4em;
}

.post-button.is--hidden {
  display: none;
}

.post-button_icon {
  border: 1px solid var(--black);
  border-radius: 100%;
  justify-content: center;
  align-items: center;
  width: 3em;
  height: 3em;
  display: flex;
  position: relative;
  overflow: hidden;
}

.post-button_icon-img {
  z-index: 2;
  width: 50%;
  height: 50%;
  position: relative;
}

.post-button_icon-img.active {
  z-index: 3;
  opacity: 0;
  display: none;
  position: absolute;
}

.post-button_icon-img.hover {
  display: none;
  position: absolute;
}

.post-button_text {
  text-transform: capitalize;
  margin-top: .75em;
  font-size: 1em;
}

.post-cta-wrapper {
  justify-content: space-between;
  height: 80vh;
  margin-top: 8.61em;
  display: flex;
}

.next-post {
  justify-content: flex-start;
  align-items: flex-end;
  height: 100%;
  padding-bottom: 4.17em;
  padding-left: 3.61em;
  padding-right: 3.61em;
  display: flex;
}

.next-post-content {
  color: var(--white);
}

.post-cta {
  width: 50%;
  position: relative;
  overflow: hidden;
}

.post-cta-content {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 100%;
  display: flex;
}

.next-post-wrapper {
  width: 50%;
}

.next-post-list, .next-post-item {
  height: 100%;
}

.blog-navlinks {
  align-items: center;
  display: none;
}

.blog-navlink-list {
  display: flex;
}

.search-btn-wrapper {
  cursor: pointer;
}

.utility-page-form {
  flex-direction: column;
  align-items: stretch;
  display: flex;
}

.field-label {
  display: none;
}

.search-input {
  border: 1px #000;
  width: 22em;
  height: 3em;
  margin-bottom: 0;
  padding: 1em 5em 1em 1em;
  font-size: 1.25em;
}

.search-input.is--search {
  border: 1px #000;
  border-radius: 10vw;
  width: 100%;
  height: 4em;
  padding-left: 1.5em;
}

.search-input.is--search::placeholder {
  color: var(--black);
}

.search-input-wrapper {
  border-radius: 2vw;
  margin-bottom: 0;
  display: none;
  position: relative;
  overflow: hidden;
}

.search-input-wrapper.is--search {
  border-radius: 0;
  width: 80%;
  margin-top: 2em;
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.search-button {
  background-color: #0000;
  background-image: linear-gradient(to bottom, var(--main), var(--accent));
  -webkit-text-fill-color: transparent;
  -webkit-background-clip: text;
  background-clip: text;
  height: 100%;
  position: absolute;
  inset: 0% 0% auto auto;
}

.toc-item.active {
  font-weight: 700;
}

.post-button_fill {
  backface-visibility: hidden;
  transform-origin: 0 100%;
  border-radius: 100%;
  width: 100%;
  height: 100%;
  position: absolute;
}

.post-button_fill.is--like {
  z-index: 1;
  background-color: var(--accent);
}

.post-button_fill.is--tweet {
  z-index: 1;
  background-color: #1da1f2;
}

.post-button_fill.is--linkedin {
  z-index: 1;
  background-color: #0e76a8;
}

.post-button_fill.is--copy {
  z-index: 1;
  background-color: #18cc82;
}

.post-button_fill.is--email-us {
  background-color: var(--accent);
  z-index: 1;
  background-color: var(--main);
}

.post-button_fill.is--call-us {
  background-color: var(--main);
}

.search-label {
  display: none;
}

.search-result-wrapper {
  margin-top: 4.44em;
}

.search-result-item {
  margin-bottom: 3.33em;
}

.search-title-container {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}

.blog-navlink {
  z-index: 3;
  color: var(--white);
  margin-right: 1em;
  padding: .25em .5em;
  font-size: 1.32em;
  transition: color .4s cubic-bezier(.77, 0, .175, 1);
  display: inline-block;
  position: relative;
}

.blog-navlink:hover, .blog-navlink:focus, .blog-navlink.w--current {
  color: var(--main);
}

.blog-navlink.w--current:hover {
  border-radius: 0;
}

.blog-navlink.text-white {
  color: var(--white);
}

.blog-navlink.text-white:hover {
  color: var(--main);
}

.p-full {
  max-width: none;
}

.logos-title-small {
  background-color: #fff;
  border-bottom: 1px solid #e4ebf3;
  padding: 60px 30px;
  position: relative;
}

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

.clients-tag {
  text-align: center;
  letter-spacing: 3px;
  margin-bottom: 32px;
  font-size: 14px;
  line-height: 20px;
}

.clients-wrapper-three {
  flex-wrap: wrap;
  justify-content: space-around;
  align-items: center;
  margin-bottom: -10px;
  display: flex;
}

.clients-image-three {
  margin-bottom: 10px;
  margin-left: 15px;
  margin-right: 15px;
}

.cf-service-paragraph {
  color: #0d0e10e6;
  text-align: left;
  margin-top: 4px;
  margin-bottom: 0;
  font-family: pp-pangram-sans, sans-serif;
  font-size: 1.32em;
  font-weight: 500;
  line-height: 1.35em;
}

.cf-service-heading {
  color: #0d0d0d;
  text-align: left;
  letter-spacing: -.16px;
  margin-bottom: 16px;
  font-family: pp-pangram-sans, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 133%;
}

.cf-service-icon {
  object-fit: contain;
  width: 25px;
}

.cf-features-section-3-icon-wrap {
  background-color: #b16cea;
  background-image: url('../images/6708990b9dc727564575ce85_hero-cta-circle-p-500.png'), linear-gradient(47deg, #ae90df 12%, #b1acd4 43%, #8cc6d7 72%, #e3f3f0 92%);
  background-position: 0 0, 0 0;
  background-size: auto, auto;
  border-radius: 50px;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 56px;
  height: 56px;
  margin-bottom: 20px;
  display: flex;
  position: relative;
  top: auto;
  left: auto;
}

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

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

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

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

.cf-features-section-2-heading {
  color: #000;
  text-align: center;
  max-width: 85%;
  margin-top: 0;
  margin-bottom: 0;
  font-family: pp-pangram-sans, sans-serif;
  font-size: 4.31em;
  font-weight: 500;
  line-height: 1.22em;
}

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

.cf-features-section-3 {
  background-color: #fff;
}

.cf-logos-2--wrapper {
  grid-column-gap: 80px;
  grid-row-gap: 48px;
  flex-wrap: wrap;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  width: 100%;
  display: flex;
}

.cf-logos-2---image-contain {
  justify-content: center;
  align-items: center;
  width: 20%;
  max-width: 178px;
  height: 100px;
  display: flex;
}

.cf-logo-image {
  opacity: .8;
  object-fit: contain;
  height: 61px;
}

.image-2 {
  z-index: 99;
  max-width: 150%;
  margin-top: 0;
  margin-bottom: 3px;
  margin-left: 0;
  position: relative;
}

.image-3 {
  display: none;
}

.footer-light {
  border-bottom: 1px solid #e4ebf3;
  padding: 0 0 40px;
  position: relative;
}

.container-3 {
  width: 85%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

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

.footer-block-two {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  display: flex;
}

.footer-title {
  font-size: 18px;
  font-weight: 500;
  line-height: 32px;
}

.footer-link-two {
  color: #1a1b1f;
  margin-top: 20px;
  text-decoration: none;
}

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

.footer-form {
  width: 315px;
  max-width: 100%;
  margin-bottom: 0;
}

.footer-form-block {
  justify-content: center;
  align-items: center;
  margin-top: 24px;
  display: flex;
}

.footer-form-field {
  border: 1px solid #a6b1bf;
  border-top-left-radius: 4px;
  border-bottom-left-radius: 4px;
  height: 48px;
  margin-bottom: 0;
  padding: 12px 16px;
  font-size: 14px;
  line-height: 22px;
  transition: all .2s;
}

.footer-form-field:hover, .footer-form-field:focus {
  border-color: #76879d;
}

.footer-form-field::placeholder {
  color: #1a1b1fcc;
  font-size: 14px;
  line-height: 22px;
}

.footer-form-submit {
  background-color: #1a1b1f;
  background-image: url('../images/');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: auto;
  border-top-right-radius: 4px;
  border-bottom-right-radius: 4px;
  width: 50px;
  height: 48px;
  transition: all .2s;
}

.footer-form-submit:hover {
  background-color: #3a4554;
}

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

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

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

.footer-social-block-two {
  justify-content: flex-start;
  align-items: center;
  margin-top: 0;
  margin-left: -12px;
  display: flex;
}

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

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

.cf-review-author-info-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-slide {
  width: 100%;
  max-width: none;
  margin-right: 100px;
}

.cf-review-star {
  margin-right: 10px;
}

.cf-review-author-name {
  margin-bottom: 5px;
  font-family: Montserrat, sans-serif;
  font-size: 20px;
  font-weight: 600;
  line-height: 120%;
}

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

.cf-left-arrow {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 50%;
  display: block;
}

.cf-review-head-text {
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 24px;
  font-weight: 500;
  line-height: 120%;
}

.cf-review-author-image-wrapper {
  border-radius: 100%;
  width: 56px;
  height: 56px;
  margin-right: 20px;
  overflow: hidden;
}

.cf-review-author-job-title {
  letter-spacing: .6px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
}

.cf-review-header-wrapper {
  max-width: 500px;
  margin-bottom: 60px;
}

.cf-review-slide-content {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-star-wrapper {
  flex: none;
  align-items: center;
  margin-bottom: 24px;
  display: flex;
}

.cf-review-author-wrapper {
  flex-direction: row;
  align-items: center;
  display: flex;
}

.cf-review-section {
  background-color: #fff;
  padding-top: 200px;
  padding-bottom: 200px;
}

.cf-right-arrow {
  width: 50%;
  right: -8px;
}

.cf-review-slider {
  background-color: #0000;
  flex-direction: row;
  align-items: flex-end;
  height: auto;
  display: flex;
}

.cf-review-content-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-no-mask {
  width: 400px;
  overflow: visible;
}

.cf-review-wrapper {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

.cf-review-author-image {
  object-fit: contain;
  width: 100%;
  height: 100%;
}

.cf-green-top-heading {
  color: #00000080;
  letter-spacing: 2px;
  text-transform: uppercase;
  margin-bottom: 24px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 700;
}

.cf-reviewer-container {
  width: 100%;
  position: relative;
}

.cf-slide-nav {
  color: #007e60;
  transform-style: preserve-3d;
  flex: none;
  inset: -35% 0% auto 59%;
  transform: scale3d(1.6, .3, 1);
}

.cf-review-para-text {
  letter-spacing: .3px;
  margin-bottom: 40px;
  font-family: Montserrat, sans-serif;
  font-size: 18px;
  font-weight: 400;
  line-height: 130%;
}

.cf-testimonial-h2-heading {
  font-family: pp-pangram-sans, sans-serif;
  font-size: 3em;
}

.waves---main-container {
  background-color: #0000;
  background-image: linear-gradient(#9cd6f1, #a5a0eb);
  max-width: 1352px;
  padding-left: 24px;
  padding-right: 24px;
}

.waves---main-container.custom-container-1 {
  background-image: linear-gradient(157deg, #9cd6f1, #a5a0eb);
  border-radius: 25px;
  padding-top: 50px;
}

.waves---section-medium {
  background-color: #fff;
  padding-top: 100px;
  padding-bottom: 100px;
}

.waves---section-medium.bg-colorfil {
  background-color: #fff;
}

.waves---section-medium.bg-colorfil.no-top {
  padding-top: 0;
}

.waves---heading-2-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 5px;
  padding-right: 5px;
  font-size: 48px;
  line-height: 130%;
}

.waves---heading-3-no-margins {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 24px;
  font-weight: 700;
  line-height: 120%;
}

.waves---paragraph-big {
  font-size: 20px;
  line-height: 130%;
}

.waves---paragraph-big._w-75 {
  width: 75%;
}

.waves---paragraph-big.team-role {
  color: var(--conversion-flow-library--medium-purple);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(287deg, #a5a1ea, #9cd4f1);
  -webkit-background-clip: text;
  background-clip: text;
}

.waves---center-heading {
  grid-row-gap: 16px;
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves---center-heading.team-card {
  background-color: #0000;
  padding-top: 30px;
  padding-bottom: 30px;
}

.waves---paragraph-regular {
  text-align: center;
  font-size: 1.32em;
  line-height: 1.35em;
}

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

.waves-grid-team-3 {
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr;
  margin-top: 64px;
}

.waves-grid-team-3.custom-section-1 {
  width: 90%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-bottom: 100px;
}

.waves-tile-team-3 {
  grid-row-gap: 24px;
  background-color: var(--white);
  text-align: center;
  border-radius: 20px;
  flex-direction: column;
  align-items: center;
  padding-left: 24px;
  padding-right: 24px;
  display: flex;
}

.waves-tile-team-3.bg-white.team-card {
  background-color: #fff;
}

.waves-tile-team-3.team-card {
  background-color: #fff;
  padding-top: 30px;
  padding-bottom: 30px;
}

.waves-image-team-3 {
  object-fit: cover;
  object-position: 50% 0%;
  border-radius: 50%;
  width: 120px;
  height: 120px;
}

.waves-name-wrap-team-3 {
  grid-row-gap: 8px;
  flex-direction: column;
  align-items: center;
  display: flex;
}

.waves-socials-wrap-team-4 {
  grid-column-gap: 24px;
  justify-content: flex-end;
  align-items: center;
  margin-top: 8px;
  display: flex;
}

.image-4 {
  width: 30px;
  height: 30px;
}

.heading {
  margin-bottom: 20px;
}

.paragraph-2 {
  max-width: 55ch;
}

.color-link {
  color: var(--conversion-flow-library--medium-purple);
  -webkit-text-fill-color: transparent;
  background-image: linear-gradient(137deg, #9cd6f1, #a5a0eb);
  -webkit-background-clip: text;
  background-clip: text;
}

.div-block {
  display: flex;
}

@media screen and (min-width: 1440px) {
  .cf-review-no-mask {
    overflow: visible;
  }

  .cf-slide-nav {
    display: block;
  }
}

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

  h2 {
    font-size: 6.5vw;
    line-height: 1.21;
  }

  p {
    font-size: 19px;
  }

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

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

  .super-text.no-break.cta {
    font-size: 7.5vw;
  }

  .super-text.cta, .heading-lg {
    font-size: 8vw;
  }

  .heading-md {
    font-size: 6vw;
  }

  .sm-upper {
    font-size: 16px;
  }

  .sm-upper.footer {
    font-size: 19px;
  }

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

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

  .section {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.is--services {
    height: auto;
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .section.is--bigger {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section.is--bigger.about {
    padding-bottom: 20vw;
  }

  .section.is--cta {
    justify-content: center;
    align-items: center;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: flex;
  }

  .section.s-testimonial {
    padding-top: 16vw;
    padding-bottom: 10vw;
  }

  .section.a-intro {
    padding-top: 10vw;
    padding-bottom: 15vw;
  }

  .section.is--project {
    padding-bottom: 10vw;
  }

  .nav {
    z-index: 99;
    justify-content: center;
    align-items: center;
    width: 100%;
    padding-top: 4vw;
    padding-bottom: 4vw;
    display: flex;
    position: relative;
  }

  .container.flex-split.is--a-hero {
    flex-direction: column;
    height: 100%;
    position: static;
  }

  .container.flex-cc-h.is--navlinks, .navlinks {
    display: none;
  }

  .navlink {
    letter-spacing: .01em;
    margin-bottom: 40px;
    padding-left: 0;
    font-size: 8vw;
    font-weight: 500;
    display: block;
  }

  .navlink:hover {
    color: var(--white);
  }

  .navlink.is--blog {
    margin-bottom: 0;
    font-size: 8vw;
  }

  .btn {
    padding: 2.5vw 5vw;
  }

  .btn.nav {
    display: none;
  }

  .btn.m-nav {
    background-color: var(--black);
    border-style: none;
    margin-left: 0;
    padding: 19px 57px;
    display: flex;
  }

  .btn.is--form {
    padding: 2.5vw 6vw;
    font-size: 19px;
  }

  .btn-text {
    font-size: 2.5vw;
  }

  .btn-text.text-white {
    font-size: 19px;
  }

  .burger-menu-parent {
    flex-direction: column;
    justify-content: center;
    align-items: flex-end;
    width: 40px;
    height: 20px;
    display: flex;
  }

  .burger-menu-parent.is--blog {
    display: none;
  }

  .burger-line-top {
    background-color: var(--black);
    width: 80%;
    height: 2px;
    margin-bottom: 10px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .burger-line-btm {
    background-color: var(--black);
    width: 100%;
    height: 2px;
    padding-bottom: 0;
    padding-right: 0;
  }

  .m-nav-parent {
    z-index: 98;
    width: 100%;
    height: 100vh;
    display: none;
    position: fixed;
    inset: 0%;
  }

  .m-nav-wrapper {
    z-index: 4;
    flex-direction: column;
    justify-content: center;
    align-items: flex-start;
    width: 85%;
    margin-left: auto;
    margin-right: auto;
    display: flex;
    position: relative;
  }

  .hero-heading-wrapper {
    z-index: 2;
    text-align: left;
    position: relative;
  }

  .hero-heading-line-wrapper {
    align-self: center;
    margin-top: 1vw;
  }

  .hero-heading-line-wrapper.btm {
    align-self: center;
    margin-top: 1vw;
    margin-left: 0;
  }

  .label-1 {
    width: 18vw;
  }

  .label-1.is--h-about {
    left: 5.7vw;
  }

  .label-2 {
    width: 18vw;
  }

  .label-2.is--h-about {
    top: 20%;
    right: 13.4vw;
  }

  .label-3 {
    width: 20vw;
  }

  .label-3.is--h-about {
    right: 8%;
  }

  .label-4 {
    width: 20vw;
  }

  .label-4.is--h-about {
    bottom: 12%;
    left: 3%;
  }

  .hero-circle-1 {
    width: 28vw;
    top: 50%;
  }

  .hero-circle-2 {
    width: 45vw;
  }

  .project-card-wrapper {
    width: 100%;
    height: 55vw;
  }

  .project-site-img {
    width: 65vw;
    margin-top: -3%;
  }

  .project-img-1.thats-clutch-app {
    width: 28vw;
    height: auto;
  }

  .poster-img._3 {
    height: 26vw;
    bottom: -10%;
  }

  .poster-img._2 {
    width: 15.9vw;
    height: auto;
  }

  .poster-img._1 {
    width: 20vw;
    height: auto;
  }

  .project-info-wrapper {
    margin-top: 3vw;
    margin-left: 0%;
    margin-right: 0%;
  }

  .recent-project-label {
    top: 15%;
    left: -10.8vw;
  }

  .project-sticker {
    width: 7vw;
    height: 7vw;
  }

  .img-parent.aluce-circle {
    width: 60vw;
    margin-top: -2vw;
  }

  .img-parent.h-services {
    flex: none;
    margin-right: 5em;
    position: static;
  }

  .img-parent.h-services._4 {
    display: none;
  }

  .img-parent.is--aluce-circle-hero {
    width: 50vw;
    height: 50vw;
    margin-bottom: 0%;
    margin-right: -10%;
  }

  .img-parent.services._1 {
    top: 10%;
    left: -6%;
  }

  .img-parent.services._2 {
    right: -4%;
  }

  .img-parent.services._3 {
    bottom: 0%;
    left: 7%;
  }

  .img-parent.services._4 {
    right: 7%;
  }

  .h-services-bg {
    width: 100%;
  }

  .h-services-bg.bg-dark-gradient.round {
    background-image: none;
    margin-top: 5vw;
    padding-top: 5vw;
    padding-bottom: 5vw;
    overflow: hidden;
  }

  .h-services-bg-wrapper {
    flex-direction: column;
    position: relative;
  }

  .half {
    width: 100%;
  }

  .spacer-2em.m-hidden {
    display: none;
  }

  .h-services-person {
    width: 20vw;
  }

  .h-about-star {
    left: -11%;
  }

  .h-about-star._2 {
    left: -15%;
  }

  .h-about-star._3 {
    right: -5%;
  }

  .h-about-star._4 {
    right: -10%;
  }

  .cta-circle-1 {
    width: 26vw;
    top: 62%;
    left: -6vw;
  }

  .cta-circle-1.is--post {
    width: 16vw;
    left: 2vw;
  }

  .cta-circle-2 {
    width: 28vw;
    top: -7%;
  }

  .cta-circle-2.is--post {
    width: 20vw;
    right: 0%;
  }

  .cta-heading-line-wrapper {
    margin-top: 0;
    margin-left: 0;
  }

  .cta-heading-wrapper {
    text-align: center;
    margin-bottom: 1vw;
  }

  .footer, .footer.bg-white {
    flex-direction: column;
    align-items: flex-start;
  }

  .logo-tag {
    font-size: 19px;
  }

  .footer-link-grid.btm {
    margin-top: 4vw;
  }

  .footer-link-wrapper {
    align-items: flex-start;
    margin-top: 10vw;
  }

  .footer-link {
    font-size: 19px;
  }

  .services-img-wrapper {
    justify-content: space-between;
    margin-left: -73px;
    display: flex;
  }

  .m-nav-bg {
    z-index: 2;
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .m-nav-bg-behind {
    z-index: 1;
    width: 100%;
    height: 100vh;
    padding-bottom: 0;
    padding-right: 0;
    position: absolute;
    inset: 0%;
  }

  .label-1-wrapper {
    top: 10%;
    left: 5.5vw;
  }

  .label-2-wrapper {
    top: 13%;
    right: 13.4vw;
  }

  .label-3-wrapper {
    transform: none;
  }

  .label-4-wrapper {
    bottom: 12%;
    left: 3%;
  }

  .hero {
    height: 80vh;
  }

  .hero.is--about {
    height: auto;
    padding-top: 30vw;
    padding-bottom: 60vw;
  }

  .hero.is--services {
    height: 80vh;
    padding-top: 10vw;
  }

  .hero.is--home {
    justify-content: center;
    align-items: center;
    height: auto;
    min-height: 80vh;
    padding-top: 20vw;
    padding-bottom: 20vw;
    display: flex;
  }

  .subpage-h1 {
    line-height: 1.2;
  }

  .hero-subtext {
    margin-top: 1vw;
  }

  .label-services-wrapper {
    top: -35%;
    left: -5%;
    right: auto;
    transform: rotate(-7deg);
  }

  .heading-line-wrapper.services-h2._2 {
    margin-left: 0;
  }

  .split-text {
    flex-direction: column;
    margin-top: 2.5vw;
    margin-bottom: 5vw;
    display: flex;
  }

  .text-column {
    justify-content: flex-start;
    margin-bottom: 2vw;
    padding-right: 0;
  }

  .text-column._2 {
    padding-left: 0;
  }

  .sm-container.flex-split.is--s-section {
    flex-direction: column;
  }

  .sm-container.s-intro {
    padding-left: 0%;
  }

  .sm-container.is--benefits {
    flex-direction: column;
    align-items: center;
    width: 85%;
    display: flex;
  }

  .split-section-wrapper {
    width: 100%;
  }

  .aluce-circle-img {
    width: 50vw;
    height: 50vw;
  }

  .accordion-pane {
    margin-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .accordion-pane._4 {
    top: 26em;
  }

  .accordion-btm-wrapper {
    margin-top: 5vw;
  }

  .work-label {
    top: -45%;
    transform: rotate(3deg);
  }

  .scroll.scroll-indicator {
    display: none;
  }

  .form {
    width: 65vw;
  }

  .form-wrapper {
    padding-left: 3vw;
    padding-right: 3vw;
  }

  .form-success {
    height: 90vw;
  }

  .form-navigation {
    grid-column-gap: 2vw;
    grid-row-gap: 2vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-columns: 1fr;
    width: 100%;
    display: grid;
  }

  .label-title_text {
    font-size: 19px;
  }

  .form-progress {
    height: 1.1vw;
    margin-top: 2vw;
    margin-bottom: 3vw;
  }

  .form-progress.is--disabled {
    height: 1.5vw;
  }

  .form-slider {
    width: 100%;
    max-width: 60vw;
    height: 45vw;
    margin-top: 10vw;
  }

  .form-slider.is--intro {
    height: 60vw;
  }

  .form-slider.low-margin {
    height: 37vw;
  }

  .form-prev {
    top: 26%;
  }

  .slider-slide_fill {
    padding-bottom: 4vw;
  }

  .form-question {
    text-align: left;
    max-width: 16ch;
    font-size: 5vw;
  }

  .form-question.text-center {
    text-align: center;
  }

  .text-form-field {
    height: 7vw;
    padding-top: .25em;
    padding-bottom: .25em;
    font-size: 4vw;
  }

  .form-question-wrapper {
    margin-bottom: 2.15vw;
  }

  .form-question-container, .form-question-container.is--intro {
    padding-left: 0;
    padding-right: 0;
  }

  .form-text {
    margin-top: 1vw;
  }

  .a-hero-wrapper {
    width: 100%;
  }

  .a-hero-wrapper.image {
    inset: auto 0% 0% auto;
  }

  .a-intro_circle.blue._2 {
    right: 12%;
  }

  .a-intro_circle._2 {
    left: 10%;
  }

  .form-email-wrapper {
    left: 0;
  }

  .utility-page-content {
    width: 80%;
  }

  .utility-page-content.is--password {
    width: 70%;
  }

  ._404-text {
    font-size: 19px;
  }

  .cc-img-1 {
    width: 70vw;
    left: 0%;
  }

  .cc-img-2 {
    object-fit: contain;
    height: 28vw;
    top: -1%;
  }

  .blog-rich-text p {
    font-size: 18px;
  }

  .blog-rich-text blockquote {
    border-left-width: .5vw;
    margin-top: 3vw;
    margin-bottom: 3vw;
  }

  .blog-rich-text h3 {
    margin-bottom: .5em;
  }

  .blog-nav {
    padding-top: 2.5vw;
    padding-bottom: 2.5vw;
  }

  .blog-hero-wrapper {
    flex-direction: column;
  }

  .blog-hero-side {
    justify-content: center;
    align-items: center;
    height: 50vw;
    padding-top: 0;
    padding-left: 5vw;
    padding-right: 5vw;
    display: flex;
  }

  .blog-hero-side.featured {
    flex-direction: column;
    align-items: center;
  }

  .card-description {
    font-size: 18px;
  }

  .blog-hero-side-wrapper {
    width: 100%;
  }

  .featured-blog-wrapper {
    margin-top: 0;
  }

  .post-hero {
    flex-direction: column;
    height: auto;
    min-height: auto;
  }

  .post-hero_img-wrapper {
    width: 100%;
    max-height: 50vh;
  }

  .post-hero_content {
    align-self: stretch;
    margin-top: 5vw;
    margin-left: 0;
    padding-right: 0%;
  }

  .post-hero_content-container {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .content-info {
    grid-column-gap: 3vw;
    grid-row-gap: 4vw;
  }

  .info-wrapper {
    margin-left: 0;
  }

  .info-title, .info-text {
    font-size: 17px;
  }

  .post-wrapper {
    padding-top: 6vw;
  }

  .toc-wrapper {
    display: none;
  }

  .body-wrapper {
    max-width: 600px;
    margin-left: 0;
  }

  .overview-title {
    font-size: 21px;
  }

  .post-container {
    width: 100%;
    margin-left: 0%;
  }

  .post-cta-wrapper {
    flex-direction: column-reverse;
    height: auto;
    margin-top: 8.61vw;
  }

  .post-cta, .next-post-wrapper {
    width: 100%;
    height: 50vw;
  }

  .blog-navlinks {
    display: none;
  }

  .collection-item {
    margin-bottom: 3vw;
  }

  .blog-navlink {
    letter-spacing: .01em;
    margin-bottom: 40px;
    padding-left: 0;
    font-size: 8vw;
    font-weight: 500;
    display: block;
  }

  .blog-navlink:hover {
    color: var(--white);
  }

  .container-2 {
    max-width: 728px;
  }

  .clients-image-three {
    margin-bottom: 30px;
  }

  .cf-features-section-2-grid {
    grid-row-gap: 80px;
    grid-template-columns: 1fr 1fr;
    max-width: 700px;
  }

  .cf-features-section-2-heading {
    max-width: 600px;
    font-size: 30px;
  }

  .cf-features-section-3-wrapper {
    padding-top: 140px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 40px;
  }

  .container-3 {
    max-width: 728px;
  }

  .footer-wrapper-two {
    flex-wrap: wrap;
  }

  .footer-form {
    width: 100%;
    margin-top: 40px;
  }

  .footer-form-container {
    max-width: 350px;
  }

  .waves-grid-team-3 {
    grid-row-gap: 64px;
    grid-template-columns: 1fr;
    max-width: 400px;
    margin-top: 40px;
    margin-left: auto;
    margin-right: auto;
  }
}

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

  .super-text {
    flex: none;
    font-size: 20vw;
  }

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

  .div-hide {
    display: none;
  }

  .div-hide.is--project-title {
    margin-bottom: 2vw;
    display: block;
  }

  .div-hide.is--mobile, .div-hide.is--always {
    display: block;
  }

  .heading-md {
    font-size: 9vw;
  }

  .heading-sm {
    font-size: 7vw;
  }

  .section {
    padding-top: 15vw;
    padding-bottom: 15vw;
  }

  .section.is--services {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .section.is--bigger {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .container.flex-cc-v.is--s-hero {
    align-items: flex-start;
  }

  .container.flex-v {
    width: 90%;
  }

  .navlink {
    margin-bottom: 5vw;
    font-size: 11vw;
  }

  .btn {
    padding: 3.5vw 7vw;
  }

  .btn.bigger.btn-gradient {
    padding-left: 9vw;
    padding-right: 9vw;
  }

  .m-nav-parent {
    display: none;
  }

  .m-nav-wrapper {
    justify-content: flex-end;
    padding-bottom: 5vw;
  }

  .hero-heading-wrapper {
    margin-bottom: 1vw;
    overflow: hidden;
  }

  .label-1 {
    width: 30vw;
  }

  .label-1.is--h-about {
    top: 12%;
  }

  .label-2 {
    width: 28vw;
  }

  .label-2.is--h-about {
    top: 15%;
  }

  .label-3 {
    width: 29vw;
  }

  .label-3.is--h-about {
    width: 31vw;
    bottom: 15%;
  }

  .label-4 {
    width: 37vw;
  }

  .label-4.is--h-about {
    bottom: 7%;
  }

  .hero-circle-1 {
    width: 45vw;
    top: 70%;
    left: 49%;
  }

  .hero-circle-2 {
    width: 70vw;
    top: 0%;
    right: 47%;
  }

  .project-card-wrapper {
    width: 100%;
    height: 118vw;
  }

  .project-site-img {
    display: none;
  }

  .project-img-1.thats-clutch-app {
    width: 53vw;
    inset: 1% -9% auto auto;
    transform: rotate(17.6deg);
  }

  .poster-img._3, .poster-img._2, .poster-img._1 {
    display: none;
  }

  .project-info-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .project-category {
    margin-bottom: 0;
    margin-left: 0;
  }

  .recent-project-label {
    left: -15vw;
  }

  .project-sticker {
    z-index: 3;
    width: 10vw;
    height: 10vw;
    bottom: 23%;
    left: 61%;
  }

  .img-parent.aluce-circle {
    width: 70vw;
    margin-top: 10vw;
  }

  .img-parent.h-services {
    margin-top: 8%;
    margin-right: 18vw;
  }

  .img-parent.h-services._2 {
    margin-top: 6%;
  }

  .img-parent.h-services._3 {
    margin-top: -1%;
  }

  .img-parent.h-services._4 {
    margin-top: 0%;
  }

  .img-parent.h-services._5 {
    margin-top: -2%;
  }

  .img-parent.services._1, .img-parent.services._2 {
    display: none;
  }

  .img-parent.services._3 {
    display: none;
    left: 3%;
  }

  .img-parent.services._4 {
    display: none;
    right: 0%;
  }

  .h-services-bg {
    padding-left: 5%;
    padding-right: 5%;
  }

  .benefit-wrapper {
    margin-top: 4vw;
  }

  .benefits-wrapper {
    margin-bottom: 10vw;
    padding-top: 2vw;
  }

  .h-about-star {
    display: none;
  }

  .testimonial-author-img-parent, .testimonial-author-img.top {
    width: 16vw;
    height: 16vw;
  }

  .cta-circle-1.is--post {
    top: 73%;
  }

  .cta-circle-2.is--post {
    top: -2%;
  }

  .footer.bg-white {
    padding: 6vw;
  }

  .logo-tag {
    display: none;
  }

  .footer-logo {
    margin-bottom: 0;
  }

  .footer-link-grid {
    grid-row-gap: 5vw;
    grid-template-rows: auto auto auto;
    grid-template-columns: 50% 50%;
    justify-items: start;
    width: 100%;
    margin-bottom: 2.5vw;
  }

  .footer-link-grid.btm {
    grid-row-gap: 5vw;
    grid-template-columns: 50% 50%;
    justify-items: start;
    margin-top: 8vw;
    margin-bottom: 0;
  }

  .footer-link-wrapper {
    width: 100%;
    margin-top: 15vw;
  }

  .m-hidden {
    display: none;
  }

  .m-hero-container {
    flex-direction: column;
    align-items: flex-start;
    width: 90%;
    display: flex;
    overflow: hidden;
  }

  .btn-wrapper.is--404 {
    margin-top: 3vw;
  }

  .services-img-wrapper {
    margin-left: -3%;
  }

  .m-hero-heading-wrapper {
    align-self: flex-start;
    margin-bottom: 5vw;
  }

  .m-project-site-img {
    width: 50vw;
    display: block;
    position: absolute;
    inset: auto auto -3% 4%;
    transform: rotate(-5.5deg);
  }

  .label-1-wrapper {
    top: 5%;
  }

  .label-2-wrapper {
    top: 7%;
  }

  .label-3-wrapper {
    bottom: 7%;
  }

  .label-4-wrapper {
    bottom: 1%;
  }

  .hero.is--services {
    height: auto;
    padding-bottom: 10vw;
  }

  .hero.is--home {
    width: 100%;
  }

  .hero-subtext {
    text-align: left;
    max-width: 32ch;
  }

  .label-services-wrapper {
    top: -14%;
  }

  .heading-line-wrapper.services-h2._2 {
    margin-top: 0;
  }

  .text-gradient {
    display: inline-block;
  }

  .split-text {
    margin-top: 4vw;
    margin-bottom: 8vw;
  }

  .text-column {
    margin-bottom: 4vw;
  }

  .split-section-wrapper {
    margin-top: 2vw;
  }

  .benefits-grid {
    grid-row-gap: 6vw;
    grid-template-columns: 1fr;
  }

  .accordion-pane {
    padding: 5vw;
  }

  .accordion-pane._1 {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .accordion-pane._2 {
    top: 25vw;
  }

  .accordion-pane._3 {
    top: 40vw;
  }

  .a-label-wrapper {
    margin-left: 4vw;
  }

  .accordion-btm-wrapper {
    flex-direction: column;
    margin-top: 5vw;
  }

  .a-item-wrapper {
    margin-top: 4vw;
  }

  .a-list-wrapper {
    width: 100%;
    margin-top: 5vw;
    padding-left: 3vw;
  }

  .a-description, .form {
    width: 100%;
  }

  .hero-h1 {
    z-index: 10000;
    font-size: 12vw;
  }

  .p-wrapper.s-intro {
    left: 0;
  }

  .utility-page-content {
    width: 90%;
  }

  .cc-img-1 {
    display: none;
  }

  .cc-img-2 {
    height: 70vw;
    top: -5%;
    right: -2%;
  }

  .blog-rich-text blockquote {
    border-left-width: 1vw;
    margin-top: 5vw;
    margin-bottom: 5vw;
  }

  .blog-nav {
    padding-top: 3vw;
    padding-bottom: 3vw;
  }

  .blog-hero-side {
    height: 60vh;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .blog-hero-content {
    padding-left: 5%;
    padding-right: 5%;
  }

  .blog-card {
    flex-direction: column;
  }

  .blog-card_content {
    padding: 3vw 4%;
  }

  .blog-card_img-wrapper {
    width: 100%;
  }

  .card-link-wrapper {
    margin-top: 4vw;
    padding-left: 0;
    padding-right: 0;
  }

  .card-link-line {
    margin-top: .25vw;
  }

  .post-hero_img-wrapper {
    height: 50vh;
    max-height: none;
  }

  .post-hero_content {
    margin-top: 5vw;
    padding-right: 0%;
  }

  .post-hero_content-container {
    padding-left: 3vw;
  }

  .content-info {
    grid-column-gap: 2vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-top: 2vw;
    display: grid;
  }

  .info-wrapper {
    margin-left: 0;
  }

  .post-wrapper {
    padding-top: 8vw;
  }

  .toc-wrapper {
    display: none;
  }

  .body-wrapper {
    width: 100%;
  }

  .post-container {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }

  .post-buttons {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    display: grid;
  }

  .post-buttons.is--cta {
    grid-template-rows: auto;
  }

  .next-post {
    padding-bottom: 5vw;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .post-cta, .next-post-wrapper {
    height: 70vw;
  }

  .blog-navlinks {
    display: none;
  }

  .next-post-title {
    font-size: 16px;
  }

  .blog-navlink {
    margin-bottom: 5vw;
    font-size: 11vw;
  }

  .logos-title-small {
    padding: 60px 15px;
  }

  .clients-wrapper-three {
    margin-bottom: -30px;
  }

  .clients-image-three {
    margin-bottom: 30px;
    margin-left: 20px;
    margin-right: 20px;
  }

  .cf-service-paragraph {
    margin-top: 0;
    font-size: 16px;
    line-height: 150%;
  }

  .cf-service-heading {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-features-section-2-grid {
    grid-column-gap: 20px;
    grid-row-gap: 40px;
    grid-template-rows: auto auto;
  }

  .cf-features-section-2-heading {
    max-width: 420px;
    font-size: 28px;
  }

  .cf-features-section-3-wrapper {
    width: 90%;
    padding-top: 100px;
    padding-bottom: 100px;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 20px;
    grid-row-gap: 20px;
  }

  .cf-logos-2---image-contain {
    width: 30%;
    height: 70px;
  }

  .footer-light {
    padding-left: 15px;
    padding-right: 15px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-copyright {
    font-size: 14px;
    line-height: 20px;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

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

  .cf-review-slide {
    max-width: 380px;
    margin-right: 40px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-review-head-text {
    margin-bottom: 10px;
    font-size: 22px;
  }

  .cf-review-author-image-wrapper {
    width: 48px;
    height: 48px;
  }

  .cf-review-header-wrapper {
    max-width: 320px;
  }

  .cf-review-star-wrapper {
    margin-bottom: 20px;
  }

  .waves---main-container {
    padding-left: 16px;
    padding-right: 16px;
  }

  .waves---section-medium {
    padding-top: 80px;
    padding-bottom: 80px;
  }

  .waves---heading-2-no-margins {
    font-size: 44px;
    line-height: 125%;
  }
}

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

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

  .super-text.no-break.cta {
    text-align: left;
    white-space: normal;
    font-size: 13.5vw;
  }

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

  .heading-lg.blog-title {
    font-size: 12vw;
    line-height: 1.2;
  }

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

  .section.is--bigger {
    padding-top: 45vw;
    padding-bottom: 45vw;
  }

  .section.is--bigger.about {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .section.is--cta {
    height: 90vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .section.is--form {
    padding-top: 20vw;
  }

  .section.s-intro {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .nav {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .container.flex-cc-v.is--hero.m-hidden {
    background-color: #0000;
  }

  .container.flex-cc-v.is--cta {
    align-items: flex-start;
  }

  .navlink {
    margin-bottom: 0;
    font-size: 14vw;
  }

  .navlink.w--current {
    margin-right: 0;
    padding-top: .125em;
    padding-bottom: .125em;
    padding-left: .125em;
  }

  .navlink.is--blog {
    font-size: 10vw;
  }

  .btn {
    padding: 4vw 8.5vw;
  }

  .btn.bg-orange-gradient {
    z-index: 10;
    position: relative;
  }

  .btn.m-nav {
    margin-top: 3vw;
  }

  .btn.secondary {
    padding: 4.5vw 7vw;
  }

  .btn.bigger {
    padding: 19px 57px;
  }

  .btn.is--form {
    padding: 4vw 10vw;
  }

  .btn.is--form.form-active {
    padding: 4vw 8.5vw;
  }

  .btn-text {
    font-size: 19px;
  }

  .burger-line-top.bg-white, .burger-line-btm.bg-white {
    background-color: var(--white);
  }

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

  .m-nav-wrapper {
    justify-content: center;
    padding-top: 100px;
    display: block;
  }

  .label-3.is--h-about {
    border-width: 1px;
    bottom: 15%;
  }

  .label-4.is--h-about {
    bottom: 7%;
  }

  .hero-bg-wrapper {
    z-index: 1;
  }

  .hero-circle-1 {
    width: 56vw;
    left: -35%;
  }

  .hero-circle-2 {
    width: 80vw;
    top: 10%;
    right: -25%;
  }

  .project-card-wrapper {
    margin-top: 10vw;
  }

  .project-img-1.thats-clutch-app {
    width: 60vw;
  }

  .recent-project-label {
    display: none;
  }

  .project-sticker {
    width: 18vw;
    height: 18vw;
    bottom: 17%;
  }

  .img-parent.aluce-circle {
    width: 90vw;
    margin-right: -18vw;
  }

  .img-parent.h-services {
    margin-right: 14vw;
  }

  .img-parent.is--aluce-circle-hero {
    width: 80vw;
    height: 90vw;
  }

  .h-services-bg.bg-dark-gradient.round {
    margin-top: 15vw;
  }

  .benefit-wrapper {
    grid-row-gap: 8vw;
    margin-top: 8vw;
  }

  .benefit-wrapper.first {
    margin-top: 4vw;
  }

  .h-services-person {
    width: 30vw;
  }

  .testimonial {
    text-align: left;
  }

  .testimonial-author-wrapper {
    flex-direction: row;
    align-self: flex-start;
    align-items: center;
    margin-top: 12vw;
  }

  .testimonial-author-img-parent {
    flex: none;
    width: 18vw;
    height: 18vw;
  }

  .testimonial-author-info {
    margin-top: 0;
    margin-left: 8vw;
  }

  .testimonial-author-img, .testimonial-author-img.top {
    width: 18vw;
    height: 18vw;
  }

  .cta-circle-1 {
    top: 72%;
    left: auto;
    right: -6vw;
  }

  .cta-circle-1.is--post {
    width: 26vw;
    inset: auto auto -5% -2.6vw;
  }

  .cta-circle-2 {
    width: 40vw;
    top: 0%;
    left: -17%;
    right: auto;
  }

  .cta-circle-2.is--post {
    width: 30vw;
    top: -10%;
    left: auto;
    right: -10%;
  }

  .cta-heading-line-wrapper.top {
    margin-left: 0;
  }

  .container {
    width: 90%;
  }

  .footer.bg-white {
    padding-top: 10vw;
    padding-bottom: 10vw;
  }

  .footer-link-grid.btm {
    justify-items: start;
    margin-top: 12vw;
  }

  .m-hero-container {
    z-index: 2;
    align-items: flex-start;
    position: relative;
    overflow: hidden;
  }

  .btn-wrapper.is--m-hero {
    align-self: flex-start;
    margin-top: 0;
  }

  .btn-wrapper.is--404 {
    margin-top: 5vw;
  }

  .services-img-wrapper {
    margin-left: -14%;
  }

  .m-hero-heading-wrapper {
    margin-bottom: 8vw;
  }

  .m-project-site-img {
    width: 58vw;
    bottom: -2%;
  }

  .m-project-site-img.cc {
    bottom: -24%;
  }

  .m-nav-bg.bg-orange-gradient {
    padding-top: 0;
    display: block;
  }

  .hero.is--about {
    padding-bottom: 100vw;
  }

  .hero.is--services {
    height: auto;
    padding-top: 50vw;
  }

  .hero.is--work {
    height: auto;
    padding-top: 50vw;
    padding-bottom: 20vw;
  }

  .hero.is--home {
    background-color: #fff;
    background-image: url('../images/human-robot-hand-reaching-towards-each-other-symbolizing-harmony-humans-techn.png');
    background-position: 50% 0;
    background-repeat: no-repeat;
    background-size: contain;
    background-attachment: fixed;
    min-height: 100vh;
  }

  .subpage-h1 {
    font-size: 15vw;
  }

  .subpage-h1.text-orange {
    color: var(--main);
  }

  .label-services-wrapper {
    top: -27%;
    left: 0%;
    right: auto;
    transform: rotate(0);
  }

  .sm-container {
    width: 90%;
  }

  .sm-container.text-center {
    text-align: left;
  }

  .benefits-grid {
    grid-row-gap: 10vw;
    margin-top: 8vw;
  }

  .contact-info-text {
    font-size: 6vw;
  }

  .aluce-circle-img {
    width: 100%;
    height: 100%;
  }

  .accordion-pane._2 {
    top: 28vw;
  }

  .accordion-pane._3 {
    top: 46vw;
  }

  .accordion-pane._4 {
    padding-bottom: 10vw;
  }

  .accordion-label-text {
    font-size: 9vw;
  }

  .a-label-wrapper {
    margin-left: 3vw;
  }

  .a-item-wrapper {
    grid-row-gap: 8vw;
    margin-top: 8vw;
  }

  .a-item-wrapper.first {
    margin-top: 4vw;
  }

  .work-label {
    width: 40vw;
    top: -20%;
    left: -2%;
    transform: rotate(8deg);
  }

  .form-wrapper {
    width: 100%;
  }

  .form-container {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .form-success {
    height: 80vh;
  }

  .form-navigation {
    grid-column-gap: 4vw;
    grid-row-gap: 4vw;
    grid-template-columns: 1fr 1fr;
  }

  .form-progress {
    height: 3vw;
    margin-top: 6vw;
  }

  .form-slider {
    max-width: 100%;
    height: 70vw;
    margin-top: 20vw;
  }

  .form-slider.is--intro {
    max-width: 80vw;
    height: 110vw;
  }

  .form-slider.low-margin {
    height: 70vw;
    margin-top: 20vw;
    margin-bottom: 4vw;
  }

  .form-prev {
    width: 10vw;
    height: 10vw;
    top: 37.5%;
  }

  .prev-arrow {
    width: 8vw;
    height: 8vw;
  }

  .slider-slide_fill, .slider-slide_fill.is--intro {
    padding-bottom: 10vw;
  }

  .form-question {
    font-size: 8vw;
  }

  .text-form-field {
    height: 14vw;
    font-size: 8vw;
  }

  .form-text {
    margin-top: 3vw;
  }

  .form-options-wrapper {
    margin-top: 5vw;
  }

  .option-label {
    font-size: 6vw;
  }

  .subscribe-form-input-wrapper {
    flex: 1;
    align-self: stretch;
  }

  .hero-h1 {
    font-size: 12vw;
  }

  .image {
    width: 50vw;
  }

  .p-wrapper.s-intro {
    left: 0;
  }

  .a-intro_circle {
    bottom: -2%;
  }

  .a-intro_circle.blue {
    left: 2%;
  }

  .a-intro_circle.blue._2 {
    right: 0%;
  }

  .a-intro_circle._2 {
    top: 18%;
    left: 3%;
  }

  .utility-page-content.is--password {
    width: 80%;
  }

  ._404-text {
    margin-top: .25em;
  }

  .cc-img-2 {
    height: 90vw;
    top: -1%;
    right: -22%;
  }

  .blog-rich-text blockquote {
    margin-top: 8vw;
    margin-bottom: 8vw;
  }

  .a-link-text {
    white-space: nowrap;
  }

  .blog-nav {
    padding-top: 5vw;
    padding-bottom: 5vw;
  }

  .blog-hero-side {
    height: 90vh;
  }

  .blog-hero-side.featured {
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .blog-card {
    flex-direction: column;
  }

  .blog-card_content {
    padding: 6vw 4% 8vw;
  }

  .blog-card_img-wrapper {
    width: 100%;
    height: 70vw;
  }

  .card-title {
    font-weight: 700;
  }

  .post-hero_img-wrapper {
    height: 40vh;
  }

  .post-hero_content {
    margin-top: 10vw;
    padding-left: 2vw;
    padding-right: 2vw;
  }

  .content-info {
    grid-column-gap: 8vw;
    grid-row-gap: 8vw;
    margin-top: 5vw;
  }

  .post-wrapper {
    padding-top: 10vw;
  }

  .post-buttons {
    grid-column-gap: 5vw;
    grid-row-gap: 12vw;
  }

  .next-post {
    padding-bottom: 8vw;
  }

  .post-cta {
    height: 110vw;
  }

  .post-cta-content {
    text-align: center;
    padding-left: 5vw;
    padding-right: 5vw;
  }

  .next-post-wrapper {
    height: 110vw;
  }

  .blog-navlink {
    margin-bottom: 0;
    font-size: 14vw;
  }

  .blog-navlink.w--current {
    margin-right: 0;
    padding-top: .125em;
    padding-bottom: .125em;
    padding-left: .125em;
  }

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

  .clients-wrapper-three {
    grid-column-gap: 20px;
    grid-row-gap: 30px;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    justify-items: center;
    margin-bottom: 0;
    display: grid;
  }

  .clients-image-three {
    margin-bottom: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .cf-features-section-2-icon-wrap {
    margin-bottom: 16px;
  }

  .cf-features-section-2-grid {
    grid-template-columns: 1fr;
    justify-items: center;
  }

  .cf-logos-2--wrapper {
    grid-column-gap: 33px;
    grid-row-gap: 33px;
    grid-template-columns: 1fr 1fr 1fr;
  }

  .cf-logos-2---image-contain {
    width: 29%;
    min-width: 100px;
    height: 50px;
  }

  .image-3 {
    display: block;
  }

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

  .footer-wrapper-two {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
  }

  .footer-block-two {
    margin-top: 40px;
  }

  .footer-bottom {
    flex-direction: column;
    justify-content: flex-start;
    align-items: center;
  }

  .footer-social-block-two {
    margin-top: 20px;
  }

  .cf-review-slide {
    max-width: 240px;
  }

  .cf-review-star {
    width: auto;
    margin-left: 2px;
    margin-right: 2px;
  }

  .cf-colourful-text {
    padding-bottom: 0;
  }

  .cf-review-head-text {
    font-size: 18px;
  }

  .cf-review-author-image-wrapper {
    margin-bottom: 20px;
  }

  .cf-review-header-wrapper {
    margin-bottom: 40px;
  }

  .cf-review-star-wrapper {
    justify-content: center;
    width: 60%;
  }

  .cf-review-author-wrapper {
    flex-direction: column;
    align-items: flex-start;
  }

  .cf-review-section {
    padding-top: 140px;
    padding-bottom: 200px;
  }

  .cf-green-top-heading {
    margin-bottom: 20px;
    font-size: 16px;
  }

  .cf-slide-nav {
    flex-direction: row;
    flex: 0 auto;
    justify-content: center;
    align-items: flex-start;
    margin-bottom: 0;
    display: flex;
    inset: auto 0% -20%;
  }

  .cf-review-para-text {
    font-size: 15px;
    line-height: 145%;
  }

  .waves---section-medium {
    padding-top: 64px;
    padding-bottom: 64px;
  }

  .waves---heading-2-no-margins {
    font-size: 34px;
  }

  .waves---heading-3-no-margins {
    font-size: 22px;
  }

  .waves-grid-team-3 {
    grid-row-gap: 80px;
  }
}

#w-node-_967d21f8-c591-bbf0-39ec-4495a238dd4d-4575ce0f, #w-node-_967d21f8-c591-bbf0-39ec-4495a238dd5f-4575ce0f, #w-node-_967d21f8-c591-bbf0-39ec-4495a238dd71-4575ce0f, #w-node-e384385d-86c5-704c-3288-ca7a27fcc3cb-4575ce0f {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-_99a638fd-e40f-26c5-01b7-0ce67641e654-4575ce0f, #w-node-_8c4184eb-87a4-c71f-0b3f-6021f01bde99-4575ce0f, #w-node-a99c53be-55b8-c7cd-432c-65736196ef9b-4575ce0f, #w-node-_9da995fb-6412-229b-c266-ad5a17dc5505-4575ce16, #w-node-_260cade2-d833-c2bd-1bca-59db8a6b8f14-4575ce16, #w-node-_3b1eedef-aaa4-7ec5-3206-d4e53f0639ee-4575ce16, #w-node-_7cd7b894-fe1c-69f3-7600-7f481a3db955-4575ce16, #w-node-f5c38c9c-2985-10be-f148-cffb834ace55-4575ce16, #w-node-f5c38c9c-2985-10be-f148-cffb834ace61-4575ce16, #w-node-f5c38c9c-2985-10be-f148-cffb834ace67-4575ce16, #w-node-ed9f8189-b548-eb39-d766-0bb79dfc4a6d-4575ce16, #w-node-ed9f8189-b548-eb39-d766-0bb79dfc4a73-4575ce16, #w-node-_38bb132c-6ac9-016a-29c4-b48712638e89-4575ce16, #w-node-_38bb132c-6ac9-016a-29c4-b48712638e8f-4575ce16, #w-node-_8aa0df00-612e-b148-7fc9-b45c104a57f3-4575ce16, #w-node-_67c11b02-002f-d509-00e4-4772068927c5-4575ce16 {
  justify-self: start;
}

#w-node-_44bb3fb1-06d8-6461-d65e-b7ad6a13d51d-4575ce16, #w-node-_44bb3fb1-06d8-6461-d65e-b7ad6a13d52f-4575ce16, #w-node-_44bb3fb1-06d8-6461-d65e-b7ad6a13d541-4575ce16 {
  grid-area: span 1 / span 1 / span 1 / span 1;
}

#w-node-bf618f8a-e2a4-f227-8056-da76e5d1c58a-4575ce1f, #w-node-_1afde665-2d2c-4e50-3781-22b6bd5f8720-4575ce1f, #w-node-_37496c11-251f-a224-7574-fe68ea200a26-4575ce1f, #w-node-f2c6dedc-4a09-3832-748b-c5cd646620d9-4575ce1f {
  justify-self: start;
}

@media screen and (max-width: 767px) {
  #w-node-a8fef48c-b0b3-52dd-2db2-eece9c941d27-9c941d1b {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-a8fef48c-b0b3-52dd-2db2-eece9c941d32-9c941d1b {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }

  #w-node-_9ee35ab0-4587-4bd1-f75c-ce6722deabe1-22deabd5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
    justify-self: start;
  }

  #w-node-_9ee35ab0-4587-4bd1-f75c-ce6722deabec-22deabd5 {
    grid-area: span 1 / span 2 / span 1 / span 2;
  }
}


@font-face {
  font-family: 'pp-pangram-sans';
  src: url('../fonts/PPPangramSans-Medium.woff2') format('woff2');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'pp-pangram-sans';
  src: url('../fonts/PPPangramSans-Bold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}