@charset "UTF-8";html{min-height:100vh;min-width:100vw}#root{display:flex;flex-direction:column;min-height:100vh}body{font-family:Arial,sans-serif;margin:0;padding:0;display:flex;flex-direction:column;min-height:100vh;min-width:100vw}main{flex-grow:1;display:flex;flex-direction:column}.wrapper{text-align:center;padding:80px 20px;font-family:Segoe UI,Tahoma,Geneva,Verdana,sans-serif}.title{font-size:3rem;margin-bottom:1rem;color:#333}.message{font-size:1.5rem;margin-bottom:2rem;color:#555}.button{display:inline-block;padding:10px 20px;background-color:#747474;color:#fff;border-radius:5px;text-decoration:none;transition:background-color .2s ease}.button:hover{background-color:#364b4a}.container{display:flex;flex-direction:column;align-items:center;justify-content:center;background-color:#000}header{height:20px;background-color:#333;color:#fff;padding:1rem;z-index:1}header .header-container{display:flex;flex-direction:row;align-items:center;width:100%}header .header-container img{width:20px;height:20px;margin-right:10px}footer{display:flex;padding:1rem;margin-top:auto;height:100px;background:#020202;color:#666;z-index:1;width:100%;box-sizing:border-box}footer img{width:20px;height:20px;margin-right:10px}footer .footer-container{display:flex;flex-direction:row;justify-content:space-between;width:100%;padding:0 3rem}footer .footer-container .left-area{display:flex;flex-direction:column;justify-content:space-around;font-size:.8rem}footer .footer-container .left-area .company-name{display:flex;flex-direction:row;align-items:center;font-size:1.2rem;font-weight:700;color:#c9c6c6}footer .footer-container .left-area .company-info-area{display:flex;flex-direction:row;justify-content:center;align-items:center;font-size:1rem}footer .footer-container .left-area .company-info-area p+p:before{content:"|";display:inline-block;margin:0 1rem}footer .footer-container .right-area{display:flex;flex-direction:column;justify-content:space-around;font-size:1rem}footer .footer-container .right-area .top-box{display:flex;flex-direction:row;justify-content:flex-end;align-items:center;font-size:1rem}@media (max-width: 768px){footer{flex-direction:column;height:auto;padding:0}footer .footer-container{box-sizing:border-box;padding:1rem .5rem;flex-direction:column;justify-content:center;align-items:center}footer .footer-container .left-area,footer .footer-container .right-area{margin-bottom:1rem;text-align:center}footer .footer-container .left-area .company-info-area,footer .footer-container .right-area .company-info-area{flex-direction:column}}@keyframes fadeIn{0%{opacity:0}to{opacity:1}}@keyframes fadeInSlide{0%{transform:translate(-30px);opacity:.5;filter:blur(10px)}to{transform:translate(0);opacity:1;filter:blur(0)}}@keyframes bgFadeIn{0%{background-color:#000}to{background-color:#00000080}}.home-container .background-image{background-color:#000;position:absolute;top:0;left:0;width:100%;height:100%;background-repeat:no-repeat;background-size:cover;background-position:center;z-index:0;animation:fadeInSlide 2s ease-out forwards,bgFadeIn 2s ease-out}.home-container .headline{border:2px solid white;margin-left:50px;padding:1rem 2rem;background-color:#00000080;color:#fff;font-size:2.5rem;font-weight:600;max-width:800px;line-height:1.4;position:relative;z-index:1;animation:fadeIn 2s ease-out,bgFadeIn 2s ease-out;-webkit-font-smoothing:antialiased;-moz-osx-font-smoothing:grayscale}@media (max-width: 768px){.headline{font-size:1.8rem;padding:0 20px}}
