.hero{background-color:#d3cec5;width:100vw;height:135svh;position:relative;overflow:hidden}.hero .hero-bg{pointer-events:none;width:100%;height:100%;position:absolute;top:0;left:0}.hero .hero-gradient{z-index:2;pointer-events:none;background:linear-gradient(360deg,#141313 0%,#14131300 100%);width:100%;height:50svh;position:absolute;bottom:0;left:0}.hero .hero-content{color:var(--base-100);text-align:center;z-index:3;flex-direction:column;justify-content:center;align-items:center;gap:2rem;width:75%;padding:1rem;display:flex;position:absolute;top:60svh;left:50%;transform:translate(-50%,-50%)}.hero .hero-tagline{width:40%;color:var(--base-200)}.hero .hero-stats{z-index:2;width:100%;position:absolute;bottom:0}.hero .hero-stats .container{gap:1rem;width:100%;display:flex}.hero .hero-stats .stat{aspect-ratio:16/9;color:var(--base-200);-webkit-backdrop-filter:blur(1rem);backdrop-filter:blur(1rem);background-color:#f2ede61a;border-radius:1rem;flex-direction:column;flex:1;padding:1rem;display:flex;overflow:hidden}.hero .hero-stats .stat-count,.hero .hero-stats .stat-info{flex:1}.hero .hero-stats .stat-divider{background-color:#ffffff0d;width:100%;height:1px}.hero .hero-stats .stat-info{align-items:flex-end;display:flex}@media (max-width:1000px){.hero{height:175svh}.hero .hero-content{width:100%}.hero .hero-tagline{width:75%}.hero .hero-stats .container{flex-direction:column}.hero .hero-stats .stat{aspect-ratio:16/6}.hero .hero-stats .stat-divider{display:none}}.studio-hero{width:100vw;height:100%;color:var(--base-100);padding-top:35svh;padding-bottom:10svh;position:relative}.studio-hero .container{gap:2rem;display:flex}.studio-hero .studio-hero-col:first-child{color:var(--base-400);flex:2}.studio-hero .studio-hero-col:first-child p{width:50%}.studio-hero .studio-hero-col:nth-child(2){flex-direction:column;flex:3;gap:4rem;display:flex}.studio-hero .studio-hero-hero-img{opacity:.65;border-radius:1rem;width:75%;overflow:hidden}@media (max-width:1000px){.studio-hero .container{flex-direction:column;gap:4rem}.studio-hero .studio-hero-hero-img{width:100%}}.more-facts{width:100vw;height:100%;color:var(--base-100);padding:2rem 0;position:relative}.more-facts .container{flex-direction:column;align-items:center;gap:4rem;display:flex}.more-facts .container p{color:var(--base-300)}.more-facts .more-facts-items{background-color:var(--base-450);border-radius:1rem;justify-content:space-around;gap:2rem;width:100%;padding:8rem 4rem;display:flex}.more-facts .fact{flex-direction:column;flex:1;align-items:center;gap:2rem;display:flex}.more-facts .fact h2{justify-content:center;display:flex}.more-facts .fact p{margin-bottom:1rem}@media (max-width:1000px){.studio-hero .studio-hero-col:first-child p{width:85%}.more-facts .more-facts-items{flex-direction:column;justify-content:center;align-items:center;gap:4rem}.more-facts .fact{gap:1.5rem}.more-facts .fact h2{font-size:4rem}}.how-we-work-container{background-color:var(--base-500);width:100vw;height:100%;min-height:100svh;position:relative}
