@import"https://fonts.googleapis.com/css2?family=Open+Sans:ital,wght@0,300..800;1,300..800&family=Poppins:ital,wght@0,100;0,200;0,300;0,400;0,500;0,600;0,700;0,800;0,900;1,100;1,200;1,300;1,400;1,500;1,600;1,700;1,800;1,900&display=swap";.Home{background-color:#121212;color:#fff;min-height:100vh;min-width:100vw;overflow-x:hidden}.Home__blog-container{max-width:1200px;margin:0 auto;width:90%}.BlogCard{background-color:#1c1c1d;display:flex;flex-direction:column;margin-bottom:2em;transition:all .3s ease-in-out}.BlogCard:hover{transform:scale(1.01);cursor:pointer}.BlogCard__img{width:100%}.BlogCard__img img{width:100%;height:100%;object-fit:cover;max-height:400px}.BlogCard__content{padding:1em .5em}.BlogCard__description{color:#858585}.BlogCard__author{display:flex;flex-direction:column;margin-top:1em}.BlogCard__author-profile{width:100%;height:100%;margin-bottom:.5em}.BlogCard__author-profile img{width:100%;height:100%;max-width:60px;border-radius:100%;object-fit:cover}.BlogCard__name{color:#fff}.BlogCard__date>p{color:#858585}.BlogCard__topic{background-color:#040412;max-width:300px;display:inline-block;border-radius:1em;color:#858585;padding:.5em;font-size:.7rem;margin-right:.5em}.BlogCard__title{transition:all .1s ease-in-out;cursor:pointer}.BlogCard__title:hover{color:#f6e99f}@media (min-width:768px){.BlogCard__img{width:100%;min-height:100%;flex:.75}.BlogCard__img img{height:100%;max-height:100%}.BlogCard__content{flex:1}.BlogCard__author{flex-direction:row}.BlogCard__author-profile{display:flex;flex-direction:row;align-items:center;gap:.5em}.BlogCard__date{flex:1;font-size:12px;text-align:end}.BlogCard__author-profile{flex:1}}@media (min-width:1000px){.BlogCard{flex-direction:row;max-height:500px}.BlogCard__title{margin-bottom:.2em}.BlogCard__description{font-size:1.3rem;margin-bottom:2em}}.Blog__container{width:90%;max-width:1200px;margin:0 auto}.Blog__header{padding-bottom:1em;margin-bottom:1em;border-bottom:1px solid rgb(41,40,40)}.Blog__row{display:flex;flex-direction:column}.Blog__author-name{color:#fff}.Blog__date{color:#858585}.Blog__author-image{width:100%;height:100%}.Blog__author-image img{border-radius:50%;width:100%;height:100%;max-height:60px;max-width:60px;object-fit:cover}code{background-color:#1c1c1d;padding:.2em .4em;border-radius:4px;font-family:monospace;font-size:.9em;color:#d0d0d0}img{width:100%;height:100%;object-fit:cover;max-height:650px}p{color:#d0d0d0;margin-bottom:.5em}h2,h3,h4,h5,h6{color:#fff}hr{border:0;height:1px;background-color:#444;margin:20px 0}ul{color:#fff;list-style-position:inside;margin:1em 0;padding-left:1em}li{margin-bottom:.5em;color:#fff}a{color:#1e90ff;text-decoration:none}a:hover{text-decoration:underline}hr{margin-bottom:1em;margin-top:1em}@media (min-width:768px){.Blog__row{flex-direction:row;justify-content:flex-start;align-items:center}.Blog__author-image{flex:.05}.Blog__author-name{margin-left:.7em}.Blog__date{margin-left:1em}}h1{font-size:2em;text-transform:uppercase;letter-spacing:1px;color:#fff}h2{font-size:1.5em;color:#e1dddd;padding-bottom:5px}h3{font-size:1.3em;color:#a4a3a3;margin-top:30px}h4{font-size:1.2em;color:#8d8b8b;margin-top:20px}h5,h6{font-size:1em;color:#7c7b7b;margin-top:15px}@media (min-width: 768px){h1{font-size:2.5em}h2{font-size:2em}h3{font-size:1.7em}h4{font-size:1.5em}h5,h6{font-size:1.3em}h1,h2,h3,h4,h5,h6{margin-bottom:10px}h2{padding-bottom:3px}}@media (max-width: 480px){h1{font-size:2em}h2{font-size:1.8em}h3{font-size:1.5em}h4,h5,h6{font-size:1.2em}}audio{margin:1em auto;width:50%;height:50px;background-color:#f5f5f5;border-radius:30px;box-shadow:0 2px 6px #0000001a;outline:none}audio::-webkit-media-controls-panel{background-color:#f5f5f5;border-radius:30px}audio::-webkit-media-controls-play-button{background-color:#4285f4;border-radius:50%;transition:background-color .3s}audio::-webkit-media-controls-play-button:hover{background-color:#3367d6}audio::-webkit-media-controls-current-time-display,audio::-webkit-media-controls-time-remaining-display{color:#333;font-family:Helvetica,sans-serif;font-size:12px}audio::-webkit-media-controls-volume-slider{background-color:#ddd;border-radius:25px;padding:0 5px}@-moz-document url-prefix(){audio{background-color:#f5f5f5;border:1px solid #ddd}}@media (max-width: 768px){.Blog__audio{width:100%;margin:1em 0}}*,*:before,*:after{margin:0;padding:0;box-sizing:border-box}body,html{min-width:100vw;min-height:100vh;font-family:Poppins,serif;overflow-x:hidden;background-color:#121212}::-webkit-scrollbar{width:10px}::-webkit-scrollbar-track{background:var(--grey-secondary)}::-webkit-scrollbar-thumb{background:#d4af37;border-radius:5px}::-webkit-scrollbar-thumb:hover{background:#b39430}*{scrollbar-width:thin;scrollbar-color:#D4AF37 var(--grey-secondary)}.Navbar{background-color:transparent}.Navbar__container{width:90%;max-width:1200px;margin:0 auto;display:flex;justify-content:space-between;align-items:center;position:relative}.Navbar__container-logo{width:100px;height:130px}.Navbar__container-logo img{width:100%;height:100%;object-fit:cover}.Navbar__container-wrapper{display:none;flex-direction:column;position:absolute;top:100%;left:50%;right:0;background-color:#616060b3;padding:1rem;align-items:start;border-radius:1em;gap:1em;z-index:9999}.navbar__menu--open{display:flex!important}.flex-col,.Navbar__container-menu{display:flex;flex-direction:column}.Navbar__container-menu a{color:#f6e99f;text-decoration:none}.btn{background-color:#d4af37;outline:none;border:none;padding:.5em 1em;border-radius:.5em;transition:all .5s ease-in-out}.btn:hover{cursor:pointer;background-color:#f5f5f5}.Navbar__toggler{outline:none;border:none;background:transparent;color:#fff;font-size:1.5rem}@media (min-width:768px){.Navbar__container-wrapper{display:flex;flex-direction:row;position:static;flex:.8;background:transparent;justify-content:space-between}.Navbar__toggler{display:none}.Navbar__container-menu{flex-direction:row;justify-content:space-between;gap:1em;flex:.9}.Navbar__container-cta{flex:.7;display:flex;justify-content:flex-end}}
