@font-face {
  font-family: Bonvivantserif;
  src: url('../fonts/BonVivantSerif.woff2') format("woff2");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Bon;
  src: url('../fonts/BonVivantSerifBold.woff2') format("woff2");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Changaone;
  src: url('../fonts/ChangaOne-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasunicapro;
  src: url('../fonts/NeueHaasUnicaPro-Regular.ttf') format("truetype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasunicapro;
  src: url('../fonts/NeueHaasUnicaPro-MediumIt.ttf') format("truetype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasunicapro;
  src: url('../fonts/NeueHaasUnicaPro-Black.ttf') format("truetype"), url('../fonts/NeueHaasUnicaPro-Heavy.ttf') format("truetype");
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuehaasunicapro;
  src: url('../fonts/NeueHaasUnicaPro-Bold.ttf') format("truetype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

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

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Regular.otf') format("opentype");
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Medium.otf') format("opentype");
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Light.otf') format("opentype");
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: Neuemontreal;
  src: url('../fonts/NeueMontreal-Bold.otf') format("opentype");
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}

:root {
  --warm-black: #141414;
  --tan: #dfd3c3;
  --white: white;
  --neon: #01f;
  --white-smoke: #f8f8f8;
  --grey: #272727;
  --white-titles: #dadadb;
  --black: #0c0c0c;
  --ligh: #e4e4e4;
}

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

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

.w-layout-vflex {
  flex-direction: column;
  align-items: flex-start;
  display: flex;
}

body {
  background-color: var(--warm-black);
  color: var(--warm-black);
  cursor: auto;
  justify-content: center;
  font-family: PT Sans, sans-serif;
  font-size: 1vw;
  font-weight: 400;
  line-height: 1.3;
}

h1 {
  color: var(--tan);
  margin-top: 1.25rem;
  margin-bottom: .9375rem;
  font-family: Grandslang b side;
  font-size: 4em;
  font-weight: 400;
  line-height: 1.3;
}

h2 {
  color: var(--white);
  mix-blend-mode: normal;
  margin-top: .625rem;
  margin-bottom: 0;
  font-size: 2em;
  font-weight: 400;
  line-height: 1;
  text-decoration: none;
}

h3 {
  color: var(--warm-black);
  text-align: left;
  letter-spacing: .05em;
  text-transform: none;
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-family: Bon, sans-serif;
  font-size: 2em;
  font-weight: 700;
  line-height: 1.1;
}

h4 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.7em;
  font-weight: 400;
  line-height: 1.3;
}

h5 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1.25rem;
  font-weight: 500;
  line-height: 2.125rem;
}

h6 {
  margin-top: .625rem;
  margin-bottom: .625rem;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.75rem;
}

p {
  margin-bottom: .625rem;
}

a {
  color: var(--neon);
  padding: 0;
  text-decoration: none;
  transition: all .2s;
  display: inline-block;
}

a:hover {
  text-decoration: none;
}

a:active {
  color: #ffffff80;
}

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

ul {
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
  padding-left: 2.5rem;
  list-style-type: disc;
}

li {
  margin-bottom: .625rem;
}

img {
  z-index: 1;
  padding: 0;
  display: block;
}

label {
  letter-spacing: .0625rem;
  text-transform: uppercase;
  margin-bottom: .625rem;
  font-size: .75rem;
  font-weight: 500;
  line-height: 1.25rem;
}

blockquote {
  text-align: center;
  text-transform: uppercase;
  border-left-style: solid;
  border-left-width: 0;
  font-family: Grandslang b side;
  font-size: 4.5vw;
  line-height: 1;
}

figure {
  margin-top: 1.5625rem;
  padding-bottom: 1.25rem;
}

figcaption {
  opacity: .6;
  text-align: center;
  margin-top: .3125rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.button {
  color: #fff;
  letter-spacing: .125rem;
  text-transform: uppercase;
  background-color: #1a1b1f;
  border-radius: 0;
  padding: .75rem 1.5625rem;
  font-size: .75rem;
  line-height: 1.25rem;
  text-decoration: none;
  transition: background-color .4s, opacity .4s, color .4s;
}

.button:hover {
  color: #fff;
  background-color: #32343a;
}

.button:active {
  background-color: #43464d;
}

.menu-button {
  flex-direction: column;
  justify-content: center;
  align-items: flex-start;
  display: flex;
  position: relative;
}

.text-field {
  border: .0625rem solid #e4e4e4;
  border-radius: 0;
  margin-bottom: 1.125rem;
  padding: 1.3125rem 1.25rem;
  font-size: .875rem;
  line-height: 1.625rem;
  transition: border-color .4s;
}

.text-field:hover {
  border-color: #e3e6eb;
}

.text-field:active, .text-field:focus {
  border-color: #43464d;
}

.text-field::placeholder {
  color: #32343a66;
}

.status-message {
  color: #fff;
  text-align: center;
  background-color: #202020;
  padding: .5625rem 1.875rem;
  font-size: .875rem;
  line-height: 1.625rem;
}

.status-message.cc-error-message {
  background-color: #db4b68;
}

.utility-page-wrap {
  color: #fff;
  text-align: center;
  justify-content: center;
  align-items: center;
  width: 100vw;
  max-width: 100%;
  height: 100vh;
  max-height: 100%;
  padding: 1.875rem;
  display: flex;
}

.protected-wrap {
  text-align: center;
  justify-content: center;
  padding-top: 5.625rem;
  padding-bottom: 6.25rem;
  display: flex;
}

.protected-form {
  flex-direction: column;
  display: flex;
}

.protected-heading {
  margin-bottom: 1.875rem;
}

.paragraph {
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 1.5em;
  font-size: 1.3em;
  line-height: 1.6;
}

.arrow-button {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  padding: .5em .5em .5em 0;
  font-size: 1em;
  display: flex;
}

.arrow-button:hover {
  border: 0rem solid var(--neon);
  border-radius: 0%;
  text-decoration: none;
}

.footer {
  z-index: -1;
  text-align: left;
  background-color: #1b1b1b;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding: 12rem 0 3vw;
  display: flex;
  position: static;
  bottom: 0;
}

.footer-link {
  color: #fff;
  border-bottom: 0 #000;
  flex-direction: row;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: flex-start;
  align-items: center;
  margin-left: .5em;
  margin-right: .5em;
  padding: .3em .5em;
  line-height: 2rem;
  text-decoration: underline;
  transition: color .2s ease-in-out;
  display: flex;
  overflow: hidden;
}

.footer-link:hover {
  opacity: 1;
  color: #ffffffbf;
  text-decoration: none;
  transform: rotate(0);
}

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

.footer-link.w--current:hover {
  text-decoration: none;
}

.footer-link.nav {
  border-bottom-width: 0;
  border-bottom-color: var(--white);
  color: var(--white-smoke);
  flex-direction: row;
  align-items: center;
  margin-top: .5em;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 1.3em;
  transition-duration: .4s;
  position: static;
}

.footer-link.email {
  border-bottom: .015625rem none var(--white);
  direction: ltr;
  text-transform: none;
  white-space: normal;
  object-fit: fill;
  flex: 1;
  justify-content: center;
  align-self: auto;
  align-items: center;
  margin-left: 0;
  margin-right: 0;
  padding: 0;
  font-family: Bonvivantserif, sans-serif;
  font-size: 15.4rem;
  font-weight: 400;
  line-height: 0;
  text-decoration: none;
  overflow: visible;
}

.footer-link.email.nav {
  justify-content: flex-start;
  margin-left: 0;
  margin-right: 0;
  font-family: PT Sans, sans-serif;
  font-size: 1.5em;
  line-height: 2.3rem;
}

.footer-link.email.nav:hover {
  color: #999;
}

.footer-link.email.nav.fr {
  font-family: Neuemontreal, sans-serif;
  font-size: 1rem;
}

.text-scroll-wrap {
  z-index: 2;
  width: 100%;
  position: relative;
  inset: 0 0% 0%;
  overflow: hidden;
}

.text-scroll-wrap.contact {
  margin-top: 0;
  padding-top: 5em;
}

.text-scroll-wrap.sticky {
  z-index: 3;
  mix-blend-mode: normal;
  background-color: #0000;
  height: auto;
  margin-top: 0;
  line-height: .7;
  position: static;
  inset: auto 0% 0%;
}

.text-scroll-wrap.sticky.hide {
  display: none;
}

.div-line-overflow {
  width: 23.125rem;
  position: relative;
  overflow: hidden;
}

.nav-link {
  align-items: center;
  width: 100%;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding: 0 .3em;
  font-family: Bonvivantserif, sans-serif;
  font-size: 6em;
  transition: all .4s;
  display: flex;
}

.nav-link.w--current {
  color: var(--neon);
  text-align: left;
  padding-top: 0;
  padding-bottom: 0;
  font-size: 6em;
}

.resume-sections {
  background-color: #0000;
  padding: 6em 3em 4em;
}

.resume-section-head {
  color: #141411;
  text-align: right;
  letter-spacing: .1rem;
  text-transform: none;
  width: auto;
  font-family: Bonvivantserif, sans-serif;
  font-size: 5em;
  font-weight: 400;
  line-height: 1;
  position: relative;
}

.xp-subhead {
  color: var(--grey);
  letter-spacing: .075rem;
  text-transform: capitalize;
  margin-top: .5rem;
  margin-bottom: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.resume-text {
  color: var(--grey);
  margin-top: 0;
  margin-bottom: 0;
  padding-top: 0;
  padding-bottom: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: .7em;
  font-style: normal;
  line-height: 1.6;
}

.div-line {
  background-color: var(--warm-black);
  width: 24.375rem;
  height: 0;
  margin-top: 1.25rem;
  margin-bottom: 1.25rem;
}

.resume-wrap {
  z-index: 4;
  background-color: var(--white-titles);
  object-fit: contain;
  display: block;
  position: relative;
  overflow: hidden;
}

.resume-block-head {
  color: var(--warm-black);
  letter-spacing: .125rem;
  text-transform: uppercase;
  margin-bottom: .25rem;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.88rem;
  font-weight: 500;
  line-height: 1.5;
}

.resume-block-head._01 {
  flex-flow: column;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.9rem;
  font-weight: 500;
  text-decoration: none;
  display: flex;
}

.resume-block-head._02 {
  font-family: Neuemontreal, sans-serif;
  font-weight: 500;
}

.text-animate {
  z-index: 2;
  mix-blend-mode: normal;
  object-fit: fill;
  justify-content: flex-start;
  align-items: center;
  margin-top: 2.125rem;
  margin-bottom: 0;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: static;
  inset: auto 0% 0%;
  overflow: visible;
}

.get-in-touch {
  color: #17171770;
  font-weight: 500;
}

.get-in-touch.nav {
  color: #ffffff73;
  text-align: left;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.5rem;
  position: static;
}

.contact-wrapper {
  flex-direction: column;
  margin-top: 3.125rem;
  padding: 0;
  display: flex;
}

.footer-cta {
  flex-direction: row;
  justify-content: space-around;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  height: auto;
  margin-left: auto;
  margin-right: auto;
  padding: 0 0;
  display: block;
}

.about-img-wrap {
  flex-direction: row;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  margin-top: 0%;
  display: block;
  position: relative;
}

.about-header {
  color: #fafafa;
  text-align: center;
  letter-spacing: .1rem;
  text-transform: none;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bonvivantserif, sans-serif;
  font-size: 10em;
  font-weight: 400;
  line-height: 1;
}

.about-header.fr {
  font-family: Bon, sans-serif;
  font-size: 8.1em;
  font-weight: 700;
  line-height: 1.2;
}

.about-headline-wrap {
  z-index: 2;
  mix-blend-mode: difference;
  background-color: #0000;
  background-image: none;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  padding-top: 0;
  padding-left: 5em;
  padding-right: 5em;
  display: flex;
  position: absolute;
  inset: auto 0%;
}

.header-wrap {
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 200vh;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-text-wrap {
  background-color: var(--warm-black);
  -webkit-text-fill-color: inherit;
  background-clip: border-box;
  flex-direction: row;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 90vh;
  min-height: auto;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.about-text {
  z-index: 4;
  color: var(--tan);
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: 48%;
  max-width: 75rem;
  height: 50%;
  padding-left: 4em;
  padding-right: 8em;
  font-size: 1vw;
  line-height: 1.5;
  display: flex;
  position: relative;
}

.img05 {
  z-index: 3;
  width: 11%;
  position: absolute;
  inset: 43% auto auto 3%;
  overflow: hidden;
}

.img03 {
  z-index: 3;
  width: 15%;
  display: block;
  position: absolute;
  inset: 20% 0% auto auto;
  overflow: hidden;
}

.img07 {
  z-index: 2;
  object-fit: fill;
  width: 14%;
  display: block;
  position: absolute;
  inset: auto 1% 21% auto;
  overflow: hidden;
}

.img01 {
  z-index: 1;
  width: 15%;
  display: block;
  position: absolute;
  inset: 2% auto auto 12%;
  overflow: hidden;
}

.img09 {
  z-index: 2;
  width: 10%;
  margin-bottom: 5em;
  position: absolute;
  inset: auto auto 9% 0%;
  overflow: hidden;
}

.full-width-img {
  background-color: #121212;
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  width: 100%;
  margin-top: 0;
  padding-top: 5em;
  padding-bottom: 5em;
  display: flex;
  overflow: hidden;
}

.full-width-img.top {
  background-color: var(--black);
  justify-content: center;
  align-items: center;
  height: 115vh;
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  display: flex;
  position: relative;
  overflow: hidden;
}

.full-width-img.top.mobile {
  display: none;
}

.full-width-img.top._01 {
  height: 90vh;
}

.full-width-img.top.laurie {
  justify-content: center;
  align-items: center;
  height: 90vh;
  display: flex;
}

.full-width-img.mobile {
  padding-top: 5em;
  padding-bottom: 5em;
  display: none;
}

.full-width-img.mobile.small {
  display: flex;
}

.full-width-img.mobile.app {
  background-color: #141414;
  padding-top: 5em;
  display: flex;
}

.full-width-img.mobile.app.last, .full-width-img.mobile.last {
  padding-bottom: 10em;
}

.full-width-img.mobile.lamain {
  background-color: #141414;
  display: flex;
}

.full-width-img.details.pics {
  flex-flow: column;
  align-items: stretch;
}

.full-width-img.amelie {
  background-color: var(--warm-black);
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
}

.full-width-img.amelie.pics {
  background-color: #141414;
  padding-top: 0;
  padding-bottom: 0;
}

.full-width-img.small, .full-width-img.small.one, .full-width-img.small.hide {
  display: none;
}

.full-width-img.small.mobile {
  padding-top: 5em;
  display: none;
}

.full-width-img.rad {
  background-color: var(--warm-black);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: 100vh;
  padding: 3rem;
}

.full-width-img.rad.aero {
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  height: auto;
  display: flex;
}

.full-width-img.rad.aero.bikes {
  padding-top: 10rem;
  padding-bottom: 10rem;
}

.full-width-img.rad.aero.nopad {
  padding-top: 0;
  padding-bottom: 0;
}

.full-width-img.rad.aero.bigpad {
  padding-bottom: 5rem;
}

.full-width-img.axis {
  background-color: var(--warm-black);
  -webkit-text-stroke-color: var(--warm-black);
  flex-flow: column;
  justify-content: center;
  align-items: stretch;
  padding-left: 3rem;
  padding-right: 3rem;
  display: flex;
  overflow: hidden;
}

.full-width-img.axis.nopad {
  padding-top: 0;
  padding-bottom: 0;
}

.full-width-img.hide {
  background-color: var(--warm-black);
  display: flex;
}

.full-width-img.mobileopen, .full-width-img.halaken {
  display: none;
}

.full-width-img.last {
  padding-bottom: 10em;
}

.full-width-img.bigsize {
  background-color: var(--warm-black);
  justify-content: flex-start;
  align-items: stretch;
  height: 140vh;
  padding-left: 3rem;
  padding-right: 3rem;
}

.full-width-img.bigsize.test {
  height: 100vh;
  display: none;
}

.full-width-img.halakenrecords {
  background-color: var(--warm-black);
  padding-left: 3rem;
  padding-right: 3rem;
}

.full-width-img.halakenrecords.nopad {
  padding-top: 0;
  padding-bottom: 0;
}

.full-width-img.saapp {
  background-color: var(--warm-black);
  padding: 3em 3rem;
}

.full-width-img.lmslf {
  background-color: var(--warm-black);
  padding-bottom: 0;
}

.full-height-text {
  background-color: var(--white-titles);
  -webkit-text-stroke-color: var(--white-titles);
  flex-flow: column;
  place-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: 100%;
  min-height: auto;
  margin-top: 0;
  margin-bottom: 6rem;
  margin-left: 0;
  padding-top: 6rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: static;
}

.full-height-text.process {
  justify-content: center;
  align-items: flex-start;
  height: 60vh;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
}

.full-height-text.conclusion {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  height: 90vh;
  margin-top: 0;
  margin-bottom: 0;
  margin-left: 0;
  padding-top: 0;
}

.img-space-wrap {
  background-color: #121212;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: auto;
  height: 100%;
  padding-top: 4em;
  padding-bottom: 4em;
  display: flex;
}

.img-space-wrap.two-col {
  background-color: var(--warm-black);
  flex-direction: row;
  align-items: flex-start;
  width: auto;
  height: auto;
  padding-bottom: 5em;
  padding-left: 2em;
  padding-right: 2em;
  display: flex;
}

.img-space-wrap.video {
  z-index: 200;
  background-color: #0000;
  width: 100%;
  padding-top: 0;
  padding-bottom: 0;
  position: relative;
}

.single-column-img {
  z-index: 201;
  object-position: 50% 0%;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-top: 9em;
  margin-bottom: 9em;
  display: flex;
  position: relative;
  overflow: visible;
}

.single-column-img.last {
  margin-bottom: 12em;
}

.link {
  color: var(--white);
  text-align: center;
  cursor: pointer;
  border: .0625rem solid #ffffff26;
  border-radius: 100vw;
  padding: 1.1em 2.6em;
  transition: color .2s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-button {
  z-index: 991;
  background-color: #0000;
  border-radius: 50%;
  flex-flow: row;
  justify-content: flex-end;
  align-items: center;
  width: 4.375rem;
  height: 4.375rem;
  margin-top: 1rem;
  margin-right: 2rem;
  padding: 0;
  position: fixed;
  inset: 0% 0% auto auto;
}

.menu-button:hover {
  background-color: #0000;
  border-radius: 50%;
}

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

.menu-button.w--open {
  color: var(--warm-black);
  mix-blend-mode: normal;
  background-color: #0000;
}

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

.hero-intro {
  object-fit: fill;
  flex-direction: column;
  flex: 0 auto;
  justify-content: flex-start;
  align-items: flex-start;
  width: 100%;
  height: auto;
  margin-top: 0%;
  padding: 2rem 0 0%;
  display: flex;
  position: relative;
  top: 0%;
}

.takeover {
  z-index: 990;
  background-color: #1b1b1b;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 6em 4em;
  display: flex;
  position: fixed;
  inset: 0%;
  overflow: auto;
}

.fuck {
  color: #ffffff7a;
  border-bottom: 0 solid #f8f8f833;
  padding: 1em 0;
  font-family: Grandslang b side;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.fuck:hover {
  color: var(--white-smoke);
  text-decoration: none;
  transform: translate(0);
}

.fuck:focus {
  text-decoration: none;
}

.fuck.w--current {
  color: var(--white);
  border-bottom-width: 0;
  font-family: Bonvivantserif, sans-serif;
}

.fuck.w--current:hover {
  text-decoration: none;
}

.fuck.w--current:focus {
  color: #ffffff7a;
}

.number {
  font-family: PT Sans, sans-serif;
  font-size: 1.1em;
  line-height: 1.1;
}

.menu-links-wrapper {
  width: 50%;
  margin-right: 1em;
}

.secondary-link-wrapper {
  flex-direction: column;
  justify-content: flex-end;
  padding-bottom: 1em;
  display: flex;
}

.takeover-inner {
  z-index: 990;
  flex-direction: row;
  justify-content: space-around;
  align-items: flex-end;
  height: 100%;
  display: flex;
}

.locomotive-scroll {
  z-index: 2;
  background-color: var(--white-titles);
  position: relative;
  overflow: hidden;
}

.locomotive-scroll.projects {
  flex-direction: column;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  display: flex;
}

.nav {
  mix-blend-mode: normal;
  background-color: #0000;
  flex-direction: column;
  justify-content: center;
  align-items: stretch;
  position: absolute;
  inset: 0% 0% auto;
}

.about-intro-wrap {
  position: relative;
}

.hero-image {
  text-transform: lowercase;
  border: 1px #000;
  flex-flow: column;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 85vh;
  margin-left: 3rem;
  margin-right: 0;
  display: flex;
  position: relative;
  overflow: visible;
}

.text-wrap {
  color: var(--white-titles);
  max-width: 75.125rem;
  font-family: Neuemontreal, sans-serif;
  font-size: 1em;
  font-weight: 400;
  line-height: 1.3;
}

.menu-bottom {
  mix-blend-mode: normal;
  background-color: #0000;
  width: 1.875rem;
  height: .125rem;
  position: absolute;
  top: 2.375rem;
}

.menu-top {
  mix-blend-mode: normal;
  background-color: #0000;
  width: 1.875rem;
  height: .125rem;
  position: absolute;
  top: 1.875rem;
}

.menu-wrap {
  mix-blend-mode: normal;
  background-color: #0000;
  flex-direction: column;
  flex: none;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.contact-overflow {
  margin-bottom: 2em;
  display: block;
  overflow: hidden;
}

.menu-hover {
  width: 100%;
  height: 100%;
  padding: 0;
  transition: none;
}

.project-full-screen {
  flex: 1;
  justify-content: center;
  align-items: center;
  margin-left: 3rem;
  padding: 0 0;
  position: static;
}

.link-over-card {
  width: 100%;
  height: 100%;
  padding: 0;
  position: relative;
}

.overflow-hidden {
  margin-top: 0;
  display: block;
  overflow: visible;
}

.half-screen {
  flex-direction: column-reverse;
  justify-content: center;
  align-items: flex-start;
  height: 85vh;
  margin-left: 3rem;
  padding-left: 0;
  padding-right: 0;
  display: flex;
  position: relative;
}

.h1-project {
  color: var(--warm-black);
  letter-spacing: .1rem;
  font-family: Bon, sans-serif;
  font-size: 8.5em;
  font-weight: 700;
}

.h1-project.fuck {
  margin-top: 0;
  margin-bottom: 0;
  line-height: 1;
}

.h1-project.poster {
  font-size: 10em;
}

.footer-links-flex {
  justify-content: space-between;
  width: auto;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding: 0 0 .2em;
  display: flex;
  position: static;
}

.footer-links {
  flex-direction: column;
  justify-content: space-between;
  display: flex;
}

.about-headline {
  color: var(--warm-black);
  -webkit-text-stroke-color: #fafafa00;
  text-transform: uppercase;
  white-space: nowrap;
  cursor: default;
  mix-blend-mode: difference;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 2vw;
  font-family: Bonvivantserif, sans-serif;
  font-size: 7vw;
  line-height: 1;
  display: flex;
}

.about-headline.fr {
  text-transform: uppercase;
  font-size: 7em;
  line-height: 1;
  overflow: visible;
}

.section-label {
  z-index: 5;
  flex-direction: column;
  align-items: flex-start;
  width: 50%;
  height: 50%;
  margin-top: 0;
  margin-left: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.section-label._1975 {
  flex-flow: column;
  flex: 0 auto;
  justify-content: flex-end;
  align-items: flex-start;
  height: 50%;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-bottom: 0;
  padding-right: 0;
  display: flex;
  inset: auto auto -3% -3%;
  overflow: visible;
}

.img-track {
  background-color: #0000;
  width: 100%;
  height: 100%;
}

.color-load {
  z-index: 4;
  background-color: var(--grey);
  flex: 1;
  width: auto;
  height: auto;
  display: flex;
  position: absolute;
  inset: 0%;
}

.img-cover {
  object-fit: cover;
  flex: 1;
  width: 100%;
  height: 120%;
  position: static;
  inset: 0%;
}

.img-cover.main {
  flex: 1;
  height: 120%;
  padding-left: 0;
  padding-right: 0;
  display: block;
}

.img-cover.main.laurie {
  flex: 0 auto;
  height: 120%;
}

.img-cover.proj {
  color: #363636;
  object-position: 50% 0%;
  width: auto;
  max-width: none;
  height: auto;
}

.img-cover.proj.mobile {
  width: auto;
}

.img-cover.proj.challenge {
  width: auto;
  max-width: 90rem;
}

.img-cover.proj.challenge.sa {
  max-width: 75rem;
}

.img-cover.proj.special {
  max-width: 76.875rem;
}

.img-cover.newlogo {
  width: 29.79em;
}

.img-cover.saconstruction {
  background-color: var(--warm-black);
  flex-flow: column;
  padding: 5rem 3rem;
  display: flex;
}

.img-cover.saconstruction.nopad {
  padding-top: 0;
  padding-bottom: 0;
}

.two-col-img {
  column-count: 2;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  width: 100%;
  max-width: 75rem;
  height: 100%;
  margin-top: 4em;
  margin-bottom: 4em;
  display: block;
  position: relative;
  overflow: hidden;
}

.img-cta-wrap {
  flex-direction: column;
  align-items: flex-end;
  max-width: 75rem;
  display: flex;
  overflow: hidden;
}

.proj-scroll-text {
  color: #fff3;
  white-space: nowrap;
  cursor: default;
  flex-direction: row-reverse;
  justify-content: flex-end;
  align-items: stretch;
  margin-top: 0;
  margin-bottom: 0;
  margin-right: 3vw;
  font-family: Grandslang b side;
  font-size: 9vw;
  line-height: 1;
  display: none;
}

.img-col {
  padding-left: 0;
  padding-right: 0;
  display: block;
  overflow: hidden;
}

.proj-img-wrap {
  max-width: 75rem;
  overflow: hidden;
}

.load-swipe {
  z-index: 1001;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  background-color: var(--grey);
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  display: none;
  position: fixed;
  inset: 0%;
}

.loading {
  font-size: 1.3em;
  position: absolute;
}

.loading.two {
  color: #00fff7;
  font-family: Oswald, sans-serif;
  font-size: 2em;
  display: block;
}

.loading.three {
  color: #6d75c9;
  font-family: Changa One, Impact, sans-serif;
  font-size: 2em;
  font-weight: 400;
  display: flex;
}

.loading.four {
  color: var(--white);
  letter-spacing: .05em;
  font-family: Impact, Haettenschweiler, Franklin Gothic Bold, Charcoal, sans-serif;
  font-size: 2em;
  font-weight: 700;
  display: block;
}

.loading.one {
  color: var(--white);
  font-family: Bonvivantserif, sans-serif;
  font-size: 2em;
  display: block;
  position: static;
}

.back-text {
  color: var(--white-titles);
  font-family: Neuemontreal, sans-serif;
  font-size: .8em;
}

.back-icon {
  flex: none;
  margin-right: .5em;
  display: flex;
}

.img04 {
  z-index: 3;
  width: 12%;
  position: absolute;
  inset: 32% auto auto 41%;
  overflow: hidden;
}

.body {
  background-color: #0000;
  background-image: linear-gradient(314deg, #c4c5c7, #dcdddf 100%, #ebebeb);
}

.text-75 {
  color: var(--white-titles);
  text-align: left;
  letter-spacing: -3.125rem;
  flex-direction: row;
  justify-content: space-between;
  align-items: flex-start;
  font-family: Bonvivantserif, sans-serif;
  font-size: 53rem;
  line-height: .5;
  display: block;
  overflow: visible;
}

.text-19 {
  color: var(--white-titles);
  letter-spacing: 0;
  height: auto;
  font-family: Bonvivantserif, sans-serif;
  font-size: 57rem;
  line-height: .8;
}

.logo {
  z-index: 10;
  mix-blend-mode: difference;
  width: 10%;
  position: fixed;
  inset: 2.3rem auto auto 3rem;
}

.image {
  mix-blend-mode: normal;
}

.img06 {
  width: 10%;
  position: absolute;
  inset: auto auto 27% 31%;
  overflow: hidden;
}

.img02 {
  width: 10%;
  position: absolute;
  inset: 5% 25% auto auto;
  overflow: hidden;
}

.img08 {
  position: absolute;
  inset: auto auto 9% 54%;
  overflow: hidden;
}

.img10 {
  position: absolute;
  inset: 42% 14% auto auto;
  overflow: hidden;
}

.txt-01 {
  display: none;
  position: absolute;
  inset: 0% auto auto -2em;
}

.txt-01.soft {
  display: none;
  inset: 0% auto auto 1.5em;
}

.txt-01.skills, .txt-01.education {
  display: none;
  inset: 0% auto auto 0%;
}

.text-block-4 {
  font-family: Bonvivantserif, sans-serif;
  font-size: 2em;
  line-height: 1;
  position: absolute;
}

.softwares {
  grid-template-rows: auto;
  grid-template-columns: minmax(0, .25fr) .25fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  place-items: center start;
  height: 1.875rem;
  margin-top: 0;
  margin-bottom: 1.25rem;
  display: flex;
}

.softwares.skills {
  margin-bottom: .625rem;
}

.softwares.skills._01 {
  margin-bottom: 1rem;
}

.softwares.hide {
  display: none;
}

.figma {
  height: auto;
  font-family: Neuemontreal, sans-serif;
  font-size: 1em;
  font-weight: 500;
  line-height: 1.1;
}

.soft-logo {
  text-align: center;
  justify-content: center;
  width: 1.5625rem;
  height: 1.5rem;
  margin-right: .75rem;
  display: flex;
}

.soft-logo.principle {
  width: auto;
  height: 1.25rem;
  margin-right: .875rem;
}

.soft-name {
  align-items: flex-start;
  height: 100%;
  display: flex;
}

.image-2 {
  text-align: left;
}

.image-3 {
  mix-blend-mode: darken;
}

.italic-text, .italic-text-2 {
  font-style: normal;
}

.text-block-5 {
  color: var(--white-titles);
  text-align: right;
  font-size: 8em;
  line-height: .86;
}

.text-block-6 {
  color: #f2f2f2;
  text-transform: uppercase;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.text-block-7 {
  color: #f2f2f2;
  text-transform: uppercase;
  margin-bottom: .75rem;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.3rem;
  font-weight: 500;
}

.div-block-73 {
  justify-content: space-between;
  align-items: flex-start;
  width: 40%;
  padding-right: 0;
  display: flex;
}

.div-block-73.eng {
  justify-content: space-between;
  font-size: 1vw;
}

.div-block-73.fr {
  width: 30%;
}

.footer-email {
  color: #4c4c4c;
  text-align: left;
  letter-spacing: .05em;
  text-transform: uppercase;
  width: 100%;
  padding-left: 0;
  padding-right: 0;
  font-family: Bon, sans-serif;
  font-size: 11em;
  font-weight: 700;
  line-height: 1em;
}

.footer-email:hover {
  color: #707070;
}

.footer-email.fr {
  font-size: 9em;
}

.will-mari {
  justify-content: center;
  align-items: center;
  width: auto;
  max-width: none;
  height: 9rem;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: none;
  overflow: hidden;
}

.willmari {
  color: var(--warm-black);
  text-transform: uppercase;
  width: auto;
  height: auto;
  margin-left: 0;
  padding-left: 0;
  font-family: Bonvivantserif, sans-serif;
  font-size: 8rem;
  font-weight: 300;
  line-height: 1;
}

.willmari.mobile {
  margin-left: 0;
  padding-left: 0;
}

.willmari.will {
  width: auto;
  margin-left: 0;
  padding-left: 0;
  font-family: Bon, sans-serif;
}

.willmari.will.fr {
  margin-left: 0;
}

.willmari.mtl {
  margin-left: 0;
  padding-left: 0;
}

.intro-im {
  height: auto;
  padding-right: 0;
  line-height: 1;
}

.will-image {
  object-fit: fill;
  background-image: url('../images/moi.jpeg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: 7rem;
  flex: 0 auto;
  width: 7rem;
  height: 4.8em;
  margin-left: 1rem;
  margin-right: 1rem;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0;
}

.ui-designer {
  justify-content: center;
  align-items: flex-start;
  width: auto;
  max-width: none;
  height: 7.8rem;
  margin-top: 0;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  display: flex;
  overflow: hidden;
}

.from-mtl {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: none;
  height: 6.7em;
  margin-top: 1em;
  margin-left: 0;
  padding-left: 0;
  padding-right: 42px;
  display: flex;
  overflow: hidden;
}

.mtl-image {
  background-image: url('../images/Group-41.png');
  background-position: 50%;
  background-size: cover;
  width: 21rem;
  height: 5.6rem;
  margin-top: .1875rem;
  margin-left: 0;
  margin-right: 0;
  padding-top: 0;
  padding-right: 0;
}

.mtl-image.fr {
  width: 18%;
  height: 5.6rem;
  margin-left: 1rem;
}

.designer-image {
  background-image: url('../images/image-16.png');
  background-position: 0 0;
  background-size: cover;
  width: 10%;
  height: 5.4em;
  margin-top: .1875rem;
  margin-left: 2em;
  padding-top: 0;
  padding-left: 0;
  display: none;
}

.designer-image.fr {
  width: 15%;
}

.intro-willmari {
  width: auto;
}

.intro-ui {
  padding-right: 0;
}

.intro-designer {
  margin-left: 0;
}

.intro-from {
  margin-left: 2.5em;
  margin-right: 40px;
  padding-right: 0;
}

.intro-mtl {
  margin-left: 0;
}

.social {
  margin-top: 1.9em;
  font-size: 1vw;
}

.intro-text {
  color: var(--warm-black);
  letter-spacing: .5px;
  text-transform: none;
  width: auto;
  margin-left: 0%;
  padding-right: 0;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.2;
}

.intro-txt {
  text-transform: capitalize;
  flex: 0 auto;
  justify-content: flex-start;
  align-self: auto;
  align-items: center;
  width: 100%;
  max-width: 100rem;
  height: auto;
  margin: 0 auto 0%;
  padding-top: 3em;
  padding-left: 11.875rem;
  font-size: 1.15em;
  line-height: 1;
  display: flex;
  position: static;
  inset: auto 0% 0%;
}

.intro-txt.fr {
  padding-left: 4.7em;
}

.intro-txt.fr.tablet {
  flex: 0 auto;
  justify-content: flex-start;
  width: 100%;
  margin-top: 0;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-left: 12.5rem;
  padding-right: 8rem;
  bottom: 0%;
}

.intro-txt.tablet {
  justify-content: flex-start;
  width: auto;
  max-width: none;
  margin: 1rem auto auto 0;
  padding-top: 0;
  padding-left: 0;
  padding-right: 0%;
  font-size: 1vw;
  position: static;
  inset: auto 0% 0% 0;
  overflow: hidden;
}

.scroll-anim {
  position: absolute;
  inset: auto 14% -1.3em auto;
}

.arrow-scroll {
  width: auto;
  height: auto;
  position: absolute;
  inset: 32% 0% 0% 34%;
}

.text-block-11 {
  color: var(--warm-black);
  text-transform: uppercase;
  font-family: Bon, sans-serif;
  font-size: 4.3em;
  font-weight: 700;
  line-height: 1;
}

.text-block-11.mobile {
  display: none;
}

.text-block-11.eng {
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Bon, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1.1;
}

.intro-para {
  width: 100%;
  max-width: none;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  font-size: 1vw;
}

.intro-small-para {
  text-transform: uppercase;
  width: 69%;
  margin-top: 3.125rem;
}

.intro-small-para.tablet {
  width: 60%;
}

.selected-work-titles {
  justify-content: center;
  align-items: center;
  padding: 8em 18rem;
  display: flex;
}

.selected {
  color: var(--warm-black);
  text-transform: uppercase;
  font-family: PT Sans, sans-serif;
  font-size: 1.15em;
  font-weight: 700;
  line-height: 1;
}

.work-title {
  text-align: left;
  text-transform: uppercase;
  flex: 0 auto;
  align-self: auto;
  width: auto;
  margin-bottom: 2rem;
  margin-left: 0;
  margin-right: 0;
  padding-right: 0;
  font-size: 1.15rem;
  font-weight: 700;
  line-height: 1;
  display: block;
}

.work {
  margin-left: 0;
  margin-right: 0;
  padding: 8em 0 8em 18em;
}

.work.nextproject {
  background-color: #0000;
  margin-left: 0;
  margin-right: 0;
  padding-top: 3em;
  padding-bottom: 6rem;
  padding-left: 0;
  position: static;
}

.work.home {
  background-color: #0000;
  padding-left: 18rem;
  padding-right: 0;
}

.work-list-items {
  width: 80%;
  max-width: 100rem;
  height: auto;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
}

.work-list-items.home {
  -webkit-text-fill-color: inherit;
  background-color: #0000;
  background-clip: border-box;
  width: 100%;
}

.collection-list {
  color: var(--white);
  text-align: left;
}

.intro {
  flex-direction: column;
  align-items: center;
  margin-left: 3rem;
  margin-right: 3rem;
  padding: 10em 0 8em;
  display: flex;
}

.tool-row {
  color: #e5eadf;
  justify-content: flex-start;
  align-items: center;
  width: 100%;
  margin-bottom: 5rem;
  text-decoration: none;
  transition: color .2s ease-in-out;
  display: flex;
}

.tool-row:hover {
  transition-property: none;
}

.tool-row.rad {
  z-index: auto;
  width: auto;
  transition-property: none;
  display: inline-block;
  position: relative;
}

.tool-row.rad.nextproject {
  text-align: left;
  justify-content: center;
}

.tool-headline {
  opacity: 1;
  color: #fff;
  text-transform: uppercase;
  mix-blend-mode: difference;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bon, sans-serif;
  font-size: 6rem;
  font-weight: 700;
  line-height: 1;
  transform: translate(0);
}

.image-preview-wrap {
  z-index: -1;
  justify-content: center;
  align-items: center;
  width: auto;
  height: auto;
  min-height: auto;
  display: none;
  position: absolute;
  inset: 0%;
}

.image-preview {
  border-radius: .25rem;
  width: 20.83em;
}

.div-block-75 {
  justify-content: space-between;
  width: 100%;
  max-width: 100rem;
  display: flex;
}

.div-block-76 {
  width: 60%;
  max-width: 100rem;
  font-size: 1vw;
}

.div-block-76.fr {
  width: 80%;
}

.connection {
  width: auto;
  margin-top: 10em;
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
}

.connection-txt {
  background-color: var(--white);
  width: 50%;
  height: auto;
  padding: 17em 3rem 15em;
}

.connection-txt.fr.tablet {
  padding-left: 16em;
  padding-right: 9em;
}

.connection-img {
  background-image: url('../images/97006561-1230-4C49-BA69-8B53F5856C7D-1-Palette.jpg');
  background-position: 50%;
  background-size: cover;
  width: 50%;
}

.textblock14 {
  margin-bottom: 2rem;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
}

.div-block-78 {
  width: 90%;
}

.contact-scroll {
  justify-content: flex-start;
  align-items: flex-end;
  width: 100%;
  height: 16em;
  display: flex;
}

.heading {
  color: var(--warm-black);
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Bon, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}

.heading.fr {
  font-size: 4em;
}

.image-7 {
  width: 1.125rem;
  height: 1.125rem;
  padding-right: 0;
}

.image-8 {
  mix-blend-mode: normal;
  background-color: #0000;
  width: 1.125rem;
  height: 1.125rem;
  min-height: auto;
}

.image-8.mix {
  width: auto;
  height: 1.125rem;
}

.footer-flexing {
  flex-direction: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  max-width: none;
  height: 100%;
  margin-left: 0;
  margin-right: 0;
  padding-left: 3rem;
  padding-right: 3rem;
  font-size: 1rem;
  display: flex;
}

.div-block-81 {
  justify-content: space-between;
  align-items: flex-end;
  margin-left: 0;
  margin-right: 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.image-10 {
  height: 6em;
}

.image-11 {
  height: 2em;
}

.back-2 {
  color: #ffffff80;
  flex-direction: row;
  align-items: center;
  margin-top: 7.5rem;
  margin-left: 1.7em;
  padding: 1.25rem;
  transition: color .2s;
  display: flex;
  position: absolute;
  inset: 0% auto auto 0%;
}

.back-2:hover {
  color: var(--white-titles);
  text-decoration: none;
}

.h1-project-page-2 {
  color: #fff;
  text-align: left;
  letter-spacing: .1rem;
  text-transform: uppercase;
  white-space: normal;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bon, sans-serif;
  font-size: 11rem;
  font-weight: 700;
  line-height: 1;
}

.text-animate-2 {
  justify-content: flex-start;
  align-items: center;
  margin-left: 0;
  padding-left: 0;
  display: flex;
  position: relative;
}

.case-head-2 {
  background-color: var(--warm-black);
  flex-direction: column;
  justify-content: center;
  align-items: center;
  height: 80vh;
  padding: 10em 0;
  display: flex;
  position: relative;
}

.case-head-2.rad {
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  padding-top: 7.1em;
  padding-bottom: 6em;
}

.arrow-button-2 {
  text-align: right;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 2em;
  padding: .5em .5em .5em 0;
  font-size: 1em;
  display: flex;
}

.arrow-button-2:hover {
  border: 0 solid #e1ff00;
  border-radius: 0%;
  text-decoration: none;
}

.paragraph2 {
  text-align: left;
  margin-bottom: 0;
  padding-right: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.paragraph2.less {
  padding-right: 9.5em;
}

.paragraph2.sa {
  padding-right: 10em;
}

.div-block-83 {
  flex: 0 auto;
  align-self: auto;
  width: auto;
  margin-top: 0;
  padding-right: 3rem;
}

.work-challenge {
  flex-flow: column;
  justify-content: center;
  align-self: flex-end;
  align-items: flex-start;
  width: 50%;
  max-width: none;
  height: auto;
  margin: 3rem 0 6rem 0;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.work-challenge._2nd {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  flex-flow: column;
  justify-content: space-between;
  align-self: flex-end;
  align-items: flex-start;
  width: 50%;
  margin-top: 3rem;
  display: flex;
}

.work-challenge.conclusion {
  grid-column-gap: 50px;
  grid-row-gap: 50px;
  flex-flow: row;
  justify-content: flex-start;
  align-self: flex-end;
  align-items: flex-start;
  width: 50%;
  margin-top: 0;
}

.work-challenge.process {
  margin-top: 0;
  margin-right: 0;
}

.work-challenge.app {
  margin-top: 0;
}

.about-experience {
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  max-width: 75rem;
  margin-bottom: 5em;
  margin-left: auto;
  margin-right: auto;
  padding-left: 0;
  padding-right: 0;
  display: flex;
}

.about-experience.last {
  margin-bottom: 10em;
}

.about-title {
  text-align: right;
  justify-content: flex-end;
  width: 50%;
  margin-right: 4em;
  display: flex;
  position: relative;
}

.about-experience-list {
  width: 50%;
  margin-top: 3em;
}

.spacer {
  border-bottom: 1px solid #000;
  flex: 1;
  width: 100%;
  height: 10px;
  margin-bottom: 1rem;
  display: block;
}

.about-title-box {
  justify-content: flex-end;
  width: 90%;
  display: flex;
  position: relative;
}

.headingsmall-work {
  color: var(--warm-black);
  letter-spacing: .1rem;
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bon, sans-serif;
  font-size: 3.75em;
  font-weight: 700;
}

.div-block-84 {
  justify-content: space-between;
  display: flex;
  overflow: visible;
}

.heading-6 {
  color: var(--warm-black);
  text-transform: uppercase;
  margin-top: 0;
  margin-bottom: 0;
  padding-left: 0;
  font-size: 1.15em;
  font-weight: 700;
}

.heading-6:hover {
  text-decoration: none;
}

.work-header {
  height: auto;
  margin-top: 0;
  margin-bottom: 3rem;
  overflow: visible;
}

.learn {
  overflow: hidden;
}

.work-mobile {
  display: none;
}

.work-details-h3 {
  text-align: left;
  letter-spacing: .1rem;
  text-transform: none;
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bon, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1;
}

.image-12 {
  mix-blend-mode: normal;
}

.textblock17 {
  text-transform: none;
  font-family: Neuehaasunicapro, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
  line-height: 1.5;
  display: block;
}

.textblock17.hide {
  display: inline;
}

.heading-7 {
  color: var(--warm-black);
  text-align: center;
  text-transform: uppercase;
  mix-blend-mode: normal;
  margin-bottom: 1.25rem;
  font-weight: 700;
}

.next-project {
  display: none;
}

.next-project-btn:hover {
  color: var(--grey);
  text-decoration: none;
}

.div-bg {
  z-index: -101;
  background-color: var(--white-titles);
  display: block;
  position: absolute;
  inset: 0%;
}

.text-span {
  font-size: .9em;
}

.link-block {
  align-items: center;
  display: flex;
}

.link-block:hover {
  color: #242424;
  background-color: #0000;
}

.image-14 {
  mix-blend-mode: difference;
  background-color: #0000;
}

.pster-left {
  align-items: flex-start;
  width: 100%;
  height: 58.875rem;
  margin-bottom: 10em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.poster-right {
  justify-content: flex-end;
  align-items: flex-start;
  width: 100%;
  height: 58.875rem;
  margin-bottom: 10em;
  padding-top: 0;
  padding-bottom: 0;
  display: flex;
}

.image-15, .image-16 {
  flex: none;
  height: 46em;
}

.link-3 {
  color: var(--warm-black);
  padding-left: .625rem;
  font-size: 1.2em;
  font-weight: 700;
}

.link-3:hover {
  color: #666;
}

.link-3:active, .link-3:focus {
  color: var(--warm-black);
}

.posters {
  padding: 5em 3rem;
}

.postertext {
  font-size: 1em;
  line-height: 1.2;
}

.div-tittle-about {
  width: 25em;
  position: relative;
}

.spacersoft {
  height: 1.25rem;
}

.link-block-2 {
  padding-right: 0;
}

.img11 {
  width: 10%;
  position: absolute;
  inset: auto 25% 36% auto;
}

.collection-item, .nextproject {
  justify-content: center;
  display: flex;
}

.link-block-3 {
  padding-right: 0;
}

.transition {
  z-index: 2000;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: 100vh;
  display: none;
  position: fixed;
  inset: 0%;
}

.transition-content {
  background-color: var(--grey);
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 100vh;
  display: flex;
}

.transition-trigger {
  display: none;
}

.divblock91 {
  mix-blend-mode: normal;
  background-color: #0000;
  align-items: center;
  display: flex;
}

.img2col {
  width: 50em;
}

.link-4 {
  color: var(--warm-black);
  padding-top: .5em;
  font-size: 1.3em;
  font-weight: 700;
}

.link-4:hover {
  color: #616161;
}

.link-4:focus, .link-4:visited {
  color: #4d4d4d;
}

.transition-delay {
  width: 100%;
  height: 100vh;
  display: none;
}

.background-video {
  width: 50rem;
  height: 28.125rem;
}

.background-video.main {
  width: 67.5rem;
  height: 38rem;
}

.div-block-92 {
  z-index: 200;
  color: #121212;
  background-color: #121212;
  position: absolute;
  inset: 0%;
}

.img12 {
  width: 10%;
  position: absolute;
  inset: 25% auto auto 8%;
}

.hide-tittle {
  display: none;
}

.relative {
  flex-direction: column;
  width: 100%;
  display: flex;
  position: relative;
}

.relative.eng {
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  margin-left: 0;
  overflow: hidden;
}

.relative.fr {
  flex-direction: row;
  justify-content: center;
  align-items: flex-start;
  max-width: 100rem;
  margin-bottom: 80px;
  margin-left: 0;
}

.title-about.tablet {
  display: none;
}

.iterations {
  background-color: #f2f2f200;
  border-radius: 16px;
  flex-direction: column;
  justify-content: flex-start;
  align-items: center;
  height: auto;
  padding: 3rem;
  display: flex;
}

.iterations._01 {
  padding-left: 0;
}

.iterations._03 {
  padding-right: 0;
}

.happyclient, .screens {
  flex-direction: column;
  align-items: center;
  display: flex;
}

.work-numbers {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Bon, sans-serif;
  font-size: 6em;
  font-weight: 700;
  line-height: 1;
}

.work-numbers-tittles {
  margin-top: 0;
  margin-bottom: 0;
  font-size: 1.5em;
  line-height: 1;
}

.grid {
  grid-column-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: .5fr .25fr .5fr;
  place-content: start space-between;
  place-items: start;
  width: auto;
  display: none;
}

.div-block-95 {
  color: var(--white);
  width: 30%;
  font-family: Neuemontreal, sans-serif;
}

.div-block-96 {
  color: var(--white);
  width: 40%;
  font-family: Neuemontreal, sans-serif;
  font-weight: 400;
}

.div-block-97 {
  color: var(--white);
  width: 15%;
  margin-right: 0;
  font-family: Neuemontreal, sans-serif;
}

.text-role {
  color: #ccc;
  font-size: .9rem;
  line-height: 1.4;
}

.text-block-22 {
  color: #999;
  font-size: .9rem;
  line-height: 1.4;
}

.link-5 {
  color: #999;
  font-size: .9rem;
}

.role {
  width: 100%;
  margin-left: 0;
  padding-left: 3rem;
}

.title-role {
  color: #ccc;
  text-transform: uppercase;
  font-size: .9rem;
}

.title-role.responsibilty {
  text-indent: 0;
  font-size: .9rem;
  line-height: 1.1;
  text-decoration: none;
}

.title-role.url {
  font-size: .9rem;
}

.role-title {
  border-bottom: 1px #ccc;
  width: 2rem;
  height: 25px;
  margin-bottom: 1rem;
}

.role-title.respon {
  border-bottom-style: none;
  width: auto;
}

.role-title.respon.fr {
  width: 7rem;
}

.role-title.url {
  text-align: right;
  border-bottom-style: none;
  width: auto;
  margin-right: 3rem;
}

.text-span-2 {
  font-size: 1rem;
}

.newwork {
  grid-column-gap: 64px;
  grid-row-gap: 64px;
  flex-flow: column;
  height: 100%;
  margin-bottom: 8rem;
  margin-left: 3rem;
  margin-right: 3rem;
  display: flex;
}

.grid-2 {
  grid-column-gap: 20px;
  grid-row-gap: 20px;
  grid-template-rows: auto;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  justify-content: stretch;
  justify-items: stretch;
}

.grid-2.work {
  grid-template-columns: 1fr 1fr;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.grid-2.work.hide {
  display: none;
}

.text-span-3 {
  height: auto;
  font-family: Bon, sans-serif;
  font-weight: 400;
  line-height: 0;
  display: inline;
}

.img-newwork {
  grid-column-gap: 0px;
  grid-row-gap: 0px;
  color: var(--warm-black);
  object-fit: fill;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  grid-auto-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  width: auto;
  height: auto;
  display: block;
  overflow: visible;
}

.text-block-23 {
  font-family: Neuemontreal, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  line-height: 1.4;
  position: static;
  inset: 0% 0% auto auto;
}

.textnewwork {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  justify-content: space-between;
  align-self: stretch;
  align-items: stretch;
  height: auto;
  margin-top: 0;
  display: flex;
  position: static;
}

.textnewwork.work {
  flex-flow: row;
  justify-content: space-between;
  align-items: flex-start;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
}

.text-block-24 {
  font-family: Neuemontreal, sans-serif;
  font-size: 2rem;
  font-weight: 700;
  line-height: .9;
}

.title-newwork {
  margin-top: 1.5rem;
}

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

.flex-block-2 {
  margin-top: 0;
  line-height: 1;
}

.flex-block-2.work {
  margin-top: 1rem;
  padding: 0 10em 0 0;
}

.image-18 {
  opacity: 1;
  mix-blend-mode: normal;
  width: 100%;
  height: 100%;
}

.flex-block-3 {
  width: auto;
  height: auto;
  overflow: hidden;
}

.flex-block-4 {
  width: 100%;
  overflow: hidden;
}

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

.text-block-25 {
  color: var(--white-smoke);
  font-family: Neuemontreal, sans-serif;
  font-size: 2rem;
  line-height: 1.3;
}

.div-block-100 {
  justify-content: space-between;
  align-items: flex-end;
  display: flex;
}

.email {
  color: var(--white-smoke);
  border-bottom: 1px #fff;
  font-family: Neuemontreal, sans-serif;
  font-size: 2rem;
  line-height: 1;
}

.email:hover {
  color: var(--neon);
  border-bottom-style: none;
  text-decoration: none;
}

.emailme:hover {
  color: var(--grey);
  font-family: Neuemontreal, sans-serif;
}

.lottie-animation {
  width: 12px;
  margin-top: 0;
  display: none;
}

.div-block-101 {
  width: 25%;
  margin-bottom: 6px;
  font-size: 0;
  display: none;
}

.text-block-26 {
  letter-spacing: 1px;
  text-transform: uppercase;
  width: auto;
  font-family: Neuemontreal, sans-serif;
  font-size: .8rem;
  font-weight: 500;
  line-height: 1;
}

.flashing {
  grid-column-gap: 8px;
  grid-row-gap: 8px;
  justify-content: flex-start;
  align-items: flex-start;
  width: 50%;
  margin-top: 2rem;
}

.think, .create {
  overflow: hidden;
}

.allabout {
  height: auto;
  overflow: hidden;
}

.div-block-102 {
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 10rem;
  margin-left: 3rem;
  display: flex;
}

.title-rad {
  letter-spacing: .1rem;
  text-transform: uppercase;
  font-family: Bon, sans-serif;
  font-size: 4rem;
  font-weight: 700;
  line-height: 1.3;
}

.title-top {
  width: 95%;
  margin-left: 3rem;
}

.title-top.sa-app {
  margin-bottom: 3rem;
}

.button-2 {
  letter-spacing: 2px;
  background-color: #141411;
  border-radius: 20px;
  padding-left: 1.5rem;
  padding-right: 1.5rem;
  font-family: Neuemontreal, sans-serif;
  font-size: .9rem;
}

.button-2:hover {
  background-color: var(--neon);
}

.div-block-103 {
  margin-top: 0;
  display: block;
}

.div-block-104 {
  justify-content: space-between;
  display: flex;
}

.header-container {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  flex: 1;
  align-items: flex-start;
  margin-top: 0;
  padding: 8rem 8rem 3rem 3rem;
  display: flex;
  position: sticky;
  top: 1px;
}

.section-header {
  color: var(--warm-black);
  margin-top: 0;
  margin-bottom: 0;
  padding: 0;
  font-family: Bon, sans-serif;
  font-weight: 700;
  line-height: 1;
}

.content-container {
  grid-column-gap: 34px;
  grid-row-gap: 34px;
  flex-flow: column;
  width: 50%;
  max-width: none;
  margin-top: 8rem;
  margin-bottom: 0;
  padding: 0 3rem 8rem 1.4rem;
  display: flex;
}

.img1 {
  width: 100%;
  overflow: visible;
}

.img1.test {
  position: sticky;
  top: 0;
}

.sticky {
  background-color: var(--white-titles);
  align-items: flex-start;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
  padding-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  display: flex;
  position: static;
}

.body-3 {
  background-color: var(--white-titles);
}

.link-block-5 {
  pointer-events: auto;
}

.div-block-105 {
  width: 80%;
  padding-right: 0;
}

.div-block-106 {
  width: 40%;
}

.paragraph-2 {
  margin-bottom: 0;
  padding-right: 120px;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.2rem;
  line-height: 1.5;
}

.div-link {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: column;
  justify-content: flex-start;
  align-items: flex-start;
  margin-top: 3rem;
  display: flex;
}

.heading-8 {
  margin-top: 0;
  margin-bottom: 0;
  font-family: Neuemontreal, sans-serif;
  font-weight: 500;
  line-height: 1rem;
}

.div-block-108 {
  color: var(--white-titles);
  padding-left: 3rem;
}

.div-block-109 {
  width: 70%;
}

.body-4, .body-5, .body-6, .body-7, .body-8, .body-9, .body-10 {
  background-color: var(--white-titles);
}

.flex-block-5 {
  overflow: hidden;
}

.flex-block-6 {
  grid-column-gap: 24px;
  grid-row-gap: 24px;
  flex-flow: row;
}

.div-block-110 {
  margin-top: 3rem;
}

.link-6 {
  color: var(--white-titles);
  font-family: Neuemontreal, sans-serif;
  font-size: 1.5rem;
  font-weight: 700;
  text-decoration: underline;
}

.link-6:hover {
  color: var(--neon);
  text-decoration: underline;
}

.text-span-4 {
  font-family: Neuemontreal, sans-serif;
  font-weight: 500;
}

.div-block-111 {
  padding-right: 8rem;
}

.menu-link {
  color: #ffffff7a;
  border-bottom: 0 solid #f8f8f833;
  padding: 1em 0;
  font-family: Grandslang b side;
  transition: color .3s;
  display: flex;
  position: relative;
  overflow: hidden;
}

.menu-link:hover {
  color: var(--white-smoke);
  text-decoration: none;
  transform: translate(0);
}

.menu-link:focus {
  justify-content: flex-end;
  align-items: flex-start;
  text-decoration: none;
}

.menu-link.w--current {
  color: var(--white);
  border-bottom-width: 0;
  font-family: Bonvivantserif, sans-serif;
}

.menu-link.w--current:hover {
  color: #ffffff7a;
  overflow: hidden;
  transform: none;
}

.flex-block-7 {
  justify-content: space-between;
  align-items: flex-start;
  height: 100%;
  overflow: visible;
}

.div-block-112 {
  flex-flow: column;
  justify-content: flex-end;
  align-items: flex-start;
  margin-bottom: -48px;
  display: flex;
}

.div-block-113 {
  margin-top: -24px;
  overflow: visible;
}

.success {
  margin-left: 0;
  overflow: hidden;
}

.button-3 {
  text-transform: uppercase;
  vertical-align: middle;
  cursor: pointer;
  background-color: #000;
  border: 1px solid #000;
  border-radius: 20px;
  width: auto;
  height: 2.5rem;
  font-family: Neuemontreal, sans-serif;
  font-size: 1rem;
  font-weight: 500;
}

.button-3:hover {
  color: var(--black);
  background-color: #0000;
  border: 1px solid #000;
}

.btm-top-talk {
  background-color: var(--white-titles);
  color: var(--black);
  text-transform: uppercase;
  cursor: pointer;
  mix-blend-mode: difference;
  border: 1px solid #000;
  border-radius: 20px;
  width: auto;
  max-width: 9rem;
  height: 2.5rem;
  font-family: Neuemontreal, sans-serif;
  font-size: 1rem;
  font-weight: 500;
  position: fixed;
  inset: 2rem 8rem auto auto;
}

.btm-top-talk:hover {
  color: var(--white);
  background-color: #000;
}

.btm-top-talk:active {
  color: var(--white);
  background-color: #0000;
}

.txt-casestudies {
  font-family: Neuemontreal, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

.keepittogethere {
  justify-content: space-between;
  height: 9rem;
}

.flex-block-8 {
  grid-column-gap: 16px;
  grid-row-gap: 16px;
}

.scroll-wrap {
  min-height: auto;
  position: relative;
  overflow: hidden;
}

.scrol-target {
  flex-flow: column;
  height: 100vh;
  min-height: auto;
  display: flex;
  position: relative;
  overflow: hidden;
}

.scrol-target.mobile {
  display: none;
}

.scrol-target.saapp {
  height: 110vh;
}

.scroll-trigger {
  pointer-events: none;
  border: 10px #1e00ff;
  height: 100%;
  min-height: 110vh;
  position: absolute;
  inset: auto 0% 0%;
}

.image-22 {
  width: 100%;
}

.text-span-6 {
  font-size: .9rem;
}

.bt-container {
  overflow: hidden;
}

.parallax {
  z-index: auto;
  grid-column-gap: 16px;
  grid-row-gap: 16px;
  flex-flow: column;
  grid-template-rows: auto auto;
  grid-template-columns: 1fr 1fr;
  grid-auto-columns: 1fr;
  justify-content: center;
  align-items: center;
  height: 100vh;
  min-height: auto;
  display: flex;
  position: relative;
}

.interface-wrap {
  flex-flow: column;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 160vh;
  padding-top: 0%;
  display: none;
  position: relative;
  inset: 0%;
  overflow: hidden;
}

.interface-wrap.ukiyo {
  background-image: none;
  flex-flow: column;
  justify-content: flex-start;
  width: 100%;
  height: auto;
  display: block;
}

.img-container {
  background-image: url('../images/topgun.jpg');
  background-position: 50% 0;
  background-repeat: no-repeat;
  background-size: cover;
  width: 100%;
  height: 120%;
  overflow: hidden;
}

.section-2 {
  height: 120vh;
  position: relative;
}

.ukiyo-wrapper {
  background-image: url('../images/topgun.jpg');
  background-position: 50%;
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  inset: 0%;
}

.ukiyo-wrapper._02 {
  background-image: url('../images/halaken-opt.jpg');
}

.ukiyo-wrapper.ukiyo {
  background-image: none;
  justify-content: center;
  align-items: center;
  display: flex;
  inset: 0%;
  overflow: hidden;
}

.image-23 {
  width: 100%;
  height: 120%;
}

.div-block-114 {
  flex-flow: column;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  height: 100%;
  display: flex;
  position: relative;
}

.img-parallax {
  object-fit: fill;
  flex: 0 auto;
  width: 100%;
  height: 120%;
  position: static;
  inset: 0%;
}

.img-parallax.sa {
  height: 110%;
}

.img-parallax.laurie {
  height: 120%;
}

.work-bottom {
  overflow: hidden;
}

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

.padding-vertical.padding-xhuge {
  padding-left: 0;
}

.max-width-large {
  width: 100%;
  max-width: 48rem;
}

.max-width-large.align-center {
  max-width: none;
}

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

.margin-bottom.margin-xsmall {
  margin-bottom: 4px;
}

.margin-bottom.margin-xxlarge {
  margin-bottom: 3rem;
}

.margin-bottom.margin-small {
  margin-bottom: 2rem;
}

.text-size-medium-2 {
  text-align: left;
  letter-spacing: normal;
  padding-right: 0;
  font-family: Neuemontreal, sans-serif;
  font-size: 1.2rem;
  font-weight: 400;
}

.heading-medium-2 {
  color: var(--warm-black);
  text-align: left;
  text-transform: uppercase;
  font-family: Bon, sans-serif;
  font-size: 4em;
  font-weight: 700;
  line-height: 1;
}

.text-size-large {
  letter-spacing: normal;
  font-size: 1.25rem;
}

.text-size-large.text-weight-medium.text-color-gray900 {
  text-align: left;
}

.testimonial14_client-image-wrapper {
  margin-right: .75rem;
}

.testimonial14_rating-icon {
  color: var(--warm-black);
  justify-content: center;
  align-items: center;
  width: 1.25rem;
  height: 1.25rem;
  margin-right: .25rem;
  display: flex;
}

.testimonial14_component {
  column-count: 3;
  column-gap: 2rem;
}

.text-size-small {
  letter-spacing: normal;
  font-size: .875rem;
}

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

.testimonial14_client {
  text-align: left;
  align-items: center;
  display: flex;
}

.testimonial14_customer-image {
  object-fit: cover;
  border-radius: 100%;
  width: 3rem;
  min-width: 3rem;
  height: 3rem;
  min-height: 3rem;
}

.testimonial14_content {
  background-color: var(--ligh);
  border: 1px solid #ccc;
  border-radius: 1rem;
  flex-direction: column;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%;
  margin-bottom: 2rem;
  padding: 2rem 3rem;
  display: inline-block;
}

.testimonial14_rating-wrapper {
  align-items: center;
  margin-bottom: 1rem;
  display: flex;
}

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

.page-padding-4 {
  background-color: #0000;
  margin-top: 8rem;
  margin-bottom: 0;
  padding-left: 3rem;
  padding-right: 3rem;
}

.container-large-5 {
  text-align: center;
  width: 100%;
  max-width: none;
  margin-left: auto;
  margin-right: auto;
}

.text-span-7, .text-span-8, .text-span-9, .text-span-12, .text-span-13, .text-span-14 {
  font-weight: 700;
}

@media screen and (min-width: 1920px) {
  .tool-headline:focus {
    text-transform: uppercase;
    font-style: normal;
    text-decoration: none;
    overflow: visible;
  }

  .link-4:hover {
    color: #616161;
  }

  .link-4:visited {
    color: #4d4d4d;
  }
}

@media screen and (max-width: 991px) {
  body {
    min-width: .0625rem;
    font-size: .625rem;
  }

  .button {
    justify-content: center;
  }

  .menu-button {
    padding: 0;
    display: block;
  }

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

  .paragraph {
    font-size: 1.3em;
  }

  .arrow-button {
    justify-content: flex-start;
  }

  .footer {
    height: 60vw;
    padding-top: 5vw;
    padding-left: 5vw;
    padding-right: 3rem;
    position: relative;
  }

  .footer-link.email.nav {
    font-size: 2em;
  }

  .footer-link.email.nav.fr {
    font-size: 1.5em;
    line-height: 1em;
  }

  .nav-link {
    font-size: 8vw;
  }

  .resume-sections {
    padding: 4em 3em 4em 0;
  }

  .resume-section-head {
    font-family: Bon, sans-serif;
    font-size: 5em;
    font-weight: 400;
    display: flex;
  }

  .resume-section-head.hide {
    display: none;
  }

  .xp-subhead {
    font-size: 1.7em;
  }

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

  .resume-block-head {
    font-size: 2.3em;
  }

  .resume-block-head._01 {
    font-size: 1.6em;
  }

  .get-in-touch.nav {
    font-size: 1.7em;
    font-weight: 400;
  }

  .footer-cta {
    flex-direction: column;
    margin-top: 4vw;
    margin-bottom: 4vw;
    font-size: .625rem;
  }

  .about-header {
    font-family: Bon, sans-serif;
    font-size: 8em;
    font-weight: 700;
    line-height: 1;
  }

  .about-header.fr.tabelt {
    font-size: 7em;
  }

  .about-headline-wrap {
    padding-left: 2.5em;
    padding-right: 2.5em;
  }

  .about-text-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 60vh;
    min-height: auto;
    padding: 7em 0 15em;
  }

  .about-text {
    width: 80%;
    margin-left: 2rem;
    padding: 0;
    font-size: 1.3em;
  }

  .img05 {
    width: 18%;
    top: 48%;
  }

  .img03 {
    width: 22%;
  }

  .img07 {
    width: 25%;
    bottom: 22%;
    right: 0%;
  }

  .img01 {
    width: 18%;
    left: 6%;
  }

  .img09 {
    width: 15%;
    bottom: 8%;
  }

  .full-width-img.amelie {
    padding-top: 0;
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .full-width-img.rad.aero, .full-width-img.rad.aero.nopad, .full-width-img.rad.aero.bigpad, .full-width-img.axis.nopad, .full-width-img.bigsize, .full-width-img.halakenrecords, .full-width-img.halakenrecords.nopad, .full-width-img.saapp, .full-width-img.saapp._01, .full-width-img.lmslf {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .full-height-text {
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    min-height: 70vw;
    margin-left: 0;
    padding-left: 2em;
    padding-right: 2em;
    display: flex;
  }

  .full-height-text.process {
    height: 50vh;
    min-height: auto;
  }

  .full-height-text.conclusion {
    width: auto;
    height: 60vh;
    min-height: auto;
    margin-left: 2rem;
    padding-left: 0;
  }

  .img-space-wrap {
    height: auto;
  }

  .menu-button {
    margin-right: 1rem;
  }

  .hero-intro {
    justify-content: flex-start;
    align-items: flex-start;
    height: 30vw;
    padding-left: 3em;
    padding-right: 0;
    font-size: .625rem;
    display: flex;
  }

  .takeover {
    padding-top: 15em;
    overflow: auto;
  }

  .menu-links-wrapper {
    width: 60%;
  }

  .secondary-link-wrapper {
    padding-bottom: 0;
  }

  .takeover-inner {
    flex-direction: row;
    justify-content: space-around;
    align-items: flex-end;
    height: auto;
  }

  .hero-image {
    height: 60vh;
    margin-left: 0;
  }

  .text-wrap {
    font-size: 1.3em;
  }

  .contact-overflow {
    margin-bottom: 2.9em;
  }

  .project-full-screen {
    margin-left: 2rem;
    padding-left: 0;
  }

  .half-screen {
    flex-direction: row-reverse;
    justify-content: flex-end;
    align-items: center;
    height: 70vw;
    margin-left: 2rem;
    padding-left: 0;
  }

  .h1-project {
    padding-right: 2.5rem;
    font-size: 10em;
  }

  .h1-project.fuck {
    padding-right: 0;
    font-size: 10em;
  }

  .h1-project.fr {
    padding-right: 0;
    font-size: 9em;
  }

  .h1-project.poster {
    padding-right: 0;
  }

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

  .section-label {
    height: 30%;
    margin-top: -.8em;
    margin-left: 0;
    inset: 0% auto auto 0%;
  }

  .section-label._1975 {
    justify-content: flex-start;
    align-items: center;
    height: 30%;
    margin-top: -.8em;
    margin-left: 0;
    margin-right: 0;
    inset: 0% 2% auto auto;
  }

  .img-cover.proj {
    max-width: none;
  }

  .img-cover.proj.mobile {
    width: 100%;
    max-width: none;
  }

  .img-cover.proj.challenge {
    width: 89%;
    max-width: none;
  }

  .img-cover.proj.special {
    max-width: 40rem;
  }

  .img-cover.saconstruction, .img-cover.saconstruction.nopad {
    padding-left: 2rem;
    padding-right: 2rem;
  }

  .two-col-img {
    overflow: hidden;
  }

  .img-cta-wrap {
    align-items: flex-end;
  }

  .load-swipe {
    display: none;
  }

  .loading.two, .loading.three {
    font-size: 3em;
  }

  .loading.four {
    font-size: 3em;
    font-weight: 700;
  }

  .loading.one {
    font-size: 3.5em;
  }

  .back-text {
    color: #616161;
    font-size: 1.3em;
  }

  .back-icon {
    color: #616161;
  }

  .img04 {
    width: 17%;
    top: 28%;
    left: 22%;
  }

  .text-75 {
    letter-spacing: -1.25rem;
    font-size: 30rem;
    line-height: .8;
  }

  .text-19 {
    letter-spacing: 0;
    font-size: 30rem;
  }

  .logo {
    width: 7%;
    top: 3.3em;
    left: 2.8em;
  }

  .img06 {
    width: 16%;
    left: 22%;
  }

  .img02 {
    width: 15%;
    top: 7%;
    right: 27%;
  }

  .img08 {
    width: 30%;
    bottom: 4%;
  }

  .figma {
    font-size: 2em;
  }

  .soft-name {
    align-items: flex-start;
    padding-top: .0625rem;
  }

  .text-block-5 {
    font-size: 3.8rem;
  }

  .text-block-6 {
    font-size: 1rem;
  }

  .div-block-73 {
    width: 50%;
  }

  .footer-email {
    font-size: 5rem;
  }

  .footer-email.fr {
    font-size: 7.5em;
  }

  .will-mari {
    height: 5rem;
    margin-right: 0;
  }

  .willmari {
    height: 5rem;
    font-size: 5rem;
  }

  .ui-designer {
    height: 4.9rem;
    margin-right: 0;
  }

  .from-mtl {
    justify-content: flex-start;
    margin-left: 0;
    font-size: .625rem;
  }

  .mtl-image {
    width: 30%;
  }

  .mtl-image.fr {
    width: 21%;
  }

  .intro-text {
    text-transform: none;
    padding-left: 0;
    padding-right: 0;
    font-size: 1.5em;
    line-height: 1.2;
  }

  .intro-txt {
    padding-left: 3.125rem;
    font-size: 1vw;
  }

  .intro-txt.fr.tablet {
    text-transform: none;
    width: 97%;
    margin-left: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .intro-txt.tablet {
    justify-content: flex-start;
    width: 90%;
    max-width: none;
    margin-left: 2rem;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0%;
    padding-right: 0;
    font-size: .625rem;
    position: absolute;
    inset: auto 0% -50%;
  }

  .scroll-anim {
    bottom: 5em;
    right: 5%;
  }

  .arrow-scroll {
    top: 39%;
    left: 37%;
  }

  .text-block-11 {
    font-size: 4.5em;
  }

  .intro-para {
    padding-right: 0;
    font-size: .625rem;
  }

  .intro-small-para {
    width: 100%;
    margin-top: 2.5rem;
    font-size: .625rem;
  }

  .intro-small-para.tablet {
    width: 90%;
  }

  .selected-work-titles {
    padding-left: 5em;
    padding-right: 5em;
  }

  .selected {
    font-size: 1.7em;
  }

  .work-title {
    width: 40%;
    margin-right: 1.5em;
    font-size: 1.7em;
  }

  .work {
    padding-left: 5.5em;
    padding-right: 0;
    display: none;
  }

  .work.nextproject {
    padding-left: 2.5em;
    padding-right: 2.5em;
    display: none;
  }

  .work.home {
    padding-left: 8em;
    padding-right: 0;
    display: none;
  }

  .intro {
    margin-left: 2rem;
    padding-top: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .tool-row {
    margin-bottom: 3.75rem;
    font-size: 1rem;
  }

  .tool-row.rad {
    margin-bottom: 3.75rem;
  }

  .tool-headline {
    text-align: left;
    font-size: 4em;
  }

  .div-block-76, .div-block-76.fr {
    width: 90%;
  }

  .connection {
    margin-top: 0;
    margin-left: 2rem;
  }

  .connection-txt {
    padding-left: 2em;
    padding-right: 8em;
  }

  .connection-txt.fr.tablet {
    padding-left: 11em;
    padding-right: 9em;
  }

  .connection-img {
    background-position: 78%;
    background-size: cover;
  }

  .textblock14 {
    font-size: 1.7em;
  }

  .div-block-78.fr.tablet {
    width: 87%;
  }

  .image-7, .image-8 {
    width: 1rem;
    height: 1rem;
  }

  .image-8.mix {
    height: 1.0625rem;
  }

  .footer-flexing {
    padding-left: 0;
  }

  .div-block-81 {
    padding-left: 0;
    padding-right: 0;
  }

  .image-10 {
    height: 8em;
  }

  .back-2 {
    color: #fff;
    margin-left: .625rem;
  }

  .h1-project-page-2 {
    font-size: 7em;
  }

  .case-head-2 {
    min-height: 15.625rem;
    padding-left: 2.6em;
    padding-right: 2.6em;
  }

  .case-head-2.rad {
    height: 50vh;
    min-height: auto;
  }

  .arrow-button-2 {
    justify-content: flex-start;
  }

  .paragraph2 {
    padding-right: 1em;
    font-size: 1.7em;
  }

  .paragraph2.less, .paragraph2.less.mobile, .paragraph2.less.tablet {
    padding-right: 0;
  }

  .div-block-83 {
    width: 100%;
    margin-top: 0;
  }

  .work-challenge {
    justify-content: flex-start;
    width: auto;
    margin-left: 0;
  }

  .work-challenge._2nd {
    justify-content: flex-start;
    width: 100%;
  }

  .work-challenge.tablet {
    flex-direction: column;
    margin-top: 0;
    padding-top: 10em;
    padding-bottom: 10em;
  }

  .work-challenge.conclusion {
    width: 100%;
  }

  .about-experience {
    justify-content: flex-start;
    max-width: none;
    margin-left: 0;
    margin-right: 0;
  }

  .about-title {
    width: 40%;
  }

  .about-title-box {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .heading-6 {
    padding-left: 0;
    font-size: 1.7em;
  }

  .work-mobile {
    display: flex;
  }

  .work-mobile.tablet {
    margin-bottom: 8em;
    padding-top: 8em;
    padding-left: 5em;
  }

  .work-details-h3 {
    font-size: 2.3em;
  }

  .textblock17 {
    font-size: 1.5em;
    line-height: 1.2;
  }

  .next-project {
    background-color: var(--white-titles);
    flex-direction: column;
    display: block;
  }

  .heading-nextproject {
    color: var(--warm-black);
    text-align: center;
    text-transform: uppercase;
    font-family: Bon, sans-serif;
    font-size: 5em;
    font-weight: 700;
  }

  .heading-nextproject-small {
    text-align: center;
    text-transform: uppercase;
    font-size: 1.25rem;
    font-weight: 700;
  }

  .link-block {
    padding-left: .3125rem;
  }

  .pster-left.mobile, .poster-right.mobile {
    height: auto;
    margin-bottom: 20em;
  }

  .image-15, .image-16 {
    height: 50em;
  }

  .link-3 {
    font-size: 1.7em;
  }

  .posters {
    padding-left: 2em;
    padding-right: 3em;
  }

  .postertext {
    padding-left: .125rem;
    font-size: 2.1em;
  }

  .postertext.fr.tablet {
    font-size: 2em;
  }

  .div-tittle-about.tablet {
    width: 28em;
  }

  .img11 {
    width: 17%;
    bottom: 40%;
    right: 21%;
  }

  .link-4 {
    font-size: 1.7em;
  }

  .background-video.main {
    width: 46.875rem;
    height: 28.125rem;
  }

  .collection-item-2 {
    line-height: 1;
  }

  .img12 {
    width: 13%;
    top: 17%;
    left: 17%;
  }

  .relative {
    flex-direction: column;
    justify-content: flex-start;
    width: 100%;
    max-width: 100rem;
    margin-left: 5em;
    display: flex;
    position: relative;
  }

  .relative.eng {
    margin-left: 0%;
  }

  .relative.fr {
    margin-left: 3.5em;
  }

  .title-about.tablet {
    color: #141414;
    font-family: Bon, sans-serif;
    font-size: 5em;
    font-weight: 700;
    display: flex;
  }

  .newwork {
    grid-column-gap: 80px;
    grid-row-gap: 80px;
    height: auto;
    margin-left: 2rem;
    margin-right: 2rem;
  }

  .grid-2 {
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: row;
  }

  .grid-2.work {
    display: flex;
  }

  .div-block-100 {
    grid-column-gap: 22px;
    grid-row-gap: 22px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .div-block-101 {
    width: 40%;
  }

  .flashing {
    margin-left: 0;
    padding-left: 2rem;
  }

  .title-rad {
    font-size: 2.5rem;
  }

  .title-top {
    margin-left: 0;
  }

  .content-container {
    padding-left: 1rem;
    padding-right: 2rem;
  }

  .body-3 {
    min-width: auto;
  }

  .div-block-105 {
    width: 100%;
  }

  .text-span-4 {
    font-size: 1.5em;
  }

  .flex-block-7 {
    flex-flow: row;
    height: 40%;
    margin-top: -64px;
    margin-left: 2rem;
  }

  .div-block-112 {
    margin-bottom: 0;
  }

  .div-block-113 {
    margin-top: 0;
  }

  .button-3 {
    height: 2.7rem;
  }

  .image-23 {
    width: 100%;
    height: 120%;
  }

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

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

  .testimonial14_component {
    column-count: 2;
  }
}

@media screen and (max-width: 767px) {
  .utility-page-wrap {
    padding: .9375rem;
  }

  .paragraph {
    font-size: 1em;
  }

  .footer {
    height: auto;
  }

  .footer-link.email {
    justify-content: center;
  }

  .nav-link {
    font-size: 6vw;
  }

  .resume-sections {
    padding: 2em;
  }

  .resume-section-head {
    font-size: 2em;
    font-weight: 500;
  }

  .get-in-touch.nav {
    font-size: .9em;
  }

  .contact-wrapper {
    margin-top: 2em;
    margin-bottom: 2em;
  }

  .footer-cta {
    margin-bottom: 4vw;
    display: block;
  }

  .about-headline-wrap {
    padding-left: 4em;
    padding-right: 4em;
  }

  .about-text-wrap {
    padding-top: 4em;
    padding-bottom: 4em;
  }

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

  .full-width-img {
    height: 60vw;
  }

  .full-height-text {
    align-items: flex-start;
    height: auto;
    min-height: auto;
    padding-left: 1.3em;
    padding-right: 1.3em;
  }

  .img-space-wrap.two-col {
    padding-left: 1em;
    padding-right: 1em;
  }

  .takeover {
    align-items: center;
    overflow: auto;
  }

  .fuck {
    overflow: hidden;
  }

  .menu-links-wrapper {
    width: 100%;
    margin-bottom: 2em;
  }

  .takeover-inner {
    flex-direction: column;
    align-items: flex-start;
    height: auto;
  }

  .project-full-screen {
    padding-left: 0;
    position: relative;
    bottom: auto;
    left: 0%;
    right: auto;
  }

  .half-screen {
    padding-left: 2em;
  }

  .footer-links-flex {
    flex-direction: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    align-items: center;
    display: flex;
  }

  .footer-links {
    flex-direction: row;
  }

  .section-label {
    align-items: center;
  }

  .img-cover {
    height: 100%;
  }

  .two-col-img {
    column-count: 2;
    margin-top: 3em;
    margin-bottom: 3em;
  }

  .intro-txt.tablet {
    padding-left: 1.75rem;
  }

  .tool-row {
    margin-bottom: 2.5rem;
  }

  .tool-headline {
    font-size: 2.5rem;
  }

  .back-2 {
    margin-top: 1.5625rem;
    margin-left: .75rem;
  }

  .case-head-2 {
    height: 100vh;
    min-height: 15.625rem;
    padding: 0 5em;
  }

  .menu-link {
    overflow: hidden;
  }

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

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

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

  .heading-medium-2 {
    font-size: 1.75rem;
    line-height: 1.4;
  }

  .text-size-large {
    font-size: 1.125rem;
  }

  .testimonial14_client-image-wrapper {
    margin-bottom: 1rem;
    margin-right: 0;
  }

  .testimonial14_component {
    column-count: 1;
  }

  .testimonial14_client {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
  }

  .testimonial14_content {
    margin-bottom: 1.5rem;
    padding: 1.5rem;
  }

  .page-padding-4 {
    padding-left: 1rem;
    padding-right: 1rem;
  }
}

@media screen and (max-width: 479px) {
  body {
    font-size: .3125rem;
  }

  h2 {
    color: var(--white);
    line-height: 1.3;
  }

  blockquote {
    object-fit: fill;
    min-height: 0;
    font-size: 1.25rem;
    line-height: 1.5625rem;
    overflow: visible;
  }

  .menu-button, .menu-button.w--open {
    flex: none;
  }

  .paragraph {
    flex-direction: row;
    margin-bottom: 1em;
    font-size: 1.1em;
  }

  .footer {
    z-index: 1;
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    height: 90vh;
    padding: 5em 0;
    display: flex;
    position: static;
  }

  .footer-link {
    flex-flow: column;
    grid-template-rows: auto auto;
    grid-template-columns: 1fr 1fr;
    grid-auto-columns: 1fr;
    place-content: flex-end center;
    align-self: auto;
    align-items: center;
    padding: .7em;
    display: flex;
  }

  .footer-link:hover {
    flex-wrap: nowrap;
  }

  .footer-link.nav {
    border-bottom-width: 0;
    flex-direction: row;
    margin-top: 0;
    margin-left: 1.5em;
    padding: .2em 0;
    font-size: 1.2em;
    overflow: visible;
  }

  .footer-link.email:hover {
    font-size: 1em;
  }

  .footer-link.email.nav {
    font-size: 1.2rem;
  }

  .footer-link.email.nav.fr {
    flex: 0 auto;
    font-size: 1.2rem;
  }

  .text-scroll-wrap.sticky {
    flex: 0 auto;
    margin-top: 0;
    font-size: 1.6em;
    line-height: .9;
    display: flex;
    bottom: 0%;
  }

  .div-line-overflow {
    display: block;
  }

  .nav-link {
    padding-top: 0;
    padding-bottom: .5em;
    padding-left: .6em;
    font-size: 3em;
  }

  .nav-link.w--current {
    font-size: 3em;
  }

  .resume-sections {
    padding: 10em 5em;
  }

  .resume-section-head {
    text-align: left;
    font-family: Neuemontreal, sans-serif;
    font-size: 10em;
    font-weight: 500;
  }

  .resume-section-head.hide {
    display: flex;
  }

  .xp-subhead {
    font-family: Neuemontreal, sans-serif;
    font-size: 1rem;
    font-weight: 500;
  }

  .resume-text {
    font-family: Neuemontreal, sans-serif;
    font-size: 1rem;
    line-height: 1.4;
  }

  .resume-wrap {
    position: relative;
  }

  .resume-block-head {
    font-family: Neuemontreal, sans-serif;
    font-size: 1.2rem;
    font-weight: 500;
    line-height: 1.4;
  }

  .resume-block-head._01 {
    font-size: .9rem;
  }

  .resume-block-head._02 {
    font-size: 1.4rem;
  }

  .text-animate {
    line-height: .7;
    display: flex;
  }

  .get-in-touch {
    text-align: center;
    letter-spacing: -.02em;
  }

  .get-in-touch.nav {
    color: #ffffffb3;
    font-size: 1.4rem;
    line-height: 1.4;
  }

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

  .contact-wrapper.fr {
    flex-direction: row;
    justify-content: flex-start;
    margin-bottom: 5em;
  }

  .footer-cta {
    flex-direction: column;
    justify-content: flex-end;
    align-items: center;
    margin-bottom: 5em;
    font-size: .3125rem;
    display: flex;
  }

  .about-header {
    color: var(--white);
    text-align: center;
    font-family: Neuemontreal, sans-serif;
    font-size: 3rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .about-header.fr {
    font-size: 2em;
  }

  .about-header.fr.tabelt {
    font-size: 6.4em;
  }

  .about-headline-wrap {
    height: 100vh;
    padding-left: 1em;
    padding-right: 1em;
    font-size: 1rem;
  }

  .header-wrap {
    align-items: flex-start;
    font-size: .3125rem;
  }

  .about-text-wrap {
    flex-direction: column;
    justify-content: space-between;
    align-items: flex-start;
    height: 100%;
    min-height: auto;
    padding: 0 5em 5rem;
    position: relative;
    top: 0;
    overflow: hidden;
  }

  .about-text {
    width: 100%;
    max-width: none;
    margin-left: 0;
    padding: 0 0 3em;
    font-size: 1.5em;
  }

  .img05 {
    width: 25%;
    display: block;
    top: 46%;
    left: 5em;
  }

  .img03 {
    width: 24%;
    display: block;
  }

  .img07 {
    width: 31%;
    bottom: 21%;
    right: 38%;
  }

  .img01 {
    width: 22%;
    display: block;
    top: 1%;
    left: 6%;
  }

  .img09 {
    width: 20%;
    display: block;
    bottom: 4%;
  }

  .full-width-img {
    background-color: #121212;
    height: auto;
    padding: 10em 0;
    display: flex;
  }

  .full-width-img.top {
    justify-content: center;
    align-items: center;
    height: 30vh;
    padding: 0;
    display: none;
  }

  .full-width-img.top.mobile {
    height: 40vh;
    padding: 0;
    display: flex;
    overflow: hidden;
  }

  .full-width-img.top._01 {
    height: 20vh;
    display: none;
  }

  .full-width-img.top.laurie {
    height: 60vh;
    display: none;
  }

  .full-width-img.mobile {
    height: 30vh;
    padding: 0;
    display: flex;
    position: relative;
    overflow: hidden;
  }

  .full-width-img.mobile._01 {
    display: none;
  }

  .full-width-img.mobile.small {
    padding-top: 1.5em;
    padding-bottom: 1.5em;
    display: flex;
  }

  .full-width-img.mobile.small.last {
    padding-bottom: 20em;
  }

  .full-width-img.mobile.app {
    display: none;
  }

  .full-width-img.mobile.lamain {
    display: flex;
  }

  .full-width-img.mobile.sa, .full-width-img.mobile.amelie, .full-width-img.details {
    display: none;
  }

  .full-width-img.amelie {
    padding: 3rem 1.5rem;
    display: flex;
  }

  .full-width-img.amelie.pics {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .full-width-img.amelie.last {
    padding-top: 1.5rem;
    padding-bottom: 3rem;
  }

  .full-width-img.small {
    display: flex;
  }

  .full-width-img.small.one {
    padding-top: 3em;
    padding-bottom: 0;
  }

  .full-width-img.small.hide, .full-width-img.small.mobile {
    display: flex;
  }

  .full-width-img.rad {
    display: none;
  }

  .full-width-img.rad.aero {
    padding: 3rem 1.5rem;
    display: flex;
  }

  .full-width-img.rad.aero.bikes {
    padding-top: 3rem;
    padding-bottom: 3rem;
  }

  .full-width-img.rad.aero.bigpad {
    padding-top: 3rem;
  }

  .full-width-img.axis {
    padding: 3rem 1.5rem;
    display: flex;
  }

  .full-width-img.axis.nopad {
    padding: 1.5rem;
  }

  .full-width-img.hide, .full-width-img.halaken {
    display: flex;
  }

  .full-width-img.last {
    display: none;
  }

  .full-width-img.bigsize {
    height: auto;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
    display: none;
  }

  .full-width-img.halakenrecords {
    padding: 3rem 1.5rem;
  }

  .full-width-img.halakenrecords.nopad {
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .full-width-img.saapp {
    padding: 3rem 1.5rem;
  }

  .full-width-img.saapp._01 {
    padding-top: 0;
    padding-bottom: 0;
  }

  .full-width-img.lmslf {
    padding: 3rem 1.5rem;
  }

  .full-height-text {
    margin-bottom: 2.5rem;
    margin-left: 0;
    padding: 7em 1.5rem;
  }

  .full-height-text.process {
    justify-content: center;
    align-items: flex-start;
    height: 80vh;
    padding-top: 0;
    padding-bottom: 0;
  }

  .full-height-text.conclusion {
    flex-flow: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    height: 100%;
    margin-left: 0;
    padding-bottom: 7rem;
    padding-left: 1.5rem;
  }

  .img-space-wrap {
    height: auto;
    margin-bottom: 0;
  }

  .img-space-wrap.two-col {
    margin-bottom: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .img-space-wrap.video {
    flex-direction: column;
    justify-content: center;
    padding-top: 18em;
    padding-bottom: 18em;
  }

  .img-space-wrap.hide {
    display: flex;
  }

  .img-space-wrap.hide.pass {
    display: none;
  }

  .single-column-img {
    box-shadow: none;
    justify-content: flex-start;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    padding: 0 5em;
  }

  .link {
    margin-bottom: 1.25rem;
    padding: 1em 1.2em;
    font-size: .9em;
  }

  .menu-button {
    mix-blend-mode: normal;
    background-color: #0000;
    flex-direction: row;
    justify-content: flex-end;
    align-items: flex-end;
    margin-top: .625rem;
    margin-right: .625rem;
    display: block;
    transform: scale(.9);
  }

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

  .menu-button.w--open {
    color: #0000;
    background-color: #0000;
    border-radius: 50%;
  }

  .hero-intro {
    z-index: 2;
    flex-direction: column;
    flex: 0 auto;
    justify-content: flex-start;
    align-items: flex-start;
    height: auto;
    padding-top: 44.5em;
    padding-left: 5em;
    padding-right: 2em;
    font-size: .3125rem;
    display: flex;
    position: relative;
    top: auto;
    left: auto;
    right: auto;
  }

  .takeover {
    flex-direction: column;
    justify-content: space-between;
    align-items: center;
    width: 100%;
    height: auto;
    padding: 0;
    display: block;
    overflow: auto;
  }

  .fuck {
    background-color: #0000;
    border-bottom-style: solid;
    border-bottom-color: #f8f8f83b;
    padding: 1em 2em;
    font-family: Bonvivantserif, sans-serif;
    overflow: hidden;
  }

  .fuck:focus {
    color: var(--white);
  }

  .fuck.w--current {
    color: var(--white);
    border-bottom-style: solid;
    border-bottom-color: #c2b9b93b;
    font-family: Bonvivantserif, sans-serif;
    font-weight: 400;
  }

  .fuck.w--current:focus {
    color: var(--white);
  }

  .number {
    color: #f8f8f899;
    padding-top: 0;
    font-size: 3em;
  }

  .menu-links-wrapper {
    width: 100%;
    margin-top: 30%;
    margin-bottom: 0;
    margin-right: 0;
    font-size: .3125rem;
  }

  .secondary-link-wrapper {
    flex-direction: column;
    align-items: flex-start;
    width: 100%;
    padding-bottom: 0;
    padding-left: 2em;
    padding-right: 2em;
    display: block;
  }

  .takeover-inner {
    flex-direction: column;
    justify-content: space-around;
    align-items: center;
    width: 100%;
    height: 100%;
    margin-top: 0;
    padding-left: 5em;
    display: flex;
  }

  .locomotive-scroll {
    z-index: 2;
    flex-direction: row;
    justify-content: flex-start;
    align-items: center;
    height: 100%;
    display: block;
    position: relative;
  }

  .locomotive-scroll.projects {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
  }

  .nav {
    mix-blend-mode: normal;
    display: block;
    inset: 0% 0% auto;
  }

  .hero-image {
    flex-wrap: nowrap;
    justify-content: flex-start;
    align-items: flex-start;
    height: 60vh;
    margin-bottom: 5rem;
    margin-left: auto;
    margin-right: auto;
  }

  .text-wrap {
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .text-wrap.fr {
    font-size: 2.3em;
  }

  .menu-bottom, .menu-top {
    mix-blend-mode: normal;
    background-color: #0000;
  }

  .menu-wrap {
    mix-blend-mode: normal;
  }

  .contact-overflow {
    font-size: .3125rem;
    display: block;
  }

  .menu-hover {
    background-color: #0000;
    border-radius: 50%;
    display: inline-block;
  }

  .project-full-screen {
    width: auto;
    margin-left: 1rem;
    padding-left: 0;
    padding-right: 5em;
  }

  .overflow-hidden {
    margin-top: 0;
    margin-bottom: 10rem;
    font-size: .3125rem;
  }

  .half-screen {
    justify-content: flex-end;
    align-items: center;
    width: auto;
    height: 70vh;
    margin-left: 1.5rem;
    margin-right: 0;
    padding-left: 0;
    padding-right: 0;
  }

  .h1-project {
    padding-right: 0;
    font-family: Neuemontreal, sans-serif;
    font-size: 3.9rem;
    font-weight: 500;
    line-height: 1;
  }

  .h1-project.fuck {
    letter-spacing: 0;
    font-size: 3.7rem;
  }

  .h1-project.fr {
    font-size: 8em;
  }

  .footer-links-flex {
    flex-direction: row;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
  }

  .footer-links {
    flex-direction: column;
    justify-content: space-around;
  }

  .about-headline {
    font-size: 9vw;
    line-height: 1.1;
  }

  .section-label {
    flex-direction: row;
    align-items: flex-start;
    width: 50%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    padding: 0;
    top: -2.7em;
    left: -1.6em;
  }

  .section-label._1975 {
    flex-direction: row;
    justify-content: flex-end;
    width: 50%;
    height: auto;
    margin-top: 0;
    margin-left: 0;
    margin-right: 0;
    font-size: .3125rem;
    inset: -2.7em 2.4em auto auto;
  }

  .color-load {
    z-index: 500;
    flex-flow: column;
    display: block;
  }

  .img-cover.main {
    object-fit: fill;
    flex: 0 auto;
    width: 100%;
    height: 100%;
    position: absolute;
    inset: 0%;
  }

  .img-cover.main.laurie {
    height: 100%;
  }

  .img-cover.proj {
    width: auto;
    max-width: none;
    height: 100%;
  }

  .img-cover.proj.mobile {
    width: auto;
  }

  .img-cover.proj.small {
    width: auto;
    max-width: none;
  }

  .img-cover.proj.challenge {
    width: 21.875rem;
    max-width: 87.5rem;
  }

  .img-cover.newlogo {
    width: 60em;
  }

  .img-cover.saconstruction {
    padding: 3rem 1.5rem;
  }

  .img-cover.saconstruction.nopad {
    padding-top: 0;
    padding-bottom: 0;
  }

  .two-col-img {
    box-shadow: none;
    column-count: auto;
    flex-direction: column;
    width: 100%;
    height: auto;
    margin-top: 0;
    margin-bottom: 0;
    display: flex;
  }

  .proj-scroll-text {
    line-height: 1.1;
  }

  .img-col {
    text-align: center;
    justify-content: center;
    width: 100%;
    margin-top: 3em;
    margin-bottom: 10em;
    display: flex;
    overflow: visible;
  }

  .load-swipe {
    font-size: .3125rem;
    display: none;
  }

  .loading.two {
    font-size: 6em;
  }

  .loading.three {
    font-family: Changa One, Impact, sans-serif;
    font-size: 7em;
    font-style: italic;
    font-weight: 400;
  }

  .loading.four {
    font-size: 6em;
    font-weight: 700;
  }

  .loading.one {
    font-size: 6em;
  }

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

  .back-icon {
    color: #616161;
    margin-right: 1.5em;
  }

  .img04 {
    width: 18%;
    top: 28%;
    left: 16em;
  }

  .text-75, .text-19 {
    height: auto;
    font-size: 20rem;
    line-height: .9;
  }

  .logo {
    z-index: 100;
    width: 10%;
    position: fixed;
    top: 6.5em;
    left: 5em;
  }

  .img06 {
    width: 20%;
    bottom: 31%;
    left: 11%;
  }

  .img02 {
    width: 20%;
    top: 6%;
    right: 28%;
  }

  .img08 {
    width: 35%;
    inset: auto 0% 10% auto;
  }

  .img10 {
    width: 30%;
    top: 38%;
  }

  .txt-01 {
    display: none;
    top: 12%;
    left: -6%;
  }

  .text-block-4 {
    font-size: 3.5em;
  }

  .softwares {
    align-items: center;
  }

  .figma {
    font-family: Neuemontreal, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .soft-name {
    align-items: center;
  }

  .text-block-5 {
    color: var(--white-titles);
    text-align: left;
    margin-bottom: .5em;
    font-size: 13em;
    line-height: 1;
  }

  .text-block-6 {
    font-size: 1.5rem;
    font-weight: 400;
    line-height: 1.5;
  }

  .text-block-7 {
    margin-bottom: .625rem;
    font-size: 1.5rem;
    font-weight: 400;
  }

  .div-block-73 {
    width: 65%;
    padding-right: 2.1875rem;
    font-size: 4.6em;
  }

  .div-block-73.eng {
    width: 36%;
    padding-right: 0;
  }

  .div-block-73.fr {
    width: 40%;
    padding-right: 0;
  }

  .footer-email {
    font-size: 2.8rem;
  }

  .footer-email.fr {
    font-size: 7.4em;
  }

  .will-mari {
    justify-content: flex-start;
    align-items: stretch;
    height: 2.5rem;
    margin-right: 0;
    padding-left: 0;
    font-size: 1em;
  }

  .willmari {
    height: auto;
    padding-left: 0;
    padding-right: .9375rem;
    font-family: Neuemontreal, sans-serif;
    font-size: 8.5em;
    font-weight: 400;
    line-height: 1;
  }

  .willmari.mobile {
    padding-right: .625rem;
    line-height: 1;
  }

  .willmari.will {
    margin-left: 0;
    font-family: Bon, sans-serif;
    font-size: 8.5em;
    font-weight: 700;
  }

  .willmari.will.fr {
    font-size: 8em;
  }

  .willmari.mtl {
    padding-right: 0;
  }

  .willmari.fr {
    padding-right: .75rem;
    font-size: 8em;
  }

  .intro-im {
    padding-right: 0;
    font-size: 1em;
  }

  .will-image {
    width: 3.125rem;
    height: 1.5rem;
    padding-top: 0;
    padding-left: .625rem;
    padding-right: .625rem;
    display: none;
  }

  .ui-designer {
    justify-content: flex-start;
    align-items: flex-start;
    height: 2.5rem;
    margin-top: .5rem;
    margin-left: 0;
    margin-right: 0;
  }

  .from-mtl {
    justify-content: flex-start;
    align-items: stretch;
    height: 2.5rem;
    margin-top: .5rem;
    margin-left: 0;
    padding-left: 0%;
  }

  .mtl-image {
    padding-top: 0;
    padding-right: .625rem;
    display: none;
  }

  .designer-image {
    width: 2.1875rem;
    height: 1.3125rem;
    padding-left: 0;
    display: none;
  }

  .intro-willmari {
    font-size: 1em;
  }

  .intro-ui {
    padding-right: 0;
    font-size: 1em;
  }

  .intro-designer {
    margin-left: 0;
    font-size: 1em;
  }

  .intro-from {
    margin-left: 0;
    padding-right: 0;
    font-size: .3125rem;
  }

  .intro-mtl {
    margin-left: 0;
    font-size: .3125rem;
  }

  .social {
    padding-top: 1.25rem;
  }

  .intro-text {
    text-transform: none;
    font-size: 1.4rem;
    line-height: 1.2;
  }

  .intro-text.francais {
    font-size: 1rem;
  }

  .intro-txt {
    width: auto;
    margin-top: 10%;
    margin-left: 0%;
    margin-right: 0;
    padding-top: 0;
    padding-left: 0;
    padding-right: 7em;
    display: block;
    position: static;
  }

  .intro-txt.fr {
    padding-left: 0;
  }

  .intro-txt.fr.tablet {
    width: 65%;
    margin-left: 0;
    padding-left: .125rem;
    display: flex;
    bottom: -180%;
  }

  .intro-txt.tablet {
    flex: none;
    width: 100%;
    margin-top: 20px;
    margin-left: 0;
    padding-left: 0;
    font-size: .3125rem;
    display: flex;
    position: static;
    bottom: -180%;
    overflow: visible;
  }

  .scroll-anim {
    flex: none;
    width: 14em;
    height: 11em;
    bottom: 21em;
    right: 6em;
  }

  .scroll-anim.fr {
    font-size: .3125rem;
    bottom: 21em;
  }

  .arrow-scroll {
    width: auto;
    height: auto;
    top: 4.8em;
    left: 4.9em;
  }

  .text-block-10 {
    font-family: Bon, sans-serif;
    font-size: 4em;
    font-weight: 700;
    line-height: 1;
  }

  .text-block-11 {
    font-family: PT Sans, sans-serif;
    font-size: 4.7em;
    font-weight: 700;
    line-height: 1.2;
    display: none;
  }

  .text-block-11.mobile {
    font-size: 4.5em;
    display: inline-block;
  }

  .text-block-11.eng {
    font-family: Neuemontreal, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
    display: inline-block;
  }

  .intro-para {
    padding-right: 0;
    font-size: .3125rem;
  }

  .intro-small-para {
    width: 90%;
    margin-top: 1.875rem;
    padding-right: 0;
    font-size: 1vw;
  }

  .intro-small-para.tablet {
    width: 100%;
  }

  .selected-work-titles {
    padding: 10em 5em;
    font-size: .3125rem;
  }

  .selected {
    font-size: 3em;
  }

  .work-title {
    text-align: right;
    width: auto;
    margin-left: 0;
    padding-right: 0;
    font-size: 3em;
  }

  .work {
    width: 100%;
    padding-left: 5em;
    padding-right: 5em;
    display: none;
  }

  .work.nextproject {
    padding-top: 25em;
    padding-bottom: 25em;
    display: none;
  }

  .work.home {
    display: none;
  }

  .intro {
    margin-left: 0;
    margin-right: 0;
    padding: 5rem 1rem 8rem;
    font-size: .3125rem;
  }

  .tool-row.rad {
    margin-bottom: 2em;
  }

  .tool-row.rad.nextproject {
    text-align: center;
  }

  .tool-headline {
    font-family: PT Sans, sans-serif;
    font-size: 2.1em;
    font-weight: 700;
  }

  .div-block-75 {
    font-size: .3125rem;
  }

  .div-block-76 {
    width: 100%;
    font-size: 1vw;
  }

  .div-block-76.fr {
    width: 65%;
    font-size: .3125rem;
  }

  .connection {
    flex-flow: column;
    align-items: stretch;
    height: 100%;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .connection-txt {
    width: auto;
    height: auto;
    padding: 1.5rem 3rem 3rem 1.5rem;
  }

  .connection-txt.fr {
    width: 60%;
    height: 70em;
  }

  .connection-txt.fr.tablet {
    width: 65%;
    height: 80em;
    padding-left: 5em;
    padding-right: 5.1em;
  }

  .connection-img {
    background-position: 50%;
    background-repeat: no-repeat;
    background-size: cover;
    background-attachment: scroll;
    width: auto;
    height: 300px;
  }

  .connection-img.fr {
    background-position: 77%;
    background-size: cover;
    background-attachment: scroll;
  }

  .textblock14 {
    font-size: 1.4rem;
    line-height: 1.1;
  }

  .div-block-78 {
    width: 100%;
    font-size: .3125rem;
  }

  .div-block-78.fr {
    width: 100%;
  }

  .div-block-78.fr.tablet {
    width: 90%;
    font-size: .3125rem;
  }

  .contact-scroll {
    display: block;
  }

  .heading {
    padding-right: 26px;
    font-family: Neuemontreal, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .heading.fr {
    font-size: 6em;
  }

  .image-7 {
    height: 1rem;
    font-size: 3.2em;
  }

  .image-8 {
    height: 1rem;
    min-height: auto;
  }

  .image-8.mix {
    height: 1.125rem;
  }

  .text-block-15, .text-block-16 {
    font-family: Bon, sans-serif;
    font-size: 4em;
    font-weight: 700;
    line-height: 1;
  }

  .footer-flexing {
    flex-direction: column;
    justify-content: space-between;
    width: 100%;
    height: 100%;
    padding-top: 5em;
    padding-bottom: 5rem;
    padding-left: 1.5rem;
    display: flex;
  }

  .div-block-81 {
    flex-direction: column;
    align-items: flex-start;
    padding-left: 0;
    padding-right: 0;
    font-size: .3125rem;
  }

  .image-10 {
    height: auto;
  }

  .image-11 {
    height: 4em;
  }

  .back-2 {
    margin-top: 16em;
    margin-left: .8em;
  }

  .h1-project-page-2 {
    text-align: left;
    margin-top: 13rem;
    font-family: PT Sans, sans-serif;
    font-size: 3rem;
    font-weight: 400;
    line-height: 1.1;
    display: flex;
  }

  .case-head-2 {
    height: 75vh;
    min-height: 25rem;
    padding: 0 3.7em;
    font-size: .3125rem;
  }

  .case-head-2.rad {
    justify-content: space-between;
    align-items: flex-start;
    height: 90vh;
    min-height: auto;
    padding-left: 5em;
    padding-right: 5em;
  }

  .paragraph2 {
    padding-right: 0;
    font-size: 1.3rem;
    line-height: 1.4;
  }

  .paragraph2.less {
    padding-right: 0;
    font-size: 1.4rem;
  }

  .paragraph2.less.mobile {
    padding-right: 0;
  }

  .paragraph2.mobile {
    padding-right: .7em;
  }

  .paragraph2.sa {
    padding-right: 0;
  }

  .div-block-83 {
    width: auto;
    margin-top: .625rem;
    padding-right: 0;
  }

  .work-challenge {
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 5rem;
    margin-left: 1.5rem;
  }

  .work-challenge._2nd {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-top: 8em;
    margin-left: 0;
  }

  .work-challenge._2nd.process {
    margin-top: 0;
  }

  .work-challenge.conclusion {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    flex-flow: column;
    justify-content: space-between;
    align-self: auto;
    width: 100%;
    margin-left: 0;
  }

  .work-challenge.process {
    justify-content: flex-start;
    align-items: flex-start;
  }

  .about-experience {
    flex-direction: column;
    margin-top: 3rem;
    margin-bottom: 5em;
  }

  .about-experience.last {
    margin-top: 3rem;
  }

  .about-title, .about-experience-list {
    width: 100%;
  }

  .spacer {
    margin-bottom: .25rem;
    display: block;
  }

  .about-title-box {
    justify-content: flex-start;
    width: 100%;
  }

  .headingsmall-work {
    margin-top: 0;
    font-family: Neuemontreal, sans-serif;
    font-size: 5.2em;
    font-weight: 500;
  }

  .headingsmall-work.fr {
    font-size: 4.5em;
  }

  .heading-6 {
    padding-left: 0;
    font-size: 3em;
  }

  .learn {
    height: 100%;
  }

  .work-mobile {
    width: 100%;
    padding: 12em 0 12em 5em;
    display: block;
  }

  .work-details-h3 {
    text-align: left;
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: Neuemontreal, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
    line-height: 1;
    display: inline-block;
  }

  .work-details-h3.hide {
    display: none;
  }

  .image-12 {
    mix-blend-mode: normal;
    background-color: #0000;
  }

  .image-13 {
    mix-blend-mode: normal;
  }

  .textblock17 {
    text-transform: none;
    font-family: Neuemontreal, sans-serif;
    font-size: 1.4rem;
    line-height: 1.1;
    display: inline;
  }

  .textblock17.hide {
    display: block;
  }

  .heading-7 {
    color: var(--warm-black);
    text-align: center;
  }

  .div-block-88 {
    width: 100%;
  }

  .next-project {
    background-color: var(--white-titles);
    padding-top: 25em;
    padding-bottom: 25em;
    display: block;
  }

  .next-project-btn {
    color: var(--warm-black);
    text-align: center;
    flex-direction: column;
    justify-content: center;
    font-size: 1vw;
    display: flex;
  }

  .next-project-btn:hover {
    color: #727272;
  }

  .heading-nextproject {
    text-transform: uppercase;
    font-family: PT Sans, sans-serif;
    font-size: 9em;
    font-weight: 700;
  }

  .heading-nextproject-small {
    text-align: center;
    text-transform: uppercase;
    margin-top: 0;
    margin-bottom: 0;
    font-size: 1.15rem;
    font-weight: 700;
  }

  .pster-left {
    height: 26.25rem;
    margin-bottom: 40em;
  }

  .pster-left.mobile {
    margin-bottom: 40em;
  }

  .poster-right {
    height: 26.25rem;
    margin-bottom: 40em;
  }

  .poster-right.mobile {
    margin-bottom: 40em;
  }

  .image-15 {
    flex: none;
    height: 84em;
  }

  .image-16 {
    height: 84em;
  }

  .link-3 {
    font-size: 3.4em;
  }

  .posters {
    width: 100%;
    padding: 12em 5em 8em;
  }

  .postertext {
    font-size: 4.7em;
  }

  .postertext.fr {
    font-size: 4em;
  }

  .postertext.fr.tablet {
    font-size: 3em;
  }

  .div-tittle-about {
    width: auto;
    font-size: .375rem;
  }

  .div-tittle-about.tablet {
    width: 100%;
  }

  .spacersoft {
    height: .625rem;
  }

  .link-block-2 {
    padding-right: 0;
  }

  .div-block-90 {
    font-size: .3125rem;
  }

  .img11 {
    width: 20%;
    bottom: 40%;
    right: 20%;
  }

  .transition {
    display: none;
  }

  .transition-logo {
    object-fit: fill;
    flex: 0 auto;
    justify-content: center;
    margin-bottom: 5rem;
    display: flex;
  }

  .image-17 {
    width: 75%;
    height: 75%;
  }

  .img2col {
    width: 90%;
  }

  .link-4 {
    font-size: 4em;
  }

  .transition-delay {
    width: 100%;
    height: 100vh;
    display: none;
  }

  .background-video, .background-video.main {
    width: 21.875rem;
    height: 12.5rem;
  }

  .div-block-92 {
    width: 100%;
    height: 100%;
  }

  .img12 {
    width: 20%;
    top: 14%;
  }

  .hide-tittle {
    letter-spacing: 0;
    text-transform: uppercase;
    font-family: PT Sans, sans-serif;
    font-size: 2.5em;
    font-weight: 700;
    display: flex;
  }

  .relative {
    margin-left: 0;
  }

  .relative.eng {
    margin-top: .5rem;
    margin-left: 0%;
  }

  .relative.fr {
    margin-left: 0;
  }

  .title-about.tablet {
    font-family: Bonvivantserif, sans-serif;
    font-size: 10em;
    font-weight: 400;
    display: none;
  }

  .iterations {
    justify-content: flex-start;
    align-items: flex-start;
    width: 100%;
    margin-bottom: 1.875rem;
    padding: 0;
  }

  .iterations._01 {
    justify-content: flex-start;
    align-items: flex-start;
    padding-top: 0;
    padding-bottom: 0;
    padding-right: 0;
  }

  .iterations._03 {
    margin-bottom: 0;
    padding-left: 0;
  }

  .happyclient {
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 1.875rem;
  }

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

  .work-numbers {
    font-size: 14em;
  }

  .work-numbers-tittles {
    font-size: 1.5rem;
  }

  .grid {
    grid-row-gap: 40px;
    grid-template-columns: 1fr;
    justify-content: start;
    justify-items: start;
  }

  .div-block-95 {
    width: 100%;
  }

  .div-block-96 {
    width: auto;
  }

  .text-role {
    color: #ccc;
    font-size: 1rem;
  }

  .role {
    width: auto;
    margin-bottom: 30px;
    padding-left: 0;
  }

  .title-role {
    color: #ccc;
    font-size: 1rem;
  }

  .title-role.responsibilty {
    font-size: 1rem;
  }

  .title-role.url {
    text-align: left;
    font-size: 1rem;
  }

  .role-title {
    width: 2.7rem;
    height: 20px;
  }

  .newwork {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    justify-content: space-between;
    margin-bottom: 5rem;
    margin-left: 1rem;
    margin-right: 1rem;
  }

  .grid-2 {
    grid-column-gap: 48px;
    grid-row-gap: 64px;
    grid-template-rows: auto auto auto auto;
    grid-template-columns: 1fr;
    grid-auto-flow: column;
  }

  .grid-2.work {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex: 1;
    grid-template-rows: auto auto;
    grid-template-columns: 2.5fr;
    grid-auto-rows: auto;
    grid-auto-columns: 1fr;
    grid-auto-flow: column;
    justify-content: start;
    align-self: flex-start;
    place-items: stretch stretch;
    margin-bottom: 48px;
    padding-right: 0;
    display: grid;
  }

  .grid-2.work.hide {
    display: none;
  }

  .text-span-3 {
    font-family: Neuemontreal, sans-serif;
    font-weight: 700;
  }

  .img-newwork {
    grid-column-gap: 6px;
    grid-row-gap: 6px;
    flex-flow: column;
    align-items: stretch;
    display: flex;
  }

  .text-block-23 {
    font-family: Neuemontreal, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
    line-height: 1.5;
  }

  .textnewwork {
    grid-column-gap: 8px;
    grid-row-gap: 8px;
    flex-flow: column;
    height: auto;
    margin-top: 0;
  }

  .text-block-24 {
    font-size: 2.2rem;
  }

  .title-newwork {
    flex: 0 auto;
    margin-top: 0;
    display: block;
  }

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

  .flex-block-2 {
    grid-column-gap: 0px;
    grid-row-gap: 0px;
    margin-bottom: .5rem;
  }

  .text-block-25 {
    font-size: 1.5rem;
  }

  .div-block-100 {
    grid-column-gap: 32px;
    grid-row-gap: 32px;
    flex-flow: column;
    justify-content: space-between;
    align-items: flex-start;
  }

  .email {
    font-size: 1.5rem;
  }

  .div-block-101 {
    width: auto;
  }

  .text-block-26 {
    font-size: 1rem;
  }

  .flashing {
    justify-content: flex-start;
    align-items: flex-start;
    width: auto;
    margin-left: 0;
    padding-left: 1.5rem;
  }

  .div-block-102 {
    grid-column-gap: 16px;
    grid-row-gap: 16px;
    flex-flow: column;
    width: 100%;
    margin-top: 3rem;
    margin-left: 0;
  }

  .title-rad {
    font-family: Neuemontreal, sans-serif;
    font-size: 1.8rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .title-top {
    width: 100%;
    margin-left: 0;
  }

  .div-block-103 {
    margin-top: 0;
  }

  .div-block-104 {
    grid-column-gap: 48px;
    grid-row-gap: 48px;
    flex-flow: column;
  }

  .header-container {
    padding-top: 3rem;
    padding-left: 0;
    padding-right: 0;
    position: static;
  }

  .section-header {
    font-family: Neuemontreal, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .content-container {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    width: auto;
    margin-top: 2rem;
    padding-bottom: 4rem;
    padding-left: 0;
    padding-right: 0;
  }

  .img1 {
    aspect-ratio: auto;
    object-fit: cover;
    width: 100%;
    height: 100%;
    overflow: visible;
  }

  .sticky {
    flex-flow: column;
    margin-left: 0;
    padding-left: 1.5rem;
    padding-right: 1.5rem;
  }

  .div-block-105 {
    width: auto;
  }

  .paragraph-2 {
    padding-right: 0;
    font-size: 1.4rem;
    line-height: 1.4;
  }

  .div-block-108 {
    padding-left: 0;
  }

  .bold-text, .bold-text-2, .bold-text-3 {
    font-family: Neuemontreal, sans-serif;
    font-size: 2.5rem;
    font-weight: 500;
  }

  .flex-block-5 {
    flex-flow: column;
    justify-content: flex-start;
    align-items: stretch;
    width: 100%;
    display: flex;
  }

  .link-block-6 {
    width: 100%;
  }

  .link-block-7 {
    height: 100%;
  }

  .flex-block-6 {
    flex-flow: column;
    width: 100%;
  }

  .bold-text-4, .bold-text-5 {
    font-weight: 500;
  }

  .text-span-4 {
    font-size: 1.4rem;
  }

  .div-block-111 {
    padding-right: 0;
  }

  .menu-link {
    background-color: #0000;
    border-bottom-style: solid;
    border-bottom-color: #f8f8f83b;
    padding: 1em 2em;
    font-family: Bonvivantserif, sans-serif;
    overflow: hidden;
  }

  .menu-link:focus {
    color: var(--white);
  }

  .menu-link.w--current {
    color: var(--white);
    border-bottom-style: solid;
    border-bottom-color: #c2b9b93b;
  }

  .flex-block-7 {
    flex-flow: row;
    margin-top: -15px;
    margin-left: 0;
  }

  .div-block-112 {
    margin-bottom: 0;
  }

  .div-block-113 {
    margin-top: 0;
    margin-left: -44px;
    font-size: .3rem;
  }

  .success {
    margin-top: .3rem;
  }

  .button-3 {
    height: 2.8rem;
  }

  .btm-top-talk {
    height: 2.7rem;
    top: 1.5rem;
    right: 6rem;
  }

  .txt-casestudies {
    font-size: 1.4rem;
  }

  .keepittogethere {
    grid-column-gap: 24px;
    grid-row-gap: 24px;
    justify-content: flex-start;
    height: auto;
  }

  .scroll-wrap {
    height: auto;
    display: none;
  }

  .scrol-target {
    height: 20vh;
    display: flex;
  }

  .scrol-target.mobile {
    height: auto;
    display: flex;
  }

  .interface-wrap {
    height: 25vh;
    display: none;
  }

  .img-parallax {
    flex: 0 auto;
    width: auto;
    height: auto;
  }

  .img-parallax.laurie {
    height: 100%;
  }

  .mobile-cover {
    width: 100%;
    height: 100%;
  }

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

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

  .text-size-medium-2 {
    padding-right: 49px;
    font-size: 1.4rem;
  }

  .heading-medium-2 {
    padding-right: 62px;
    font-family: Neuemontreal, sans-serif;
    font-size: 2rem;
    font-weight: 500;
    line-height: 1.2;
  }

  .text-size-large.text-weight-medium.text-color-gray900 {
    font-family: Neuemontreal, sans-serif;
    font-size: 1.4rem;
  }

  .text-size-small {
    font-family: Neuemontreal, sans-serif;
    font-size: 1.2rem;
  }

  .testimonial14_content {
    margin-bottom: 2rem;
  }

  .text-weight-semibold.text-color-gray900 {
    font-family: Neuemontreal, sans-serif;
    font-size: 1.4rem;
    font-weight: 500;
  }

  .page-padding-4 {
    margin-top: 4rem;
    margin-bottom: 2rem;
  }
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd110-47f805f1, #w-node-afcadff1-392c-fad8-f43a-0e94c46bd111-47f805f1 {
  order: -9999;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd114-47f805f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd11f-47f805f1 {
  order: -9999;
  place-self: auto;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd120-47f805f1 {
  order: -9999;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd123-47f805f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd12e-47f805f1 {
  order: -9999;
  place-self: auto;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd12f-47f805f1 {
  order: -9999;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd132-47f805f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd13d-47f805f1 {
  order: -9999;
  place-self: auto;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd13e-47f805f1 {
  order: -9999;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd141-47f805f1 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd110-45501135, #w-node-afcadff1-392c-fad8-f43a-0e94c46bd111-45501135 {
  order: -9999;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd114-45501135 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd11f-45501135 {
  order: -9999;
  place-self: auto;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd120-45501135 {
  order: -9999;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd123-45501135 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd12e-45501135 {
  order: -9999;
  place-self: auto;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd12f-45501135 {
  order: -9999;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd132-45501135 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd13d-45501135 {
  order: -9999;
  place-self: auto;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd13e-45501135 {
  order: -9999;
}

#w-node-afcadff1-392c-fad8-f43a-0e94c46bd141-45501135 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_6ab49770-6be4-97ec-bead-82ea63e6901a-45501194 {
  justify-self: end;
}

#w-node-_915007c5-df50-9cf9-b900-2087d2e04fe8-45501194 {
  order: -9999;
  place-self: auto;
}

#w-node-_915007c5-df50-9cf9-b900-2087d2e04fe9-45501194 {
  order: -9999;
}

#w-node-_915007c5-df50-9cf9-b900-2087d2e04fec-45501194 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_915007c5-df50-9cf9-b900-2087d2e04fca-45501194 {
  order: -9999;
  place-self: auto;
}

#w-node-_915007c5-df50-9cf9-b900-2087d2e04fcb-45501194 {
  order: -9999;
}

#w-node-_915007c5-df50-9cf9-b900-2087d2e04fce-45501194 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_915007c5-df50-9cf9-b900-2087d2e04fd9-45501194 {
  order: -9999;
  place-self: auto;
}

#w-node-_915007c5-df50-9cf9-b900-2087d2e04fda-45501194 {
  order: -9999;
}

#w-node-_915007c5-df50-9cf9-b900-2087d2e04fdd-45501194 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_65bfa26d-eef4-aebb-d166-c9ed404ee9ca-45501194 {
  order: -9999;
  place-self: auto;
}

#w-node-_65bfa26d-eef4-aebb-d166-c9ed404ee9cb-45501194 {
  order: -9999;
}

#w-node-_65bfa26d-eef4-aebb-d166-c9ed404ee9ce-45501194 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_5382fa97-606b-bfda-2f2f-433f0eb8b2ec-45501195 {
  justify-self: start;
}

#w-node-_5382fa97-606b-bfda-2f2f-433f0eb8b2f2-45501195, #w-node-_359c7ee9-46bd-0235-881f-382f70e5b7b7-45501198 {
  justify-self: end;
}

#w-node-_0ef29f10-8d86-d64e-bb8f-697344da31ca-45501198 {
  order: -9999;
  place-self: auto;
}

#w-node-_0ef29f10-8d86-d64e-bb8f-697344da31cb-45501198 {
  order: -9999;
}

#w-node-_0ef29f10-8d86-d64e-bb8f-697344da31ce-45501198 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_0ef29f10-8d86-d64e-bb8f-697344da31d9-45501198 {
  order: -9999;
  place-self: auto;
}

#w-node-_0ef29f10-8d86-d64e-bb8f-697344da31da-45501198 {
  order: -9999;
}

#w-node-_0ef29f10-8d86-d64e-bb8f-697344da31dd-45501198 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_0ef29f10-8d86-d64e-bb8f-697344da31ac-45501198, #w-node-_0ef29f10-8d86-d64e-bb8f-697344da31ad-45501198 {
  order: -9999;
}

#w-node-_0ef29f10-8d86-d64e-bb8f-697344da31b0-45501198 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_0ef29f10-8d86-d64e-bb8f-697344da31bb-45501198 {
  order: -9999;
  place-self: auto;
}

#w-node-_0ef29f10-8d86-d64e-bb8f-697344da31bc-45501198 {
  order: -9999;
}

#w-node-_0ef29f10-8d86-d64e-bb8f-697344da31bf-45501198 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-fd6bc704-f649-8440-c114-cc39c6334807-45501199 {
  justify-self: start;
}

#w-node-fd6bc704-f649-8440-c114-cc39c633480d-45501199, #w-node-_6eec066e-323b-11ef-e940-a2261242e697-4550119b {
  justify-self: end;
}

#w-node-_7fdebdaa-e480-20ca-70be-10c00b9135ab-4550119c {
  justify-self: start;
}

#w-node-_7fdebdaa-e480-20ca-70be-10c00b9135b1-4550119c {
  justify-self: center;
}

#w-node-edaee10d-eded-859b-df53-7251360d6da1-455011a5 {
  justify-self: end;
}

#w-node-_5b1e1120-2c8c-2fec-9e63-d3faf068312a-455011a5, #w-node-_5b1e1120-2c8c-2fec-9e63-d3faf068312b-455011a5 {
  order: -9999;
}

#w-node-_5b1e1120-2c8c-2fec-9e63-d3faf068312e-455011a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_5b1e1120-2c8c-2fec-9e63-d3faf0683139-455011a5 {
  order: -9999;
  place-self: auto;
}

#w-node-_5b1e1120-2c8c-2fec-9e63-d3faf068313a-455011a5 {
  order: -9999;
}

#w-node-_5b1e1120-2c8c-2fec-9e63-d3faf068313d-455011a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_5b1e1120-2c8c-2fec-9e63-d3faf0683148-455011a5 {
  order: -9999;
  place-self: auto;
}

#w-node-_5b1e1120-2c8c-2fec-9e63-d3faf0683149-455011a5 {
  order: -9999;
}

#w-node-_5b1e1120-2c8c-2fec-9e63-d3faf068314c-455011a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_5b1e1120-2c8c-2fec-9e63-d3faf0683157-455011a5 {
  order: -9999;
  place-self: auto;
}

#w-node-_5b1e1120-2c8c-2fec-9e63-d3faf0683158-455011a5 {
  order: -9999;
}

#w-node-_5b1e1120-2c8c-2fec-9e63-d3faf068315b-455011a5 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_7efce3e4-b0a9-da21-87ae-7ef5398fd394-455011a6 {
  justify-self: start;
}

#w-node-_7efce3e4-b0a9-da21-87ae-7ef5398fd39a-455011a6 {
  justify-self: center;
}

#w-node-_504dca35-9941-21bb-1ba3-7ffa50683d1a-455011d3 {
  justify-self: end;
}

#w-node-_852095f2-e5d7-2ace-1973-6af7d9031eed-455011d4 {
  justify-self: start;
}

#w-node-_852095f2-e5d7-2ace-1973-6af7d9031ef3-455011d4 {
  justify-self: center;
}

#w-node-_65635970-ecc9-ca68-8115-c588b9cf55ee-455011d7 {
  justify-self: end;
}

#w-node-_9a4e0eb3-7e1b-08a0-4a5d-c9efcf6e7b63-455011d7 {
  order: -9999;
  place-self: auto;
}

#w-node-_9a4e0eb3-7e1b-08a0-4a5d-c9efcf6e7b64-455011d7 {
  order: -9999;
}

#w-node-_9a4e0eb3-7e1b-08a0-4a5d-c9efcf6e7b67-455011d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_9a4e0eb3-7e1b-08a0-4a5d-c9efcf6e7b45-455011d7 {
  order: -9999;
  place-self: auto;
}

#w-node-_9a4e0eb3-7e1b-08a0-4a5d-c9efcf6e7b46-455011d7 {
  order: -9999;
}

#w-node-_9a4e0eb3-7e1b-08a0-4a5d-c9efcf6e7b49-455011d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_9a4e0eb3-7e1b-08a0-4a5d-c9efcf6e7b54-455011d7 {
  order: -9999;
  place-self: auto;
}

#w-node-_9a4e0eb3-7e1b-08a0-4a5d-c9efcf6e7b55-455011d7 {
  order: -9999;
}

#w-node-_9a4e0eb3-7e1b-08a0-4a5d-c9efcf6e7b58-455011d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_9a4e0eb3-7e1b-08a0-4a5d-c9efcf6e7b36-455011d7, #w-node-_9a4e0eb3-7e1b-08a0-4a5d-c9efcf6e7b37-455011d7 {
  order: -9999;
}

#w-node-_9a4e0eb3-7e1b-08a0-4a5d-c9efcf6e7b3a-455011d7 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_78074c17-e684-caa9-ab95-b0ab7756ded6-455011d8 {
  justify-self: start;
}

#w-node-_78074c17-e684-caa9-ab95-b0ab7756dedc-455011d8 {
  justify-self: center;
}

#w-node-_4d092670-2a3d-e64f-dbc0-1aa36720beb1-455011da {
  justify-self: end;
}

#w-node-_0e95e5fe-6abc-c81d-14bc-a39d4159ce7e-455011db {
  justify-self: start;
}

#w-node-_0e95e5fe-6abc-c81d-14bc-a39d4159ce84-455011db {
  justify-self: center;
}

#w-node-_12db604f-6d52-2b32-3abb-fb256a399206-455011dd {
  justify-self: start;
}

#w-node-_12db604f-6d52-2b32-3abb-fb256a39920c-455011dd {
  justify-self: end;
}

#w-node-e3584e40-d605-735b-61a2-5d96621846c7-455011de {
  justify-self: start;
}

#w-node-e3584e40-d605-735b-61a2-5d96621846cd-455011de {
  justify-self: center;
}

#w-node-bf46f36f-e175-e8be-8c55-00a38779642f-4550120c {
  justify-self: start;
}

#w-node-bf46f36f-e175-e8be-8c55-00a387796437-4550120c {
  justify-self: center;
}

#w-node-bde33429-b9f5-504d-9ae3-630d2544c250-4550120e {
  justify-self: end;
}

#w-node-_69b36c04-99fe-79bd-45e9-1a70d5c930c7-4550120e {
  order: -9999;
  place-self: auto;
}

#w-node-_69b36c04-99fe-79bd-45e9-1a70d5c930c8-4550120e {
  order: -9999;
}

#w-node-_69b36c04-99fe-79bd-45e9-1a70d5c930cb-4550120e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_69b36c04-99fe-79bd-45e9-1a70d5c930a9-4550120e, #w-node-_69b36c04-99fe-79bd-45e9-1a70d5c930aa-4550120e {
  order: -9999;
}

#w-node-_69b36c04-99fe-79bd-45e9-1a70d5c930ad-4550120e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_69b36c04-99fe-79bd-45e9-1a70d5c930d6-4550120e {
  order: -9999;
  place-self: auto;
}

#w-node-_69b36c04-99fe-79bd-45e9-1a70d5c930d7-4550120e {
  order: -9999;
}

#w-node-_69b36c04-99fe-79bd-45e9-1a70d5c930da-4550120e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_69b36c04-99fe-79bd-45e9-1a70d5c930b8-4550120e {
  order: -9999;
  place-self: auto;
}

#w-node-_69b36c04-99fe-79bd-45e9-1a70d5c930b9-4550120e {
  order: -9999;
}

#w-node-_69b36c04-99fe-79bd-45e9-1a70d5c930bc-4550120e {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_48c73c50-b4cd-7e7d-6984-a5f1c927e338-4550120f {
  justify-self: start;
}

#w-node-_48c73c50-b4cd-7e7d-6984-a5f1c927e33e-4550120f, #w-node-b38a0d65-deed-7435-5683-99c539f3892d-45501211 {
  justify-self: end;
}

#w-node-_52eab14b-33be-4256-a85d-5a15105fb280-45501211 {
  order: -9999;
  place-self: auto;
}

#w-node-_52eab14b-33be-4256-a85d-5a15105fb281-45501211 {
  order: -9999;
}

#w-node-_52eab14b-33be-4256-a85d-5a15105fb284-45501211 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_52eab14b-33be-4256-a85d-5a15105fb262-45501211 {
  order: -9999;
  place-self: auto;
}

#w-node-_52eab14b-33be-4256-a85d-5a15105fb263-45501211 {
  order: -9999;
}

#w-node-_52eab14b-33be-4256-a85d-5a15105fb266-45501211 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_52eab14b-33be-4256-a85d-5a15105fb253-45501211, #w-node-_52eab14b-33be-4256-a85d-5a15105fb254-45501211 {
  order: -9999;
}

#w-node-_52eab14b-33be-4256-a85d-5a15105fb257-45501211 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_52eab14b-33be-4256-a85d-5a15105fb271-45501211 {
  order: -9999;
  place-self: auto;
}

#w-node-_52eab14b-33be-4256-a85d-5a15105fb272-45501211 {
  order: -9999;
}

#w-node-_52eab14b-33be-4256-a85d-5a15105fb275-45501211 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_48c73c50-b4cd-7e7d-6984-a5f1c927e338-45501212 {
  justify-self: start;
}

#w-node-_48c73c50-b4cd-7e7d-6984-a5f1c927e33e-45501212 {
  justify-self: end;
}

#w-node-b6638929-fcbc-277d-c461-d813a1fdbad5-4550123c, #w-node-b6638929-fcbc-277d-c461-d813a1fdbad6-4550123c {
  order: -9999;
}

#w-node-b6638929-fcbc-277d-c461-d813a1fdbad9-4550123c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-b6638929-fcbc-277d-c461-d813a1fdbae4-4550123c {
  order: -9999;
  place-self: auto;
}

#w-node-b6638929-fcbc-277d-c461-d813a1fdbae5-4550123c {
  order: -9999;
}

#w-node-b6638929-fcbc-277d-c461-d813a1fdbae8-4550123c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_20096472-bbad-7544-3bcc-f05832d216a3-4550123c, #w-node-_20096472-bbad-7544-3bcc-f05832d216a4-4550123c {
  order: -9999;
}

#w-node-_20096472-bbad-7544-3bcc-f05832d216a7-4550123c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_20096472-bbad-7544-3bcc-f05832d216b2-4550123c {
  order: -9999;
  place-self: auto;
}

#w-node-_20096472-bbad-7544-3bcc-f05832d216b3-4550123c {
  order: -9999;
}

#w-node-_20096472-bbad-7544-3bcc-f05832d216b6-4550123c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_8ba32c86-237f-a7ba-dd81-0021c2616efe-4550123c, #w-node-_8ba32c86-237f-a7ba-dd81-0021c2616eff-4550123c {
  order: -9999;
}

#w-node-_8ba32c86-237f-a7ba-dd81-0021c2616f02-4550123c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_8ba32c86-237f-a7ba-dd81-0021c2616f0d-4550123c {
  order: -9999;
  place-self: auto;
}

#w-node-_8ba32c86-237f-a7ba-dd81-0021c2616f0e-4550123c {
  order: -9999;
}

#w-node-_8ba32c86-237f-a7ba-dd81-0021c2616f11-4550123c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_7ab6ce4f-876c-47ed-91e8-c705b623e6a7-4550123c, #w-node-_7ab6ce4f-876c-47ed-91e8-c705b623e6a8-4550123c {
  order: -9999;
}

#w-node-_7ab6ce4f-876c-47ed-91e8-c705b623e6ab-4550123c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_7ab6ce4f-876c-47ed-91e8-c705b623e6b6-4550123c {
  order: -9999;
  place-self: auto;
}

#w-node-_7ab6ce4f-876c-47ed-91e8-c705b623e6b7-4550123c {
  order: -9999;
}

#w-node-_7ab6ce4f-876c-47ed-91e8-c705b623e6ba-4550123c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_3f078c0c-83b6-8d3c-2608-1853730edfa6-4550123c, #w-node-_3f078c0c-83b6-8d3c-2608-1853730edfa7-4550123c {
  order: -9999;
}

#w-node-_3f078c0c-83b6-8d3c-2608-1853730edfaa-4550123c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_3f078c0c-83b6-8d3c-2608-1853730edfb5-4550123c {
  order: -9999;
  place-self: auto;
}

#w-node-_3f078c0c-83b6-8d3c-2608-1853730edfb6-4550123c {
  order: -9999;
}

#w-node-_3f078c0c-83b6-8d3c-2608-1853730edfb9-4550123c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-debece62-21a5-3fdf-1432-b6bcfbdad4da-4550123c, #w-node-debece62-21a5-3fdf-1432-b6bcfbdad4db-4550123c {
  order: -9999;
}

#w-node-debece62-21a5-3fdf-1432-b6bcfbdad4de-4550123c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-debece62-21a5-3fdf-1432-b6bcfbdad4e9-4550123c {
  order: -9999;
  place-self: auto;
}

#w-node-debece62-21a5-3fdf-1432-b6bcfbdad4ea-4550123c {
  order: -9999;
}

#w-node-debece62-21a5-3fdf-1432-b6bcfbdad4ed-4550123c {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-ce778552-2e4e-191c-c8ad-a0e89ffbb727-165dc75a {
  justify-self: end;
}

#w-node-_0b9a1fa6-b037-022b-aec4-d5b8bfb05a36-165dc75a {
  order: -9999;
  place-self: auto;
}

#w-node-_0b9a1fa6-b037-022b-aec4-d5b8bfb05a37-165dc75a {
  order: -9999;
}

#w-node-_0b9a1fa6-b037-022b-aec4-d5b8bfb05a3a-165dc75a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_0b9a1fa6-b037-022b-aec4-d5b8bfb05a27-165dc75a {
  order: -9999;
  place-self: auto;
}

#w-node-_0b9a1fa6-b037-022b-aec4-d5b8bfb05a28-165dc75a {
  order: -9999;
}

#w-node-_0b9a1fa6-b037-022b-aec4-d5b8bfb05a2b-165dc75a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_0b9a1fa6-b037-022b-aec4-d5b8bfb05a18-165dc75a {
  order: -9999;
  place-self: auto;
}

#w-node-_0b9a1fa6-b037-022b-aec4-d5b8bfb05a19-165dc75a {
  order: -9999;
}

#w-node-_0b9a1fa6-b037-022b-aec4-d5b8bfb05a1c-165dc75a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_0b9a1fa6-b037-022b-aec4-d5b8bfb05a09-165dc75a, #w-node-_0b9a1fa6-b037-022b-aec4-d5b8bfb05a0a-165dc75a {
  order: -9999;
}

#w-node-_0b9a1fa6-b037-022b-aec4-d5b8bfb05a0d-165dc75a {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-ce778552-2e4e-191c-c8ad-a0e89ffbb727-03a1e499 {
  justify-self: end;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa56-03a1e499 {
  order: -9999;
  place-self: auto;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa57-03a1e499 {
  order: -9999;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa5a-03a1e499 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa74-03a1e499 {
  order: -9999;
  place-self: auto;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa75-03a1e499 {
  order: -9999;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa78-03a1e499 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa65-03a1e499 {
  order: -9999;
  place-self: auto;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa66-03a1e499 {
  order: -9999;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa69-03a1e499 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa47-03a1e499, #w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa48-03a1e499 {
  order: -9999;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa4b-03a1e499 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-ce778552-2e4e-191c-c8ad-a0e89ffbb727-7da69781 {
  justify-self: end;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa56-7da69781 {
  order: -9999;
  place-self: auto;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa57-7da69781 {
  order: -9999;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa5a-7da69781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa74-7da69781 {
  order: -9999;
  place-self: auto;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa75-7da69781 {
  order: -9999;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa78-7da69781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa65-7da69781 {
  order: -9999;
  place-self: auto;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa66-7da69781 {
  order: -9999;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa69-7da69781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa47-7da69781, #w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa48-7da69781 {
  order: -9999;
}

#w-node-_6b55cc49-6e2b-ea78-ab1a-52ee35f9fa4b-7da69781 {
  grid-area: span 1 / span 2 / span 1 / span 2;
  justify-self: auto;
}

@media screen and (min-width: 1920px) {
  #w-node-_6ab49770-6be4-97ec-bead-82ea63e6900d-45501194 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6ab49770-6be4-97ec-bead-82ea63e69013-45501194, #w-node-_6ab49770-6be4-97ec-bead-82ea63e6901a-45501194 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_5382fa97-606b-bfda-2f2f-433f0eb8b2e4-45501195 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_5382fa97-606b-bfda-2f2f-433f0eb8b2ec-45501195 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_5382fa97-606b-bfda-2f2f-433f0eb8b2f2-45501195 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_359c7ee9-46bd-0235-881f-382f70e5b7aa-45501198 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_359c7ee9-46bd-0235-881f-382f70e5b7b0-45501198, #w-node-_359c7ee9-46bd-0235-881f-382f70e5b7b7-45501198 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-fd6bc704-f649-8440-c114-cc39c63347ff-45501199 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-fd6bc704-f649-8440-c114-cc39c6334807-45501199 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-fd6bc704-f649-8440-c114-cc39c633480d-45501199, #w-node-_6eec066e-323b-11ef-e940-a2261242e689-4550119b {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_6eec066e-323b-11ef-e940-a2261242e691-4550119b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_6eec066e-323b-11ef-e940-a2261242e697-4550119b {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_7fdebdaa-e480-20ca-70be-10c00b9135a3-4550119c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7fdebdaa-e480-20ca-70be-10c00b9135ab-4550119c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7fdebdaa-e480-20ca-70be-10c00b9135b1-4550119c, #w-node-edaee10d-eded-859b-df53-7251360d6d94-455011a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-edaee10d-eded-859b-df53-7251360d6d9a-455011a5, #w-node-edaee10d-eded-859b-df53-7251360d6da1-455011a5 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_7efce3e4-b0a9-da21-87ae-7ef5398fd38c-455011a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_7efce3e4-b0a9-da21-87ae-7ef5398fd394-455011a6 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_7efce3e4-b0a9-da21-87ae-7ef5398fd39a-455011a6, #w-node-_504dca35-9941-21bb-1ba3-7ffa50683d0d-455011d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_504dca35-9941-21bb-1ba3-7ffa50683d13-455011d3, #w-node-_504dca35-9941-21bb-1ba3-7ffa50683d1a-455011d3 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_852095f2-e5d7-2ace-1973-6af7d9031ee5-455011d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_852095f2-e5d7-2ace-1973-6af7d9031eed-455011d4 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_852095f2-e5d7-2ace-1973-6af7d9031ef3-455011d4, #w-node-_65635970-ecc9-ca68-8115-c588b9cf55e1-455011d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_65635970-ecc9-ca68-8115-c588b9cf55e7-455011d7, #w-node-_65635970-ecc9-ca68-8115-c588b9cf55ee-455011d7 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_78074c17-e684-caa9-ab95-b0ab7756dece-455011d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_78074c17-e684-caa9-ab95-b0ab7756ded6-455011d8 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_78074c17-e684-caa9-ab95-b0ab7756dedc-455011d8, #w-node-_4d092670-2a3d-e64f-dbc0-1aa36720bea3-455011da {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_4d092670-2a3d-e64f-dbc0-1aa36720beab-455011da {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_4d092670-2a3d-e64f-dbc0-1aa36720beb1-455011da {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-_0e95e5fe-6abc-c81d-14bc-a39d4159ce76-455011db {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_0e95e5fe-6abc-c81d-14bc-a39d4159ce7e-455011db {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_0e95e5fe-6abc-c81d-14bc-a39d4159ce84-455011db, #w-node-_12db604f-6d52-2b32-3abb-fb256a3991fe-455011dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_12db604f-6d52-2b32-3abb-fb256a399206-455011dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_12db604f-6d52-2b32-3abb-fb256a39920c-455011dd {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: end;
  }

  #w-node-e3584e40-d605-735b-61a2-5d96621846c1-455011de {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-e3584e40-d605-735b-61a2-5d96621846c7-455011de {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-e3584e40-d605-735b-61a2-5d96621846cd-455011de, #w-node-bf46f36f-e175-e8be-8c55-00a387796427-4550120c {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bf46f36f-e175-e8be-8c55-00a38779642f-4550120c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-bf46f36f-e175-e8be-8c55-00a387796437-4550120c {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-bde33429-b9f5-504d-9ae3-630d2544c243-4550120e {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-bde33429-b9f5-504d-9ae3-630d2544c249-4550120e, #w-node-bde33429-b9f5-504d-9ae3-630d2544c250-4550120e {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_48c73c50-b4cd-7e7d-6984-a5f1c927e330-4550120f {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48c73c50-b4cd-7e7d-6984-a5f1c927e338-4550120f {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_48c73c50-b4cd-7e7d-6984-a5f1c927e33e-4550120f, #w-node-b38a0d65-deed-7435-5683-99c539f38920-45501211 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-b38a0d65-deed-7435-5683-99c539f38926-45501211, #w-node-b38a0d65-deed-7435-5683-99c539f3892d-45501211 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_48c73c50-b4cd-7e7d-6984-a5f1c927e330-45501212 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_48c73c50-b4cd-7e7d-6984-a5f1c927e338-45501212 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: auto;
  }

  #w-node-_48c73c50-b4cd-7e7d-6984-a5f1c927e33e-45501212, #w-node-_40ced228-dcf3-2e1d-bf00-d15ef9f38fd3-165dc75a {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_129fc901-c6ba-da47-5cc8-875f8b4cf7ed-165dc75a, #w-node-ce778552-2e4e-191c-c8ad-a0e89ffbb727-165dc75a {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_40ced228-dcf3-2e1d-bf00-d15ef9f38fd3-03a1e499 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_129fc901-c6ba-da47-5cc8-875f8b4cf7ed-03a1e499, #w-node-ce778552-2e4e-191c-c8ad-a0e89ffbb727-03a1e499 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }

  #w-node-_40ced228-dcf3-2e1d-bf00-d15ef9f38fd3-7da69781 {
    grid-area: span 1 / span 1 / span 1 / span 1;
  }

  #w-node-_129fc901-c6ba-da47-5cc8-875f8b4cf7ed-7da69781, #w-node-ce778552-2e4e-191c-c8ad-a0e89ffbb727-7da69781 {
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: center;
  }
}

@media screen and (max-width: 479px) {
  #w-node-afcadff1-392c-fad8-f43a-0e94c46bd11f-47f805f1, #w-node-afcadff1-392c-fad8-f43a-0e94c46bd13d-47f805f1 {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    place-self: auto;
  }

  #w-node-_6ab49770-6be4-97ec-bead-82ea63e6901a-45501194, #w-node-_5382fa97-606b-bfda-2f2f-433f0eb8b2f2-45501195, #w-node-_359c7ee9-46bd-0235-881f-382f70e5b7b7-45501198, #w-node-fd6bc704-f649-8440-c114-cc39c633480d-45501199, #w-node-_6eec066e-323b-11ef-e940-a2261242e697-4550119b, #w-node-_7fdebdaa-e480-20ca-70be-10c00b9135b1-4550119c, #w-node-edaee10d-eded-859b-df53-7251360d6da1-455011a5, #w-node-_7efce3e4-b0a9-da21-87ae-7ef5398fd39a-455011a6, #w-node-_504dca35-9941-21bb-1ba3-7ffa50683d1a-455011d3, #w-node-_852095f2-e5d7-2ace-1973-6af7d9031ef3-455011d4, #w-node-_65635970-ecc9-ca68-8115-c588b9cf55ee-455011d7, #w-node-_78074c17-e684-caa9-ab95-b0ab7756dedc-455011d8, #w-node-_4d092670-2a3d-e64f-dbc0-1aa36720beb1-455011da, #w-node-_0e95e5fe-6abc-c81d-14bc-a39d4159ce84-455011db, #w-node-_12db604f-6d52-2b32-3abb-fb256a39920c-455011dd, #w-node-e3584e40-d605-735b-61a2-5d96621846cd-455011de, #w-node-bf46f36f-e175-e8be-8c55-00a387796437-4550120c, #w-node-bde33429-b9f5-504d-9ae3-630d2544c250-4550120e, #w-node-_48c73c50-b4cd-7e7d-6984-a5f1c927e33e-4550120f, #w-node-b38a0d65-deed-7435-5683-99c539f3892d-45501211, #w-node-_48c73c50-b4cd-7e7d-6984-a5f1c927e33e-45501212 {
    justify-self: start;
  }

  #w-node-b6638929-fcbc-277d-c461-d813a1fdbad5-4550123c {
    order: -9999;
    grid-area: span 1 / span 1 / span 1 / span 1;
    justify-self: start;
  }

  #w-node-ce778552-2e4e-191c-c8ad-a0e89ffbb727-165dc75a, #w-node-ce778552-2e4e-191c-c8ad-a0e89ffbb727-03a1e499, #w-node-ce778552-2e4e-191c-c8ad-a0e89ffbb727-7da69781 {
    justify-self: start;
  }
}


@font-face {
  font-family: 'Bonvivantserif';
  src: url('../fonts/BonVivantSerif.woff2') format('woff2');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Bon';
  src: url('../fonts/BonVivantSerifBold.woff2') format('woff2');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Changaone';
  src: url('../fonts/ChangaOne-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunicapro';
  src: url('../fonts/NeueHaasUnicaPro-Regular.ttf') format('truetype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunicapro';
  src: url('../fonts/NeueHaasUnicaPro-MediumIt.ttf') format('truetype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunicapro';
  src: url('../fonts/NeueHaasUnicaPro-Black.ttf') format('truetype'), url('../fonts/NeueHaasUnicaPro-Heavy.ttf') format('truetype');
  font-weight: 900;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunicapro';
  src: url('../fonts/NeueHaasUnicaPro-Bold.ttf') format('truetype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuehaasunicapro';
  src: url('../fonts/NeueHaasUnicaPro-Light.ttf') format('truetype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Regular.otf') format('opentype');
  font-weight: 400;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Medium.otf') format('opentype');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Light.otf') format('opentype');
  font-weight: 300;
  font-style: normal;
  font-display: swap;
}
@font-face {
  font-family: 'Neuemontreal';
  src: url('../fonts/NeueMontreal-Bold.otf') format('opentype');
  font-weight: 700;
  font-style: normal;
  font-display: swap;
}