header{width:100%;z-index:10;box-sizing:border-box;display:flex;justify-content:space-between;align-items:center;column-gap:.5rem;padding:1rem;color:#fff;background-color:#000}header>div:nth-child(1){padding-left:.7rem;flex-grow:0;flex-shrink:0;display:flex}header>div:nth-child(2){flex-grow:0;flex-shrink:0;margin-left:.2rem}header>div:last-child{flex-grow:0;flex-shrink:0;height:2rem}header .button{position:relative;width:2rem;height:2rem;cursor:pointer}header .button span{position:absolute;left:5%;width:90%;height:.1rem;background-color:#fff;border-radius:.1rem;transform-origin:center;display:inline-block;transition:transform .3s ease,opacity .3s ease;box-sizing:border-box}header .button span:nth-of-type(1){top:calc(15% + .05rem)}header .button span:nth-of-type(2){top:calc(50% - .05rem)}header .button span:nth-of-type(3){bottom:calc(15% - .05rem)}@media(min-width:768px){header>div:nth-child(1) img{width:10rem}header>div:nth-child(2) img{width:5rem}header>div:nth-child(4) a{padding:.25rem 1.2rem;font-size:.6rem;margin-right:2.5rem}}@media(max-width:767px){header{padding:2rem}header>div:nth-child(1){padding:0;width:19rem}header>div:nth-child(2){margin:0;height:3.5rem}header>div:nth-child(4) a{margin-right:.7rem;padding:.2rem .8rem;font-size:.5rem;font-weight:700}header>div:last-child{width:3.5rem;height:3.5rem}header .button span:nth-of-type(2){top:50%}}footer{margin:3rem 2rem}footer .back-to-top{text-align:left}footer .back-to-top .btn{color:#fff;background-color:#999;border-color:#999;padding:.4rem 2.1rem;font-size:.6rem}footer .copyright{margin-top:2rem}.footer-nav a{color:#666}@media(max-width:767px){footer{margin-bottom:6rem}footer .back-to-top{padding:2rem}footer .back-to-top .btn{padding:.2rem 4rem;font-size:1.6rem}footer .copyright{margin-top:4rem}}#news.section{padding:5rem 1rem 8rem;background-color:#fff;color:#000;text-align:left}#news div:nth-child(1){font-size:2rem;text-align:center}#news div:nth-child(2){padding-top:2rem;display:flex;justify-content:flex-start;align-items:flex-end}#news dl{display:grid;grid-template-columns:auto 1fr;gap:.2rem 5rem;margin:auto}#news dd{padding:0;margin:0}#news .btn2{color:#fff;background-color:#999;border-color:#999;padding:.25rem 2.5rem;font-size:calc(16 / var(--base) * 1rem)}#news .btn2:after{margin-top:.45rem}@media(max-width:767px){#news.section{padding-left:4rem;padding-right:4rem}#news div:nth-child(1){font-size:4rem}#news>div:nth-child(2){display:block}#news dl{gap:.2rem 2rem;font-size:2rem}#news .button-container{margin-top:1rem;display:flex;justify-content:center}#news .btn2:after{margin-top:.3rem}}#privacy_policy,#terms,#law{text-align:left;padding:1rem 2rem}@media(max-width:767px){#privacy_policy,#terms,#law{font-size:2rem;padding:4rem}}#poc{padding:4rem}#poc>div:nth-child(1){background-color:#5e5e5e;color:#fff;display:inline-block;margin:4rem auto;padding:1rem 4rem;font-size:2rem}#poc>div:nth-child(2){font-size:3rem;font-weight:700}#poc>div:nth-child(3){font-size:1.5rem;margin-top:2rem}#poc>div:nth-child(3) a{color:#3094e5}#poc .buttons-container{margin-top:4rem}#poc .buttons-container .btn{padding:1rem 5rem;font-size:2rem}#poc .buttons-container .btn:nth-child(1){background-color:#afcfd8;color:#000}
