.studio-page{background-color:var(--base-100);width:100%;height:100%;min-height:100svh;position:relative}.studio-page .studio-header{justify-content:center;align-items:center;width:100%;height:90svh;display:flex;position:relative}.studio-page .studio-header .container{flex-direction:column;justify-content:center;display:flex}.studio-page .studio-header .container .studio-header-row:first-child{justify-content:flex-end;display:flex}.studio-page .studio-header .container .studio-header-row:nth-child(2){justify-content:flex-start;display:flex}.studio-page .studio-header .container .studio-header-row h1{font-size:11vw}.studio-page .studio-copy .container{flex-direction:column;gap:4rem;padding-bottom:10rem;display:flex}.studio-page .studio-copy .studio-copy-img{border-radius:.75rem;width:30%;margin:0 auto 4rem;overflow:hidden}.studio-page .studio-copy p{text-align:left;width:50%;margin:0 auto 4rem}@media (max-width:1000px){.studio-page .studio-copy .studio-copy-img,.studio-page .studio-copy p{width:100%}}@media (min-width:2400px){.studio-page .studio-header .container .studio-header-row h1{font-size:17rem}}
.sticky{background-color:var(--base-100);width:100%;height:100svh;position:relative;overflow:hidden}.sticky-header{will-change:transform;justify-content:center;align-items:center;width:250vw;height:100svh;display:flex;position:relative;top:0;left:0}.sticky-header h1{color:var(--base-400);letter-spacing:-.5rem;margin:0;font-size:28vw;line-height:100%}.card{background-color:var(--base-400);will-change:transform;z-index:2;border-radius:1rem;width:325px;height:500px;padding:1rem;position:absolute;top:10%;left:100%}#card-1{background-color:var(--accent-1)}#card-2{background-color:var(--accent-2)}#card-3{background-color:var(--accent-3)}#card-4{background-color:var(--accent-4)}#card-5{background-color:var(--accent-5)}.card .card-img{border-radius:.5em;width:100%;height:200px;overflow:hidden}.card .card-img img{object-fit:cover;width:100%;height:100%}.card-content{color:#fff;flex-direction:column;justify-content:space-between;width:100%;height:275px;padding:1rem;display:flex}.card-content h2{letter-spacing:-.05rem;font-size:2.5rem}@media (max-width:999px){.team-desktop.sticky{display:none}.team-mobile{z-index:0;background-color:var(--base-100);flex-direction:column;gap:1.25rem;width:100%;height:auto;padding:2rem 1rem;display:flex;position:relative;overflow:visible}.mobile-header{will-change:auto;width:100%;height:auto;margin-bottom:.5rem;display:block;position:static}.mobile-header h1{color:var(--base-400);letter-spacing:-.06rem;margin:0 0 .5rem;font-size:2.25rem;line-height:110%}.card{will-change:auto;width:100%;max-width:680px;height:auto;margin:0 auto;position:static;top:auto;left:auto;opacity:1!important;transform:none!important}.card .card-img{height:240px;margin-bottom:1rem}.card-content{flex-direction:column;gap:3rem;height:auto;display:flex}}@media (min-width:1000px){.team-mobile{display:none}}
