.pb-touch-target {
  display: inline-flex;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  justify-content: center;
}

.pb-cookie-preferences {
  color: var(--color-muted);
  cursor: pointer;
  font-size: 12px;
  font-style: inherit;
  font-width: inherit;
  font-family: inherit;
  font-weight: 600;
  line-height: inherit;
  padding: 0px;
  font-kerning: inherit;
  background-clip: border-box;
  background-size: auto;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  font-size-adjust: inherit;
  background-color: transparent;
  background-image: none;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  font-variant-caps: inherit;
  background-origin: padding-box;
  background-repeat: repeat;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  font-optical-sizing: inherit;
  font-variant-numeric: inherit;
  text-decoration-line: underline;
  background-position-x: 0px;
  background-position-y: 0px;
  font-feature-settings: inherit;
  font-variant-position: inherit;
  text-decoration-color: currentcolor;
  text-decoration-style: solid;
  text-underline-offset: 3px;
  background-attachment: scroll;
  font-variant-east-asian: inherit;
  font-variant-ligatures: inherit;
  font-variant-alternates: inherit;
  font-variation-settings: inherit;
  text-decoration-thickness: auto;
}

.pb-cookie-preferences--footer {
  color: var(--color-text-2);
  font-size: 14px;
  font-family: var(--font-body-2);
  font-weight: 400;
  text-decoration-line: none;
  text-decoration-color: currentcolor;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
}

.pb-footer-links {
  row-gap: 32px;
  display: grid;
  column-gap: 32px;
  margin-bottom: 48px;
  grid-template-columns: 1.4fr 1fr 1fr 1fr 1fr;
}

@media (width <= 768px) {
  .pb-footer-links {
  row-gap: 24px;
  column-gap: 24px;
  margin-bottom: 32px;
  grid-template-columns: 1fr 1fr;
  }
}

@media (width <= 480px) {
  .pb-footer-links {
  grid-template-columns: 1fr;
  }
}

.pb-footer-inner {
  max-width: 1200px;
  box-sizing: border-box;
  padding-inline: var(--section-padding-x);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

.pb-skip-link {
  top: 8px;
  left: var(--section-padding-x);
  color: var(--color-paper);
  z-index: 200;
  font-size: 14px;
  position: absolute;
  transform: translateY(-120%);
  background: var(--color-ink);
  font-family: var(--font-body-2);
  font-weight: 600;
  padding: 10px 16px;
  transition: transform var(--motion-fast) var(--ease-out);
  border-radius: var(--radius-sm);
}

.pb-nav__menu-btn {
  border: 2px solid var(--color-ink);
  cursor: pointer;
  display: none;
  min-width: 44px;
  min-height: 44px;
  align-items: center;
  background: var(--color-paper);
  padding: 0px;
  border-radius: var(--radius-sm);
  justify-content: center;
}

@media (width <= 900px) {
  .pb-nav__menu-btn {
  display: inline-flex;
  }
}

.pb-nav__desktop {
  row-gap: 0px;
  display: flex;
  flex-grow: 1;
  min-width: 0px;
  column-gap: 0px;
  flex-basis: 0%;
  align-items: center;
  flex-shrink: 1;
  justify-content: flex-end;
}

@media (width <= 900px) {
  .pb-nav__desktop {
  display: none;
  }
}

@media (width <= 900px) {
  .pb-hero-split__accent-bleed {
  display: none;
  }
}

.pb-hero-title {
  font-size: clamp(2.5rem, 8vw, 4.875rem);
  font-family: var(--font-display-2);
  font-weight: 800;
  line-height: 0.98;
  letter-spacing: -0.025em;
}

.pb-float {
  will-change: transform;
  animation-name: pb-float;
  animation-delay: 0s;
  animation-duration: 5.5s;
  animation-fill-mode: none;
  animation-range-end: normal;
  animation-timeline: auto;
  animation-direction: normal;
  animation-play-state: running;
  animation-range-start: normal;
  animation-iteration-count: infinite;
  animation-timing-function: cubic-bezier(0.45, 0, 0.55, 1);
}

@media (prefers-reduced-motion: reduce) {
  .pb-float {
  animation-name: none;
  animation-delay: 0s;
  animation-duration: auto;
  animation-fill-mode: none;
  animation-range-end: normal;
  animation-timeline: auto;
  animation-direction: normal;
  animation-play-state: running;
  animation-range-start: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  }
}

.pb-float--slow {
  animation-duration: 7.2s;
}

.pb-hero-split__copy {
  padding: 88px 64px;
}

@media (width <= 900px) {
  .pb-hero-split__copy {
  padding: 48px var(--section-padding-x);
  border-bottom: 2px solid var(--color-ink);
  border-right-color: currentcolor !important;
  border-right-style: none !important;
  border-right-width: medium !important;
  }
}

@media (width <= 768px) {
  .pb-hero-split__copy {
  padding: 40px var(--section-padding-x);
  }
}

.pb-hero-split__hello-pill {
  border: var(--border-hard);
  display: inline-block;
  font-size: 18px;
  box-shadow: 3px 3px 0 var(--color-ink);
  background: var(--color-green);
  font-family: var(--font-display-2);
  font-weight: 800;
  padding: 10px 22px;
  border-radius: var(--radius-pill);
}

.pb-hero-split__deco {
  z-index: 2;
  position: absolute;
  pointer-events: none;
}

.pb-hero-split__deco--hello {
  top: 0px;
  left: 0px;
  z-index: 4;
  transform: rotate(-12deg);
  transform-origin-x: 50%;
  transform-origin-y: center;
  transform-origin-z: 0px;
}

.pb-hero-split__deco--sparkle-lg {
  top: 2%;
  right: 2%;
}

.pb-float--fast {
  animation-duration: 4s;
}

.pb-hero-split__deco--sparkle-sm {
  top: 16%;
  right: 14%;
}

.pb-hero-split__deco--bolt {
  top: 38%;
  left: -2%;
  transform: rotate(-8deg);
}

.pb-hero-split__deco--plus-dark {
  left: 8%;
  bottom: 32%;
  transform: rotate(12deg);
}

.pb-hero-split__deco--plus-pink {
  top: 58%;
  right: 6%;
  transform: rotate(-14deg);
}

.pb-hero-split__deco--smiley {
  right: 0px;
  bottom: 22%;
  transform: rotate(8deg);
}

.pb-hero-split__deco--mascot {
  top: 46%;
  left: 50%;
  z-index: 1;
  transform: translate(-50%, -50%);
}

@media (width <= 900px) {
  .pb-hero-split__deco--mascot {
  transform: translate(-50%, -50%) scale(0.85);
  }
}

.pb-hero-split__scene {
  width: min(100%, 400px);
  height: 100%;
  position: relative;
  min-height: 480px;
}

@media (width <= 900px) {
  .pb-hero-split__scene {
  max-width: 340px;
  min-height: 400px;
  }
}

@media (width <= 768px) {
  .pb-hero-split__scene {
  max-width: 300px;
  min-height: 320px;
  }
}

.pb-hero-split__visual {
  display: flex;
  position: relative;
  min-height: 620px;
  overflow-x: visible;
  overflow-y: visible;
  align-items: center;
  padding: 56px 40px 48px;
  justify-content: center;
}

@media (width <= 900px) {
  .pb-hero-split__visual {
  padding: 40px var(--section-padding-x) 48px;
  min-height: 440px;
  }
}

@media (width <= 768px) {
  .pb-hero-split__visual {
  padding: 32px var(--section-padding-x) 40px;
  min-height: 360px;
  }
}

.pb-hero-split {
  display: grid;
  min-height: 620px;
  grid-template-columns: 1.15fr 1fr;
}

@media (width <= 900px) {
  .pb-hero-split {
  min-height: auto;
  grid-template-columns: 1fr;
  }
}

@media (width <= 900px) {
  .pb-not-found-card {
  min-height: 180px !important;
  }
}

@media (width <= 900px) {
  .pb-not-found-links {
  grid-template-columns: 1fr !important;
  }
}

.pb-breadcrumb__link {
  color: var(--color-muted);
  row-gap: 7px;
  display: inline-flex;
  column-gap: 7px;
  align-items: center;
  font-weight: 500;
  padding: 7px 13px;
  transition: color var(--motion-base) var(--ease-out), background-color var(--motion-base) var(--ease-out), border-color var(--motion-base) var(--ease-out), transform var(--motion-base) var(--ease-out);
  border-radius: var(--radius-pill);
  border-top-color: rgba(0, 0, 0, 0);
  border-top-style: solid;
  border-top-width: 1.5px;
  border-left-color: rgba(0, 0, 0, 0);
  border-left-style: solid;
  border-left-width: 1.5px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(0, 0, 0, 0);
  border-right-style: solid;
  border-right-width: 1.5px;
  border-bottom-color: rgba(0, 0, 0, 0);
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  text-decoration-line: none;
  text-decoration-color: currentcolor;
  text-decoration-style: solid;
  text-decoration-thickness: auto;
}

.pb-breadcrumb__item {
  display: inline-flex;
  align-items: center;
}

.pb-breadcrumb__sep {
  color: var(--color-muted);
  opacity: 0.55;
  margin: 0px 2px;
  flex-shrink: 0;
  transition: transform var(--motion-base) var(--ease-out), opacity var(--motion-base) var(--ease-out);
}

.pb-breadcrumb__current {
  color: var(--color-ink);
  display: inline-flex;
  align-items: center;
  background: var(--color-mist);
  font-weight: 700;
  padding: 7px 15px;
  border-radius: var(--radius-pill);
  border-top-color: rgba(10, 10, 10, 0.08);
  border-top-style: solid;
  border-top-width: 1.5px;
  border-left-color: rgba(10, 10, 10, 0.08);
  border-left-style: solid;
  border-left-width: 1.5px;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(10, 10, 10, 0.08);
  border-right-style: solid;
  border-right-width: 1.5px;
  border-bottom-color: rgba(10, 10, 10, 0.08);
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
}

.pb-breadcrumb__list {
  row-gap: 1px;
  display: flex;
  flex-wrap: wrap;
  font-size: 13px;
  column-gap: 1px;
  margin: 0px;
  align-items: center;
  font-family: var(--font-body-2);
  padding: 0px;
  list-style-type: none;
  list-style-image: none;
  list-style-position: outside;
}

.pb-breadcrumb {
  padding: 18px var(--section-padding-x) 12px;
  max-width: 1280px;
  margin: 0px auto;
}

.pb-page-header__title {
  color: var(--color-ink);
  font-size: clamp(2.5rem, 7vw, 5.25rem);
  margin: 0px;
  font-family: var(--font-display-2);
  font-weight: 900;
  line-height: 0.95;
  text-wrap-mode: wrap;
  letter-spacing: -0.03em;
  text-wrap-style: balance;
}

.pb-tag--wrap {
  max-width: 100%;
  text-align: left;
  text-wrap-mode: wrap !important;
  white-space-collapse: collapse !important;
}

.pb-page-header__subtitle {
  color: var(--color-ink);
  font-size: 17px;
  margin: 0px;
  font-family: var(--font-body-2);
  line-height: 1.55;
  text-wrap-mode: wrap;
  text-wrap-style: pretty;
}

.pb-page-header__grid {
  row-gap: 48px;
  display: grid;
  padding: 56px var(--section-padding-x) 48px;
  max-width: 1280px;
  position: relative;
  column-gap: 48px;
  margin: 0px auto;
  align-items: end;
  grid-template-columns: 1.4fr 1fr;
}

@media (width <= 900px) {
  .pb-page-header__grid {
  row-gap: 24px;
  column-gap: 24px;
  padding-top: 40px;
  padding-bottom: 32px;
  grid-template-columns: 1fr;
  }
}

.pb-pulse-dot {
  animation-name: pb-pulse-dot;
  animation-delay: 0s;
  animation-duration: 1.6s;
  animation-fill-mode: none;
  animation-range-end: normal;
  animation-timeline: auto;
  animation-direction: normal;
  animation-play-state: running;
  animation-range-start: normal;
  animation-iteration-count: infinite;
  animation-timing-function: ease-in-out;
}

@media (prefers-reduced-motion: reduce) {
  .pb-pulse-dot {
  animation-name: none;
  animation-delay: 0s;
  animation-duration: auto;
  animation-fill-mode: none;
  animation-range-end: normal;
  animation-timeline: auto;
  animation-direction: normal;
  animation-play-state: running;
  animation-range-start: normal;
  animation-iteration-count: 1;
  animation-timing-function: ease;
  }
}

.pb-content-shell {
  max-width: var(--content-max);
  box-sizing: border-box;
  padding-inline: var(--section-padding-x);
  margin-inline-end: auto;
  margin-inline-start: auto;
}

.pb-content-inset {
  padding-block: var(--content-inset-block);
}

.pb-form-input {
  transition: border-color var(--motion-base) var(--ease-out), box-shadow var(--motion-base) var(--ease-out);
}

.pb-grid-2-form {
  row-gap: 20px;
  display: grid;
  column-gap: 20px;
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
}

.pb-grid-contact {
  row-gap: 32px;
  display: grid;
  column-gap: 32px;
  align-items: start;
  grid-template-columns: minmax(0px, 1.3fr) minmax(0px, 1fr);
}

.pb-grid-2 {
  gap: var(--grid-gap);
  display: grid;
  grid-template-columns: repeat(2, minmax(0px, 1fr));
}

.pb-cta-band__copy {
  flex-grow: 1;
  min-width: 0px;
  flex-basis: auto;
  flex-shrink: 1;
}

@media (width <= 768px) {
  .pb-cta-band__copy {
  width: 100%;
  flex-grow: 1;
  flex-basis: auto;
  flex-shrink: 1;
  }
}

.pb-cta-band__actions {
  row-gap: 12px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 12px;
  align-items: center;
}

@media (width <= 768px) {
  .pb-cta-band__actions {
  width: 100%;
  flex-direction: column;
  }
}

.pb-callout-strip {
  transition: background var(--motion-fast) var(--ease-out);
}

.pb-cta-band {
  row-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  box-sizing: border-box;
  column-gap: 16px;
  align-items: center;
  justify-content: space-between;
}

@media (width <= 768px) {
  .pb-cta-band {
  align-items: stretch;
  flex-direction: column;
  }
}

.pb-grid-3 {
  display: flex;
  flex-direction: row;
}

.pb-page-header__footer {
  padding: 0 var(--section-padding-x) 40px;
  max-width: 1280px;
  margin: -8px auto 0px;
}

@media (width <= 900px) {
  .pb-page-header__footer {
  margin-top: 0px;
  padding-bottom: 32px;
  }
}

.pb-trip-pick {
  color: inherit;
  width: 100%;
  cursor: pointer;
  display: flex;
  font-size: inherit;
  font-style: inherit;
  font-width: inherit;
  overflow-x: hidden;
  overflow-y: hidden;
  text-align: left;
  align-items: center;
  font-family: inherit;
  font-weight: inherit;
  line-height: inherit;
  padding: 0px;
  transition: border-color var(--motion-base) var(--ease-out), box-shadow var(--motion-base) var(--ease-out), transform var(--motion-base) var(--ease-out);
  font-kerning: inherit;
  flex-direction: column;
  background-clip: border-box;
  background-size: auto;
  border-top-color: rgba(10, 10, 10, 0.14);
  border-top-style: solid;
  border-top-width: 2px;
  font-size-adjust: inherit;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  background-image: none;
  border-left-color: rgba(10, 10, 10, 0.14);
  border-left-style: solid;
  border-left-width: 2px;
  font-variant-caps: inherit;
  background-origin: padding-box;
  background-repeat: repeat;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(10, 10, 10, 0.14);
  border-right-style: solid;
  border-right-width: 2px;
  border-bottom-color: rgba(10, 10, 10, 0.14);
  border-bottom-style: solid;
  border-bottom-width: 2px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  font-optical-sizing: inherit;
  font-variant-numeric: inherit;
  background-position-x: 0%;
  background-position-y: 0%;
  border-top-left-radius: 20px;
  font-feature-settings: inherit;
  font-variant-position: inherit;
  background-attachment: scroll;
  border-top-right-radius: 20px;
  font-variant-east-asian: inherit;
  font-variant-ligatures: inherit;
  font-variant-alternates: inherit;
  font-variation-settings: inherit;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (width <= 768px) {
  .pb-trip-pick {
  align-items: stretch;
  flex-direction: row;
  }
}

.pb-grid-4 {
  gap: var(--grid-gap);
  display: grid;
  grid-template-columns: repeat(4, minmax(0px, 1fr));
}

.pb-stepper-btn {
  transition: background var(--motion-fast) var(--ease-out), transform var(--motion-fast) var(--ease-out);
}

.pb-pay-bar__fill {
  top: 0px;
  left: 0px;
  right: 0px;
  width: var(--pay-fill,20%);
  bottom: 0px;
  position: absolute;
  background: var(--color-ink);
  transition: width var(--motion-slow) var(--ease-out);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.pb-pay-bar {
  height: 8px;
  position: relative;
  overflow-x: hidden;
  overflow-y: hidden;
  background-clip: border-box;
  background-size: auto;
  border-top-color: rgba(10, 10, 10, 0.16);
  border-top-style: solid;
  border-top-width: 1.5px;
  background-color: rgba(10, 10, 10, 0.08);
  background-image: none;
  border-left-color: rgba(10, 10, 10, 0.16);
  border-left-style: solid;
  border-left-width: 1.5px;
  background-origin: padding-box;
  background-repeat: repeat;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(10, 10, 10, 0.16);
  border-right-style: solid;
  border-right-width: 1.5px;
  border-bottom-color: rgba(10, 10, 10, 0.16);
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  background-position-x: 0%;
  background-position-y: 0%;
  border-top-left-radius: 999px;
  background-attachment: scroll;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

@media (width <= 768px) {
  .pb-form-footer__submit {
  width: 100%;
  }
}

@media (width <= 768px) {
  .pb-form-footer__caption {
  text-align: center !important;
  }
}

@media (width <= 768px) {
  .pb-form-footer__cta {
  width: 100%;
  align-items: center !important;
  }
}

.pb-form-footer {
  row-gap: 16px;
  display: flex;
  flex-wrap: wrap;
  column-gap: 16px;
  align-items: center;
  justify-content: space-between;
}

@media (width <= 768px) {
  .pb-form-footer {
  align-items: stretch;
  flex-direction: column;
  }
}

@media (width <= 768px) {
  .pb-aanmeld-form {
  padding: 24px !important;
  }
}

.pb-pillar-index {
  top: 26px;
  color: rgba(10, 10, 10, 0.22);
  right: 28px;
  font-size: 13px;
  position: absolute;
  font-family: var(--font-display-2);
  font-weight: 700;
  letter-spacing: 0.02em;
}

@media (width <= 768px) {
  .pb-pillar-index {
  top: 20px;
  right: 22px;
  }
}

.pb-section {
  box-sizing: border-box;
  padding-block: var(--section-padding-y);
  padding-inline: var(--section-padding-x);
}

.pb-bezel-inner {
  border: 2px solid var(--color-ink);
  box-shadow: rgba(255, 255, 255, 0.5) 0px 1px 1px inset;
  overflow-x: hidden;
  overflow-y: hidden;
  border-top-left-radius: calc(-6px + 2rem);
  border-top-right-radius: calc(-6px + 2rem);
  border-bottom-left-radius: calc(-6px + 2rem);
  border-bottom-right-radius: calc(-6px + 2rem);
}

.pb-bezel-outer {
  padding: 10px;
  background-clip: border-box;
  background-size: auto;
  border-top-color: rgba(10, 10, 10, 0.1);
  border-top-style: solid;
  border-top-width: 1.5px;
  background-color: rgba(10, 10, 10, 0.04);
  background-image: none;
  border-left-color: rgba(10, 10, 10, 0.1);
  border-left-style: solid;
  border-left-width: 1.5px;
  background-origin: padding-box;
  background-repeat: repeat;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(10, 10, 10, 0.1);
  border-right-style: solid;
  border-right-width: 1.5px;
  border-bottom-color: rgba(10, 10, 10, 0.1);
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  background-position-x: 0%;
  background-position-y: 0%;
  border-top-left-radius: 2rem;
  background-attachment: scroll;
  border-top-right-radius: 2rem;
  border-bottom-left-radius: 2rem;
  border-bottom-right-radius: 2rem;
}

.pb-split-2--equal {
  display: flex;
  grid-template-columns: 1fr 1fr;
}

.pb-split-2 {
  gap: var(--grid-gap);
  display: grid;
  align-items: stretch;
  grid-template-columns: 1.2fr 1fr;
}

.pb-hero-trust__avatar {
  width: 30px;
  border: 2px solid var(--color-ink);
  height: 30px;
  display: flex;
  font-size: 12px;
  align-items: center;
  font-family: var(--font-display-2);
  font-weight: 800;
  margin-left: -10px;
  background-size: cover;
  justify-content: center;
  background-position-x: 50%;
  background-position-y: center;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.pb-hero-trust__avatars {
  display: flex;
  align-items: center;
  flex-shrink: 0;
}

.pb-hero-trust {
  row-gap: 14px;
  display: inline-flex;
  column-gap: 14px;
  align-items: center;
  padding: 8px 20px 8px 8px;
  border-radius: var(--radius-pill);
  background-clip: border-box;
  background-size: auto;
  border-top-color: rgba(10, 10, 10, 0.12);
  border-top-style: solid;
  border-top-width: 1.5px;
  background-color: rgba(255, 255, 255, 0.5);
  background-image: none;
  border-left-color: rgba(10, 10, 10, 0.12);
  border-left-style: solid;
  border-left-width: 1.5px;
  background-origin: padding-box;
  background-repeat: repeat;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(10, 10, 10, 0.12);
  border-right-style: solid;
  border-right-width: 1.5px;
  border-bottom-color: rgba(10, 10, 10, 0.12);
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  background-position-x: 0%;
  background-position-y: 0%;
  -webkit-backdrop-filter: blur(8px);
  background-attachment: scroll;
}

.pb-page-meta {
  row-gap: 16px;
  display: flex;
  column-gap: 16px;
  flex-direction: column;
  padding-block-end: 32px;
  padding-block-start: 24px;
}

.pb-section-heading__main {
  flex-grow: 1;
  min-width: 0px;
  flex-basis: auto;
  flex-shrink: 1;
}

.pb-section-heading__cta {
  row-gap: 8px;
  display: flex;
  flex-wrap: wrap;
  min-width: 0px;
  column-gap: 8px;
  align-items: center;
  flex-shrink: 1;
}

@media (width <= 768px) {
  .pb-section-heading__cta {
  width: 100%;
  }
}

.pb-section-heading {
  row-gap: 32px;
  display: flex;
  column-gap: 32px;
  align-items: flex-end;
  justify-content: space-between;
}

@media (width <= 768px) {
  .pb-section-heading {
  row-gap: 20px;
  column-gap: 20px;
  align-items: stretch;
  flex-direction: column;
  }
}

.pb-media-zoom {
  overflow-x: hidden;
  overflow-y: hidden;
}

.pb-price-table-card__row {
  row-gap: 12px;
  display: flex;
  font-size: 14px;
  column-gap: 12px;
  font-family: var(--font-body-2);
  padding: 6px 0px;
  border-bottom: 1px solid var(--color-hairline);
  justify-content: space-between;
}

.pb-price-table-card {
  border: var(--border-hard);
  background: var(--color-paper);
  padding: 16px;
  border-radius: var(--radius-md);
}

.pb-price-table-cards {
  row-gap: 12px;
  display: none;
  column-gap: 12px;
  flex-direction: column;
}

@media (width <= 768px) {
  .pb-price-table-cards {
  display: flex;
  }
}

.pb-price-table-scroll {
  overflow-x: auto;
}

@media (width <= 768px) {
  .pb-price-table-scroll {
  display: none;
  }
}

.pb-section-nav-link__bg {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  position: absolute;
  background: var(--color-ink);
  border-top-left-radius: 12px;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
}

.pb-section-nav-link__label {
  z-index: 1;
  position: relative;
}

.pb-section-nav-link {
  color: var(--color-ink);
  display: block;
  font-size: 14px;
  position: relative;
  margin-top: 2px;
  overflow-x: hidden;
  overflow-y: hidden;
  font-family: var(--font-body-2);
  font-weight: 600;
  padding: 10px 14px;
  transition: background var(--motion-fast) var(--ease-out);
  text-decoration-line: none;
  border-top-left-radius: 12px;
  text-decoration-color: currentcolor;
  text-decoration-style: solid;
  border-top-right-radius: 12px;
  border-bottom-left-radius: 12px;
  border-bottom-right-radius: 12px;
  text-decoration-thickness: auto;
}

.pb-section-nav-sidebar {
  top: calc(var(--sticky-offset, 96px) + 16px);
  z-index: 5;
  position: sticky;
  align-self: start;
}

.pb-split-2--wide-left {
  grid-template-columns: 1.3fr 1fr;
}

.pb-section-nav-layout {
  row-gap: 48px;
  display: grid;
  max-width: 1280px;
  column-gap: 48px;
  margin: 0px auto;
  align-items: start;
  grid-template-columns: 260px minmax(0px, 1fr);
}

@media (width <= 900px) {
  .pb-section-nav-layout {
  row-gap: 24px;
  column-gap: 24px;
  grid-template-columns: minmax(0px, 1fr);
  }
}

.pb-section-nav-band {
  padding: var(--section-nav-band-top) var(--section-padding-x) var(--section-nav-band-bottom);
  box-sizing: border-box;
}

.pb-hero-split__quote-text {
  color: var(--color-ink);
  font-size: 18px;
  font-style: italic;
  margin: 0px;
  font-family: var(--font-script-2);
  line-height: 1.15;
}

.pb-hero-split__quote-byline {
  color: var(--color-muted);
  font-size: 11px;
  margin: 6px 0px 0px;
  font-family: var(--font-body-2);
}

.pb-hero-split__quote-card {
  border: var(--border-hard);
  box-shadow: 4px 4px 0 var(--color-ink);
  transform: rotate(-2deg);
  background: var(--color-paper);
  padding: 12px 16px;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.pb-hero-split__deco--quote {
  left: 0px;
  bottom: 0px;
  z-index: 4;
  max-width: 220px;
  pointer-events: auto;
}

.pb-pillar-badge {
  width: 52px;
  border: 2px solid var(--color-ink);
  height: 52px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  border-top-left-radius: 16px;
  border-top-right-radius: 16px;
  border-bottom-left-radius: 16px;
  border-bottom-right-radius: 16px;
}

.pb-section--tight {
  padding-block: calc(var(--section-padding-y) * .67);
}

.pb-glass-orb {
  filter: blur(64px);
  position: absolute;
  pointer-events: none;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.pb-display-lg {
  font-size: clamp(2rem, 8vw, 3.5rem);
  font-family: var(--font-display-2);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.pb-display-md {
  font-size: clamp(1.75rem, 6vw, 4.5rem);
  font-family: var(--font-display-2);
  font-weight: 800;
  line-height: 1;
  letter-spacing: -0.02em;
}

.pb-glass-card {
  display: flex;
  flex-wrap: wrap;
  position: relative;
  flex-direction: column;
  background-clip: border-box;
  background-size: auto;
  border-top-color: rgba(255, 255, 255, 0.16);
  border-top-style: solid;
  border-top-width: 1px;
  background-color: rgba(255, 255, 255, 0.07);
  background-image: none;
  border-left-color: rgba(255, 255, 255, 0.16);
  border-left-style: solid;
  border-left-width: 1px;
  background-origin: padding-box;
  background-repeat: repeat;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(255, 255, 255, 0.16);
  border-right-style: solid;
  border-right-width: 1px;
  border-bottom-color: rgba(255, 255, 255, 0.16);
  border-bottom-style: solid;
  border-bottom-width: 1px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  background-position-x: 0%;
  background-position-y: 0%;
  -webkit-backdrop-filter: blur(24px);
  background-attachment: scroll;
}

.pb-mascot-wrap {
  width: min(100%, var(--mascot-w,320px));
  max-width: 100%;
  margin-inline-end: auto;
  margin-inline-start: auto;
}

.pb-split-visual {
  min-width: 0px;
  align-self: stretch;
  box-sizing: border-box;
}

@media (width <= 768px) {
  .pb-split-visual {
  border-bottom: var(--border-hard);
  border-right-color: currentcolor !important;
  border-right-style: none !important;
  border-right-width: medium !important;
  }
}

.pb-split-panel {
  padding: clamp(24px, 5vw, 56px) var(--section-padding-x);
  min-width: 0px;
  box-sizing: border-box;
}

.pb-split-2--wide-right {
  grid-template-columns: 1fr 1.2fr;
}

.pb-split-aside {
  min-width: 0px;
  box-sizing: border-box;
}

@media (width <= 768px) {
  .pb-split-aside {
  border-top: var(--border-hard);
  border-left-color: currentcolor !important;
  border-left-style: none !important;
  border-left-width: medium !important;
  }
}

.pb-count-tile {
  box-shadow: rgba(255, 255, 255, 0.16) 0px 1px 1px inset;
  background-clip: border-box;
  background-size: auto;
  border-top-color: rgba(255, 255, 255, 0.22);
  border-top-style: solid;
  border-top-width: 1.5px;
  background-color: rgba(255, 255, 255, 0.08);
  background-image: none;
  border-left-color: rgba(255, 255, 255, 0.22);
  border-left-style: solid;
  border-left-width: 1.5px;
  background-origin: padding-box;
  background-repeat: repeat;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: rgba(255, 255, 255, 0.22);
  border-right-style: solid;
  border-right-width: 1.5px;
  border-bottom-color: rgba(255, 255, 255, 0.22);
  border-bottom-style: solid;
  border-bottom-width: 1.5px;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  background-position-x: 0%;
  background-position-y: 0%;
  -webkit-backdrop-filter: blur(14px);
  background-attachment: scroll;
}

.pb-reviews-bento__feature {
  grid-row-end: auto;
  grid-row-start: span 2;
}

@media (width <= 560px) {
  .pb-reviews-bento__feature {
  grid-row-end: auto;
  grid-row-start: auto;
  }
}

.pb-reviews-bento {
  gap: var(--grid-gap);
  display: grid;
  grid-auto-rows: 1fr;
  grid-template-columns: repeat(3, 1fr);
}

@media (width <= 900px) {
  .pb-reviews-bento {
  grid-template-columns: repeat(2, 1fr);
  }
}

@media (width <= 560px) {
  .pb-reviews-bento {
  grid-auto-rows: auto;
  grid-template-columns: 1fr;
  }
}

.pb-founder-collage__photo {
  border: 2px solid var(--color-ink);
  position: absolute;
  overflow-x: hidden;
  overflow-y: hidden;
  transition: transform var(--motion-base) var(--ease-out), box-shadow var(--motion-base) var(--ease-out);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

@media (width <= 768px) {
  .pb-founder-collage__photo {
  width: 100% !important;
  height: 220px !important;
  position: static;
  transform: none !important;
  }
}

.pb-founder-collage__photo--back {
  top: 0px;
  left: 0px;
  width: 76%;
  height: 300px;
  z-index: 1;
  transform: rotate(-3deg);
}

.pb-founder-collage__photo--front {
  right: -8px;
  width: 58%;
  bottom: -24px;
  height: 240px;
  z-index: 2;
  transform: rotate(3deg);
  border-top-width: 3px;
  border-left-width: 3px;
  border-right-width: 3px;
  border-bottom-width: 3px;
}

.pb-founder-collage__badge {
  top: 18px;
  right: -10px;
  border: 2px solid var(--color-ink);
  row-gap: 8px;
  z-index: 3;
  display: inline-flex;
  font-size: 13px;
  position: absolute;
  column-gap: 8px;
  transform: rotate(4deg);
  align-items: center;
  font-family: var(--font-body-2);
  font-weight: 700;
  padding: 8px 16px 8px 10px;
  background-clip: border-box;
  background-size: auto;
  background-color: rgb(255, 255, 255);
  background-image: none;
  background-origin: padding-box;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  border-top-left-radius: 999px;
  background-attachment: scroll;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

@media (width <= 768px) {
  .pb-founder-collage__badge {
  position: static;
  align-self: flex-start;
  transform: none;
  }
}

.pb-founder-collage {
  position: relative;
  min-height: 420px;
}

@media (width <= 768px) {
  .pb-founder-collage {
  row-gap: 16px;
  display: flex;
  column-gap: 16px;
  margin-top: 32px;
  min-height: 0px;
  flex-direction: column;
  }
}

.pb-verhaal-node {
  width: clamp(40px, 5.2vw, 56px);
  border: 2px solid var(--color-ink);
  height: clamp(40px, 5.2vw, 56px);
  z-index: 1;
  display: flex;
  position: relative;
  align-items: center;
  flex-shrink: 0;
  background-clip: border-box;
  background-size: auto;
  justify-content: center;
  background-color: rgb(255, 255, 255);
  background-image: none;
  background-origin: padding-box;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  border-top-left-radius: 999px;
  background-attachment: scroll;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.pb-verhaal-card__title {
  font-size: clamp(1.05rem, 2.2vw, 1.4rem);
  font-family: var(--font-display-2);
  font-weight: 800;
  line-height: 1.2;
  margin-bottom: 8px;
  text-wrap-mode: wrap;
  letter-spacing: -0.015em;
  text-wrap-style: pretty;
}

.pb-verhaal-card__desc {
  color: var(--color-text-2);
  font-size: 15px;
  font-family: var(--font-body-2);
  line-height: 1.6;
  text-wrap-mode: wrap;
  text-wrap-style: pretty;
}

.pb-verhaal-card {
  border: 2px solid var(--color-ink);
  padding: clamp(18px, 3vw, 28px) clamp(18px, 3.4vw, 32px);
  transition: transform var(--motion-base) var(--ease-out), box-shadow var(--motion-base) var(--ease-out);
  border-top-left-radius: 24px;
  border-top-right-radius: 24px;
  border-bottom-left-radius: 24px;
  border-bottom-right-radius: 24px;
}

@media (prefers-reduced-motion: reduce) {
  .pb-verhaal-card {
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;
  }
}

.pb-verhaal-row {
  row-gap: clamp(14px, 2.6vw, 26px);
  display: grid;
  position: relative;
  column-gap: clamp(14px, 2.6vw, 26px);
  align-items: start;
  grid-template-columns: clamp(40px, 5.2vw, 56px) 1fr;
}

.pb-verhaal-node--active {
  box-shadow: rgba(255, 216, 77, 0.28) 0px 0px 0px 6px;
  background: var(--color-yellow);
}

.pb-verhaal-timeline {
  row-gap: clamp(18px, 2.6vw, 26px);
  display: flex;
  position: relative;
  column-gap: clamp(18px, 2.6vw, 26px);
  flex-direction: column;
}

.pb-programma-row__icon {
  width: 40px;
  border: 2px solid var(--color-ink);
  height: 40px;
  display: flex;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.pb-programma-row__meta {
  row-gap: 12px;
  display: flex;
  min-width: 0px;
  column-gap: 12px;
  align-items: center;
}

.pb-programma-row__title {
  font-size: 19px;
  font-family: var(--font-display-2);
  font-weight: 800;
  line-height: 1.25;
  letter-spacing: -0.01em;
}

.pb-programma-row__stage {
  row-gap: 5px;
  display: flex;
  font-size: 13px;
  column-gap: 5px;
  margin-top: 4px;
  align-items: center;
  font-family: var(--font-body-2);
}

.pb-programma-row__body {
  min-width: 0px;
}

.pb-programma-row {
  border: 2px solid var(--color-ink);
  row-gap: 20px;
  display: grid;
  column-gap: 20px;
  align-items: center;
  padding: 18px 24px;
  border-top-left-radius: 20px;
  grid-template-columns: 156px 1fr auto;
  border-top-right-radius: 20px;
  border-bottom-left-radius: 20px;
  border-bottom-right-radius: 20px;
}

@media (width <= 768px) {
  .pb-programma-row {
  row-gap: 10px;
  column-gap: 10px;
  padding: 16px 18px;
  grid-template-columns: 1fr;
  }
}

.pb-programma-timeline {
  row-gap: 12px;
  display: flex;
  column-gap: 12px;
  flex-direction: column;
}

.pb-count-tile__value {
  font-variant-numeric: tabular-nums;
}

@media (width <= 480px) {
  .pb-countdown-tiles {
  width: 100%;
  row-gap: 8px !important;
  display: grid !important;
  column-gap: 8px !important;
  grid-template-columns: repeat(4, 1fr);
  }
}

.pb-ticket-perforation {
  height: 0px;
  position: relative;
  border-top-color: rgba(10, 10, 10, 0.22);
  border-top-style: dashed;
  border-top-width: 2px;
}

.pb-split-2--card {
  row-gap: 24px;
  column-gap: 24px;
  align-items: stretch;
  grid-template-columns: 200px 1fr;
}

.pb-faq-chip {
  border: 2px solid var(--color-ink);
  cursor: pointer;
  font-size: 13px;
  position: relative;
  min-height: 44px;
  overflow-x: hidden;
  overflow-y: hidden;
  background: var(--color-paper);
  flex-shrink: 0;
  font-family: var(--font-body-2);
  font-weight: 700;
  padding: 10px 16px;
  transition: background var(--motion-fast) var(--ease-out);
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.pb-faq-section-chips {
  top: var(--sticky-offset);
  row-gap: 8px;
  z-index: 30;
  display: none;
  padding: 12px var(--section-padding-x);
  position: sticky;
  column-gap: 8px;
  margin-top: var(--content-inset-block);
  overflow-x: auto;
  background: var(--color-paper);
  border-bottom: 2px solid var(--color-ink);
  scrollbar-width: none;
}

@media (width <= 900px) {
  .pb-faq-section-chips {
  display: flex;
  }
}

.pb-faq-search-icon {
  top: 50%;
  left: 18px;
  color: var(--color-muted);
  position: absolute;
  transform: translateY(-50%);
  pointer-events: none;
}

.pb-faq-search {
  width: 100%;
  border: 2px solid var(--color-ink);
  font-size: 15px;
  box-sizing: border-box;
  background: var(--color-paper);
  font-family: var(--font-body-2);
  padding: 14px 44px;
  transition: box-shadow var(--motion-base) var(--ease-out), transform var(--motion-base) var(--ease-out);
  outline-color: currentcolor;
  outline-style: none;
  outline-width: medium;
  border-top-left-radius: 14px;
  border-top-right-radius: 14px;
  border-bottom-left-radius: 14px;
  border-bottom-right-radius: 14px;
}

.pb-faq-search-field {
  display: block;
  position: relative;
}

.pb-faq-search-wrap {
  display: block;
  max-width: 480px;
  margin: 0px auto 32px;
}

.pb-faq-cta__deco {
  top: 20px;
  right: 24px;
  position: absolute;
  transform: rotate(12deg);
  pointer-events: none;
}

.pb-cookie-consent__tag {
  color: var(--color-ink);
  border: 1.5px solid var(--color-ink);
  row-gap: 8px;
  display: inline-flex;
  font-size: 10px;
  column-gap: 8px;
  align-items: center;
  background: var(--color-green);
  font-family: var(--font-body-2);
  font-weight: 700;
  padding: 6px 12px;
  margin-bottom: 14px;
  letter-spacing: 0.2em;
  text-transform: uppercase;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.pb-cookie-consent__title {
  color: var(--color-ink);
  font-size: clamp(1.5rem, 3vw, 2rem);
  margin: 0px 0px 10px;
  font-family: var(--font-display-2);
  font-weight: 800;
  line-height: 1.05;
  text-wrap-mode: wrap;
  letter-spacing: -0.02em;
  text-wrap-style: balance;
}

.pb-cookie-consent__link {
  color: var(--color-ink);
  font-weight: 600;
  text-decoration-line: underline;
  text-decoration-color: currentcolor;
  text-decoration-style: solid;
  text-underline-offset: 3px;
  text-decoration-thickness: auto;
}

.pb-cookie-consent__body {
  color: var(--color-text-2);
  font-size: 15px;
  max-width: 52ch;
  margin: 0px;
  font-family: var(--font-body-2);
  line-height: 1.6;
  text-wrap-mode: wrap;
  text-wrap-style: pretty;
}

.pb-cookie-consent__actions {
  row-gap: 10px;
  display: flex;
  column-gap: 10px;
  align-items: stretch;
  flex-direction: column;
}

@media (width <= 768px) {
  .pb-cookie-consent__actions {
  width: 100%;
  }
}

.pb-cookie-consent__grid {
  row-gap: 28px;
  display: grid;
  column-gap: 28px;
  align-items: end;
  grid-template-columns: minmax(0px, 1.35fr) minmax(0px, 0.85fr);
}

@media (width <= 768px) {
  .pb-cookie-consent__grid {
  row-gap: 20px;
  column-gap: 20px;
  grid-template-columns: 1fr;
  }
}

.pb-cookie-consent__core {
  box-shadow: rgba(255, 255, 255, 0.9) 0px 1px inset;
  background: var(--color-paper);
  padding: 28px 30px;
  border-top-left-radius: 26px;
  border-top-right-radius: 26px;
  border-bottom-left-radius: 26px;
  border-bottom-right-radius: 26px;
}

@media (width <= 768px) {
  .pb-cookie-consent__core {
  padding: 22px 20px;
  }
}

.pb-cookie-consent__shell {
  width: min(100%, 920px);
  border: 2px solid var(--color-ink);
  box-shadow: rgba(10, 10, 10, 0.14) 0px 24px 64px, rgba(255, 255, 255, 0.55) 0px 1px inset;
  background: var(--color-blue);
  padding: 6px;
  pointer-events: auto;
  border-top-left-radius: 32px;
  border-top-right-radius: 32px;
  border-bottom-left-radius: 32px;
  border-bottom-right-radius: 32px;
}

@supports (color:color-mix(in lab, red, red)) {
  .pb-cookie-consent__shell {
  background: color-mix(in srgb, var(--color-blue) 72%, var(--color-paper));
  }
}

.pb-cookie-consent {
  bottom: var(--sticky-cta-offset,0px);
  z-index: 100;
  display: flex;
  padding: 0 var(--section-padding-x) 24px;
  position: fixed;
  pointer-events: none;
  inset-inline-end: 0px;
  justify-content: center;
  inset-inline-start: 0px;
}

@media (width <= 768px) {
  .pb-cookie-consent {
  padding: 0px 16px 16px;
  }
}

.pb-page-shell, main#main {
  width: 100%;
  max-width: none !important;
  min-width: 320px;
  position: relative;
  box-sizing: border-box;
  overflow-x: clip;
  background: var(--color-paper, #ffffff);
  margin-inline-end: 0px !important;
  padding-inline-end: 0px !important;
  margin-inline-start: 0px !important;
  padding-inline-start: 0px !important;
}

section {
  box-sizing: border-box;
}

.pb-nav__menu-icon::before, .pb-nav__menu-icon::after {
  left: 0px;
  width: 22px;
  height: 2px;
  content: "";
  position: absolute;
  background-clip: border-box;
  background-size: auto;
  background-color: rgb(10, 10, 10);
  background-image: none;
  background-origin: padding-box;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  border-top-left-radius: 1px;
  background-attachment: scroll;
  border-top-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

.pb-nav__menu-icon::before {
  top: -6px;
}

.pb-nav__menu-icon::after {
  top: 6px;
}

.pb-nav__close-icon::before, .pb-nav__close-icon::after {
  top: 50%;
  left: 50%;
  width: 18px;
  height: 2px;
  content: "";
  position: absolute;
  background-clip: border-box;
  background-size: auto;
  background-color: rgb(10, 10, 10);
  background-image: none;
  background-origin: padding-box;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  border-top-left-radius: 1px;
  background-attachment: scroll;
  border-top-right-radius: 1px;
  border-bottom-left-radius: 1px;
  border-bottom-right-radius: 1px;
}

.pb-nav__close-icon::before {
  transform: translate(-50%, -50%) rotate(45deg);
}

.pb-nav__close-icon::after {
  transform: translate(-50%, -50%) rotate(-45deg);
}

.pb-nav__submenu-toggle[aria-expanded="true"] .pb-nav__chevron {
  transform: rotate(-135deg);
}

.pb-section-nav-layout section[id] {
  scroll-margin-top: calc(var(--sticky-offset, 96px) + 8px);
}

.pb-section-nav-link[aria-current="true"] {
  color: var(--color-paper);
  background: var(--color-ink);
  font-weight: 700;
}

.pb-section-nav-link[aria-current="true"]:hover {
  background: var(--color-ink);
}

.pb-faq-chip[aria-current="true"] {
  color: var(--color-paper);
  background: var(--color-ink);
}

.pb-faq-chip[aria-current="true"]:hover {
  background: var(--color-ink);
}

:root {
  --bg-1: var(--color-paper);
  --bg-2: var(--color-mist);
  --fg-1: var(--color-ink);
  --fg-2: var(--color-text-2);
  --fs-h1: 56px;
  --fs-h2: 40px;
  --fs-h3: 22px;
  --lh-h1: 1;
  --lh-h2: 1.05;
  --lh-h3: 1.2;
  --fs-nav: 15px;
  --ease-in: cubic-bezier(.4, 0, 1, 1);
  --fs-body: 15px;
  --lh-body: 1.55;
  --dur-base: .25s;
  --dur-fast: .15s;
  --ease-out: cubic-bezier(.22, 1, .36, 1);
  --fg-muted: var(--color-muted);
  --fs-quote: 19px;
  --grid-gap: 16px;
  --lh-tight: 1;
  --space-12: 12px;
  --space-lg: 24px;
  --space-md: 16px;
  --space-sm: 8px;
  --space-xl: 32px;
  --space-xs: 4px;
  --fs-button: 15px;
  --max-width: 1280px;
  --radius-lg: 24px;
  --radius-md: 16px;
  --radius-sm: 8px;
  --radius-xl: 32px;
  --space-2xl: 48px;
  --space-3xl: 64px;
  --space-4xl: 96px;
  --space-5xl: 128px;
  --fs-caption: 12px;
  --fs-display: 72px;
  --fs-eyebrow: 14px;
  --lh-display: 1;
  --border-hair: 1px solid var(--color-hairline);
  --border-hard: 2px solid var(--color-ink);
  --content-max: 1280px;
  --motion-base: .22s;
  --motion-fast: .15s;
  --motion-slow: .32s;
  --radius-card: 28px;
  --radius-pill: 999px;
  --card-padding: 32px;
  --ease-default: cubic-bezier(.2, .6, .2, 1);
  --border-medium: 1.5px solid var(--color-ink);
  --cta-accent-bg: var(--color-green-deep);
  --cta-accent-fg: var(--color-ink);
  --sticky-offset: calc(var(--site-header-height) + 24px);
  --tracking-mini: -.01em;
  --tracking-snug: -.015em;
  --cta-outline-fg: var(--color-ink);
  --cta-primary-bg: var(--color-ink);
  --cta-primary-fg: var(--color-paper);
  --tracking-tight: -.02em;
  --tracking-normal: 0;
  --section-padding-x: 48px;
  --section-padding-y: 96px;
  --sticky-cta-offset: 0px;
  --site-header-height: 72px;
  --content-inset-block: 32px;
  --tracking-eyebrow-uc: .08em;
  --tracking-mini-quote: -.005em;
  --section-nav-band-top: 48px;
  --section-nav-band-bottom: 64px;
}

@media (width <= 768px) {
  :root {
  --section-padding-x: 20px;
  --section-padding-y: 64px;
  }
}

@keyframes pb-marquee {
  0% {
    transform: translate(0px);
  }
  100% {
    transform: translate(-50%);
  }
}

.pb-after-page-header {
  margin-top: var(--content-inset-block);
}

.pb-stat-card {
  border: var(--border-hard);
  min-width: 0px;
  padding: 20px 24px;
  border-radius: var(--radius-md);
}

.pb-stat-card__label {
  font-size: 11px;
  font-family: var(--font-body-2);
  font-weight: 700;
  margin-bottom: 6px;
  letter-spacing: 0.06em;
  text-transform: uppercase;
}

.pb-stat-card__value {
  font-size: 14px;
  font-family: var(--font-body-2);
  font-weight: 600;
  line-height: 1.45;
}

.pb-breadcrumb__item:hover + .pb-breadcrumb__item > .pb-breadcrumb__sep {
  opacity: 0.85;
  transform: translate(2px);
}

.pb-breadcrumb__link:hover {
  color: var(--color-ink);
  transform: translateY(-1px);
  background: var(--color-mist);
  border-top-color: rgba(10, 10, 10, 0.08);
  border-left-color: rgba(10, 10, 10, 0.08);
  border-right-color: rgba(10, 10, 10, 0.08);
  border-bottom-color: rgba(10, 10, 10, 0.08);
}

.pb-breadcrumb__link:active {
  transform: translateY(0px) scale(0.97);
  transition-duration: var(--motion-fast);
}

@media (prefers-reduced-motion: reduce) {
  .pb-breadcrumb__link, .pb-breadcrumb__sep {
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;
  }
}

.pb-focus-ring:focus-visible {
  outline: 2px solid var(--color-ink);
  outline-offset: 2px;
}

.pb-nav__scroll {
  row-gap: 0px;
  display: flex;
  flex-grow: 1;
  min-width: 0px;
  column-gap: 0px;
  flex-basis: 0%;
  align-items: center;
  flex-shrink: 1;
  justify-content: flex-end;
}

.pb-section-nav-link:hover {
  background: var(--color-mist);
}

.pb-section-nav-link[aria-current="true"] {
  color: var(--color-paper);
  font-weight: 700;
}

.pb-section-nav-link[aria-current="true"]:hover {
  background-clip: border-box;
  background-size: auto;
  background-color: transparent;
  background-image: none;
  background-origin: padding-box;
  background-repeat: repeat;
  background-position-x: 0px;
  background-position-y: 0px;
  background-attachment: scroll;
}

@media (width <= 900px) {
  .pb-section-nav-layout aside {
  position: static;
  }
}

@media (width <= 768px) {
  .pb-shop-cart {
  top: 72px !important;
  right: 12px !important;
  }
}

.pb-skip-link:focus {
  outline: 2px solid var(--color-yellow);
  transform: translateY(0px);
  outline-offset: 2px;
}

.pb-sticky-cta {
  box-shadow: rgba(10, 10, 10, 0.08) 0px -4px 24px;
}

.pb-sticky-cta__bar {
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 90;
  padding: 12px var(--section-padding-x) max(12px, env(safe-area-inset-bottom));
  position: fixed;
  backdrop-filter: blur(8px);
  background-clip: border-box;
  background-size: auto;
  border-top-color: rgb(10, 10, 10);
  border-top-style: solid;
  border-top-width: 2px;
  background-color: rgba(255, 255, 255, 0.95);
  background-image: none;
  background-origin: padding-box;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  -webkit-backdrop-filter: blur(8px);
  background-attachment: scroll;
}

.pb-sticky-cta__inner {
  width: 100%;
  row-gap: 12px;
  display: flex;
  flex-wrap: wrap;
  max-width: var(--content-max);
  column-gap: 12px;
  margin: 0px auto;
  align-items: center;
  justify-content: center;
}

@media (width <= 768px) {
  .pb-sticky-cta__inner:has(> :nth-child(2)) {
  row-gap: 8px;
  display: grid;
  flex-wrap: nowrap;
  column-gap: 8px;
  grid-template-columns: minmax(0px, 1fr) minmax(0px, 1fr);
  }
}

@media (width <= 768px) {
  .pb-sticky-cta__inner:has(> :nth-child(2)) > a {
  width: 100%;
  font-size: 13px !important;
  min-width: 0px;
  min-height: 44px;
  text-align: center;
  line-height: 1.2;
  padding: 10px 8px !important;
  text-wrap-mode: wrap !important;
  justify-content: center;
  white-space-collapse: collapse !important;
  }
}

.pb-faq-section-chips::-webkit-scrollbar {
  display: none;
}

.pb-faq-chip:hover {
  background: var(--color-mist);
}

.pb-faq-chip[aria-current="true"] {
  color: var(--color-paper);
}

.pb-faq-chip[aria-current="true"]:hover {
  background: var(--color-ink);
}

.pb-faq-chip__bg {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  z-index: 0;
  position: absolute;
  background: var(--color-ink);
}

.pb-faq-chip__label {
  z-index: 1;
  position: relative;
}

.pb-faq-search:focus {
  box-shadow: 4px 4px 0 var(--color-ink);
  transform: translate(-2px, -2px);
}

.pb-faq-search-clear {
  top: 50%;
  right: 8px;
  width: 28px;
  border: 2px solid var(--color-ink);
  cursor: pointer;
  height: 28px;
  display: inline-flex;
  position: absolute;
  transform: translateY(-50%);
  align-items: center;
  background: var(--color-paper);
  padding: 0px;
  justify-content: center;
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

.pb-faq-search-clear:hover {
  background: var(--color-mist);
}

.pb-faq-search-hint {
  color: var(--color-muted);
  display: block;
  font-size: 13px;
  margin-top: 10px;
  font-family: var(--font-body-2);
  font-weight: 600;
}

@media (width <= 900px) {
  .pb-section-nav-layout aside.pb-section-nav-sidebar {
  display: none;
  }
}

@media (width <= 768px) {
  .pb-grid-4, .pb-grid-3 {
  grid-template-columns: repeat(2, minmax(0px, 1fr));
  }
}

@media (width <= 480px) {
  .pb-grid-4, .pb-grid-3 {
  grid-template-columns: minmax(0px, 1fr);
  }
}

@media (width <= 768px) {
  .pb-grid-2, .pb-grid-2-form, .pb-grid-contact {
  grid-template-columns: minmax(0px, 1fr);
  }
}

.pb-display-xl {
  font-size: clamp(2.75rem, 12vw, 6.5rem);
  font-family: var(--font-display-2);
  font-weight: 800;
  line-height: 0.95;
  letter-spacing: -0.03em;
}

.pb-blog-strip {
  row-gap: 20px;
  display: grid;
  column-gap: 20px;
  grid-template-columns: 1.4fr 1fr 1fr;
}

.pb-trip-list-row {
  row-gap: 16px;
  display: grid;
  column-gap: 20px;
  align-items: center;
  grid-template-columns: 120px 1.4fr 1fr auto;
}

@media (width <= 768px) {
  .pb-trip-list-row {
  border: var(--border-hard);
  row-gap: 12px;
  column-gap: 12px;
  padding: 16px;
  border-radius: var(--radius-md);
  grid-template-columns: 1fr;
  }
}

.pb-verhaal-timeline::before {
  top: 6px;
  left: clamp(19px, 2.6vw, 27px);
  width: 2px;
  bottom: 6px;
  content: "";
  position: absolute;
  background-clip: border-box;
  background-size: auto;
  background-color: transparent;
  background-image: repeating-linear-gradient(rgba(10, 10, 10, 0.18) 0px, rgba(10, 10, 10, 0.18) 6px, rgba(0, 0, 0, 0) 6px, rgba(0, 0, 0, 0) 13px);
  background-origin: padding-box;
  background-repeat: repeat;
  background-position-x: 0%;
  background-position-y: 0%;
  background-attachment: scroll;
}

.pb-verhaal-card:hover {
  box-shadow: rgb(10, 10, 10) 5px 5px;
  transform: translate(-3px, -3px);
}

.pb-footer-newsletter {
  row-gap: 48px;
  display: grid;
  column-gap: 48px;
  align-items: center;
  padding-block-end: 48px;
  padding-block-start: 48px;
  grid-template-columns: 1.2fr 1fr;
}

@media (width <= 768px) {
  .pb-footer-newsletter {
  row-gap: 24px;
  column-gap: 24px;
  padding-block-end: 32px;
  padding-block-start: 32px;
  grid-template-columns: 1fr;
  }
}

.pb-price-table-card__row:last-child {
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
}

.pb-blog-layout {
  row-gap: 48px;
  display: grid;
  column-gap: 48px;
  align-items: start;
  grid-template-columns: 1fr 280px;
}

@media (width <= 900px) {
  .pb-blog-layout {
  row-gap: 32px;
  column-gap: 32px;
  grid-template-columns: 1fr;
  }
}

.pb-touch-target--text {
  min-height: 44px;
  padding: 10px 12px;
}

.pb-press-strip {
  row-gap: 0px;
  display: grid;
  column-gap: 0px;
  align-items: center;
  grid-template-columns: repeat(6, 1fr);
}

@media (width <= 768px) {
  .pb-press-strip {
  row-gap: 16px;
  column-gap: 16px;
  grid-template-columns: repeat(3, 1fr);
  }
}

@media (width <= 480px) {
  .pb-press-strip {
  grid-template-columns: repeat(2, 1fr);
  }
}

.pb-min-w-0, .pb-split-2 > *, .pb-split-2--equal > *, .pb-split-2--wide-left > *, .pb-split-2--wide-right > *, .pb-split-2--card > * {
  min-width: 0px;
}

.pb-split-2, .pb-cta-band, .pb-section-heading {
  max-width: 100%;
  box-sizing: border-box;
}

@media (width <= 768px) {
  h1 {
  font-size: clamp(2rem, 8vw, 3.5rem);
  }
}

@media (width <= 768px) {
  h2 {
  font-size: clamp(1.5rem, 5vw, 2.5rem);
  }
}

@media (width <= 768px) {
  h3 {
  font-size: clamp(1.125rem, 4vw, 1.375rem);
  }
}

@media (width <= 768px) {
  .pb-split-2, .pb-split-2--equal, .pb-split-2--wide-left, .pb-split-2--wide-right, .pb-split-2--card, .pb-blog-strip {
  grid-template-columns: 1fr;
  }
}

@media (width <= 768px) {
  .pb-form-footer__submit button {
  width: 100%;
  text-align: center;
  text-wrap-mode: wrap;
  justify-content: center;
  white-space-collapse: collapse;
  }
}

@media (width <= 768px) {
  .pb-section-heading__cta > * {
  max-width: 100%;
  }
}

@media (width <= 768px) {
  .pb-cta-band__actions > a, .pb-cta-band__actions > button {
  width: 100%;
  justify-content: center;
  }
}

@keyframes pb-float {
  0%,100% {
    transform: translateY(0px);
  }
  50% {
    transform: translateY(-9px);
  }
}

.pb-hero-trust__avatar:first-child {
  margin-left: 0px;
}

.pb-media-zoom img {
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0.8s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.22, 1, 0.36, 1);
}

.pb-media-zoom:hover img, .pb-media-zoom:focus-within img {
  transform: scale(1.07);
}

.pb-glass-card::before {
  top: 0px;
  left: 0px;
  right: 0px;
  bottom: 0px;
  content: "";
  position: absolute;
  box-shadow: rgba(255, 255, 255, 0.18) 0px 1px 1px inset;
  pointer-events: none;
  border-top-left-radius: inherit;
  border-top-right-radius: inherit;
  border-bottom-left-radius: inherit;
  border-bottom-right-radius: inherit;
}

.pb-shop-card__img {
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0.6s;
  transition-property: transform;
  transition-timing-function: cubic-bezier(0.16, 1, 0.3, 1);
}

@media (prefers-reduced-motion: reduce) {
  .pb-shop-card__img {
  transition-delay: 0s;
  transition-behavior: normal;
  transition-duration: 0s;
  transition-property: none;
  transition-timing-function: ease;
  }
}

.pb-shop-card:hover .pb-shop-card__img {
  transform: scale(1.06);
}

.pb-bento-value, .pb-bento-asym {
  gap: var(--grid-gap);
  display: grid;
  grid-template-rows: auto auto;
  grid-template-columns: 1.4fr 1fr 1fr;
}

@media (width <= 768px) {
  .pb-bento-value, .pb-bento-asym {
  grid-template-rows: auto;
  grid-template-columns: 1fr;
  }
}

.pb-bento-value__price, .pb-bento-asym__feature {
  grid-row-end: 3;
  grid-row-start: 1;
  grid-column-end: 2;
  grid-column-start: 1;
}

.pb-bento-value__wide, .pb-bento-asym__wide {
  grid-row-end: 3;
  grid-row-start: 2;
  grid-column-end: 4;
  grid-column-start: 2;
}

@media (width <= 768px) {
  .pb-bento-value__price, .pb-bento-value__wide, .pb-bento-asym__feature, .pb-bento-asym__wide {
  grid-row-end: auto;
  grid-row-start: auto;
  grid-column-end: -1;
  grid-column-start: 1;
  }
}

.pb-steps-flow {
  row-gap: 8px;
  display: flex;
  column-gap: 8px;
  align-items: stretch;
}

@media (width <= 900px) {
  .pb-steps-flow {
  row-gap: 16px;
  column-gap: 16px;
  flex-direction: column;
  }
}

.pb-steps-flow__arrow {
  display: flex;
  opacity: 0.3;
  flex-grow: 0;
  flex-basis: auto;
  align-items: center;
  flex-shrink: 0;
  justify-content: center;
}

@media (width <= 900px) {
  .pb-steps-flow__arrow {
  display: none;
  }
}

.pb-form-input:focus-visible, .pb-form-input:focus {
  box-shadow: rgba(189, 244, 164, 0.55) 0px 0px 0px 4px;
  border-color: var(--color-ink);
  outline-color: currentcolor;
  outline-style: none;
  outline-width: medium;
}

.pb-trip-pick:hover {
  transform: translateY(-2px);
  border-top-color: rgba(10, 10, 10, 0.4);
  border-left-color: rgba(10, 10, 10, 0.4);
  border-right-color: rgba(10, 10, 10, 0.4);
  border-bottom-color: rgba(10, 10, 10, 0.4);
}

.pb-trip-pick[aria-pressed="true"] {
  box-shadow: 4px 4px 0 var(--color-ink);
  border-color: var(--color-ink);
}

.pb-stepper-btn:hover {
  background: var(--color-green);
}

.pb-stepper-btn:active {
  transform: scale(0.92);
}

.pb-trip-pick__tag-mobile {
  display: none;
}

@media (width <= 768px) {
  .pb-trip-pick__tag-mobile {
  display: block;
  }
}

@media (width <= 768px) {
  .pb-trip-pick > div:first-child {
  width: 96px;
  height: auto !important;
  flex-shrink: 0;
  }
}

@media (width <= 768px) {
  .pb-trip-pick__tag {
  display: none;
  }
}

.pb-programma-filter__chip:hover {
  transform: translateY(-2px);
}

.pb-programma-timeline--no-times .pb-programma-row {
  grid-template-columns: auto 1fr auto;
}

.pb-programma-row__time {
  font-size: 19px;
  font-family: var(--font-mono-2);
  font-weight: 700;
  text-wrap-mode: nowrap;
  white-space-collapse: collapse;
}

.pb-ticket-perforation::before, .pb-ticket-perforation::after {
  top: -11px;
  width: 22px;
  border: 2px solid var(--color-ink);
  height: 22px;
  content: "";
  position: absolute;
  background: var(--ticket-cut-bg,var(--color-paper));
  border-top-left-radius: 999px;
  border-top-right-radius: 999px;
  border-bottom-left-radius: 999px;
  border-bottom-right-radius: 999px;
}

@media (width <= 640px) {
  .pb-ticket-perforation::before, .pb-ticket-perforation::after {
  top: -8px;
  width: 16px;
  height: 16px;
  }
}

.pb-ticket-perforation::before {
  left: -33px;
}

@media (width <= 640px) {
  .pb-ticket-perforation::before {
  left: -24px;
  }
}

.pb-ticket-perforation::after {
  right: -33px;
}

@media (width <= 640px) {
  .pb-ticket-perforation::after {
  right: -24px;
  }
}

@media (width <= 480px) {
  .pb-countdown-tiles .pb-count-tile {
  min-width: 0px !important;
  padding: 10px 4px !important;
  }
}

@media (width <= 480px) {
  .pb-countdown-tiles .pb-count-tile__value {
  font-size: 26px !important;
  }
}

@keyframes pb-pulse-dot {
  0%,100% {
    opacity: 1;
    transform: scale(1);
  }
  50% {
    opacity: 0.45;
    transform: scale(0.82);
  }
}

.pb-founder-collage__photo:hover {
  box-shadow: 6px 6px 0 var(--color-ink);
}

.pb-founder-collage__photo--back:hover {
  transform: rotate(-3deg) translate(-4px, -6px);
}

.pb-founder-collage__photo--front:hover {
  transform: rotate(3deg) translate(-4px, -6px);
}

.pb-cascade-3 {
  row-gap: 20px;
  display: grid;
  column-gap: 20px;
  grid-template-columns: repeat(3, 1fr);
}

@media (width <= 768px) {
  .pb-cascade-3 {
  row-gap: 14px;
  column-gap: 14px;
  grid-template-columns: 1fr;
  }
}

.pb-cascade-3 > :first-child {
  transform: rotate(-1.4deg);
}

.pb-cascade-3 > :nth-child(2) {
  transform: rotate(0.9deg) translateY(-10px);
}

.pb-cascade-3 > :nth-child(3) {
  transform: rotate(-0.6deg) translateY(4px);
}

@media (width <= 768px) {
  .pb-cascade-3 > * {
  transform: none !important;
  }
}

.pb-cookie-consent__dismiss {
  color: var(--color-muted);
  cursor: pointer;
  font-size: 13px;
  font-family: var(--font-body-2);
  font-weight: 600;
  padding: 4px 0px 0px;
  background-clip: border-box;
  background-size: auto;
  border-top-color: currentcolor;
  border-top-style: none;
  border-top-width: medium;
  background-color: transparent;
  background-image: none;
  border-left-color: currentcolor;
  border-left-style: none;
  border-left-width: medium;
  background-origin: padding-box;
  background-repeat: repeat;
  border-image-slice: 100%;
  border-image-width: 1;
  border-right-color: currentcolor;
  border-right-style: none;
  border-right-width: medium;
  border-bottom-color: currentcolor;
  border-bottom-style: none;
  border-bottom-width: medium;
  border-image-outset: 0;
  border-image-repeat: stretch;
  border-image-source: none;
  text-decoration-line: underline;
  background-position-x: 0px;
  background-position-y: 0px;
  text-decoration-color: currentcolor;
  text-decoration-style: solid;
  text-underline-offset: 3px;
  background-attachment: scroll;
  text-decoration-thickness: auto;
}

.pb-cookie-preferences:hover, .pb-cookie-preferences--footer:hover, .pb-cookie-consent__dismiss:hover {
  color: var(--color-ink);
}

.pb-reveal {
  display: flex;
  flex-direction: column;
}