*,
*::before,
*::after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0;
  padding: 0;
}
html {
  font-size: 16px;
  -webkit-text-size-adjust: 100%;
  scroll-behavior: smooth;
  hanging-punctuation: first last;
}
body {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.618;
  color: #101E26;
  background-color: #F0F2F1;
  -webkit-font-feature-settings: "kern" 1, "liga" 1;
          font-feature-settings: "kern" 1, "liga" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
img,
video,
svg {
  display: block;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: underline;
  text-decoration-color: rgba(16, 30, 38, 0.32);
  text-underline-offset: 0.2em;
  -webkit-transition: text-decoration-color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: text-decoration-color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
a:hover {
  text-decoration-color: #A7601A;
}
a:focus-visible {
  outline: 2px solid #A7601A;
  outline-offset: 3px;
  border-radius: 4px;
}
ul,
ol {
  list-style: none;
}
button,
input,
select,
textarea {
  font: inherit;
}
button {
  cursor: pointer;
  background: none;
  border: none;
}
[hidden] {
  display: none !important;
}
:root {
  --col: clamp(calc(375px / 12), calc(100vw / 12), calc(1600px / 12));
  --col-half: calc(var(--col) / 1.618);
  --col-phi: calc(var(--col) * 1.618);
  --col-2: calc(var(--col) * 2);
  --nav-height: 89px;
}
.container {
  width: 100%;
  max-width: 1600px;
  margin-inline: auto;
}
.container--narrow {
  max-width: 860px;
}
.container--mid {
  max-width: 1200px;
}
.container--flush {
  max-width: none;
  padding-inline: 0;
}
.grid {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr 0 1fr;
  grid-template-columns: repeat(12, 1fr);
  gap: 0 ;
}
@media (max-width: 1023px) {
  .grid {
    gap: 21px;
  }
}
@media (max-width: 767px) {
  .grid {
    gap: 13px;
  }
}
.grid--tight {
  -webkit-column-gap: 0;
     -moz-column-gap: 0;
          column-gap: 0;
}
.grid--loose {
  gap: 40px;
}
@media (max-width: 767px) {
  .grid--loose {
    gap: 34px;
  }
}
.grid--asymmetric {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 24px 3fr 24px 4fr;
  grid-template-columns: 5fr 3fr 4fr;
  gap: 24px;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.col-12 {
  -ms-grid-column-span: 12;
  grid-column: span 12;
}
.col-11 {
  -ms-grid-column-span: 11;
  grid-column: span 11;
}
.col-10 {
  -ms-grid-column-span: 10;
  grid-column: span 10;
}
.col-9 {
  -ms-grid-column-span: 9;
  grid-column: span 9;
}
.col-8 {
  -ms-grid-column-span: 8;
  grid-column: span 8;
}
.col-7 {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}
.col-6 {
  -ms-grid-column-span: 6;
  grid-column: span 6;
}
.col-5 {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}
.col-4 {
  -ms-grid-column-span: 4;
  grid-column: span 4;
}
.col-3 {
  -ms-grid-column-span: 3;
  grid-column: span 3;
}
.col-2 {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.col-1 {
  -ms-grid-column-span: 1;
  grid-column: span 1;
}
.col-phi-main {
  -ms-grid-column-span: 7;
  grid-column: span 7;
}
.col-phi-aside {
  -ms-grid-column-span: 5;
  grid-column: span 5;
}
@media (max-width: 1023px) {
  .col-md-12 {
    -ms-grid-column-span: 12;
    grid-column: span 12;
  }
  .col-md-11 {
    -ms-grid-column-span: 11;
    grid-column: span 11;
  }
  .col-md-10 {
    -ms-grid-column-span: 10;
    grid-column: span 10;
  }
  .col-md-9 {
    -ms-grid-column-span: 9;
    grid-column: span 9;
  }
  .col-md-8 {
    -ms-grid-column-span: 8;
    grid-column: span 8;
  }
  .col-md-7 {
    -ms-grid-column-span: 7;
    grid-column: span 7;
  }
  .col-md-6 {
    -ms-grid-column-span: 6;
    grid-column: span 6;
  }
  .col-md-5 {
    -ms-grid-column-span: 5;
    grid-column: span 5;
  }
  .col-md-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
  .col-md-3 {
    -ms-grid-column-span: 3;
    grid-column: span 3;
  }
  .col-md-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .col-md-1 {
    -ms-grid-column-span: 1;
    grid-column: span 1;
  }
}
@media (max-width: 767px) {
  [class*="col-"] {
    grid-column: 1 / -1;
  }
  .col-mob-2 {
    -ms-grid-column-span: 2;
    grid-column: span 2;
  }
  .col-mob-4 {
    -ms-grid-column-span: 4;
    grid-column: span 4;
  }
}
.section--dark {
  background-color: #0E2A33;
  color: #F0F2F1;
}
.section--warm {
  background-color: #F3E7D7;
}
.section--subtle {
  background-color: #E3E8E8;
}
.section--accent {
  background-color: #A7601A;
  color: #F0F2F1;
}
h1,
.h1 {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(34px, 4vw, 55px);
  font-weight: 400;
  line-height: calc(0.92em + 4px);
  letter-spacing: -0.02em;
  color: #101E26;
}
h1 em,
.h1 em {
  font-style: italic;
  color: #A7601A;
}
.h1--display {
  font-size: clamp(56px, 8vw, 144px);
  font-weight: 400;
  line-height: calc(0.92em + 4px);
}
.h1--section {
  font-size: clamp(42px, 6vw, 89px);
  font-weight: 400;
  line-height: calc(0.92em + 4px);
}
h2,
.h2 {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(34px, 4.5vw, 55px);
  font-weight: 300;
  line-height: calc(0.92em + 4px);
  letter-spacing: -0.02em;
  color: #101E26;
}
h2 em,
.h2 em {
  font-style: italic;
  color: #A7601A;
}
h3,
.h3 {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(21px, 2.5vw, 34px);
  font-weight: 400;
  line-height: calc(0.92em + 4px);
  color: #101E26;
}
h3 em,
.h3 em {
  font-style: italic;
}
h4,
.h4 {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 21px;
  font-weight: 500;
  line-height: 1.618;
  color: #101E26;
}
h5,
h6 {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 500;
  line-height: 1.618;
  color: #101E26;
}
p {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 16px;
  line-height: 1.618;
  font-weight: 300;
  max-width: 68ch;
  color: #4A5A62;
}
p + p {
  margin-top: 21px;
}
.lead {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: clamp(16px, 1.8vw, 21px);
  line-height: 1.618;
  font-weight: 300;
  max-width: 52ch;
  color: #4A5A62;
}
.label {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8C9AA0;
}
.label--line {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  font-weight: 400;
  line-height: 2;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8C9AA0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}
.label--line::before {
  content: '';
  display: block;
  width: 34px;
  height: 1px;
  background: currentColor;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.mono {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.1em;
  font-weight: 300;
}
small,
.small {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.618;
  font-weight: 300;
  color: #8C9AA0;
}
blockquote {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(21px, 2vw, 34px);
  font-weight: 300;
  font-style: italic;
  line-height: 1.3;
  padding-left: 34px;
  border-left: 2px solid #A7601A;
  max-width: 52ch;
}
blockquote cite {
  display: block;
  margin-top: 13px;
  font-size: 13px;
  font-style: normal;
  font-family: 'IBM Plex Mono', monospace;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #8C9AA0;
}
code,
pre {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 0.875em;
}
pre {
  background: #F3E7D7;
  border: 1px solid rgba(16, 30, 38, 0.12);
  border-radius: 8px;
  padding: 24px;
  overflow-x: auto;
  line-height: 2;
}
code {
  background: #F3E7D7;
  padding: 0.1em 0.35em;
  border-radius: 4px;
}
.rich-text h2 {
  margin-top: 55px;
  margin-bottom: 21px;
}
.rich-text h3 {
  margin-top: 40px;
  margin-bottom: 13px;
}
.rich-text h4 {
  margin-top: 34px;
  margin-bottom: 8px;
}
.rich-text p {
  margin-bottom: 21px;
  max-width: none;
}
.rich-text ul,
.rich-text ol {
  margin-bottom: 21px;
  padding-left: 24px;
}
.rich-text ul li,
.rich-text ol li {
  line-height: 1.618;
  margin-bottom: 8px;
}
.rich-text ul li::marker,
.rich-text ol li::marker {
  color: #A7601A;
}
.rich-text ul li {
  list-style-type: disc;
}
.rich-text ol li {
  list-style-type: decimal;
}
.rich-text strong {
  font-weight: 500;
  color: #101E26;
}
.rich-text em {
  font-style: italic;
}
.rich-text hr {
  border: none;
  border-top: 1px solid rgba(16, 30, 38, 0.12);
  margin-block: 55px;
}
.divider {
  border: none;
  border-top: 1px solid rgba(16, 30, 38, 0.12);
  margin-block: 80px;
}
.btn {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 8px;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 10px 24px;
  border-radius: 999px;
  text-decoration: none;
  -webkit-transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.12s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn:active {
  -webkit-transform: scale(0.98);
          transform: scale(0.98);
}
.btn:focus-visible {
  outline: 2px solid #A7601A;
  outline-offset: 3px;
}
.btn--primary {
  background: #101E26;
  color: #F0F2F1;
  border: 1.5px solid #101E26;
}
.btn--primary:hover {
  background: #0D0B06;
  border-color: #0D0B06;
  text-decoration: none;
}
.btn--cta {
  background: #A7601A;
  color: #fff;
  border: 1.5px solid #A7601A;
}
.btn--cta:hover {
  background: #7b4713;
  border-color: #7b4713;
  text-decoration: none;
}
.btn--enroll {
  background: #A7601A;
  color: #101E26;
  border: 1.5px solid #A7601A;
}
.btn--enroll:hover {
  background: #7b4713;
  color: #fff;
  border-color: #7b4713;
  text-decoration: none;
}
.btn--outline {
  background: transparent;
  color: #101E26;
  border: 1.5px solid rgba(16, 30, 38, 0.32);
}
.btn--outline:hover {
  border-color: #101E26;
  text-decoration: none;
}
.btn--ghost {
  background: transparent;
  color: #F0F2F1;
  border: 1.5px solid rgba(255, 255, 255, 0.25);
}
.btn--ghost:hover {
  border-color: rgba(255, 255, 255, 0.7);
  text-decoration: none;
}
.btn--sm {
  font-size: 11px;
  padding: 7px 16px;
}
.btn-primary-large {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 21px 40px;
  border-radius: 999px;
  background: #101E26;
  color: #F0F2F1;
  text-decoration: none;
  -webkit-transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.12s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-primary-large:hover {
  background: #0D0B06;
  text-decoration: none;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.btn-primary-large--light {
  background: #F0F2F1;
  color: #101E26;
}
.btn-primary-large--light:hover {
  background: rgba(240, 242, 241, 0.85);
}
.btn-primary-large.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.btn-cta-large {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 21px 40px;
  border-radius: 999px;
  background: #A7601A;
  color: #fff;
  text-decoration: none;
  -webkit-transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.12s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-cta-large:hover {
  background: #7b4713;
  text-decoration: none;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.btn-ghost-large {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 21px 40px;
  border-radius: 999px;
  background: transparent;
  color: #101E26;
  border: 1.5px solid rgba(16, 30, 38, 0.32);
  text-decoration: none;
  -webkit-transition: border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.12s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-ghost-large:hover {
  border-color: #101E26;
  text-decoration: none;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.btn-ghost-large--light {
  color: #F0F2F1;
  border-color: rgba(240, 242, 241, 0.3);
}
.btn-ghost-large--light:hover {
  border-color: #F0F2F1;
}
.btn-cta-block {
  display: block;
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(16px, 2.5vw, 34px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 34px 40px;
  background: #A7601A;
  color: #fff;
  text-decoration: none;
  border-radius: 13px;
  text-align: center;
  -webkit-transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.12s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-cta-block:hover {
  background: #7b4713;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.btn-enroll-block {
  display: block;
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(16px, 2.5vw, 34px);
  font-weight: 600;
  letter-spacing: 0.02em;
  text-transform: uppercase;
  padding: 34px 40px;
  background: #A7601A;
  color: #101E26;
  text-decoration: none;
  border-radius: 13px;
  text-align: center;
  -webkit-transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), color 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.12s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
}
.btn-enroll-block:hover {
  background: #7b4713;
  color: #fff;
  text-decoration: none;
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.text-link {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4A5A62;
  text-decoration: none;
  -webkit-transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.text-link:hover {
  color: #A7601A;
  text-decoration: none;
}
.text-link--light {
  color: rgba(240, 242, 241, 0.4);
}
.text-link--light:hover {
  color: rgba(240, 242, 241, 0.9);
}
.text-link--green {
  color: #7b4713;
}
.text-link--green:hover {
  color: #A7601A;
}
.card {
  background: #fff;
  border: 1px solid rgba(16, 30, 38, 0.12);
  border-radius: 13px;
  overflow: hidden;
  -webkit-transition: border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
  transition: border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.2s cubic-bezier(0.16, 1, 0.3, 1), -webkit-box-shadow 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.2s cubic-bezier(0.16, 1, 0.3, 1);
}
.card:hover {
  border-color: rgba(16, 30, 38, 0.32);
  -webkit-box-shadow: 0 8px 34px rgba(61, 70, 111, 0.12);
          box-shadow: 0 8px 34px rgba(61, 70, 111, 0.12);
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.card__media {
  aspect-ratio: 1.77777778;
  background: #F3E7D7;
  overflow: hidden;
}
.card__media img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.card:hover .card__media img {
  -webkit-transform: scale(1.04);
          transform: scale(1.04);
}
.card__body {
  padding: 24px;
}
.card__footer {
  padding: 21px 24px;
  border-top: 1px solid rgba(16, 30, 38, 0.12);
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 11px;
  color: #4A5A62;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.card__label {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4A5A62;
  margin-bottom: 13px;
}
.card__title {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 22px;
  font-weight: 600;
  line-height: calc(0.92em + 4px);
  margin-bottom: 8px;
  color: #101E26;
  text-transform: uppercase;
}
.card__text {
  font-size: 16px;
  color: #4A5A62;
  line-height: 1.618;
  margin: 0;
  max-width: none;
}
.card__price {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  color: #101E26;
  letter-spacing: -0.01em;
}
.card__spots {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #7b4713;
}
.card__spots--low {
  color: #A7601A;
}
.card--horizontal {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 5fr 7fr;
  grid-template-columns: 5fr 7fr;
}
.card--horizontal .card__media {
  aspect-ratio: unset;
  min-height: 200px;
}
@media (max-width: 767px) {
  .card--horizontal {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.stat {
  padding: 34px 24px;
  border: 1px solid rgba(16, 30, 38, 0.12);
  border-radius: 8px;
}
.stat__number {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(16px, 3.5vw, 55px);
  font-weight: 700;
  line-height: 1;
  color: #101E26;
  margin-bottom: 8px;
}
.stat__number em {
  font-style: normal;
  color: #A7601A;
}
.stat__label {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #4A5A62;
}
.stat__desc {
  margin-top: 13px;
  font-size: 16px;
  color: #4A5A62;
  line-height: 1.618;
  max-width: none;
}
.tag {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  padding: 4px 13px;
  border-radius: 999px;
  background: #F3E7D7;
  color: #4A5A62;
  border: 1px solid rgba(16, 30, 38, 0.12);
  line-height: 1;
}
.tag--primary {
  background: #101E26;
  color: #F0F2F1;
  border-color: #101E26;
}
.tag--green {
  background: rgba(74, 213, 117, 0.12);
  color: #7b4713;
  border-color: rgba(74, 213, 117, 0.35);
}
.tag--orange {
  background: rgba(255, 112, 67, 0.1);
  color: #7b4713;
  border-color: rgba(255, 112, 67, 0.3);
}
.tag--light {
  background: rgba(240, 242, 241, 0.15);
  color: rgba(240, 242, 241, 0.7);
  border-color: rgba(240, 242, 241, 0.2);
}
.badge {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.06em;
  min-width: 20px;
  height: 20px;
  padding-inline: 6px;
  border-radius: 999px;
  background: #A7601A;
  color: #fff;
}
.progress-bar {
  width: 100%;
  height: 6px;
  background: #F3E7D7;
  border-radius: 999px;
  overflow: hidden;
}
.progress-bar__fill {
  height: 100%;
  background: #A7601A;
  border-radius: 999px;
  -webkit-transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: width 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.progress-bar__fill--orange {
  background: #A7601A;
}
.progress-bar__fill--primary {
  background: #101E26;
}
.dashboard-preview {
  background: #fff;
  border: 1px solid rgba(16, 30, 38, 0.12);
  border-radius: 21px;
  padding: 21px;
  -webkit-box-shadow: 0 24px 55px rgba(61, 70, 111, 0.1);
          box-shadow: 0 24px 55px rgba(61, 70, 111, 0.1);
}
.dashboard-preview__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 21px;
  padding-bottom: 21px;
  border-bottom: 1px solid rgba(16, 30, 38, 0.12);
}
.dashboard-preview__title {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 20px;
  font-weight: 600;
  text-transform: uppercase;
  letter-spacing: 0.02em;
  color: #101E26;
}
.gc-builder .container {
  /*>.grid{
      grid-template-columns: 3fr 7fr 2fr;
      .before-col{

      }
      .builder-col{
      }
      .after-col{

      }
      .respond(@bp-md, {  grid-template-columns: 0fr 12fr 0fr; });    
    } */
}
.gc-builder-row {
  padding-block: 34px;
  border-bottom: 1px solid transparent;
}
.gc-builder-row:last-child {
  border-bottom: none;
}
.gc-builder-grid {
  gap: 24px;
}
.gc-builder-col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 21px;
}
.gc-block + .gc-block {
  margin-top: 13px;
}
.gc-block-heading {
  margin: 0;
}
.gc-block-heading--h2 {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(28px, 3.5vw, 55px);
  font-weight: 600;
  line-height: calc(0.92em + 4px);
  letter-spacing: -0.02em;
  color: #101E26;
  text-transform: uppercase;
}
.gc-block-heading--h3 {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(21px, 2.5vw, 34px);
  font-weight: 500;
  line-height: calc(0.92em + 4px);
  color: #101E26;
  text-transform: uppercase;
}
.gc-block-heading--h4 {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 16px;
  font-weight: 600;
  line-height: 1.618;
  color: #101E26;
}
.gc-block-text {
  max-width: none;
}
.gc-block-text.rich-text p {
  max-width: none;
  margin-bottom: 21px;
}
.gc-block-text.rich-text p:last-child {
  margin-bottom: 0;
}
.gc-block-text.rich-text h2 {
  margin-top: 34px;
  margin-bottom: 13px;
}
.gc-block-text.rich-text h3 {
  margin-top: 21px;
  margin-bottom: 8px;
}
.gc-block-text.rich-text ul,
.gc-block-text.rich-text ol {
  padding-left: 24px;
  margin-bottom: 21px;
}
.gc-block-text.rich-text li {
  line-height: 1.618;
  margin-bottom: 8px;
}
.gc-block-text.rich-text li::marker {
  color: #A7601A;
}
.gc-block-text.rich-text ul li {
  list-style-type: disc;
}
.gc-block-text.rich-text ol li {
  list-style-type: decimal;
}
.gc-block-text.rich-text strong {
  font-weight: 600;
}
.gc-block-text.rich-text em {
  font-style: italic;
}
.gc-block-text.rich-text a {
  color: #A7601A;
}
.gc-block-text.rich-text blockquote {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(16px, 1.8vw, 21px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.618;
  padding-left: 21px;
  border-left: 3px solid #A7601A;
  margin: 21px 0;
}
.gc-block-image {
  margin: 0;
}
.gc-block-caption {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 11px;
  color: #4A5A62;
  margin-top: 8px;
  line-height: 1.5;
}
.gc-block-quote {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(16px, 2vw, 34px);
  font-weight: 400;
  font-style: italic;
  line-height: 1.618;
  padding-left: 34px;
  border-left: 3px solid #A7601A;
  margin: 0;
}
.gc-block-quote p {
  max-width: none;
  margin: 0;
}
.gc-block-quote cite {
  display: block;
  margin-top: 13px;
  font-size: 16px;
  font-style: normal;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  color: #4A5A62;
}
.gc-block-line {
  border: none;
  border-top: 1px solid rgba(16, 30, 38, 0.12);
  margin: 13px 0;
}
.gc-block-video {
  position: relative;
}
.gc-block-video iframe {
  width: 100%;
  aspect-ratio: 1.77777778;
  border: none;
  display: block;
  border-radius: 8px;
}
.gc-card {
  height: 100%;
  -webkit-transition: -webkit-transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: -webkit-transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.gc-card:hover {
  -webkit-transform: translateY(-2px);
          transform: translateY(-2px);
}
.gc-block-button {
  margin: 8px 0;
}
.gc-block-button .btn-primary-large,
.gc-block-button .btn-ghost-large {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
}
@media (max-width: 767px) {
  :not(.gc-builder-grid) > [class*="col-"] {
    grid-column: 1 / -1;
  }
}
@media (max-width: 1023px) {
  .gc-builder-row > .container > .grid > [class*="col-"] {
    grid-column: 1 / -1;
  }
  .gc-builder-row > .container > .grid > .col-1,
  .gc-builder-row > .container > .grid > .col-2,
  .gc-builder-row > .container > .grid > .col-3 {
    display: none;
  }
  .gc-builder-grid > [class*="col-"] {
    grid-column: 1 / -1 !important;
  }
}
@media (max-width: 599px) {
  .gc-builder-grid > [class*="col-"] {
    grid-column: 1 / -1 !important;
  }
}
@media (max-width: 1023px) {
  .gc-builder-row > .container {
    padding-left: 34px;
    padding-right: 34px;
  }
  .gc-text-page-header > .container {
    padding-left: 34px;
    padding-right: 34px;
  }
}
.gc-text-page-header .container .grid {
  margin-top: calc(var(--nav-height) + 0px);
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: start;
}
.gc-text-page-header .container .grid .col-left {
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  padding: calc(var(--col)) var(--col) var(--col-phi) var(--col);
}
.gc-text-page-header .container .grid .col-right {
  -ms-grid-columns: subgrid;
  grid-template-columns: subgrid;
  overflow: hidden;
  -ms-grid-row-align: stretch;
      align-self: stretch;
}
.gc-text-page-header .container .grid .col-right img,
.gc-text-page-header .container .grid .col-right .lazyimg-wrap {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
@media (max-width: 1023px) {
  .gc-text-page-header .container .grid {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .gc-text-page-header .container .grid .col-left {
    padding: var(--col) var(--col) var(--col) 0;
  }
  .gc-text-page-header .container .grid .col-right {
    margin-top: 0;
    min-height: 50vw;
  }
}
.gc-text-page-header h1 {
  font-size: clamp(42px, 5vw, 89px);
  font-weight: 400;
  line-height: calc(0.92em + 4px);
  letter-spacing: -0.02em;
}
.gc-text-page-header .label {
  color: #A7601A;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 34px;
  margin-bottom: 34px;
}
.gc-text-page-header .label::before {
  content: '';
  display: block;
  width: 34px;
  height: 2px;
  background: #A7601A;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.section--accent {
  background-color: #A7601A;
  color: #fff;
}
.site-header {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  z-index: 100;
  background: rgba(240, 242, 241, 0.92);
  backdrop-filter: blur(12px);
  -webkit-backdrop-filter: blur(12px);
  border-bottom: 1px solid rgba(16, 30, 38, 0.12);
  -webkit-transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.site-header.is-scrolled {
  background: rgba(240, 242, 241, 0.98);
  border-color: rgba(16, 30, 38, 0.32);
}
.header-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 88px;
  padding: 0 34px;
  gap: 8px;
}
.header-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 4px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
@media (max-width: 767px) {
  .header-nav {
    display: none;
  }
}
.header-nav__link {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #4A5A62;
  text-decoration: none;
  padding: 8px 13px;
  border-radius: 8px;
  -webkit-transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1), background 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1), background 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-nav__link:hover {
  color: #101E26;
  background: #F3E7D7;
  text-decoration: none;
}
.header-nav__link.is-active {
  color: #101E26;
  font-weight: 600;
}
.header-nav__cta {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 600;
  letter-spacing: 0.04em;
  text-transform: uppercase;
  color: #F0F2F1;
  background: #101E26;
  text-decoration: none;
  padding: 10px 21px;
  border-radius: 999px;
  margin-left: 8px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 7px;
  -webkit-transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), transform 0.12s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.12s cubic-bezier(0.16, 1, 0.3, 1);
}
.header-nav__cta:hover {
  background: #A7601A;
  text-decoration: none;
  -webkit-transform: translateY(-1px);
          transform: translateY(-1px);
}
.header-burger {
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 40px;
  height: 40px;
  gap: 5px;
}
@media (max-width: 767px) {
  .header-burger {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.burger-line {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #101E26;
  border-radius: 2px;
  -webkit-transition: opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: transform 0.28s cubic-bezier(0.16, 1, 0.3, 1), opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.mobile-overlay {
  position: fixed;
  inset: 0;
  background: rgba(24, 22, 15, 0.4);
  z-index: 150;
  opacity: 0;
  pointer-events: none;
  -webkit-transition: opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  backdrop-filter: blur(4px);
}
.mobile-overlay.is-open {
  opacity: 1;
  pointer-events: all;
}
body.nav-open {
  overflow: hidden;
}
.mobile-nav {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  background: #F0F2F1;
  z-index: 200;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  padding: calc(var(--nav-height) + 55px) var(--col) 55px;
  opacity: 0;
  pointer-events: none;
  visibility: hidden;
  -webkit-transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.3s cubic-bezier(0.16, 1, 0.3, 1), visibility 0.3s cubic-bezier(0.16, 1, 0.3, 1);
  overflow-y: auto;
}
.mobile-nav.is-open {
  opacity: 1;
  pointer-events: auto;
  visibility: visible;
}
.mobile-nav__link {
  display: block;
  font-family: 'Newsreader', Georgia, serif;
  font-size: 55px;
  font-weight: 300;
  color: #101E26;
  text-decoration: none;
  padding: 21px 0;
  line-height: calc(0.92em + 4px);
  -webkit-transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.mobile-nav__link em {
  font-style: italic;
}
.mobile-nav__link + .mobile-nav__link {
  border-top: 1px solid rgba(16, 30, 38, 0.12);
}
.mobile-nav__link:hover,
.mobile-nav__link.is-active {
  color: #4A5A62;
  text-decoration: none;
}
.mobile-nav__footer {
  margin-top: auto;
  padding-top: 34px;
  border-top: 1px solid rgba(16, 30, 38, 0.12);
}
.mobile-nav__close {
  position: absolute;
  top: 55px;
  right: var(--col);
  width: 40px;
  height: 40px;
  background: none;
  border: none;
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 0;
  padding: 0;
}
.mobile-nav__close span {
  display: block;
  width: 22px;
  height: 1.5px;
  background: #101E26;
}
.mobile-nav__close span:nth-child(1) {
  -webkit-transform: translateY(0.75px) rotate(45deg);
          transform: translateY(0.75px) rotate(45deg);
}
.mobile-nav__close span:nth-child(2) {
  -webkit-transform: translateY(-0.75px) rotate(-45deg);
          transform: translateY(-0.75px) rotate(-45deg);
}
.mobile-nav__close:hover span {
  background: #4A5A62;
}
.site-footer {
  background: #0D0B06;
  color: #F0F2F1;
  padding-block: 80px 40px;
  margin-top: auto;
}
.site-footer > .container {
  padding-inline: var(--col);
}
@media (max-width: 1023px) {
  .site-footer > .container {
    padding-inline: 34px;
  }
}
.site-footer a {
  color: #F0F2F1;
  text-decoration-color: rgba(255, 255, 255, 0.15);
}
.site-footer a:hover {
  text-decoration-color: #A7601A;
}
.site-footer .label {
  color: rgba(255, 255, 255, 0.3);
}
.footer-logo {
  font-family: 'Newsreader', Georgia, serif;
  font-size: 22px;
  font-weight: 700;
  letter-spacing: 0.06em;
  text-transform: uppercase;
  color: #F0F2F1;
  text-decoration: none;
  display: block;
  margin-bottom: 21px;
}
.footer-tagline {
  font-size: 14px;
  color: rgba(240, 242, 241, 0.4);
  max-width: 28ch;
  line-height: 1.618;
}
.footer-nav__title {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 10px;
  font-weight: 700;
  letter-spacing: 0.14em;
  text-transform: uppercase;
  color: rgba(240, 242, 241, 0.3);
  margin-bottom: 21px;
}
.footer-nav__list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.footer-nav__link {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 14px;
  color: rgba(240, 242, 241, 0.6);
  text-decoration: none;
  -webkit-transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.footer-nav__link:hover {
  color: #F0F2F1;
  text-decoration: none;
}
.footer-bottom {
  border-top: 1px solid rgba(255, 255, 255, 0.08);
  padding-top: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 21px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media (max-width: 767px) {
  .footer-bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.footer-bottom__copy {
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(240, 242, 241, 0.25);
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
}
.footer-bottom__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 21px;
}
.gc-contact-header {
  padding-block: 89px;
}
.gc-contact-header__text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 21px;
}
.gc-contact-header__label {
  color: #4A5A62;
}
.gc-contact-header__headline {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(34px, 6vw, 89px);
  font-weight: 700;
  line-height: calc(0.92em + 4px);
  letter-spacing: -0.03em;
  text-transform: uppercase;
  color: #101E26;
  margin: 0;
}
.gc-contact-header__intro {
  color: #4A5A62;
  max-width: none;
  margin: 0;
}
.gc-contact-header__info {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 34px;
  padding-left: 13px;
}
.gc-contact-header__line {
  width: 3px;
  background: #A7601A;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  -ms-flex-item-align: stretch;
      -ms-grid-row-align: stretch;
      align-self: stretch;
  min-height: 120px;
}
.gc-contact-header__details {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  gap: 34px;
}
.gc-contact-detail {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 6px;
}
.gc-contact-detail__value {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: clamp(16px, 1.5vw, 21px);
  font-weight: 400;
  color: #101E26;
  text-decoration: none;
  letter-spacing: -0.01em;
  line-height: 1.4;
  font-style: normal;
  -webkit-transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.gc-contact-detail__value:hover {
  color: #A7601A;
}
@media (max-width: 767px) {
  .gc-contact-header__info {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 21px;
    padding-left: 0;
  }
  .gc-contact-header__line {
    width: 55px;
    height: 3px;
    min-height: auto;
    -ms-flex-item-align: auto;
        -ms-grid-row-align: auto;
        align-self: auto;
  }
}
.gc-contact-form-section {
  padding-top: 0;
}
.gc-contact-form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.gc-form-row {
  margin-bottom: 34px;
}
.gc-form-row--2col {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 24px 1fr;
  grid-template-columns: 1fr 1fr;
  gap: 24px;
}
.gc-form-row--submit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 13px;
}
@media (max-width: 479px) {
  .gc-form-row--2col {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
}
.gc-form-field {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 8px;
}
.gc-form-label {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 11px;
  font-weight: 600;
  letter-spacing: 0.1em;
  text-transform: uppercase;
  color: #4A5A62;
}
.gc-form-required {
  color: #A7601A;
}
.gc-form-input {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 18px;
  font-weight: 400;
  color: #101E26;
  background: transparent;
  border: none;
  border-bottom: 1px solid rgba(16, 30, 38, 0.32);
  border-radius: 0;
  padding: 8px 0;
  width: 100%;
  outline: none;
  -webkit-appearance: none;
  -webkit-transition: border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.gc-form-input:focus {
  border-bottom-color: #101E26;
}
.gc-form-input.erroneous {
  border-bottom-color: #A7601A;
}
.gc-form-input::-webkit-input-placeholder {
  color: rgba(61, 70, 111, 0.25);
}
.gc-form-input::-moz-placeholder {
  color: rgba(61, 70, 111, 0.25);
}
.gc-form-input:-ms-input-placeholder {
  color: rgba(61, 70, 111, 0.25);
}
.gc-form-input::-ms-input-placeholder {
  color: rgba(61, 70, 111, 0.25);
}
.gc-form-input::placeholder {
  color: rgba(61, 70, 111, 0.25);
}
.gc-form-textarea {
  resize: vertical;
  min-height: 120px;
  line-height: 1.618;
}
.gc-form-field--check {
  margin-top: 8px;
}
.gc-form-check {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
  gap: 12px;
  cursor: pointer;
}
.gc-form-check__input {
  width: 18px;
  height: 18px;
  border: 1.5px solid rgba(16, 30, 38, 0.32);
  border-radius: 3px;
  background: transparent;
  cursor: pointer;
  -ms-flex-negative: 0;
      flex-shrink: 0;
  margin-top: 2px;
  accent-color: #A7601A;
}
.gc-form-check__input.erroneous {
  border-color: #A7601A;
}
.gc-form-check__label {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 13px;
  color: #4A5A62;
  line-height: 1.6;
}
.gc-form-check__label a {
  color: #A7601A;
}
.gc-form-feedback {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.6;
  min-height: 0;
  -webkit-transition: all 0.28s;
  transition: all 0.28s;
}
.gc-feedback--error {
  color: #A7601A;
  margin-bottom: 13px;
}
.gc-feedback--success {
  color: #7b4713;
}
.gc-form-note {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 11px;
  color: #8C9AA0;
  margin: 0;
  max-width: none;
}
.btn-primary-large.disabled {
  opacity: 0.5;
  pointer-events: none;
}
.gc-form-success {
  padding: 34px 0;
  border-top: 3px solid #A7601A;
}
.gc-form-success__text {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(16px, 2vw, 34px);
  font-weight: 500;
  color: #101E26;
  line-height: 1.618;
  max-width: none;
  text-transform: uppercase;
}
.header-logo {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.header-logo:hover {
  text-decoration: none;
}
.header-logo img {
  height: 55px;
  width: auto;
  display: block;
}
.mobile-nav__logo {
  height: 34px;
  width: auto;
  display: block;
  opacity: 0.4;
}
.site-footer__logo {
  height: 55px;
  width: auto;
  display: block;
}
.gc-builder-row {
  -webkit-transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.gc-builder-row--standaard {
  background: #F0F2F1;
}
.gc-builder-row--donker {
  background: #0E2A33;
}
.gc-builder-row--warm {
  background: #0B222A;
}
.gc-builder-row--accent {
  background: #A7601A;
}
.gc-builder-row--wit {
  background: #ffffff;
}
.gc-builder-row--tekst-licht {
  color: #F0F2F1;
}
.gc-builder-row--tekst-licht h1,
.gc-builder-row--tekst-licht h2,
.gc-builder-row--tekst-licht h3,
.gc-builder-row--tekst-licht h4,
.gc-builder-row--tekst-licht h5,
.gc-builder-row--tekst-licht h6 {
  color: #F0F2F1;
}
.gc-builder-row--tekst-licht strong,
.gc-builder-row--tekst-licht p,
.gc-builder-row--tekst-licht li,
.gc-builder-row--tekst-licht blockquote {
  color: rgba(244, 241, 236, 0.8);
}
.gc-builder-row--tekst-licht a {
  color: #F0F2F1;
}
.gc-builder-row--tekst-donker {
  color: #101E26;
}
.gc-builder-row--tekst-donker h1,
.gc-builder-row--tekst-donker h2,
.gc-builder-row--tekst-donker h3,
.gc-builder-row--tekst-donker h4,
.gc-builder-row--tekst-donker h5,
.gc-builder-row--tekst-donker h6 {
  color: #101E26;
}
.gc-builder-row--tekst-donker strong,
.gc-builder-row--tekst-donker p,
.gc-builder-row--tekst-donker li,
.gc-builder-row--tekst-donker blockquote {
  color: #4A5A62;
}
.lb {
  position: fixed;
  inset: 0;
  z-index: 900;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.lb[hidden] {
  display: none;
}
.lb__achtergrond {
  position: absolute;
  inset: 0;
  background: rgba(14, 42, 51, 0.94);
  cursor: -webkit-zoom-out;
  cursor: zoom-out;
}
.lb__vlak {
  position: relative;
  margin: 0;
  max-width: min(1400px, 92vw);
  max-height: 88vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 13px;
}
.lb__img {
  max-width: 100%;
  max-height: 80vh;
  width: auto;
  height: auto;
  display: block;
  -o-object-fit: contain;
     object-fit: contain;
}
.lb__onder {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 21px;
}
.lb__bijschrift {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 13px;
  line-height: 1.5;
  color: rgba(255, 255, 255, 0.72);
  max-width: 68ch;
}
.lb__teller {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.06em;
  color: rgba(255, 255, 255, 0.55);
  -webkit-box-flex: 0;
      -ms-flex: 0 0 auto;
          flex: 0 0 auto;
  font-variant-numeric: tabular-nums;
}
.lb__knop {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 55px;
  height: 55px;
  padding: 0;
  border: 0;
  background: none;
  color: rgba(255, 255, 255, 0.72);
  cursor: pointer;
  -webkit-transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.lb__knop:hover,
.lb__knop:focus-visible {
  color: #FFF;
}
.lb__knop:focus-visible {
  outline: 1px solid #D2913A;
  outline-offset: -8px;
}
.lb__knop--sluit {
  top: 21px;
  right: 21px;
}
.lb__knop--vorige {
  top: 50%;
  left: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lb__knop--volgende {
  top: 50%;
  right: 21px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.lb__knop[hidden] {
  display: none;
}
.js-lightbox {
  display: block;
  cursor: -webkit-zoom-in;
  cursor: zoom-in;
}
@media (max-width: 767px) {
  .lb__vlak {
    max-width: 100vw;
  }
  .lb__onder {
    padding-inline: 21px;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 4px;
  }
  .lb__knop--vorige {
    left: 0;
  }
  .lb__knop--volgende {
    right: 0;
  }
}
.mt-2xs {
  margin-top: 4px;
}
.mt-xs {
  margin-top: 8px;
}
.mt-sm {
  margin-top: 13px;
}
.mt-md {
  margin-top: 21px;
}
.mt-lg {
  margin-top: 24px;
}
.mt-xl {
  margin-top: 34px;
}
.mt-2xl {
  margin-top: 40px;
}
.mt-3xl {
  margin-top: 55px;
}
.mt-4xl {
  margin-top: 80px;
}
.mt-5xl {
  margin-top: 89px;
}
.mb-2xs {
  margin-bottom: 4px;
}
.mb-xs {
  margin-bottom: 8px;
}
.mb-sm {
  margin-bottom: 13px;
}
.mb-md {
  margin-bottom: 21px;
}
.mb-lg {
  margin-bottom: 24px;
}
.mb-xl {
  margin-bottom: 34px;
}
.mb-2xl {
  margin-bottom: 40px;
}
.mb-3xl {
  margin-bottom: 55px;
}
.mb-4xl {
  margin-bottom: 80px;
}
.mb-5xl {
  margin-bottom: 89px;
}
.mt-col {
  margin-top: var(--col);
}
@media (max-width: 767px) {
  .mt-col {
    margin-top: 0;
  }
}
.mt-col-half {
  margin-top: var(--col-half);
}
@media (max-width: 767px) {
  .mt-col-half {
    margin-top: 0;
  }
}
.mt-col-phi {
  margin-top: var(--col-phi);
}
@media (max-width: 767px) {
  .mt-col-phi {
    margin-top: 0;
  }
}
.mb-col {
  margin-bottom: var(--col);
}
@media (max-width: 767px) {
  .mb-col {
    margin-bottom: 0;
  }
}
.mb-col-half {
  margin-bottom: var(--col-half);
}
@media (max-width: 767px) {
  .mb-col-half {
    margin-bottom: 0;
  }
}
.mb-col-phi {
  margin-bottom: var(--col-phi);
}
@media (max-width: 767px) {
  .mb-col-phi {
    margin-bottom: 0;
  }
}
.mt-col-neg {
  margin-top: calc(var(--col) * -1);
}
@media (max-width: 767px) {
  .mt-col-neg {
    margin-top: 0;
  }
}
.mt-col-half-neg {
  margin-top: calc(var(--col-half) * -1);
}
@media (max-width: 767px) {
  .mt-col-half-neg {
    margin-top: 0;
  }
}
.mt-nav-neg {
  margin-top: calc(var(--nav-height, 89px) * -1);
}
@media (max-width: 767px) {
  .mt-nav-neg {
    margin-top: 0;
  }
}
.ratio-portret {
  aspect-ratio: 1 / 1.618;
}
.ratio-vierkant {
  aspect-ratio: 1 / 1;
}
.ratio-landschap {
  aspect-ratio: 1.618 / 1;
}
.ratio-breed {
  aspect-ratio: 2.618 / 1;
}
.text-muted {
  color: #4A5A62;
}
.text-faint {
  color: #8C9AA0;
}
.text-magenta {
  color: #A7601A;
}
.text-cyan {
  color: #A7601A;
}
.text-teal {
  color: #A7601A;
}
.text-light {
  color: rgba(244, 241, 236, 0.55);
}
.flex-between {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.flex-center {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.flex-start {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
}
@media (max-width: 767px) {
  .hide-mobile {
    display: none !important;
  }
}
@media (min-width: 768px) {
  .hide-desktop {
    display: none !important;
  }
}
.section--ink {
  background-color: #101E26;
  color: #F0F2F1;
}
.section--warm {
  background-color: #F3E7D7;
}
.section--subtle {
  background-color: #E3E8E8;
}
.visually-hidden {
  position: absolute;
  width: 1px;
  height: 1px;
  padding: 0;
  margin: -1px;
  overflow: hidden;
  clip: rect(0, 0, 0, 0);
  white-space: nowrap;
  border: 0;
}
.reveal {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}
.js-reveal-ready .reveal {
  opacity: 0;
  -webkit-transform: translateY(21px);
          transform: translateY(21px);
  -webkit-transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
  transition: opacity 0.6s cubic-bezier(0.16, 1, 0.3, 1), transform 0.6s cubic-bezier(0.16, 1, 0.3, 1), -webkit-transform 0.6s cubic-bezier(0.16, 1, 0.3, 1);
}
.js-reveal-ready .reveal--delay-1 {
  -webkit-transition-delay: 0.1s;
          transition-delay: 0.1s;
}
.js-reveal-ready .reveal--delay-2 {
  -webkit-transition-delay: 0.2s;
          transition-delay: 0.2s;
}
.js-reveal-ready .reveal--delay-3 {
  -webkit-transition-delay: 0.3s;
          transition-delay: 0.3s;
}
.js-reveal-ready .reveal.is-visible {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
}
@media (prefers-reduced-motion: reduce) {
  .js-reveal-ready .reveal {
    opacity: 1;
    -webkit-transform: none;
            transform: none;
    -webkit-transition: none;
    transition: none;
  }
}
.modulor-mark {
  position: absolute;
  top: var(--col);
  right: var(--col);
  width: var(--col);
  height: var(--col);
  pointer-events: none;
  z-index: 1;
}
.modulor-mark svg {
  display: block;
  width: 100%;
  height: 100%;
  overflow: visible;
}
.modulor-mark .mm-line {
  stroke-dasharray: 220;
  stroke-dashoffset: 220;
  -webkit-transition: stroke-dashoffset 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  transition: stroke-dashoffset 0.5s cubic-bezier(0.16, 1, 0.3, 1);
  -webkit-transition-delay: calc(var(--i, 0) * 0.12s);
          transition-delay: calc(var(--i, 0) * 0.12s);
}
.js-reveal-ready .modulor-mark.reveal:not(.is-visible) .mm-line {
  stroke-dashoffset: 220;
}
.modulor-mark.is-visible .mm-line {
  stroke-dashoffset: 0;
}
@media (prefers-reduced-motion: reduce) {
  .modulor-mark .mm-line {
    -webkit-transition: none;
    transition: none;
    stroke-dashoffset: 0;
  }
}
@media (max-width: 1023px) {
  .modulor-mark {
    display: none;
  }
}
.wl-header,
.cl-header,
.faq-header {
  position: relative;
}
.js-reveal-ready .modulor-mark.reveal {
  opacity: 1;
  -webkit-transform: none;
          transform: none;
  -webkit-transition: none;
  transition: none;
}
.home-hero {
  padding: var(--col-phi) var(--col) var(--col);
  margin-top: var(--nav-height);
}
.home-hero__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
}
.home-hero__kicker {
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #8C9AA0;
  margin: 0 0 34px;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
}
.home-hero__kicker::before {
  content: "";
  display: inline-block;
  width: 34px;
  height: 1px;
  background: #8C9AA0;
}
.home-hero__h1 {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(55px, 7vw, 89px);
  font-weight: 400;
  line-height: calc(0.92em + 4px);
  letter-spacing: -0.02em;
  color: #101E26;
  margin: 0;
  max-width: 18ch;
}
.home-hero__h1 em {
  font-style: italic;
}
.home-hero__intro {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: clamp(16px, 1.4vw, 21px);
  line-height: 1.618;
  color: #4A5A62;
  max-width: 62ch;
  margin: 34px 0 0;
}
.home-hero__cta {
  margin-top: 40px;
}
.home-hero__cta-link {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  font-family: 'IBM Plex Mono', monospace;
  font-size: 11px;
  letter-spacing: 0.18em;
  text-transform: uppercase;
  color: #101E26;
  text-decoration: none;
  padding-bottom: 4px;
  border-bottom: 1px solid #101E26;
  -webkit-transition: gap 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: gap 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.home-hero__cta-link:hover {
  gap: 21px;
}
@media (max-width: 1023px) {
  .home-hero {
    padding: var(--col) 34px;
  }
  .home-hero .grid > .before-col,
  .home-hero .grid > .after-col {
    display: none !important;
  }
  .home-hero .grid > [class*="col-"] {
    grid-column: 1 / -1 !important;
  }
}
@media (max-width: 767px) {
  .home-hero__h1 {
    font-size: clamp(34px, 9vw, 55px);
    max-width: none;
  }
}
.error-main {
  background: #F0F2F1;
}
.error-section {
  min-height: calc(100svh - var(--nav-height));
  margin-top: calc(var(--nav-height) - 0px);
  padding: var(--col);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.error-inner {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: auto 80px 1fr;
  grid-template-columns: auto 1fr;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 80px;
  max-width: 920px;
  width: 100%;
}
.error-foto {
  -ms-flex-negative: 0;
      flex-shrink: 0;
  width: clamp(200px, 26vw, 340px);
}
.error-foto img {
  display: block;
  width: 100%;
  height: auto;
}
.error-astro {
  -ms-flex-negative: 0;
      flex-shrink: 0;
}
.error-astro img {
  display: block;
  width: clamp(140px, 18vw, 220px);
  height: auto;
  -webkit-animation: error-float 6s cubic-bezier(0.16, 1, 0.3, 1) infinite;
          animation: error-float 6s cubic-bezier(0.16, 1, 0.3, 1) infinite;
}
@-webkit-keyframes error-float {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(-2deg);
            transform: translateY(-12px) rotate(-2deg);
  }
}
@keyframes error-float {
  0%,
  100% {
    -webkit-transform: translateY(0) rotate(0deg);
            transform: translateY(0) rotate(0deg);
  }
  50% {
    -webkit-transform: translateY(-12px) rotate(-2deg);
            transform: translateY(-12px) rotate(-2deg);
  }
}
@media (prefers-reduced-motion: reduce) {
  .error-astro img {
    -webkit-animation: none;
            animation: none;
  }
}
.error-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 34px;
  min-width: 0;
}
.error-kicker {
  color: #8C9AA0;
  margin: 0;
}
.error-kicker::before {
  background: #A7601A;
}
.error-title {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(55px, 7vw, 89px);
  font-weight: 400;
  line-height: calc(0.92em + 4px);
  letter-spacing: -0.02em;
  color: #101E26;
  margin: 0;
  max-width: 14ch;
}
.error-intro {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: clamp(16px, 1.3vw, 21px);
  line-height: 1.618;
  color: #4A5A62;
  max-width: 54ch;
  margin: 0;
}
.error-intro p {
  margin: 0 0 21px;
}
.error-intro p:last-child {
  margin-bottom: 0;
}
.error-intro a {
  color: #101E26;
  text-decoration: underline;
  text-underline-offset: 3px;
  -webkit-transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: color 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.error-intro a:hover {
  color: #A7601A;
}
.error-cta {
  -ms-flex-item-align: start;
      align-self: flex-start;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  margin-top: 13px;
  padding: 13px 21px;
  background: #101E26;
  color: #FFFFFF;
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  font-size: 13px;
  font-weight: 500;
  line-height: 1;
  letter-spacing: 0.01em;
  text-decoration: none;
  border: 1px solid #101E26;
  border-radius: 999px;
  -webkit-transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), gap 0.28s cubic-bezier(0.16, 1, 0.3, 1);
  transition: background 0.28s cubic-bezier(0.16, 1, 0.3, 1), border-color 0.28s cubic-bezier(0.16, 1, 0.3, 1), gap 0.28s cubic-bezier(0.16, 1, 0.3, 1);
}
.error-cta:hover,
.error-cta:focus-visible {
  background: #A7601A;
  border-color: #A7601A;
  gap: 21px;
}
.error-cta:focus-visible {
  outline: 2px solid #A7601A;
  outline-offset: 4px;
}
@media (max-width: 767px) {
  .error-section {
    padding: 55px 34px;
  }
  .error-inner {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 34px;
    text-align: left;
  }
  .error-foto {
    width: 70%;
    max-width: 260px;
  }
  .error-astro {
    -ms-grid-column-align: start;
        justify-self: start;
  }
  .error-astro img {
    width: 120px;
  }
  .error-content {
    gap: 24px;
  }
  .error-title {
    font-size: clamp(34px, 9vw, 55px);
    max-width: none;
  }
}
:root {
  --bg: #F0F2F1;
  --bg-subtle: #E3E8E8;
  --ink: #101E26;
  --ink-muted: #4A5A62;
  --ink-faint: #8C9AA0;
  --border: rgba(16, 30, 38, 0.12);
  --border-mid: rgba(16, 30, 38, 0.32);
  --dark: #0E2A33;
  --accent: #A7601A;
  --accent-br: #D2913A;
  --notice: #F3E7D7;
  --op-donker: #EAF0F1;
  --label: 11px;
  --small: 13px;
  --body: 16px;
  --lead: 21px;
  --h3: 34px;
  --h2: 55px;
  --lh-head: calc(0.92em + 4px);
  --ease: cubic-bezier(0.16, 1, 0.3, 1);
}
@-webkit-keyframes dia-vul {
  to {
    width: 100%;
  }
}
@keyframes dia-vul {
  to {
    width: 100%;
  }
}
.jvdd {
  background: var(--bg);
  color: var(--ink);
  overflow-x: hidden;
}
.jvdd a {
  color: inherit;
  text-decoration: none;
}
.jvdd p {
  max-width: none;
  color: inherit;
  font-size: inherit;
}
.jvdd p + p {
  margin-top: 0;
}
.jvdd section {
  position: relative;
}
.jvdd h1,
.jvdd h2,
.jvdd h3 {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 400;
  line-height: var(--lh-head);
  letter-spacing: -0.02em;
  color: inherit;
}
.jvdd h1 {
  font-size: clamp(55px, 7.2vw, 144px);
}
.jvdd h2 {
  font-size: clamp(34px, 4vw, var(--h2));
}
.jvdd h3 {
  font-size: var(--h3);
}
.jvdd em {
  font-style: italic;
  color: var(--accent);
}
.jvdd .lead {
  font-size: var(--lead);
  line-height: 1.618;
  color: var(--ink-muted);
  max-width: 46ch;
}
.jvdd .small {
  font-size: var(--small);
}
.jvdd .label {
  font-size: var(--label);
  line-height: 2;
  color: var(--ink-faint);
}
.jvdd .label--line {
  font-size: var(--label);
  line-height: 2;
}
.jvdd .label--ink {
  color: var(--ink);
}
.jvdd .anchors {
  position: sticky;
  top: 0;
  z-index: 40;
  background: rgba(240, 242, 241, 0.94);
  backdrop-filter: blur(8px);
  border-bottom: 1px solid transparent;
  -webkit-transition: border-color 0.28s var(--ease);
  transition: border-color 0.28s var(--ease);
}
.jvdd .anchors.is-stuck {
  border-bottom-color: var(--border);
}
.jvdd .anchors__in {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 40px;
  padding-inline: var(--col);
  gap: 34px;
}
.jvdd .anchors a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-muted);
}
.jvdd .anchors a:hover {
  color: var(--accent);
}
.jvdd .anchors .anchors__tel {
  color: var(--ink);
  margin-left: auto;
}
.jvdd .anchors__home {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 8px;
}
.jvdd .anchors__home svg {
  display: block;
}
.jvdd .mast {
  position: relative;
  padding-block: 34px 55px;
  --mast-h: calc(var(--col) * 6.25);
}
.jvdd .mast__cta {
  position: absolute;
  top: 34px;
  left: var(--col);
  z-index: 2;
  margin-top: 0;
}
.jvdd .mast__type {
  padding-left: var(--col);
  padding-right: 34px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  padding-top: calc(var(--mast-h) * 0.52 - 13px);
}
.jvdd .eyeline {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 21px;
  margin-bottom: 34px;
}
.jvdd .eyeline__rule {
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
  height: 1px;
  background: var(--border-mid);
}
.jvdd .mast h1 {
  margin-bottom: 21px;
}
.jvdd .mast__uren {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  margin-top: 34px;
  line-height: 1.9;
}
.jvdd .heel {
  white-space: nowrap;
}
.jvdd .mast__photo {
  position: relative;
  overflow: hidden;
  aspect-ratio: 0.8;
  -ms-flex-item-align: start;
      -ms-grid-row-align: start;
      align-self: start;
}
.jvdd .dia {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: var(--pos, 50% 50%);
     object-position: var(--pos, 50% 50%);
  -webkit-transform: scale(var(--zoom, 1));
          transform: scale(var(--zoom, 1));
  -webkit-transform-origin: var(--origin, 50% 0%);
          transform-origin: var(--origin, 50% 0%);
  opacity: 0;
  -webkit-transition: opacity 1.4s var(--ease);
  transition: opacity 1.4s var(--ease);
}
.jvdd .dia.is-aan {
  opacity: 1;
}
.jvdd .dia__nav {
  position: absolute;
  left: 21px;
  bottom: 13px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 8px;
  z-index: 2;
}
.jvdd .dia__nav button {
  position: relative;
  width: 34px;
  height: 24px;
  padding: 0;
  border: 0;
  background: none;
  cursor: pointer;
}
.jvdd .dia__nav button::before,
.jvdd .dia__nav button::after {
  content: "";
  position: absolute;
  left: 0;
  top: 11px;
  height: 2px;
}
.jvdd .dia__nav button::before {
  right: 0;
  background: rgba(255, 255, 255, 0.45);
}
.jvdd .dia__nav button::after {
  width: 0;
  background: #fff;
}
.jvdd .dia__nav button.is-aan::after {
  -webkit-animation: dia-vul 5.5s linear forwards;
          animation: dia-vul 5.5s linear forwards;
}
.jvdd .dia__nav button:focus-visible {
  outline: 2px solid var(--accent);
  outline-offset: 2px;
}
.jvdd .pauze .dia__nav button.is-aan::after {
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}
.jvdd .cta {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  gap: 4px;
  border-left: 2px solid var(--accent);
  padding: 13px 24px 13px 21px;
  background: rgba(255, 255, 255, 0.55);
  -webkit-transition: background 0.28s var(--ease), border-color 0.28s var(--ease);
  transition: background 0.28s var(--ease), border-color 0.28s var(--ease);
}
.jvdd .cta:hover {
  background: var(--accent);
  border-color: var(--accent);
}
.jvdd .cta:hover .label,
.jvdd .cta:hover .cta__tel {
  color: #fff;
}
.jvdd .cta__tel {
  font-family: 'Newsreader', Georgia, serif;
  font-size: var(--h3);
  line-height: 1.1;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  gap: 13px;
  -webkit-transition: color 0.28s var(--ease);
  transition: color 0.28s var(--ease);
}
.jvdd .cta__tel svg {
  -webkit-transition: -webkit-transform 0.28s var(--ease);
  transition: -webkit-transform 0.28s var(--ease);
  transition: transform 0.28s var(--ease);
  transition: transform 0.28s var(--ease), -webkit-transform 0.28s var(--ease);
}
.jvdd .cta:hover .cta__tel svg {
  -webkit-transform: translateX(6px);
          transform: translateX(6px);
}
.jvdd .sec {
  padding-block: calc(var(--col) * 1.2);
}
.jvdd .sec--subtle {
  background: var(--bg-subtle);
}
.jvdd .sec--air {
  padding-bottom: calc(var(--col) * 1.9);
}
.jvdd .sec--aansluitend {
  padding-top: calc(var(--col) * 0.7);
}
.jvdd .sec--dark {
  background: var(--dark);
  color: var(--op-donker);
}
.jvdd .sec--dark .label {
  color: rgba(234, 240, 241, 0.5);
}
.jvdd .sec--dark .lead {
  color: rgba(234, 240, 241, 0.72);
}
.jvdd .mededeling {
  background: var(--notice);
  padding-block: 24px;
  margin-top: calc(var(--col) * 0.7);
}
.jvdd .mededeling__in {
  border-left: 2px solid var(--accent);
  padding-left: 21px;
}
.jvdd .mededeling__tekst {
  font-size: var(--lead);
  line-height: 1.618;
  max-width: 60ch;
  margin-top: 4px;
}
.jvdd .mededeling__tekst a {
  color: var(--accent);
  border-bottom: 1px solid currentColor;
}
.jvdd .mededeling__tekst p + p {
  margin-top: 8px;
}
.jvdd .draad {
  border-left: 1px solid var(--border-mid);
  padding-left: 40px;
  position: relative;
}
.jvdd .vraag {
  position: relative;
  padding-block: calc(var(--col) * 0.5);
  border-bottom: 1px solid var(--border);
}
.jvdd .vraag:last-child {
  border-bottom: 0;
}
.jvdd .vraag__nr {
  position: absolute;
  left: -53px;
  -webkit-transform: translateX(-100%);
          transform: translateX(-100%);
  font-family: 'IBM Plex Mono', monospace;
  font-size: var(--label);
  letter-spacing: 0.1em;
  color: var(--ink-faint);
}
.jvdd .vraag h2 {
  font-size: clamp(21px, 2.6vw, var(--h3));
  max-width: 22ch;
}
.jvdd .vraag__antwoord {
  margin-top: 21px;
  max-width: 50ch;
  color: var(--ink-muted);
}
.jvdd .vraag__antwoord p + p {
  margin-top: 13px;
}
.jvdd .vraag__antwoord a {
  color: var(--accent);
  border-bottom: 1px solid currentColor;
}
.jvdd .kan {
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 24px;
  max-width: 52ch;
}
.jvdd .kan li {
  font-family: 'IBM Plex Mono', monospace;
  font-size: var(--small);
  letter-spacing: 0.06em;
  color: var(--ink-muted);
  padding-block: 6px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.jvdd .dieren {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 13px 1fr 13px 1fr 13px 1fr;
  grid-template-columns: repeat(4, 1fr);
  gap: 13px;
  margin-top: 34px;
}
.jvdd .dieren figure {
  position: relative;
  margin: 0;
}
.jvdd .dieren img {
  width: 100%;
  aspect-ratio: 1;
  -o-object-fit: cover;
     object-fit: cover;
  -webkit-filter: saturate(0.9);
          filter: saturate(0.9);
}
.jvdd .dieren figcaption {
  margin-top: 13px;
}
.jvdd .dieren__groot {
  -ms-grid-column-span: 2;
  grid-column: span 2;
}
.jvdd .dieren__meer {
  -ms-grid-column-span: 2;
  grid-column: span 2;
  -ms-grid-row-align: center;
      align-self: center;
  margin: 0 0 34px;
  font-family: 'Newsreader', Georgia, serif;
  font-size: var(--lead);
  line-height: 1.35;
  color: var(--ink-muted);
  max-width: 18ch;
}
.jvdd .balk__zin {
  font-family: 'Newsreader', Georgia, serif;
  font-weight: 300;
  font-size: clamp(21px, 2.6vw, var(--h3));
  line-height: calc(0.95em + 8px);
  max-width: 26ch;
  margin-top: 24px;
  color: var(--op-donker);
}
.jvdd .balk__zin em {
  color: var(--accent-br);
}
.jvdd .tel-xl {
  font-family: 'Newsreader', Georgia, serif;
  font-size: clamp(40px, 7vw, 120px);
  line-height: 0.98;
  letter-spacing: -0.03em;
  display: inline-block;
  color: #fff;
}
.jvdd .tel-xl:hover {
  color: var(--accent-br);
}
.jvdd .wacht {
  border-top: 1px solid rgba(234, 240, 241, 0.18);
  margin-top: 55px;
  padding-top: 21px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  gap: 8px 40px;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}
.jvdd .wacht a {
  color: var(--accent-br);
  font-family: 'Newsreader', Georgia, serif;
  font-size: var(--lead);
}
.jvdd .balk__klein {
  font-size: var(--small);
  color: rgba(234, 240, 241, 0.5);
  margin-top: 13px;
}
.jvdd .inzink {
  position: absolute;
  left: calc(var(--col) * 1.6);
  bottom: calc(100% - var(--col) * 1.1);
  width: min(20vw, 230px);
  z-index: 4;
  margin: 0;
}
.jvdd .inzink img {
  width: 100%;
  aspect-ratio: 0.75;
  -o-object-fit: cover;
     object-fit: cover;
  display: block;
}
.jvdd .kolom-inspring {
  padding-left: var(--col-half);
}
.jvdd .praktijk__foto {
  width: 100%;
  aspect-ratio: 0.83333333;
  -o-object-fit: cover;
     object-fit: cover;
}
.jvdd .uitrusting {
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 34px;
     -moz-column-gap: 34px;
          column-gap: 34px;
  margin-top: 24px;
}
.jvdd .uitrusting li {
  font-family: 'IBM Plex Mono', monospace;
  font-size: var(--small);
  letter-spacing: 0.06em;
  color: var(--ink-muted);
  padding-block: 8px;
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.jvdd #map {
  width: 100%;
  height: min(62vh, 620px);
  background: var(--bg-subtle);
  z-index: 1;
}
.jvdd .adres dt {
  margin-top: 24px;
}
.jvdd .adres dd {
  font-size: var(--lead);
  font-family: 'Newsreader', Georgia, serif;
  line-height: 1.3;
  margin: 0;
}
.jvdd .adres dd.adres__klein {
  font-size: var(--body);
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
  color: var(--ink-muted);
}
.jvdd .maplinks {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 24px;
  margin-top: 21px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jvdd .maplinks a {
  font-family: 'IBM Plex Mono', monospace;
  font-size: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
  border-bottom: 1px solid transparent;
  padding-bottom: 4px;
}
.jvdd .maplinks a:hover {
  border-bottom-color: var(--accent);
}
.jvdd .leaflet-container {
  font-family: 'Hanken Grotesk', system-ui, sans-serif;
}
.jvdd .leaflet-tile-pane {
  -webkit-filter: grayscale(0.92) contrast(0.92) brightness(1.06) sepia(0.12);
          filter: grayscale(0.92) contrast(0.92) brightness(1.06) sepia(0.12);
}
.jvdd .paw-pin {
  -webkit-filter: drop-shadow(0 2px 4px rgba(16, 30, 38, 0.25));
          filter: drop-shadow(0 2px 4px rgba(16, 30, 38, 0.25));
}
.jvdd .foot {
  background: var(--dark);
  color: var(--op-donker);
  padding-block: 89px 34px;
  position: relative;
}
.jvdd .foot .label {
  color: rgba(234, 240, 241, 0.45);
}
.jvdd .foot__cols {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 34px 1fr 34px 1fr;
  grid-template-columns: repeat(3, 1fr);
  gap: 34px;
}
.jvdd .foot__klein {
  font-size: var(--small);
  color: rgba(234, 240, 241, 0.55);
  margin-top: 8px;
}
.jvdd .foot__bottom {
  margin-top: 80px;
  padding-top: 21px;
  border-top: 1px solid rgba(234, 240, 241, 0.14);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  gap: 21px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.jvdd .foot__adres > span + span::before {
  content: "\00b7";
  margin-inline: 0.5em;
}
.jvdd .error-terug {
  margin-top: 40px;
  -ms-flex-item-align: start;
      align-self: flex-start;
}
.jvdd .error-terug .cta__tel {
  font-size: var(--lead);
}
.jvdd .error-bel {
  margin-top: 24px;
}
.jvdd .error-bel a {
  color: var(--accent);
  border-bottom: 1px solid currentColor;
}
.jvdd #programma .lead {
  max-width: 68ch;
}
.jvdd .jub__kop {
  padding-block: 55px 34px;
}
.jvdd .jub__kopTekst {
  padding-left: var(--col);
  padding-right: 34px;
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.jvdd .jub__kop h1 {
  font-size: clamp(48px, 6vw, 110px);
  margin-bottom: 8px;
  -ms-hyphens: manual;
      hyphens: manual;
}
.jvdd .jub__onder {
  font-family: 'Newsreader', Georgia, serif;
  font-size: var(--h3);
  font-style: italic;
  color: var(--accent);
  line-height: 1.2;
}
.jvdd .jub__namen {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 13px 21px;
  margin-top: 34px;
  font-family: 'Newsreader', Georgia, serif;
  font-size: var(--lead);
}
.jvdd .jub__namen strong {
  font-weight: 500;
}
.jvdd .jub__rol {
  font-family: 'IBM Plex Mono', monospace;
  font-size: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--ink-faint);
  margin-left: 8px;
}
.jvdd .jub__ampersand {
  color: var(--accent);
}
.jvdd .jub__wanneer {
  margin-top: 21px;
}
.jvdd .jub__kopBeeld {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}
.jvdd .jub__kopBeeld img {
  width: 100%;
  height: auto;
  display: block;
  mix-blend-mode: multiply;
}
.jvdd .jub__lijstLabel {
  display: block;
  margin-top: 55px;
  border-top: 1px solid var(--border);
  padding-top: 21px;
}
.jvdd .jub__lijst {
  list-style: none;
  -webkit-columns: 2;
     -moz-columns: 2;
          columns: 2;
  -webkit-column-gap: 40px;
     -moz-column-gap: 40px;
          column-gap: 40px;
  margin-top: 13px;
}
.jvdd .jub__lijst li {
  -webkit-column-break-inside: avoid;
     -moz-column-break-inside: avoid;
          break-inside: avoid;
}
.jvdd .jub__lijst a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  gap: 13px;
  padding-block: 5px;
  line-height: 1.5;
  border-bottom: 1px solid transparent;
  -webkit-transition: color 0.2s var(--ease);
  transition: color 0.2s var(--ease);
}
.jvdd .jub__lijst a:hover {
  color: var(--accent);
}
.jvdd .jub__lijstNr {
  font-family: 'IBM Plex Mono', monospace;
  font-size: var(--label);
  color: var(--ink-faint);
  min-width: 26px;
  font-variant-numeric: tabular-nums;
  padding-top: 3px;
}
.jvdd .jub__frag {
  scroll-margin-top: 60px;
}
.jvdd .jub__fragTitel {
  font-size: var(--h3);
  margin-bottom: 8px;
}
.jvdd .jub__meta {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
  gap: 8px 21px;
  margin-bottom: 21px;
}
.jvdd .jub__sub {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  color: var(--ink-muted);
}
.jvdd .jub__celine {
  font-family: 'IBM Plex Mono', monospace;
  font-size: var(--label);
  text-transform: uppercase;
  letter-spacing: 0.18em;
  color: var(--accent);
  border: 1px solid var(--accent);
  border-radius: 999px;
  padding: 3px 11px;
  white-space: nowrap;
}
.jvdd .jub__beeld {
  margin-bottom: 21px;
  max-width: 300px;
}
.jvdd .jub__beeld img {
  width: 100%;
  height: auto;
  display: block;
}
.jvdd .jub__tekst {
  color: var(--ink-muted);
  max-width: 62ch;
}
.jvdd .jub__tekst + .jub__tekst {
  margin-top: 16px;
}
.jvdd .jub__lied {
  margin-top: 21px;
  border-left: 2px solid var(--accent);
  padding-left: 21px;
  max-width: 58ch;
}
.jvdd .jub__liedOrigineel {
  font-family: 'Newsreader', Georgia, serif;
  font-style: italic;
  font-size: var(--lead);
  line-height: 1.5;
}
.jvdd .jub__liedVertaling {
  margin-top: 8px;
  font-size: var(--small);
  color: var(--ink-faint);
}
.jvdd .jub__zin {
  margin-top: 21px;
  font-family: 'Newsreader', Georgia, serif;
  font-size: var(--lead);
  font-style: italic;
  color: var(--accent);
  line-height: 1.4;
}
.jvdd .jub__mensen {
  display: -ms-grid;
  display: grid;
  -ms-grid-columns: 1fr 55px 1fr;
  grid-template-columns: repeat(2, 1fr);
  gap: 55px;
  margin-top: 34px;
}
.jvdd .jub__mens img {
  width: 100%;
  max-width: 260px;
  height: auto;
  display: block;
  margin-bottom: 21px;
}
.jvdd .jub__mens h2 {
  font-size: var(--h3);
  margin-bottom: 2px;
}
.jvdd .jub__mens p {
  margin-top: 13px;
  color: var(--ink-muted);
}
.jvdd .jub__slot {
  text-align: left;
}
.jvdd .jub__slotTitel {
  font-family: 'Newsreader', Georgia, serif;
  font-size: var(--h3);
  line-height: 1.2;
  margin-bottom: 8px;
}
.jvdd .jub__terug {
  margin-top: 34px;
}
.jvdd .jub__terug a {
  color: var(--accent-br);
  border-bottom: 1px solid currentColor;
  padding-bottom: 2px;
}
@media (max-width: 767px) {
  .jvdd .container {
    padding-inline: 21px;
  }
  .jvdd .grid > div:empty {
    display: none;
  }
  .jvdd #vinden {
    padding-bottom: 100px !important;
  }
  .jvdd .mast {
    padding-top: 34px;
  }
  .jvdd .mast__cta {
    position: static;
    grid-column: 1 / -1;
    margin-bottom: 21px;
    -ms-grid-row-align: start;
        align-self: start;
  }
  .jvdd .mast__uren {
    letter-spacing: 0.1em;
    line-height: 1.7;
  }
  .jvdd .mast__type {
    display: contents;
  }
  .jvdd .mast__type > * {
    grid-column: 1 / -1;
  }
  .jvdd .mast .grid {
    row-gap: 0;
  }
  .jvdd .mast__photo {
    margin-top: 34px;
    -webkit-box-ordinal-group: 2;
        -ms-flex-order: 1;
            order: 1;
  }
  .jvdd .mast__uren {
    -webkit-box-ordinal-group: 3;
        -ms-flex-order: 2;
            order: 2;
  }
  .jvdd .dia {
    -o-object-position: var(--pos-m, var(--pos));
       object-position: var(--pos-m, var(--pos));
    -webkit-transform: none;
            transform: none;
  }
  .jvdd .dia__nav {
    left: 13px;
    bottom: 8px;
  }
  .jvdd .anchors__in {
    padding-inline: 21px;
    gap: 13px;
  }
  .jvdd .anchors a:not(.anchors__tel):not(.anchors__home) {
    display: none;
  }
  .jvdd .anchors {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    -webkit-transform: translateY(-100%);
            transform: translateY(-100%);
    opacity: 0;
    pointer-events: none;
    -webkit-transition: opacity 0.32s var(--ease), border-color 0.28s var(--ease), -webkit-transform 0.32s var(--ease);
    transition: opacity 0.32s var(--ease), border-color 0.28s var(--ease), -webkit-transform 0.32s var(--ease);
    transition: transform 0.32s var(--ease), opacity 0.32s var(--ease), border-color 0.28s var(--ease);
    transition: transform 0.32s var(--ease), opacity 0.32s var(--ease), border-color 0.28s var(--ease), -webkit-transform 0.32s var(--ease);
  }
  .jvdd .anchors.is-zichtbaar {
    -webkit-transform: none;
            transform: none;
    opacity: 1;
    pointer-events: auto;
  }
  .jvdd #map {
    -ms-touch-action: pan-y;
        touch-action: pan-y;
  }
  .jvdd .kolom-inspring {
    padding-left: 0 !important;
  }
  .jvdd .uitrusting {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .jvdd .draad {
    padding-left: 21px;
  }
  .jvdd .vraag__nr {
    position: static;
    -webkit-transform: none;
            transform: none;
    display: block;
    margin-bottom: 8px;
  }
  .jvdd .kan {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .jvdd .dieren {
    -ms-grid-columns: (1fr)[2];
    grid-template-columns: repeat(2, 1fr);
  }
  .jvdd .foot__cols {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
  }
  .jvdd .foot__bottom {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    gap: 13px;
  }
  .jvdd .foot__adres > span {
    display: block;
  }
  .jvdd .foot__adres > span + span::before {
    content: none;
    margin-inline: 0;
  }
  .jvdd .inzink {
    left: 21px;
    right: auto;
    width: 110px;
    bottom: calc(100% - 44px);
  }
  .jvdd .sec {
    padding-block: 55px;
  }
  .jvdd .sec--air {
    padding-bottom: 150px;
  }
  .jvdd .sec--aansluitend {
    padding-top: 34px;
  }
  .jvdd .jub__kop {
    padding-block: 34px 21px;
  }
  .jvdd .jub__kopTekst {
    padding-inline: 0;
  }
  .jvdd .jub__kopBeeld {
    margin-top: 34px;
  }
  .jvdd .jub__namen {
    display: block;
  }
  .jvdd .jub__namen > span + span {
    margin-top: 8px;
    display: block;
  }
  .jvdd .jub__namen > span.jub__ampersand {
    display: none;
  }
  .jvdd .jub__lijst {
    -webkit-columns: 1;
       -moz-columns: 1;
            columns: 1;
  }
  .jvdd .jub__beeld {
    max-width: 220px;
  }
  .jvdd .jub__mensen {
    -ms-grid-columns: 1fr;
    grid-template-columns: 1fr;
    gap: 40px;
  }
}
