@import url("https://fonts.googleapis.com/css2?family=Montserrat:wght@400;500;600;700&display=swap");body{margin:0;background-color:#101010;background-size:cover;background-repeat:no-repeat;background-attachment:fixed;overflow-x:hidden}*{font-family:Montserrat,sans-serif!important;text-transform:uppercase;color:white}.page{display:flex;height:100svh;flex-direction:column;justify-content:space-between;height:auto;min-width:300px}a{text-decoration:none;color:white}header{top:0;position:sticky;z-index:1000;min-width:350px;max-width:100vw;padding:.8rem}.header-home,header{width:100%;box-sizing:border-box}.header-home{padding:1rem;display:flex;color:white;justify-content:space-between;min-height:71}.logo{user-select:none}.hero{position:relative;align-items:center;display:flex;flex-direction:column;gap:2rem;min-height:70vh;max-height:90vh;width:100vw;justify-content:center;min-width:300px;margin-bottom:3rem}.hero-title{text-align:center;font-weight:700;font-size:3.5rem;align-items:center;display:flex;flex-direction:column;user-select:none;@media (max-width:768px){font-size:1.5rem}}.hero-subtitle{text-align:center;font-weight:500;font-size:1.2rem;@media (max-width:768px){font-size:.8rem}}.phone-container{position:relative;width:100%;height:686px;max-height:50svh}.phone{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);width:300;height:660;padding:.5rem;z-index:100;max-width:22.72svh;max-height:50svh;@media (max-height:650px),(max-width:768px){padding-left:.4rem!important;padding-bottom:.4rem!important;padding-right:.4rem!important;padding-top:.4rem!important}video{border-radius:2rem;background-color:black;box-shadow:0 0 3rem rgba(0,0,0,.9);width:300;height:660;max-width:22.72svh;max-height:50svh;@media (max-height:650px),(max-width:768px){border-radius:1rem!important}}}.responsive-tile{@media (max-height:650px),(max-width:768px){width:8rem!important;border-radius:8px!important;div{font-size:.65rem!important}}}.feature-section{min-height:40vh;padding:0 2rem;display:flex;gap:2rem;overflow-x:scroll;scrollbar-width:none;-ms-overflow-style:none;::-webkit-scrollbar{display:none}@media (max-height:650px),(max-width:768px){flex-direction:column;max-width:100vw;cursor:default!important}}.feature{background:linear-gradient(135deg,#2c232e,#101010,#1b0317);border:1px solid #292929;display:flex;border-radius:1rem;justify-content:space-between;width:30vw;min-width:370px;max-width:80vw;flex:1;user-select:none;position:relative;.feature-image{width:300px;height:400px;overflow:hidden;align-self:center;user-select:none}@media (max-height:650px),(max-width:768px){align-self:center;width:100vw;min-width:unset;.feature-image{width:225px;height:300px}}}footer{font-size:.7rem;justify-items:center;padding:2rem;gap:1rem;display:flex;flex-direction:column;align-items:center;.footer-buttons{display:flex!important;gap:1rem;flex-direction:row;text-align:center}}.scroll-arrow{opacity:0;visibility:hidden;transition:opacity .3s ease,visibility .3s ease;pointer-events:none}.scroll-arrow.visible{opacity:1;visibility:visible;pointer-events:auto}