h1{font-size:14rem;font-family:var(--heading-family);text-transform:uppercase;line-height:80%;letter-spacing:0.3rem;display:flex;flex-direction:column;align-items:center;margin:7rem 0 5rem}h1 span{display:block}h2{font-size:2.5rem;font-family:var(--heading-family);line-height:105%;letter-spacing:0.03rem}.display{font-size:4.4rem;text-align:center;line-height:120%;flex:1 1 100%;margin-block:0}@media (width < 1200px){h1{font-size:12rem}}@media (width < 992px){h1{font-size:10rem}}@media (width < 768px){h1{font-size:6.5rem}}@media (width < 480px){h1{align-items:flex-start;font-size:3.85rem;margin-block:1.25rem 1rem;letter-spacing:0.007rem;line-height:85%}h2{font-size:2rem;letter-spacing:0.007rem;line-height:95%}.display{font-size:2rem;letter-spacing:0.02rem;line-height:95%;text-align:start}}@media (width < 370px){h1{font-size:3.125rem}.display{font-size:1.75rem}}.content{display:flex;flex-direction:column;justify-content:center;align-items:center;margin-block:9rem 4rem;z-index:100;position:relative}.content-wrapper{display:flex;flex-direction:row;column-gap:5rem;row-gap:3rem;flex-wrap:wrap;justify-content:center}.content-wrapper>div{max-width:420px;display:flex;flex-direction:column;gap:1rem}.content-wrapper .display{margin-top:8rem}@media (width < 768px){.content{gap:7rem;margin-bottom:0;margin-top:0}.content-wrapper .display{margin-top:4rem;font-size:2.5rem;line-height:95%}}@media (width < 480px){.content{gap:2.5rem}.content-wrapper .display{margin-top:2rem}}.oxy-html-code:has(.content-toggle){margin-right:auto}.content-toggle{display:none;width:max-content;padding:0.65rem 0.75rem;background:var(--fg);color:var(--bg);border:2px solid var(--fg);border-radius:0;cursor:pointer;font-size:1.75rem;transition:background-color 0.2s ease;font-family:var(--heading-family);align-items:center;gap:0.5rem}.content-toggle:hover{background:var(--transparent);color:var(--fg)}.content-toggle::before{content:url("data:image/svg+xml,%3Csvg  viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' fill='black'/%3E%3Cpath d='M12.6666 8.66533H8.66659V12.6653H7.33325V8.66533H3.33325V7.332H7.33325V3.332H8.66659V7.332H12.6666V8.66533Z' fill='white'/%3E%3C/svg%3E%0A");width:1.75rem;height:1.75rem;display:inline-block}.content-toggle:hover::before{content:url("data:image/svg+xml,%3Csvg  viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' fill='white'/%3E%3Cpath d='M12.6666 8.66533H8.66659V12.6653H7.33325V8.66533H3.33325V7.332H7.33325V3.332H8.66659V7.332H12.6666V8.66533Z' fill='black'/%3E%3C/svg%3E%0A")}.content-toggle.expanded::before{content:url("data:image/svg+xml,%3Csvg  viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' fill='black'/%3E%3Cpath d='M12.6666 8.66533H8.66659H7.33325H3.33325V7.332H7.33325H8.66659H12.6666V8.66533Z' fill='white'/%3E%3C/svg%3E%0A")}.content-toggle.expanded:hover::before{content:url("data:image/svg+xml,%3Csvg  viewBox='0 0 16 16' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Crect width='16' height='16' fill='white'/%3E%3Cpath d='M12.6666 8.66533H8.66659H7.33325H3.33325V7.332H7.33325H8.66659H12.6666V8.66533Z' fill='black'/%3E%3C/svg%3E%0A")}.content-wrapper{overflow:hidden;transition:max-height 0.3s ease}.content-wrapper.collapsed{max-height:0}.text-toggle{background:none;color:var(--accent);font-family:var(--heading-family);font-size:1.75rem;border:none;transition:all 0.2s ease;cursor:pointer;margin-bottom:1rem}.oxy-html-code:has(>.text-toggle){display:none}.content-wrapper:has(.content-toggle.expanded) .oxy-html-code:has(>.text-toggle){display:block}.text-toggle:hover{color:var(--fg)}@media (width < 768px){.oxy-html-code:has(>.text-toggle){display:block}.content-toggle{display:block}.content-wrapper{will-change:max-height}.content:has(.content-toggle.expanded){margin-bottom:10rem}}@media (width < 480px){.content-toggle{font-size:1.35rem;padding:0.4rem 0.55rem}.content-toggle::before{width:1.25rem;height:1.25rem}.content:has(.content-toggle.expanded){margin-bottom:5rem}}.contact,.collaborations{display:flex;flex-direction:column;gap:2rem;align-items:center;z-index:100;position:relative;margin-top:10rem}.collab-wrapper{display:flex;flex-direction:column;gap:7rem;width:100%;margin-top:2rem}.collab-element{display:flex;flex-direction:column;gap:1rem;width:100%}.collab-element-heading{display:flex;gap:2rem;align-items:center;margin-bottom:1rem;color:var(--accent);text-transform:uppercase}.collab-element-heading h3{width:max-content;text-wrap:nowrap;text-align:center}.collab-element-heading-line{height:2px;width:100%;background:#fff;opacity:0.25}.collab-element-grid{--max-width:210px;--max-height:130px;--smaller-max-width:180px;--smaller-max-height:100px;width:100%;display:grid;gap:3rem;grid-template-columns:repeat(auto-fit,minmax(var(--max-width),1fr));justify-items:center;align-items:center}@media (width < 480px){.collab-element-grid{--max-width:120px;--max-height:90px;--smaller-max-width:120px;--smaller-max-height:75px;gap:2rem}}.collab-element-grid img{width:100%;height:auto;object-fit:contain;max-width:var(--max-width);max-height:var(--max-height);filter:grayscale(1) brightness(5)}.collab-element-grid img.gray{filter:grayscale(1) brightness(1)}.collab-element-grid img.smaller{max-width:var(--smaller-max-width);max-height:var(--smaller-max-height)}.contact-text,.collaborations-text{display:flex;flex-direction:column;gap:0.25rem;align-items:center;max-width:800px;text-align:center}.contact-text>div:last-child,.collaborations-text>div:last-child{opacity:0.8}.contact-form-wrapper{max-width:800px;width:100%}.contact-form{width:100%;display:flex;flex-direction:column;align-items:center}.fluentform{--fluentform-primary:var(--accent);--fluentform-secondary:var(--fg);--fluentform-danger:#f56c6c;--fluentform-border-color:lightgrey;--fluentform-border-radius:0.25rem}.ff-default .ff-el-form-control{font-family:var(--heading-family);border:2px solid var(--fluentform-border-color);background:transparent;font-size:1.75rem;letter-spacing:0.03rem;padding:0.5rem}.ff-default .ff-el-form-control:focus{background:transparent}.ff-default .ff-el-form-control::placeholder{text-transform:uppercase}.ff-message-success{box-shadow:none;border:2px solid var(--fluentform-border-color);border-radius:var(--fluentform-border-radius);margin-block:1rem;padding:2rem;font-size:1.25rem;font-weight:600;color:var(--accent);text-align:center;line-height:1}.fluentform,.fluentform form{width:100%}.fluentform form fieldset{display:flex;flex-direction:column;align-items:center}.fluentform form fieldset .ff-el-group{width:100%;display:flex;flex-direction:column;align-items:stretch}.fluentform form fieldset button,.btn-primary{width:max-content;align-self:center;display:flex;gap:0.5rem;align-items:center;background:var(--accent);font-family:var(--heading-family);text-transform:uppercase;color:var(--fg);padding:0.75rem 1rem;font-size:1.75rem;border:0;transition:all 0.2s ease;cursor:pointer}.btn-primary{font-size:2rem;padding:1rem 1.25rem;margin-inline:auto;z-index:10}@media (width < 768px){.btn-primary{font-size:1.5rem;padding:0.75rem 1rem;margin-top:3rem;position:fixed;bottom:1rem;right:1rem;z-index:200}}.fluentform form fieldset .ff-btn-submit::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.34505 2.74501C2.49432 2.61534 2.67867 2.53283 2.87482 2.50791C3.07097 2.48299 3.2701 2.51678 3.44705 2.60501L21.447 11.605C21.6135 11.6879 21.7534 11.8156 21.8513 11.9737C21.9491 12.1318 22.001 12.3141 22.001 12.5C22.001 12.6859 21.9491 12.8682 21.8513 13.0263C21.7534 13.1844 21.6135 13.3121 21.447 13.395L3.44705 22.395C3.27011 22.4835 3.07089 22.5176 2.87459 22.4929C2.6783 22.4681 2.49374 22.3857 2.34429 22.2561C2.19484 22.1264 2.0872 21.9554 2.035 21.7645C1.98281 21.5737 1.98839 21.3717 2.05105 21.184L4.61305 13.5H10C10.2653 13.5 10.5196 13.3946 10.7072 13.2071C10.8947 13.0196 11 12.7652 11 12.5C11 12.2348 10.8947 11.9804 10.7072 11.7929C10.5196 11.6054 10.2653 11.5 10 11.5H4.61305L2.05005 3.81601C1.98771 3.62842 1.98237 3.42656 2.0347 3.23594C2.08703 3.04532 2.19568 2.87448 2.34505 2.74501Z' fill='white'/%3E%3C/svg%3E")}.fluentform form fieldset button:hover::before,.fluentform form fieldset button:focus-within::before{content:url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='24' height='25' viewBox='0 0 24 25' fill='none'%3E%3Cpath fill-rule='evenodd' clip-rule='evenodd' d='M2.34505 2.74501C2.49432 2.61534 2.67867 2.53283 2.87482 2.50791C3.07097 2.48299 3.2701 2.51678 3.44705 2.60501L21.447 11.605C21.6135 11.6879 21.7534 11.8156 21.8513 11.9737C21.9491 12.1318 22.001 12.3141 22.001 12.5C22.001 12.6859 21.9491 12.8682 21.8513 13.0263C21.7534 13.1844 21.6135 13.3121 21.447 13.395L3.44705 22.395C3.27011 22.4835 3.07089 22.5176 2.87459 22.4929C2.6783 22.4681 2.49374 22.3857 2.34429 22.2561C2.19484 22.1264 2.0872 21.9554 2.035 21.7645C1.98281 21.5737 1.98839 21.3717 2.05105 21.184L4.61305 13.5H10C10.2653 13.5 10.5196 13.3946 10.7072 13.2071C10.8947 13.0196 11 12.7652 11 12.5C11 12.2348 10.8947 11.9804 10.7072 11.7929C10.5196 11.6054 10.2653 11.5 10 11.5H4.61305L2.05005 3.81601C1.98771 3.62842 1.98237 3.42656 2.0347 3.23594C2.08703 3.04532 2.19568 2.87448 2.34505 2.74501Z' fill='black'/%3E%3C/svg%3E")}.fluentform form fieldset button:hover,.fluentform form fieldset button:focus-within,.btn-primary:hover,.btn-primary:focus-within{background:var(--fg);color:var(--bg);text-decoration:none}.contact-form-disclaimer{opacity:0.5;max-width:800px;padding-inline:4rem;text-align:center;text-wrap:pretty}@media (width < 480px){.contact{gap:1rem}.contact-text{gap:0.25rem}.contact,.contact-text,.fluentform form fieldset{align-items:flex-start}.fluentform form fieldset button{align-self:flex-start;font-size:1.5rem}.contact-form-disclaimer{padding-inline:0;text-align:start}.fluentform form fieldset button{max-width:100%;line-height:100%;text-wrap:balance;padding:0.4rem 0.65rem}.ff-default .ff-el-form-control{font-size:1.5rem;padding:0.4rem 0.65rem 0.4rem 0.5rem}.fluentform .ff-el-group.ff-el-form-hide_label{margin-bottom:0.75rem}.contact-form-disclaimer{font-size:0.75rem;line-height:1.2}}.intro{z-index:0;position:relative;width:100%}.intro h1{position:relative;top:-80px}.intro h1 span:nth-of-type(1){z-index:15}.intro h1 span:nth-of-type(2){z-index:15}.intro h1 span:nth-of-type(3){z-index:25}.intro-img-wrapper{height:1500px;max-width:1600px;overflow:hidden;position:absolute;top:-250px;left:0;right:0;margin-inline:auto;width:100%}.intro-img-wrapper::after{content:'';background:radial-gradient(circle,rgba(255,255,255,0) 0%,rgba(0,0,0,0.58) 67%,rgba(0,0,0,0.98) 87%,rgba(0,0,0,1) 100%);width:100%;height:100%;position:absolute;top:0;left:0;z-index:10}.intro-img-wrapper::before{content:'';background:linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,0) 60%,rgba(0,0,0,0.18) 75%,rgba(0,0,0,1) 100%);width:100%;height:100%;position:absolute;top:0;left:0;z-index:100}.intro-img-wrapper img{position:absolute;top:0;left:0;right:0;margin-inline:auto;max-height:1500px;height:auto;width:100%;object-fit:cover}.intro-img-wrapper img:nth-of-type(2){z-index:10}.intro-img-wrapper img:nth-of-type(3){z-index:20}@media (width < 1200px){.intro h1{top:-40px}.intro-img-wrapper{height:1200px;top:-200px}}@media (width < 768px){.intro h1{top:0}.intro-img-wrapper{height:800px;top:-200px;scale:1.2}.intro-img-wrapper img{height:100%}}@media (width < 480px){.intro h1{top:0;margin-top:0.5rem}.intro-img-wrapper{height:400px;top:-100px;opacity:0.5;max-width:99%}}