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

:root {
  --white: #f1f0ef;
  --black: #040915;
  --black-bg: #02060d;
  --accent: #e24012;
  --main: #6043e1;
  --main-light: #fef0e5;
  --secondary: #140b3a;
}

.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: Satoshi Variable, Georgia, sans-serif;
  font-size: 1vw;
  font-weight: 500;
  line-height: 1.3;
}

h1 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Georgia, sans-serif;
  font-size: 5.35em;
  font-weight: 500;
  line-height: 1.3;
}

h2 {
  letter-spacing: -.02em;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Satoshi Variable, Georgia, sans-serif;
  font-size: 4.31em;
  font-weight: 500;
  line-height: 1.4;
}

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 {
  font-size: 6em;
  font-weight: 500;
  line-height: 1.32;
}

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

.super-text.no-break.cta {
  font-size: 6em;
}

.super-text.text-secondary {
  font-family: ivypresto-display, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.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 {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  align-self: flex-start;
  display: flex;
}

.div-hide.inline.is--always {
  justify-content: center;
  align-items: center;
}

.div-hide.is--always {
  display: flex;
}

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

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

.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.footer.black {
  color: var(--black);
}

.sm-upper.text-white {
  text-align: left;
}

.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_1.webp');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
}

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

.section {
  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 {
  padding-top: 14em;
  padding-bottom: 14em;
  position: relative;
  transform: rotate(0);
}

.section.is--bigger.section-is-testimonial, .section.is--bigger.testi {
  display: none;
}

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

.section.is--sticky {
  color: var(--white);
}

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

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

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

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

.section.a-intro.phone, .section.testi {
  display: none;
}

.nav {
  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 {
  grid-column-gap: 2rem;
  grid-row-gap: 2rem;
  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 {
  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;
}

.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:hover {
  color: var(--white);
}

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

.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.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: center;
  align-items: center;
  width: 100%;
  display: flex;
}

.hero-heading-line-wrapper {
  align-self: auto;
}

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

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

.label-2.is--h-about {
  object-fit: cover;
  border-radius: 100%;
  width: 12.92em;
  height: 12.92em;
  transform: rotate(-20deg);
}

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

.label-4.is--h-about {
  border-radius: 100%;
  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 {
  z-index: 1;
  overflow: visible;
}

.hero-circle-1 {
  z-index: 1;
  filter: saturate(135%) invert();
  width: 32vw;
  position: absolute;
  inset: 39% auto auto -1.5vw;
}

.hero-circle-2 {
  z-index: 1;
  filter: brightness(143%);
  width: 25em;
  position: absolute;
  inset: 16% -5% auto auto;
}

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

.project-card-wrapper {
  filter: saturate(50%);
  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: 10px;
  width: 46em;
  margin-top: -3%;
  position: absolute;
}

.project-site-img._1 {
  width: 51em;
  margin-top: 1%;
  top: 8%;
}

.project-img-1.yaku-swim-iphone {
  height: 29em;
  position: absolute;
  inset: auto auto -32% 5%;
}

.project-img-1.claire-ipad {
  height: 35em;
  position: absolute;
  top: 43%;
  left: -7%;
}

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

.poster-img._3 {
  z-index: 2;
  border-radius: 10px;
  bottom: -15%;
  right: 11%;
}

.poster-img._1 {
  border-radius: 10px;
  height: 15em;
  bottom: -5%;
  right: 2%;
}

.poster-img._4 {
  height: 26em;
  bottom: -17%;
  right: -4%;
}

.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: 15% auto auto -3.5vw;
  transform: rotate(-90deg);
}

.project-sticker {
  width: 13em;
  height: 3.75em;
  position: absolute;
  inset: auto auto 12% 21%;
  transform: rotate(23deg);
}

.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 {
  width: 12em;
  inset: 18% auto auto -2%;
}

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

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

.img-parent.services._4 {
  width: 12em;
  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 {
  background-image: url('../images/image.webp');
  background-size: cover;
  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 {
  border-radius: 1px;
  width: 13em;
}

.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: 4;
  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: 4;
  filter: brightness(105%) 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: center;
}

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

.footer-section {
  background-color: var(--white);
  padding-top: 4.5em;
  padding-bottom: 4.5em;
  position: relative;
}

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

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

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

.logo-tag.black {
  color: var(--black);
}

.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 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;
  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 {
  color: var(--white);
  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, .footer-link.w--current {
  color: var(--main);
}

.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.about-intro {
  margin-top: 3.33em;
}

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

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

.project-card-bg.bg-yakuswim {
  background-image: url('../images/Firefly_abstract-gradient-background-blurry-and-grainy-grey-light-turquoise-776835_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.project-card-bg.bg-tgm {
  background-image: url('../images/volume-resume-graphique-solitude-bureau_1.webp');
  background-position: 0 0;
  background-size: cover;
}

.project-card-bg.bg-claire {
  background-image: url('../images/fond-orange_1.webp');
  background-position: 50%;
  background-size: cover;
}

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

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

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

.star {
  filter: hue-rotate(221deg);
}

.star.white {
  filter: invert() hue-rotate(221deg);
}

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

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

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

.hero.is--home {
  padding-top: 10em;
  padding-bottom: 7em;
}

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

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

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

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

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

.label-services-wrapper.is-home {
  top: 17%;
  right: 71%;
  transform: rotate(-7deg);
}

.label-services-wrapper.is-portfolio {
  top: -20%;
  left: -14%;
  right: auto;
  transform: rotate(-7deg);
}

.label-services-wrapper.is-us {
  top: -23%;
  left: -42px;
  right: auto;
  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 {
  filter: hue-rotate(220deg);
  -webkit-text-fill-color: transparent;
  background-image: url('../images/aluce-gradient-text_1.webp');
  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-family: Satoshi Variable, Georgia, sans-serif;
  font-size: 2em;
}

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

.aluce-circle-img {
  filter: sepia(36%) saturate(72%) hue-rotate(219deg);
  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: var(--main);
  background-image: linear-gradient(#ffffff4d, #ffffff4d);
  top: 2em;
}

.accordion-pane._2 {
  background-color: var(--main);
  background-image: linear-gradient(#fff3, #fff3);
  top: 10em;
}

.accordion-pane._3 {
  background-color: var(--main);
  background-image: linear-gradient(#ffffff1a, #ffffff1a);
  top: 17em;
}

.accordion-pane._4 {
  background-color: var(--main);
  color: var(--white);
  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: 2em;
}

.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 {
  width: 6rem;
  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: linear-gradient(#ffffff1a, #ffffff1a), url('../images/image.webp');
  background-position: 0 0, 50%;
  background-size: auto, cover;
}

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

.intro-parent {
  z-index: 999;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0% auto auto 0%;
  overflow: hidden;
}

.intro-parent.is--sub {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  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%;
}

.full-img {
  object-fit: cover;
  border-radius: 1px;
  width: 100%;
}

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

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

.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: 1rem;
  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;
  overflow: hidden;
}

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

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

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

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

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

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

.form-progress.is--disabled {
  margin-bottom: 1.5em;
  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;
  overflow: hidden;
}

.form-slider.is--intro {
  height: 34em;
  margin-top: 4em;
  margin-bottom: 2rem;
}

.slider-mask {
  width: 100%;
  overflow: hidden;
}

.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: 0;
  top: 5%;
}

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

.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-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;
  font-weight: 500;
}

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

.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-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-wrapper {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  padding-top: 1rem;
  padding-bottom: 3rem;
  display: flex;
}

.form-submit {
  display: none;
}

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

.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, .a-hero-wrapper.phone {
  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 {
  filter: invert() blur(2px);
  width: 4.91em;
  height: 4.91em;
  inset: 12% 18% auto auto;
}

.a-intro_circle._2 {
  filter: blur(2px);
  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 {
  width: 6rem;
  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 -22% 2%;
}

.cc-img-2 {
  object-fit: contain;
  object-position: 50% 0%;
  height: 26em;
  position: absolute;
  inset: 14% 7% auto auto;
}

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

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

.cc-icon-4 {
  width: 5rem;
  position: absolute;
  inset: 16% auto auto 5%;
}

.cc-icon-5 {
  width: 2rem;
  position: absolute;
  inset: 11% auto auto 63%;
}

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

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

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

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

.logo-img {
  width: 5.5rem;
}

.logo-img.phone {
  display: none;
}

.logo-img.phone.book {
  width: 6.5rem;
  display: block;
}

.logo-img.desktop {
  width: 6rem;
}

.body {
  background-color: var(--white);
  font-family: Satoshi Variable, Georgia, sans-serif;
}

.paragraph-2 {
  font-weight: 500;
}

.image-3 {
  width: 12rem;
  display: none;
}

.image-4 {
  width: 5rem;
}

.icon-embed-small {
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 1.2rem;
  height: 2rem;
  display: flex;
}

.footer-mail {
  grid-column-gap: .5rem;
  grid-row-gap: .5rem;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: flex;
}

.padding-medium {
  width: 2.5rem;
  height: 2.5rem;
}

.cc-icon-6 {
  position: absolute;
  top: 24%;
  left: 9%;
}

.cc-icon-7 {
  position: absolute;
  top: 39%;
  left: 87%;
}

.ruben-img {
  border-radius: 100%;
  width: 10rem;
  position: absolute;
  top: -17%;
  right: -5%;
}

.luc-img {
  border-radius: 100%;
  width: 10rem;
  position: absolute;
  top: 73%;
  right: 21%;
}

.arrow-rub {
  width: 6rem;
  position: absolute;
  top: -12%;
  right: 34%;
}

.arrow-luc {
  width: 6rem;
  position: absolute;
  top: 84%;
  right: -5%;
}

.ivy-presto-span {
  font-family: ivypresto-display, sans-serif;
  font-style: italic;
  font-weight: 600;
}

.marquee_wrapper {
  padding-top: 6.5rem;
  padding-bottom: 6.5rem;
  display: flex;
  overflow: hidden;
}

.marquee_list {
  grid-column-gap: 6vw;
  grid-row-gap: 6vw;
  justify-content: center;
  align-items: center;
  min-width: 100%;
  display: flex;
}

.marquee_logo {
  max-height: 3.5rem;
}

.marquee_logo-wrapper {
  grid-column-gap: 1rem;
  grid-row-gap: 1rem;
  flex-flow: column;
  justify-content: center;
  align-items: center;
  display: flex;
}

.marquee_text {
  text-align: center;
  width: 100%;
  font-size: 1.5em;
}

.section_banner13 {
  overflow: hidden;
}

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

.banner13_component {
  white-space: nowrap;
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
}

.banner13_heading-top {
  font-size: 3rem;
}

.banner13_heading-bottom {
  align-self: flex-end;
  font-size: 3rem;
}

.section_outils-mobile {
  display: none;
}

@media screen and (min-width: 1440px) {
  .img-parent.h-services._3 {
     left: 12vw;
  }

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

  .hero.is--about {
    padding-bottom: 12em;
  }

  .form-container {
    padding-bottom: 1rem;
  }

  .slider-slide_fill {
    padding-bottom: 6em;
  }

  .cc-icon-4 {
    width: 7rem;
  }

  .cc-icon-5 {
    width: 3rem;
  }

  .logo-img.phone {
    width: 7rem;
  }

  .logo-img.phone.book {
    width: 8rem;
  }

  .logo-img.desktop {
    width: 7rem;
  }

  .ruben-img {
    width: 12.5rem;
    right: 1%;
  }

  .luc-img {
    width: 12.5rem;
  }

  .arrow-rub {
    width: 8rem;
    top: -21%;
    right: 36%;
  }

  .arrow-luc {
    width: 8rem;
    right: -2%;
  }

  .ivy-presto-span {
    font-family: ivypresto-display, sans-serif;
  }

  .marquee_wrapper {
    padding-top: 8rem;
    padding-bottom: 8rem;
  }

  .marquee_logo {
    height: 5rem;
    max-height: 5rem;
  }
}

@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.is--form {
    padding-top: 10em;
  }

  .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 {
    color: var(--white);
    letter-spacing: .01em;
    margin-bottom: 40px;
    padding-left: 0;
    font-size: 8vw;
    font-weight: 500;
    display: block;
  }

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

  .navlink.w--current {
    color: var(--secondary);
  }

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

  .btn {
    padding: 2.5vw 5vw;
  }

  .btn.nav {
    display: none;
  }

  .btn.m-nav {
    background-color: var(--white);
    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;
  }

  .btn-text.phone {
    font-size: 5vw;
    font-weight: 500;
  }

  .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-top.bg-white {
    background-color: var(--white);
  }

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

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

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

  .label-2 {
    width: 18vw;
  }

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

  .label-4 {
    width: 20vw;
  }

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

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

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

  .project-card-wrapper {
    filter: saturate();
    width: 100%;
    height: 55vw;
  }

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

  .project-site-img._1 {
    width: 40em;
    top: 14%;
  }

  .project-img-1.yaku-swim-iphone {
    width: 25vw;
    height: auto;
  }

  .project-img-1.claire-ipad {
    height: 28em;
    top: 46%;
    left: -12%;
  }

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

  .poster-img._1 {
    width: 15vw;
    height: auto;
    bottom: -4%;
  }

  .poster-img._4 {
    height: 20em;
    bottom: -4%;
    right: -14%;
  }

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

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

  .project-sticker {
    width: 13vw;
    height: 7vw;
    bottom: 6%;
    left: 31%;
  }

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

  .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-2-wrapper {
    display: none;
    top: 33%;
    right: 2%;
  }

  .label-4-wrapper {
    display: none;
    bottom: 20%;
    left: 74%;
  }

  .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 {
    font-size: 4.7em;
    line-height: 1.2;
  }

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

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

  .label-services-wrapper.is-home {
    top: 9%;
    left: auto;
    right: 66%;
  }

  .label-services-wrapper.is-us {
    top: -27%;
  }

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

  .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-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, .a-hero-wrapper.phone {
    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;
    bottom: -6%;
    left: -4%;
  }

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

  .cc-icon-1 {
    top: 14%;
  }

  .cc-icon-2 {
    bottom: 8%;
    right: 9%;
  }

  .cc-icon-4 {
    top: 9%;
  }

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

  .logo-img.phone {
    width: 10rem;
  }

  .logo-img.desktop {
    width: 9rem;
  }

  .cc-icon-6 {
    left: 4%;
  }

  .cc-icon-7 {
    top: 35%;
    left: 90%;
  }

  .ruben-img {
    width: 9.5rem;
    top: 3%;
    right: 114%;
  }

  .luc-img {
    top: 1%;
    right: 51%;
  }

  .arrow-rub {
    top: 3%;
    right: 161%;
  }

  .arrow-luc {
    top: 13%;
    right: 19%;
  }

  .marquee_list {
    grid-column-gap: 14vw;
    grid-row-gap: 14vw;
  }

  .marquee_logo-wrapper._2 {
    display: none;
  }

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

  .banner13_component {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .banner13_heading-top, .banner13_heading-bottom {
    font-size: 4rem;
  }
}

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

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

  .super-text.text-secondary {
    font-size: 12vw;
  }

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

  .div-hide {
    display: inline;
  }

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

  .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 {
    color: var(--white);
    margin-bottom: 5vw;
  }

  .btn {
    padding: 3.5vw 7vw;
  }

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

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

  .burger-line-top.bg-white, .burger-line-btm.bg-white {
    background-color: var(--white);
  }

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

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

  .label-2 {
    width: 28vw;
  }

  .label-2.is--h-about {
    top: 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 {
    width: 80vw;
    top: 5%;
  }

  .project-site-img._1 {
    width: 40em;
    max-width: none;
    top: 9%;
  }

  .project-img-1.yaku-swim-iphone {
    z-index: 5;
    width: 53vw;
    inset: 45% 32% auto auto;
  }

  .project-img-1.claire-ipad {
    max-width: none;
    height: 43em;
    top: 26%;
    left: -41%;
  }

  .poster-img._3 {
    height: 70vw;
    bottom: -14%;
    right: 3%;
  }

  .poster-img._1 {
    display: none;
  }

  .poster-img._4 {
    max-width: none;
    height: 30em;
    bottom: -3%;
    right: -37%;
  }

  .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: 20vw;
    height: 10vw;
    display: none;
    bottom: 55%;
    left: 66%;
  }

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

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

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

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

  .hero.is--services {
    height: auto;
    padding-bottom: 10vw;
  }

  .hero.is--home {
    width: 100%;
  }

  .subpage-h1 {
    font-size: 3.5em;
  }

  .hero-subtext {
    text-align: left;
    max-width: 32ch;
  }

  .label-services-wrapper {
    top: -14%;
  }

  .label-services-wrapper.is-us {
    left: 0;
  }

  .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 {
    width: 100%;
  }

  .outro-parent {
    padding-bottom: 5rem;
    display: none;
  }

  .outro-text {
    font-size: 1.5em;
  }

  .outro-logo {
    width: 8rem;
  }

  .intro-parent.is--sub {
    padding-bottom: 5rem;
  }

  .form {
    width: 100%;
  }

  .form-prev {
    top: 15%;
  }

  .hero-h1 {
    z-index: 10000;
    font-size: 12vw;
  }

  .p-wrapper.s-intro {
    left: 0;
  }

  .a-intro_heading {
    font-size: 9vw;
  }

  .intro-logo {
    width: 8rem;
  }

  .intro-text {
    font-size: 1.5em;
  }

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

  .cc-img-1 {
    width: 130vw;
    max-width: none;
    bottom: -17%;
    left: -52%;
  }

  .cc-img-2 {
    width: 85vw;
    max-width: none;
    height: 85vw;
    top: 11%;
    right: -15%;
  }

  .cc-icon-1 {
    display: none;
    top: 6%;
    left: 16%;
  }

  .cc-icon-2 {
    bottom: 25%;
  }

  .cc-icon-4 {
    top: 28%;
    left: 9%;
  }

  .cc-icon-5 {
    top: 6%;
    left: 40%;
  }

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

  .logo-img.phone, .logo-img.desktop {
    width: 8rem;
  }

  .marquee_list {
    grid-column-gap: 11vw;
    grid-row-gap: 11vw;
  }

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

  .banner13_component {
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }
}

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

  .form-prev {
    top: 15%;
  }

  .super-text {
    font-size: 12vw;
    display: inline;
  }

  .super-text.no-break.cta {
    text-align: left;
    white-space: normal;
    font-size: 9vw;
  }

  .super-text.text-secondary {
    font-size: 14vw;
    display: inline;
  }

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

  .heading-lg.blog-title {
    font-size: 12vw;
    line-height: 1.2;
  }

  .div-hide {
    display: inline;
  }

  .div-hide.inline {
    grid-column-gap: .5rem;
    grid-row-gap: .5rem;
  }

  .div-hide.hanging-text {
    display: inline;
  }

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

  .heading-md.contact {
    font-size: 12vw;
  }

  .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: 30vw;
  }

  .section.s-intro {
    padding-top: 20vw;
    padding-bottom: 20vw;
  }

  .section.a-intro {
    display: none;
  }

  .section.a-intro.phone {
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .nav {
    padding-top: 6vw;
    padding-bottom: 6vw;
  }

  .container.flex-cc-v.is--cta {
    justify-content: center;
    align-items: center;
  }

  .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 {
    width: 100%;
    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.bigger.btn-gradient.stagger-text {
    width: 100%;
  }

  .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 {
    display: none;
  }

  .m-nav-wrapper {
    justify-content: center;
  }

  .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-site-img._1 {
    width: 28em;
    top: 3%;
  }

  .project-img-1.yaku-swim-iphone {
    width: 60vw;
  }

  .project-img-1.claire-ipad {
    height: 22em;
    top: 42%;
    left: -20%;
  }

  .poster-img._4 {
    height: 17em;
    bottom: -4%;
    right: -27%;
  }

  .recent-project-label {
    display: none;
  }

  .project-sticker {
    width: 18vw;
    height: 18vw;
    bottom: 51%;
  }

  .img-parent.aluce-circle {
    width: 90vw;
    margin-right: auto;
  }

  .img-parent.h-services {
    margin-right: 14vw;
  }

  .img-parent.is--aluce-circle-hero {
    flex-flow: column;
    width: auto;
    height: auto;
    margin-right: auto;
    display: flex;
  }

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

  .auto {
    flex-flow: column;
    justify-content: center;
    align-items: center;
    display: flex;
  }

  .testimonial {
    text-align: left;
    font-size: 2.6em;
  }

  .testimonial.is--clutch {
    font-size: 2.1em;
  }

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

  .logo-tag {
    display: block;
  }

  .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 {
    width: 100%;
  }

  .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 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: wrap;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    margin-bottom: 8vw;
  }

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

  .hero.is--about {
    padding-top: 50vw;
    padding-bottom: 20vw;
  }

  .hero.is--services {
    height: auto;
    padding-top: 50vw;
  }

  .hero.is--work {
    height: auto;
    padding-top: 50vw;
    padding-bottom: 20vw;
  }

  .hero.is--home {
    min-height: 100vh;
  }

  .subpage-h1 {
    font-size: 15vw;
  }

  .subpage-h1.text-center.super-text {
    font-size: 14vw;
  }

  .subpage-h1.text-center.phone {
    text-align: left;
  }

  .label-services-wrapper {
    top: -23%;
    left: 0%;
    right: auto;
    transform: rotate(0);
  }

  .label-services-wrapper.is-home {
    top: 2%;
    left: 5%;
    right: auto;
  }

  .label-services-wrapper.is-portfolio {
    top: -36%;
    left: 0%;
  }

  .label-services-wrapper.is-us {
    top: -14%;
    left: 0;
  }

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

  .sm-container {
    width: 90%;
  }

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

  .outro-parent, .intro-parent, .intro-parent.is--sub {
    display: none;
  }

  .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: 100%;
    height: 110vw;
  }

  .form-prev {
    width: 10vw;
    height: 10vw;
    top: 17.5%;

  }

  .form-prev.is--first-slide {
    top: 17.5%;
  }

  .prev-arrow {
    width: 8vw;
    height: 8vw;
  }

  .slider-slide_fill {
    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;
  }

  .hero-h1 {
    font-size: 13vw;
    display: inline;
  }

  .a-hero-wrapper.image {
    display: none;
  }

  .a-hero-wrapper.phone {
    flex-flow: column;
    display: flex;
    position: static;
    overflow: hidden;
  }

  .image {
    width: 50vw;
  }

  .p-wrapper.s-intro {
    left: 0;
  }

  .a-intro_heading {
    font-size: 10vw;
  }

  .a-intro_circle {
    bottom: 4%;
  }

  .a-intro_circle.blue {
    left: 2%;
  }

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

  .a-intro_circle._2 {
    top: 18%;
    left: 3%;
  }

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

  ._404-text {
    margin-top: .25em;
  }

  .cc-img-1 {
    width: 140vw;
    display: block;
    bottom: -21%;
  }

  .cc-img-2 {
    top: 8%;
    right: -16%;
  }

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

  .logo-img.phone {
    width: 9rem;
  }

  .logo-img.phone.book {
    width: 8rem;
  }

  .cc-icon-6 {
    display: block;
    top: 51%;
    left: 66%;
  }

  .cc-icon-7 {
    top: 87%;
    left: 44%;
  }

  .ruben-img, .luc-img {
    position: static;
  }

  .about-img-wrapper {
    grid-column-gap: 1rem;
    grid-row-gap: 1rem;
    justify-content: center;
    align-items: center;
    padding: 2rem 1rem;
    display: flex;
  }

  .arrow-rub, .arrow-luc {
    position: static;
  }

  .marquee_list {
    grid-column-gap: 5vw;
    grid-row-gap: 5vw;
  }

  .marquee_logo.is-smart {
    width: 5.5rem;
  }

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

  .banner13_component {
    grid-column-gap: .5rem;
    grid-row-gap: 1rem;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
  }

  .banner13_heading-top, .banner13_heading-bottom {
    margin-left: -3rem;
    font-size: 3rem;
  }

  .section_outils-mobile {
    grid-column-gap: 2rem;
    grid-row-gap: 2rem;
    flex-flow: column;
    padding-top: 10vw;
    padding-bottom: 15vw;
    display: flex;
    overflow: hidden;
  }
}

#w-node-_99a638fd-e40f-26c5-01b7-0ce67641e654-df29cf0d, #w-node-_8c4184eb-87a4-c71f-0b3f-6021f01bde99-df29cf0d, #w-node-a99c53be-55b8-c7cd-432c-65736196ef9b-df29cf0d, #w-node-bf618f8a-e2a4-f227-8056-da76e5d1c58a-df29cf0f, #w-node-_1afde665-2d2c-4e50-3781-22b6bd5f8720-df29cf0f, #w-node-_37496c11-251f-a224-7574-fe68ea200a26-df29cf0f, #w-node-f2c6dedc-4a09-3832-748b-c5cd646620d9-df29cf0f, #w-node-_9da995fb-6412-229b-c266-ad5a17dc5505-df29cf12, #w-node-_260cade2-d833-c2bd-1bca-59db8a6b8f14-df29cf12, #w-node-_3b1eedef-aaa4-7ec5-3206-d4e53f0639ee-df29cf12, #w-node-_7cd7b894-fe1c-69f3-7600-7f481a3db955-df29cf12, #w-node-f5c38c9c-2985-10be-f148-cffb834ace55-df29cf12, #w-node-f5c38c9c-2985-10be-f148-cffb834ace61-df29cf12, #w-node-f5c38c9c-2985-10be-f148-cffb834ace67-df29cf12, #w-node-ed9f8189-b548-eb39-d766-0bb79dfc4a6d-df29cf12, #w-node-ed9f8189-b548-eb39-d766-0bb79dfc4a73-df29cf12, #w-node-_38bb132c-6ac9-016a-29c4-b48712638e89-df29cf12, #w-node-_38bb132c-6ac9-016a-29c4-b48712638e8f-df29cf12, #w-node-_8aa0df00-612e-b148-7fc9-b45c104a57f3-df29cf12, #w-node-_67c11b02-002f-d509-00e4-4772068927c5-df29cf12 {
  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: 'Satoshi Variable';
  src: url('../fonts/Satoshi-Variable.ttf') format('truetype');
  font-weight: 300 900;
  font-style: normal;
  font-display: swap;
}