:root{--grid-gap:var(--space-md);--grid-columns:12}.grid{grid-template-columns:repeat(12,1fr)}.grid,.grid--2-cols{display:grid;gap:var(--grid-gap)}.grid--2-cols{grid-template-columns:repeat(2,1fr)}.grid--3-cols{grid-template-columns:repeat(3,1fr)}.grid--3-cols,.grid--4-cols{display:grid;gap:var(--grid-gap)}.grid--4-cols{grid-template-columns:repeat(4,1fr)}.flex{display:flex;flex-direction:row;align-items:center;justify-content:center}.flex--col{flex-direction:column}.flex--start{justify-content:flex-start;align-items:flex-start}.flex--center{justify-content:center;align-items:center}.flex--between{justify-content:space-between}.devv{border:1px solid red}.devv2{border:1px solid blue}.layout-wrapper{position:relative;box-sizing:border-box;min-height:100dvh;overflow-x:hidden;min-width:100dvw;display:flex;flex-direction:column;background:rgba(0,0,0,0)!important}.layout-wrapper.has-footer{min-height:calc(100dvh - var(--footer-height))}@media(max-width:768px){.layout-wrapper{padding-left:0;padding-right:0}}.top-100{margin-top:100px}.layout-container{margin-left:auto;margin-right:auto;width:100%;max-width:1280px;min-height:calc(100dvh - var(--footer-height))}.layout-container.full-width{min-height:100dvh}.container{margin-left:auto;margin-right:auto;width:100%;max-width:1280px}.layout-container--narrow{max-width:768px}.layout-container--full{max-width:none}.layout-container--padded{padding:2rem}.layout-container--no-padding{padding:0}.layout-center{justify-content:center}.layout-center,.layout-center--vertical{display:flex;align-items:center}.layout-center--horizontal{display:flex;justify-content:center}.layout-center-grid{display:grid;place-items:center}.full-hero-viewport{position:relative;min-height:100dvh;width:100%;max-width:1280px;overflow:hidden;z-index:2;display:flex;justify-content:flex-end;margin:auto;padding:2rem}.full-hero-viewport .hero-section{width:100%;max-width:90%;display:flex;flex-direction:column;justify-content:center;align-content:flex-end;text-align:end;gap:2rem;margin-top:2rem}.full-hero-viewport .hero-section .actions{display:flex;justify-content:flex-end}@media(min-width:768px){.full-hero-viewport{padding:4rem 1rem 2rem}.full-hero-viewport .hero-section{max-width:50%;align-content:flex-end;text-align:right;margin-top:6rem}.full-hero-viewport .hero-section .actions{justify-content:flex-end}}@media(min-width:1285px){.full-hero-viewport{padding-inline:2rem}}.page-footer{background-color:var(--surface-variant);background:var(--surface);display:grid;place-items:center}.page-footer .footer-inner{max-width:1280px;margin-inline:auto;padding-inline:var(--space-lg);display:flex;flex-direction:row;align-items:center;justify-content:space-between;gap:var(--space-sm);flex-wrap:wrap}.page-footer .section__footer .video-overlay{position:absolute;top:0;left:0;width:100%;height:100%;background:rgba(var(--backgrop-layer),.7)}.page-footer .footer__end-content{display:flex;padding:2rem 0;flex-direction:column;justify-content:center;align-content:center;justify-items:center;align-items:center;gap:1rem;text-align:center}.page-footer .version-number{display:block;margin-top:-.5rem;font-size:.65rem;color:var(--secondary)}.page-footer .footer__content{z-index:1}.page-footer .bg-video-container{z-index:0}.page-footer .footer-icons{display:flex;gap:var(--space-sm)}.page-footer .footer-icons a{color:var(--on-surface);font-size:1.25rem;transition:color var(--transition-duration) var(--transition-ease)}.page-footer .footer-icons a:hover{color:var(--primary)}.page-footer .footer-logo{display:flex;align-items:center}