/* TPL: system type, shared by the static review and WordPress block theme. */
:root {
  --tpl-paper: #f7f4ee; --tpl-mist: #eaf0f4; --tpl-midnight: #0b1b2b;
  --tpl-indigo: #263c6a; --tpl-ink: #17212b; --tpl-lemon: #f1d64a;
  --tpl-pink: #f06aa6; --tpl-moss: #5b6f55; --tpl-wine: #6d3343;
  --tpl-line: #c8ccd0; --tpl-muted: #52606b;
  --tpl-serif: Georgia, 'Times New Roman', 'Songti SC', STSong, SimSun, serif;
  --tpl-sans: -apple-system, BlinkMacSystemFont, 'Segoe UI', 'PingFang SC', 'Hiragino Sans GB', 'Microsoft YaHei', sans-serif;
  --tpl-mono: ui-monospace, SFMono-Regular, Menlo, Monaco, Consolas, monospace;
  --tpl-gutter: clamp(1.25rem, 5vw, 5rem);
}
* { box-sizing: border-box; }
html { scroll-behavior: smooth; scroll-padding-top: 1.5rem; }
body { margin: 0; background: var(--tpl-paper); color: var(--tpl-ink); font: 17px/1.75 var(--tpl-sans); }
body .wp-site-blocks { padding: 0; }
body .wp-site-blocks > * { margin-block-start: 0; }
a { color: inherit; text-decoration-thickness: 1px; text-underline-offset: .28em; }
a:hover { color: var(--tpl-indigo); }
button, input, select, textarea { font: inherit; }
button, summary { cursor: pointer; }
button:disabled { cursor: not-allowed; }
:focus-visible { outline: 3px solid var(--tpl-indigo); outline-offset: 5px; }
img { max-width: 100%; height: auto; }
figure { margin-inline: 0; }
p { margin-block: 0 1.2rem; }
h1, h2, h3 { font-family: var(--tpl-serif); font-weight: 500; line-height: 1.18; text-wrap: balance; overflow-wrap: break-word; }
h1 { font-size: clamp(2.6rem, 5vw, 4.8rem); letter-spacing: -.035em; }
h2 { font-size: clamp(2rem, 3.4vw, 3.4rem); letter-spacing: -.025em; }
h3 { font-size: clamp(1.4rem, 2vw, 1.8rem); }
.tpl-skip { position: absolute; top: .5rem; left: 1rem; z-index: 10000; padding: .75rem 1rem; background: var(--tpl-paper); transform: translateY(-160%); }
.tpl-skip:focus { transform: none; }
.tpl-header { min-height: 108px; max-width: 1600px; margin: auto; padding: 1.35rem var(--tpl-gutter); display: flex; align-items: center; gap: 1.7rem; border-bottom: 1px solid transparent; position: relative; z-index: 30; }
.tpl-header > * { margin: 0; }
.tpl-brand, .tpl-brand a { text-decoration: none; font: 600 27px/1.2 var(--tpl-serif); letter-spacing: -.025em; white-space: nowrap; }
.tpl-brand { margin-right: auto; }
.tpl-brand-wrap { margin-right: auto; }
.tpl-brand span, .tpl-brand-sub { display: block; font: 11px/1.5 var(--tpl-mono); letter-spacing: .02em; color: var(--tpl-muted); margin: .55rem 0 0; }
.tpl-site-nav { display: flex; align-items: center; gap: clamp(1rem, 1.6vw, 1.7rem); }
.tpl-site-nav a, .tpl-nav-cta a, a.tpl-nav-cta { text-decoration: none; font-size: 16px; line-height: 1.35; min-height: 44px; display: flex; flex-direction: column; justify-content: center; }
.tpl-site-nav small, .tpl-nav-cta small, .tpl-wp-nav small { display: block; color: var(--tpl-muted); font: 12px/1.5 var(--tpl-sans); margin-top: .15rem; }
.tpl-nav-cta { font-size: 16px; font-weight: 600; white-space: nowrap; margin: 0; }
.tpl-nav-cta a::after, a.tpl-nav-cta::after { content: ''; width: 34px; height: 2px; background: var(--tpl-indigo); margin-top: .25rem; }
.tpl-language { position: relative; font-size: 13px; flex-shrink: 0; }
.tpl-language summary { min-height: 44px; display: flex; align-items: center; list-style: none; }
.tpl-language summary::-webkit-details-marker { display: none; }
.tpl-language p { position: absolute; right: 0; top: 100%; width: min(250px, 75vw); padding: 1rem; background: var(--tpl-paper); border: 1px solid var(--tpl-line); box-shadow: 0 6px 24px #0b1b2b12; line-height: 1.6; }
.tpl-language p span { display: block; margin-top: .5rem; }
.tpl-menu-button { display: none; border: 1px solid var(--tpl-line); background: none; padding: .5rem .75rem; min-height: 44px; }
.tpl-wp-nav { font-size: 16px; line-height: 1.35; }
.tpl-wp-nav .wp-block-navigation__container { gap: clamp(1rem, 1.6vw, 1.7rem); }
.tpl-wp-nav .wp-block-navigation-item__content { min-height: 44px; display: flex; align-items: center; }
.tpl-wp-nav .wp-block-navigation-item__label { font-size: 16px; }
.tpl-hero { position: relative; display: grid; grid-template-columns: minmax(0, 1.16fr) minmax(0, .84fr); align-items: center; gap: clamp(2rem, 5vw, 5rem); min-height: min(760px, calc(100svh - 108px)); padding: 3rem var(--tpl-gutter) 4rem; max-width: 1440px; margin: auto; isolation: isolate; }
.tpl-hero > .tpl-hero-copy { position: relative; z-index: 2; }
.tpl-hero-title { font-size: clamp(3.2rem, 5.8vw, 5.8rem); line-height: 1.06; letter-spacing: -.045em; margin: 0 0 1.5rem; max-width: 680px; }
.tpl-wonder { color: inherit; border: 0; background: transparent; font: italic 1em/1.06 var(--tpl-serif); letter-spacing: inherit; padding: 0 .02em .03em; position: relative; }
.tpl-wonder::after { content: ''; height: 3px; background: var(--tpl-indigo); position: absolute; left: .02em; right: .04em; bottom: 0; transform: scaleX(.25) rotate(-2deg); transform-origin: left; transition: transform 180ms ease; }
.tpl-wonder:hover::after, .tpl-wonder:focus-visible::after, .tpl-wonder[aria-expanded=true]::after { transform: scaleX(1) rotate(-2deg); }
.tpl-hero-cn { font: 23px/1.6 var(--tpl-serif); letter-spacing: .05em; margin: 0; }
.tpl-followup { color: var(--tpl-indigo); font: 13px/1.7 var(--tpl-mono); min-height: 1.7em; margin: 1.5rem 0 0; }
.tpl-js .tpl-followup { opacity: 0; transition: opacity 180ms ease; }
.tpl-js .tpl-followup.is-visible { opacity: 1; }
.tpl-placeholder { display: flex; flex-direction: column; justify-content: center; align-items: center; text-align: center; padding: 2rem; border: 1px solid #b8c3ce; background: var(--tpl-mist); color: var(--tpl-indigo); min-height: 260px; }
.tpl-placeholder-token { font: 16px/1.5 var(--tpl-mono); overflow-wrap: anywhere; }
.tpl-placeholder-caption { font-size: 13px; line-height: 1.8; max-width: 26ch; color: var(--tpl-muted); margin: .5rem 0 0; }
.tpl-hero-photo { width: 100%; aspect-ratio: 1/1.1; min-height: 0; max-height: 490px; background: linear-gradient(120deg, #e5ecf0 0 54%, #f1f3f0 54% 100%); border-radius: 2px 2px 48% 2px / 2px 2px 15% 2px; }
.tpl-thought-line { position: absolute; left: 0; bottom: 1rem; width: 100%; height: 160px; pointer-events: none; z-index: 1; overflow: visible; }
.tpl-thought-line path { fill: none; stroke: var(--tpl-indigo); stroke-width: 1.5; stroke-dasharray: 1; stroke-dashoffset: 0; stroke-linecap: round; }
.tpl-js .tpl-thought-line path { animation: tpl-draw 1.35s ease-out both; }
@keyframes tpl-draw { from { stroke-dashoffset: 1; } to { stroke-dashoffset: 0; } }
.tpl-scroll-cue { position: absolute; left: var(--tpl-gutter); bottom: 1rem; font-size: 12px; z-index: 2; margin: 0; }
.tpl-scroll-cue a { display: inline-flex; align-items: center; min-height: 44px; text-decoration: none; }
.tpl-section { max-width: 1440px; margin: auto; padding: clamp(4rem, 7.5vw, 7rem) var(--tpl-gutter); }
.tpl-eyebrow { font: 12px/1.6 var(--tpl-mono); letter-spacing: .1em; color: var(--tpl-muted); margin: 0 0 1.5rem; }
.tpl-section > h2 { margin: 0 0 1.3rem; }
.tpl-verb-grid { display: grid; grid-template-columns: repeat(3, minmax(0, 1fr)); border-block: 1px solid var(--tpl-line); margin-top: 3rem; }
.tpl-verb { padding: 1.8rem 2rem; border-right: 1px solid var(--tpl-line); margin: 0; }
.tpl-verb:last-child { border-right: 0; }
.tpl-verb summary { min-height: 148px; list-style: none; position: relative; display: block; padding-right: 1.5rem; }
.tpl-verb summary::-webkit-details-marker { display: none; }
.tpl-verb summary::after { content: '+'; position: absolute; right: 0; top: 1rem; font-size: 24px; font-weight: 300; }
.tpl-verb[open] summary::after { content: '−'; }
.tpl-verb-word { font: italic 42px/1.2 var(--tpl-serif); display: block; margin-bottom: .35rem; }
.tpl-verb-cn { font-size: 13px; }
.tpl-verb-desc { display: block; font-size: 13px; color: var(--tpl-muted); margin: 1rem 0 0; }
.tpl-verb > p { font-size: 14px; margin-top: 1rem; }
.tpl-featured { display: grid; grid-template-columns: 1fr 1fr; gap: 5vw; border-top: 1px solid var(--tpl-line); }
.tpl-project-photo { min-height: 340px; background: var(--tpl-paper); }
.tpl-owner-needed { color: var(--tpl-muted); border-left: 2px solid var(--tpl-indigo); padding-left: 1rem; line-height: 1.85; overflow-wrap: anywhere; }
.tpl-text-link a { display: inline-flex; align-items: center; min-height: 44px; gap: .5rem; }
.tpl-grid { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); gap: 1.5rem; }
.tpl-service-card { border-top: 1px solid var(--tpl-line); padding: 1.5rem 0; }
.tpl-service-card h3 { font-family: var(--tpl-sans); font-size: 20px; margin: .5rem 0 1rem; }
.tpl-header-aux { display: flex; align-items: center; gap: 1rem; margin-left: auto; }
.tpl-header-aux > p { margin: 0; }
.tpl-header-aux a, .tpl-header-aux-link a, .tpl-member-login a, a.tpl-member-login { text-decoration: none; font-size: 14px; min-height: 44px; display: inline-flex; align-items: center; }
.tpl-header-aux small, .tpl-header-aux-link small { display: block; color: var(--tpl-muted); font-size: 11px; margin-left: .4rem; }
.tpl-member-login a, a.tpl-member-login { color: var(--tpl-muted); font-size: 13px; }
.tpl-portal, .tpl-library-card, .tpl-project-card, .tpl-direction, .tpl-learner-path, .tpl-start-choice, .tpl-dashboard-item { border-top: 1px solid var(--tpl-line); padding: 1.5rem 0; }
.tpl-portal h3, .tpl-library-card h3, .tpl-project-card h3, .tpl-direction h3, .tpl-learner-path h3, .tpl-start-choice h3, .tpl-dashboard-item h3 { font-family: var(--tpl-sans); font-size: 19px; margin: .4rem 0 1rem; }
.tpl-method-line { display: grid; grid-template-columns: repeat(6, 1fr); border-block: 1px solid var(--tpl-line); margin-top: 2rem; }
.tpl-method-step { margin: 0; padding: 1.3rem .7rem; border-right: 1px solid var(--tpl-line); text-align: center; }
.tpl-method-step:last-child { border-right: 0; }
.tpl-method-en { font: italic 22px/1.2 var(--tpl-serif); margin: 0; }
.tpl-method-cn { color: var(--tpl-muted); font-size: 12px; margin: .35rem 0 0; }
.tpl-reading-lines, .tpl-reading-structure { position: relative; display: grid; place-items: center; min-height: 260px; margin: 2rem 0; }
.tpl-reading-lines span, .tpl-reading-structure span { position: relative; z-index: 1; display: block; width: min(72%, 430px); padding: 1rem 1.3rem; border: 1px solid var(--tpl-indigo); background: var(--tpl-paper); color: var(--tpl-indigo); text-align: center; font: 18px/1.35 var(--tpl-serif); }
.tpl-reading-lines span + span, .tpl-reading-structure span + span { margin-top: -1.5rem; margin-left: 10%; }
.tpl-reading-lines span:nth-child(3), .tpl-reading-structure span:nth-child(3) { margin-left: -8%; }
.tpl-reading-lines::before, .tpl-reading-structure::before { content: ''; position: absolute; width: 70%; height: 70%; border: 1px solid var(--tpl-lemon); border-radius: 50% 45% 52% 48%; transform: rotate(-8deg); }
.tpl-reading-lines span small, .tpl-reading-structure span small { display: block; margin-top: .35rem; color: var(--tpl-muted); font: 12px/1.5 var(--tpl-sans); }
.tpl-locked { border: 1px dashed var(--tpl-indigo); padding: 1rem 1.2rem; color: var(--tpl-indigo); background: var(--tpl-mist); }
.tpl-membership-list { max-width: 620px; border-block: 1px solid var(--tpl-line); }
.tpl-membership-benefit { padding: 1rem 0; border-bottom: 1px solid var(--tpl-line); margin: 0; }
.tpl-membership-benefit:last-child { border-bottom: 0; }
.tpl-lanes { margin-top: 3rem; }
.tpl-lane { padding: 1.5rem 0; border-top: 1px solid var(--tpl-line); }
.tpl-lane h3 { margin: .5rem 0 1.3rem; }
.tpl-lane p { font-size: 15px; }
.tpl-muted { color: var(--tpl-muted); }
.tpl-actions { display: flex; flex-wrap: wrap; gap: 1.5rem; align-items: center; margin-top: 2rem; }
.wp-block-buttons { display: flex; flex-wrap: wrap; gap: 1rem; }
.wp-block-button__link { display: inline-flex; align-items: center; min-height: 48px; padding: .8rem 1.5rem; border-radius: 2px; background: var(--tpl-indigo); color: var(--tpl-paper); font: 16px/1.5 var(--tpl-sans); text-decoration: none; border: 1px solid var(--tpl-indigo); }
.wp-block-button__link:hover { background: var(--tpl-midnight); color: var(--tpl-paper); }
.tpl-paths { display: grid; grid-template-columns: repeat(3,minmax(0,1fr)); padding-top: 2rem; padding-bottom: 5rem; }
.tpl-path { padding: 1.75rem 1.75rem 1.75rem 0; border-top: 1px solid var(--tpl-line); }
.tpl-path h2 { margin: 0 0 .5rem; }
.tpl-path p { font-size: 15px; }
.tpl-page { max-width: 1280px; margin: auto; padding: 3rem var(--tpl-gutter) 6rem; min-height: 65vh; }
.tpl-page-intro { max-width: 900px; margin: 2rem 0 4rem; }
.tpl-page-intro h1 { margin: 0 0 2rem; }
.tpl-lead { max-width: 62ch; font-size: 19px; line-height: 1.9; }
.tpl-content-section { margin: 4rem 0; max-width: 100%; }
.tpl-content-section > p { max-width: 68ch; }
.tpl-content-section > h2 { max-width: 25ch; }
.tpl-content-section .tpl-grid h3 { font-family: var(--tpl-sans); font-size: 20px; }
.tpl-about-photo { width: 100%; max-width: 850px; min-height: 0; aspect-ratio: 3/2; }
.tpl-reflection { padding: 1rem 0; }
.tpl-reveal-line { font: 500 clamp(1.5rem, 3vw, 2.5rem)/1.6 var(--tpl-serif); transition: transform 300ms ease, color 300ms ease; }
.tpl-js .tpl-reveal-line { color: var(--tpl-muted); }
.tpl-js .tpl-reveal-line.is-current { color: var(--tpl-indigo); transform: translateX(8px); }
.tpl-perspective { background: var(--tpl-midnight); color: var(--tpl-paper); padding: 4rem clamp(1.5rem,4vw,4rem); margin: 5rem 0; position: relative; }
.tpl-perspective .tpl-eyebrow { color: var(--tpl-mist); }
.tpl-perspective::after { content: '○'; position: absolute; right: 2rem; top: 1.2rem; font: 60px/1 var(--tpl-serif); color: var(--tpl-lemon); }
.tpl-cta { border-block: 1px solid var(--tpl-line); padding: 2rem 0; margin: 4rem 0 0; }
.tpl-cta h2 { margin-top: 0; }
.tpl-process { display: grid; grid-template-columns: repeat(4,minmax(0,1fr)); gap: 1.5rem; }
.tpl-process-step h3 { font: 500 20px/1.5 var(--tpl-sans); }
.tpl-process-step p { font-size: 15px; }
.tpl-channels { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1rem 3rem; }
.tpl-channel { border-top: 1px solid var(--tpl-line); padding-block: 1.5rem; }
.tpl-channel h2 { font-size: 30px; }
.tpl-inquiry { border: 1px solid var(--tpl-line); padding: 1.5rem; margin: 2rem 0; }
.tpl-inquiry[data-tpl-preview=disabled] { opacity: .78; }
.tpl-inquiry[data-tpl-preview=disabled] input, .tpl-inquiry[data-tpl-preview=disabled] select, .tpl-inquiry[data-tpl-preview=disabled] textarea, .tpl-inquiry[data-tpl-preview=disabled] button { pointer-events: none; }
.tpl-inquiry legend { padding-inline: .5rem; }
.tpl-form-grid { display: grid; grid-template-columns: repeat(2,minmax(0,1fr)); gap: 1.3rem; }
.tpl-form-grid label { display: grid; gap: .5rem; font-size: 15px; }
.tpl-full { grid-column: 1/-1; }
.tpl-inquiry input, .tpl-inquiry select, .tpl-inquiry textarea { width: 100%; min-width: 0; min-height: 46px; border: 1px solid #8f9aa5; background: var(--tpl-paper); color: var(--tpl-ink); border-radius: 0; padding: .5rem; }
.tpl-inquiry button { margin-top: 1.5rem; min-height: 46px; border: 1px solid var(--tpl-muted); color: var(--tpl-muted); background: transparent; padding: .5rem 1rem; }
.tpl-notice { background: var(--tpl-mist); border-left: 3px solid var(--tpl-indigo); padding: 1rem 1.3rem; }
.tpl-entry { padding: 2rem 0; border-bottom: 1px solid var(--tpl-line); }
.tpl-entry h2 { font-size: 2rem; }
.tpl-entry img { max-height: 480px; object-fit: cover; }
.tpl-empty { padding: 1rem 0 2rem; }
.tpl-footer { border-top: 1px solid var(--tpl-line); }
.tpl-footer-inner { max-width: 1440px; margin: auto; padding: 2.5rem var(--tpl-gutter); display: grid; grid-template-columns: 1fr 1.3fr; gap: 1.5rem 3rem; font-size: 14px; }
.tpl-footer-brand { font: 600 24px/1.5 var(--tpl-serif); margin: 0; }
.tpl-caption { font-size: 12px; color: var(--tpl-muted); }
.tpl-footer-links { display: flex; flex-wrap: wrap; gap: .25rem 1.5rem; }
.tpl-footer-links p { margin: 0; font-size: 13px; }
.tpl-footer-note { color: var(--tpl-muted); font-size: 12px; margin: 0; grid-column: 1/-1; }
@media (max-width: 1100px) {
  .tpl-header { gap: 1.1rem; }
  .tpl-brand-sub, .tpl-brand span { display: none; }
  .tpl-js .tpl-menu-button { display: block; }
  .tpl-site-nav { flex-wrap: wrap; }
  .tpl-js .tpl-site-nav { display: none; }
  .tpl-js .tpl-site-nav.is-open { display: grid; grid-template-columns: repeat(2,1fr); position: absolute; top: 100%; left: var(--tpl-gutter); right: var(--tpl-gutter); background: var(--tpl-paper); padding: 1.5rem; border: 1px solid var(--tpl-line); box-shadow: 0 8px 24px #0b1b2b12; }
  .tpl-wp-nav .wp-block-navigation__responsive-container:not(.is-menu-open) { display: none !important; }
  .tpl-wp-nav .wp-block-navigation__responsive-container-open { display: flex !important; }
  .tpl-wp-nav .wp-block-navigation__responsive-container.is-menu-open { background: var(--tpl-paper); padding: 2rem; }
  .tpl-wp-nav .wp-block-navigation__responsive-container.is-menu-open .wp-block-navigation__container { gap: 1.5rem; }
  .tpl-wp-nav .wp-block-navigation__responsive-container.is-menu-open a { min-height: 44px; }
  html:not(.tpl-js) .tpl-header { flex-wrap: wrap; }
  html:not(.tpl-js) .tpl-wp-nav .wp-block-navigation__responsive-container { display: block !important; position: static; }
  html:not(.tpl-js) .tpl-wp-nav .wp-block-navigation__responsive-container-open { display: none !important; }
  .tpl-header-aux { gap: .6rem; }
  .tpl-header-aux-link { display: none; }
  .tpl-member-login { font-size: 12px !important; }
}
@media (min-width: 1101px) {
  .tpl-wp-nav .wp-block-navigation__responsive-container-open { display: none !important; }
}
@media (max-width: 800px) {
  .tpl-header { min-height: 92px; flex-wrap: wrap; gap: .6rem 1rem; }
  .tpl-brand, .tpl-brand a { font-size: 23px; }
  .tpl-nav-cta a, a.tpl-nav-cta { font-size: 14px; }
  .tpl-language { font-size: 12px; }
  .tpl-hero { grid-template-columns: 1fr; min-height: auto; padding-top: 2rem; gap: 2.2rem; padding-bottom: 3.5rem; }
  .tpl-hero-title { font-size: clamp(2.7rem, 9.5vw, 4.8rem); max-width: 650px; }
  .tpl-hero-cn { font-size: 21px; }
  .tpl-hero-photo { width: 82%; justify-self: end; aspect-ratio: 1.6; max-height: 320px; }
  .tpl-thought-line { height: 110px; bottom: .6rem; }
  .tpl-verb-grid, .tpl-grid, .tpl-featured { grid-template-columns: 1fr; }
  .tpl-verb { border-right: 0; border-bottom: 1px solid var(--tpl-line); padding: 1.5rem .5rem; }
  .tpl-verb:last-child { border-bottom: 0; }
  .tpl-verb summary { min-height: 116px; }
  .tpl-featured { gap: 2rem; }
  .tpl-project-photo { min-height: 260px; }
  .tpl-paths { gap: 1rem; }
  .tpl-path { padding-right: .3rem; }
  .tpl-path h2 { font-size: 2rem; }
  .tpl-path p { font-size: 13px; }
  .tpl-page { padding-top: 1rem; }
  .tpl-process { grid-template-columns: repeat(2,1fr); }
  .tpl-method-line { grid-template-columns: repeat(3,1fr); }
  .tpl-method-step:nth-child(3) { border-right: 0; }
  .tpl-method-step:nth-child(n+4) { border-top: 1px solid var(--tpl-line); }
  .tpl-reading-lines span, .tpl-reading-structure span { width: 90%; font-size: 16px; }
  .tpl-header-aux { margin-left: 0; }
  .tpl-footer-inner { grid-template-columns: 1fr; }
}
@media (max-width: 440px) {
  .tpl-header { gap: .5rem .75rem; }
  .tpl-brand, .tpl-brand a { font-size: 22px; }
  .tpl-menu-button { font-size: 13px; padding-inline: .5rem; }
  .tpl-language { margin-left: auto; }
  .tpl-header > .tpl-nav-cta { margin-left: auto; }
  .tpl-hero-title { font-size: 44px; }
  .tpl-hero-photo { width: 92%; }
  .tpl-channels, .tpl-form-grid { grid-template-columns: 1fr; }
  .tpl-inquiry { padding: 1rem; }
  .tpl-placeholder { padding: 1.2rem; }
  .tpl-placeholder-token { font-size: 14px; }
}
@media (prefers-reduced-motion: reduce) {
  html { scroll-behavior: auto; }
  *, *::before, *::after { animation: none !important; transition: none !important; scroll-behavior: auto !important; }
  .tpl-thought-line path { stroke-dashoffset: 0 !important; }
  .tpl-reveal-line { transform: none !important; }
}
@media print {
  .tpl-header, .tpl-footer, .tpl-scroll-cue { display: none; }
  .tpl-hero, .tpl-page { padding: 0; }
  .tpl-followup { opacity: 1 !important; }
}
