.flip-svg{transform:scaleX(-1)}.link-btn{color:var(--color-night);font-weight:500;text-decoration:none}.link-btn:has(svg){align-items:center;display:flex;font-weight:700;gap:6px;transition:transform 3s}.link-btn:has(svg) svg{transition:transform .3s ease}.link-btn:has(svg):hover svg.flip-svg{transform:scaleX(-1) translateX(4px)}.blog-index{h1 em{color:var(--color-green)}}.news-index,.news-post{--color-primary-dark:var(--color-green);--color-night-1:var(--color-black-800);--color-gray:#888;margin-bottom:8rem}.news-index h3,.news-post h3{font-size:clamp(1.125rem,.809rem + 1.316vw,1.625rem);line-height:1.25}.news-index a:hover,.news-post a:hover{color:var(--color-primary-dark)}.news-index .news-nav,.news-post .news-nav{align-items:center;border:1px solid var(--color-black-300);border-radius:10px;display:flex;flex-wrap:wrap;gap:20px;margin:20px 0;padding:15px 20px}.news-index .news-nav span,.news-post .news-nav span{color:var(--color-black-300)}.news-index .link-btn.is-left,.news-post .link-btn.is-left{margin-right:auto}.news-index .link-btn.active,.news-post .link-btn.active{color:var(--color-primary-dark)}@media (max-width:640px){.news-index .news-nav span,.news-index .news-nav span~*,.news-post .news-nav span,.news-post .news-nav span~*{display:none}}.news-index h1{text-align:center}.news-index [class^=shadow-]{--shadow-color:0deg 0% 80%;--shadow-elevation-low:0px 1px 1.2px hsl(var(--shadow-color)/0.23),0px 3px 3.5px -2.3px hsl(var(--shadow-color)/0.25);--shadow-elevation-medium:0px 1px 1.2px hsl(var(--shadow-color)/0.32),0px 15px 17.3px -2.3px hsl(var(--shadow-color)/0.35);--shadow-elevation-high:0px 1px 1.2px hsl(var(--shadow-color)/0.4),0px 12.1px 14px -1.2px hsl(var(--shadow-color)/0.42),-0.1px 50px 57.8px -2.3px hsl(var(--shadow-color)/0.44);transition:transform .1s ease-out}.news-index [class^=shadow-]:hover{transform:scale(1.01)}.news-index .shadow-s{box-shadow:var(--shadow-elevation-low)}.news-index .shadow-m{box-shadow:var(--shadow-elevation-medium)}.news-index .shadow-l{box-shadow:var(--shadow-elevation-high)}.news-index [class^=shadow-].on-gray2-bg{--shadow-color:0deg 0% 77%}.news-index [class^=shadow-].on-green-bg{--shadow-color:99deg 59% 40%}.news-index [class^=shadow-].on-teal-bg{--shadow-color:177deg 53% 47%}.news-index .rounded-l{border-radius:10px}.news-index .rounded-s{border-radius:5px}.news-index .featured-news{padding:4rem 0}.news-index .featured-content{display:flex;flex-direction:column;gap:10px;margin-bottom:20px}.news-index .blurb{margin-block:10px;p{text-align:left!important}em,p{font-style:normal!important}}.news-index .featured-image a{display:flex}.news-index .featured-image img{height:100%;object-fit:cover;width:100%}@media (min-width:800px){.news-index .featured-news article{display:grid;gap:3rem;grid-template-columns:1fr 1fr}.news-index .featured-content{margin-bottom:0}.news-index .featured-content .link-btn{margin-top:auto}}.news-index .topics-select-wrapper{margin-left:auto;position:relative}.news-index .topics-select{appearance:none;-webkit-appearance:none;background:transparent;border:none;color:var(--color-night-1);cursor:pointer;direction:rtl;font:inherit;font-weight:500;padding:6px 20px 6px 0;text-align:right}.news-index .topics-select option{direction:ltr}.news-index .topics-select-wrapper:after{border-bottom:1.5px solid var(--color-night-1);border-right:1.5px solid var(--color-night-1);content:"";height:7px;pointer-events:none;position:absolute;right:2px;top:50%;transform:translateY(-70%) rotate(45deg);width:7px}.news-index .topics-select option.active{color:var(--color-primary-dark)}.news-index .news-listing-grid{display:flex;flex-direction:column;gap:4rem}.news-index .news-card{align-items:center;display:grid;gap:2rem;grid-template-columns:auto 3fr}.news-index .card-content{border-left:1.5px solid var(--color-primary);padding:5px 0 5px 20px}.news-index .post-tag{color:var(--color-gray);text-decoration:none}.news-index .post-tag.active{color:var(--color-green)}.news-index .card-content .post-tag:not(:last-of-type):after{color:var(--color-gray);content:"•";margin:0 6px}.news-index .news-pagination{align-items:center;display:flex;gap:2rem;justify-content:center;margin-top:3rem}.news-index .news-card .card-img{display:flex;grid-column:span 2}.news-index .news-card .card-img img{aspect-ratio:2/1;height:100%;object-fit:cover;width:100%}.news-index .date-cal{align-items:center;display:flex;flex-direction:column;justify-self:left;min-width:80px}.news-index .day{color:var(--color-night-1);font-size:50px;font-weight:600;letter-spacing:-3px;line-height:.8}@media (min-width:640px){.news-index .news-listing-grid{gap:2rem}.news-index .news-card{grid-template-columns:1fr 5fr 2fr}.news-index .news-card .card-img{grid-column:3/-1}}.news-post .blog-section{padding:0}.news-post article{display:grid;gap:1.75rem;grid-template-areas:"title title ." "date image image" ". post post";grid-template-columns:12.5rem 3fr 1fr;grid-template-rows:1fr 25rem auto;margin:0 auto;min-height:500px;padding-bottom:2rem}.news-post .post-title{color:var(--color-black-800);font-size:clamp(2rem,1.676rem + 1.471vw,3rem);font-weight:700;grid-area:title;line-height:1;text-wrap:balance}.news-post .post-date{font-size:1.25rem;grid-area:date}.news-post .post-img{border-radius:.6rem;grid-area:image;overflow:hidden}.news-post .post-img img{display:block;height:100%;object-fit:cover;width:100%}.news-post .post-body{grid-area:post;margin:0 auto;max-width:80ch}@media (max-width:1024px){.news-post article{column-gap:1.75rem;grid-template-areas:"title title title" "date image image" ". post post";grid-template-columns:1fr 6fr;grid-template-rows:auto 300px auto}}@media (max-width:640px){.news-post article{grid-template-areas:"title" "image" "date" "post";grid-template-columns:1fr;grid-template-rows:1fr;min-height:auto;padding:1rem}}.news-post .blog-section .post-body blockquote{border-left:3px solid var(--color-green-900);margin:1em;padding-left:30px}.news-post .blog-section .post-body ul{list-style-type:disc;margin-bottom:20px;padding-left:40px}.news-post .blog-section .post-body a{font-weight:700;text-decoration:underline!important}:root{--color-lime:#bae637;--color-teal:var(--color-cyan-500);--color-dark-teal:#003033;--color-gray-3:var(--color-grey-3)}.podcast-index .podcast-player-logos img:hover{filter:saturate(7283%) hue-rotate(56deg) brightness(20%) contrast(102%);scale:1.05}.podcast-post .post-body h3{font-size:clamp(1.125rem,.809rem + 1.316vw,1.625rem);line-height:1.25}.podcast-post .post-body a:hover{color:var(--color-primary-dark)}.podcast-post .post-img-aspect{aspect-ratio:17/10}.podcast-post .post-img img{display:block;height:100%;object-fit:cover;width:100%}.podcast-post .post-body{--color-primary-dark:var(--color-green);--color-night-1:var(--color-black-800);grid-area:post;margin:3rem auto;max-width:80ch}.podcast-post .post-body h1,.podcast-post .post-body h2{font-size:32px;font-weight:600}.podcast-post .post-body h1,.podcast-post .post-body h2,.podcast-post .post-body h3{padding-bottom:20px}.podcast-post .post-body blockquote{border-left:8px solid var(--color-lime);font-size:22px;margin:.5rem 1em 1em;padding-left:30px;text-wrap:pretty}.podcast-post .post-body ul{list-style-type:disc;margin-bottom:20px;padding-left:40px}.podcast-post .post-body a{font-weight:700;text-decoration:underline!important}