@import url(https://fonts.googleapis.com/css2?family=Jost:ital,wght@0,100..900;1,100..900&family=Unbounded:wght@200..900&display=swap);/*! normalize.css v8.0.1 | MIT License | github.com/necolas/normalize.css */html{line-height:1.15;-webkit-text-size-adjust:100%}body{margin:0}main{display:block}h1{font-size:2em;margin:.67em 0}hr{box-sizing:content-box;height:0;overflow:visible}pre{font-family:monospace,monospace;font-size:1em}a{background-color:transparent}abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}b,strong{font-weight:bolder}code,kbd,samp{font-family:monospace,monospace;font-size:1em}small{font-size:80%}sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}sub{bottom:-.25em}sup{top:-.5em}img{border-style:none}button,input,optgroup,select,textarea{font-family:inherit;font-size:100%;line-height:1.15;margin:0}button,input{overflow:visible}button,select{text-transform:none}[type=button],[type=reset],[type=submit],button{-webkit-appearance:button}[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}[type=button]:-moz-focusring,[type=reset]:-moz-focusring,[type=submit]:-moz-focusring,button:-moz-focusring{outline:1px dotted ButtonText}fieldset{padding:.35em .75em .625em}legend{box-sizing:border-box;color:inherit;display:table;max-width:100%;padding:0;white-space:normal}progress{vertical-align:baseline}textarea{overflow:auto}[type=checkbox],[type=radio]{box-sizing:border-box;padding:0}[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}[type=search]{-webkit-appearance:textfield;outline-offset:-2px}[type=search]::-webkit-search-decoration{-webkit-appearance:none}::-webkit-file-upload-button{-webkit-appearance:button;font:inherit}details{display:block}summary{display:list-item}template{display:none}[hidden]{display:none}body{font-family:sans-serif;color:#eee;font-family:Jost,sans-serif;font-size:1.2rem;background-image:url(../assets/background-img.jpg);background-repeat:no-repeat;background-attachment:fixed;background-size:cover;background-position:center center}body::before{content:'';position:fixed;top:0;left:0;width:100%;height:100%;backdrop-filter:blur(5px);background-color:rgba(0,0,0,.4);z-index:-1}.container{max-width:1200px;margin:0 auto}h1,h2,h3,h4,h5,h6{font-family:Unbounded}.card-section{background-color:#1d1616;box-shadow:0 15px 35px rgba(0,0,0,.3),0 5px 15px rgba(0,0,0,.22)}@media (max-width:1350px){body{font-size:1rem}}.header{max-width:1600px;padding:.2rem 1rem;background-color:#1d1616}.header__content{display:flex;justify-content:space-between;align-items:center}.header__logo img{width:70px}.header__actions{flex:1;text-align:center}.header__actions button{width:40%;font-size:2rem;background-color:transparent;color:#eee;border:none;border-radius:10px;cursor:pointer;padding:.5rem 1rem;transition:all .2s ease-in-out}.header__actions button:hover{background-color:#d84040;color:#1d1616}.header__nav ul{list-style:none;display:flex;flex-direction:row;gap:10px}.header__nav ul a{text-decoration:none;color:inherit;transition:all .2s ease-in-out}.header__nav ul a:hover{color:#d84040}.header__burger{display:none}@media (max-width:1350px){.header__logo img{width:50px}.header__actions button{width:fit-content;font-size:1.2rem;padding:.4rem .8rem}.header__nav ul{padding-left:10px;gap:5px}}@media (max-width:970px){.header__nav{display:none}.header__burger{width:24px;height:18px;display:flex;flex-direction:column;justify-content:space-between;cursor:pointer;transition:transform .3s ease;position:relative;z-index:100}.header__burger:hover{transform:scale(1.1)}.header__burger span{display:block;width:100%;height:2px;background-color:#fff;transition:all .3s ease}.header__burger.active span:nth-child(1){transform:translateY(8px) rotate(45deg)}.header__burger.active span:nth-child(2){opacity:0}.header__burger.active span:nth-child(3){transform:translateY(-8px) rotate(-45deg)}.header__nav.active{display:block;position:fixed;top:0;left:0;width:100%;height:100vh;background-color:#1d1616;z-index:99;padding-top:30px;overflow-y:auto;animation:fadeIn .3s ease}.header__nav.active ul{flex-direction:column;align-items:center;gap:1rem}.header__nav.active ul a{color:#eee;font-size:1.2rem;padding:5px;display:block;text-align:center}.header__nav.active ul a:hover{color:#d84040;background-color:rgba(255,255,255,.1)}@keyframes fadeIn{from{opacity:0;transform:translateY(-20px)}to{opacity:1;transform:translateY(0)}}.no-scroll{overflow:hidden}}.hero{display:flex;flex-direction:column;align-items:end;text-align:end;height:60vh;font-size:1.4rem}.hero__text{max-width:60%}.page-section{padding:1rem 2rem}.page-section__img{width:100%;height:60vh;object-fit:cover;border-radius:10px;margin-bottom:1rem}.page-section__content{margin-bottom:2rem}.page-section__list{text-transform:uppercase}.page-section__list li{margin-bottom:.5rem;padding:.5rem;border-left:4px solid #8e1616;border-radius:10px}.page-section__link a{text-decoration:none;color:#d84040;font-weight:700}.page-section__link a:hover{text-decoration:underline}.ending{text-align:center;padding:2rem;font-size:2.5rem}.ending__btn{font-size:2rem;background-color:#8e1616;color:#eee;border:none;border-radius:10px;cursor:pointer;padding:.5rem 1rem;transition:all .2s ease-in-out}.ending__btn:hover{background-color:#d84040}.bigger-link{display:block;font-size:1.5rem;padding:.5rem;margin:1rem 0;border:4px solid #8e1616;border-radius:10px;text-decoration:none;color:#eee;font-weight:700;cursor:pointer;width:fit-content;transition:all .2s ease-in-out}.bigger-link:hover{background-color:#8e1616}@media (max-width:1350px){.hero{padding-inline:2rem;height:auto;margin-bottom:1rem}.page-section__img{height:40vh}}@media (max-width:800px){.hero{padding-inline:1rem;font-size:1.2rem}.page-section__img{height:30vh}.ending{text-align:center;padding:1.5rem;font-size:1.8rem}.ending__btn{font-size:1.4rem;margin:.5rem}}@media (max-width:500px){.hero{padding-inline:.5rem;font-size:1rem;text-align:center;align-items:center}.hero h1{font-size:1.5rem}.page-section__img{height:20vh}.page-section{padding:.5rem 1rem}}.footer{background-color:#1d1616;color:#eee;padding:2rem 1rem;margin-top:3rem}.footer__content{max-width:1600px;margin:0 auto;display:flex;flex-direction:column;align-items:center;gap:2rem}.footer__logo img{width:80px;height:auto}.footer__links{display:flex;flex-wrap:wrap;justify-content:center;gap:1.5rem;list-style:none;padding:0;margin:0}.footer__links a{color:#eee;text-decoration:none;transition:color .2s ease}.footer__links a:hover{color:#d84040}.footer__social{display:flex;gap:1.5rem}.social-link{color:#eee;text-decoration:none;transition:color .2s ease}.social-link:hover{color:#d84040}.footer__copyright{font-size:.9rem;opacity:.8;text-align:center}@media (max-width:768px){.footer__links{flex-direction:column;align-items:center;gap:1rem}.footer__social{flex-direction:column;align-items:center;gap:1rem}}