#home{max-width:100vw}#home h1{margin:10px 0;font-size:5rem;text-align:center;font-weight:lighter;text-transform:uppercase}#home h2{font-size:4rem}#home h3{font-size:2rem}#home>header,#home>section{display:grid;place-content:center;place-items:center;grid-column-gap:30px}#home>section{min-height:100vh}#home-header{grid-template-columns:minmax(auto,650px);min-height:80vh;text-align:center}#home-header p:first-of-type{font-size:30px;font-weight:700}#home-header video{z-index:-1;position:absolute;top:0;left:0;width:100vw;height:100vh;object-fit:cover;opacity:.7}#home-header form{display:flex}#home-about{grid-template-columns:repeat(2,minmax(auto,450px));grid-auto-flow:column}#home-about picture{grid-column:1}#home-tech{grid-template-columns:repeat(3,minmax(auto,275px));gap:50px 30px}#home-tech header{grid-column:1 / -1}#home-tech h2{text-align:center}#home-tech h3{margin-top:5px;font-size:1.5rem}#home-tech figure{max-width:250px;margin:0;text-align:center;border:1px solid var(--secondary-bg-color);border-radius:10px;padding:10px}#home-tech img{width:40px;height:40px}#home-tech p{margin:5px 0;padding:0}#home-conversion{grid-template-columns:repeat(2,minmax(auto,450px));grid-auto-flow:column}#home-conversion h2{margin-top:16px}#home-conversion figure{grid-column:1;display:flex;flex-direction:column;justify-content:center;aspect-ratio:1 /1;margin:0;padding:20px;text-align:center;border-radius:3px;background-color:var(--alt-bg-color)}#home-conversion figure blockquote{display:grid;grid-template-columns:1fr 1fr;margin:0}#home-conversion figure blockquote>p{grid-column:1 / -1}#home-conversion figure figcaption{margin-top:30px}#home-conversion figure div p{margin:0}#home-conversion .highlight{margin:0;font-weight:700;font-size:2rem}#home-conversion .highlight span{font-size:8rem;line-height:8rem}#home-lighthouse{position:relative;grid-template-columns:repeat(2,minmax(auto,550px));gap:30px;text-align:center}#home-lighthouse header{grid-column:1 / -1}#home-lighthouse figure{max-width:250px;margin:0}#home-lighthouse h3{margin-top:10px;white-space:nowrap}#home-lighthouse>picture{z-index:-1;position:absolute;max-width:600px;margin-top:225px}.progress-bar{height:75px;width:75px}.progress-bar circle{fill:transparent;stroke:var(--secondary-color);stroke-width:2px;stroke-dasharray:310;stroke-dashoffset:310;stroke-linecap:round;shape-rendering:geometricprecision;transform:rotate(-90deg);transform-origin:center;transition:stroke-dashoffset 1s ease-in}.progress-bar text{fill:var(--color);dominant-baseline:central;text-anchor:middle}#home-testimonials{z-index:1;position:relative;grid-template-columns:minmax(auto,50vw);background:radial-gradient(ellipse,rgba(15,19,26,1) 0%,rgba(24,35,73,1) 15%,rgba(40,43,87,1) 30%,rgba(64,29,73,1) 45%,rgba(53,18,62,1) 60%,rgba(15,19,26,1) 80%,rgba(89,171,55,0) 100%);box-shadow:inset 0 0 250px 250px #0f131a}#home-testimonials h2{padding:20px;font-weight:lighter;background-color:#0f131a80}#testimonial-wrapper{display:grid;grid-template-columns:min-content 1fr min-content;place-items:center;gap:10px}#testimonial-wrapper figure:first-of-type{opacity:1}#testimonial-wrapper figure{opacity:0;grid-row:1;grid-column:2;margin:20px 0;padding:10px;background-color:#0f131a80}#testimonial-wrapper blockquote{margin:0;padding:0 20px}#testimonial-wrapper figcaption{padding:0 20px}#testimonial-wrapper figure span{display:block;padding-bottom:5px;font-size:1.5rem;color:gold}#testimonial-wrapper button{width:48px;height:48px;border:1px solid black;border-radius:3px;font-size:2em;color:var(--color);background-color:var(--alt-bg-color);cursor:pointer}#testimonial-wrapper button:hover{background-color:var(--secondary-color)}#testimonial-wrapper button:active{background-color:var(--color)}#dot-container button{height:20px;width:20px;margin:5px;background-color:var(--alt-bg-color);border:0;border-radius:50%;cursor:pointer}#dot-container button:hover,#dot-container .active{background-color:var(--secondary-color)}#home-faq{grid-template-columns:minmax(auto,400px) minmax(auto,800px)}.faq-info{display:grid;grid-template-columns:1fr 1fr;margin-left:30px}.faq-info li{margin-bottom:15px}.faq-info a{padding-left:5px}.faq-info a{width:100%;padding:12px 20px;text-align:center;text-decoration:none;cursor:pointer;border:none;border-radius:3px;color:var(--color);background-color:#305878}.faq-info a:hover{filter:brightness(85%)}#home-world h2{margin:0 0 10px;text-align:center}#home-testimonials picture,#home-world picture{z-index:-1;position:absolute}#home-world ul{display:flex;text-align:left;list-style:square}#home-world ul li{margin:0 30px;padding:0 5px;background-color:var(--bg-color)}#home-contact{grid-template-columns:minmax(auto,800px)}#home-contact h2{text-transform:uppercase}#home-contact form{display:grid;grid-template-columns:repeat(2,1fr);gap:10px 30px;width:100%}#home-contact form label[name=company],#home-contact form label[name=message],#home-contact form input[type=submit]{grid-column:1 / -1}#home-contact form label:last-of-type{grid-column:1 / 3}@media only screen and (max-width: 860px){#home h1{font-size:4rem}#home h2{font-size:3rem}#home-about{margin-top:100px!important}#home-contact{margin-bottom:100px!important}#home section{min-height:unset;margin:200px 0}#home-about,#home-conversion,#home-lighthouse,#home-testimonials,#home-faq,#home-world,#home-contact>form{grid-template-columns:minmax(auto,1000px);gap:30px}#home-header form{flex-direction:column}#home-header form input[type=submit]{margin-top:20px}#home-tech{grid-template-columns:repeat(2,minmax(auto,500px))}#home-tech>figure:last-child{grid-column:1 / -1}#home-about,#home-conversion{grid-auto-flow:unset}#home-about>picture,#home-conversion>figure{grid-row:1}#home-world>ul{flex-direction:column;gap:30px}#dot-container button{display:none}#home-contact form label:last-of-type{grid-column:1 / -1}}
