.of-orbit-stats {
  display: grid;
  margin-top: 58px;
  padding: 12px 0;
  grid-template-columns: repeat(3, minmax(0, 1fr));
  gap: 46px;
  align-items: center;
}

.of-orbit-stat {
  --of-orbit-color: #ef4135;
  --of-orbit-soft: #fde8e7;
  position: relative;
  display: flex;
  width: 230px;
  height: 230px;
  margin: 0 auto;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  color: #001133;
  border-radius: 50%;
  background: var(--of-orbit-soft);
  box-shadow: 0 20px 50px rgba(0,17,51,.1);
}

.of-orbit-stat::before {
  position: absolute;
  inset: 17px;
  content: "";
  border-radius: 50%;
  background: rgba(255,255,255,.48);
}

.of-orbit-ring {
  position: absolute;
  inset: -12px;
  border: 2px solid var(--of-orbit-color);
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  opacity: .7;
  transform: rotate(-35deg);
}

.of-orbit-dot {
  position: absolute;
  top: 2px;
  right: 17px;
  width: 36px;
  height: 36px;
  border: 7px solid #fff;
  border-radius: 50%;
  background: var(--of-orbit-color);
  box-shadow: 0 5px 14px rgba(0,17,51,.16);
}

.of-orbit-stat--purple { --of-orbit-color: #9c3f98; --of-orbit-soft: #f3e5f2; }
.of-orbit-stat--blue { --of-orbit-color: #00aeef; --of-orbit-soft: #e1f6fd; }

.of-orbit-value,
.of-orbit-label {
  position: relative;
  z-index: 1;
}

.of-orbit-value {
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 700;
  line-height: 1;
}

.of-orbit-label {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.of-orbit-stats.is-counting .of-orbit-ring {
  animation: of-orbit-arrive 1.1s cubic-bezier(.22,.8,.32,1) both;
}

.of-orbit-stats.is-counting .of-orbit-stat:nth-child(2) .of-orbit-ring { animation-delay: .12s; }
.of-orbit-stats.is-counting .of-orbit-stat:nth-child(3) .of-orbit-ring { animation-delay: .24s; }

@keyframes of-orbit-arrive {
  from { opacity: 0; transform: rotate(-70deg) scale(.86); }
  to { opacity: .7; transform: rotate(-35deg) scale(1); }
}

.oranjefonds-case {
  --of-navy: #001133;
  --of-blue: #00aeef;
  --of-purple: #9c3f98;
  --of-orange: #f36f21;
  --of-red: #ef4135;
  --of-mist: #f3f6fb;
  --of-line: #dfe6f1;
  --of-muted: #5e6880;
  position: relative;
  padding: 80px 0 0;
  overflow: hidden;
  color: var(--of-navy);
  font-family: proxima-nova, "Avenir Next", Arial, sans-serif;
}

.oranjefonds-case * { box-sizing: border-box; }
.oranjefonds-case button { font: inherit; }
.of-svg-library { position: absolute; }

.oranjefonds-case h2,
.oranjefonds-case h3 {
  color: var(--of-navy);
  font-weight: 700 !important;
  letter-spacing: -.025em;
}

.oranjefonds-case h2 {
  margin: 0 0 22px;
  font-size: clamp(32px, 4vw, 52px);
  line-height: 1.02;
}

.oranjefonds-case p {
  color: var(--of-navy);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}

.of-eyebrow {
  display: flex;
  align-items: center;
  margin: 0 0 0px !important;
  color: #4382ff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 8px;
  line-height: 1.9 !important;
  text-transform: uppercase;
}

.of-intro-split {
  padding: 0;
  border-radius: 0;
  background: #fff;
}

.of-intro-split-header {
  margin-bottom: 0;
}

.of-intro-split-header > p:last-child {
  max-width: none;
  margin: 0;
}

.of-result svg {
  width: 24px;
  height: 24px;
  fill: none;
  stroke: currentColor;
  stroke-width: 1.8;
  stroke-linecap: round;
  stroke-linejoin: round;
}

.of-quote {
  display: flex;
  width: 100%;
  margin: 62px 0;
  padding: 0;
  gap: 28px;
  align-items: flex-start;
  border: 0;
}

.of-quote-mark {
  display: flex;
  width: 78px;
  height: 78px;
  flex: 0 0 78px;
  align-items: center;
  justify-content: center;
  padding: 0;
  color: #fff;
  border-radius: 50%;
  background: #00aeef;
}

.of-quote-mark svg {
  display: block;
  width: 38px;
  height: 38px;
  fill: currentColor;
}

.of-quote-content {
  max-width: 920px;
  padding-top: 5px;
}

.of-quote p {
  margin-bottom: 14px;
  color: var(--of-navy);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.66;
}

.of-quote footer {
  color: var(--of-navy);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.66;
}

.of-quote footer span {
  margin-left: 6px;
  color: var(--of-navy);
  font-size: 18px;
  font-weight: 600;
}
.of-journey-section {
  position: relative;
  margin-top: 140px;
  padding: 62px 0;
}

.of-journey-section::before {
  position: absolute;
  z-index: 0;
  top: 0;
  bottom: 0;
  left: 50%;
  width: 100vw;
  content: "";
  transform: translateX(-50%);
  background: #f2f5fb;
}

.of-journey-header,
.of-journey {
  position: relative;
  z-index: 1;
}

.of-journey-header { max-width: none; margin: 0 0 34px; text-align: left; }
.of-journey-header .of-eyebrow { justify-content: flex-start; }

.of-journey {
  padding: 0;
  border-radius: 0;
  background: transparent;
}

.of-tabs { position: relative; z-index: 2; margin-bottom: 25px; }
.of-tabs > div { margin-bottom: 15px; }

.of-tab {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 155px;
  padding: 26px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  color: var(--of-navy);
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.of-tab:hover,
.of-tab:focus-visible {
  outline: 0;
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(0,17,51,.11);
}

.of-tab.is-active {
  color: #fff;
  background: #00aeef;
  transform: none;
  box-shadow: none;
}

.of-tab-number {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 26px;
  color: #4382ff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 8px;
}

.of-tab.is-active .of-tab-number { color: #fff; }

.of-tab-background-icon {
  position: absolute;
  top: 18px;
  right: 18px;
  display: grid;
  width: 92px;
  height: 92px;
  place-items: center;
  color: var(--of-navy);
  opacity: .1;
  transition: color .2s ease, opacity .2s ease, transform .2s ease;
}

.of-tab-background-icon i {
  font-size: 76px;
  line-height: 1;
}

.of-tab-background-icon img {
  display: block;
  width: 92px;
  height: 92px;
  object-fit: contain;
  filter: brightness(0) saturate(100%) invert(7%) sepia(38%) saturate(2526%) hue-rotate(195deg) brightness(91%) contrast(112%);
}

.of-tab:hover .of-tab-background-icon,
.of-tab:focus-visible .of-tab-background-icon {
  opacity: .16;
  transform: scale(1.05);
}

.of-tab.is-active .of-tab-background-icon {
  color: #fff;
  opacity: .28;
}

.of-tab.is-active .of-tab-background-icon img {
  filter: brightness(0) invert(1);
}

.of-tab-copy {
  position: relative;
  z-index: 1;
}

.of-tab-copy strong,
.of-tab-copy small {
  display: block;
}

.of-tab-copy strong {
  color: inherit;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
}

.of-tab-copy small {
  margin-top: 7px;
  color: var(--of-navy);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  opacity: .7;
}

.of-tab.is-active .of-tab-copy small {
  color: #fff;
  opacity: .85;
}

.of-panel {
  padding: 54px;
  border: 0;
  border-radius: 28px;
  background: #fff;
  box-shadow: none;
}

.of-panel-kicker {
  margin: 0 0 9px !important;
  color: #4382ff !important;
  font-size: 18px !important;
  font-weight: 500 !important;
  letter-spacing: 8px;
  text-transform: uppercase;
}
.of-panel-kicker.is-hidden { display: none; }
.of-panel h3 { margin: 0 0 16px; font-size: clamp(29px, 3vw, 42px); line-height: 1.08; }
.of-panel h3.of-panel-title--single {
  color: #001133;
  font-size: 36px;
  font-weight: 500 !important;
  line-height: 1.15;
}
.of-panel-copy { margin-bottom: 28px; }

.of-panel-content {
  transition: width .2s ease;
}

.of-panel-layout.is-tablet-layout {
  align-items: flex-end !important;
  row-gap: 35px;
}

.of-tablet-column {
  display: flex;
  align-items: flex-end;
  justify-content: center;
  padding-left: 35px;
}

.of-tablet-column img {
  display: block;
  width: 100%;
  max-width: 420px;
  height: auto;
  margin: 0 auto;
}

.of-tablet-column.is-hidden {
  display: none;
}

.of-result-grid {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 12px;
}

.of-result {
  min-height: 112px;
  padding: 18px;
  border-radius: 18px;
  background: #f2f5fb;
}

.of-result-value {
  display: block;
  color: #001133;
  font-size: 35px;
  font-weight: 700;
  line-height: 1;
}

.of-result-unit {
  display: block;
  margin-top: 9px;
  color: var(--of-navy);
  font-size: 18px;
  font-weight: 600;
  line-height: 1.35;
}
.of-result--action { color: var(--of-blue); }
.of-result--action svg { width: 34px; height: 34px; }
.of-result-icon {
  display: block;
  color: #001133;
  font-size: 35px;
  line-height: 1;
}

.of-result-grid--centered .of-result {
  display: flex;
  min-height: 150px;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  text-align: center;
}

.of-result-grid--centered .of-result-value,
.of-result-grid--centered .of-result-icon {
  color: #001133;
  font-size: clamp(36px, 4vw, 50px);
  font-weight: 700;
  line-height: 1;
}

.of-result-grid--centered .of-result-unit {
  margin-top: 10px;
  font-size: 18px;
  font-weight: 600;
  line-height: 1.2;
}

.of-panel-layout.is-tablet-layout .of-result-grid--centered {
  grid-template-columns: repeat(2, minmax(0, 1fr));
}

.of-laptop-visual {
  max-width: 730px;
  margin: 50px auto 0;
  transition: opacity .2s ease, transform .2s ease;
}

.of-laptop-visual img {
  display: block;
  width: 100%;
  max-width: 730px;
  margin: 0 auto;
}

.of-laptop-visual.is-hidden {
  display: none;
}

.of-neuro-alt {
  margin-top: 140px;
  padding: 48px;
  border-radius: 32px;
  background: #f2f5fb;
}

.of-neuro-alt-header {
  width: 100%;
  max-width: none;
  margin-bottom: 32px;
}

.of-neuro-alt-options > div {
  display: flex;
  margin-bottom: 18px;
}

.of-neuro-alt-option {
  position: relative;
  display: flex;
  width: 100%;
  min-height: 155px;
  padding: 26px;
  flex-direction: column;
  align-items: flex-start;
  justify-content: flex-end;
  overflow: hidden;
  cursor: pointer;
  text-align: left;
  color: var(--of-navy);
  border: 0;
  border-radius: 24px;
  background: #fff;
  box-shadow: none;
  transition: transform .2s ease, box-shadow .2s ease, background .2s ease, color .2s ease;
}

.of-neuro-alt-option::after {
  position: absolute;
  top: 18px;
  right: 18px;
  width: 92px;
  height: 92px;
  content: "";
  opacity: .1;
  background: var(--of-navy);
  -webkit-mask: url("/assets/images/icons/neuro_3.svg") center / contain no-repeat;
  mask: url("/assets/images/icons/neuro_3.svg") center / contain no-repeat;
  transition: background .2s ease, opacity .2s ease, transform .2s ease;
}

.of-neuro-alt-option:hover,
.of-neuro-alt-option:focus-visible {
  outline: 0;
  transform: translateY(-5px);
  box-shadow: 0 18px 38px rgba(0,17,51,.11);
}

.of-neuro-alt-option:hover::after,
.of-neuro-alt-option:focus-visible::after {
  opacity: .16;
  transform: scale(1.05);
}

.of-neuro-alt-option.is-active {
  color: #fff;
  background: #00aeef;
  box-shadow: none;
}

.of-neuro-alt-option.is-active::after {
  opacity: .28;
  background: #fff;
}

.of-neuro-alt-number {
  position: absolute;
  z-index: 1;
  top: 24px;
  left: 26px;
  color: #4382ff;
  font-size: 18px;
  font-weight: 500;
  letter-spacing: 8px;
}

.of-neuro-alt-option.is-active .of-neuro-alt-number { color: #fff; }

.of-neuro-alt-name {
  position: relative;
  z-index: 1;
  display: block;
  font-size: 21px;
  font-weight: 600;
  line-height: 1.25;
}

.of-neuro-alt-trigger {
  position: relative;
  z-index: 1;
  display: block;
  margin-top: 7px;
  color: var(--of-navy);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.5;
  opacity: .7;
}

.of-neuro-alt-option.is-active .of-neuro-alt-trigger { color: #fff; opacity: .85; }

.of-neuro-alt-detail {
  padding: 34px;
  border-radius: 24px;
  background: #fff;
  box-shadow: none;
}

.of-neuro-alt-detail small {
  color: #4382ff;
  font-size: 18px;
  font-weight: 500 !important;
  letter-spacing: 8px;
  text-transform: uppercase;
}

.of-neuro-alt-detail h3 {
  margin: 6px 0 8px;
  font-size: 28px;
}

.of-neuro-alt-detail p {
  margin: 0;
  color: var(--of-navy);
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}

.of-dashboard-section {
  padding: 0;
  --of-navy: #001133;
  font-family: proxima-nova, "Avenir Next", Arial, sans-serif;
}

.of-quote-section {
  padding: 115px 0 45px;
  --of-navy: #001133;
  font-family: proxima-nova, "Avenir Next", Arial, sans-serif;
}

.of-quote-comparison {
  margin: 0 0 70px;
}

.of-quote-section .of-quote-comparison {
  margin: 0;
}

.of-closing-image {
  margin-top: 0 !important;
  padding-top: 0 !important;
}

.of-quote-layered blockquote {
  position: relative;
  z-index: 1;
  margin: 0;
  border: 0;
  border-radius: 26px;
  background: #fff;
}

.of-quote-layered blockquote p {
  margin: 0;
  color: #001133;
  font-size: 24px;
  font-weight: 400;
  line-height: 1.55;
}

.of-quote-layered blockquote footer {
  margin-top: 20px;
  color: #001133;
  font-size: 18px;
  line-height: 1.5;
}

.of-quote-layered {
  position: relative;
  padding: 0;
}

.of-quote-layered blockquote {
  display: grid;
  min-height: 260px;
  padding: 48px 0;
  grid-template-columns: 150px minmax(0, 1fr);
  gap: 42px;
  align-items: center;
  box-shadow: none;
}

.of-quote-layered-mark {
  position: relative;
  display: grid;
  width: 150px;
  height: 150px;
  margin: 0;
  place-items: center;
  color: #00aeef;
  border-radius: 50%;
  background: #e1f6fd;
}

.of-quote-layered-mark::before {
  position: absolute;
  inset: 15px;
  content: "";
  border-radius: 50%;
  background: rgba(255,255,255,.48);
}

.of-quote-layered-ring {
  position: absolute;
  inset: -10px;
  border: 2px solid #00aeef;
  border-right-color: transparent;
  border-bottom-color: transparent;
  border-radius: 50%;
  transform: rotate(-35deg);
}

.of-quote-layered-dot {
  position: absolute;
  z-index: 2;
  top: -1px;
  right: 9px;
  width: 30px;
  height: 30px;
  border: 6px solid #fff;
  border-radius: 50%;
  background: #00aeef;
  box-shadow: 0 5px 14px rgba(0,17,51,.16);
}

.of-quote-layered-mark > svg {
  position: relative;
  z-index: 1;
  width: 54px;
  height: 54px;
  fill: currentColor;
}

.of-quote-layered-copy {
  min-width: 0;
}

.of-dashboard-block {
  padding: 54px;
  overflow: hidden;
  border-radius: 32px;
  background: #f2f5fb;
}

.of-dashboard-copy {
  padding-right: 18px;
}

.of-dashboard-copy h2 {
  margin: 0 0 20px;
  color: #001133;
  font-size: clamp(32px, 4vw, 48px);
  font-weight: 700 !important;
  letter-spacing: -.025em;
  line-height: 1.05;
}

.of-dashboard-copy p:not(.of-eyebrow) {
  margin: 0;
  color: #001133;
  font-size: 18px;
  font-weight: 400;
  line-height: 1.65;
}

.of-dashboard-visual {
  position: relative;
  padding-left: 20px;
}

.of-dashboard-visual svg {
  display: block;
  width: 100%;
  height: auto;
}

.of-dashboard-bars rect {
  transform: scaleY(.06);
  transform-box: fill-box;
  transform-origin: center bottom;
}

.of-dashboard-line {
  stroke-dasharray: 500;
  stroke-dashoffset: 500;
}

.of-dashboard-points,
.of-dashboard-metric {
  opacity: 0;
  transform: translateY(8px);
}

.of-dashboard-mail-icon {
  opacity: 0;
  transform: translateX(-8px) scale(.88);
  transform-box: fill-box;
  transform-origin: center;
}

.of-dashboard-mail-fa {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
  justify-content: center;
  color: #00aeef;
  font-size: 31px;
  line-height: 1;
}

.of-dashboard-donut {
  stroke-dashoffset: 352;
}

.of-dashboard-block.is-visible .of-dashboard-bars rect {
  animation: of-dashboard-bar-grow .8s cubic-bezier(.22,.8,.32,1) forwards;
}

.of-dashboard-block.is-visible .of-dashboard-bars rect:nth-child(2) { animation-delay: .1s; }
.of-dashboard-block.is-visible .of-dashboard-bars rect:nth-child(3) { animation-delay: .2s; }
.of-dashboard-block.is-visible .of-dashboard-bars rect:nth-child(4) { animation-delay: .3s; }
.of-dashboard-block.is-visible .of-dashboard-bars rect:nth-child(5) { animation-delay: .4s; }
.of-dashboard-block.is-visible .of-dashboard-bars rect:nth-child(6) { animation-delay: .5s; }

.of-dashboard-block.is-visible .of-dashboard-line {
  animation: of-dashboard-line-draw 1.6s .35s ease forwards;
}

.of-dashboard-block.is-visible .of-dashboard-points {
  animation: of-dashboard-fade-in .45s 1.6s ease forwards;
}

.of-dashboard-block.is-visible .of-dashboard-metric {
  animation: of-dashboard-fade-in .55s .1s ease forwards;
}

.of-dashboard-block.is-visible .of-dashboard-metric--two { animation-delay: .22s; }
.of-dashboard-block.is-visible .of-dashboard-metric--three { animation-delay: .34s; }

.of-dashboard-block.is-visible .of-dashboard-mail-icon {
  animation: of-dashboard-mail-arrive .7s .8s cubic-bezier(.22,.8,.32,1) forwards;
}

.of-dashboard-block.is-visible .of-dashboard-donut--one {
  animation: of-dashboard-donut-one 1.1s .65s ease forwards;
}

.of-dashboard-block.is-visible .of-dashboard-live circle {
  transform-box: fill-box;
  transform-origin: center;
  animation: of-dashboard-live-pulse 2s 1.8s ease-in-out infinite;
}

@keyframes of-dashboard-bar-grow {
  to { transform: scaleY(1); }
}

@keyframes of-dashboard-line-draw {
  to { stroke-dashoffset: 0; }
}

@keyframes of-dashboard-fade-in {
  to { opacity: 1; transform: translateY(0); }
}

@keyframes of-dashboard-mail-arrive {
  65% { opacity: 1; transform: translateX(3px) scale(1.05); }
  100% { opacity: 1; transform: translateX(0) scale(1); }
}

@keyframes of-dashboard-donut-one {
  to { stroke-dashoffset: 0; }
}

@keyframes of-dashboard-live-pulse {
  0%, 100% { opacity: 1; transform: scale(1); }
  50% { opacity: .45; transform: scale(1.45); }
}

@media (max-width: 991.98px) {
  .oranjefonds-case { padding: 60px 0 0; }
  .of-intro-split { padding: 0; }
  .of-neuro-alt { padding: 36px; }
  .of-panel { padding: 48px 34px 34px; }
  .of-tablet-column { padding-left: 15px; }
  .of-dashboard-copy { padding-right: 0; }
  .of-dashboard-visual { max-width: 720px; margin: 38px auto 0; padding-left: 0; }
}

@media (max-width: 767.98px) {
  .of-tab,
  .of-neuro-alt-option {
    min-height: 96px;
    padding: 18px 88px 18px 20px;
    flex-direction: row;
    align-items: center;
    justify-content: flex-start;
  }

  .of-tab-number,
  .of-neuro-alt-number {
    position: static;
    width: 56px;
    flex: 0 0 56px;
    line-height: 1;
  }

  .of-tab-copy,
  .of-neuro-alt-name {
    margin-left: 10px;
  }

  .of-tab-background-icon {
    top: 50%;
    right: 14px;
    width: 64px;
    height: 64px;
    transform: translateY(-50%);
  }

  .of-tab-background-icon i {
    font-size: 54px;
  }

  .of-tab-background-icon img {
    width: 64px;
    height: 64px;
  }

  .of-tab:hover .of-tab-background-icon,
  .of-tab:focus-visible .of-tab-background-icon {
    transform: translateY(-50%) scale(1.05);
  }

  .of-neuro-alt-option::after {
    top: 50%;
    right: 14px;
    width: 64px;
    height: 64px;
    transform: translateY(-50%);
  }

  .of-neuro-alt-option:hover::after,
  .of-neuro-alt-option:focus-visible::after {
    transform: translateY(-50%) scale(1.05);
  }

  .of-orbit-stats {
    margin-top: 42px;
    grid-template-columns: 1fr;
    gap: 0;
  }
  .of-orbit-stat {
    width: 190px;
    height: 190px;
  }
  .of-orbit-stat:nth-child(1),
  .of-orbit-stat:nth-child(3) {
    margin-right: auto;
    margin-left: 8px;
  }
  .of-orbit-stat:nth-child(2) {
    margin-top: -24px;
    margin-right: 8px;
    margin-left: auto;
  }
  .of-orbit-stat:nth-child(3) {
    margin-top: -24px;
  }
  .oranjefonds-case h2 { font-size: 40px; }
  .of-intro-split, .of-journey { padding: 0; border-radius: 0; }
  .of-neuro-alt { padding: 25px 18px; border-radius: 24px; }
  .of-journey-section { margin-top: 100px; padding: 45px 0; }
  .of-neuro-alt { margin-top: 100px; }
  .of-quote { margin: 45px 0; gap: 18px; }
  .of-quote-section { padding: 90px 0 32px; }
  .of-quote-comparison { margin: 0 0 45px; }
  .of-quote-section .of-quote-comparison { margin: 0; }
  .of-quote-layered blockquote { padding: 38px 0; border-radius: 20px; }
  .of-quote-layered blockquote p { font-size: 20px; }
  .of-quote-layered { padding: 0; }
  .of-quote-layered blockquote { padding: 38px 0; grid-template-columns: 1fr; gap: 34px; }
  .of-quote-layered-mark { width: 130px; height: 130px; }
  .of-quote-mark { width: 64px; height: 64px; flex-basis: 64px; }
  .of-quote-mark svg { width: 32px; height: 32px; }
  .of-panel { padding: 46px 20px 25px; }
  .of-tablet-column { margin-top: 12px; padding: 0 15px; }
  .of-tablet-column img { max-width: 340px; }
  .of-result-grid { grid-template-columns: 1fr; }
  .of-result-grid--centered .of-result {
    min-height: 96px;
    padding: 16px 20px;
    border-radius: 18px;
  }
  .of-result-grid--centered .of-result-value,
  .of-result-grid--centered .of-result-icon {
    font-size: 34px;
  }
  .of-result-grid--centered .of-result-unit {
    margin-top: 7px;
    font-size: 16px;
    line-height: 1.25;
  }
  .of-dashboard-section { padding-bottom: 0; }
  .of-dashboard-block { padding: 30px 18px; border-radius: 24px; }
  .of-dashboard-copy h2 { font-size: 40px; }
  .of-dashboard-visual { margin-top: 28px; }
}

@media (prefers-reduced-motion: reduce) {
  .of-orbit-ring {
    animation: none !important;
  }

  .of-dashboard-bars rect,
  .of-dashboard-mail-icon {
    transform: none !important;
    opacity: 1 !important;
  }

  .of-dashboard-line,
  .of-dashboard-donut {
    stroke-dashoffset: 0 !important;
  }

  .of-dashboard-points,
  .of-dashboard-metric {
    opacity: 1 !important;
    transform: none !important;
  }

  .of-dashboard-block * {
    animation: none !important;
  }

  .oranjefonds-case *, .oranjefonds-case *::before, .oranjefonds-case *::after {
    scroll-behavior: auto !important;
    transition-duration: .01ms !important;
  }
}
