.tev{background:var(--tev-bg,#fff);--tev-heading: var(--font-heading-family);--tev-body: var(--font-body-family)}.tev__inner{width:100%;margin:0 auto;padding:var(--tev-pad-top,72px) var(--page-padding) var(--tev-pad-bottom,60px);color:var(--tev-text,#16263f);box-sizing:border-box}.tev__grid{display:grid;gap:36px;align-items:start}.tev__head{grid-area:head}.tev__stage{grid-area:stage;min-width:0}.tev__side{grid-area:side;min-width:0}.tev__thumbs-block{grid-area:thumbs;min-width:0}@media(min-width:750px){.tev--layout-classic.tev--heading-side .tev__grid{grid-template-columns:1fr 300px 340px;grid-template-areas:"head stage side" "head stage thumbs"}.tev--layout-classic.tev--heading-side.tev--single .tev__grid{grid-template-areas:"head stage side"}.tev--layout-classic.tev--heading-side .tev__head{align-self:center}.tev--layout-classic.tev--heading-above .tev__grid{grid-template-columns:minmax(0,1fr) 340px;grid-template-areas:"head head" "stage side" "stage thumbs"}.tev--layout-classic.tev--heading-above.tev--single .tev__grid{grid-template-areas:"head head" "stage side"}.tev--layout-classic.tev--heading-hidden .tev__grid{grid-template-columns:minmax(0,1fr) 340px;grid-template-areas:"stage side" "stage thumbs"}.tev--layout-classic.tev--heading-hidden.tev--single .tev__grid{grid-template-areas:"stage side"}}@media(min-width:750px){.tev:is(.tev--layout-video-left,.tev--layout-video_left) .tev__grid{width:100%;grid-template-columns:minmax(200px,var(--tev-portrait, 340px)) minmax(0,1fr);column-gap:28px;row-gap:16px}.tev:is(.tev--layout-video-left,.tev--layout-video_left).tev--heading-side .tev__grid{grid-template-areas:"stage head" "stage side" "stage thumbs"}.tev:is(.tev--layout-video-left,.tev--layout-video_left).tev--heading-side.tev--single .tev__grid{grid-template-areas:"stage head" "stage side"}.tev:is(.tev--layout-video-left,.tev--layout-video_left).tev--heading-above .tev__grid{grid-template-areas:"head head" "stage side" "stage thumbs"}.tev:is(.tev--layout-video-left,.tev--layout-video_left).tev--heading-above.tev--single .tev__grid{grid-template-areas:"head head" "stage side"}.tev:is(.tev--layout-video-left,.tev--layout-video_left).tev--heading-hidden .tev__grid{grid-template-areas:"stage side" "stage thumbs"}.tev:is(.tev--layout-video-left,.tev--layout-video_left).tev--heading-hidden.tev--single .tev__grid{grid-template-areas:"stage side"}.tev.tev--desktop-fill:is(.tev--layout-video-left,.tev--layout-video_left) .tev__thumbs-block,.tev.tev--desktop-fill:is(.tev--layout-video-left,.tev--layout-video_left) .tev__card{max-width:none}.tev.tev--desktop-center .tev__grid{width:min(100%,var(--tev-maxw, 960px));margin-inline:auto}.tev.tev--desktop-center:is(.tev--layout-video-left,.tev--layout-video_left) .tev__thumbs-block,.tev.tev--desktop-center:is(.tev--layout-video-left,.tev--layout-video_left) .tev__card{max-width:none}}.tev:is(.tev--layout-video-left,.tev--layout-video_left) .tev__stage .tev__video{aspect-ratio:9/16}.tev:is(.tev--layout-video-left,.tev--layout-video_left) .tev__quote-text{min-height:0}.tev__rule{height:1px;background:var(--tev-text,#16263f)}.tev__title{font-family:var(--tev-heading, Georgia, "Times New Roman", serif);font-weight:500;font-size:50px;line-height:1;letter-spacing:-.01em;margin:22px 0}.tev:is(.tev--layout-video-left,.tev--layout-video_left).tev--heading-side .tev__title{font-size:36px}.tev__title strong{font-weight:600}.tev__intro{font-family:var(--tev-body, inherit);font-size:17px;line-height:1.55;color:var(--tev-muted,#5a6473);margin:26px 0 0;max-width:330px}.tev--heading-above .tev__intro{max-width:560px}.tev__link{font-family:var(--tev-body, inherit);display:inline-block;font-size:15px;font-weight:600;color:var(--tev-text,#16263f);margin-top:22px;border-bottom:1.5px solid var(--tev-text,#16263f);padding-bottom:3px;text-decoration:none}.tev__link--mobile{display:none}.tev__video{position:relative;width:100%;aspect-ratio:var(--ar,.5625);border-radius:18px;overflow:hidden;background:repeating-linear-gradient(135deg,#d7e0ea 0 2px,#eaeef3 2px 11px);border:1px solid #dde5ee;display:none;transition:aspect-ratio .25s ease}.tev__video.is-active{display:block}.tev__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.tev__placeholder{position:absolute;top:0;right:0;bottom:0;left:0}.tev__placeholder svg,.tev__placeholder .placeholder-svg{width:100%;height:100%;object-fit:cover}.tev__play{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:62px;height:62px;border:none;border-radius:50%;background:var(--tev-text,#16263f);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 6px 16px #16263f47;transition:transform .15s ease}.tev__play:hover{transform:scale(1.07)}.tev__play:after{content:"";width:0;height:0;border-style:solid;border-width:10px 0 10px 16px;border-color:transparent transparent transparent #fff;margin-left:4px}.tev__video.is-playing .tev__play{display:none}.tev__expand{position:absolute;right:14px;bottom:14px;width:36px;height:36px;border:none;border-radius:9px;background:#0d162699;cursor:pointer;display:flex;align-items:center;justify-content:center;transition:background .15s ease;z-index:2}.tev__expand:hover{background:#0d1626d9}.tev__label{position:absolute;left:16px;bottom:18px;font-size:11px;letter-spacing:.06em;color:#eef2f6;font-family:ui-monospace,monospace;pointer-events:none;text-shadow:0 1px 4px rgba(0,0,0,.4)}.tev__card{background:var(--tev-card,#d6e3ee);border-radius:18px;padding:36px 34px}.tev__quote{display:none}.tev__quote.is-active{display:block}.tev__quote-text{font-family:var(--tev-heading, Georgia, serif);font-style:italic;font-weight:500;font-size:25px;line-height:1.32;margin:0;min-height:130px;color:var(--tev-text,#16263f)}.tev__person{display:flex;align-items:center;gap:13px;margin-top:24px}.tev__avatar{width:54px;height:54px;border-radius:50%;flex:none;background:repeating-linear-gradient(135deg,#b9cbdc 0 2px,#cdddea 2px 9px);display:flex;align-items:center;justify-content:center;font-family:var(--tev-heading, Georgia, serif);font-size:21px;color:var(--tev-text,#16263f);border:1px solid #b9cbdc;overflow:hidden}.tev__avatar img{width:100%;height:100%;object-fit:cover}.tev__name{font-family:var(--tev-body, inherit);font-weight:700;font-size:14px;color:var(--tev-text,#16263f)}.tev__role{font-family:var(--tev-body, inherit);font-size:12.5px;line-height:1.35;color:#3f5775}.tev__thumbs{display:flex;gap:9px;margin:0;overflow-x:auto;scroll-snap-type:x proximity;scrollbar-width:none;-webkit-overflow-scrolling:touch}.tev__thumbs::-webkit-scrollbar{display:none}.tev__thumb{flex:1 0 calc((100% - (var(--tev-thumbs,4) - 1) * 9px) / var(--tev-thumbs,4));scroll-snap-align:start;border:none;background:none;padding:0;cursor:pointer;min-width:0}.tev__thumb-frame{position:relative;display:block;width:100%;aspect-ratio:9/16;border-radius:9px;overflow:hidden;background:repeating-linear-gradient(135deg,#d7e0ea 0 2px,#eaeef3 2px 8px);border:1px solid #dde5ee;transition:border-color .15s}.tev__thumb.is-active .tev__thumb-frame{border:2px solid var(--tev-text,#16263f)}.tev__thumb-frame img{width:100%;height:100%;object-fit:cover}.tev__fmt{position:absolute;top:5px;left:5px;font-family:var(--tev-body, inherit);font-size:8px;font-weight:700;letter-spacing:.03em;color:var(--tev-text,#16263f);background:#ffffffd9;border-radius:4px;padding:2px 4px}.tev__play-sm{position:absolute;top:0;right:0;bottom:0;left:0;margin:auto;width:32px;height:32px;border-radius:50%;background:#0d16268c;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 8px #00000047;transition:background .15s ease}.tev__play-sm:after{content:"";width:0;height:0;border-style:solid;border-width:5px 0 5px 8px;border-color:transparent transparent transparent #fff;margin-left:2px}.tev__thumb:hover .tev__play-sm{background:#0d1626c7}.tev__thumb.is-active .tev__play-sm{display:none}.tev__thumb-label{font-family:var(--tev-body, inherit);display:block;font-size:10px;color:#5a6473;text-align:center;margin-top:6px;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.tev__thumbs-nav{display:none;justify-content:flex-end;gap:6px;margin-top:9px}.tev__thumbs-nav.is-visible{display:flex}.tev__thumbs-arrow{width:30px;height:30px;border:none;border-radius:50%;background:var(--tev-card,#d6e3ee);color:var(--tev-text,#16263f);cursor:pointer;display:flex;align-items:center;justify-content:center;box-shadow:0 1px 5px #0d162624;transition:opacity .15s ease,filter .15s ease}.tev__thumbs-arrow:hover:not(:disabled){filter:brightness(.95)}.tev__thumbs-arrow:disabled{opacity:.32;cursor:default}.tev__thumbs-arrow svg{display:block}.tev--hide-arrows .tev__thumbs-arrow,.tev--hide-mark .tev__mark{display:none}.tev__modal{position:fixed;top:0;right:0;bottom:0;left:0;z-index:2147483000;background:#0a1220db;display:flex;align-items:center;justify-content:center;padding:48px}.tev__modal[hidden]{display:none}.tev__modal-stage{position:relative;max-width:100%}.tev__modal-body{position:relative;display:flex;align-items:center;justify-content:center}.tev__modal-frame{aspect-ratio:var(--ar,.5625);height:86vh;max-height:86vh;max-width:90vw;border-radius:12px;overflow:hidden;background:#0a1220}.tev__modal-frame video{width:100%;height:100%;object-fit:contain;display:block;background:#0a1220}.tev__close{position:absolute;top:12px;right:12px;z-index:2;width:40px;height:40px;border:none;border-radius:50%;background:#fff;color:#031c2c;cursor:pointer;padding:0;display:flex;align-items:center;justify-content:center;box-shadow:0 2px 14px #0a122073}.tev__close svg{display:block}.tev__close:hover{background:#f4f8fb}.tev__close:focus-visible{outline:2px solid #fff;outline-offset:3px}@media(min-width:750px)and (max-width:1023px){.tev__inner{padding:56px var(--page-padding) 52px}.tev--layout-classic.tev--heading-side .tev__grid{grid-template-columns:minmax(0,1fr) minmax(260px,340px);grid-template-areas:"head head" "stage side" "stage thumbs";column-gap:32px;row-gap:24px}.tev--layout-classic.tev--heading-side.tev--single .tev__grid{grid-template-areas:"head head" "stage side"}.tev--layout-classic.tev--heading-above .tev__grid,.tev--layout-classic.tev--heading-hidden .tev__grid{grid-template-columns:minmax(0,1fr) minmax(260px,340px);column-gap:32px;row-gap:24px}.tev:is(.tev--layout-video-left,.tev--layout-video_left) .tev__grid{grid-template-columns:minmax(200px,var(--tev-portrait, 340px)) minmax(0,1fr);column-gap:28px}.tev__head{align-self:start}.tev__intro{max-width:560px}}@media(max-width:749px){.tev__inner{padding:32px var(--page-padding) 36px}.tev .tev__grid{grid-template-columns:1fr;column-gap:0;row-gap:18px}.tev:is(.tev--mobile-video-first,.tev--mobile-video_first).tev--heading-side .tev__grid,.tev:is(.tev--mobile-video-first,.tev--mobile-video_first).tev--heading-above .tev__grid{grid-template-areas:"head" "stage" "side" "thumbs"}.tev:is(.tev--mobile-video-first,.tev--mobile-video_first).tev--heading-side.tev--single .tev__grid,.tev:is(.tev--mobile-video-first,.tev--mobile-video_first).tev--heading-above.tev--single .tev__grid{grid-template-areas:"head" "stage" "side"}.tev:is(.tev--mobile-video-first,.tev--mobile-video_first).tev--heading-hidden .tev__grid{grid-template-areas:"stage" "side" "thumbs"}.tev:is(.tev--mobile-video-first,.tev--mobile-video_first).tev--heading-hidden.tev--single .tev__grid{grid-template-areas:"stage" "side"}.tev:is(.tev--mobile-quote-first,.tev--mobile-quote_first).tev--heading-side .tev__grid,.tev:is(.tev--mobile-quote-first,.tev--mobile-quote_first).tev--heading-above .tev__grid{grid-template-areas:"head" "side" "stage" "thumbs"}.tev:is(.tev--mobile-quote-first,.tev--mobile-quote_first).tev--heading-side.tev--single .tev__grid,.tev:is(.tev--mobile-quote-first,.tev--mobile-quote_first).tev--heading-above.tev--single .tev__grid{grid-template-areas:"head" "side" "stage"}.tev:is(.tev--mobile-quote-first,.tev--mobile-quote_first).tev--heading-hidden .tev__grid{grid-template-areas:"side" "stage" "thumbs"}.tev:is(.tev--mobile-quote-first,.tev--mobile-quote_first).tev--heading-hidden.tev--single .tev__grid{grid-template-areas:"side" "stage"}.tev .tev__stage{width:100%;margin-inline:auto;max-width:none}.tev.tev--mobile-width-contained .tev__stage{max-width:min(280px,72vw)}.tev .tev__stage .tev__video{aspect-ratio:var(--tev-mobile-ratio, 4/5);background:var(--tev-mobile-video-bg, #d6e3ee)}.tev .tev__media{object-fit:var(--tev-mobile-fit, cover);object-position:center 18%}.tev.tev--mobile-fit-contain .tev__media{object-fit:contain;object-position:center}.tev .tev__thumbs-block,.tev .tev__card{max-width:none}.tev__title{font-size:34px}.tev__intro{max-width:none}.tev__link--desktop{display:none}.tev__link--mobile{display:inline-block;margin-top:8px;grid-column:1 / -1}.tev__card{padding:30px 28px}.tev__quote-text{font-size:23px;min-height:0}.tev__thumbs{padding-bottom:4px}.tev__modal{padding:20px}.tev__modal-frame{height:80vh;max-height:80vh}.tev__close{top:10px;right:10px}.tev__expand,.tev__close{width:44px;height:44px}}.tev__eyebrow{font-family:var(--tev-body, inherit);font-size:11px;letter-spacing:.18em;text-transform:uppercase;color:var(--tev-muted,#5a6473);margin-bottom:14px}.tev__mark{display:none;font-family:var(--tev-heading, Georgia, serif);font-weight:500;pointer-events:none}.tev__count{display:none;font-family:var(--tev-body, inherit);font-size:11px;letter-spacing:.16em;color:var(--tev-muted,#5a6473);font-variant-numeric:tabular-nums;white-space:nowrap}.tev__thumb:focus-visible .tev__thumb-frame,.tev__cardv:focus-visible{outline:2px solid var(--tev-text,#031c2c);outline-offset:3px}@media(prefers-reduced-motion:no-preference){.tev--layout-spotlight .tev__video.is-active,.tev--layout-spotlight .tev__quote.is-active,.tev--layout-editorial .tev__video.is-active,.tev--layout-editorial .tev__quote.is-active,.tev--layout-cards .tev__quote.is-active{animation:tev-fade .3s ease}}@keyframes tev-fade{0%{opacity:0}to{opacity:1}}.tev--layout-spotlight .tev__play,.tev--layout-editorial .tev__play{background:#ffffff2e;border:1.5px solid rgba(255,255,255,.85);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:none}.tev--layout-spotlight .tev__play:after,.tev--layout-editorial .tev__play:after{filter:drop-shadow(0 1px 3px rgba(0,0,0,.35))}.tev.tev--layout-spotlight{background:var(--tev-band,#f4f8fb)}.tev.tev--layout-spotlight .tev__rule{display:none}.tev.tev--layout-spotlight .tev__head{text-align:center;margin-bottom:var(--tev-head-gap, 44px)}.tev.tev--layout-spotlight .tev__title{margin:0;font-size:clamp(28px,3.4vw,40px)}.tev.tev--layout-spotlight .tev__intro{margin:14px auto 0;max-width:560px}.tev.tev--layout-spotlight .tev__card{background:#fff;border:1px solid rgba(3,28,44,.08);border:1px solid color-mix(in srgb,var(--tev-text,#031c2c) 8%,transparent);height:100%;box-sizing:border-box;padding:28px 32px 22px;min-height:0;display:flex;flex-direction:column}.tev.tev--layout-spotlight .tev__side{height:100%;min-height:0;display:flex;flex-direction:column}.tev.tev--layout-spotlight .tev__quote.is-active{display:flex;flex-direction:column;height:100%;min-height:0}.tev.tev--layout-spotlight .tev__quote-text{font-size:19px;line-height:1.35;min-height:0}.tev.tev--layout-spotlight .tev__mark{display:block;font-size:44px;line-height:.7;margin-bottom:10px;color:#97a7b4;color:color-mix(in srgb,var(--tev-card,#d6e3ee) 70%,var(--tev-text,#031c2c) 30%)}.tev.tev--layout-spotlight .tev__person{margin-top:auto;padding-top:16px}.tev.tev--layout-spotlight .tev__thumbs{gap:10px}.tev.tev--layout-spotlight .tev__thumb{flex:0 0 62px}.tev.tev--layout-spotlight .tev__thumb:first-child{margin-left:auto}.tev.tev--layout-spotlight .tev__thumb:last-child{margin-right:auto}.tev.tev--layout-spotlight .tev__thumb-frame{border-radius:10px}.tev.tev--layout-spotlight .tev__thumb:not(.is-active) .tev__thumb-frame{opacity:.75}.tev.tev--layout-spotlight .tev__thumb:hover .tev__thumb-frame{opacity:1}.tev.tev--layout-spotlight .tev__thumb-label,.tev.tev--layout-spotlight .tev__play-sm{display:none}.tev.tev--layout-spotlight .tev__thumbs-nav{justify-content:center;margin-top:16px}.tev.tev--layout-spotlight .tev__thumbs-arrow{display:none}.tev.tev--layout-spotlight .tev__count{display:inline-block}@media(min-width:750px){.tev.tev--layout-spotlight .tev__grid{grid-template-columns:minmax(240px,var(--tev-portrait, 300px)) minmax(280px,470px);grid-template-rows:auto minmax(0,1fr) auto;justify-content:center;align-items:stretch;gap:0 26px;width:min(100%,var(--tev-maxw, 960px));margin-inline:auto}.tev.tev--layout-spotlight:not(.tev--heading-hidden) .tev__grid{grid-template-areas:"head head" "stage side" "stage thumbs"}.tev.tev--layout-spotlight:not(.tev--heading-hidden).tev--single .tev__grid{grid-template-areas:"head head" "stage side";grid-template-rows:auto minmax(0,1fr)}.tev.tev--layout-spotlight.tev--heading-hidden .tev__grid{grid-template-areas:"stage side" "stage thumbs";grid-template-rows:minmax(0,1fr) auto}.tev.tev--layout-spotlight.tev--heading-hidden.tev--single .tev__grid{grid-template-areas:"stage side";grid-template-rows:minmax(0,1fr)}.tev.tev--layout-spotlight .tev__head{align-self:center;margin-bottom:var(--tev-head-gap, 44px)}.tev.tev--layout-spotlight .tev__thumbs-block{margin-top:12px;align-self:end}.tev.tev--layout-spotlight .tev__stage{min-height:0}.tev.tev--layout-spotlight .tev__stage .tev__video{aspect-ratio:9/16;height:100%;width:100%;border:none;border-radius:20px;box-shadow:0 22px 48px #031c2c24}}.tev.tev--layout-editorial .tev__rule{display:none}.tev.tev--layout-editorial .tev__head{margin-bottom:0}.tev.tev--layout-editorial.tev--heading-above .tev__head{margin-bottom:var(--tev-head-gap, 44px)}.tev.tev--layout-editorial .tev__eyebrow{margin-bottom:0}.tev.tev--layout-editorial .tev__title{margin:18px 0 0}.tev.tev--layout-editorial .tev__side{min-height:0;display:flex;flex-direction:column}.tev.tev--layout-editorial .tev__card{background:transparent;border-radius:0;padding:0;position:relative;overflow:visible;flex:1;min-height:0;display:flex;flex-direction:column}.tev.tev--layout-editorial .tev__quote{position:relative}.tev.tev--layout-editorial .tev__quote.is-active{display:flex;flex-direction:column;min-height:0}.tev.tev--layout-editorial .tev__mark{display:block;position:static;font-size:64px;line-height:.85;margin:0 0 10px;color:var(--tev-card,#d6e3ee)}.tev.tev--layout-editorial .tev__quote-text{position:relative;z-index:1;font-size:clamp(19px,1.8vw,23px);line-height:1.35;min-height:0;max-width:24em}.tev.tev--layout-editorial .tev__person{position:relative;z-index:1;margin-top:22px;padding-top:0;padding-bottom:0;gap:18px;align-items:center}.tev.tev--layout-editorial .tev__name{margin-bottom:6px;line-height:1.35}.tev.tev--layout-editorial .tev__role{line-height:1.6}.tev.tev--layout-editorial .tev__thumbs-block{display:flex;align-items:flex-end;gap:16px;border-top:1px solid rgba(3,28,44,.1);border-top:1px solid color-mix(in srgb,var(--tev-text,#031c2c) 10%,transparent);padding-top:24px;margin-top:0;align-self:end;flex:none}.tev.tev--layout-editorial .tev__thumbs{flex:1 1 auto;gap:12px}.tev.tev--layout-editorial .tev__thumb{flex:0 1 82px;min-width:48px}.tev.tev--layout-editorial .tev__thumb-frame{border-radius:10px}.tev.tev--layout-editorial .tev__thumb:not(.is-active) .tev__thumb-frame{opacity:.75}.tev.tev--layout-editorial .tev__thumb:hover .tev__thumb-frame{opacity:1}.tev.tev--layout-editorial .tev__play-sm{display:none}.tev.tev--layout-editorial .tev__thumbs-nav{margin:0 0 2px;flex:none;align-items:center;gap:14px}.tev.tev--layout-editorial .tev__count{display:inline-block}.tev.tev--layout-editorial .tev__thumbs-arrow{width:34px;height:34px;background:#fff;box-shadow:none;border:1px solid rgba(3,28,44,.22);border:1px solid color-mix(in srgb,var(--tev-text,#031c2c) 22%,transparent)}@media(min-width:750px){.tev.tev--layout-editorial .tev__grid{column-gap:56px;row-gap:0;align-items:stretch;grid-template-rows:auto minmax(0,1fr) auto}.tev.tev--layout-editorial.tev--heading-above.tev--single .tev__grid{grid-template-rows:auto minmax(0,1fr)}.tev.tev--layout-editorial.tev--heading-hidden .tev__grid{grid-template-rows:minmax(0,1fr) auto}.tev.tev--layout-editorial.tev--heading-hidden.tev--single .tev__grid{grid-template-rows:minmax(0,1fr)}.tev.tev--layout-editorial .tev__stage{min-height:0}.tev.tev--layout-editorial .tev__stage .tev__video{height:100%;width:100%;aspect-ratio:9/16;border:none;border-radius:20px;box-shadow:0 22px 48px #031c2c1f}}.tev.tev--layout-cards .tev__grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"head" "cards";justify-items:stretch}.tev.tev--layout-cards.tev--heading-hidden .tev__grid{grid-template-areas:"cards"}.tev.tev--layout-cards.tev--cards-quote .tev__grid{grid-template-areas:"head" "cards" "quote"}.tev.tev--layout-cards.tev--cards-quote.tev--heading-hidden .tev__grid{grid-template-areas:"cards" "quote"}.tev.tev--layout-cards .tev__head{text-align:center;max-width:640px;width:100%;margin-inline:auto;justify-self:stretch}.tev.tev--layout-cards .tev__title{margin:0;font-size:clamp(28px,3.2vw,38px);word-break:normal;overflow-wrap:break-word}.tev.tev--layout-cards .tev__side{grid-area:quote;justify-self:center;width:100%;max-width:680px;min-width:0}.tev.tev--layout-cards .tev__card{background:var(--tev-card,#d6e3ee);border-radius:18px;padding:32px 36px 28px;text-align:center}.tev.tev--layout-cards .tev__mark{display:block;font-size:46px;line-height:.7;margin:0 auto 14px;color:#97a7b4;color:color-mix(in srgb,var(--tev-card,#d6e3ee) 70%,var(--tev-text,#031c2c) 30%)}.tev.tev--layout-cards .tev__quote-text{font-size:21px;line-height:1.45;min-height:0}.tev.tev--layout-cards .tev__person{display:none}.tev__cardv.is-active{outline:2px solid var(--tev-text,#031c2c);outline-offset:2px}.tev__cards{grid-area:cards;display:grid;gap:16px;grid-template-columns:repeat(var(--tev-thumbs,4),minmax(0,1fr));min-width:0}.tev.tev--layout-cards .tev__rule{display:none}.tev.tev--layout-cards .tev__intro{margin:16px auto 0;max-width:46ch}.tev__cardv{position:relative;aspect-ratio:9/16;border-radius:16px;overflow:hidden;border:none;padding:0;background:repeating-linear-gradient(135deg,#d7e0ea 0 2px,#eaeef3 2px 11px);cursor:pointer;text-align:left;display:block;width:100%}@media(prefers-reduced-motion:no-preference){.tev__cardv{transition:transform .18s ease,box-shadow .18s ease}}@media(hover:hover){.tev__cardv:hover{transform:translateY(-4px);box-shadow:0 18px 38px #031c2c29}}.tev__cardv .tev__media{position:absolute;top:0;right:0;bottom:0;left:0;width:100%;height:100%;object-fit:cover;object-position:center}.tev__cardv .tev__placeholder{position:absolute;top:0;right:0;bottom:0;left:0;display:block}.tev__cardv-veil{position:absolute;top:0;right:0;bottom:0;left:0;pointer-events:none;background:linear-gradient(180deg,#031c2c00 52%,#031c2c9e)}.tev__cardv .tev__play-sm{inset:auto;top:12px;right:12px;left:auto;margin:0;width:34px;height:34px;background:#fff3;border:1px solid rgba(255,255,255,.8);-webkit-backdrop-filter:blur(4px);backdrop-filter:blur(4px);box-shadow:none}.tev__cardv-meta{position:absolute;left:14px;right:14px;bottom:12px;color:#fff;font-family:var(--tev-body, inherit);text-shadow:0 1px 6px rgba(0,0,0,.3)}.tev__cardv-meta b{display:block;font-size:13px;font-weight:700}.tev__cardv-meta span{display:block;font-size:11px;opacity:.85}@media(min-width:750px){.tev.tev--layout-cards .tev__grid{width:min(100%,var(--tev-maxw, 1080px));margin-inline:auto;row-gap:var(--tev-head-gap, 46px)}}@media(max-width:749px){.tev--vp-desktop{display:none}}@media(min-width:750px){.tev--vp-mobile{display:none}}@media(max-width:749px){.tev.tev--layout-spotlight .tev__card{padding:30px 24px 26px}.tev.tev--layout-spotlight .tev__quote-text{font-size:20px}.tev.tev--layout-spotlight .tev__mark{font-size:46px;margin-bottom:12px}.tev.tev--layout-spotlight .tev__thumbs-block{margin-top:4px}.tev.tev--layout-editorial .tev__card{padding-top:0}.tev.tev--layout-editorial .tev__mark{font-size:56px;margin-bottom:8px}.tev.tev--layout-editorial .tev__quote-text{font-size:22px}.tev.tev--layout-editorial .tev__thumbs-block{flex-wrap:wrap}.tev.tev--layout-editorial .tev__thumb{flex:0 0 72px}.tev.tev--layout-cards .tev__grid,.tev.tev--layout-cards.tev--heading-above .tev__grid,.tev.tev--layout-cards.tev--heading-side .tev__grid,.tev.tev--layout-cards:is(.tev--mobile-video-first,.tev--mobile-video_first,.tev--mobile-quote-first,.tev--mobile-quote_first).tev--heading-above .tev__grid,.tev.tev--layout-cards:is(.tev--mobile-video-first,.tev--mobile-video_first,.tev--mobile-quote-first,.tev--mobile-quote_first).tev--heading-side .tev__grid{grid-template-columns:minmax(0,1fr);grid-template-areas:"head" "cards";width:100%}.tev.tev--layout-cards.tev--cards-quote .tev__grid,.tev.tev--layout-cards.tev--cards-quote.tev--heading-above .tev__grid,.tev.tev--layout-cards.tev--cards-quote:is(.tev--mobile-video-first,.tev--mobile-video_first,.tev--mobile-quote-first,.tev--mobile-quote_first).tev--heading-above .tev__grid{grid-template-areas:"head" "cards" "quote"}.tev.tev--layout-cards.tev--heading-hidden .tev__grid{grid-template-areas:"cards"}.tev.tev--layout-cards.tev--cards-quote.tev--heading-hidden .tev__grid{grid-template-areas:"cards" "quote"}.tev.tev--layout-cards .tev__head{max-width:none;width:100%;text-align:left;justify-self:stretch}.tev.tev--layout-cards .tev__title{font-size:clamp(28px,8vw,34px);line-height:1.15;word-break:normal;overflow-wrap:break-word}.tev__cards{display:flex;overflow-x:auto;gap:12px;scroll-snap-type:x mandatory;-webkit-overflow-scrolling:touch;scrollbar-width:none;margin:0 calc(-1 * var(--page-padding));padding:6px var(--page-padding) 10px;min-width:0}.tev__cards::-webkit-scrollbar{display:none}.tev__cardv{flex:0 0 min(62vw,240px);scroll-snap-align:center}.tev.tev--layout-cards .tev__side{max-width:none}.tev.tev--layout-cards .tev__card{padding:28px 24px 24px}.tev.tev--layout-cards .tev__quote-text{font-size:19px}}
/*# sourceMappingURL=/cdn/shop/t/24/compiled_assets/styles.css.map */
