@import"https://fonts.googleapis.com/css2?family=Nunito:wght@300;400;600;700;900&display=swap";@keyframes fade-up{from{transform:translateY(10px) translateX(-50%);opacity:0}to{transform:translateY(0) translateX(-50%);opacity:1}}@keyframes fade-in{from{opacity:0}to{opacity:1}}*,*::after,*::before{margin:0;padding:0;box-sizing:inherit}html{font-size:62.5%}*,html{scroll-behavior:smooth !important}@media(max-width: 768px){html{font-size:50%}}body{box-sizing:border-box;position:relative}.container{width:min(90%,800px);margin-inline:auto}img,figure{max-width:100%}::-moz-selection{color:#636363;background:#e7fa40}::selection{color:#636363;background:#e7fa40}body{font-family:"Nunito",sans-serif;color:#636363;font-size:1rem;font-weight:400}.primary-heading,h1{font-size:3rem;text-align:center;text-transform:capitalize;margin-bottom:3rem}.secondary-heading,h2{font-size:2rem;margin:1rem 0 8px 0}h3,h4,h5,h6{font-size:1.6rem;font-weight:600;margin:1rem 0 5px 0}p{font-size:1.6rem;margin-bottom:2rem}.u-margin-bottom-large{margin-bottom:8rem}.u-margin-bottom-medium{margin-bottom:4rem}.u-margin-bottom-small{margin-bottom:2rem}.u-text-align-center{text-align:center}.blob{position:absolute;width:300px;opacity:.5}.blob:nth-of-type(1){left:10%;top:1rem}.blob:nth-of-type(2){right:0;bottom:10rem}@media(max-width: 480px){.blob:nth-of-type(1){left:-10rem}.blob:nth-of-type(2){right:-10rem}}.section-banner{width:100%;margin-bottom:10rem}.section-banner .banner__image{max-height:200px;width:100%;object-fit:fill;border-radius:5px;animation:fade-in .5s .3s;animation-fill-mode:backwards}.related-posts__container{display:grid;grid-template-columns:auto auto auto;column-gap:2rem;row-gap:2rem}@media(max-width: 768px){.related-posts__container{grid-template-columns:auto auto}}@media(max-width: 480px){.related-posts__container{grid-template-columns:auto}}.related-posts__container .related-post__box{min-height:200px;box-shadow:0 5px 1.5rem rgba(0,0,0,.2);border-radius:7px;position:relative;transition:all .3s}.related-posts__container .related-post__box:hover{transform:scale(1.01) translateY(-5px);box-shadow:0 1rem 2rem rgba(0,0,0,.2)}.related-posts__container .related-post__figure{width:100%;height:20rem;overflow:hidden}.related-posts__container .related-post__figure img{object-fit:cover;border-top-right-radius:7px;border-top-left-radius:7px;width:100%;height:100%}.related-posts__container .related-post__link{text-decoration:none;text-transform:capitalize}.related-posts__container .related-post__link:link,.related-posts__container .related-post__link:visited{color:#717171}.related-posts__container .related-post__content{padding:1rem 2rem}.related-posts__container .related-post__content p{font-size:1.3rem}.related-posts__container .related-post__more{display:block;text-decoration:none;color:#717171;font-size:1.5rem;text-align:center}#scrollToTop{opacity:0;position:fixed;width:5rem;height:5rem;font-size:2rem;bottom:5rem;right:5rem;z-index:99;border:none;outline:none;background-color:#e7fa40;color:#fff;cursor:pointer;padding:1.5rem;border-radius:100px;transition:all .2s ease-in}#scrollToTop:hover{transform:translateY(5px)}#content ul{margin-left:4rem}#content ul li{font-family:inherit;font-size:1.6rem;margin-bottom:1rem}#content ul li:last-of-type{margin-bottom:3rem}#content figure{margin:2rem 0}#content figure figcaption{font-family:inherit;line-height:3rem;text-align:center}#content img{border-radius:5px;box-shadow:5px 5px 1rem rgba(0,0,0,.2)}#content a:link,#content a:visited{color:#717171;text-decoration:none;font-weight:bold}footer{width:100%;padding:4rem;background-color:#202020;display:flex;justify-content:center;align-items:center}footer p{display:inline-block;color:#fff;margin:0}header{position:absolute;left:5rem;right:5rem;top:1rem;z-index:10;display:flex;justify-content:space-between;align-items:center}header .logo-container{width:10rem;display:flex;align-items:center}header .social-media-icons{display:flex;justify-content:space-between;gap:2rem;list-style:none}header .social-media-icons a{text-decoration:none}header .social-media-icons a i{font-size:2rem;color:#fff;transition:all .3s}header .social-media-icons a:hover i{color:#e4e00b}.section-hero{color:#fff;width:100%;height:60vh;background-image:linear-gradient(to right, rgba(238, 243, 165, 0.2), rgba(228, 224, 11, 0.2));background-position:top;background-size:cover;background-repeat:no-repeat;clip-path:polygon(0 0, 100% 0, 100% 40vh, 50% 60vh, 0 45vh);position:relative;overflow-x:hidden}.section-hero__image{width:100%;height:100%;overflow-y:hidden}.section-hero__image img{width:100%;height:100%;object-fit:cover}.section-hero h1,.section-hero__date{position:absolute;left:50%;transform:translateX(-50%)}.section-hero h1{max-width:50rem;animation:fade-in .5s .2s;animation-fill-mode:backwards;text-shadow:0 2px 5px rgba(0,0,0,.2);top:20%}.section-hero__date{font-size:1.5rem;font-weight:300;top:50%;animation:fade-up .3s .3s linear;animation-fill-mode:backwards}@media(max-width: 480px){.section-hero__date{top:60%}}.section-content{position:relative;padding:0 3rem 3rem;box-shadow:0 5px 1.5rem rgba(0,0,0,.2);border-radius:5px}.section-content .content__featured-image{display:inline-block;margin-top:-10rem;width:80%;height:400px;margin-left:10%;animation:fade-in .5s .3s ease-in;animation-fill-mode:backwards}@media(max-width: 768px){.section-content .content__featured-image{width:90%;margin-left:5%}}@media(max-width: 480px){.section-content .content__featured-image{height:300px}}.section-content .content__featured-image img{width:100%;height:100%;object-fit:cover;border-radius:7px;box-shadow:0 1rem 1.5rem rgba(0,0,0,.2)}.section-content .content__excerpt{font-size:1.6rem;font-weight:600;text-align:justify}.section-content .content__share-box{padding:2rem 0;border-top:1px solid rgba(0,0,0,.05);border-bottom:1px solid rgba(0,0,0,.05);display:flex;justify-content:space-between;align-items:center}.section-content .content__share-box--title{color:#e7fa40}.section-content .content__share-box--link{color:#636363}.section-content .content__share-box--icons{cursor:pointer;display:flex;justify-content:space-between;gap:2rem;font-size:2rem}.section-content .content__share-box--icons i{transition:all .3s}.section-content .content__share-box--icons i:not(:last-child){margin-right:2rem}.section-content .content__share-box--icons i:hover{transform:scale(1.01) translateY(-3px)}/*# sourceMappingURL=style-min.css.map */
