@import"https://fonts.googleapis.com/css2?family=Inter:opsz,wght@14..32,100..900&family=Mulish:wght@200..1000&family=Ubuntu+Condensed&display=swap";body{background-image:linear-gradient(rgba(255, 255, 255, 0.03) 1px, transparent 1px),linear-gradient(90deg, rgba(255, 255, 255, 0.03) 1px, transparent 1px);background-size:40px 40px;background-color:#000;color:#fff;font-optical-sizing:auto;font-family:"Mulish","Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",Arial,sans-serif;min-width:100vw;min-height:100vh;overflow-x:hidden}h1{font-family:"Inter","Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",Arial,sans-serif;font-size:54px;line-height:1.2}h2{font-family:"Inter","Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",Arial,sans-serif;font-size:18px;font-weight:300}h3{font-size:18px;font-weight:300;color:#cccbcb}p{font-size:15px;font-weight:300;color:#ccc}a{text-decoration:none;color:inherit}b{color:#fff;font-weight:600}.container{display:flex;flex-direction:column;gap:20px;width:1200px;height:100%;margin:0 auto}.container-header-row,.container-header-col{padding-top:20px;padding-bottom:20px}.container-header-row .container-header-left,.container-header-col .container-header-left{flex:1}.container-header-row .container-header-right,.container-header-col .container-header-right{flex:1}.container-header-row h2,.container-header-col h2{font-size:48px;font-weight:800}.container-header-col{display:flex;flex-direction:column;gap:20px;align-items:center;text-align:center}.container-header-row{display:flex;flex-direction:row;gap:40px;align-items:center}.logo{font-family:"Ubuntu Condensed","Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",Arial,sans-serif;text-transform:uppercase;font-size:24px}.magic-button{display:flex;flex-direction:row;gap:10px;align-items:center;justify-content:center;position:relative;overflow:hidden;padding:8px;background-color:#4368ec;width:250px;height:48px;border:none;border-radius:5px;font-family:"Mulish","Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",Arial,sans-serif;font-size:14px;font-weight:400;color:#fff;cursor:pointer;z-index:1}.magic-button .text{position:relative;z-index:10}.magic-button svg{position:relative;z-index:10;width:20px;height:20px}.magic-button .layer{position:absolute;top:-60px;left:-20px;width:300px;height:200px;transform:rotate(12deg) scaleX(0);transform-origin:left;transition-property:transform}.magic-button .layer1{background-color:#fff}.magic-button .layer2{background-color:#747ff6}.magic-button .layer3{background-color:#5863d6}.magic-button:hover .layer1{transition-duration:900ms}.magic-button:hover .layer2{transition-duration:1000ms}.magic-button:hover .layer3{transition-duration:1200ms}.magic-button:hover .layer{transform:rotate(12deg) scaleX(1)}.magic-button:not(:hover) .layer1{transition-duration:1200ms}.magic-button:not(:hover) .layer2{transition-duration:1000ms}.magic-button:not(:hover) .layer3{transition-duration:900ms}.card-container{display:flex;flex-direction:row;gap:20px;width:100%}.card{flex:1;display:flex;flex-direction:column;gap:15px;padding:25px;overflow:hidden;border-radius:15px;border:1px solid hsla(0,0%,100%,.08);background:rgba(15,15,15,.5)}.card .card-number{font-size:14px;color:#787777;font-family:monospace}.card .card-icon{display:flex;align-items:center;justify-content:center;width:48px;height:48px;border-radius:25%;border:1px solid hsla(0,0%,100%,.2);background:hsla(0,0%,100%,.1);transition:border-color .2s ease}.card .card-title{font-size:18px;font-weight:700}.card .card-perk{display:flex;flex-direction:row;gap:10px;align-items:center}.card .card-perk svg{color:#bdbdbd;width:24px;height:24px}.card .card-question{display:flex;flex-direction:row;gap:20px;align-items:center}.card button{margin:0 auto}.card:hover{border-color:hsla(0,0%,100%,.15);background:rgba(20,20,20,.5)}.accordion{display:flex;flex-direction:column;gap:20px;width:700px;margin:0 auto}.accordion .card{flex:none;cursor:pointer}.accordion .card .card-title{flex:1}.accordion .card .card-description{display:none}.blocks-animation{display:flex;align-items:center;justify-content:center}.blocks-animation #redblocks>*{transform:translate3d(160px, -93px, 0);-webkit-animation:moveblocks 4s 1s ease infinite;animation:moveblocks 4s 1s ease infinite}.blocks-animation #firstBlock{transform:translate3d(160px, -93px, 0);-webkit-animation:firstBlock 4s 1s ease infinite;animation:firstBlock 4s 1s ease infinite}.blocks-animation #blockdis{-webkit-animation:blockdis 4s 1s ease infinite;animation:blockdis 4s 1s ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) polygon,.blocks-animation #redblocksparticles g:nth-child(2) polygon,.blocks-animation #redblocksparticles g:nth-child(3) polygon,.blocks-animation #redblocksparticles g:nth-child(4) polygon{opacity:.35;-webkit-animation:glow 4s 1s ease infinite;animation:glow 4s 1s ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(1),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(1),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(1),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(1){-webkit-animation:dots 4s 1050ms ease infinite;animation:dots 4s 1050ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(2),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(2),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(2),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(2){-webkit-animation:dots 4s 1100ms ease infinite;animation:dots 4s 1100ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(3),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(3),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(3),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(3){-webkit-animation:dots 4s 1150ms ease infinite;animation:dots 4s 1150ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(4),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(4),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(4),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(4){-webkit-animation:dots 4s 1200ms ease infinite;animation:dots 4s 1200ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(5),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(5),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(5),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(5){-webkit-animation:dots 4s 1250ms ease infinite;animation:dots 4s 1250ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(6),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(6),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(6),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(6){-webkit-animation:dots 4s 1300ms ease infinite;animation:dots 4s 1300ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(7),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(7),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(7),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(7){-webkit-animation:dots 4s 1350ms ease infinite;animation:dots 4s 1350ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(8),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(8),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(8),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(8){-webkit-animation:dots 4s 1400ms ease infinite;animation:dots 4s 1400ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(9),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(9),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(9),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(9){-webkit-animation:dots 4s 1450ms ease infinite;animation:dots 4s 1450ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(10),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(10),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(10),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(10){-webkit-animation:dots 4s 1500ms ease infinite;animation:dots 4s 1500ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(11),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(11),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(11),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(11){-webkit-animation:dots 4s 1550ms ease infinite;animation:dots 4s 1550ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(12),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(12),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(12),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(12){-webkit-animation:dots 4s 1600ms ease infinite;animation:dots 4s 1600ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(13),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(13),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(13),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(13){-webkit-animation:dots 4s 1650ms ease infinite;animation:dots 4s 1650ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(14),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(14),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(14),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(14){-webkit-animation:dots 4s 1700ms ease infinite;animation:dots 4s 1700ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(15),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(15),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(15),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(15){-webkit-animation:dots 4s 1750ms ease infinite;animation:dots 4s 1750ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(16),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(16),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(16),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(16){-webkit-animation:dots 4s 1800ms ease infinite;animation:dots 4s 1800ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(17),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(17),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(17),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(17){-webkit-animation:dots 4s 1850ms ease infinite;animation:dots 4s 1850ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(18),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(18),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(18),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(18){-webkit-animation:dots 4s 1900ms ease infinite;animation:dots 4s 1900ms ease infinite}.blocks-animation #redblocksparticles g:nth-child(1) g circle:nth-child(19),.blocks-animation #redblocksparticles g:nth-child(2) g circle:nth-child(19),.blocks-animation #redblocksparticles g:nth-child(3) g circle:nth-child(19),.blocks-animation #redblocksparticles g:nth-child(4) g circle:nth-child(19){-webkit-animation:dots 4s 1950ms ease infinite;animation:dots 4s 1950ms ease infinite}.blocks-animation #purplebg>:nth-child(1){-webkit-animation:up 2s 500ms ease infinite alternate;animation:up 2s 500ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(2){-webkit-animation:up 2s 1000ms ease infinite alternate;animation:up 2s 1000ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(3){-webkit-animation:up 2s 1500ms ease infinite alternate;animation:up 2s 1500ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(4){-webkit-animation:up 2s 2000ms ease infinite alternate;animation:up 2s 2000ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(5){-webkit-animation:up 2s 2500ms ease infinite alternate;animation:up 2s 2500ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(6){-webkit-animation:up 2s 3000ms ease infinite alternate;animation:up 2s 3000ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(7){-webkit-animation:up 2s 3500ms ease infinite alternate;animation:up 2s 3500ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(8){-webkit-animation:up 2s 4000ms ease infinite alternate;animation:up 2s 4000ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(9){-webkit-animation:up 2s 4500ms ease infinite alternate;animation:up 2s 4500ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(10){-webkit-animation:up 2s 5000ms ease infinite alternate;animation:up 2s 5000ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(11){-webkit-animation:up 2s 5500ms ease infinite alternate;animation:up 2s 5500ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(12){-webkit-animation:up 2s 6000ms ease infinite alternate;animation:up 2s 6000ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(13){-webkit-animation:up 2s 6500ms ease infinite alternate;animation:up 2s 6500ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(14){-webkit-animation:up 2s 7000ms ease infinite alternate;animation:up 2s 7000ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(15){-webkit-animation:up 2s 7500ms ease infinite alternate;animation:up 2s 7500ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(16){-webkit-animation:up 2s 8000ms ease infinite alternate;animation:up 2s 8000ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(17){-webkit-animation:up 2s 8500ms ease infinite alternate;animation:up 2s 8500ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(18){-webkit-animation:up 2s 9000ms ease infinite alternate;animation:up 2s 9000ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(19){-webkit-animation:up 2s 9500ms ease infinite alternate;animation:up 2s 9500ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(20){-webkit-animation:up 2s 10000ms ease infinite alternate;animation:up 2s 10000ms ease infinite alternate}.blocks-animation #purplebg>:nth-child(21){-webkit-animation:up 2s 10500ms ease infinite alternate;animation:up 2s 10500ms ease infinite alternate}.blocks-animation #bottomparticles>:nth-child(1),.blocks-animation #bottomparticles2>:nth-child(1),.blocks-animation #redglowparticles>:nth-child(1){-webkit-animation:particles 4s 300ms ease infinite alternate,p 2s ease infinite alternate;animation:particles 4s 300ms ease infinite alternate,p 2s ease infinite alternate}.blocks-animation #bottomparticles>:nth-child(2),.blocks-animation #bottomparticles2>:nth-child(2),.blocks-animation #redglowparticles>:nth-child(2){-webkit-animation:particles 4s 600ms ease infinite alternate,p 2s ease infinite alternate;animation:particles 4s 600ms ease infinite alternate,p 2s ease infinite alternate}.blocks-animation #bottomparticles>:nth-child(3),.blocks-animation #bottomparticles2>:nth-child(3),.blocks-animation #redglowparticles>:nth-child(3){-webkit-animation:particles 4s 900ms ease infinite alternate,p 2s ease infinite alternate;animation:particles 4s 900ms ease infinite alternate,p 2s ease infinite alternate}.blocks-animation #bottomparticles>:nth-child(4),.blocks-animation #bottomparticles2>:nth-child(4),.blocks-animation #redglowparticles>:nth-child(4){-webkit-animation:particles 4s 1200ms ease infinite alternate,p 2s ease infinite alternate;animation:particles 4s 1200ms ease infinite alternate,p 2s ease infinite alternate}.blocks-animation #bottomparticles>:nth-child(5),.blocks-animation #bottomparticles2>:nth-child(5),.blocks-animation #redglowparticles>:nth-child(5){-webkit-animation:particles 4s 1500ms ease infinite alternate,p 2s ease infinite alternate;animation:particles 4s 1500ms ease infinite alternate,p 2s ease infinite alternate}.blocks-animation #bottomparticles>:nth-child(6),.blocks-animation #bottomparticles2>:nth-child(6),.blocks-animation #redglowparticles>:nth-child(6){-webkit-animation:particles 4s 1800ms ease infinite alternate,p 2s ease infinite alternate;animation:particles 4s 1800ms ease infinite alternate,p 2s ease infinite alternate}.blocks-animation #bottomparticles>:nth-child(7),.blocks-animation #bottomparticles2>:nth-child(7),.blocks-animation #redglowparticles>:nth-child(7){-webkit-animation:particles 4s 2100ms ease infinite alternate,p 2s ease infinite alternate;animation:particles 4s 2100ms ease infinite alternate,p 2s ease infinite alternate}.blocks-animation #bottomparticles>:nth-child(8),.blocks-animation #bottomparticles2>:nth-child(8),.blocks-animation #redglowparticles>:nth-child(8){-webkit-animation:particles 4s 2400ms ease infinite alternate,p 2s ease infinite alternate;animation:particles 4s 2400ms ease infinite alternate,p 2s ease infinite alternate}.blocks-animation #bottomparticles>:nth-child(9),.blocks-animation #bottomparticles2>:nth-child(9),.blocks-animation #redglowparticles>:nth-child(9){-webkit-animation:particles 4s 2700ms ease infinite alternate,p 2s ease infinite alternate;animation:particles 4s 2700ms ease infinite alternate,p 2s ease infinite alternate}.blocks-animation #bottomparticles>:nth-child(10),.blocks-animation #bottomparticles2>:nth-child(10),.blocks-animation #redglowparticles>:nth-child(10){-webkit-animation:particles 4s 3000ms ease infinite alternate,p 2s ease infinite alternate;animation:particles 4s 3000ms ease infinite alternate,p 2s ease infinite alternate}.blocks-animation #bottomparticles>:nth-child(11),.blocks-animation #bottomparticles2>:nth-child(11),.blocks-animation #redglowparticles>:nth-child(11){-webkit-animation:particles 4s 3300ms ease infinite alternate,p 2s ease infinite alternate;animation:particles 4s 3300ms ease infinite alternate,p 2s ease infinite alternate}.blocks-animation #bottomparticles>:nth-child(12),.blocks-animation #bottomparticles2>:nth-child(12),.blocks-animation #redglowparticles>:nth-child(12){-webkit-animation:particles 4s 3600ms ease infinite alternate,p 2s ease infinite alternate;animation:particles 4s 3600ms ease infinite alternate,p 2s ease infinite alternate}.blocks-animation .particlespoly{-webkit-animation:p 2s ease infinite alternate;animation:p 2s ease infinite alternate}.blocks-animation #d-app g:nth-child(1),.blocks-animation #d-apps2 g:nth-child(1){-webkit-animation:updown 2s 200ms ease-in-out infinite alternate;animation:updown 2s 200ms ease-in-out infinite alternate}.blocks-animation #d-app g:nth-child(2),.blocks-animation #d-apps2 g:nth-child(2){-webkit-animation:updown 2s 400ms ease-in-out infinite alternate;animation:updown 2s 400ms ease-in-out infinite alternate}.blocks-animation #d-app g:nth-child(3),.blocks-animation #d-apps2 g:nth-child(3){-webkit-animation:updown 2s 600ms ease-in-out infinite alternate;animation:updown 2s 600ms ease-in-out infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(1),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(1){-webkit-animation:updown 2s 50ms ease infinite alternate;animation:updown 2s 50ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(2),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(2){-webkit-animation:updown 2s 100ms ease infinite alternate;animation:updown 2s 100ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(3),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(3){-webkit-animation:updown 2s 150ms ease infinite alternate;animation:updown 2s 150ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(4),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(4){-webkit-animation:updown 2s 200ms ease infinite alternate;animation:updown 2s 200ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(5),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(5){-webkit-animation:updown 2s 250ms ease infinite alternate;animation:updown 2s 250ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(6),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(6){-webkit-animation:updown 2s 300ms ease infinite alternate;animation:updown 2s 300ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(7),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(7){-webkit-animation:updown 2s 350ms ease infinite alternate;animation:updown 2s 350ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(8),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(8){-webkit-animation:updown 2s 400ms ease infinite alternate;animation:updown 2s 400ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(9),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(9){-webkit-animation:updown 2s 450ms ease infinite alternate;animation:updown 2s 450ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(10),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(10){-webkit-animation:updown 2s 500ms ease infinite alternate;animation:updown 2s 500ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(11),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(11){-webkit-animation:updown 2s 550ms ease infinite alternate;animation:updown 2s 550ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(12),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(12){-webkit-animation:updown 2s 600ms ease infinite alternate;animation:updown 2s 600ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(13),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(13){-webkit-animation:updown 2s 650ms ease infinite alternate;animation:updown 2s 650ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(14),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(14){-webkit-animation:updown 2s 700ms ease infinite alternate;animation:updown 2s 700ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(15),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(15){-webkit-animation:updown 2s 750ms ease infinite alternate;animation:updown 2s 750ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(16),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(16){-webkit-animation:updown 2s 800ms ease infinite alternate;animation:updown 2s 800ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(17),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(17){-webkit-animation:updown 2s 850ms ease infinite alternate;animation:updown 2s 850ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(18),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(18){-webkit-animation:updown 2s 900ms ease infinite alternate;animation:updown 2s 900ms ease infinite alternate}.blocks-animation #d-apps2wrapper g:nth-child(3) g>circle:nth-child(19),.blocks-animation #d-appswrapper g:nth-child(2) g>circle:nth-child(19){-webkit-animation:updown 2s 950ms ease infinite alternate;animation:updown 2s 950ms ease infinite alternate}.blocks-animation #Layer_1>g:nth-child(2)>g:nth-child(18)>g:nth-child(12){-webkit-animation:arrows 1s ease-in-out infinite alternate,p 2s ease infinite alternate;animation:arrows 1s ease-in-out infinite alternate,p 2s ease infinite alternate}.blocks-animation #Layer_1>g:nth-child(2)>g:nth-child(17)>g:nth-child(13){-webkit-animation:arrows2 1s ease-in-out infinite alternate,p 2s ease infinite alternate;animation:arrows2 1s ease-in-out infinite alternate,p 2s ease infinite alternate}.blocks-animation #Layer_1>g:nth-child(2)>g:nth-child(17)>g:nth-child(12){-webkit-animation:arrows 1s ease-in-out infinite alternate,p 2s ease infinite alternate;animation:arrows 1s ease-in-out infinite alternate,p 2s ease infinite alternate}@-webkit-keyframes moveblocks{0%{transform:translate3d(160px, -93px, 0)}50%,100%{transform:translate(0)}}@keyframes moveblocks{0%{transform:translate3d(160px, -93px, 0)}50%,100%{transform:translate(0)}}@-webkit-keyframes blockdis{30%{opacity:1}40%,100%{opacity:0;transform:translate3d(-160px, 93px, 0)}}@keyframes blockdis{30%{opacity:1}40%,100%{opacity:0;transform:translate3d(-160px, 93px, 0)}}@-webkit-keyframes firstBlock{0%,15%{opacity:0}40%,100%{opacity:1}}@keyframes firstBlock{0%,15%{opacity:0}40%,100%{opacity:1}}@-webkit-keyframes glow{0%,45%{opacity:0}60%,100%{opacity:.35}}@keyframes glow{0%,45%{opacity:0}60%,100%{opacity:.35}}@-webkit-keyframes dots{0%,35%{transform:translate(0);opacity:0}60%,80%{transform:translate(55px, -35px);opacity:1}100%{transform:translate(55px, -35px);opacity:0}}@keyframes dots{0%,35%{transform:translate(0);opacity:0}60%,80%{transform:translate(55px, -35px);opacity:1}100%{transform:translate(55px, -35px);opacity:0}}@-webkit-keyframes up{to{transform:translate(0, -25px)}}@keyframes up{to{transform:translate(0, -25px)}}@-webkit-keyframes p{85%,100%{opacity:0}}@keyframes p{85%,100%{opacity:0}}@-webkit-keyframes particles{0%,100%{transform:translate(0)}50%{transform:translate(10px, 15px)}}@keyframes particles{0%,100%{transform:translate(0)}50%{transform:translate(10px, 15px)}}@-webkit-keyframes updown{100%{transform:translate(0, -20px)}}@keyframes updown{100%{transform:translate(0, -20px)}}@-webkit-keyframes arrows{to{transform:translate(25px, 25px)}}@keyframes arrows{to{transform:translate(25px, 25px)}}@-webkit-keyframes arrows2{to{transform:translate(-25px, -25px)}}@keyframes arrows2{to{transform:translate(-25px, -25px)}}#menu{position:fixed;top:0;left:0;z-index:999;display:flex;align-items:center;width:100vw;height:60px}#menu .container{flex-direction:row;justify-content:space-between;align-items:center}#menu .container #nav{display:flex;flex-direction:row;gap:40px;align-items:center;font-size:14px;color:#cdcccc}#hero{padding-top:60px;padding-bottom:30px;width:100vw;min-height:100vh;background:radial-gradient(circle at 40% 50%, rgba(255, 255, 255, 0.06), transparent 40%);border-bottom:1px solid hsla(0,0%,100%,.1)}#hero .container{display:flex;flex-direction:row;gap:30px;align-items:center}#hero .container #hero-wrapper{flex:4;display:flex;flex-direction:column;gap:40px;justify-content:center;padding-right:50px}#hero .container #hero-wrapper h2{font-family:"Mulish","Segoe UI",-apple-system,BlinkMacSystemFont,"Roboto","Helvetica Neue",Arial,sans-serif;color:#cdcccc}#hero .container #hero-animation{flex:3}#about{padding-top:60px;padding-bottom:100px;background:radial-gradient(circle at 40% 40%, rgba(255, 255, 255, 0.09), transparent 30%);border-bottom:1px solid hsla(0,0%,100%,.1)}#models{padding-top:60px;padding-bottom:100px;background:radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.06), transparent 40%);border-bottom:1px solid hsla(0,0%,100%,.1)}#models .container{max-width:900px;margin:0 auto}#models .container .magic-button{margin:10px auto auto auto}#faq{padding-top:60px;padding-bottom:100px;background:radial-gradient(circle at 50% 40%, rgba(255, 255, 255, 0.08), transparent 40%);border-bottom:1px solid hsla(0,0%,100%,.1)}#contact{padding-top:60px;padding-bottom:30px;border-bottom:1px solid hsla(0,0%,100%,.1);background:radial-gradient(circle at 50% 60%, rgba(255, 255, 255, 0.08), transparent 60%)}#footer{padding-top:40px;padding-bottom:40px;background:radial-gradient(circle at 20% 50%, rgba(255, 255, 255, 0.05), transparent 20%)}#footer .container{flex-direction:row;justify-content:space-between;align-items:center}#footer .container .footer-col{display:flex;flex-direction:column;gap:5px}#footer .container .footer-row{display:flex;flex-direction:row;gap:20px}#footer .container #footer-tagline{color:#dcdada;font-weight:400;font-size:16px}#footer .container .socials{align-items:flex-end;font-weight:300;font-size:14px}#footer .container .socials svg{width:82px}@media(max-width: 1279px){.container{max-width:1000px}}@media(max-width: 1080px){.mobile-hide{display:none}h1{font-size:42px}.container{max-width:360px;height:auto}.container .container-header-row{flex-direction:column;align-items:center;gap:20px}.container .container-header-row h2,.container .container-header-col h2{text-align:center;font-size:38px;line-height:1.3}.card-container{flex-direction:column}.accordion{width:100%}#hero{padding-top:100px;min-height:auto}#hero .container{flex-direction:column;flex-flow:column-reverse;gap:70px}#hero .container #hero-wrapper{flex:none;align-items:center;text-align:center;padding-right:0}#hero .container #hero-animation{flex:none}#hero .container #hero-animation .blocks-animation{max-height:150px}#models .container{max-width:360px}#footer .container{flex-direction:column;gap:40px}#footer .container .footer-col{width:100%}#footer .container .socials{align-items:flex-start}}