@font-face {
  font-family:Moanslight;
  src:url('Moanslight/WOFF2/Moanslight-Thin.woff2') format('woff2'),url('Moanslight/WOFF/Moanslight-Thin.woff') format('woff');
  font-weight:100;
  font-style:normal;
  font-display:swap
}

@font-face {
  font-family:Moanslight;
  src:url('Moanslight/WOFF2/Moanslight-Extralight.woff2') format('woff2'),url('Moanslight/WOFF/Moanslight-Extralight.woff') format('woff');
  font-weight:200;
  font-style:normal;
  font-display:swap
}

@font-face {
  font-family:Moanslight;
  src:url('Moanslight/WOFF2/Moanslight-Light.woff2') format('woff2'),url('Moanslight/WOFF/Moanslight-Light.woff') format('woff');
  font-weight:300;
  font-style:normal;
  font-display:swap
}

@font-face {
  font-family:Moanslight;
  src:url('Moanslight/WOFF2/Moanslight-Regular.woff2') format('woff2'),url('Moanslight/WOFF/Moanslight-Regular.woff') format('woff');
  font-weight:400;
  font-style:normal;
  font-display:swap
}

@font-face {
  font-family:Moanslight;
  src:url('Moanslight/WOFF2/Moanslight-Medium.woff2') format('woff2'),url('Moanslight/WOFF/Moanslight-Medium.woff') format('woff');
  font-weight:500;
  font-style:normal;
  font-display:swap
}

@font-face {
  font-family:Moanslight;
  src:url('Moanslight/WOFF2/Moanslight-Semibold.woff2') format('woff2'),url('Moanslight/WOFF/Moanslight-Semibold.woff') format('woff');
  font-weight:600 800;
  font-style:normal;
  font-display:swap
}

@font-face {
  font-family:Moanslight;
  src:url('Moanslight/WOFF2/Moanslight-Bold.woff2') format('woff2'),url('Moanslight/WOFF/Moanslight-Bold.woff') format('woff');
  font-weight:900 950;
  font-style:normal;
  font-display:swap
}

:root {
  --ink:#242426;
  --blue:#a8dded;
  --yellow:#fff200;
  --mint:#5ec2a1;
  --cream:#f4eedf;
  --green:#5bbf9f;
  --white:#fff;
  --max:1240px;
  --pad:clamp(18px,4vw,64px)
}

* {
  box-sizing:border-box
}

html {
  scroll-behavior:smooth
}

body {
  margin:0;
  font-family:Moanslight,Arial,Helvetica,sans-serif;
  color:var(--ink);
  background:#fff;
  line-height:.96
}

body.lang-menu-open {
  overflow:hidden
}

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

a {
  color:inherit
}

@keyframes logoFadeIn {
  from {
    opacity:0
  }

  to {
    opacity:1
  }

}

@keyframes langSlideDown {
  from {
    opacity:0;
    transform:translateY(-24px)
  }

  to {
    opacity:1;
    transform:translateY(0)
  }

}

@keyframes langFadeIn {
  from {
    opacity:0
  }

  to {
    opacity:1
  }

}

@keyframes scrollArrowIn {
  from {
    opacity:0;
    transform:translate(-50%,10px)
  }

  to {
    opacity:1;
    transform:translate(-50%,0)
  }

}

@keyframes scrollArrowLineDraw {
  0% {
    opacity:0;
    stroke-dashoffset:36
  }

  12% {
    opacity:1
  }

  58%,82% {
    opacity:1;
    stroke-dashoffset:0
  }

  100% {
    opacity:0;
    stroke-dashoffset:0
  }

}

@keyframes scrollArrowHeadDraw {
  0%,40% {
    opacity:0;
    stroke-dashoffset:11
  }

  58%,82% {
    opacity:1;
    stroke-dashoffset:0
  }

  100% {
    opacity:0;
    stroke-dashoffset:0
  }

}

@media screen and (min-width:560px) and (max-width:1920px) {
  .manifesto .body br, .manifesto .lead br {
    display:none!important
  }
  .manifesto .body strong br, .manifesto .lead strong {
    display:block!important
  }
}
.manifesto .body strong {
  font-size:30px;
  line-height:35px;
  letter-spacing:.02em;
}
@keyframes langConfirm {
  0% {
    background:#fff;
    transform:scale(1)
  }

  35% {
    background:var(--yellow);
    transform:scale(1.06)
  }

  100% {
    background:#fff;
    transform:scale(1)
  }

}
.stat div span {
  color:var(--mint);
}
.reveal {
  opacity:0;
  transform:translateY(34px);
  transition:opacity .72s ease,transform .72s cubic-bezier(.22,.61,.36,1);
  transition-delay:var(--reveal-delay,0ms);
  will-change:opacity,transform
}

.reveal.is-visible {
  opacity:1;
  transform:translateY(0)
}

.reveal[data-reveal="zoom"] {
  transform:scale(.975)
}

.reveal[data-reveal="zoom"].is-visible {
  transform:scale(1)
}

.brand-end.reveal {
  transform:none
}

.brand-end.reveal > * {
  opacity:0;
  transform:translateY(24px);
  transition:opacity .72s ease,transform .72s cubic-bezier(.22,.61,.36,1)
}

.brand-end.reveal.is-visible > * {
  opacity:1;
  transform:translateY(0)
}

.brand-end.reveal.is-visible > *:nth-child(2) {
  transition-delay:90ms
}

.brand-end.reveal.is-visible > *:nth-child(3) {
  transition-delay:180ms
}

.logo {
  width:260px;
  height:260.299px;
  display:block
}

.logo svg {
  width:100%;
  height:100%;
  display:block
}

.logo.small {
  width:78px;
  height:78.09px
}

.lang-switch {
  position:fixed;
  right:18px;
  top:18px;
  z-index:40;
  display:flex;
  align-items:center;
  gap:0;
  opacity:0;
  animation:langSlideDown .58s cubic-bezier(.22,.61,.36,1) 1s forwards
}

.lang-current,.lang-option {
  appearance:none;
  border:0;
  border-radius:0;
  background:#fff;
  color:var(--ink);
  font:inherit;
  font-size:11px;
  font-weight:900;
  line-height:1;
  width:60px;
  height:60px;
  padding:0;
  display:grid;
  place-items:center;
  cursor:pointer;
  text-transform:uppercase
}

.lang-current {
  position:relative;
  z-index:2
}

.lang-current.is-confirming {
  animation:langConfirm .42s cubic-bezier(.22,.61,.36,1)
}

.lang-options {
  display:flex;
  overflow:hidden;
  max-width:0;
  opacity:0;
  transform:translateX(12px);
  transition:max-width .28s ease,opacity .22s ease,transform .28s ease
}

.lang-switch:hover .lang-options,.lang-switch:focus-within .lang-options {
  max-width:120px;
  opacity:1;
  transform:translateX(0)
}

.lang-option {
  background:#fff;
  transition:background .18s ease
}

.lang-option:hover,.lang-option:focus-visible {
  background:var(--yellow)
}

.lang-option.is-active {
  display:none
}

.mobile-lang-panel {
  display:none
}

.lang-option:focus-visible,.lang-current:focus-visible {
  outline:2px solid var(--ink);
  outline-offset:2px
}

.hero {
  width:100%;
  height:100vh;
  height:100svh;
  min-height:560px;
  position:relative;
  overflow:hidden;
  background:#111
}

.hero-video {
  position:absolute;
  inset:0;
  width:100%;
  height:100%;
  object-fit:cover
}

.hero:after {
  content:"";
  position:absolute;
  inset:0;
  background:linear-gradient(180deg,rgba(0,0,0,.18),rgba(0,0,0,.04) 45%,rgba(0,0,0,.18));
  pointer-events:none
}

.hero .logo {
  position:absolute;
  left:50%;
  top:49%;
  transform:translate(-50%,-50%);
  z-index:2;
  opacity:0;
  animation:logoFadeIn .72s ease 1s forwards
}

.scroll-arrow {
  position:absolute;
  left:50%;
  bottom:clamp(42px,6.7vh,72px);
  z-index:3;
  width:19px;
  height:54px;
  color:#fff;
  display:grid;
  place-items:center;
  opacity:0;
  transform:translate(-50%,10px);
  animation:scrollArrowIn .58s cubic-bezier(.22,.61,.36,1) 1.25s forwards
}

.scroll-arrow-inner {
  width:19px;
  height:54px;
  display:grid;
  place-items:center
}

.scroll-arrow-glyph {
  width:24px;
  height:68px;
  display:block;
  fill:none;
  overflow:visible;
  stroke:currentColor;
  stroke-linecap:round;
  stroke-linejoin:round
}

.scroll-arrow-frame {
  stroke-width:2
}

.scroll-arrow-line,
.scroll-arrow-head {
  stroke-width:2;
  opacity:0
}

.scroll-arrow-line {
  stroke-dasharray:36;
  stroke-dashoffset:36;
  animation:scrollArrowLineDraw 1.85s cubic-bezier(.55,0,.2,1) 1.95s infinite
}

.scroll-arrow-head {
  stroke-dasharray:11;
  stroke-dashoffset:11;
  animation:scrollArrowHeadDraw 1.85s cubic-bezier(.55,0,.2,1) 1.95s infinite
}

.scroll-arrow:hover .scroll-arrow-line,
.scroll-arrow:hover .scroll-arrow-head,
.scroll-arrow:focus-visible .scroll-arrow-line,
.scroll-arrow:focus-visible .scroll-arrow-head {
  animation-duration:1.2s
}

.scroll-arrow:focus-visible {
  outline:2px solid #fff;
  outline-offset:8px
}

.intro {
  background:var(--blue);
  padding:223px 20px;
  position:relative;
  overflow:hidden;
  display:grid;
  place-items:center
}

.intro-copy {
  position:absolute;
  top:20px;
  left:20px;
  z-index:2
}

.intro h1 {
  font-size:clamp(58px,8.6vw,118px);
  letter-spacing:-.085em;
  line-height:.91;
  margin:0 0 40px;
  font-weight:950
}

.headline-icon {
  width:.9em;
  height:.9em;
  display:inline-block;
  vertical-align:-.12em;
  margin:0 .08em;
  letter-spacing:0
}

.no-wrap {
  white-space:nowrap
}

.intro .place {
  font-size:9px;
  letter-spacing:.26em;
  text-transform:uppercase;
  font-weight:850
}

.intro-visual {
  position:relative;
  width:min(1000px,calc(100vw - 40px));
  aspect-ratio:1/1;
  z-index:1;
  overflow:hidden
}

.portrait {
  width:100%;
  height:100%;
  object-fit:cover;
  filter:saturate(.72) opacity(.6)
}

.form-card {
  position:absolute;
  right:20px;
  bottom:20px;
  width:min(430px,calc(100vw - 40px));
  background:rgba(255,255,255,.92);
  padding:24px 22px 18px;
  line-height:1.1;
  z-index:3
}

.form-card h2 {
  font-size:22px;
  letter-spacing:-.04em;
  line-height:.92;
  margin:0 0 8px
}

.form-card p {
  font-size:14px;
  margin:0 0 22px;
  line-height:1.08
}

.field {
  display:block;
  height:38px;
  border-bottom:1px solid #cfcfcf;
  color:#b6b6b6;
  font-size:8px;
  text-transform:uppercase;
  letter-spacing:.12em
}

.field span {
  display:none
}

.field input {
  appearance:none;
  border:0;
  border-radius:0;
  background:transparent;
  width:100%;
  height:100%;
  padding:13px 0 0;
  color:var(--ink);
  font:inherit;
  font-size:12px;
  font-weight:700;
  letter-spacing:.04em;
  outline:0
}

.field input::placeholder {
  color:#b6b6b6;
  text-transform:uppercase;
  font-size:8px;
  letter-spacing:.12em
}

.field-row {
  display:flex;
  gap:20px
}
.field-row .field {
  flex:1;
  min-width:0
}

.bot-field {
  position:absolute;
  left:-10000px;
  top:auto;
  width:1px;
  height:1px;
  overflow:hidden
}

.form-status {
  font-size:12px;
  line-height:1.2;
  margin:12px 0 0
}

.form-status:empty {
  display:none
}

.form-confirmation {
  display:none
}

.form-card.is-success {
  background:#58b998;
  padding:14px 19px 19px
}

.form-card.is-success > :not(.form-confirmation) {
  display:none
}

.form-card.is-success .form-confirmation {
  min-height:637px;
  display:flex;
  flex-direction:column;
  justify-content:space-between
}

.form-card.is-success .form-confirmation h2 {
  margin:0;
  letter-spacing:0
}

.form-card.is-success .confirmation-copy {
  margin:0;
  font-weight:200;
  letter-spacing:0
}

.confirmation-button {
  width:220px;
  min-height:100px;
  background:#fff;
  display:grid;
  place-items:center;
  font-size:20px;
  font-weight:900;
  letter-spacing:.02em;
  line-height:22px
}

.form-bottom {
  display:grid;
  grid-template-columns:130px 1fr;
  gap:16px;
  align-items:end;
  margin-top:20px
}

.cta {
  border:0;
  background:var(--yellow);
  font-weight:900;
  font-size:13px;
  line-height:.95;
  padding:22px 10px;
  cursor:pointer;
  font-family:Moanslight,Arial,Helvetica,sans-serif;
  transition:background .22s ease,color .22s ease,transform .22s cubic-bezier(.22,.61,.36,1)
}

.cta:hover,
.cta:focus-visible {
  background:var(--ink);
  color:var(--yellow);
  transform:translateY(-3px)
}

.legal {
  font-size:7px;
  line-height:1.28;
  opacity:.72
}

.manifesto {
  background:var(--yellow);
  padding:20px 20px 183px;
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:40px;
  line-height:1.06
}

.manifesto .lead {
  font-size:clamp(18px,2.4vw,34px);
  letter-spacing:-.055em;
  font-weight:950;
  margin:0
}

.manifesto .body {
  grid-column:2/3;
  max-width:none;
  font-size:13px;
  line-height:1.22;
  font-weight:700;
  margin:0
}

.manifesto .lead strong {
  display:initial;
  margin-top:0px;
}

.manifesto strong {
  display:block;
  margin-top:22px
}

.gallery {
  background:var(--yellow);
  display:grid;
  grid-template-columns:repeat(3,1fr);
  gap:20px;
  padding:0 20px 20px
}

.gallery img {
  aspect-ratio: 1 / 1;
  width:100%;
  object-fit:cover
}

.numbers {
  --stats-scale:1;
  width:100%;
  max-width:1920px;
  margin:0 auto;
  padding:20px;
  display:flex;
  gap:20px;
  align-items:flex-start;
  justify-content:flex-end
}

.stat-column {
  display:flex;
  flex-direction:column;
  gap:20px
}

.stat {
  background:var(--cream);
  padding:18px;
  text-align:right;
  display:flex;
  flex-direction:column;
  justify-content:space-between;
  aspect-ratio:1/1
}

.stat b {
  color:var(--mint);
  font-size:clamp(42px,7vw,82px);
  letter-spacing:-.07em;
  line-height:.8
}

.stat b.is-counting {
  font-variant-numeric:tabular-nums
}

.stat span {
  font-size:16px
}

.stat small {
  font-size:12px
}

.s1 {
  width:425px;
  height:425px
}

.s2 {
  width:596px;
  height:596px
}

.s3 {
  width:457px;
  height:457px
}

.s4 {
  width:334px;
  height:334px;
  align-self:flex-end
}

.s5 {
  width:334px;
  height:334px
}

.value {
  padding:0 22px 22px 22px
}

.value h2 {
  font-size:clamp(50px,7vw,94px);
  line-height:.86;
  letter-spacing:-.08em;
  margin:0;
  font-weight:950
}

.value-icon {
  width:.9em;
  height:.9em;
  display:inline-block;
  vertical-align:-.14em;
  margin-right:.08em;
  letter-spacing:0
}

.map {
  position:relative
}

.map img {
  width:100%;
  height:560px;
  object-fit:cover;
  filter:saturate(.65) brightness(.72)
}

.map .logo {
  position:absolute;
  left:50%;
  top:55%;
  transform:translate(-50%,-50%)
}

.footer {
  background:var(--green);
  padding:100px var(--pad) 0;
  min-height:880px;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:space-between
}

.study {
  position:relative;
  width:100%;
  max-width:1164px
}

.study img {
  width:100%;
  height:810px;
  object-fit:cover;
  filter:saturate(.55) opacity(.55)
}

.study h2 {
  position:absolute;
  inset:0;
  display:flex;
  flex-direction:column;
  align-items:center;
  justify-content:center;
  text-align:center;
  color:var(--yellow);
  font-size:clamp(46px,7.4vw,92px);
  line-height:.9;
  letter-spacing:-.07em;
  margin:0;
  font-weight:950
}

.footer-line {
  display:block
}

.footer-line.no-wrap {
  display:inline-flex;
  align-items:center;
  justify-content:center;
  white-space:nowrap
}

.footer-icon {
  width:.9em;
  height:.84em;
  display:inline-block;
  flex:0 0 auto;
  margin:0 .08em;
  letter-spacing:0
}

.footer-meta {
  width:100%;
  max-width:1164px;
  padding:150px 0;
  display:grid;
  grid-template-columns:repeat(2,1fr);
  gap:20px;
  align-items:center;
  font-size:10px;
  font-weight:700
}

.footer-meta div:nth-child(2) {
  text-align:right
}

.partner-logos {
  display:flex;
  gap:80px;
  align-items:center;
  margin-top:24px
}

.footer-meta div:nth-child(2) .partner-logos {
  justify-content:flex-end
}

.partner-logo-link {
  display:block;
  width:max-content;
  line-height:0
}

.partner-logo-link .partner-logo {
  display:block;
  pointer-events:none
}
a:hover .partner-logo {
  transform:scale(1.1);
}
.partner-logo {
  height:62px;
  width:auto;
  display:block;
  fill:#282424;
  color:#282424;
  transition:all .3s ease;
}

.brand-end {
  display:grid;
  grid-template-columns:repeat(3,1fr);
  align-items:center;
  width:100%;
  max-width:1164px;
  font-size:10px;
  font-weight:700
}

.brand-end .logo {
  justify-self:center
}

.footer-link {
  justify-self:end;
  display:block;
  width:13.252px;
  height:17px;
  color:var(--ink)
}

.footer-link svg {
  display:block;
  width:13.252px;
  height:17px;
  fill:currentColor
}

.logos {
  display:flex;
  gap:28px;
  opacity:.85;
  align-items:center
}

.lang-current,.lang-option {
  font-size:16px;
  font-weight:400;
  letter-spacing: .04em;
}

.intro h1 {
  font-size:clamp(72px,7.3vw,140px);
  line-height:.964;
  letter-spacing:0;
  font-weight:600
}

.intro .place {
  font-size:14px;
  letter-spacing:.45em;
  font-weight:400
}

.form-card {
  width:min(670px,calc(100vw - 40px));
  min-height:670px
}

.form-card h2 {
  font-size:30px;
  font-weight:600;
  letter-spacing:.02em;
  line-height:35px;
  margin-bottom: 0px;
}

.form-card p {
  font-size:30px;
  font-weight:300;
  letter-spacing:.02em;
  line-height:35px
}

.field {
  height:82px
}

.field input {
  font-size:18px;
  font-weight:400;
  letter-spacing:0
}

.field input::placeholder {
  font-size:15px;
  letter-spacing:0
}

.form-bottom {
  grid-template-columns:220px 300px;
  align-items:end
}

.cta {
  min-height:100px;
  font-size:20px;
  font-weight:900;
  letter-spacing:.02em;
  line-height:22px;
  font-family:Moanslight,Arial,Helvetica,sans-serif;
}

.form-card p.legal {
  max-width:300px;
  font-size:10px;
  font-weight:300;
  letter-spacing:.04em;
  line-height:12px;
  margin:0
}

.manifesto .lead {
  font-size:30px;
  line-height:35px;
  letter-spacing:.02em;
  font-weight:300
}

.manifesto .body {
  font-size:18px;
  line-height:28px;
  letter-spacing:.03em;
  font-weight:200
}

.manifesto strong {
  font-weight:800
}

.stat span,.stat small {
  font-size:30px;
  line-height:1.08;
  letter-spacing:-.02em;
  font-weight:400
}

.stat b {
  font-size:120px;
  line-height:1.08;
  letter-spacing:-.02em;
  font-weight:600
}

.stat b small {
  font-size:inherit;
  line-height:inherit
}

.s3 b {
  font-size:120px
}

.s4 b {
  font-size:120px
}

.s4 b small, .s3 b small {
  font-size:60px
}

@media (min-width:901px) and (max-width:1700px) {
  .numbers {
    justify-content:flex-end
  }

  .stat-column {
    gap:clamp(14px, calc(0.811vw + 6.41px), 20px)
  }

  .stat {
    padding:clamp(9px, calc(1.218vw - 2.19px), 18px)
  }

  .stat span,.stat small {
    font-size:clamp(15px, calc(2.03vw - 3.65px), 30px)
  }

  .stat b {
    font-size:clamp(52px, calc(9.189vw - 36.22px), 120px)
  }

  .s1 {
    width:clamp(184px, calc(32.568vw - 128.61px), 425px);
    height:clamp(184px, calc(32.568vw - 128.61px), 425px)
  }

  .s2 {
    width:clamp(258px, calc(45.676vw - 180.48px), 596px);
    height:clamp(258px, calc(45.676vw - 180.48px), 596px)
  }

  .s3 {
    width:clamp(198px, calc(35vw - 138px), 457px);
    height:clamp(198px, calc(35vw - 138px), 457px)
  }

  .s4,.s5 {
    width:clamp(145px, calc(25.541vw - 100.18px), 334px);
    height:clamp(145px, calc(25.541vw - 100.18px), 334px)
  }

  .s4 b small,.s3 b small {
    font-size:clamp(26px, calc(4.595vw - 18.11px), 60px)
  }
}

.value h2 {
  font-size:clamp(80px,7.3vw,140px);
  line-height:.929;
  letter-spacing:-.02em;
  font-weight:600
}

.study h2 {
  font-size:clamp(80px,7.3vw,140px);
  line-height:.929;
  letter-spacing:-.02em;
  font-weight:600
}

.footer-meta,.brand-end {
  font-size:12px;
  font-weight:300;
  letter-spacing:.03em;
  line-height:16px
}

@media (max-width:900px) {
  .lang-switch {
    position:fixed;
    right:20px;
    top:20px;
    z-index:40;
    transform:none!important;
    animation:langFadeIn .58s ease 1s forwards
  }

  .lang-current {
    background:#fff;
    color:var(--ink);
    font-size:11px;
    display:grid;
    place-items:center;
    padding:0
  }

  .lang-current:before {
    content:"";
    position:absolute;
    inset:0;
    margin:auto;
    width:24px;
    height:24px;
    display:block;
    background:var(--ink);
    opacity:0;
    pointer-events:none;
    mask:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='24' viewBox='0 0 24 24' fill='none' stroke='black' stroke-width='1.7' stroke-linecap='round' stroke-linejoin='round'%3E%3Ccircle cx='12' cy='12' r='10'/%3E%3Cpath d='M2 12h20M12 2a15.3 15.3 0 0 1 0 20M12 2a15.3 15.3 0 0 0 0 20'/%3E%3C/svg%3E") center/contain no-repeat
  }

  .lang-options {
    position:fixed;
    inset:0;
    z-index:39;
    width:100vw;
    height:100vh;
    height:100dvh;
    max-width:none;
    padding:169px 37px 32px;
    background:var(--cream);
    display:flex;
    flex-direction:column;
    overflow:auto;
    opacity:0;
    pointer-events:none;
    transform:translateX(100%);
    transition:opacity .26s ease,transform .32s ease
  }

  .lang-switch:hover .lang-options,.lang-switch:focus-within .lang-options {
    max-width:none;
    opacity:0;
    transform:translateX(100%)
  }

  .lang-switch.is-open .lang-options {
    opacity:1;
    pointer-events:auto;
    transform:translateX(0)
  }

  .lang-switch.is-open .lang-current {
    z-index:41;
    color:transparent;
    font-size:0
  }

  .lang-switch.is-open .lang-current:before {
    opacity:1
  }

  .lang-option,.lang-option.is-active {
    display:flex;
    width:100%;
    height:74px;
    justify-content:flex-start;
    align-items:center;
    padding:0;
    background:transparent;
    border-top:2px solid rgba(36,36,38,.25);
    color:var(--ink);
    font-size:31px;
    font-weight:800;
    text-transform:none;
    text-align:left
  }

  .lang-option[data-lang="fr"] {
    order:1;
    font-size:0
  }

  .lang-option[data-lang="fr"]:before {
    content:"Français";
    font-size:31px
  }

  .lang-option[data-lang="nl"] {
    order:3;
    border-bottom:2px solid rgba(36,36,38,.25);
    font-size:0
  }

  .lang-option[data-lang="nl"]:before {
    content:"Nederlands";
    font-size:31px
  }

  .lang-option[data-lang="en"] {
    order:2;
    font-size:0
  }

  .lang-option[data-lang="en"]:before {
    content:"English";
    font-size:31px
  }

  .mobile-lang-panel {
    order:4;
    display:flex;
    flex-direction:column;
    align-items:center;
    margin-top:77px;
    color:var(--ink)
  }

  .mobile-lang-full-logo {
    width:100%;
    display:block;
    height:auto
  }

  .mobile-lang-copyline {
    margin-top:47px;
    font-size:12px;
    font-weight:300;
    line-height:1
  }

  .mobile-lang-mark {
    margin-top:29px;
    width:13.252px;
    height:17px;
    fill:var(--ink)
  }

  main {
    display:flex;
    flex-direction:column
  }

  .intro-visual {
    width:min(72vw,560px)
  }

  .manifesto {
    display:contents
  }

  .manifesto .lead {
    order:1;
    background:var(--yellow);
    padding:20px 20px 39px 20px
  }

  .manifesto .body {
    order:3;
    grid-column:auto;
    background:var(--yellow);
    padding:20px
  }

  .gallery {
    order:2;
    grid-template-columns:1fr
  }

  .gallery img {
    height:320px
  }

  .value {
    order:4
  }

  .numbers {
    order:5;
    display:grid;
    grid-template-columns:1fr 1fr
  }

  .stat-column {
    display:contents
  }

  .stat {
    width:100%!important;
    height:auto!important
  }

  .map {
    order:6
  }

  .footer {
    order:7
  }

  .map img {
    height:410px
  }

  .footer {
    min-height:680px;
    padding-top:70px
  }

  .footer-meta {
    grid-template-columns:1fr;
    text-align:center
  }

  .footer-meta div:nth-child(2) {
    text-align:center
  }

  .brand-end {
    grid-template-columns:1fr;
    gap:28px;
    text-align:center
  }

  .footer-link {
    justify-self:center
  }

}

@media (max-width:560px) {
  .logo {
    width:160px;
    height:160.184px
  }

  .logo.small {
    width:78px;
    height:78.09px
  }

  .hero {
    min-height:520px
  }

  .intro {
    padding:20px 20px 20px;
    display:flex;
    flex-direction:column;
    align-items:stretch
  }

  .intro-copy {
    position:relative;
    top:auto;
    left:auto;
    display:flex;
    flex-direction:column;
    z-index:2
  }

  .intro-copy .place {
    order:-1;
    margin-bottom:18px
  }

  .intro h1 {
    font-size:55px
  }

  .intro-visual {
    width:calc(100vw - 40px);
    margin:-96px auto 0;
    z-index:1
  }

  .form-card {
    position:relative;
    right:auto;
    bottom:auto;
    width:calc(100vw - 40px);
    margin:0 auto
  }

  .form-bottom {
    grid-template-columns:1fr
  }

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

  .stat {
    text-align:right
  }

  .gallery {
    padding-left:20px;
    padding-right:20px
  }

  .value {
    padding-top:20px
  }

  .value h2 {
    font-size:48px
  }

  .map img {
    height:330px
  }

  .footer {
    padding:0 0 30px
  }

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

  .study img {
    height:auto;
    aspect-ratio:1/1;
    object-fit:cover
  }

  .study h2 {
    font-size:42px
  }

  .footer-meta {
    padding:57px 20px;
    gap:57px
  }
  .partner-logos {
    gap: 30px;
  }
  .partner-logos,.footer-meta div:nth-child(2) .partner-logos {
    flex-direction:column;
    justify-content:center;
    align-items:center
  }

  .partner-logo.eaglestone-logo {
    height:67px
  }

  .partner-logo.forest-logo {
    height:57px
  }

  .value-icon {
    vertical-align: -.06em;
  }

  .partner-logo.odalys-logo {
    height:60px
  }

  .brand-end .logo {
    order:1;
    margin-bottom:50px
  }

  .brand-end>div:first-child {
    order:2
  }

  .brand-end .footer-link {
    order:3
  }

}

@media (min-width:560px) {
  .footer-link, .copyright {
      margin-top: 90px;
  }
}

@media (max-width:560px) {
  .field-row {
    flex-direction:column;
    gap:0
  }

  .lang-current {
    font-size:16px;
    font-weight:400
  }

  .intro h1 {
    font-size:45px;
    line-height:47px;
    letter-spacing:0;
    font-weight:600
  }

  .intro .place {
    font-size:12px;
    letter-spacing:.35em;
    font-weight:400
  }

  .form-card {
    width:100%;
    min-height:701px
  }

  .form-card.is-success {
    padding:14px 19px 19px
  }

  html[lang="fr"] .form-card.is-success,
  html[lang="nl"] .form-card.is-success {
    min-height:735px
  }

  .form-card.is-success .confirmation-copy br {
    display:inline!important
  }

  .form-card.is-success .confirmation-button {
    position:absolute;
    left:19px;
    top:501px;
    width:min(286px,calc(100% - 38px))
  }

  html[lang="fr"] .form-card.is-success .confirmation-button,
  html[lang="nl"] .form-card.is-success .confirmation-button {
    top:535px
  }

  .form-card h2 {
    font-size:30px;
    line-height:35px;
    font-weight:500;
    letter-spacing:.01em
  }

  .form-card.is-success .form-confirmation h2 {
    font-weight:600;
    letter-spacing:0
  }

  .form-card p {
    font-size:30px;
    line-height:35px;
    font-weight:200;
    letter-spacing:.01em
  }

  .field {
    height:72px
  }

  .field input,.field input::placeholder {
    font-size:15px;
    letter-spacing:0
  }

  .form-bottom {
    grid-template-columns:1fr
  }

  .cta {
    min-height:100px;
    font-size:20px;
    line-height:22px;
    letter-spacing:.02em;
    color:#000;
  }

  .form-card p.legal {
    font-size:10px;
    line-height:12px;
    letter-spacing:.04em;
    text-align:center;
  }

  .manifesto .lead {
    font-size:30px;
    line-height:35px;
    letter-spacing:.02em;
    font-weight:300
  }
  p br {
    display: none!important;
  } 
  .manifesto .body {
    font-size:18px;
    line-height:28px;
    letter-spacing:.03em;
    font-weight:200
  }

  .value h2 {
    font-size:45px;
    line-height:47px;
    letter-spacing:0;
    font-weight:600
  }

  .stat span,.stat small {
    font-size:30px;
    line-height:35px;
    letter-spacing:-.02em
  }

  .stat b {
    font-size:65px;
    line-height:1.08;
    letter-spacing:-.02em;
    font-weight:600
  }

  .s3 b small,.s4 b small {
    font-size:35px
  }

  .s3 b,.s4 b {
    font-size:65px
  }

  .study h2 {
    font-size:45px;
    line-height:47px;
    letter-spacing:-.02em;
    font-weight:600
  }

  .footer-meta,.brand-end {
    font-size:12px;
    font-weight:300;
    letter-spacing:.03em;
    line-height:16px
  }

}

@media (prefers-reduced-motion:reduce) {
  *,*:before,*:after {
    animation-duration:.001ms!important;
    animation-delay:0ms!important;
    transition-duration:.001ms!important;
    scroll-behavior:auto!important
  }

  .reveal {
    opacity:1!important;
    transform:none!important
  }

}

#map { width: 100vw; height: 930px; }

        @media (max-width:560px) {
          #map { height: 466px; }
          .manifesto .lead strong {
            display: block;
          }
          .manifesto .body strong {
            font-size: 22px;
            line-height: 28px;
            letter-spacing: .02em;
          }
          .manifesto p.body strong br {
            display: block!important;
          }
        }

        .square-logo {
          width: 106px;
          height: 106px;
          background-image:url('favicon.svg');
          background-size: cover;
          background-repeat: no-repeat;
          background-position: center center;
          border-radius: 0px;
          display: flex;
          align-items: center;
          justify-content: center;
          z-index: 10;
        }

        .poi {
          font-family:Moanslight,Arial,Helvetica,sans-serif;
          width: 106px;
          height: 106px;
          background: #EBF5F0;
          color: #000;
          padding: 10px 14px;
          border-radius: 0px;
          letter-spacing:.03em;
          font-size: 13px;
          line-height: 15px;
          font-weight: 200;
          display: flex;
          flex-direction: column;
          align-items: start;
          justify-content: space-between;
        }
        .distance span {
          font-size: 17px;
          font-weight: 500;
          letter-spacing:-.02em;
          font-family:Moanslight,Arial,Helvetica,sans-serif;
        }
        .poi strong { color: #000; font-weight: 500; }
