@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes slideUp{0%{opacity:0;transform:translateY(6rem)}to{opacity:1;transform:translateY(0)}}@keyframes slideDown{0%{opacity:0;transform:translateY(-1.5rem)}to{opacity:1;transform:translateY(0)}}@keyframes scaleIn{0%{opacity:0;transform:scale(.95)}to{opacity:1;transform:scale(1)}}.will-animate{opacity:0;transform:translateY(1.5rem)}.animate-fade-in{animation:fadeIn .3s ease-out}.animate-slide-up{animation:slideUp .5s ease-out var(--delay,0s);animation-fill-mode:both}.animate-slide-down{animation:slideDown .3s ease-out}.animate-scale-in{animation:scaleIn .3s ease-out}.fade{opacity:0;transform:translate(100px);transition:opacity .6s ease,transform .6s ease}.fade--left{transform:translate(-100px)}.fade--right{transform:translate(100px)}.fade.visible{opacity:1;transform:translate(0)}@font-face{font-family:Gilroy Bold;src:url(./Gilroy-Bold.CInumVHz.ttf)}@font-face{font-family:Gilroy Medium;src:url(./Gilroy-Medium.BVFe7ABu.ttf)}@font-face{font-family:Gilroy Light;src:url(./Gilroy-Light.C8UWcMrY.ttf)}.blog-post__blog-link-text,.blog-post__text-block{font-family:Gilroy Medium,helvetica,arial,sans-serif;font-size:1rem;font-weight:400;line-height:1.4}.blog-post__category,.blog-post__category-prompt{font-family:Gilroy Medium,helvetica,arial,sans-serif;font-size:16px;font-weight:400}.blog-post{align-items:center;background:var(--bg-1);display:flex;flex-direction:column;gap:4rem;justify-content:center;position:relative}@media screen and (max-width:1100px){.blog-post{gap:3rem;margin-top:2rem;padding:6rem 2rem}}@media screen and (max-width:480px){.blog-post{gap:2rem;padding:6rem 1rem}}.blog-post__container{gap:4rem;justify-content:center;max-width:90rem}.blog-post__container,.blog-post__content-container{align-items:center;display:flex;flex-direction:column;position:relative}.blog-post__blog-link{align-items:basesline;display:flex;gap:1rem;justify-content:center;line-height:1;margin-bottom:2rem;position:relative}@media not all and (pointer:coarse){.blog-post__blog-link:hover .blog-post__icon{transform:translate(-5px) scale(-1)}}.blog-post__icon-container{height:1.25rem;position:relative;width:1.125rem}.blog-post__icon{height:100%;transform:scale(-1);transition:transform .3s ease;width:100%}.blog-post__icon svg{fill:var(--primary);width:100%}@media screen and (max-width:480px){.blog-post__content .base-content__title-primary-container{justify-content:center;text-wrap:balance}}.blog-post__category{color:var(--secondary)}.blog-post__image-container{border-radius:1.5625rem;line-height:.5;max-width:60.9375rem;overflow:hidden;position:relative}.blog-post__image{-o-object-fit:cover;object-fit:cover;width:100%}.blog-post__post-content{align-items:center;display:flex;flex-direction:column;gap:3rem;justify-content:center;max-width:67%}@media screen and (max-width:880px){.blog-post__post-content{max-width:unset;width:100%}}.blog-post__section{width:100%}.blog-post__headline{color:var(--primary);line-height:1.4;margin-bottom:-2rem;text-align:left;width:100%}.blog-post__headline a{color:var(--text);transition:color .3s ease}@media not all and (pointer:coarse){.blog-post__headline a:hover{color:var(--secondary)}}.blog-post__text-block a{color:var(--primary);transition:color .3s ease}@media not all and (pointer:coarse){.blog-post__text-block a:hover{color:var(--secondary)}}.blog-post__text-block p:not(:last-of-type){margin-bottom:.75rem}.blog-post__video-container{aspect-ratio:640/360;line-height:1;position:relative;width:100%}.blog-post__video{position:relative}.blog-post__video,.blog-post__video iframe{height:100%;width:100%}.blog-post__social-wrapper{height:100%;left:10%;position:absolute;top:0}@media screen and (max-width:1100px){.blog-post__social-wrapper{left:calc(10% - 2rem)}}@media screen and (max-width:768px){.blog-post__social-wrapper{left:0;position:relative;width:100%}}.blog-post__social-container{align-items:center;display:flex;flex-direction:column;gap:.75rem;left:0;line-height:1;position:sticky;top:18.125rem;width:3.375rem}@media screen and (max-width:768px){.blog-post__social-container{flex-direction:row;left:unset;position:relative;top:unset;width:100%}}.blog-post__social{aspect-ratio:1/1;background:#fff;border:1px solid var(--secondary);border-radius:1.6875rem;position:relative;transition:background .3s ease,border .3s ease;width:3.375rem}.blog-post__social-icon-container{align-items:center;display:flex;height:100%;justify-content:center;position:relative;width:100%}.blog-post__social-icon{height:50%;width:50%}.blog-post__social-icon svg{fill:var(--primary);transition:fill .3s ease}@media not all and (pointer:coarse){.blog-post__social:hover{background:var(--primary);border:1px solid var(--primary)}.blog-post__social:hover .blog-post__social-icon svg{fill:#fff}}@media screen and (max-width:768px){.blog-post__social{margin:-2rem 0;width:2.6875rem}}
