.edu-hub{--edu-ease: var(--astro-ease, cubic-bezier(.22, .61, .36, 1));--edu-duration: .3s;--edu-hairline: rgba(var(--color-foreground), .1)}education-hub{display:block}.edu-hub__header{max-width:62rem;margin:0 0 var(--astro-space-md, 2.4rem)}.edu-hub--center .edu-hub__header{margin-left:auto;margin-right:auto;text-align:center}.edu-hub__eyebrow{display:block;margin:0 0 var(--astro-space-xs, .8rem);font-size:1.1rem;font-weight:600;letter-spacing:.18em;text-transform:uppercase;color:rgb(var(--color-button))}.edu-hub__heading{margin:0;letter-spacing:-.02em}.edu-hub__subheading{margin:var(--astro-space-sm, 1.6rem) 0 0;opacity:.72;line-height:1.6}.edu-hub__subheading>*:first-child{margin-top:0}.edu-hub__subheading>*:last-child{margin-bottom:0}.edu-hub__grid{display:grid;grid-template-columns:repeat(var(--edu-cols-mobile, 2),minmax(0,1fr));gap:var(--astro-space-sm, 1.6rem);margin:0;padding:0;list-style:none}.edu-hub__item{display:flex}.edu-hub__card{position:relative;display:flex;flex-direction:column;width:100%;padding:var(--astro-space-sm, 1.6rem);border:1px solid var(--edu-hairline);border-radius:4px;background:transparent;transition:transform var(--edu-duration) var(--edu-ease),box-shadow var(--edu-duration) var(--edu-ease),border-color var(--edu-duration) var(--edu-ease)}.edu-hub--center .edu-hub__card{align-items:center;text-align:center}.edu-hub__link:after{content:"";position:absolute;top:0;right:0;bottom:0;left:0;z-index:1}@media(hover:hover){.edu-hub__card:hover{transform:translateY(-4px);border-color:rgba(var(--color-button),.4);box-shadow:var(--astro-shadow-card-hover, 0 2px 4px rgba(20, 20, 20, .06), 0 20px 40px -12px rgba(20, 20, 20, .16))}}.edu-hub__card:focus-within{transform:translateY(-4px);border-color:rgba(var(--color-button),.4);box-shadow:var(--astro-shadow-card-hover, 0 2px 4px rgba(20, 20, 20, .06), 0 20px 40px -12px rgba(20, 20, 20, .16))}.edu-hub__media{width:var(--edu-icon-size, 40px);height:var(--edu-icon-size, 40px);margin-bottom:var(--astro-space-sm, 1.6rem);display:flex;align-items:center;justify-content:center;flex:0 0 auto;transition:transform var(--edu-duration) var(--edu-ease)}.edu-hub__media svg{width:100%;height:100%;fill:none;stroke:rgb(var(--color-button));stroke-width:1.5;stroke-linecap:round;stroke-linejoin:round}.edu-hub__media--image{width:100%;height:auto;aspect-ratio:16 / 10;border-radius:3px;overflow:hidden}.edu-hub__img{display:block;width:100%;height:100%;object-fit:cover;transition:transform var(--duration-extra-long, .6s) var(--edu-ease)}@media(hover:hover){.edu-hub__card:hover .edu-hub__media:not(.edu-hub__media--image){transform:translateY(-2px) scale(1.06)}.edu-hub__card:hover .edu-hub__img{transform:scale(1.045)}}.edu-hub__content{display:flex;flex-direction:column;flex:1 1 auto}.edu-hub__title{margin:0 0 .6rem;font-size:1.4rem;line-height:1.3;letter-spacing:-.01em;font-weight:600}.edu-hub__title a{color:inherit;text-decoration:none;transition:color var(--edu-duration) var(--edu-ease)}@media(hover:hover){.edu-hub__card:hover .edu-hub__title a{color:rgb(var(--color-button))}}.edu-hub__text{margin:0;font-size:1.2rem;line-height:1.5;opacity:.72;display:-webkit-box;-webkit-line-clamp:3;line-clamp:3;-webkit-box-orient:vertical;overflow:hidden}.edu-hub__text>*:first-child{margin-top:0}.edu-hub__text>*:last-child{margin-bottom:0}.edu-hub__cue{display:inline-flex;align-items:center;gap:.5rem;margin-top:auto;padding-top:var(--astro-space-sm, 1.6rem);font-size:1.2rem;font-weight:600;letter-spacing:.04em;color:rgb(var(--color-button))}.edu-hub--center .edu-hub__cue{justify-content:center}.edu-hub__cue svg{width:1.4rem;height:1.4rem;fill:none;stroke:currentColor;stroke-width:1.8;stroke-linecap:round;stroke-linejoin:round;transition:transform var(--edu-duration) var(--edu-ease)}@media(hover:hover){.edu-hub__card:hover .edu-hub__cue svg{transform:translate(4px)}}.edu-hub__footer{margin-top:var(--astro-space-md, 2.4rem)}.edu-hub--center .edu-hub__footer{text-align:center}@media screen and (min-width:750px){.edu-hub__header{margin-bottom:var(--astro-space-lg, 4rem)}.edu-hub__grid{grid-template-columns:repeat(var(--edu-cols, 4),minmax(0,1fr));gap:var(--astro-space-md, 2.4rem)}.edu-hub__card{padding:var(--astro-space-md, 2.4rem)}.edu-hub__title{font-size:calc(var(--font-heading-scale) * 1.5rem)}.edu-hub__text{font-size:1.4rem}.edu-hub__footer{margin-top:var(--astro-space-lg, 4rem)}.edu-hub__view-all{width:auto;display:inline-block}}.edu-hub--reveal .edu-hub__header,.edu-hub--reveal .edu-hub__item,.edu-hub--reveal .edu-hub__footer{opacity:0;transform:translateY(24px);transition:opacity .32s var(--edu-ease),transform .32s var(--edu-ease);transition-delay:calc(var(--reveal-order, 0) * 60ms)}.edu-hub--reveal.edu-hub--revealed .edu-hub__header,.edu-hub--reveal.edu-hub--revealed .edu-hub__item,.edu-hub--reveal.edu-hub--revealed .edu-hub__footer{opacity:1;transform:translateY(0)}.edu-hub--revealed .edu-hub__card{transition-delay:0s}@media(prefers-reduced-motion:reduce){.edu-hub__card,.edu-hub__card:hover,.edu-hub__card:focus-within,.edu-hub__media,.edu-hub__img,.edu-hub__cue svg,.edu-hub--reveal .edu-hub__header,.edu-hub--reveal .edu-hub__item,.edu-hub--reveal .edu-hub__footer{transition:none!important;transform:none!important;animation:none!important}.edu-hub--reveal .edu-hub__header,.edu-hub--reveal .edu-hub__item,.edu-hub--reveal .edu-hub__footer{opacity:1!important}}
/*# sourceMappingURL=/cdn/shop/t/5/assets/section-education-hub.css.map */
