.post-card{width:100%;height:auto;display:flex;align-self:stretch;animation:zoomIn .75s ease-out both}.post-card__box{width:100%;height:auto;display:flex;flex-wrap:wrap;gap:.5rem;place-content:center;place-items:center}.post-card__box--main{flex-direction:column}.post-card__box--content{gap:.25rem;align-content:start}.post-card__link{width:100%;height:auto;padding:.5rem;border-radius:.25rem;display:flex;flex:1 0 auto;flex-wrap:wrap;gap:.5rem;text-decoration:none;background-color:#f5f5f5;box-shadow:#32325d40 0 .125rem .3125rem -.0625rem,#0000004d 0 .0625rem .1875rem -.0625rem;transition:transform .25s linear}.post-card__link:hover{transform:scale(1.05)}.post-card__img{width:100%;height:auto;object-fit:cover;aspect-ratio:16/4;border-radius:.25rem}.post-card__text{width:100%;height:min-content;color:#0d1317;font: 400 .75rem/normal Nunito,sans-serif;text-align:justify}.logo{width:max-content;height:min-content;display:flex;column-gap:.5rem;align-items:center}.logo__img{width:2.5rem;height:2.5rem}.logo__img--sm{width:1.75rem;height:1.75rem}.logo__img--lg{width:3.5rem;height:3.5rem}.logo__text{width:100%;height:min-content;color:#0d1317;font: 700 1.5rem/normal Nunito,sans-serif}.logo__text--light{color:#fafafa}.logo__text--sm{font-size:1rem}.logo__text--lg{font-size:2.25rem}.error-card{width:100%;height:min-content}.error-card__text{width:100%;height:min-content;color:#e53935;font: 900 1.125rem/normal Nunito,sans-serif;text-align:center}.loader{width:min(100%,2rem);height:auto;aspect-ratio:1;overflow:hidden;border-radius:100%}.loader__icon{width:100%;height:100%;border-radius:50%;border:.1875rem solid #fed502;animation:spinner1 .8s infinite linear alternate,spinner2 1.6s infinite linear}.not-found-page{width:100%;height:auto;padding:4rem 1rem;display:flex;gap:1rem;flex-wrap:wrap;place-content:center;place-items:center;align-self:stretch}.not-found-page__box{width:100%;height:min-content;display:flex;flex-wrap:wrap;gap:1rem;place-content:center;place-items:center}.not-found-page__img{width:min(60%,22rem);height:auto;object-fit:cover}.not-found-page__text{width:100%;height:min-content;color:#525252;font: 400 1rem/normal Nunito,sans-serif;text-align:center}.not-found-page__text--caption{color:#0d1317;font-weight:900;font-size:1.5rem}.not-found-page__link{width:fit-content;height:min-content;color:#ff8f00;font: 900 1.125rem/normal Nunito,sans-serif;text-decoration:none;text-align:center}.scroll-to-top-button{width:max-content;height:min-content;padding:.25rem;border:none;border-radius:100%;position:fixed;inset:auto 1rem 1.5rem auto;z-index:20;background-color:#fafafa;box-shadow:#00000040 0 3.375rem 3.4375rem,#0000001f 0 -.75rem 1.875rem,#0000001f 0 .5rem .375rem,#0000002b 0 .75rem .8125rem,#00000017 0 -.1875rem .3125rem;cursor:pointer;transition:transform .2s linear}.scroll-to-top-button:hover{transform:translateY(-.5rem) scale(1.25)}.scroll-to-top-button__icon{display:block;color:#ff8f00;font-size:1.75rem}.scroll-to-top-button--entering{animation:bounceInUp 1.2s ease}.scroll-to-top-button--exiting{animation:bounceOutDown 1.5s ease forwards}@media (width >= 96rem){.scroll-to-top-button{right:calc((100vw - 96rem)/2)}}.post-list{width:100%;height:auto;list-style:none;display:grid;grid:auto/repeat(auto-fill,minmax(12rem,1fr));gap:2rem;place-content:center;place-items:center}@media (width >= 64rem){.post-list{grid-template-columns:repeat(auto-fill,minmax(18rem,1fr))}}.page-button{width:max-content;height:min-content;border:none;background-color:transparent;cursor:pointer;transition:all .1s linear;color:#0d1317;font: 700 .875rem/normal Nunito,sans-serif}.page-button:disabled{opacity:.4;cursor:default}.page-button:not(:disabled):hover{color:#ff8f00}.page-button:not(:disabled):hover .page-button__icon{color:#ff8f00}.page-button__icon{display:block;color:#0d1317;font-size:1.75rem;transition:all .1s linear}.header{width:100%;height:min-content;padding:1rem;display:grid;grid:min-content/min(100%,96rem);justify-content:center;background-color:#0d1317}.header__box{width:100%;height:min-content;display:flex;column-gap:1rem;justify-content:space-between;align-items:center}.header__box--list{list-style:none;justify-content:end}.header__box--item{width:max-content}.header__link{text-decoration:none}.header__link--item{width:100%;height:min-content;color:#fafafa;font: 700 1.125rem/normal Nunito,sans-serif;transition:all .15s linear}.header__link--item:hover{color:#fed502;transform:translateY(-.25rem)}.footer{width:100%;height:min-content;padding:1rem 1rem 4rem;display:grid;grid:repeat(3,min-content)/min(100%,96rem);place-content:center;place-items:center;background-color:#0d1317}.footer__box{width:100%;height:min-content;display:flex;column-gap:2rem;justify-content:space-between;align-items:center}.footer__text{width:100%;height:min-content;color:#525252;font: 400 .875rem/normal Nunito,sans-serif;text-align:center}.footer__text--credits{width:fit-content;color:#fafafa}.footer__divider{width:100%;height:.0625rem;background-color:#fed502}.pagination-control{width:100%;height:min-content;display:flex;column-gap:2rem;justify-content:center;align-items:center}.pagination-control__box{width:fit-content;height:min-content;display:flex;column-gap:.5rem;place-content:center;place-items:center}.pagination-control__box--main{column-gap:.25rem}.posts-layout{width:100%;height:auto;display:flex;flex-direction:column;flex:1 0 auto;row-gap:1rem;place-content:center start;place-items:center}.posts-layout__box{width:100%;height:min-content;display:flex;flex-wrap:wrap;gap:1rem;place-content:center;place-items:center}.posts-layout__box--control{justify-content:start}.posts-layout__box--mode{width:max-content;gap:0}.posts-layout__box--data{gap:2rem}.posts-layout__btn-mode{width:max-content;height:min-content;padding:.25rem .5rem;border:none;background-color:#f5f5f5;box-shadow:#32325d40 0 .125rem .3125rem -.0625rem,#0000004d 0 .0625rem .1875rem -.0625rem;color:#0d1317;font: 900 .75rem/normal Nunito,sans-serif;cursor:pointer;transition:all .1s linear}.posts-layout__btn-mode:hover{color:#ff8f00}.posts-layout__btn-mode--list{padding-left:1rem;border-radius:4rem 0 0 4rem}.posts-layout__btn-mode--pagination{padding-right:1rem;border-radius:0 4rem 4rem 0}.posts-layout__btn-mode--active{color:#ff8f00}.posts-layout__btn-reset{width:fit-content;height:min-content;border:none;background-color:transparent;color:#0d1317;font: 900 .75rem/normal Nunito,sans-serif;cursor:pointer;transition:all .1s linear}.posts-layout__btn-reset:hover{color:#ff8f00}.posts-layout__text{width:100%;height:min-content;color:#525252;font: 300 .75rem/normal Nunito,sans-serif}.home-page{width:min(100%,96rem);height:auto;padding:2rem 1rem;display:flex;flex-direction:column;flex:1 0 auto;row-gap:2rem;place-content:center;place-items:center}.home-page__box{width:100%;height:min-content;display:flex;flex-wrap:wrap;gap:1rem;place-content:center;place-items:center}.home-page__box--text{gap:0}.home-page__box--links{justify-content:start}.home-page__box--posts{height:auto;scroll-margin-top:3rem;flex:1 0 auto;flex-direction:column}.home-page__text{width:100%;height:min-content;color:#525252;font: 400 .875rem/normal Nunito,sans-serif}:is(.home-page__text--title,.home-page__text--strong,.home-page__text--subtitle){font-weight:900}:is(.home-page__text--title,.home-page__text--strong){font-size:2.25rem}:is(.home-page__text--title,.home-page__text--subtitle){color:#0d1317}.home-page__text--strong{color:#fed502}.home-page__text--base{text-align:justify}.home-page__text--subtitle{font-size:1.5rem}.home-page__link{width:min(100%,10rem);height:min-content;padding:.25rem 1rem;border-radius:4rem;background-color:#ff8f00;box-shadow:#0000003d 0 .1875rem .25rem;color:#0d1317;font: 700 .875rem/normal Nunito,sans-serif;text-align:center;text-decoration:none;transition:all .2s linear}.home-page__link:hover{transform:translateY(-.25rem) scale(1.1)}.home-page__divider{width:100%;height:.0625rem;background-color:#e0e0e0}.post-page{width:min(100%,96rem);height:auto;padding:0 1rem 2rem;display:flex;flex-direction:column;flex:1 0 auto;row-gap:2rem;place-content:center;place-items:center}.post-page__box{width:100%;height:min-content;display:flex;flex-wrap:wrap;gap:1rem;place-content:center;place-items:center}.post-page__box--heading,.post-page__box--content{gap:0}.post-page__box--content :is(h1,h2,h3,h4,h5,h6){width:100%;height:min-content;margin-block:2rem 1rem;color:#0d1317;font: 900 1.875rem/normal Nunito,sans-serif}.post-page__box--content h2{font-size:1.5rem}.post-page__box--content h3{font-size:1.875rem}.post-page__box--content h4{font-size:1.25rem}.post-page__box--content h5{font-size:1.125rem}.post-page__box--content h6{font-size:1rem}.post-page__box--content p{width:100%;height:min-content;margin-bottom:1.5rem;color:#525252;font: 400 .875rem/normal Nunito,sans-serif;text-align:justify}.post-page__box--content a{width:100%;height:min-content;color:#ff8f00;font: 900 .875rem/normal Nunito,sans-serif;text-decoration:none}.post-page__box--content :is(ul,ol){width:100%;height:min-content;margin-bottom:2rem;padding-left:1.5rem}.post-page__box--content li{margin-bottom:.5rem;color:#525252;font: 400 .875rem/normal Nunito,sans-serif}.post-page__box--content blockquote{width:100%;height:min-content;margin-block:1rem;padding:.5rem;border-left:.1875rem solid #fed502;border-radius:.25rem;padding:1rem;background-color:#f5f5f5}.post-page__box--content strong{width:100%;height:min-content;font-weight:900}.post-page__box--content table{width:100%;height:min-content;border-collapse:collapse;margin-block:2rem}.post-page__box--content :is(th,td){border:.0625rem solid #e0e0e0;padding:.75rem;text-align:left}.post-page__box--content th{background-color:#f5f5f5;font: 900 1rem/normal Nunito,sans-serif}.post-page__box--content div{width:100%;height:min-content}.post-page__box--content :is(img,video,iframe,figure){width:100%;height:min-content;object-fit:cover}.post-page__box--logo{flex-wrap:nowrap}.post-page__img{width:100%;height:auto;object-fit:cover;aspect-ratio:16/5;border-radius:0 0 1rem 1rem}.post-page__text{width:100%;height:min-content;color:#0d1317;font: 400 .875rem/normal Nunito,sans-serif;text-align:justify}.post-page__text--title{font-weight:900;font-size:2.25rem;text-align:center}.post-page__text--footer{font-size:.75rem}.post-page__text--author{font-weight:900}.post-page__divider{width:100%;height:.0625rem;background-color:#fed502}@media (width >= 48rem){.post-page__box--main{width:85%}}.root-template{width:100%;height:auto;min-height:100vh;overflow:hidden;display:flex;flex-direction:column;place-content:center;place-items:center}.root-template__box{width:100%;height:auto;display:flex;flex:1 0 auto;flex-direction:column;place-content:center;place-items:center}*{margin:0;padding:0;box-sizing:border-box}@font-face{font-family:Nunito;src:url(/assets/Nunito-ExtraLight-Bb_nJBLS.ttf) format("truetype");font-weight:200;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/Nunito-Light-DUsYCmKF.ttf) format("truetype");font-weight:300;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/Nunito-Regular-DZp7YoJs.ttf) format("truetype");font-weight:400;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/Nunito-Medium-WFCtZUtN.ttf) format("truetype");font-weight:500;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/Nunito-SemiBold-DqMtMKdX.ttf) format("truetype");font-weight:600;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/Nunito-Bold-DgyPQ_HK.ttf) format("truetype");font-weight:700;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/Nunito-ExtraBold-B6hs2uMH.ttf) format("truetype");font-weight:800;font-style:normal;font-display:swap}@font-face{font-family:Nunito;src:url(/assets/Nunito-Black-DTH5-ZrY.ttf) format("truetype");font-weight:900;font-style:normal;font-display:swap}@keyframes bounceInUp{0%,60%,75%,90%,to{animation-timing-function:cubic-bezier(.215,.61,.355,1)}0%{opacity:0;transform:translate3d(0,187.5rem,0) scaleY(5)}60%{opacity:1;transform:translate3d(0,-1.25rem,0) scaleY(.9)}75%{transform:translate3d(0,.625rem,0) scaleY(.95)}90%{transform:translate3d(0,-.313rem,0) scaleY(.985)}to{transform:translateZ(0)}}@keyframes bounceOutDown{20%{transform:translate3d(0,.625rem,0) scaleY(.985)}40%,45%{opacity:1;transform:translate3d(0,-1.25rem,0) scaleY(.9)}to{opacity:0;transform:translate3d(0,125rem,0) scaleY(3)}}@keyframes zoomIn{0%{opacity:0;transform:scale3d(.3,.3,.3)}50%{opacity:1}}@keyframes spinner1{0%{clip-path:polygon(50% 50%,0 0,50% 0%,50% 0%,50% 0%,50% 0%,50% 0%)}12.5%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 0%,100% 0%,100% 0%)}25%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 100%,100% 100%,100% 100%)}50%{clip-path:polygon(50% 50%,0 0,50% 0%,100% 0%,100% 100%,50% 100%,0% 100%)}62.5%{clip-path:polygon(50% 50%,100% 0,100% 0%,100% 0%,100% 100%,50% 100%,0% 100%)}75%{clip-path:polygon(50% 50%,100% 100%,100% 100%,100% 100%,100% 100%,50% 100%,0% 100%)}to{clip-path:polygon(50% 50%,50% 100%,50% 100%,50% 100%,50% 100%,50% 100%,0% 100%)}}@keyframes spinner2{0%{transform:scaleY(1) rotate(0)}49.99%{transform:scaleY(1) rotate(135deg)}50%{transform:scaleY(-1) rotate(0)}to{transform:scaleY(-1) rotate(-135deg)}}html{scroll-behavior:smooth}html::-webkit-scrollbar{width:.5rem;height:.5rem}html::-webkit-scrollbar-track{background-color:#fafafa}html::-webkit-scrollbar-thumb{background-color:#ff8f00;border-radius:4rem}
