@font-face{font-family:Inter;src:url(/fonts/static/Inter-Bold.ttf) format("TrueType");font-weight:500}@font-face{font-family:Inter;src:url(/fonts/static/Inter-Regular.ttf) format("TrueType");font-weight:400}@font-face{font-family:Inter;src:url(/fonts/static/Inter-ExtraBold.ttf) format("TrueType");font-weight:700}:root{font-size:15px;box-sizing:border-box;font-family:philosopher,Kumbh sans,Inter,system-ui,Avenir,Helvetica,Arial,sans-serif,Avenir,Helvetica;line-height:1.5;background:hsl(36,100%,99%);font-synthesis:none;text-rendering:optimizeLegibility;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale;-webkit-text-size-adjust:100%}*,*:before,*:after{box-sizing:inherit;margin:0;padding:0}body,h1,h2,h3,h4,h5,h6,p{margin:0;padding:0;font-size:100%;font-weight:400}img{width:100%}h1,h2,h3{font-weight:600;font-size:1.4rem;color:#00001a}h2{font-size:1.2rem;font-weight:500}h3{font-size:1.1rem;font-weight:300}body{width:100vw;min-height:100vh}.material-symbols-outlined{font-variation-settings:"FILL" 100,"wght" 400,"GRAD" 0,"opsz" 24}#header{position:sticky;top:0;-webkit-backdrop-filter:blur(9rem);backdrop-filter:blur(9rem)}#header section{padding:.5rem 1rem;display:flex;align-items:center;justify-content:space-between}#header section object{width:150px;height:100px}#header section nav .nav-mobile{-webkit-backdrop-filter:blur(2px);backdrop-filter:blur(2px);position:absolute;top:0;left:30vw;width:70vw;height:100vh;background-color:#fffdfa;padding:2rem 1rem 0;z-index:1000}#header section nav .nav-mobile .menu-close{margin-left:auto;margin-bottom:3rem;width:fit-content}#header section nav .nav-mobile ul{list-style:none}#header section nav .nav-mobile ul li{margin-bottom:1.5rem;font-size:1.5rem}#header section nav .nav-mobile ul li .link{text-decoration:none;color:#00001a;transition:color .5s ease}#header section nav .nav-mobile ul li .link:hover{color:#e9ab53;cursor:pointer}#header section nav .nav-desktop{display:none}@media (min-width: 768px){#header section{padding:1.5rem 1rem}#header section nav .menu-open{display:none}#header section nav .nav-desktop{display:block;width:55vw}#header section nav .nav-desktop ul{display:flex;list-style:none}#header section nav .nav-desktop ul li{margin-left:auto}#header section nav .nav-desktop ul li .link{text-decoration:none;color:#00001a;transition:color .5s ease}#header section nav .nav-desktop ul li .link:hover{cursor:pointer;color:#e9ab53}}#hero{box-shadow:1px 5px 5px #c5c6ce}#hero a{text-decoration:none;display:block;height:100%}#hero a figcaption{padding:.5rem;margin-top:0}#hero a figcaption .headline{color:#00001a;font-weight:600}#hero a figcaption .headline .tag{border-radius:8px;margin-left:5px;padding:4px;font-weight:500;font-size:.9rem;color:#5d5f79}#hero a figcaption .headline .tag .fa-circle{margin-right:2px}#hero a figcaption .domain{color:#c5c6ce;font-size:.9rem}#grid{padding:.2rem;margin:2rem 0 100%;display:grid;grid-gap:1rem;justify-items:center;align-items:center;grid-auto-flow:row;justify-content:space-evenly;align-content:space-evenly}@media (min-width: 768px){#grid{grid:auto/repeat(3,1fr)}}#footer{background-color:#00001a;color:#fffdfa;margin:3rem 0 0;padding:1rem}#footer li{list-style:none}#footer h2{color:inherit}#footer a{text-decoration:none;color:#00bdd6}#footer .socials,#footer .categories{margin-bottom:2rem}#footer .copyright{display:flex;justify-content:center;align-items:center;font-weight:500}#footer .contact{margin-bottom:2rem}#footer .contact h3{color:inherit}#footer .contact p{color:#00bdd6}#about{margin-bottom:100%}#about h1{padding:0 1rem}#about p{padding:1rem;font-size:1.2rem;text-align:justify}#about p:first-letter{font-size:1.5rem;color:#00bdd6;font-weight:700}#about p b{color:#00bdd6}#about p ul li{list-style:none}#quiz{margin-bottom:100%}#quiz .q-header{background-color:#00001a;display:flex;flex-flow:column nowrap;padding:1rem 0;align-items:center;justify-content:center}#quiz .q-header h1,#quiz .q-header span{color:#fffdfa;font-weight:600;font-size:1.5rem}#quiz .q-header span{size:1rem;color:#00bdd6;font-weight:400}#quiz .main{margin-bottom:1rem}#quiz .btn-con{display:flex;flex-flow:row nowrap;justify-content:space-between;align-items:center;padding:1.5rem}#quiz .btn-con .btn{border:none;padding:.6rem 2.1rem;text-align:center;border-radius:.5rem;transition:all .3s;font-family:philosopher;font-size:1.2rem;font-weight:700}#quiz .btn-con .next{background-color:#00001a;color:#00bdd6}#quiz .btn-con .submit{background-color:#0096aa;color:#fffdfa;font-weight:500;box-shadow:1px 5px 1px #c1c1c1}#quiz .btn-con .prev{color:#00bdd6;background-color:#f0f0f0;border:1px solid #f0f0f0}#quiz .btn-con .prev:focus,#quiz .btn-con .prev:hover{background-color:#00001a;border:1px solid hsl(240,100%,5%)}@media (min-width: 768px){#quiz .btn-con{padding:1.5rem 6%}}.selected-opt{background-color:#00001a;color:#00bdd6;box-shadow:0 4px 2px #c5c6ce;transform:scale(1.02)}.selected-opt>*{font-weight:500}.quizcard{margin-top:1rem}.quizcard .question-con{padding:1rem}.quizcard .question-con p{font-weight:500;font-size:1.2rem}.quizcard .options-con{margin-top:1rem;padding:1rem}.quizcard .options-con ul{list-style:none}.quizcard .options-con ul li{display:flex;justify-content:space-between;align-items:center;border:1px solid hsl(240,100%,5%);margin-bottom:1rem;padding:.7rem .5rem;border-radius:.5rem;transition:all .3s}.quizcard .options-con ul li:hover{cursor:pointer}@media (min-width: 768px){.desktop{display:grid;grid:auto/40vw 59vw;grid-gap:1rem;margin-top:10vw}.desktop .question-con{text-align:center;display:flex;justify-content:center;align-items:center}.desktop .options-con ul{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}.desktop .options-con ul li{width:80%}}.result{margin-top:1rem}.result .q-con{padding:1rem}.result .q-con p{font-weight:500}.result .opts-list{padding:1rem;list-style:none;margin-top:1rem}.result .opts-list li{margin-bottom:.5rem;padding:.5rem;border:1px solid hsl(236,13%,42%);border-radius:.5rem}@media (min-width: 768px){.result{display:grid;grid:auto/40vw 59vw;grid-gap:1rem}.result .q-con{text-align:center;display:flex;flex-flow:row nowrap;justify-content:center;align-items:center}.result .opts-list{display:flex;flex-flow:column nowrap;justify-content:center;align-items:center}.result .opts-list li{width:80%;margin-bottom:.8rem}}.correct{background-color:#00720e;color:#fffdfa}.wrong{background-color:#ff191e;color:#fffdfa}#spotlight{margin-bottom:100%;padding:0 1rem}#spotlight .spotlighted-article{margin:1.5rem 0 3rem;box-shadow:-2px 6px 5px #c5c6ce,2px -2px 5px #c5c6ce;border-radius:1rem;padding:0 0 1rem}#spotlight .spotlighted-article .con{display:flex;background:hsl(240,100%,5%);border-radius:1rem 1rem 0 0;justify-content:flex-start;align-items:center}#spotlight .spotlighted-article .con h2{font-size:1.2rem;color:#00bdd6;padding:.5rem;font-family:philosopher,kumbh sans;font-weight:700}#spotlight .spotlighted-article p{padding:.5rem 1rem;font-size:1.2rem}#spotlight .icymi-con{padding:0;margin:1rem 0}#spotlight .icymi-con h3{font-size:1.2rem;color:#00bdd6;font-weight:700}#spotlight .icymi-con .icymi li{list-style:inside circle;font-size:1.2rem}@keyframes blink{0%{color:#00bdd6}to{color:#ff0}}.blink-anime{animation:blink 1s ease infinite alternate;font-size:2rem}#article{margin-bottom:100%}#article .switch-lang{position:fixed;bottom:.8rem;padding-left:1rem}#article .switch-lang button{border:2px double #00bdd6;border-radius:.5rem;background-color:transparent;-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);font-family:philosopher;color:#00bdd6;padding:.5rem 1.5rem;text-align:center;font-weight:700;transition:border .3s}#article .switch-lang button:hover{cursor:pointer}#article .title{padding:1rem;background-color:#00001a;color:#00bdd6}#article .title h1{color:#00bdd6}#article .title h4{color:#c5c6ce}#article main{padding:1rem;font-size:1.2rem;text-align:justify}#article main:first-letter{color:#00bdd6;font-size:2.5rem;font-weight:700}#article .icymi-con{margin-top:1rem}#article .icymi-con h3{color:#00bdd6;font-weight:700}#article .icymi-con .icymi{padding-left:1rem}#article .icymi-con .icymi li{font-size:1.2rem;list-style:inside circle}#article abbr{text-decoration:underline;font-style:italic}
