.homePage{flex-direction:column;align-items:center;gap:2rem;width:100%;padding:1rem;display:flex;position:relative}.homePage:before,.homePage:after{content:"";z-index:1;background:linear-gradient(#9c27b0 0%,#2196f3 100%);width:7px;height:100vh;position:fixed;top:0}.homePage:before{left:0}.homePage:after{right:0}.homePage .bg{opacity:.7;z-index:-1;background-image:linear-gradient(-50deg,#000 80%,#0e0e0e 70% 50%);animation:8s ease-in-out infinite alternate slide;position:fixed;inset:0 -50%}.homePage .bg2{animation-duration:10s;animation-direction:alternate-reverse}.homePage .bg3{animation-duration:10s}@keyframes slide{0%{transform:translate(-25%)}to{transform:translate(25%)}}.homePage .animation{flex-direction:column;justify-content:center;width:auto;height:fit-content;margin-bottom:2rem;display:flex;position:relative}.homePage .animation svg{width:auto;height:9rem!important}.homePage .animation .supported{flex-direction:column;display:flex}.homePage .animation .supported p{text-transform:uppercase;text-align:center;color:var(--white);font-size:.9rem}.homePage .animation .supported img{object-fit:scale-down;width:auto;height:1.25rem}.homePage .title{color:var(--white);flex-direction:column;justify-content:center;display:flex}.homePage .title h1{text-align:center;font-size:2rem;font-weight:300;line-height:.7}.homePage .title h1:last-child{color:var(--secondary);font-family:Open Sans,sans-serif;font-size:2.25rem;font-weight:500}.homePage .text{width:auto;color:var(--white);flex-direction:column;justify-content:center;align-items:center;margin-bottom:0;padding-top:.1rem;display:flex;position:relative}.homePage .text p{text-align:center;width:70%;margin-top:1rem;padding:1.5rem;font-size:1.1rem;font-weight:300;line-height:1.4;position:relative}.homePage .text:first-child{flex-direction:column;align-items:flex-start}.homePage .text .borderLeft{background-color:var(--secondary);width:1px;height:50%;position:absolute;top:0;left:0}.homePage .text .borderTop{background-color:var(--secondary);width:30%;height:1px;position:absolute;top:0;left:0}.homePage .text .borderRight{background-color:var(--secondary);width:1px;height:50%;position:absolute;bottom:0;right:0}.homePage .text .borderBottom{background-color:var(--secondary);width:30%;height:1px;position:absolute;bottom:0;right:0}.homePage .quizRow{width:100%;color:var(--white);flex-direction:column;justify-content:flex-start;display:flex}.homePage .quizRow h4{margin-bottom:.75rem;padding-left:1.75rem;font-size:1.25rem;font-weight:600}@media screen and (max-width:900px){.homePage .text p{width:98%}.homePage .quizRow h4{padding-left:1rem}}@media screen and (max-width:600px){.homePage{gap:1rem;padding:1rem .5rem}.homePage .title h1{font-size:1.5rem}.homePage .title h1:last-child{font-size:1.75rem}.homePage .animation svg{height:6rem!important}.homePage .quizRow h4{margin-bottom:.25rem;padding-left:.5rem}}
