@property --angle{syntax:"<angle>";inherits:true;initial-value:0deg}@property --glow-strength{syntax:"<number>";inherits:true;initial-value:0}@keyframes spins{from{--angle:0deg}to{--angle:360deg}}.animated-border{--border-glow-color:var(--green-300);--border-base-color:var(--ivory-300);--border-edge-thickness:2px;--border-edge-thickness-top:0;--border-edge-thickness-right:var(--border-edge-thickness);--border-edge-thickness-bottom:0;--border-edge-thickness-left:var(--border-edge-thickness);--border-glow-radius:500px;--cursor-x:0;--cursor-y:0;--glow-strength:0;position:relative}.animated-border.border-top,.animated-border.border-right,.animated-border.border-bottom,.animated-border.border-left{--border-edge-thickness-top:0;--border-edge-thickness-right:0;--border-edge-thickness-bottom:0;--border-edge-thickness-left:0}.animated-border.border-top{--border-edge-thickness-top:var(--border-edge-thickness)}.animated-border.border-right{--border-edge-thickness-right:var(--border-edge-thickness)}.animated-border.border-bottom{--border-edge-thickness-bottom:var(--border-edge-thickness)}.animated-border.border-left{--border-edge-thickness-left:var(--border-edge-thickness)}.animated-border.border-all{--border-edge-thickness-top:var(--border-edge-thickness);--border-edge-thickness-right:var(--border-edge-thickness);--border-edge-thickness-bottom:var(--border-edge-thickness);--border-edge-thickness-left:var(--border-edge-thickness)}.animated-border::before{content:"";position:absolute;inset:0;box-sizing:border-box;pointer-events:none;z-index:1;padding:var(--border-edge-thickness-top) var(--border-edge-thickness-right) var(--border-edge-thickness-bottom) var(--border-edge-thickness-left);background:radial-gradient(circle var(--border-glow-radius) at var(--cursor-x) var(--cursor-y),color-mix(in oklab,var(--border-glow-color) calc(var(--glow-strength) * 100%),var(--border-base-color)) 0%,color-mix(in oklab,var(--border-glow-color) calc(var(--glow-strength) * 55%),var(--border-base-color)) 40%,var(--border-base-color) 100%);-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask-composite:exclude}@media screen and (max-width:767.98px){.side-borders-md::before{content:none}}@media screen and (max-width:1023.98px){.side-borders-lg::before{content:none}}.separator{width:100%;height:2px;background-color:var(--ivory-300)}.separator.animated-border::before{padding:0;-webkit-mask:none;mask:none}body[data-pro-mode] .animated-border{--border-glow-color:var(--yellow-500);--border-base-color:var(--gray-600)}@property --scale-fill-top-alpha{syntax:"<percentage>";inherits:true;initial-value:6%}@property --scale-fill-bottom-alpha{syntax:"<percentage>";inherits:true;initial-value:25%}@keyframes scale-text-fade-in{from{opacity:0}to{opacity:1}}@keyframes scale-drag-callout-pulse{0%,100%{transform:translateX(-50%) scale(1)}50%{transform:translateX(-50%) scale(1.05)}}@keyframes scale-drag-callout-arrow-nudge{0%,100%{transform:translateX(0)}50%{transform:translateX(.25rem)}}@keyframes scale-drag-callout-arrow-nudge-flipped{0%,100%{transform:rotate(180deg) translateX(0)}50%{transform:rotate(180deg) translateX(.25rem)}}.scale-section{--scale-heading-color:var(--green-700);--scale-text-color:var(--ivory-800);--scale-level-color:var(--green-700);--scale-track-tick-color:var(--ivory-400);--scale-track-border-color:var(--ivory-300);--scale-fill-base-color:var(--green-200);--scale-border-color:var(--ivory-400);--scale-indicator-color:var(--green-800);--scale-indicator-halo-color:var(--green-300);--scale-indicator-glow-color:var(--green-50);--scale-progress:15%;--scale-fill-top-alpha:6%;--scale-fill-bottom-alpha:25%;overflow:hidden;transition:--scale-fill-top-alpha .4s ease,--scale-fill-bottom-alpha .4s ease}.scale-section[data-level="1"]{--scale-progress:50%;--scale-fill-top-alpha:11%;--scale-fill-bottom-alpha:42%}.scale-section[data-level="2"]{--scale-progress:85%;--scale-fill-top-alpha:16%;--scale-fill-bottom-alpha:60%}.scale-section .scale-header{display:flex;align-items:flex-start;justify-content:space-between;gap:2rem;padding:3rem 2rem 0}.scale-section .scale-header .text-content{max-width:34rem}.scale-section .scale-header .text-content h2{color:var(--scale-heading-color);font:var(--mkt-h1-semibold)}.scale-section .scale-header .text-content p{margin-top:.5rem;color:var(--scale-text-color);font:var(--mkt-body-md-regular)}.scale-section .scale-header .scale-level{display:none;color:var(--scale-level-color);font:var(--mkt-h1-medium)}.scale-section .scale{padding:3rem 0 4rem;margin:.5rem}.scale-section .scale .scale-hint{display:none;align-items:baseline;justify-content:space-between;gap:1rem;margin-bottom:2.25rem}.scale-section .scale .scale-hint .scale-hint-label{color:var(--scale-text-color)}.scale-section .scale .scale-hint .scale-level{color:var(--scale-heading-color)}.scale-section .scale .scale-hint .scale-hint-label,.scale-section .scale .scale-hint .scale-level{font:var(--spaced-md-medium);letter-spacing:.06em;text-transform:uppercase}.scale-section .scale .scale-track{position:relative;height:3.5rem;user-select:none;border-bottom:3px solid var(--scale-track-border-color)}.scale-section .scale .scale-track::before{content:"";position:absolute;inset:30% 0;z-index:2;background:repeating-linear-gradient(to right,var(--scale-track-tick-color) 0,var(--scale-track-tick-color) 2px,transparent 1px,transparent 10%)}.scale-section .scale .scale-track::after{content:"";position:absolute;left:0;right:0;bottom:0;height:2rem}.scale-section .scale .scale-track .scale-fill{position:absolute;left:0;bottom:0;z-index:1;width:var(--scale-progress);height:100%;border:1px solid var(--scale-border-color);border-top-left-radius:.625rem;background:linear-gradient(to bottom,color-mix(in srgb,var(--scale-fill-base-color) var(--scale-fill-top-alpha),transparent) 28.571%,color-mix(in srgb,var(--scale-fill-base-color) var(--scale-fill-bottom-alpha),transparent));transition:width .4s ease}.scale-section .scale .scale-track .scale-zones{position:absolute;inset:0;z-index:4;display:flex}.scale-section .scale .scale-track .scale-zones .scale-zone{flex:1;cursor:pointer}.scale-section .scale .scale-track .scale-indicator{position:absolute;left:var(--scale-progress);bottom:100%;z-index:5;width:3.25rem;height:3.25rem;transform:translate(-50%,50%);cursor:grab;touch-action:none;border-radius:50%;background:radial-gradient(closest-side,var(--scale-indicator-color) 0 26.7%,var(--scale-indicator-halo-color) 26.7% 53.3%,color-mix(in srgb,var(--scale-indicator-glow-color) 25%,transparent) 53.3% 100%);transition:left .4s ease}.scale-section .scale .scale-track .scale-indicator::before{content:"";position:absolute;top:50%;left:50%;width:3px;height:3.5rem;transform:translateX(-50%);border-radius:1.5px;background-color:var(--scale-indicator-color)}.scale-section .scale .scale-track .scale-indicator::after{content:"";position:absolute;inset:0;border-radius:50%;padding:1px;background:linear-gradient(to bottom,var(--scale-border-color),transparent 50%,var(--scale-border-color));-webkit-mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);-webkit-mask-composite:xor;mask:linear-gradient(#fff 0 0) content-box,linear-gradient(#fff 0 0);mask-composite:exclude}.scale-section .scale .scale-track .scale-drag-callout{position:absolute;left:var(--scale-progress);top:calc(100% + .875rem);z-index:5;gap:.5rem;transform:translateX(-50%);pointer-events:none;animation:scale-drag-callout-pulse 2.4s ease-in-out infinite;transition:left .4s ease,opacity .3s ease}.scale-section .scale .scale-track .scale-drag-callout .scale-drag-callout-arrow{width:1rem;height:1rem;background-color:currentColor;mask:url("/images/90837f531266d36a.svg") no-repeat center/contain;animation:scale-drag-callout-arrow-nudge 2.4s ease-in-out infinite}.scale-section .scale .scale-track .scale-drag-callout .scale-drag-callout-arrow.left{transform:rotate(180deg);animation-name:scale-drag-callout-arrow-nudge-flipped}.scale-section .scale .scale-track .scale-drag-callout.dismissed{opacity:0;animation:none}.scale-section .scale .scale-track.dragging .scale-fill{transition:none}.scale-section .scale .scale-track.dragging .scale-indicator{transition:none;cursor:grabbing}.scale-section .scale-container{display:flex;gap:2rem;position:relative}.scale-section .scale-container .scale-text{display:none;width:35%;margin:0;padding:2rem}.scale-section .scale-container .scale-text.active{display:block;animation:scale-text-fade-in .6s ease}.scale-section .scale-container .scale-text h3{margin-bottom:.5rem;color:var(--scale-heading-color);font:var(--mkt-h2-semibold)}.scale-section .scale-container .scale-text p{color:var(--scale-text-color);font:var(--mkt-body-md-regular)}.scale-section .scale-container .scale-illustration-container{flex:1;min-height:20rem}@media screen and (max-width:768px){.scale-section{display:flex;flex-direction:column}.scale-section .scale-header{display:contents}.scale-section .text-content{order:1;max-width:none;padding:2rem 0 1.5rem}.scale-section .scale-header .scale-level{display:none}.scale-section .scale{order:2;padding:1.5rem 0 5rem;margin:0;border-top:1px solid var(--scale-track-border-color)}.scale-section .scale .scale-hint{display:flex}.scale-section .scale .scale-drag-callout{display:none}.scale-section .scale-container{order:3;flex-direction:column;gap:1.5rem}.scale-section .scale-container .scale-illustration-container{order:1;min-height:0;bottom:0}.scale-section .scale-container .scale-text{order:2;width:100%;padding:0 0 2rem}.scale-section .scale-container .scale-text h3{display:none}}.scale-illustration{position:relative;width:100%;max-width:41rem;margin:auto;aspect-ratio:656/447;bottom:-2.5rem}.scale-illustration .scale-element{position:absolute;background:no-repeat center/contain;opacity:0;transform:translateY(-2.5rem);pointer-events:none;transition:opacity .5s ease,transform .5s ease}.scale-illustration .scale-element.visible{opacity:1;transform:translateY(0)}.scale-illustration .scale-el-table{inset:0;opacity:1;transform:none;transition:none;background-image:url("/images/33c4c112ce1af48a.svg");z-index:1}.scale-illustration .scale-el-glow-wave{left:20%;top:-16%;width:55%;aspect-ratio:359/196;background-image:url("/images/06a89e210b7ffd74.svg");z-index:2}.scale-illustration .scale-el-glow-beam{left:20%;top:13%;width:16.5%;aspect-ratio:108/199;background-image:url("/images/463a2a9071ab16d5.svg");z-index:3}.scale-illustration .scale-el-desk-lamp{left:1%;top:20%;width:29.5%;aspect-ratio:194/179;background-image:url("/images/18b676e734d14847.svg");z-index:4}.scale-illustration .scale-el-potted-plant{left:60%;top:-25%;width:17.5%;aspect-ratio:116/180;background-image:url("/images/dc4b77180bba048b.svg");z-index:4}.scale-illustration .scale-el-open-book{left:16%;top:52%;width:29%;aspect-ratio:190/118;background-image:url("/images/cc6bb81e2f4c1d3f.svg");z-index:4}.scale-illustration .scale-el-laptop{left:31%;top:0;width:38.5%;aspect-ratio:254/270;background-image:url("/images/c68746d48163f60f.svg");z-index:3}.scale-illustration .scale-el-sticky-notes{left:65%;top:20%;width:17%;aspect-ratio:113/59;background-image:url("/images/5707a8a749579c2b.svg");z-index:6}.scale-illustration .scale-el-id-card{left:70%;top:20%;width:16.5%;aspect-ratio:108/68;background-image:url("/images/45d4dd9385019c8b.svg");z-index:6}.scale-illustration .scale-el-browser-window{left:40%;top:-6%;width:19%;aspect-ratio:123/153;background-image:url("/images/83ae328615803b8b.svg");z-index:7}.scale-illustration .scale-el-video-icon{left:54%;top:0%;width:9%;aspect-ratio:58/79;background-image:url("/images/502665f11bf48518.svg");z-index:7}.scale-illustration .scale-el-lock-icon{left:26%;top:47%;width:9.5%;aspect-ratio:63/94;background-image:url("/images/a85ec5b3e7e302c2.svg");z-index:7}.scale-illustration .scale-el-backpack{left:55%;top:-22%;width:21.5%;aspect-ratio:142/187;background-image:url("/images/6fd4bb75a57c8bc6.svg");z-index:2}.scale-illustration .scale-el-spiral-notebook{left:17%;top:56%;width:23%;aspect-ratio:152/99;background-image:url("/images/782fd4e743121c5a.svg");z-index:4}.scale-illustration .scale-el-student-id{left:68%;top:18%;width:19.5%;aspect-ratio:129/81;background-image:url("/images/c35589ba97a40b95.svg");z-index:6}.scale-illustration .scale-el-mug{left:24%;top:49%;width:14.5%;aspect-ratio:96/98;background-image:url("/images/c38845adce610423.svg");z-index:5}.scale-illustration .scale-el-tablet{left:54%;top:0%;width:14%;aspect-ratio:91/113;background-image:url("/images/648ae8f5f6adc09a.svg");z-index:5}.scale-illustration .scale-el-battery{left:67%;top:0%;width:12%;aspect-ratio:78/87;background-image:url("/images/677259b10a302eb9.svg");z-index:4}.scale-illustration .scale-el-folder{left:60%;top:-15%;width:22%;aspect-ratio:146/183;background-image:url("/images/6d4784c1a740eeba.svg");z-index:2}.scale-illustration .scale-el-notepad{left:17%;top:50%;width:29.5%;aspect-ratio:193/125;background-image:url("/images/ec339c7bbbb736da.svg");z-index:4}.scale-illustration .scale-el-id-phone{left:24%;top:52%;width:19.5%;aspect-ratio:129/81;background-image:url("/images/43aeb9966e83a13a.svg");z-index:3}.scale-illustration .scale-el-laptop-stand{left:24%;top:13%;width:52.5%;aspect-ratio:345/239;background-image:url("/images/68ccaa6c35e2c993.svg");z-index:2}.scale-illustration .scale-el-laptop-raised{left:31%;top:-12%;width:38.5%;aspect-ratio:254/270;background-image:url("/images/42ec19ca4badd7cf.svg");z-index:3}.scale-illustration .scale-el-books{left:60%;top:-16%;width:19.5%;aspect-ratio:127/171;background-image:url("/images/0445731fe8c8e105.svg");z-index:2}.scale-illustration .scale-el-memo-pad{left:20%;top:60%;width:20%;aspect-ratio:133/88;background-image:url("/images/8920335a45ebc732.svg");z-index:5}.scale-illustration .scale-el-id-badge{left:22%;top:62%;width:16.5%;aspect-ratio:108/68;background-image:url("/images/b3997f764201cd3b.svg");z-index:6}.scale-illustration[data-illustration=credentialing] .scale-el-browser-window{top:-16%}.scale-illustration[data-illustration=credentialing] .scale-el-video-icon{top:-10%;left:54%}.scale-section.pro .scale-el-table{background-image:url("/images/71a3dc8a8b103d72.svg")}.scale-section.pro .scale-el-laptop{background-image:url("/images/42ec19ca4badd7cf.svg")}.scale-section.pro .scale-el-desk-lamp{background-image:url("/images/dee85418c2decc85.svg")}.scale-section.pro .scale-el-browser-window{background-image:url("/images/a15160427f4f22a1.svg")}.scale-section.pro .scale-el-video-icon{background-image:url("/images/f1efa6a54024cc36.svg")}.scale-section.pro .scale-el-student-id{background-image:url("/images/43aeb9966e83a13a.svg")}.scale-section.pro .scale-el-lock-icon{background-image:url("/images/a7f91338b8f28f51.svg")}.scale-section.pro .scale-el-glow-wave{background-image:url("/images/6f0465d6bbcb91c6.svg")}.scale-section.pro .scale-el-glow-beam{background-image:url("/images/e94b3c84cb191e4f.svg")}@media (prefers-reduced-motion:reduce){.scale-illustration .scale-element{transition:none}.scale-section .scale-drag-callout,.scale-section .scale-drag-callout .scale-drag-callout-arrow{animation:none}}body[data-pro-mode] .scale-section{--scale-heading-color:var(--ivory-50);--scale-text-color:var(--gray-200);--scale-level-color:var(--yellow-400);--scale-track-tick-color:var(--gray-400);--scale-track-border-color:var(--gray-400);--scale-fill-base-color:var(--yellow-200);--scale-border-color:var(--gray-600);--scale-indicator-color:var(--yellow-500);--scale-indicator-halo-color:var(--yellow-300);--scale-indicator-glow-color:var(--yellow-50)}.industriePages{overflow-x:clip}.industriePages h1,.industriePages h2{color:var(--ivory-950);font:var(--mkt-h1-semibold);margin-bottom:1rem}.industriePages h3{color:var(--ivory-950);font:var(--mkt-h3-semibold)}.industriePages p{color:var(--ivory-800);font:var(--mkt-body-md-regular)}.industriePages .arrow-icon,.industriePages .chevron-icon{height:20px;width:20px;flex-shrink:0}.industriePages .arrow-icon{background-color:var(--gray-800);mask:url("/images/90837f531266d36a.svg") no-repeat center/contain}.industriePages .chevron-icon{background-color:var(--black);mask:url("/images/84fe441d5d13a85e.svg") no-repeat center/contain}.industriePages .learn-more{align-self:flex-start;display:inline-flex;align-items:center;gap:.5rem;color:var(--green-600)}.industriePages .learn-more .arrow-icon{background-color:currentColor;background-image:none;mask:url("/images/90837f531266d36a.svg") no-repeat center/contain;-webkit-mask:url("/images/90837f531266d36a.svg") no-repeat center/contain;transition:transform var(--transition-duration-200) ease-out}.industriePages .learn-more:hover{color:var(--green-700)}.industriePages .learn-more:hover .arrow-icon{transform:translateX(4px)}.industriePages .hero-section{position:relative;margin-bottom:0;padding-bottom:3.75rem}@media screen and (min-width:768px){.industriePages .hero-section{padding-bottom:5.75rem}}.industriePages .hero-section .orb-field{--orb-field-inset:calc(var(--site-header-height) * -1) 0 0}.industriePages .hero-section .orb-1{--orb-size:clamp(360px,38.2vw,550px);--orb-x:-5%;--orb-y:13%;--orb-duration:77s}.industriePages .hero-section .orb-2{--orb-size:clamp(280px,28.4vw,409px);--orb-x:6%;--orb-y:24%;--orb-drift:72px;--orb-duration:61s;--orb-delay:-26s}.industriePages .hero-section .orb-3{--orb-size:clamp(280px,28.4vw,409px);--orb-x:87%;--orb-y:61%;--orb-opacity:.5;--orb-blur:50px;--orb-duration:69s;--orb-delay:-13s}.industriePages .hero-section .container{position:relative;z-index:1}.industriePages .hero{padding-top:3rem;padding-bottom:3rem;text-align:center}.industriePages .hero h1{font:var(--mkt-d1-semibold)}.industriePages .hero p{font:var(--mkt-h4-regular)}.industriePages .hero .actions{margin-top:2rem}.industriePages .hero.narrow > *{max-width:600px;margin-inline:auto}@media screen and (max-width:768px){.industriePages .hero{text-align:center}}.industriePages .overflow-illustration{gap:1rem;align-items:center}@media screen and (max-width:768px){.industriePages .overflow-illustration.reverse .content{order:-1}}.industriePages .overflow-illustration img{width:100%;height:auto}.industriePages .overflow-illustration .overflow-tokens{align-self:center;-webkit-mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent),linear-gradient(to bottom,transparent,black 15%,black 85%,transparent);-webkit-mask-composite:source-in;mask-image:linear-gradient(to right,transparent,black 15%,black 85%,transparent),linear-gradient(to bottom,transparent,black 15%,black 85%,transparent);mask-composite:intersect}.industriePages .overflow-illustration p:last-of-type{margin-top:1rem}.industriePages .card-section .cards-intro{padding:4rem 4rem 2rem;text-align:center}.industriePages .card-section .cards-intro h2{color:var(--slate-800)}.industriePages .card-section .cards-intro p{max-width:600px;margin-inline:auto;color:var(--ivory-700)}@media screen and (max-width:768px){.industriePages .card-section .cards-intro{padding:2rem 0}}.industriePages .card-section .explore-cards{gap:1rem;padding-bottom:2rem}@media screen and (min-width:768px){.industriePages .card-section .explore-cards{padding:0 4rem 4rem}}.industriePages .card-section .card-explore{display:flex;flex-direction:column;overflow:hidden;background:var(--white);border:1px solid var(--ivory-300);border-radius:16px;box-shadow:0 4px 10px rgba(0,0,0,.1)}.industriePages .card-section .card-explore .content{display:flex;align-items:flex-start;gap:2rem;padding:1.5rem}.industriePages .card-section .card-explore .content .text{flex:1;min-width:0}.industriePages .card-section .card-explore .content h3{margin-bottom:.5rem}.industriePages .card-section .card-explore .content .description{color:var(--ivory-900);font:var(--mkt-body-md-regular)}.industriePages .card-section .card-explore .content .button{flex-shrink:0}.industriePages .card-section .card-explore .illustration-frame{position:relative;margin-top:auto;width:100%;aspect-ratio:526/232;overflow:hidden;--mask-fade-start:-22%;--mask-fade-end:96%}.industriePages .card-section .card-explore .illustration-frame .illustration{position:absolute;top:-29.5%;left:0;display:block;width:96%;height:auto;max-width:none}@keyframes animation-content-fade-in{from{opacity:0}to{opacity:1}}.industriePages .token-section{padding:2rem}@media screen and (max-width:768px){.industriePages .token-section{padding:1rem 0}}.industriePages .token-section .header-picker{display:flex;align-items:center;justify-content:space-between;border-bottom:1px solid var(--ivory-300);padding-bottom:1rem}@media screen and (max-width:768px){.industriePages .token-section .header-picker{flex-direction:column;gap:1rem}}.industriePages .token-section .animation-wrapper{display:flex;align-items:center}.industriePages .token-section .animation-wrapper .animation-content{display:none;width:30%;color:var(--ivory-800)}.industriePages .token-section .animation-wrapper .animation-content p{margin:.5rem 0 2rem}.industriePages .token-section .animation-wrapper .animation-content.active{display:block;animation:animation-content-fade-in .6s ease}.industriePages .token-section .animation-wrapper .animation-tokens{position:relative;flex:1;height:34rem;overflow:hidden}.industriePages .token-section .animation-wrapper .animation-tokens .token-stack{position:relative;top:4rem;display:flex;flex-direction:column;align-items:center;transition:transform .6s ease}.industriePages .token-section .animation-wrapper .animation-tokens .token{width:min(100%,32rem);aspect-ratio:530/353;flex-shrink:0;background:no-repeat center/contain;transition:transform .6s ease}.industriePages .token-section .animation-wrapper .animation-tokens .token:nth-child(1){z-index:5}.industriePages .token-section .animation-wrapper .animation-tokens .token:nth-child(2){z-index:4}.industriePages .token-section .animation-wrapper .animation-tokens .token:nth-child(3){z-index:3}.industriePages .token-section .animation-wrapper .animation-tokens .token:nth-child(4){z-index:2}.industriePages .token-section .animation-wrapper .animation-tokens .token:nth-child(5){z-index:1}.industriePages .token-section .animation-wrapper .animation-tokens .token + .token{margin-top:-16rem}.industriePages .token-section .animation-wrapper .animation-tokens .token.token-cap-top{background-image:url("/images/c83bd20642ef10cc.svg")}.industriePages .token-section .animation-wrapper .animation-tokens .token.token-integrity{background-image:url("/images/5b0fc90bac827e80.svg")}.industriePages .token-section .animation-wrapper .animation-tokens .token.token-origin{background-image:url("/images/ed59f1615e04d003.svg")}.industriePages .token-section .animation-wrapper .animation-tokens .token.token-vault{background-image:url("/images/26fcf4c8802582a0.svg")}.industriePages .token-section .animation-wrapper .animation-tokens .token.token-cap-bottom{background-image:url("/images/56ee066dae3a6a70.svg")}@media screen and (max-width:768px){.industriePages .token-section .animation-wrapper{flex-direction:column}.industriePages .token-section .animation-wrapper .animation-content{width:100%;padding:2rem 0}.industriePages .token-section .animation-wrapper .animation-tokens{width:100%;height:24rem}.industriePages .token-section .animation-wrapper .animation-tokens .token{width:min(100%,22rem)}.industriePages .token-section .animation-wrapper .animation-tokens .token + .token{margin-top:-11rem}}.industriePages .k12-parallax{--beam-long-progress:0;--beam-short-progress:0;--split-progress:0;--parallax-unit:min(1px,.2cqw);--parallax-length:calc((var(--parallax-unit) + 1px) / 2);--parallax-token-width:min(calc(var(--parallax-unit) * 384),85cqw);--parallax-pair-token-width:min(calc(var(--parallax-unit) * 320),70cqw);--parallax-split-distance:calc(var(--parallax-unit) * 200);--parallax-stack-lift:calc(var(--parallax-unit) * 48);--parallax-split-rise:calc(var(--parallax-unit) * 48);height:240vh}.industriePages .k12-parallax .parallax-viewport{position:sticky;top:0;height:100vh;overflow:hidden}.industriePages .k12-parallax .parallax-layout{display:flex;height:100%;align-items:center}.industriePages .k12-parallax .parallax-text{position:relative;z-index:2;height:100%;flex:0 0 50%;min-width:0}.industriePages .k12-parallax .parallax-content{position:absolute;top:50%;transform:translateY(-50%);opacity:0;visibility:hidden;pointer-events:none;transition:opacity .4s ease,visibility 0s linear .4s}.industriePages .k12-parallax .parallax-content p{margin-bottom:1rem}.industriePages .k12-parallax .parallax-content.active{opacity:1;visibility:visible;pointer-events:auto;transition:opacity .4s ease,visibility 0s}.industriePages .k12-parallax .parallax-animation{--mask-fade-start:10%;--mask-fade-end:100%;position:relative;height:100%;flex:0 0 50%;min-width:0;container-type:inline-size}.industriePages .k12-parallax .parallax-track{position:absolute;top:0;left:0;right:0;min-height:calc(100vh + 20rem);display:flex;flex-direction:column;align-items:center;padding:calc(50vh - var(--parallax-unit) * 256) 0 calc(var(--parallax-unit) * 80);will-change:transform}.industriePages .k12-parallax .parallax-token{position:relative;z-index:1;width:var(--parallax-token-width);aspect-ratio:530/349;background:no-repeat center/contain;opacity:.3;transform:scale(.95);transition:opacity .35s ease,transform .35s ease}.industriePages .k12-parallax .parallax-token.visible{opacity:1;transform:scale(1)}.industriePages .k12-parallax .parallax-token.token-core{background-image:url("/images/c83bd20642ef10cc.svg")}.industriePages .k12-parallax .parallax-token.token-shield{background-image:url("/images/5b0fc90bac827e80.svg")}.industriePages .k12-parallax .parallax-token.token-brain{width:var(--parallax-pair-token-width);aspect-ratio:396/265;background-image:url("/images/ed59f1615e04d003.svg")}.industriePages .k12-parallax .parallax-token.token-lock{width:var(--parallax-pair-token-width);aspect-ratio:386/258;background-image:url("/images/d5ac54e6d4053c29.svg")}.industriePages .k12-parallax .parallax-beam{position:relative;flex-shrink:0;margin:calc(var(--parallax-unit) * -32) 0}.industriePages .k12-parallax .parallax-beam::before,.industriePages .k12-parallax .parallax-beam::after{content:"";position:absolute;inset:0;background:no-repeat top center/contain}.industriePages .k12-parallax .parallax-beam::before{opacity:.25}.industriePages .k12-parallax .parallax-beam::after{clip-path:inset(0 0 calc((1 - var(--beam-progress,0)) * 100%) 0)}.industriePages .k12-parallax .beam-line-long{--beam-progress:var(--beam-long-progress);width:calc(var(--parallax-length) * 3);height:calc(var(--parallax-length) * 250)}.industriePages .k12-parallax .beam-line-long::before,.industriePages .k12-parallax .beam-line-long::after{background-image:url("/images/caf526f25b438f6c.svg");background-size:100% 100%}.industriePages .k12-parallax .beam-line-short{--beam-progress:var(--beam-short-progress);width:calc(var(--parallax-length) * 3);height:calc(var(--parallax-length) * 187)}.industriePages .k12-parallax .beam-line-short::before,.industriePages .k12-parallax .beam-line-short::after{background-image:url("/images/a440fc5f94bef213.svg");background-size:100% 100%}.industriePages .k12-parallax .parallax-fork{display:flex;justify-content:center}.industriePages .k12-parallax .parallax-fork .parallax-beam{--beam-progress:var(--split-progress);width:calc(var(--parallax-unit) * 202);height:calc(var(--parallax-unit) * 266);top:calc(var(--parallax-unit) * 15)}.industriePages .k12-parallax .parallax-fork .parallax-beam::before{opacity:calc(min(var(--split-progress) * 4,1) * .25)}.industriePages .k12-parallax .parallax-fork .beam-split-left{left:calc(var(--parallax-unit) * 2)}.industriePages .k12-parallax .parallax-fork .beam-split-left::before,.industriePages .k12-parallax .parallax-fork .beam-split-left::after{background-image:url("/images/5eac8d42e11529c3.svg")}.industriePages .k12-parallax .parallax-fork .beam-split-right{left:calc(var(--parallax-unit) * -1)}.industriePages .k12-parallax .parallax-fork .beam-split-right::before,.industriePages .k12-parallax .parallax-fork .beam-split-right::after{background-image:url("/images/a2529089fe6cd2a3.svg")}.industriePages .k12-parallax .parallax-pair{display:flex;justify-content:center;gap:calc(var(--parallax-split-distance) * 2 - var(--parallax-pair-token-width));transform:translateY(calc((1 - var(--split-progress)) * var(--parallax-split-rise)))}.industriePages .k12-parallax .parallax-pair-item:first-child{z-index:1;transform:translate(calc((1 - var(--split-progress)) * var(--parallax-split-distance)),calc((1 - var(--split-progress)) * var(--parallax-stack-lift) * -1))}.industriePages .k12-parallax .parallax-pair-item:last-child{transform:translateX(calc((1 - var(--split-progress)) * var(--parallax-split-distance) * -1))}@media screen and (max-width:1024px){.industriePages .k12-parallax .parallax-viewport{top:var(--site-header-offset);height:calc(100vh - var(--site-header-offset))}.industriePages .k12-parallax .parallax-layout{flex-direction:column;align-items:stretch;justify-content:center}.industriePages .k12-parallax .parallax-text{height:auto;flex:0 0 auto;display:grid;padding-top:2rem}.industriePages .k12-parallax .parallax-content{position:static;grid-area:1/1;top:auto;transform:none}.industriePages .k12-parallax .parallax-animation{--mask-fade-start:55%;--mask-fade-end:92%;flex:1 1 auto;width:100%;margin-top:-.75rem;-webkit-mask-image:linear-gradient(0deg,black var(--mask-fade-start),transparent var(--mask-fade-end));mask-image:linear-gradient(0deg,black var(--mask-fade-start),transparent var(--mask-fade-end))}.industriePages .k12-parallax .parallax-track{padding-top:calc(30vh - var(--parallax-unit) * 256 + 4rem)}.industriePages .k12-parallax .parallax-fork{display:none}.industriePages .k12-parallax .parallax-token.token-brain,.industriePages .k12-parallax .parallax-token.token-lock{width:var(--parallax-token-width)}.industriePages .k12-parallax .parallax-pair{flex-direction:column;align-items:center;gap:0;transform:none}.industriePages .k12-parallax .parallax-pair-item:first-child{transform:none;z-index:2}.industriePages .k12-parallax .parallax-pair-item:last-child{margin-top:calc(var(--parallax-unit) * -100);transform:none}}@media screen and (max-width:768px){.industriePages .k12-parallax{--parallax-unit:min(1px,.33cqw)}}.industriePages .card-slider .card-slider-item{gap:2.5rem;background-color:var(--ivory-100)}.industriePages .card-slider .card-slider-item .author{display:flex;align-items:center;gap:1rem}.industriePages .card-slider .card-slider-item .author p{margin-bottom:0;color:var(--ivory-950);font:var(--mkt-h4-bold)}.industriePages .card-slider .card-slider-item .author .featured-icon .icon{background:url("/images/09bb0361525f8a69.svg") no-repeat center/contain}.industriePages .animated-card-inner{text-align:center;margin:0 auto;max-width:720px}.industriePages .animated-card-inner h2,.industriePages .animated-card-inner p{color:var(--white)}