:root{--background:#fff;--surface:#fff;--surface-soft:#f1fffb;--text:#021b24;--muted:#4f5761;--primary:#00b1c1;--primary-dark:#0184b8;--primary-light:#f1fcfe;--secondary:#00d39c;--secondary-light:#e3ffe6;--accent:#fddf03;--accent-light:#f5efc1;--pink:#ff005c;--pink-light:#fadce7;--coral:#f45791;--block-blue:#0184b8;--block-green:#00d39c;--block-yellow:#fddf03;--block-pink:#ff005c;--block-mint:#e3ffe6;--border:#102a431f;--shadow:0 14px 34px #102a431a;--radius:22px;--radius-large:30px;--max-width:1180px;--wide-width:1500px}*{box-sizing:border-box}html{scroll-behavior:smooth}body{background:var(--background);color:var(--text);margin:0;font-family:Arial,Helvetica,sans-serif;line-height:1.6}a{color:inherit;text-decoration:none}button,input{font:inherit}main{min-height:100vh}.site-header{z-index:999;-webkit-backdrop-filter:blur(18px);background:#fffffff2;border-bottom:1px solid #102a431a;width:100%;position:sticky;top:0}.site-header__inner{grid-template-columns:1fr auto;align-items:center;gap:18px;width:100%;min-height:78px;margin:0;padding:0 18px;display:grid}.site-header__logo{justify-self:start;align-items:center;width:fit-content;display:inline-flex}.site-header__logo img{width:auto;height:42px;display:block}.site-header__toggle{width:52px;height:52px;color:var(--text);cursor:pointer;background:#ffffffb3;border:2px solid #102a431f;border-radius:18px;justify-self:end;place-items:center;gap:5px;padding:0;display:grid}.site-header__toggle span{background:currentColor;border-radius:999px;width:24px;height:3px;display:block}.site-header__nav{box-shadow:var(--shadow);background:#fffffffa;border:1px solid #102a431a;border-radius:22px;padding:18px;display:none;position:absolute;top:calc(100% + 10px);left:16px;right:16px}.site-header__nav--open{gap:12px;display:grid}.site-header__nav a{color:var(--text);font-weight:800}.site-header__actions{display:none}.site-header__logo:focus-visible,.site-header__toggle:focus-visible,.site-header__nav a:focus-visible,.site-header__actions a:focus-visible{outline:3px solid var(--accent);outline-offset:4px}@media (min-width:900px){.site-header__inner{grid-template-columns:1fr auto 1fr;column-gap:32px;min-height:88px;padding:0 32px}.site-header__logo{grid-column:1;justify-self:start}.site-header__logo img{height:50px}.site-header__toggle{display:none}.site-header__nav{width:auto;box-shadow:none;background:0 0;border:0;border-radius:0;flex-direction:row;grid-column:2;justify-self:center;align-items:center;gap:30px;padding:0;display:flex;position:static}.site-header__nav a{color:var(--muted);white-space:nowrap;font-size:.95rem;font-weight:800}.site-header__nav a:hover{color:var(--primary-dark)}.site-header__nav .site-header__nav-support{display:none}.site-header__actions{grid-column:3;justify-content:flex-end;justify-self:end;align-items:center;gap:12px;margin:0;display:flex;position:static;transform:none}.site-header__actions a{min-height:44px;color:var(--text);white-space:nowrap;border-radius:999px;justify-content:center;align-items:center;padding:0 18px;font-weight:900;display:inline-flex}.site-header__actions a:last-child{background:var(--accent)}}h1,h2,h3,p{margin-top:0}h1{color:var(--text);letter-spacing:-.05em;font-size:clamp(2.4rem,12vw,4.4rem);line-height:.98}h2{max-width:780px;color:var(--text);letter-spacing:-.04em;margin-bottom:18px;font-size:clamp(2rem,9vw,3.1rem);line-height:1.05}h3{color:var(--text);margin-bottom:10px;font-size:1.22rem;line-height:1.2}p{color:var(--muted)}ol,ul{max-width:760px;color:var(--muted);padding-left:24px;font-weight:600}li+li{margin-top:8px}.hero-section{background:#fff;width:100%;padding:46px 0 58px;position:relative;overflow:hidden}.hero-section:before{content:"";z-index:0;background-image:url(/images/kid-learning.png);background-position:50%;background-repeat:no-repeat;background-size:cover;width:100%;position:absolute;top:0;bottom:0;right:0}.hero-section:after{content:"";z-index:0;pointer-events:none;position:absolute;inset:0}.hero-section__inner{z-index:1;width:min(var(--wide-width), calc(100% - 28px));gap:34px;margin:0 auto;display:grid;position:relative}.hero-section__content{max-width:620px;display:block}.hero-section__label{color:var(--primary-dark);letter-spacing:.12em;text-transform:uppercase;margin:0 0 12px;font-size:.76rem;font-weight:900}.hero-section h1{max-width:600px;color:var(--block-green);letter-spacing:-.045em;margin:0 0 18px;font-size:clamp(2.3rem,10vw,3.7rem);line-height:1}.hero-section__text{max-width:560px;color:var(--muted);margin-bottom:0;font-size:1rem}@media (max-width:699px){.hero-section:before{opacity:.18;width:100%}.hero-section:after{background:#ffffffe0}}.hero-section__search{border:2px solid var(--primary-light);background:#fff;border-radius:24px;flex-direction:column;gap:10px;width:100%;max-width:560px;margin:24px 0 22px;padding:10px;display:flex;box-shadow:0 14px 34px #102a431a}.hero-section__search label{width:1px;height:1px;position:absolute;overflow:hidden}.hero-section__search input{border:1px solid var(--border);width:100%;min-width:0;min-height:50px;color:var(--text);background:#fff;border-radius:999px;outline:0;padding:0 18px}.hero-section__search input:focus{border-color:var(--primary);box-shadow:0 0 0 4px #01aec129}.hero-section__search button{background:var(--coral);color:#fff;cursor:pointer;border:0;border-radius:999px;width:100%;min-height:50px;padding:0 24px;font-weight:900}.hero-section__actions{flex-direction:column;gap:10px;max-width:560px;display:flex}.button{border:2px solid var(--border);text-align:center;border-radius:999px;justify-content:center;align-items:center;min-height:48px;padding:0 20px;font-weight:900;display:inline-flex}.button-primary{background:var(--primary);border-color:var(--primary);color:#fff}.button-secondary{color:var(--text);background:#fff}.button-support{background:var(--accent);border-color:var(--accent);color:var(--text)}@media (min-width:700px){section{width:100%;padding:68px 0}.hero-section{width:100%;padding:62px 0 72px}.hero-section__label{color:var(--primary-light)}.hero-section__text{color:var(--block-mint)}.hero-section__inner{width:min(var(--wide-width), calc(100% - 48px))}.hero-section__search{border-radius:999px;flex-direction:row;align-items:center}.hero-section__search input{border:0;flex:auto;min-width:0}.hero-section__search button{flex:none;width:auto;padding:0 28px}.hero-section__actions{flex-flow:wrap}}@media (min-width:1000px){section{width:100%;padding:78px 0}.hero-section{align-content:center;width:100%;min-height:calc(100vh - 82px);padding:74px 0;display:grid}.hero-section__inner{grid-template-columns:minmax(0,1fr) minmax(420px,.9fr);align-items:center;gap:72px;width:min(1400px,100% - 72px)}.hero-section__content{max-width:720px}.hero-section h1{max-width:720px;font-size:clamp(3.3rem,4.1vw,4.7rem);line-height:1.02}.hero-section__text{max-width:660px;font-size:1.08rem}.hero-section__search,.hero-section__actions{max-width:680px}}@media (min-width:1400px){.hero-section{width:100%}.hero-section__inner{grid-template-columns:minmax(0,1.05fr) minmax(520px,.95fr);gap:96px;width:min(1500px,100% - 96px)}.hero-section h1{max-width:780px;font-size:clamp(4rem,4vw,5.2rem)}}.learning-library{background:var(--block-blue)}.learning-library .section-inner{width:min(var(--max-width), calc(100% - 28px));margin:0 auto;padding-top:20px;padding-bottom:20px;display:block}.learning-library .section-label{color:var(--primary-light);letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:.76rem;font-weight:900}.learning-library h2{width:100%;max-width:none;color:var(--text);letter-spacing:-.035em;text-align:center;margin:0 0 24px;font-size:clamp(1.8rem,8vw,2.35rem);line-height:1.08}.learning-library__grid{grid-template-columns:1fr;gap:16px;margin-top:26px;display:grid}.resource-card{border-radius:var(--radius);background:#fff;border:2px solid #102a431a;min-width:0;padding:22px;position:relative;box-shadow:0 10px 24px #102a430f}.resource-card__icon{background:var(--primary-light);border-radius:16px;place-items:center;width:52px;height:52px;margin-bottom:14px;font-size:1.5rem;display:grid}.resource-card h3{color:var(--text);margin-bottom:8px;font-size:1.2rem;line-height:1.2}.resource-card p{color:var(--muted);margin-bottom:0;font-size:.98rem}@media (min-width:700px){.learning-library .section-inner{width:min(var(--max-width), calc(100% - 48px))}.learning-library h2{font-size:clamp(2rem,4.2vw,2.8rem)}.learning-library__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1000px){.learning-library .section-inner{width:min(var(--max-width), calc(100% - 72px))}.learning-library h2{max-width:100%;font-size:clamp(2.3rem,3vw,3.2rem)}.learning-library__grid{grid-template-columns:repeat(3,minmax(0,1fr));gap:20px}}.grades-section{background:var(--block-green)}.grades-section .section-inner{width:min(var(--max-width), calc(100% - 28px));margin:0 auto;padding-top:20px;padding-bottom:20px;display:block}.grades-section__header{width:100%;max-width:none}.grades-section .section-label{color:var(--primary-dark);letter-spacing:.12em;text-transform:uppercase;text-align:left;margin:0 0 10px;font-size:.76rem;font-weight:900}.grades-section h2{width:100%;max-width:none;color:var(--text);letter-spacing:-.035em;text-align:center;margin:0 auto 14px;font-size:clamp(1.8rem,8vw,2.35rem);line-height:1.08}.grades-section__header p:last-child{text-align:center;max-width:760px;margin:0 auto}.grades-section__grid{grid-template-columns:1fr;gap:16px;margin-top:28px;display:grid}.grade-card{border-radius:var(--radius);background:#fff;border:2px solid #102a431a;min-width:0;padding:22px;position:relative;box-shadow:0 10px 24px #102a430f}.grade-card--featured{border-color:#01aec173;box-shadow:0 16px 32px #01aec11f}.grade-card__badge{background:var(--accent);color:var(--text);border-radius:999px;padding:5px 10px;font-size:.75rem;font-weight:900;position:absolute;top:16px;right:16px}.grade-card__icon{background:var(--primary-light);border-radius:16px;place-items:center;width:52px;height:52px;margin-bottom:14px;font-size:1.5rem;display:grid}.grade-card h3{color:var(--text);margin-bottom:8px;font-size:1.25rem}.grade-card p{color:var(--muted);margin-bottom:18px;font-size:.98rem}.grade-card__action{border:2px solid var(--border);min-height:42px;color:var(--text);background:#fff;border-radius:999px;justify-content:center;align-items:center;padding:0 16px;font-weight:900;display:inline-flex}.grade-card--featured .grade-card__action{background:var(--primary);border-color:var(--primary);color:#fff}@media (min-width:700px){.grades-section .section-inner{width:min(var(--max-width), calc(100% - 48px))}.grades-section h2{font-size:clamp(2rem,4.2vw,2.8rem)}.grades-section__grid{grid-template-columns:repeat(2,minmax(0,1fr))}}@media (min-width:1000px){.grades-section .section-inner{width:min(var(--max-width), calc(100% - 72px))}.grades-section h2{font-size:clamp(2.3rem,3vw,3.2rem)}.grades-section__grid{grid-template-columns:repeat(5,minmax(0,1fr));gap:18px}.grade-card{padding:20px}}.how-section{background:var(--block-mint)}.how-section .section-inner{width:min(var(--max-width), calc(100% - 28px));margin:0 auto;padding-top:20px;padding-bottom:20px;display:block}.how-section .section-label{color:var(--primary-dark);letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:.76rem;font-weight:900}.how-section__header{text-align:center;width:100%;max-width:none}.how-section h2{width:100%;max-width:none;color:var(--text);letter-spacing:-.035em;text-align:center;margin:0 auto 14px;font-size:clamp(1.8rem,8vw,2.35rem);line-height:1.08}.how-section__header p{text-align:center;max-width:760px;margin:0 auto}.how-flow{background:#fff;border:2px solid #102a431a;border-radius:28px;gap:0;margin-top:34px;display:grid;overflow:hidden;box-shadow:0 10px 24px #102a430f}.how-flow__step{border-bottom:1px solid #102a431a;grid-template-columns:auto 1fr;gap:16px;padding:22px;display:grid}.how-flow__step:last-child{border-bottom:0}.how-flow__number{background:var(--primary);color:#fff;border-radius:50%;place-items:center;width:44px;height:44px;font-weight:900;display:grid}.how-flow__step h3{color:var(--text);margin:0 0 6px;font-size:1.14rem;line-height:1.2}.how-flow__step p{color:var(--muted);margin:0;font-size:.96rem}@media (min-width:700px){.how-section .section-inner{width:min(var(--max-width), calc(100% - 48px))}.how-section h2{font-size:clamp(2rem,4.2vw,2.8rem)}}@media (min-width:1000px){.how-section .section-inner{width:min(var(--max-width), calc(100% - 72px))}.how-section h2{font-size:clamp(2.3rem,3vw,3.2rem)}.how-flow{grid-template-columns:repeat(4,minmax(0,1fr))}.how-flow__step{border-bottom:0;border-right:1px solid #102a431a;grid-template-columns:1fr;gap:14px;padding:26px}.how-flow__step:last-child{border-right:0}}.benefits-section{background:#fff;justify-content:center;width:100%;padding-top:20px;display:flex}.benefits-section>.benefits-section__inner{width:min(1180px,100% - 28px);margin-left:auto;margin-right:auto}.benefits-section__inner{align-items:center;gap:32px;display:grid}.benefits-section__visual{border-radius:var(--radius-large);background:radial-gradient(circle at top left, #fade088c, transparent 36%), linear-gradient(135deg, var(--primary-light), var(--secondary-light));min-height:300px;padding:28px;position:relative;overflow:hidden}.benefits-section__sun{font-size:3rem;position:absolute;top:20px;right:22px}.benefits-section__note{max-width:420px;box-shadow:var(--shadow);background:#fff;border:2px solid #102a431a;border-radius:24px;padding:24px;position:relative}.benefits-section__note span{color:var(--primary-dark);letter-spacing:.1em;text-transform:uppercase;margin-bottom:8px;font-size:.78rem;font-weight:900;display:block}.benefits-section__note strong{color:var(--text);margin-bottom:8px;font-size:1.6rem;line-height:1.1;display:block}.benefits-section__note p{color:var(--muted);margin:0}.benefits-section__stats{grid-template-columns:repeat(3,1fr);gap:12px;margin-top:22px;display:grid;position:relative}.benefits-section__stats div{text-align:center;background:#ffffffc7;border-radius:18px;padding:16px 10px}.benefits-section__stats strong{color:var(--text);font-size:1.25rem;display:block}.benefits-section__stats span{color:var(--muted);margin-top:4px;font-size:.82rem;font-weight:700;display:block}.benefits-section__content{min-width:0}.benefits-section .section-label{color:var(--primary-dark);letter-spacing:.12em;text-transform:uppercase;margin:0 0 10px;font-size:.76rem;font-weight:900}.benefits-section h2{color:var(--text);letter-spacing:-.035em;margin:0 0 14px;font-size:clamp(1.8rem,8vw,2.35rem);line-height:1.08}.benefits-section__content>p{max-width:680px;margin:0 0 22px}.benefits-list{gap:12px;margin:0;padding:0;list-style:none;display:grid}.benefits-list li{color:var(--text);padding-left:34px;font-weight:700;line-height:1.55;position:relative}.benefits-list li:before{content:"✓";background:var(--secondary);color:#fff;border-radius:50%;place-items:center;width:24px;height:24px;font-size:.85rem;font-weight:900;display:grid;position:absolute;top:.1em;left:0}@media (min-width:700px){.benefits-section>.benefits-section__inner{width:min(1180px,100% - 48px)}.benefits-section h2{font-size:clamp(2rem,4.2vw,2.8rem)}}@media (min-width:1000px){.benefits-section>.benefits-section__inner{grid-template-columns:560px 620px;justify-content:center;column-gap:72px;width:min(1320px,100% - 96px)}.benefits-section__visual{width:560px;min-height:400px}.benefits-section__content{width:620px}.benefits-section h2{max-width:720px;font-size:clamp(2.25rem,2.4vw,2.9rem)}.benefits-section__content>p{max-width:680px}}main>.support-section{background:#fff;justify-content:center;width:100%;padding:72px 0;display:flex}main>.support-section>.support-section__inner{border-radius:var(--radius-large);background:radial-gradient(circle at top right, #fade08bf, transparent 38%), linear-gradient(135deg, var(--pink-light), var(--accent-light));width:min(920px,100% - 28px);box-shadow:var(--shadow);text-align:center;flex-direction:column;align-items:center;gap:28px;padding:34px 24px;display:flex}.support-section__content{text-align:center;width:100%;max-width:720px}.support-section .section-label{color:var(--primary-dark);letter-spacing:.12em;text-transform:uppercase;text-align:left;margin:0 0 10px;font-size:.76rem;font-weight:900}.support-section h2{max-width:680px;color:var(--text);letter-spacing:-.035em;margin:0 auto 14px;font-size:clamp(1.8rem,8vw,2.35rem);line-height:1.08}.support-section__content>p{max-width:660px;margin:0 auto 22px}.support-section__actions{flex-wrap:wrap;justify-content:center;gap:12px;display:flex}.support-section__actions .button{background-color:var(--accent);width:auto;min-width:190px;color:var(--text);border:2px solid #102a431a}.support-section__visual{text-align:center;background:#ffffffb8;border:2px solid #102a431a;border-radius:24px;justify-items:center;gap:10px;width:min(600px,100%);padding:24px;display:grid}.support-section__visual span{font-size:2.6rem}.support-section__visual strong{max-width:400px;color:var(--text);font-size:1.35rem;line-height:1.15}.support-section__visual p{max-width:340px;color:var(--muted);margin:0}@media (min-width:700px){main>.support-section{padding:82px 0}main>.support-section>.support-section__inner{width:min(920px,100% - 48px);padding:44px}.support-section h2{font-size:clamp(2rem,4.2vw,2.8rem)}}@media (min-width:1000px){main>.support-section>.support-section__inner{width:min(960px,100% - 72px);padding:56px}.support-section h2{font-size:clamp(2.25rem,2.5vw,2.9rem)}}.future-section{background:var(--block-blue);justify-content:center;width:100%;display:flex}.future-section>.future-section__inner{flex-direction:column;align-items:center;width:min(1180px,100% - 28px);padding:64px 0;display:flex}.future-section__header{text-align:center;width:100%;max-width:820px}.future-section .section-label{color:var(--primary-light);letter-spacing:.12em;text-transform:uppercase;text-align:left;margin:0 0 10px;font-size:.76rem;font-weight:900}.future-section h2{max-width:760px;color:var(--text);letter-spacing:-.035em;margin:0 auto 14px;font-size:clamp(1.8rem,8vw,2.35rem);line-height:1.08}.future-section__intro{max-width:720px;color:var(--block-mint);margin:0 auto}.future-road{text-align:left;gap:30px;width:100%;max-width:880px;margin:50px auto 0;display:grid;position:relative}.future-road__line{background:linear-gradient(180deg, var(--primary), var(--secondary), var(--accent));border-radius:999px;width:6px;position:absolute;top:28px;bottom:28px;left:31px}.future-road__step{grid-template-columns:68px 1fr;align-items:start;gap:18px;display:grid;position:relative}.future-road__marker{z-index:1;background:var(--primary);border:4px solid #fff;border-radius:50%;place-items:center;width:68px;height:68px;display:grid;position:relative;box-shadow:0 10px 24px #102a4324}.future-road__number{background:var(--accent);min-width:30px;height:30px;color:var(--text);border-radius:999px;place-items:center;padding:0 8px;font-size:.72rem;font-weight:900;display:grid;position:absolute;top:-10px;right:-8px}.future-road__icon{font-size:1.65rem}.future-road__text{padding-top:4px}.future-road__text span{color:var(--primary-light);letter-spacing:.08em;text-transform:uppercase;margin-bottom:6px;font-size:.78rem;font-weight:900;display:inline-flex}.future-road__text h3{color:var(--text);margin:0 0 6px;font-size:1.25rem;line-height:1.2}.future-road__text p{max-width:520px;color:var(--block-mint);margin:0;font-size:.98rem}@media (min-width:700px){.future-section>.future-section__inner{width:min(1180px,100% - 48px);padding:72px 0}.future-section h2{font-size:clamp(2rem,4.2vw,2.8rem)}}@media (min-width:1000px){.future-section>.future-section__inner{width:min(1180px,100% - 72px);padding:84px 0}.future-section h2{font-size:clamp(2.3rem,3vw,3.2rem)}.future-road{text-align:center;grid-template-columns:repeat(3,1fr);gap:54px;max-width:980px;margin-top:58px}.future-road__line{background:linear-gradient(90deg, var(--primary), var(--secondary), var(--accent));width:auto;height:6px;inset:34px 13% auto}.future-road__step{grid-template-columns:1fr;justify-items:center;gap:18px}.future-road__text p{max-width:260px;margin:0 auto}}.site-footer{background:#fff;border-top:1px solid #102a431a;justify-content:center;width:100%;display:flex}.site-footer__inner{text-align:center;flex-direction:column;align-items:center;width:min(980px,100% - 28px);padding:38px 0;display:flex}.site-footer__logo{justify-content:center;align-items:center;margin-bottom:18px;display:inline-flex}.site-footer__logo img{width:auto;height:44px;display:block}.site-footer__description{max-width:620px;color:var(--muted);margin:0 auto 18px;font-size:.96rem;line-height:1.6}.site-footer__nav{flex-wrap:wrap;justify-content:center;gap:18px;margin-bottom:22px;display:flex}.site-footer__nav a{color:var(--muted);font-size:.92rem;font-weight:700}.site-footer__nav a:hover{color:var(--primary-dark)}.site-footer__bottom{border-top:1px solid #102a431a;gap:6px;width:100%;padding-top:22px;display:grid}.site-footer__bottom p{color:var(--muted);margin:0;font-size:.7rem}@media (min-width:700px){.site-footer__inner{width:min(980px,100% - 48px);padding:46px 0}.site-footer__logo img{height:50px}}@media (min-width:1000px){.site-footer__inner{width:min(980px,100% - 72px)}}.back-to-top{z-index:1000;width:46px;height:46px;color:var(--text);background:#fffc;border:2px solid #102a431f;border-radius:50%;place-items:center;font-size:1.5rem;font-weight:900;line-height:1;display:grid;position:fixed;bottom:18px;right:18px;box-shadow:0 10px 24px #102a4329}.back-to-top:hover{border-color:var(--primary);color:var(--primary-dark);transform:translateY(-2px)}.back-to-top:focus-visible{outline:3px solid var(--accent);outline-offset:4px}@media (min-width:700px){.back-to-top{width:52px;height:52px;bottom:28px;right:28px}}.learning-library__grid .resource-card--available{min-height:340px;color:inherit;cursor:pointer;background:radial-gradient(circle at 100% 0,#ffd7402e,#0000 32%),#fff;border:2px solid #00aebd38;flex-direction:column;align-items:flex-start;padding:30px;text-decoration:none;transition:transform .2s,border-color .2s,box-shadow .2s;display:flex;position:relative;box-shadow:0 14px 34px #17324d1a}.learning-library__grid .resource-card--available:hover{border-color:#00aebd;transform:translateY(-6px);box-shadow:0 20px 42px #17324d26}.learning-library__grid .resource-card--available:focus-visible{outline-offset:4px;outline:4px solid #00aebd47}.resource-card--available .resource-card__icon{background:#eaf9fb;border-radius:22px;place-items:center;width:70px;height:70px;margin-bottom:24px;font-size:2.15rem;display:grid}.resource-card--available h3{color:#17324d;letter-spacing:-.025em;max-width:290px;margin:0 0 14px;font-size:1.55rem;line-height:1.15}.resource-card--available>p{color:#5c6f82;max-width:340px;margin:0;font-size:1rem;line-height:1.65}.resource-card__badge{color:#17324d;letter-spacing:.08em;text-transform:uppercase;background:#ffd740;border-radius:999px;justify-content:center;align-items:center;min-height:34px;padding:6px 14px;font-size:.76rem;font-weight:900;display:inline-flex;position:absolute;top:24px;right:24px}.resource-card__action{color:#007d88;justify-content:space-between;align-items:center;gap:14px;width:100%;margin-top:auto;padding-top:26px;font-size:1rem;font-weight:900;display:inline-flex}.resource-card__action>span{background:#e8f8fa;border-radius:50%;flex-shrink:0;place-items:center;width:38px;height:38px;transition:background .2s,transform .2s;display:grid}.resource-card--available:hover .resource-card__action>span{color:#fff;background:#00aebd;transform:translate(4px)}.resource-card__status{color:#7b8b99;width:fit-content;margin-top:auto;padding-top:20px;font-size:.86rem;font-weight:700;display:inline-flex}@media (max-width:560px){.learning-library__grid .resource-card--available{min-height:310px;padding:24px}.resource-card__badge{top:22px;right:20px}.resource-card--available .resource-card__icon{width:62px;height:62px;margin-bottom:20px;font-size:1.9rem}.resource-card--available h3{padding-right:70px;font-size:1.35rem}}
